*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#050805;color:#f4f8f0;font-family:Arial,Helvetica,sans-serif}
.site{width:100%;max-width:1600px;margin:0 auto}
.visual-site{position:relative;width:100%;background:#050805}
.home-img{display:block;width:100%;height:auto;user-select:none;-webkit-user-select:none}
.hotspot{position:absolute;z-index:5;display:block;border:0;border-radius:8px;background:rgba(128,255,0,.001);cursor:pointer;-webkit-tap-highlight-color:rgba(128,255,0,.28)}
.hotspot:active,.hotspot:focus{outline:2px solid rgba(128,255,0,.75);background:rgba(128,255,0,.10)}
.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);background:rgba(5,8,5,.94);color:#80ff00;border:1px solid #80ff00;border-radius:12px;padding:12px 16px;font-weight:800;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:100}
.toast.show{opacity:1}
