@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;700&family=VT323&family=Press+Start+2P&family=Fira+Code:wght@300;400;500&family=Source+Code+Pro:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rock+Salt&family=Lato:wght@400;700&display=swap);:root{--dark-bg-primary:#181c23;--dark-bg-secondary:#23272f;--dark-bg-tertiary:#2d323c;--dark-text-primary:#f8f8f8;--dark-text-secondary:#b0b0b0;--accent-orange:#ff9c2f;--accent-redorange:#ff5a1a;--accent-yellow:#ffd600;--accent-magenta:#e04ca6;--accent-purple:#8d4cff;--dark-accent-primary:#1766a3;--dark-accent-secondary:#2196d6;--dark-accent-danger:#ff5a1a;--dark-accent-success:#3cff68;--dark-accent-warning:#ffd600;--dark-border-primary:#2d323c;--dark-shadow-light:#0000001a;--dark-shadow-medium:#0003;--dark-shadow-heavy:#0000004d;--transition-speed:0.2s;--transition-ease:ease;--font-primary:"JetBrains Mono","Fira Code","Courier New",monospace;--font-secondary:"VT323","Press Start 2P","Courier New",monospace;--font-accent:"Hack","Source Code Pro",monospace;--font-code:"Fira Code","JetBrains Mono",monospace}body{background-color:#181c23;color:#f8f8f8}h1,h2,h3,h4,h5,h6{color:#f8f8f8;color:var(--dark-text-primary);font-family:VT323,Press Start\ 2P,Courier New,monospace;font-family:var(--font-secondary);letter-spacing:1px}a{color:#2196d6;color:var(--dark-accent-secondary);font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-primary);text-decoration:none;transition:color .2s ease;transition:color var(--transition-speed) var(--transition-ease)}a:hover{color:var(--dark-text-accent);text-decoration:underline}.button,button{background-color:#1766a3;background-color:var(--dark-accent-primary);border:none;border-radius:8px;color:#f8f8f8;color:var(--dark-text-primary);cursor:pointer;font-family:VT323,Press Start\ 2P,Courier New,monospace;font-family:var(--font-secondary);letter-spacing:.5px;padding:10px 15px;transition:all .2s ease;transition:all var(--transition-speed) var(--transition-ease)}.button:hover:not(:disabled),button:hover:not(:disabled){background-color:#2196d6;background-color:var(--dark-accent-secondary);transform:translateY(-2px)}.button:disabled,button:disabled{background-color:#2d323c;background-color:var(--dark-border-primary);color:#b0b0b0;color:var(--dark-text-secondary);cursor:not-allowed}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{background-color:#2d323c;background-color:var(--dark-bg-tertiary);border:1px solid #2d323c;border:1px solid var(--dark-border-primary);border-radius:8px;color:#f8f8f8;color:var(--dark-text-primary);font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-primary);padding:10px;transition:border .2s ease;transition:border var(--transition-speed) var(--transition-ease)}input:focus,select:focus,textarea:focus{border-color:#2196d6;border-color:var(--dark-accent-secondary);box-shadow:0 0 0 2px #81a1c14d;outline:none}input::placeholder,textarea::placeholder{color:#b0b0b0;color:var(--dark-text-secondary);font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-primary)}ol,ul{padding-left:20px}li{background-color:#2d323c;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-primary);margin:5px 0}.card,.container{background-color:#23272f;background-color:var(--dark-bg-secondary);border-radius:12px;box-shadow:0 4px 6px #0003;box-shadow:0 4px 6px var(--dark-shadow-medium);margin:10px 0;padding:15px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#181c23;background:var(--dark-bg-primary);border-radius:10px}::-webkit-scrollbar-thumb{background-color:#2d323c;background-color:var(--dark-border-primary);border:2px solid #181c23;border:2px solid var(--dark-bg-primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#1766a3;background-color:var(--dark-accent-primary)}.text-danger{color:#ff5a1a;color:var(--dark-accent-danger)}.text-success{color:#3cff68;color:var(--dark-accent-success)}.text-warning{color:#ffd600;color:var(--dark-accent-warning)}.text-accent{color:var(--dark-text-accent)}.bg-primary{background-color:#181c23;background-color:var(--dark-bg-primary)}.bg-secondary{background-color:#23272f;background-color:var(--dark-bg-secondary)}.bg-tertiary{background-color:#2d323c;background-color:var(--dark-bg-tertiary)}.modal,.popup{background-color:#23272f;background-color:var(--dark-bg-secondary);border-radius:12px;box-shadow:0 5px 15px #0000004d;box-shadow:0 5px 15px var(--dark-shadow-heavy)}.modal-header,.popup-header{background-color:#2d323c;background-color:var(--dark-bg-tertiary);border-bottom:1px solid #2d323c;border-bottom:1px solid var(--dark-border-primary);color:#f8f8f8;color:var(--dark-text-primary)}.modal-footer,.popup-footer{border-top:1px solid #2d323c;border-top:1px solid var(--dark-border-primary)}hr{background-color:#2d323c;background-color:var(--dark-border-primary);margin:15px 0}code,pre{background-color:#2d323c;background-color:var(--dark-bg-tertiary);border-radius:8px;color:var(--dark-text-accent);font-family:Fira Code,JetBrains Mono,monospace;font-family:var(--font-code);letter-spacing:.5px;padding:10px}table{border-collapse:collapse;font-family:JetBrains Mono,Fira Code,Courier New,monospace;font-family:var(--font-primary);width:100%}td,th{border-bottom:1px solid #2d323c;border-bottom:1px solid var(--dark-border-primary);padding:10px;text-align:left}th{font-family:VT323,Press Start\ 2P,Courier New,monospace;font-family:var(--font-secondary)}th,tr:hover{background-color:#2d323c;background-color:var(--dark-bg-tertiary)}body,html{box-sizing:border-box;height:100%;margin:0;overflow-x:visible;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:JetBrains Mono,Fira Code,Courier New,monospace}code{font-family:Fira Code,JetBrains Mono,Courier New,monospace}*,:after,:before{box-sizing:inherit}body{background-color:var(--dark-bg-primary);color:var(--dark-text-primary);display:flex;flex-direction:column;font-family:var(--font-primary);font-size:1em;margin:0;min-height:100vh}.container{display:flex;flex:1 1;flex-direction:row;height:calc(100vh - 60px);width:100%}#sidebar,.container{box-sizing:border-box}#sidebar{background-color:var(--dark-bg-secondary);box-shadow:2px 0 5px var(--dark-shadow-medium);overflow-y:auto;padding:20px;width:300px}#map{flex:1 1;height:100%}h3{font-family:var(--font-secondary);letter-spacing:1px}h3,label{color:var(--dark-text-primary)}label{display:block;font-family:var(--font-primary);font-weight:700;margin-top:10px}input[type=text],textarea{background-color:var(--dark-bg-tertiary);margin-bottom:10px;margin-top:5px;width:95%}button,input[type=text],textarea{border:none;border-radius:8px;box-sizing:border-box;color:var(--dark-text-primary);padding:10px}button{background-color:var(--dark-accent-primary);cursor:pointer;font-size:16px;transition:all var(--transition-speed) var(--transition-ease);width:100%}button:hover{background-color:var(--dark-accent-secondary);transform:translateY(-2px)}ul{list-style-type:none;padding:0}li{word-wrap:break-word;background-color:var(--dark-bg-tertiary);border-radius:8px;font-size:.9em;margin:10px 0;padding:10px}.name-entry{color:var(--dark-text-primary);font-size:1.3em;font-weight:700}.leaflet-marker-icon.ghosted{opacity:.5}hr{background:var(--dark-border-primary);border:0;height:1px;margin:10px 0}.delete-button{color:var(--dark-text-primary)}.delete-button,.delete-button:hover{background-color:var(--dark-accent-danger)}.delete-button:hover{opacity:.9}.button-container{gap:10px}.link{color:var(--dark-text-secondary);text-decoration:none}.link:hover{color:var(--accent-yellow);text-decoration:underline}h1,h2{word-wrap:break-word}.site-title,h1,h2{color:var(--dark-text-primary);font-family:var(--font-secondary);letter-spacing:1px}.site-title{font-size:20px;margin-right:15px}.highlight{color:var(--accent-orange)}@media (max-width:768px){.container{flex-direction:column}#sidebar{max-height:40vh;width:100%}#map{height:60vh}h1,h2{font-size:1.5em}.site-title{font-size:18px}}@media (max-width:480px){body{font-size:.9em}#sidebar{max-height:50vh;padding:15px}#map{height:50vh}h1,h2{font-size:1.3em}.button-container{flex-direction:column;gap:5px}input[type=text],textarea{width:100%}.site-title{font-size:16px}}.App .main-content{margin:0!important;overflow:visible!important;padding:0!important;width:100%!important}.scanline-container{height:100vh;left:0;position:fixed;top:0}.home-wrapper,.scanline-container{margin:0;padding:0;width:100vw;z-index:0}.home-wrapper{align-items:stretch;justify-content:flex-start;min-height:100vh;position:relative}.home-container,.home-wrapper{box-sizing:border-box;display:flex;flex-direction:column}.home-container{align-items:center;background-color:initial;border-radius:0;box-shadow:none;margin:0;max-width:none;padding:60px 20px 20px;text-align:center;width:100%;z-index:1}.new-hero-section{background:linear-gradient(135deg,#00bfff14,#66ffcc0d);border:1px solid #00bfff33;border-radius:16px;margin:0 auto 60px;max-width:800px;padding:30px 20px;text-align:center;width:100%}.hero-title{animation:glitch 3s infinite;color:#6fc;font-size:3.2rem;font-weight:700;letter-spacing:2px;margin:0 0 8px;text-shadow:0 0 10px #66ffcc80;text-transform:uppercase}.hero-subtitle-text,.hero-title{font-family:var(--font-secondary);line-height:1}.hero-subtitle-text{color:#ff0;font-size:1.8rem;font-weight:300;margin:0 0 20px;text-shadow:0 0 10px #ff06}.hero-image-wrapper{display:flex;justify-content:center;margin:0 0 15px}.hero-main-image{border:2px solid #00bfff;border-radius:12px;box-shadow:0 0 20px #00bfff80;height:auto;transition:all .3s ease;width:600px}.hero-main-image:hover{box-shadow:0 0 30px #00bfffb3;transform:scale(1.05)}.hero-tagline-text{color:#6fc;font-family:var(--font-primary);font-size:1.4rem;font-style:italic;line-height:1.2;margin:0}.highlight-text{color:#f6c;font-style:normal;font-weight:700;text-shadow:0 0 8px #ff66cc80}.home-content{margin-top:0;max-width:1200px;width:100%}.section-title{color:#6fc;font-family:var(--font-secondary);font-size:2.2rem;margin-bottom:30px;text-align:center}.benefits-section,.cta-section-final,.problem-section,.social-proof-section,.solution-section{background-color:#00bfff08;border:1px solid #00bfff1a;border-radius:16px;margin-bottom:80px;padding:40px;position:relative}.problem-section{background-color:#ff66cc0d;border-color:#f6c3}.problem-content p{color:#6fc;font-family:var(--font-primary);font-size:1.3rem;line-height:1.7;margin-bottom:30px;text-align:center}.problem-list{grid-gap:15px;display:grid;gap:15px;margin-top:30px}.problem-item{background-color:#ff66cc1a;border-left:4px solid #f6c;border-radius:8px;color:#6fc;font-family:var(--font-primary);font-size:1.1rem;padding:15px 20px;text-align:left}.solution-section{background-color:#00bfff0d;border-color:#00bfff26}.solution-intro{color:#6fc;font-family:var(--font-primary);font-size:1.3rem;line-height:1.7;margin-bottom:40px;text-align:center}.screenshot-gallery{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr;margin-top:40px}.screenshot-item{align-items:center;display:flex;flex-direction:column;gap:20px}.app-screenshot{border:3px solid var(--dark-accent-primary);border-radius:16px;box-shadow:0 0 30px #00bfff66;cursor:pointer;height:auto;max-width:900px;transition:all .3s ease;width:100%}.app-screenshot:hover{border-color:#00bfff;box-shadow:0 0 40px #00bfff99;transform:scale(1.02)}.screenshot-caption{max-width:700px;text-align:center}.screenshot-caption h4{color:#6fc;font-family:var(--font-secondary);font-size:1.6rem;margin-bottom:15px}.screenshot-caption p{color:#6fc;font-family:var(--font-primary);font-size:1.2rem;line-height:1.6}.benefits-section{background-color:#ffff0008;border-color:#ff03}.benefits-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:40px}.benefit-card{border:2px solid #00bfff33;border-radius:12px;padding:30px 20px}.benefit-card:hover{box-shadow:0 10px 30px #00bfff4d}.benefit-icon{display:block;font-size:3rem;margin-bottom:20px}.benefit-card h3{font-family:var(--font-secondary);font-size:1.4rem;margin-bottom:15px}.benefit-card p{font-family:var(--font-primary);font-size:1rem;line-height:1.5}.social-proof-section{background-color:#66ffcc08;border-color:#6fc3}.proof-content p{color:#6fc;font-family:var(--font-primary);font-size:1.3rem;line-height:1.7;margin-bottom:40px;text-align:center}.beta-benefits h3{color:#6fc;font-family:var(--font-secondary);font-size:1.6rem;margin-bottom:25px;text-align:center}.beta-list{grid-gap:20px;display:grid;gap:20px;margin-top:30px}.beta-item{background-color:#66ffcc1a;border-left:4px solid #6fc;border-radius:10px;color:#6fc;font-family:var(--font-primary);font-size:1.1rem;padding:20px;text-align:left}.cta-section-final{background:linear-gradient(135deg,#00bfff1a,#66ffcc1a);border:2px solid #00bfff4d;text-align:center}.cta-description{color:#6fc;font-family:var(--font-primary);font-size:1.3rem;line-height:1.7;margin-bottom:40px}.cta-buttons{flex-wrap:wrap;gap:20px;justify-content:center}.cta-buttons,.secondary-links{margin-bottom:30px}.legend-link{background:none;border:none;color:#ff0;cursor:pointer;font-family:var(--font-primary);font-size:1.1rem;text-decoration:underline;transition:all .3s ease}.legend-link:hover{color:#f6c;text-shadow:0 0 5px #ff66cc80}.final-tagline p{color:#ff0;font-size:1.2rem;font-style:italic;margin:0}.image-modal{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000e6;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.image-modal,.modal-content{align-items:center;display:flex}.modal-content{flex-direction:column;gap:20px;max-height:95vh;max-width:95vw;position:relative}.modal-image{border:2px solid #00bfff;border-radius:12px;box-shadow:0 0 30px #00bfff80;max-height:80vh;max-width:100%;object-fit:contain}.modal-close{align-items:center;background-color:#f6c;border:none;border-radius:50%;color:#001f2d;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;position:absolute;right:-10px;top:-10px;transition:all .3s ease;width:40px;z-index:1001}.modal-close:hover{background-color:#ff0;transform:scale(1.1)}.modal-caption{color:#6fc;font-size:1.2rem;margin:0;text-align:center;text-shadow:0 0 5px #66ffcc4d}.modal-caption,.terminal-text{font-family:var(--font-primary)}.terminal-text{display:inline-block;font-size:1.5rem;letter-spacing:.5px;margin-bottom:15px;padding-left:20px;position:relative}.terminal-text.highlight{color:#ff0}.terminal-text:before{color:#f6c;content:">";font-family:var(--font-code);left:0;position:absolute}.legend-button,.surf-button{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d33;color:#6fc;cursor:pointer;font-family:var(--font-secondary);font-size:16px;letter-spacing:.5px;padding:15px 30px;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.legend-button:hover,.surf-button:hover{background-color:#00bfff26;border-color:#00bfff;box-shadow:0 6px 12px #00bfff4d;color:#ff0;text-shadow:0 0 8px #66ffcc80;transform:translateY(-2px)}.surf-button.primary{background-color:#00bfff1a;border-color:#00bfff66;box-shadow:0 0 15px #00bfff4d}.surf-button.primary:hover{background-color:#00bfff33;box-shadow:0 0 20px #00bfff80}.surf-button.large{font-size:18px;font-weight:700;padding:20px 40px}.surf-button.secondary{background-color:#00bfff0d}.surf-button.secondary:hover{background-color:#00bfff26}@media screen and (max-width:768px){.home-container{padding:40px 15px 20px}.new-hero-section{margin-bottom:50px;padding:25px 15px}.hero-title{font-size:2.5rem}.hero-subtitle-text{font-size:1.5rem}.hero-main-image{width:480px}.hero-tagline-text{font-size:1.2rem}.section-title{font-size:1.8rem}.benefits-section,.cta-section-final,.problem-section,.social-proof-section,.solution-section{margin-bottom:50px;padding:25px 20px}.benefits-grid{gap:20px;grid-template-columns:1fr}.screenshot-gallery{gap:40px}.cta-buttons{align-items:center;flex-direction:column}.surf-button{max-width:280px;width:100%}}@media screen and (max-width:480px){.home-container{padding:30px 10px 15px}.new-hero-section{margin-bottom:40px;padding:20px 15px}.hero-title{font-size:2rem}.hero-subtitle-text{font-size:1.3rem}.hero-main-image{width:380px}.hero-tagline-text{font-size:1.1rem}.section-title{font-size:1.5rem}.benefits-section,.cta-section-final,.problem-section,.social-proof-section,.solution-section{margin-bottom:40px;padding:20px 15px}.benefit-card{padding:20px 15px}}.scanline-container:after{z-index:2}.login-page{align-items:center;background-color:#001f2d;background:linear-gradient(135deg,#001f2d,#00bfff1a);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;width:100vw}.login-page,.login-title{color:#6fc;font-family:Source Code Pro,monospace}.login-title{animation:glitch 4s infinite;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #66ffcc80;text-transform:uppercase}.login-form{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00bfff0d;border-radius:8px;box-shadow:0 4px 12px #00bfff4d;display:flex;flex-direction:column;max-width:400px;min-width:320px;padding:2.5rem;width:100%}.login-button,.login-form{border:1px solid #00bfff4d}.login-button{background-color:#00bfff1a;color:#6fc;font-size:16px;letter-spacing:.5px;padding:12px 24px;text-shadow:0 0 5px #66ffcc4d;width:auto}.login-button:hover{background-color:#00bfff33;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d}.signup-link-text{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;font-style:italic;margin-top:2rem;text-align:center;text-shadow:0 0 5px #6fc3}.signup-link{color:#00bfff;font-weight:600;letter-spacing:.3px;text-decoration:none;text-shadow:0 0 5px #00bfff4d;text-transform:uppercase;transition:all .3s ease}.signup-link:hover{color:#ff0;text-decoration:underline;text-shadow:0 0 8px #ffff0080}@media (max-width:768px){.login-page{padding:1rem}.login-title{font-size:2rem;margin-bottom:1.5rem}.login-form{min-width:280px;padding:2rem}.form-group{margin-bottom:1.2rem}.form-group input{font-size:16px;padding:10px}.login-button{font-size:14px;padding:14px 20px}.signup-link-text{font-size:13px;margin-top:1.5rem}}@media (max-width:480px){.login-title{font-size:1.8rem}.login-form{min-width:260px;padding:1.5rem}}.signup-page{align-items:center;background-color:#001f2d;background:linear-gradient(135deg,#001f2d,#00bfff1a);box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;width:100vw}.signup-page,.signup-title{color:#6fc;font-family:Source Code Pro,monospace}.signup-title{animation:glitch 4s infinite;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #66ffcc80;text-transform:uppercase}.signup-form{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00bfff0d;border:1px solid #00bfff4d;border-radius:8px;box-shadow:0 4px 12px #00bfff4d;display:flex;flex-direction:column;max-width:400px;min-width:320px;padding:2.5rem;width:100%}.form-group{margin-bottom:1.5rem;width:100%}.form-group label{display:block;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase}.form-group input,.form-group label{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px}.form-group input{background-color:#00bfff1a;border:1px solid #00bfff4d;border-radius:4px;box-sizing:border-box;letter-spacing:.3px;padding:12px;text-shadow:0 0 5px #6fc3;transition:all .3s ease;width:100%}.form-group input:focus{background-color:#00bfff26;border-color:#00bfff;box-shadow:0 0 10px #00bfff80;outline:none}.form-group input::placeholder{color:#66ffcc80;font-family:Source Code Pro,monospace}.form-spacing{height:20px}.error-message{animation:errorPulse 2s infinite;color:#f6c;font-family:Source Code Pro,monospace;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-align:center;text-shadow:0 0 8px #ff66cc80;text-transform:uppercase}.button-container{gap:12px;justify-content:center;width:100%}.signup-button{background-color:#00bfff1a;border:1px solid #00bfff4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;cursor:pointer;flex:1 1;font-family:Source Code Pro,monospace;font-size:13px;font-weight:600;letter-spacing:.3px;min-width:160px;padding:12px 16px;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.signup-button:hover{background-color:#00bfff33;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.signup-button:active{box-shadow:0 2px 4px #001f2d33;transform:translateY(0)}.login-button{background-color:#ff66cc1a;border:1px solid #ff66cc4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#f6c;cursor:pointer;flex:1 1;font-family:Source Code Pro,monospace;font-size:13px;font-weight:600;letter-spacing:.3px;min-width:160px;padding:12px 16px;text-shadow:0 0 5px #ff66cc4d;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.login-button:hover{background-color:#f6c3;border-color:#f6c;box-shadow:0 4px 8px #ff66cc4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.login-button:active{box-shadow:0 2px 4px #001f2d33;transform:translateY(0)}@keyframes errorPulse{0%{text-shadow:0 0 8px #ff66cc80}50%{text-shadow:0 0 15px #f6cc}to{text-shadow:0 0 8px #ff66cc80}}@media (max-width:768px){.signup-page{padding:1rem}.signup-title{font-size:2rem;margin-bottom:1.5rem}.signup-form{min-width:280px;padding:2rem}.form-group{margin-bottom:1.2rem}.form-group input{font-size:16px;padding:10px}.button-container{flex-direction:column;gap:10px}.login-button,.signup-button{font-size:12px;letter-spacing:.2px;min-width:auto;padding:14px 16px;width:100%}}@media (max-width:480px){.signup-title{font-size:1.8rem}.signup-form{min-width:260px;padding:1.5rem}.login-button,.signup-button{font-size:11px;letter-spacing:.1px;padding:12px 14px}}.dashboard-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;padding:60px 10px 20px;width:100%}.dashboard-container{background-color:var(--dark-bg-secondary);border-radius:12px;box-shadow:0 4px 8px var(--dark-shadow-medium);box-sizing:border-box;margin:0 auto;max-width:800px;padding:30px;width:100%}.dashboard-content{width:100%}.dashboard-title{animation:glitch 3s infinite;color:var(--dark-text-primary);font-family:var(--font-secondary);letter-spacing:1px;margin-bottom:20px;text-align:center;text-transform:uppercase}.dashboard-title.highlight{color:var(--accent-pink)}.dashboard-info{color:var(--dark-text-secondary);font-family:var(--font-primary);font-size:16px;line-height:1.6;margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:600px;text-align:left;word-break:break-all}.dashboard-info strong{color:var(--accent-orange);font-weight:700}.dashboard-token-area{background-color:var(--dark-bg-tertiary);border:1px solid var(--dark-border-primary);border-radius:8px;color:var(--text-primary);font-family:monospace;height:100px;margin-bottom:15px;padding:10px;resize:none;width:100%}.dashboard-note{color:var(--dark-text-secondary);font-family:var(--font-primary);font-size:14px;font-style:italic;margin-bottom:20px;text-align:center}.dashboard-section{background-color:var(--dark-bg-secondary);border:1px solid var(--dark-border-primary);border-radius:12px;margin-bottom:20px;padding:20px}.dashboard-section.danger-zone{border-color:var(--dark-accent-danger)}.danger-zone h4{color:var(--accent-red)!important}.danger-description{background-color:#ff40401a;border:1px solid var(--dark-accent-danger);border-radius:6px;color:var(--text-secondary);margin-bottom:20px;padding:10px}.delete-confirmation{background-color:#ff40401a;border-radius:8px;margin-top:15px;padding:15px}.confirmation-text{color:var(--accent-red);font-weight:700;margin-bottom:15px;text-align:center}.subscription-actions{margin-top:20px}.subscription-note{background-color:var(--dark-bg-tertiary);border:1px solid var(--dark-border-primary);border-radius:6px;color:var(--text-secondary);font-size:.9em;font-style:italic;margin-top:10px;padding:10px}.upgrade-button{background-color:var(--accent-color);border-radius:8px;color:#fff;display:inline-block;margin:10px 0;padding:10px 20px}.upgrade-button:hover{background-color:var(--accent-color-dark)}.dashboard-section h4{border-bottom:1px solid var(--dark-border-primary);color:var(--text-primary);font-size:1.2rem;margin-bottom:15px;padding-bottom:8px}.dashboard-section p{color:var(--text-secondary);margin-bottom:10px}.dashboard-section strong{color:var(--text-primary)}.button-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start;margin-top:15px}.dashboard-button{background-color:var(--accent-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;min-width:150px;padding:10px 20px;transition:all .3s ease}.dashboard-button:hover:not(:disabled){background-color:var(--accent-color-dark);transform:translateY(-2px)}.dashboard-button:disabled{cursor:not-allowed;opacity:.7}.dashboard-button-danger{background-color:var(--dark-accent-danger);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;min-width:150px;padding:10px 20px;transition:all .3s ease}.dashboard-button-danger:hover{background-color:#ff4040;transform:translateY(-2px)}.upgrade-link{color:var(--accent-color);font-weight:700;text-decoration:none;transition:color .3s ease}.upgrade-link:hover{color:var(--accent-color-dark);text-decoration:underline}.eula-link{color:#4a90e2;transition:color .2s ease}.eula-link:hover{color:#357abd}@media screen and (max-width:768px){.dashboard-wrapper{padding:40px 10px 20px}.dashboard-container{border-radius:8px;margin:0;padding:20px}.dashboard-title{font-size:24px;margin-bottom:15px}.dashboard-info{font-size:14px;padding:0 10px}.dashboard-token-area{font-size:11px;height:80px;margin:10px auto 15px}.dashboard-note{font-size:13px;margin-bottom:15px}.button-container{gap:10px}.dashboard-button,.dashboard-button-danger{font-size:14px;min-width:130px;padding:8px 15px}}@media screen and (max-width:480px){.dashboard-wrapper{padding:20px 5px}.dashboard-container{border-radius:6px;padding:15px}.dashboard-title{font-size:20px}.dashboard-info{font-size:13px;padding:0 5px}.dashboard-token-area{font-size:10px;height:60px;padding:8px}.dashboard-note{font-size:12px}.button-container{align-items:center;flex-direction:column}.dashboard-button,.dashboard-button-danger{font-size:14px;max-width:none;padding:10px;width:100%}}.indie-flower-regular{color:var(--dark-text-primary);font-family:var(--font-primary);font-size:15px;font-style:normal;font-weight:400;letter-spacing:.5px;line-height:1.6}.legend-page-h3{color:var(--dark-text-primary);font-family:var(--font-secondary)}.legend-page-h3.highlight{color:var(--accent-orange)}.legend-container{background-color:var(--dark-bg-secondary);border-radius:12px;box-shadow:0 4px 8px var(--dark-shadow-medium);margin:20px;padding:20px}.legend-image{border:2px solid var(--dark-accent-primary);border-radius:50%;box-shadow:0 0 15px var(--dark-accent-primary);transition:all .3s ease}.legend-image:hover{box-shadow:0 0 25px var(--dark-accent-secondary);transform:scale(1.02)}.terminal-text p{margin-bottom:15px;padding-left:20px;position:relative}.terminal-text p:before{color:var(--accent-yellow);content:">";font-family:var(--font-code);left:0;position:absolute}.glitch-text{position:relative}.scanline-container{overflow:hidden}.scanline-container:after{background:linear-gradient(180deg,#0000 50%,#0000000d 0);height:100%;position:absolute;width:100%;z-index:1}.indie-flower-regular strong{color:var(--accent-pink);font-family:var(--font-secondary);letter-spacing:.5px}.nav-container{background-color:#001f2d;box-shadow:2px 0 5px #001f2d80;box-sizing:border-box;font-family:Source Code Pro,monospace;height:100vh;left:0;overflow-y:auto;padding:12px;position:fixed;top:0;width:240px;z-index:1000}.button-group,.nav-container{display:flex;flex-direction:column}.button-group{gap:8px;margin-top:10px;padding-bottom:10px;width:100%}.nav-divider{background-color:#00bfff;height:1px;margin:8px 0;opacity:.3}.nav-button{align-items:center;background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;cursor:pointer;display:flex;font-family:Source Code Pro,monospace;font-size:14px;font-weight:600;letter-spacing:.3px;min-height:44px;padding:10px 12px;text-align:left;text-shadow:0 0 5px #66ffcc4d;transition:all .3s ease;white-space:nowrap;width:100%}.nav-icon{display:inline-block;flex-shrink:0;font-size:18px;margin-right:8px;min-width:24px;text-align:center}.nav-text{flex:1 1;font-size:13px;font-weight:600;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.nav-button:hover{background-color:#00bfff26;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #66ffcc80;transform:translateY(-2px)}.nav-button:hover .nav-icon{color:#f6c;transform:scale(1.1);transition:transform .2s ease}.nav-button.active{background-color:#00bfff33;border-left:3px solid #f6c;box-shadow:0 2px 4px #00bfff4d;color:#ff0;font-weight:800}.nav-button.active .nav-icon{color:#f6c}.nav-button.active .nav-text{font-weight:800;text-shadow:0 0 10px #ffff0080}.main-content{margin-left:240px;width:calc(100% - 240px)}.mobile-menu-button{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#001f2d;border:1px solid #00bfff;border-radius:50%;bottom:20px;box-shadow:0 2px 8px #001f2d66;color:#6fc;cursor:pointer;display:none!important;font-size:28px;height:50px;justify-content:center;padding:5px;pointer-events:auto!important;position:fixed;right:20px;transform:none;transition:all .3s ease;width:50px;z-index:1010}.mobile-menu-button:hover{background-color:#00bfff1a;box-shadow:0 4px 12px #00bfff66;transform:scale(1.05)}.mobile-menu-button:active{box-shadow:0 2px 4px #0000004d;transform:scale(.95)}.mobile-nav-overlay{background-color:var(--dark-shadow-heavy);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1008}.mobile-nav-overlay.open{display:block}@media (max-width:768px) and (min-width:481px){.nav-container{width:220px}.main-content{margin-left:220px;width:calc(100% - 220px)}.nav-button{font-size:15px;padding:8px}.nav-icon{font-size:18px;margin-right:6px}.nav-text{font-size:13px}.mobile-menu-button{display:none!important}}@media (max-width:480px){.nav-container{transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1009}.nav-container.open{transform:translateX(0)}.main-content{margin-left:0;padding-top:50px;width:100%}.mobile-menu-button{display:flex!important}.mobile-menu-button:after{bottom:-5px;content:"";left:-5px;pointer-events:none;position:absolute;right:-5px;top:-5px;z-index:-1}.leaflet-container .leaflet-interactive,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>svg path{pointer-events:auto!important}.nav-button{min-height:48px;padding:12px 14px}.nav-icon{font-size:20px;margin-right:10px;min-width:28px}.nav-text{font-size:14px;letter-spacing:.3px}.nav-button{max-width:100%;overflow:hidden}.nav-text{max-width:calc(100% - 38px);overflow:hidden;text-overflow:ellipsis}}.logout-button{margin-top:4px}.App{background-color:var(--dark-bg-primary);box-sizing:border-box;color:var(--dark-text-primary);display:flex;min-height:100vh;overflow:visible;width:100%}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:var(--dark-bg-secondary);color:var(--dark-text-primary);display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:var(--dark-text-accent)}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main-content{display:flex;margin-left:170px;min-height:100vh;position:relative;width:calc(100% - 170px)}.main-content,.page-container{box-sizing:border-box;overflow:visible;padding:0}.page-container{margin:0;max-width:100%;width:100%}@media (max-width:768px){.main-content{margin-left:160px;padding:0;width:calc(100% - 160px)}}@media (max-width:480px){.main-content{margin-left:0;padding:50px 0 0;width:100%}}.scanline-container{background-color:#001f2d;font-family:Source Code Pro,monospace;overflow-x:hidden;overflow-y:auto}.surfer-info-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;padding:60px 10px 20px;width:100%}.legend-container,.surfer-info-container{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d4d;box-sizing:border-box;margin:0 auto;max-width:800px;padding:20px 30px 30px;width:100%}.legend-page-h3{color:#6fc;font-family:Source Code Pro,monospace;font-size:24px;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-align:center;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.glitch-text{animation:glitch 3s infinite}.terminal-text{color:#6fc;text-shadow:0 0 5px #66ffcc4d}.indie-flower-regular,.terminal-text{font-family:Source Code Pro,monospace}.loading-message{animation:blink 1.5s infinite;color:#f6c;font-style:italic;text-shadow:0 0 5px #ff66cc4d}.surfer-info-title{animation:glitch 3s infinite;color:#6fc;font-family:Source Code Pro,monospace;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-align:center;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.surfer-info-title.highlight{color:#f6c;text-shadow:0 0 8px #ff66cc80}.surfer-info-subtitle{color:#6fc;font-family:Source Code Pro,monospace;font-size:15px;line-height:1.6;margin-bottom:20px;margin-left:0;margin-right:0;max-width:600px;text-align:left;text-shadow:0 0 5px #66ffcc4d}.surfer-info-highlight{color:#ff0;font-weight:700;text-shadow:0 0 5px #ffff004d}.surfer-info-form{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:700px}.surfer-info-label{display:block;font-size:18px;font-weight:600;letter-spacing:.5px;margin-bottom:5px;text-transform:uppercase}.surfer-info-input,.surfer-info-label{color:#6fc;font-family:Source Code Pro,monospace;text-shadow:0 0 5px #66ffcc4d}.surfer-info-input{background-color:#00bfff0d;border:1px solid #00bfff4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;margin-top:5px;padding:10px;transition:all .3s ease;width:100%}.surfer-info-input:focus{background-color:#00bfff1a;border-color:#00bfff;box-shadow:0 0 0 2px #00bfff4d;outline:none;text-shadow:0 0 8px #66ffcc80}.surfer-info-input::placeholder{color:#6fc9;text-shadow:none}.surfer-info-input:disabled{background-color:#00bfff05;border-color:#00bfff1a;color:#6fc6;cursor:not-allowed;text-shadow:none}.surfer-info-textarea{height:150px;max-height:300px;min-height:80px;resize:vertical}.surfer-info-submit{background-color:#00bfff1a;border:1px solid #00bfff4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;cursor:pointer;font-family:Source Code Pro,monospace;font-size:18px;font-weight:600;grid-column:span 2;letter-spacing:.5px;margin-top:10px;padding:12px 20px;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease}.surfer-info-submit:hover:not(:disabled){background-color:#00bfff33;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.surfer-info-submit:disabled{background-color:#00bfff0d;box-shadow:none;color:#6fc6;cursor:not-allowed;text-shadow:none;transform:none}.surfer-info-modal{background-color:#001f2d;border:2px solid #00bfff;border-radius:8px;box-shadow:0 0 20px #00bfff80;left:50%;max-width:400px;padding:25px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1000}.surfer-info-modal-message{margin-bottom:20px}.surfer-info-modal-button,.surfer-info-modal-message{color:#6fc;font-family:Source Code Pro,monospace;font-size:16px;text-shadow:0 0 5px #66ffcc4d}.surfer-info-modal-button{background-color:#00bfff1a;border:1px solid #00bfff4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;cursor:pointer;font-weight:600;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase;transition:all .3s ease}.surfer-info-modal-button:hover{background-color:#00bfff33;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.field-container{display:flex;flex-direction:column;grid-column:span 1}.field-container.full-width{grid-column:span 2}.field-icon{color:#f6c;margin-right:5px;text-shadow:0 0 5px #ff66cc4d}@media screen and (max-width:768px){.surfer-info-wrapper{padding:40px 10px 20px}.legend-container,.surfer-info-container{border-radius:6px;margin:0;padding:15px 20px 20px;width:100%}.surfer-info-form{gap:15px;grid-template-columns:1fr}.field-container,.field-container.full-width{grid-column:span 1}.legend-page-h3,.surfer-info-title{font-size:20px;margin-bottom:15px}.surfer-info-subtitle,.terminal-text{font-size:14px;margin-bottom:15px;padding:0 5px;text-align:left}.surfer-info-label{font-size:16px}.surfer-info-input{font-size:14px;padding:8px}.surfer-info-textarea{height:120px}.surfer-info-submit{font-size:16px;grid-column:span 1;width:100%}.surfer-info-modal{border-radius:6px;padding:20px;width:95%}.surfer-info-modal-message{font-size:14px}.surfer-info-modal-button{font-size:14px;padding:8px 15px}}@media screen and (max-width:480px){.surfer-info-wrapper{padding:20px 5px}.legend-container,.surfer-info-container{border-radius:4px;margin:0;padding:10px 15px 15px}.surfer-info-form{gap:10px}.legend-page-h3,.surfer-info-title{font-size:18px}.surfer-info-subtitle,.terminal-text{font-size:13px;margin-bottom:15px;text-align:left}.surfer-info-label{font-size:14px}.surfer-info-input{font-size:13px;padding:6px}.surfer-info-textarea{max-height:200px;min-height:80px}.surfer-info-submit{font-size:14px;padding:8px 12px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-container{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}.leaflet-control-layers,.leaflet-control-layers-toggle{display:none!important}.emoji-icon{align-items:center;display:flex;font-size:30px;height:30px;justify-content:center;width:30px}.leaflet-popup-content-wrapper{background-color:#001f2d!important;border:1px solid #00bfff4d!important;border-radius:8px!important;box-shadow:0 4px 12px #00bfff4d!important;max-width:90vw!important;padding:10px!important;text-shadow:0 0 5px #66ffcc4d!important;width:280px!important}.leaflet-popup-content,.leaflet-popup-content-wrapper{box-sizing:border-box!important;color:#6fc!important;font-family:Source Code Pro,monospace!important;max-height:none!important;overflow:visible!important}.leaflet-popup-content{margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.leaflet-popup-tip{background-color:#001f2d!important;border:1px solid #00bfff4d!important}.leaflet-container a.leaflet-popup-close-button{color:#f6c!important;font-family:Source Code Pro,monospace!important;font-size:18px!important;font-weight:700!important;padding:4px 8px!important;text-shadow:0 0 5px #ff66cc4d!important}.leaflet-container a.leaflet-popup-close-button:hover{color:#ff0!important;text-shadow:0 0 8px #ffff0080!important}@media (max-width:480px){.leaflet-popup-content-wrapper{max-width:300px!important;padding:15px!important;width:90vw!important}.leaflet-popup-content{margin:0!important;padding:0!important}.user-spot-popup{padding:0!important}.user-spot-popup .field-row{margin-bottom:12px!important}.user-spot-popup .field-row label{font-size:14px!important;margin-bottom:4px!important}.user-spot-popup .field-row input{font-size:14px!important;height:36px!important;padding:8px 10px!important}.user-spot-popup .knowledge-container{margin-bottom:12px!important}.user-spot-popup .knowledge-container label{font-size:14px!important;margin-bottom:4px!important}.user-spot-popup textarea{font-size:14px!important;height:60px!important;padding:8px 10px!important}.user-spot-popup .coordinate-display{background-color:#00bfff1a!important;border-radius:4px!important;font-size:12px!important;padding:6px 8px!important}.user-spot-popup .button-container{flex-direction:column!important;gap:8px!important;margin-top:12px!important}.user-spot-popup .button-container button{font-size:14px!important;height:40px!important;margin:0!important;width:100%!important}.prompt-message{bottom:10px!important;font-size:13px!important;max-width:95%!important;padding:10px 12px!important}.map-legend{padding:8px!important;right:5px!important;top:40px!important;width:200px!important}.map-legend-item{margin:3px 0!important}.map-legend-icon{font-size:14px!important;margin-right:4px!important}.map-legend-text{font-size:10px!important}.instructions-banner{bottom:10px!important;font-size:12px!important;min-width:200px!important;padding:8px 10px!important}.leaflet-touch .leaflet-bar a{font-size:20px!important;height:44px!important;line-height:44px!important;width:44px!important}.leaflet-container a.leaflet-popup-close-button{font-size:24px!important;height:44px!important;padding:8px!important;width:44px!important}}.leaflet-popup-content input[type=text]{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;box-sizing:border-box;color:#6fc!important;font-family:Source Code Pro,monospace!important;letter-spacing:.3px!important;margin-bottom:0;padding:10px;text-shadow:0 0 5px #6fc3!important;width:100%}.leaflet-popup-content input[type=text]:focus{border-color:#00bfff!important;box-shadow:0 0 8px #00bfff80!important;outline:none!important}.leaflet-popup-content input[type=number]{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;box-sizing:border-box;color:#6fc!important;font-family:Source Code Pro,monospace!important;letter-spacing:.3px!important;margin-bottom:0;padding:10px;text-shadow:0 0 5px #6fc3!important;width:80%}.leaflet-popup-content input[type=number]:focus{border-color:#00bfff!important;box-shadow:0 0 8px #00bfff80!important;outline:none!important}.leaflet-popup-content textarea{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;box-sizing:border-box;color:#6fc!important;font-family:Source Code Pro,monospace!important;height:40px;letter-spacing:.3px!important;margin-bottom:0;padding:10px;text-shadow:0 0 5px #6fc3!important;width:90%}.leaflet-popup-content textarea:focus{border-color:#00bfff!important;box-shadow:0 0 8px #00bfff80!important;outline:none!important}.leaflet-popup-content .form-group{align-items:center;display:flex;margin-bottom:10px}.leaflet-popup-content label{color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:13px!important;font-weight:700;letter-spacing:.5px!important;margin-right:10px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important;width:120px}.form-row{display:flex;gap:20px;justify-content:space-between}.leaflet-popup-content span{color:#6fc!important;flex:1 1;font-family:Source Code Pro,monospace!important;font-style:italic;text-shadow:0 0 5px #6fc3!important;word-break:break-word}.user-spot-popup .button-container{display:flex;flex-direction:column;gap:8px;margin-top:10px;width:100%}.user-spot-popup .button-container button{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;color:#6fc!important;cursor:pointer;font-family:Source Code Pro,monospace!important;font-size:14px;font-weight:600!important;height:auto;letter-spacing:.5px!important;margin:0;padding:10px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important;transition:all .3s ease!important;width:100%}.user-spot-popup .button-container button:hover{background-color:#00bfff33!important;border-color:#00bfff!important;box-shadow:0 4px 8px #00bfff4d!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important;transform:translateY(-2px)!important}.user-spot-popup .field-row{margin-bottom:12px;width:100%}.user-spot-popup .field-row label{color:#6fc!important;display:block;font-family:Source Code Pro,monospace!important;font-size:13px!important;font-weight:700;letter-spacing:.5px!important;margin-bottom:5px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important}.user-spot-popup .knowledge-container{margin-bottom:12px;width:100%}.user-spot-popup .knowledge-container label{color:#6fc!important;display:block;font-family:Source Code Pro,monospace!important;font-size:13px!important;font-weight:700;letter-spacing:.5px!important;margin-bottom:5px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important}.user-spot-popup textarea{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;box-sizing:border-box;color:#6fc!important;font-family:Source Code Pro,monospace!important;letter-spacing:.3px!important;margin-bottom:0;min-height:80px;padding:10px;resize:vertical;text-shadow:0 0 5px #6fc3!important;width:100%}.user-spot-popup textarea:focus{border-color:#00bfff!important;box-shadow:0 0 8px #00bfff80!important;outline:none!important}.user-pin{color:#ff4b4b;filter:hue-rotate(0deg) saturate(1.5);font-size:24px}.community-pin{color:#4a90e2;filter:hue-rotate(210deg) saturate(1.5);font-size:24px}.map-legend h4{color:#fff!important;display:block!important;font-size:14px!important;font-weight:700!important;margin:0 0 8px!important}.map-legend-item{align-items:center!important;display:flex!important;margin:5px 0!important;visibility:visible!important}.map-legend-icon{display:block!important;font-size:20px!important;margin-right:8px!important}.map-legend-text{color:#fff!important;display:block!important;font-size:13px!important}.weather-button{align-items:center!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;color:#6fc!important;cursor:pointer!important;display:flex!important;font-family:Source Code Pro,monospace!important;font-size:14px!important;font-weight:600!important;letter-spacing:.5px!important;padding:8px 12px!important;text-align:left!important;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important;transition:all .3s ease!important;width:100%!important}.weather-button:hover{box-shadow:0 4px 8px #00bfff4d!important;text-shadow:0 0 8px #ffff0080!important;transform:translateY(-2px)!important}.weather-button.active,.weather-button:hover{background-color:#00bfff33!important;border-color:#00bfff!important;color:#ff0!important}.weather-button.active{box-shadow:0 2px 4px #00bfff4d!important;text-shadow:0 0 10px #ffff0080!important}.weather-layer-item[data-type] .weather-scale{opacity:.7!important;transition:opacity .3s ease!important}.weather-layer-item[data-type] .weather-button.active+.weather-scale{opacity:1!important}.weather-scale .gradient.wind{background:linear-gradient(90deg,#00bfff33,#00bfff66,#6fc9,#ffff00b3,#f6cc)!important}.weather-scale .gradient.clouds{background:linear-gradient(90deg,#00bfff1a,#66ffcc4d,#ffffff80,#ffffffb3,#ffffffe6)!important}.weather-scale .gradient.precipitation{background:linear-gradient(90deg,#00bfff1a,#00bfff4d,#66ffcc80,#ffff00b3,#ff66cce6)!important}.weather-scale .gradient.pressure{background:linear-gradient(90deg,#ff66ccb3,#ffff0080,#66ffcc4d,#00bfff80,#001f2db3)!important}.weather-scale .gradient.temperature{background:linear-gradient(90deg,#00bfffcc,#6fc9,#ff06,#f6c9,#f6cc)!important}.weather-layer-item[data-type=wind] .unit:after{color:#6fc!important;content:"m/s"!important;font-family:Source Code Pro,monospace!important}.weather-layer-item[data-type=temperature] .unit:after{color:#6fc!important;content:"°C"!important;font-family:Source Code Pro,monospace!important}.weather-layer-item[data-type=precipitation] .unit:after{color:#6fc!important;content:"mm"!important;font-family:Source Code Pro,monospace!important}.weather-layer-item[data-type=pressure] .unit:after{color:#6fc!important;content:"hPa"!important;font-family:Source Code Pro,monospace!important}.weather-layer-item[data-type=clouds] .unit:after{color:#6fc!important;content:"%"!important;font-family:Source Code Pro,monospace!important}.weather-layer-label{color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:12px!important;letter-spacing:.3px!important;margin-bottom:4px!important;opacity:.9!important;text-shadow:0 0 5px #6fc3!important;text-transform:uppercase!important}.user-spot-popup .button-container .delete-button{background-color:#ff66cc1a!important;border:1px solid #ff66cc4d!important;color:#f6c!important}.user-spot-popup .button-container .delete-button:hover{background-color:#f6c3!important;border-color:#f6c!important;box-shadow:0 4px 8px #ff66cc4d!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important;transform:translateY(-2px)!important}.user-spot-popup .button-container .chat-button{background-color:#00bfff33!important;border:1px solid #00bfff66!important;color:#6fc!important;font-weight:700!important}.user-spot-popup .button-container .chat-button:hover{background-color:#00bfff4d!important;border-color:#00bfff!important;box-shadow:0 4px 8px #00bfff66!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important;transform:translateY(-2px)!important}.community-spot-popup{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:12px!important;max-width:100%!important;padding:0!important;width:100%!important}.community-spot-popup h3{color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:16px;font-weight:700;letter-spacing:.5px!important;margin:0 0 8px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important}.community-spot-popup .field-row{display:flex;flex-direction:column;margin-bottom:12px;width:100%}.community-spot-popup .field-row label{font-size:13px!important;font-weight:700;letter-spacing:.5px!important;margin-bottom:5px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important}.community-spot-popup .field-row label,.community-spot-popup .field-row span{color:#6fc!important;display:block;font-family:Source Code Pro,monospace!important}.community-spot-popup .field-row span{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;box-sizing:border-box;font-size:14px;letter-spacing:.3px!important;padding:10px;text-shadow:0 0 5px #6fc3!important;width:100%;word-break:break-word}.community-spot-popup .knowledge-container{display:flex;flex-direction:column;margin-bottom:12px;width:100%}.community-spot-popup .knowledge-container label{color:#6fc!important;display:block;font-family:Source Code Pro,monospace!important;font-size:13px!important;font-weight:700;letter-spacing:.5px!important;margin-bottom:5px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important}.community-spot-popup .knowledge-text{background-color:#00bfff1a!important;border:1px solid #00bfff4d!important;border-radius:4px!important;box-sizing:border-box;color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:14px;letter-spacing:.3px!important;line-height:1.4;max-height:200px;min-height:80px;overflow-y:auto;padding:10px;text-shadow:0 0 5px #6fc3!important;width:100%}.community-spot-popup .button-container{box-sizing:border-box;display:flex;justify-content:center;margin-top:20px;width:100%}.community-spot-popup .chat-button{background-color:#00bfff33!important;border:1px solid #00bfff66!important;border-radius:4px!important;box-sizing:border-box;color:#6fc!important;cursor:pointer;font-family:Source Code Pro,monospace!important;font-size:14px;font-weight:700;letter-spacing:.5px!important;padding:10px 20px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important;transition:all .3s ease!important;width:100%}.community-spot-popup .chat-button:hover{background-color:#00bfff4d!important;border-color:#00bfff!important;box-shadow:0 4px 8px #00bfff66!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important;transform:translateY(-2px)!important}.instructions-banner{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background-color:#001f2de6!important;border:1px solid #00bfff33!important;border-radius:8px!important;bottom:20px!important;box-shadow:0 4px 12px #00bfff4d!important;color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:14px!important;left:50%!important;letter-spacing:.3px!important;min-width:300px!important;padding:12px 20px!important;pointer-events:none!important;position:fixed!important;text-align:center!important;text-shadow:0 0 5px #66ffcc4d!important;transform:translateX(-50%)!important;z-index:1000!important}.leaflet-control-attribution{display:none!important}.loading-overlay{align-items:center;background-color:#001f2dcc!important;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.loading-message{align-items:center;background-color:#001f2d!important;border:1px solid #00bfff4d!important;border-radius:8px!important;box-shadow:0 4px 12px #00bfff4d!important;color:#6fc!important;display:flex;font-family:Source Code Pro,monospace!important;font-size:18px;font-weight:700;gap:10px;letter-spacing:.5px!important;padding:20px 30px;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important}.loading-message:before{animation:spin 1s linear infinite;border:3px solid #00bfff!important;border-radius:50%;border-top-color:#0000;content:"";display:inline-block;height:20px;width:20px}.map-disabled{filter:grayscale(30%) hue-rotate(180deg)!important;opacity:.8;pointer-events:none!important}@media (max-width:480px){.weather-controls{clip:rect(0 0 0 0)!important;border:0!important;clip-path:inset(50%)!important;display:none!important;height:0!important;margin:0!important;opacity:0!important;padding:0!important;pointer-events:none!important;position:absolute!important;visibility:hidden!important;width:0!important}}@media (min-width:769px){.map-legend{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background-color:#001f2de6!important;border:1px solid #00bfff33!important;border-radius:8px!important;box-shadow:0 4px 12px #00bfff4d!important;display:block!important;font-size:14px!important;opacity:1!important;padding:12px!important;position:fixed!important;right:10px!important;text-shadow:0 0 5px #66ffcc4d!important;top:40px!important;visibility:visible!important;width:240px!important;z-index:1000!important}.map-legend,.map-legend-item{color:#6fc!important;font-family:Source Code Pro,monospace!important}.map-legend-item{font-size:12px!important;letter-spacing:.3px!important;text-shadow:0 0 5px #6fc3!important;text-transform:uppercase!important}}.weather-controls{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background-color:#001f2de6!important;border:1px solid #00bfff33!important;border-radius:8px!important;box-shadow:0 4px 12px #00bfff4d!important;gap:12px!important;opacity:1!important;padding:12px!important;position:fixed!important;right:10px!important;top:300px!important;visibility:visible!important;width:240px!important;z-index:1000!important}.weather-controls,.weather-layer-item{display:flex!important;flex-direction:column!important}.weather-layer-item{border-bottom:1px solid #00bfff33!important;gap:8px!important;padding:8px!important}.weather-layer-item:last-child{border-bottom:none!important}.weather-scale{height:40px!important;margin:8px 24px 12px 4px!important;position:relative!important}.weather-scale .gradient{border:1px solid #00bfff4d!important;border-radius:2px!important;height:12px!important;width:100%!important}.weather-scale .ticks{display:flex!important;justify-content:space-between!important;left:0!important;top:16px!important}.weather-scale .ticks,.weather-scale .unit{color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:10px!important;position:absolute!important;right:0!important;text-shadow:0 0 5px #6fc3!important}.weather-scale .unit{top:28px!important}@media (max-width:768px){.map-legend,.map-legend *,.weather-controls,[class*=map-legend],div.map-legend{clip:rect(0 0 0 0)!important;border:0!important;clip-path:inset(50%)!important;display:none!important;height:0!important;margin:0!important;opacity:0!important;padding:0!important;pointer-events:none!important;position:absolute!important;visibility:hidden!important;width:0!important}.leaflet-container{z-index:1!important}.leaflet-container:before{background:#0000;bottom:10px;content:"";height:70px;pointer-events:none;position:fixed;right:10px;transform:none;width:70px;z-index:1009}.leaflet-control-container .leaflet-bottom.leaflet-right{padding-bottom:70px!important;padding-right:20px!important}.leaflet-control-container .leaflet-top.leaflet-right{padding-top:0!important}.leaflet-marker-pane,.leaflet-popup-pane{z-index:1005!important}.leaflet-popup,.leaflet-popup-content,.leaflet-popup-content-wrapper,.leaflet-popup-tip{pointer-events:auto!important;z-index:1011!important}.instructions-banner,.leaflet-bar,.leaflet-control-zoom,.leaflet-control-zoom-in,.leaflet-control-zoom-out,.prompt-message,.prompt-message.general-prompt,.prompt-message.instructions-banner,a.leaflet-control-zoom-in,a.leaflet-control-zoom-out,div.instructions-banner,div.leaflet-bar,div.leaflet-control-zoom,div.prompt-message{clip:rect(0 0 0 0)!important;border:0!important;clip-path:inset(50%)!important;display:none!important;height:0!important;margin:0!important;opacity:0!important;padding:0!important;pointer-events:none!important;position:absolute!important;visibility:hidden!important;width:0!important}}.map-instructions{animation:fadeInSlideDown .5s ease-out;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;border-radius:20px;box-shadow:0 2px 10px #0000004d;color:#fff;font-size:13px;left:50%;padding:8px 16px;pointer-events:none;position:absolute;top:15px;transform:translateX(-50%);z-index:1000}.instruction-text{align-items:center;display:flex;font-weight:500;gap:6px;white-space:nowrap}@keyframes fadeInSlideDown{0%{opacity:0;transform:translateX(-50%) translateY(-10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.map-instructions{animation:fadeInSlideDown .5s ease-out,fadeOut .5s ease-out 8s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:768px){.map-instructions{display:none}}@media (max-width:1024px){.map-instructions{font-size:12px;padding:6px 14px}}.chat-modal{background-color:#001f2d;color:#6fc;display:flex;flex-direction:column;font-family:Source Code Pro,monospace;height:100%;opacity:0;overflow:hidden;text-shadow:0 0 5px #66ffcc4d;transform:translateX(100%);transition:opacity .5s ease,transform .5s ease;width:100%}.chat-modal.open{opacity:1;transform:translateX(0)}.chat-header{align-items:center;background-color:#001f2d;border-bottom:1px solid #00bfff33;box-shadow:0 2px 5px #00bfff4d;color:#6fc;display:flex;flex-shrink:0;justify-content:center;min-height:50px;padding:15px;position:relative}.chat-header h2{color:#6fc;font-family:Source Code Pro,monospace;font-weight:600;letter-spacing:1px;margin:0;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.close-btn{background:#00bfff0d;border:1px solid #00bfff33;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#f6c;left:10px;text-shadow:0 0 5px #ff66cc4d;top:8px;transition:all .3s ease;width:50px}.close-btn:hover{background-color:#00bfff26;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #ffff0080}.chat-messages-wrapper{background-color:#001f2d;display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:20px}.chat-messages{background:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:inset 0 0 10px #001f2d4d;flex:1 1;min-height:0;overflow-y:auto;padding:15px}.chat-messages::-webkit-scrollbar{width:8px}.chat-messages::-webkit-scrollbar-track{background:#001f2d;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb{background-color:#00bfff4d;border:2px solid #001f2d;border-radius:10px}.chat-messages::-webkit-scrollbar-thumb:hover{background-color:#00bfff80}.no-messages{color:#6fc;font-style:italic;margin-top:20px;text-align:center;text-shadow:0 0 5px #66ffcc4d}.message,.no-messages{font-family:Source Code Pro,monospace}.message{border:1px solid #00bfff1a;border-radius:8px;box-shadow:0 2px 4px #001f2d33;font-size:14px;line-height:1.5;margin:8px 0;padding:12px;transition:all .3s ease}.message:hover{border-color:#00bfff4d;box-shadow:0 4px 8px #00bfff4d;transform:translateY(-2px)}.MathJax_Display{background:none!important;color:inherit!important}.message.user{background-color:#00bfff1a;border-left:3px solid #00bfff;border-top-right-radius:4px;color:#6fc;margin-left:30px;text-shadow:0 0 5px #66ffcc4d}.message.system{background-color:#ff66cc1a;border-left:3px solid #f6c;border-radius:8px;color:#f6c;margin-left:30px;margin-right:30px;text-shadow:0 0 5px #ff66cc4d}.message.assistant{align-self:flex-start;background-color:#ffff000d;border-left:3px solid #ff0;border-top-left-radius:4px;color:#6fc;margin-right:30px;text-shadow:0 0 5px #66ffcc4d}.chat-messages .message ol,.chat-messages .message ul{background-color:initial;color:#6fc;font-weight:400;padding-left:20px;text-shadow:0 0 5px #6fc3}.chat-messages .message li{background-color:initial;color:#6fc;font-weight:400;margin:5px 0}.chat-input{align-items:stretch;background:#001f2d;border-top:1px solid #00bfff4d;box-shadow:0 -2px 5px #00bfff33;display:flex;flex-direction:row;flex-shrink:0;gap:10px;padding:15px}.chat-input textarea{background-color:#00bfff40;border:1px solid #00bfff99;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;flex:1 1 auto;font-family:Source Code Pro,monospace;font-size:14px;height:40px;line-height:16px;max-height:40px;min-height:40px;padding:12px;resize:none;text-shadow:0 0 5px #66ffcc4d;transition:all .3s ease}.chat-input textarea:focus{background-color:#00bfff59;border-color:#00bfff;box-shadow:0 0 0 2px #00bfff4d;outline:none;text-shadow:0 0 8px #66ffcc80}.chat-input textarea::placeholder{color:#6fc9;text-shadow:none}.chat-input button{align-items:center;background-color:#00bfff40;border:1px solid #00bfff99;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;cursor:pointer;display:flex;flex:0 0 auto;font-family:Source Code Pro,monospace;font-size:14px;font-weight:600;height:40px;justify-content:center;letter-spacing:.5px;padding:10px 16px;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease;width:80px}.chat-input button:hover:not(:disabled){background-color:#00bfff4d;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.chat-input button:disabled{background-color:#00bfff0d;box-shadow:none;color:#6fc6;cursor:not-allowed;text-shadow:none;transform:none}.thinking{align-items:center;color:#f6c;display:flex;font-style:italic;gap:8px;text-shadow:0 0 5px #ff66cc4d}.dots{display:inline-block}.dots:after{animation:blink 1.5s infinite;color:#f6c;content:"..."}@keyframes blink{0%,20%{opacity:0}40%{opacity:.5}60%{opacity:1}80%,to{opacity:0}}.spinner{animation:spin 1s linear infinite;border:2px solid #ff66cc4d;border-radius:50%;border-top-color:#f6c;height:12px;width:12px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat-messages pre{background-color:#001f2d80;border:1px solid #00bfff33;border-radius:4px;color:#6fc;font-family:Source Code Pro,monospace;margin:10px 0;overflow-x:auto;padding:12px;text-shadow:0 0 5px #66ffcc4d}.chat-messages code{background-color:#001f2d4d;border:1px solid #00bfff33;border-radius:3px;color:#ff0;font-family:Source Code Pro,monospace;padding:2px 6px;text-shadow:0 0 5px #ffff004d}.chat-messages a{border-bottom:1px solid #00bfff4d;color:#00bfff;text-decoration:none;text-shadow:0 0 5px #00bfff4d;transition:all .3s ease}.chat-messages a:hover{border-bottom-color:#ff0;color:#ff0;text-shadow:0 0 8px #ffff0080}.suggested-questions{border-top:1px solid #00bfff33;display:flex;flex-direction:column;gap:8px;margin-top:15px;padding-top:15px}.suggested-question-btn{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;cursor:pointer;font-family:Source Code Pro,monospace;font-size:13px;font-weight:600;letter-spacing:.3px;overflow:hidden;padding:10px 12px;text-align:left;text-overflow:ellipsis;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.suggested-question-btn:hover:not(.disabled){background-color:#00bfff26;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.suggested-question-btn:active:not(.disabled){box-shadow:0 2px 4px #00bfff33;transform:translateY(0)}.suggested-question-btn.disabled{background-color:#00bfff05;border-color:#00bfff1a;box-shadow:none;color:#6fc6;cursor:not-allowed;text-shadow:none;transform:none}@media (max-width:768px){.suggested-questions{gap:6px}.suggested-question-btn{font-size:12px;overflow:visible;padding:8px 10px;text-overflow:clip;white-space:normal}.chat-modal{background-color:#001f2d!important;bottom:0!important;color:#6fc!important;display:flex!important;flex-direction:column!important;font-family:Source Code Pro,monospace!important;height:100%!important;left:0!important;position:fixed!important;right:0!important;top:0!important;width:100%!important}.chat-messages-wrapper{background-color:#001f2d!important;flex:1 1 auto!important;height:calc(100vh - 110px)!important;overflow-y:hidden!important;padding:10px!important;position:relative!important}.chat-messages{-webkit-overflow-scrolling:touch!important;background:#00bfff0d!important;border:1px solid #00bfff33!important;border-radius:8px!important;box-shadow:inset 0 0 10px #001f2d4d!important;height:100%!important;margin-bottom:60px!important;overflow-y:auto!important;padding:10px!important}.chat-header{background-color:#001f2d!important;border-bottom:1px solid #00bfff33!important;box-shadow:0 2px 5px #00bfff4d!important;color:#6fc!important;flex:0 0 auto!important;height:50px!important;padding:0 10px!important}.chat-header h2{color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:16px!important;max-width:70%!important;overflow:hidden!important;text-overflow:ellipsis!important;text-shadow:0 0 8px #66ffcc80!important;text-transform:uppercase!important;white-space:nowrap!important}.close-btn{align-items:center!important;background:#00bfff0d!important;border:1px solid #00bfff33!important;border-radius:4px!important;box-shadow:0 2px 4px #001f2d33!important;color:#f6c!important;display:flex!important;font-size:20px!important;height:40px!important;justify-content:center!important;left:5px!important;text-shadow:0 0 5px #ff66cc4d!important;top:5px!important;width:40px!important}.close-btn:hover{background-color:#00bfff26!important;border-color:#00bfff!important;box-shadow:0 4px 8px #00bfff4d!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important}.chat-input{align-items:center!important;background:#001f2d!important;border-top:1px solid #00bfff4d!important;bottom:0!important;box-shadow:0 -2px 5px #00bfff33!important;display:flex!important;flex-direction:row!important;gap:8px!important;height:60px!important;left:0!important;padding:8px!important;position:fixed!important;right:0!important;z-index:1000!important}.chat-input textarea{-webkit-appearance:none!important;background-color:#00bfff40!important;border:1px solid #00bfff99!important;border-radius:4px!important;box-shadow:0 2px 4px #001f2d33!important;color:#6fc!important;flex:1 1 auto!important;font-family:Source Code Pro,monospace!important;font-size:14px!important;height:36px!important;line-height:20px!important;margin:0!important;max-height:36px!important;min-height:36px!important;padding:8px 10px!important;text-shadow:0 0 5px #66ffcc4d!important}.chat-input textarea:focus{background-color:#00bfff59!important;border-color:#00bfff!important;box-shadow:0 0 0 2px #00bfff4d!important;text-shadow:0 0 8px #66ffcc80!important}.chat-input textarea::placeholder{color:#6fc9!important;text-shadow:none!important}.chat-input button{align-items:center!important;-webkit-appearance:none!important;background-color:#00bfff40!important;border:1px solid #00bfff99!important;border-radius:4px!important;box-shadow:0 2px 4px #001f2d33!important;color:#6fc!important;display:flex!important;flex:0 0 auto!important;font-family:Source Code Pro,monospace!important;font-size:14px!important;font-weight:600!important;height:36px!important;justify-content:center!important;letter-spacing:.5px!important;margin:0!important;padding:0 15px!important;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important;transform:none!important;width:70px!important}.chat-input button:hover:not(:disabled){background-color:#00bfff4d!important;border-color:#00bfff!important;box-shadow:0 4px 8px #00bfff4d!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important}.chat-input button:disabled{background-color:#00bfff0d!important;box-shadow:none!important;color:#6fc6!important;text-shadow:none!important}.message{border:1px solid #00bfff1a!important;border-radius:8px!important;box-shadow:0 2px 4px #001f2d33!important;font-family:Source Code Pro,monospace!important;font-size:13px!important;line-height:1.4!important;margin:6px 0!important;padding:10px!important;word-break:break-word!important}.message.user{background-color:#00bfff1a!important;border-left:3px solid #00bfff!important;color:#6fc!important;text-shadow:0 0 5px #66ffcc4d!important}.message.system{background-color:#ff66cc1a!important;border-left:3px solid #f6c!important;color:#f6c!important;text-shadow:0 0 5px #ff66cc4d!important}.message.assistant{background-color:#ffff000d!important;border-left:3px solid #ff0!important;color:#6fc!important;text-shadow:0 0 5px #66ffcc4d!important}.message.assistant,.message.system,.message.user{margin-left:10px!important;margin-right:10px!important}.chat-messages pre{-webkit-overflow-scrolling:touch!important;background-color:#001f2d80!important;border:1px solid #00bfff33!important;border-radius:4px!important;color:#6fc!important;margin:8px 0!important;overflow-x:auto!important;padding:8px!important;text-shadow:0 0 5px #66ffcc4d!important}.chat-messages code,.chat-messages pre{font-family:Source Code Pro,monospace!important;font-size:12px!important}.chat-messages code{background-color:#001f2d4d!important;border:1px solid #00bfff33!important;color:#ff0!important;text-shadow:0 0 5px #ffff004d!important}.suggested-questions{border-top:1px solid #00bfff33!important;gap:6px!important}.suggested-question-btn{background-color:#00bfff0d!important;border:1px solid #00bfff33!important;border-radius:4px!important;box-shadow:0 2px 4px #001f2d33!important;color:#6fc!important;font-family:Source Code Pro,monospace!important;font-size:12px!important;font-weight:600!important;letter-spacing:.3px!important;overflow:visible!important;padding:8px 10px!important;text-overflow:clip!important;text-shadow:0 0 5px #66ffcc4d!important;text-transform:uppercase!important;white-space:normal!important}.suggested-question-btn:hover:not(.disabled){background-color:#00bfff26!important;border-color:#00bfff!important;box-shadow:0 4px 8px #00bfff4d!important;color:#ff0!important;text-shadow:0 0 8px #ffff0080!important}.suggested-question-btn.disabled{background-color:#00bfff05!important;border-color:#00bfff1a!important;box-shadow:none!important;color:#6fc6!important;text-shadow:none!important}.spinner{border:2px solid #ff66cc4d!important;border-top-color:#f6c!important;height:10px!important;width:10px!important}.thinking{text-shadow:0 0 5px #ff66cc4d!important}.dots:after,.thinking{color:#f6c!important}.no-messages{color:#6fc!important;font-family:Source Code Pro,monospace!important;text-shadow:0 0 5px #66ffcc4d!important}}@media (max-width:768px){.chat-messages::-webkit-scrollbar{width:6px!important}.chat-messages::-webkit-scrollbar-track{background:#001f2d!important}.chat-messages::-webkit-scrollbar-thumb{background-color:#00bfff4d!important;border-radius:10px!important}.chat-messages::-webkit-scrollbar-thumb:hover{background-color:#00bfff80!important}input,textarea{-webkit-appearance:none!important;border-radius:0!important}@supports (-webkit-touch-callout:none){.chat-messages-wrapper{height:calc(100vh - 110px)!important;height:calc(100vh - 110px - var(--keyboard-height, 0px))!important}}}.video-modal-overlay{align-items:center;background-color:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.video-modal{background:#1e1e2e;border-radius:8px;height:80vh;max-width:800px;outline:none;padding:20px;position:relative;width:90%}.video-modal-content{display:flex;flex-direction:column;height:100%}.video-modal-content h2{color:#fff;margin:0 0 20px;padding-right:40px;text-align:center}.video-container{flex:1 1;height:0;padding-bottom:56.25%;position:relative;width:100%}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;padding:5px;position:absolute;right:15px;top:15px;transition:all .2s ease;width:40px;z-index:2}.close-btn:hover{background-color:#ffffff1a;color:#ff6b6b;transform:scale(1.1)}.documentation-container{background-color:var(--dark-bg-secondary);border:1px solid var(--accent-primary);border-radius:10px;box-shadow:0 0 20px #00000080;color:var(--text-primary);margin:2rem auto;max-width:900px;overflow:visible;padding:2rem;position:relative;width:90%}.documentation-container:before{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary),var(--accent-tertiary));content:"";height:4px;left:0;position:absolute;right:0;top:0;z-index:1}.documentation-title{word-wrap:break-word;color:var(--accent-primary);font-family:Orbitron,sans-serif;font-size:2.5rem;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px var(--accent-primary-glow)}.documentation-section{border-bottom:1px solid var(--border-color);margin-bottom:2.5rem;padding-bottom:1.5rem}.documentation-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.documentation-section h2{word-wrap:break-word;align-items:center;color:var(--accent-secondary);display:flex;font-family:Orbitron,sans-serif;font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.documentation-section p{font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.documentation-list{margin-bottom:1rem;padding-left:1.5rem}.documentation-list li{line-height:1.5;margin-bottom:.8rem;position:relative}.documentation-list li strong{color:var(--accent-tertiary);font-weight:700}.scanline-container{background-color:var(--dark-bg-primary);box-sizing:border-box;max-width:100%;min-height:100vh;overflow:visible;position:relative;width:100%}.scanline-container:after{background:linear-gradient(180deg,#12101000 50%,#00000040 0);background-size:100% 4px;bottom:0;content:"";height:100vh;left:0;opacity:.15;pointer-events:none;position:fixed;right:0;top:0;width:100vw;z-index:10}.documentation-wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;max-width:100%;min-height:100vh;overflow:visible;padding:20px;width:100%}@media (max-width:768px){.documentation-container{margin:1rem auto;overflow-x:hidden;padding:1.5rem;width:95%}.documentation-title{font-size:2rem}.documentation-section h2{font-size:1.5rem}.documentation-list li,.documentation-section p{font-size:1rem}}@media (max-width:480px){.documentation-container{margin:.5rem auto;overflow-x:hidden;padding:1rem;width:96%}.documentation-title{font-size:1.6rem;margin-bottom:1.5rem}.documentation-section{margin-bottom:1.8rem;padding-bottom:1.2rem}.documentation-section h2{flex-wrap:wrap;font-size:1.3rem}.documentation-section p{font-size:.95rem;line-height:1.5}.documentation-list{padding-left:1.2rem}.documentation-list li{font-size:.95rem;margin-bottom:.7rem}}@media (max-width:320px){.documentation-container{padding:.8rem;width:98%}.documentation-title{font-size:1.4rem}.documentation-section h2{font-size:1.2rem}.documentation-list{padding-left:1rem}}.documentation-section h2:hover{text-shadow:0 0 8px var(--accent-secondary-glow);transition:text-shadow .3s ease}@keyframes borderGlow{0%{box-shadow:0 0 5px var(--accent-primary)}50%{box-shadow:0 0 15px var(--accent-primary)}to{box-shadow:0 0 5px var(--accent-primary)}}.documentation-container{animation:borderGlow 4s infinite}.upgrade-container{align-items:center;background-color:#001f2d;background:linear-gradient(135deg,#001f2d,#00bfff1a);box-sizing:border-box;color:#6fc;display:flex;flex-direction:column;font-family:Source Code Pro,monospace;min-height:100vh;padding:3rem 2rem;position:relative;width:100vw}.upgrade-container h1{animation:glitch 4s infinite;color:#6fc;font-family:Source Code Pro,monospace;font-size:2.5rem;font-weight:700;letter-spacing:1px;text-shadow:0 0 10px #66ffcc80;text-transform:uppercase}.corelord-intro,.upgrade-container h1{margin-bottom:2rem;position:relative;text-align:center;z-index:2}.corelord-intro{max-width:600px;width:100%}.corelord-intro p{color:#6fc;font-family:Source Code Pro,monospace;font-size:1.2rem;font-style:italic;letter-spacing:.5px;text-shadow:0 0 5px #66ffcc4d}.payment-instructions{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ff66cc0d;border:1px solid #ff66cc4d;border-radius:8px;box-shadow:0 4px 12px #f6c3;margin-bottom:2rem;max-width:500px;padding:2rem;position:relative;text-align:center;width:100%;z-index:2}.payment-instructions h3{margin-bottom:1rem;text-shadow:0 0 8px #ff66cc80}.check-status-button,.payment-instructions h3{color:#f6c;font-family:Source Code Pro,monospace;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.check-status-button{background-color:#ff66cc1a;border:1px solid #ff66cc4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;cursor:pointer;font-size:14px;padding:12px 24px;text-shadow:0 0 5px #ff66cc4d;transition:all .3s ease}.check-status-button:hover:not(:disabled){background-color:#f6c3;border-color:#f6c;box-shadow:0 4px 8px #ff66cc4d;color:#ff0;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.check-status-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.status-message{color:#6fc;font-family:Source Code Pro,monospace;font-size:16px;font-weight:600;letter-spacing:.3px;margin:2rem 0;max-width:600px;text-align:center;text-shadow:0 0 5px #66ffcc4d}.pricing-cards,.status-message{position:relative;width:100%;z-index:2}.pricing-cards{display:flex;gap:2rem;justify-content:center;max-width:1000px}.pricing-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00bfff0d;border:1px solid #00bfff4d;border-radius:8px;box-shadow:0 4px 12px #00bfff33;max-width:600px;padding:2.5rem;text-align:left;transition:all .3s ease;width:100%}.pricing-card.featured{border-color:#00bfff;box-shadow:0 4px 20px #00bfff66}.pricing-card:hover{border-color:#00bfff;box-shadow:0 8px 25px #00bfff4d;transform:translateY(-3px)}.pricing-card h2{color:#6fc;font-size:1.8rem;font-weight:700;letter-spacing:.8px;margin-bottom:1rem;text-align:center;text-shadow:0 0 8px #66ffcc80}.pricing-card h2,.pricing-card h3{font-family:Source Code Pro,monospace;text-transform:uppercase}.pricing-card h3{color:#00bfff;font-size:1.2rem;font-weight:600;letter-spacing:.5px;margin:1.5rem 0 1rem;text-shadow:0 0 5px #00bfff4d}.price{color:#ff0;font-size:2rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem;text-align:center;text-shadow:0 0 10px #ffff0080}.corelord-description p,.price{font-family:Source Code Pro,monospace}.corelord-description p{color:#6fc;font-size:14px;letter-spacing:.2px;line-height:1.6;margin-bottom:1rem;text-shadow:0 0 3px #6fc3}.pricing-card ul{list-style:none;margin-bottom:2rem;padding:0}.pricing-card li{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;letter-spacing:.2px;line-height:1.5;margin-bottom:.8rem;padding-left:25px;position:relative;text-shadow:0 0 3px #6fc3}.pricing-card li:before{color:#00bfff;content:">";font-family:Source Code Pro,monospace;font-weight:700;left:0;position:absolute;text-shadow:0 0 5px #00bfff80}.corelord-note{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ff66cc0d;border:1px solid #f6c3;border-radius:6px;margin:2rem 0;padding:1.5rem}.corelord-note p{color:#6fc;font-family:Source Code Pro,monospace;font-size:13px;letter-spacing:.2px;line-height:1.6;margin-bottom:1rem;text-shadow:0 0 3px #6fc3}.corelord-note p:last-child{margin-bottom:0}.eula-note{color:#6fcc;font-size:12px;font-style:italic}.eula-link{color:#00bfff;font-weight:600;text-decoration:none;text-shadow:0 0 3px #00bfff4d;transition:all .3s ease}.eula-link:hover{color:#ff0;text-decoration:underline;text-shadow:0 0 8px #ffff0080}.upgrade-button{background-color:#00bfff1a;border:1px solid #00bfff4d;border-radius:4px;box-shadow:0 2px 4px #001f2d33;color:#6fc;cursor:pointer;display:block;font-family:Source Code Pro,monospace;font-size:16px;font-weight:600;letter-spacing:.5px;margin-top:1.5rem;padding:16px 24px;text-align:center;text-decoration:none;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease}.upgrade-button:hover{background-color:#00bfff33;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0;text-decoration:none;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.upgrade-button:active{box-shadow:0 2px 4px #001f2d33;transform:translateY(0)}@media (max-width:768px){.upgrade-container{padding:2rem 1rem}.upgrade-container h1{font-size:2rem;margin-bottom:1.5rem}.corelord-intro p{font-size:1rem}.pricing-cards{flex-direction:column;gap:1.5rem}.pricing-card{max-width:100%;padding:2rem}.pricing-card h2{font-size:1.5rem}.price{font-size:1.8rem}.payment-instructions{max-width:100%;padding:1.5rem}.upgrade-button{font-size:14px;padding:14px 20px}.check-status-button{font-size:13px;padding:10px 20px}}@media (max-width:480px){.upgrade-container h1{font-size:1.8rem}.pricing-card{padding:1.5rem}.pricing-card h2{font-size:1.3rem}.price{font-size:1.6rem}.corelord-description p,.corelord-note p,.pricing-card li{font-size:13px}.upgrade-button{font-size:13px;padding:12px 18px}}.eula-container{align-items:center;background-color:#001f2d;background:linear-gradient(135deg,#001f2d,#00bfff1a);box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding:3rem 2rem;width:100vw}.eula-container,.eula-container h1{color:#6fc;font-family:Source Code Pro,monospace;position:relative}.eula-container h1{animation:glitch 4s infinite;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #66ffcc80;text-transform:uppercase;z-index:2}.eula-container h1.highlight{color:#f6c;text-shadow:0 0 10px #ff66cc80}.eula-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00bfff0d;border:1px solid #00bfff4d;border-radius:8px;box-shadow:0 4px 12px #00bfff33;color:#6fc;line-height:1.8;max-width:900px;padding:2.5rem;position:relative;width:100%;z-index:2}.eula-content h2{color:#00bfff;font-family:Source Code Pro,monospace;font-size:1.3rem;font-weight:600;letter-spacing:.5px;margin:2rem 0 1rem;text-shadow:0 0 5px #00bfff4d;text-transform:uppercase}.eula-content h2:first-child{margin-top:0}.eula-content h2.highlight{color:#ff0;text-shadow:0 0 8px #ffff0080}.eula-content section{border-bottom:1px solid #00bfff1a;margin-bottom:2rem;padding:1rem 0}.eula-content section:last-child{border-bottom:none;margin-bottom:0}.eula-content p{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;letter-spacing:.2px;line-height:1.8;margin-bottom:1rem;text-align:justify;text-shadow:0 0 3px #6fc3}.eula-content .all-caps{color:#f6c;font-weight:600;letter-spacing:.3px;text-shadow:0 0 5px #ff66cc4d;text-transform:uppercase}.eula-content ul{list-style:none;margin:1rem 0;padding-left:25px}.eula-content li{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;letter-spacing:.2px;line-height:1.6;margin-bottom:.5rem;position:relative;text-align:justify;text-shadow:0 0 3px #6fc3}.eula-content li:before{color:#00bfff;content:">";font-family:Source Code Pro,monospace;font-weight:700;left:-20px;position:absolute;text-shadow:0 0 5px #00bfff80}@media (max-width:768px){.eula-container{padding:2rem 1rem}.eula-container h1{font-size:2rem;margin-bottom:1.5rem}.eula-content{max-width:100%;padding:2rem}.eula-content h2{font-size:1.1rem}.contact-info p,.eula-content li,.eula-content p{font-size:13px}.contact-info{padding:1.2rem}}@media (max-width:480px){.eula-container h1{font-size:1.8rem}.eula-content{padding:1.5rem}.eula-content h2{font-size:1rem}.contact-info p,.eula-content li,.eula-content p{font-size:12px}.contact-info{padding:1rem}}.privacy-container{align-items:center;background-color:#001f2d;background:linear-gradient(135deg,#001f2d,#00bfff1a);box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding:3rem 2rem;width:100vw}.privacy-container,.privacy-container h1{color:#6fc;font-family:Source Code Pro,monospace;position:relative}.privacy-container h1{animation:glitch 4s infinite;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-shadow:0 0 10px #66ffcc80;text-transform:uppercase;z-index:2}.privacy-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00bfff0d;border:1px solid #00bfff4d;border-radius:8px;box-shadow:0 4px 12px #00bfff33;color:#6fc;line-height:1.8;max-width:900px;padding:2.5rem;position:relative;width:100%;z-index:2}.privacy-content h2{color:#00bfff;font-family:Source Code Pro,monospace;font-size:1.3rem;font-weight:600;letter-spacing:.5px;margin:2rem 0 1rem;text-shadow:0 0 5px #00bfff4d;text-transform:uppercase}.privacy-content h2:first-child{margin-top:0}.privacy-content section{border-bottom:1px solid #00bfff1a;margin-bottom:2rem;padding:1rem 0}.privacy-content section:last-child{border-bottom:none;margin-bottom:0}.privacy-content p{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;letter-spacing:.2px;line-height:1.8;margin-bottom:1rem;text-align:justify;text-shadow:0 0 3px #6fc3}.privacy-content ul{list-style:none;margin:1rem 0;padding-left:25px}.privacy-content li{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;letter-spacing:.2px;line-height:1.6;margin-bottom:.5rem;position:relative;text-align:justify;text-shadow:0 0 3px #6fc3}.privacy-content li:before{color:#00bfff;content:">";font-family:Source Code Pro,monospace;font-weight:700;left:-20px;position:absolute;text-shadow:0 0 5px #00bfff80}.contact-info{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ff66cc0d;border:1px solid #f6c3;border-radius:6px;margin:1.5rem 0;padding:1.5rem}.contact-info p{color:#6fc;font-family:Source Code Pro,monospace;font-size:14px;letter-spacing:.2px;margin-bottom:.5rem;text-shadow:0 0 3px #6fc3}.contact-info p:last-child{margin-bottom:0}.effective-date{color:#ff0;font-family:Source Code Pro,monospace;font-style:italic;font-weight:600;letter-spacing:.3px;margin-top:2rem;text-align:center;text-shadow:0 0 8px #ffff0080}@media (max-width:768px){.privacy-container{padding:2rem 1rem}.privacy-container h1{font-size:2rem;margin-bottom:1.5rem}.privacy-content{max-width:100%;padding:2rem}.privacy-content h2{font-size:1.1rem}.contact-info p,.privacy-content li,.privacy-content p{font-size:13px}.contact-info{padding:1.2rem}}@media (max-width:480px){.privacy-container h1{font-size:1.8rem}.privacy-content{padding:1.5rem}.privacy-content h2{font-size:1rem}.contact-info p,.privacy-content li,.privacy-content p{font-size:12px}.contact-info{padding:1rem}}.beta-tester-page{background-color:#001f2d;color:#6fc;font-family:Source Code Pro,monospace;margin:0 auto;max-width:1200px;padding:0;text-shadow:0 0 5px #66ffcc4d}.hero-section{align-items:center;background:linear-gradient(135deg,#001f2d,#00bfff1a);border-bottom:1px solid #00bfff33;display:flex;gap:4rem;justify-content:space-between;min-height:80vh;padding:4rem 2rem}.hero-content{flex:1 1}.hero-content h1{align-items:center;animation:glitch 4s infinite;display:flex;font-size:3.5rem;font-weight:600;gap:1rem;letter-spacing:.5px;line-height:1.2;margin-bottom:1.2rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.hero-content h1,.subtitle{color:#6fc;font-family:Source Code Pro,monospace}.subtitle{font-size:1.5rem;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 0 5px #66ffcc4d}.cta-buttons{display:flex;gap:1rem;justify-content:flex-start;margin-top:.5rem}.cta-button{border-radius:4px;box-shadow:0 2px 4px #001f2d33;cursor:pointer;display:inline-block;font-family:Source Code Pro,monospace;font-size:1.15rem;font-weight:700;letter-spacing:.5px;outline:none;padding:1rem 2.5rem;text-align:center;text-decoration:none;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase;transition:all .3s ease}.cta-button,.cta-button.primary{background:#00bfff1a;border:1px solid #00bfff4d;color:#6fc!important}.cta-button.primary:focus,.cta-button.primary:hover{background:#00bfff33;border-color:#00bfff;box-shadow:0 4px 8px #00bfff4d;color:#ff0!important;text-shadow:0 0 8px #ffff0080;transform:translateY(-2px)}.hero-image{flex:1 1}.image-placeholder{align-items:center;background-color:#00bfff0d;border:2px dashed #00bfff4d;border-radius:8px;color:#f6c;display:flex;font-size:8rem;height:400px;justify-content:center;text-shadow:0 0 5px #ff66cc4d;width:100%}.hero-gif{border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 16px #00bfff4d;display:block;height:auto;margin:0 auto;max-width:450px;width:100%}.hero-gif-caption{color:#6fc;font-family:Source Code Pro,monospace;font-size:.92rem;font-style:italic;margin-top:.5rem;opacity:.85;text-align:center;text-shadow:0 0 5px #6fc3}.why-section{background:linear-gradient(135deg,#001f2d,#00bfff0d);border-bottom:1px solid #00bfff33;margin-bottom:0;padding:6rem 2rem;text-align:center}.why-section h2{color:#6fc;font-family:Source Code Pro,monospace;font-size:2.5rem;font-weight:600;gap:1rem;justify-content:center;letter-spacing:.5px;margin-bottom:3rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.why-content,.why-section h2{align-items:center;display:flex}.why-content{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d4d;gap:4rem;padding:3rem}.why-text{flex:1 1;text-align:left}.why-text h3{color:#6fc;font-family:Source Code Pro,monospace;font-size:2rem;font-weight:600;letter-spacing:.5px;margin-bottom:2rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{align-items:center;color:#6fc;display:flex;font-family:Source Code Pro,monospace;font-size:1.2rem;gap:1rem;line-height:1.6;margin-bottom:1.5rem;text-shadow:0 0 5px #66ffcc4d}.benefits-section{background:#001f2d;border-bottom:1px solid #00bfff33;margin-bottom:0;padding:6rem 2rem;text-align:center}.benefits-section h2{align-items:center;color:#6fc;display:flex;font-family:Source Code Pro,monospace;font-size:2.5rem;font-weight:600;gap:1rem;justify-content:center;letter-spacing:.5px;margin-bottom:3rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefit-card{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d33;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{border-color:#00bfff;box-shadow:0 8px 16px #00bfff4d;transform:translateY(-5px)}.benefit-card h3{font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase}.benefit-card h3,.benefit-card p{color:#6fc;font-family:Source Code Pro,monospace}.benefit-card p{text-shadow:0 0 5px #6fc3}.icon-placeholder{align-items:center;background-color:#00bfff1a;border:1px solid #00bfff4d;border-radius:50%;box-shadow:0 4px 8px #001f2d33;color:#f6c;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 1.5rem;text-shadow:0 0 5px #ff66cc4d;width:80px}.looking-for-section{background:#00bfff08;border-bottom:1px solid #00bfff33;margin-bottom:0;padding:6rem 2rem;text-align:center}.looking-for-section h2{align-items:center;color:#6fc;display:flex;font-family:Source Code Pro,monospace;font-size:2.5rem;font-weight:600;gap:1rem;justify-content:center;letter-spacing:.5px;margin-bottom:2rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.looking-for-content{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d4d;margin:0 auto;max-width:800px;padding:3rem}.looking-for-content p{color:#6fc;font-family:Source Code Pro,monospace;font-size:1.2rem;margin-bottom:1.5rem;text-shadow:0 0 5px #66ffcc4d}.looking-for-list{list-style:none;margin:2rem 0 0;padding:0;text-align:left}.looking-for-list li{align-items:center;color:#6fc;display:flex;font-family:Source Code Pro,monospace;font-size:1.2rem;gap:1rem;margin-bottom:1.5rem;text-shadow:0 0 5px #66ffcc4d}.next-steps-section{background:linear-gradient(135deg,#00bfff0d,#001f2d);border-bottom:1px solid #00bfff33;margin-bottom:0;padding:6rem 2rem;text-align:center}.next-steps-section h2{align-items:center;color:#6fc;display:flex;font-family:Source Code Pro,monospace;font-size:2.5rem;font-weight:600;gap:1rem;justify-content:center;letter-spacing:.5px;margin-bottom:3rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.steps-container{display:flex;gap:2rem;justify-content:space-between}.step{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d33;flex:1 1;padding:2rem;text-align:center;transition:all .3s ease}.step:hover{border-color:#00bfff;box-shadow:0 6px 12px #00bfff4d;transform:translateY(-3px)}.step h3{font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase}.step h3,.step p{color:#6fc;font-family:Source Code Pro,monospace}.step p{text-shadow:0 0 5px #6fc3}.step-number{align-items:center;background-color:#00bfff33;border:1px solid #00bfff;border-radius:50%;box-shadow:0 4px 8px #001f2d33;color:#6fc;display:flex;font-family:Source Code Pro,monospace;font-weight:700;height:40px;justify-content:center;margin:0 auto 1.5rem;text-shadow:0 0 5px #66ffcc4d;width:40px}.form-section{background:#00bfff0d;border-bottom:1px solid #00bfff33;margin-bottom:0;padding:6rem 2rem;text-align:center}.form-header{margin-bottom:3rem}.form-header h2{font-size:2.5rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-shadow:0 0 8px #66ffcc80;text-transform:uppercase}.form-header h2,.form-subtitle{color:#6fc;font-family:Source Code Pro,monospace}.form-subtitle{font-size:1.2rem;text-shadow:0 0 5px #66ffcc4d}.form-section .typeform-container{margin:2.5rem 0 0}.form-section .typeform-container,.typeform-container{align-items:center;display:flex;justify-content:center;width:100%}.typeform-container{background-color:#00bfff0d;border:1px solid #00bfff33;border-radius:8px;box-shadow:0 4px 8px #001f2d4d;padding:2rem;text-align:center}.page-footer{background:linear-gradient(135deg,#001f2d,#00bfff1a);border-top:1px solid #00bfff33;padding:2rem;text-align:center}.page-footer p{font-weight:600;letter-spacing:.5px;margin:.5rem 0;text-shadow:0 0 5px #66ffcc4d;text-transform:uppercase}.footer-subtitle,.page-footer p{color:#6fc;font-family:Source Code Pro,monospace}.footer-subtitle{font-size:.9rem;font-style:italic;text-shadow:0 0 5px #6fc3}@keyframes glitch{0%{text-shadow:.05em 0 0 #00bfff,-.05em -.025em 0 #f6c,0 0 8px #66ffcc80}14%{text-shadow:.05em 0 0 #00bfff,-.05em -.025em 0 #f6c,0 0 8px #66ffcc80}15%{text-shadow:-.05em -.025em 0 #00bfff,.025em .025em 0 #f6c,0 0 12px #ffff0080}49%{text-shadow:-.05em -.025em 0 #00bfff,.025em .025em 0 #f6c,0 0 12px #ffff0080}50%{text-shadow:.025em .05em 0 #00bfff,.05em 0 0 #f6c,0 0 10px #00bfff80}99%{text-shadow:.025em .05em 0 #00bfff,.05em 0 0 #f6c,0 0 10px #00bfff80}to{text-shadow:.05em 0 0 #00bfff,-.05em -.025em 0 #f6c,0 0 8px #66ffcc80}}@media (max-width:768px){.hero-section{flex-direction:column;min-height:auto;padding:2rem 0;text-align:center}.hero-content h1{font-size:2.2rem}.why-content{flex-direction:column}.why-text{text-align:center}.feature-list li{justify-content:center}.steps-container{flex-direction:column}.image-placeholder{font-size:6rem;height:300px}.cta-buttons,.looking-for-list li{justify-content:center}.benefits-grid{gap:1.5rem;grid-template-columns:1fr}.hero-gif{max-width:350px}}@media (max-width:900px){.hero-section{align-items:flex-start;flex-direction:column;padding:2rem 1rem}.typeform-container{justify-content:center;margin:2rem 0 0;max-width:100%}.hero-image{display:flex;justify-content:center;margin-top:2rem;width:100%}}