.login-wrapper{position:relative}.login-dropdown{position:absolute;top:100%;right:0;z-index:200;width:320px;margin-top:10px}.login-dropdown-arrow{position:absolute;top:-6px;right:18px;width:12px;height:12px;background:#1f232a;border-top:2px solid rgba(200,90,29,.5);border-left:2px solid rgba(200,90,29,.5);transform:rotate(45deg);z-index:1}.login-dropdown-content{background:#1f232a;border-radius:12px;border:2px solid rgba(200,90,29,.5);box-shadow:0 0 20px #c85a1d33,0 10px 30px #0006;padding:16px;position:relative}.ld-tabs{display:flex;margin-bottom:12px;background:#2b2f36;border-radius:6px;overflow:hidden}.ld-tab{flex:1;padding:6px 4px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s;text-align:center;border:none;background:transparent;color:#ede7de}.ld-tab:first-child{border-radius:6px 0 0 6px}.ld-tab:last-child{border-radius:0 6px 6px 0}.ld-tab.active{background:#c85a1d;color:#fff;text-shadow:var(--text-shadow-soft)}.ld-tab:hover:not(.active){background:#ffffff1a}.ld-form{display:flex;flex-direction:column}.ld-field{margin-bottom:10px}.ld-label{display:block;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;color:#ede7de;margin-bottom:4px;text-shadow:var(--text-shadow-soft)}.ld-input{width:100%;padding:8px 10px;font-family:Inter,system-ui,sans-serif;font-size:13px;background:#2b2f36;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ede7de;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.ld-input:focus{outline:none;border-color:#c85a1d;box-shadow:0 0 0 2px #c85a1d33}.ld-input::placeholder{color:#ede7de;opacity:.5}.ld-forgot{text-align:right;margin-bottom:8px}.ld-forgot-btn{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:400;color:#9a9a9a;background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.ld-forgot-btn:hover{color:#ede7de}.ld-error{padding:8px 10px;background:#c0392b1a;border:1px solid #C0392B;border-radius:6px;margin-bottom:10px}.ld-error p{font-family:Inter,system-ui,sans-serif;font-size:12px;color:#c0392b;margin:0}.ld-success{padding:8px 10px;background:#27ae601a;border:1px solid #27ae60;border-radius:6px;margin-bottom:10px;font-family:Inter,system-ui,sans-serif;font-size:12px;color:#27ae60}.ld-submit{width:100%;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:800;color:#fff;background:#c85a1d;padding:10px 16px;border-radius:6px;border:none;cursor:pointer;transition:background .2s;text-shadow:var(--text-shadow-soft)}.ld-submit:hover{background:#b14c1f}.ld-submit:disabled{opacity:.5;cursor:not-allowed}.ld-submit:disabled:hover{background:#c85a1d}.ld-loading{display:inline-flex;align-items:center;justify-content:center;gap:6px}.ld-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:ld-spin 1s ease-in-out infinite}@keyframes ld-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.login-dropdown{width:280px;right:-10px}.login-dropdown-arrow{right:24px}}.contact-wrapper{position:relative}.contact-dropdown{position:absolute;top:100%;right:0;z-index:200;width:340px;margin-top:10px}.contact-dropdown-arrow{position:absolute;top:-6px;right:18px;width:12px;height:12px;background:#1f232a;border-top:2px solid rgba(200,90,29,.5);border-left:2px solid rgba(200,90,29,.5);transform:rotate(45deg);z-index:1}.contact-dropdown-content{background:#1f232a;border-radius:12px;border:2px solid rgba(200,90,29,.5);box-shadow:0 0 20px #c85a1d33,0 10px 30px #0006;padding:16px;position:relative}.cd-title{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:800;color:#ede7de;margin:0 0 2px;text-shadow:var(--text-shadow-soft)}.cd-subtitle{font-family:Inter,system-ui,sans-serif;font-size:11px;font-weight:400;color:#9a9a9a;margin:0 0 12px}.cd-form{display:flex;flex-direction:column}.cd-field{margin-bottom:10px}.cd-label{display:block;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;color:#ede7de;margin-bottom:4px;text-shadow:var(--text-shadow-soft)}.cd-input{width:100%;padding:8px 10px;font-family:Inter,system-ui,sans-serif;font-size:13px;background:#2b2f36;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ede7de;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.cd-input:focus{outline:none;border-color:#c85a1d;box-shadow:0 0 0 2px #c85a1d33}.cd-input::placeholder{color:#ede7de;opacity:.5}.cd-textarea{resize:vertical;min-height:80px}.cd-error{padding:8px 10px;background:#c0392b1a;border:1px solid #C0392B;border-radius:6px;margin-bottom:10px}.cd-error p{font-family:Inter,system-ui,sans-serif;font-size:12px;color:#c0392b;margin:0}.cd-success{padding:14px;background:#27ae601a;border:1px solid #27ae60;border-radius:6px;text-align:center}.cd-success p{font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:600;color:#27ae60;margin:0}.cd-submit{width:100%;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:800;color:#fff;background:#c85a1d;padding:10px 16px;border-radius:6px;border:none;cursor:pointer;transition:background .2s;text-shadow:var(--text-shadow-soft)}.cd-submit:hover{background:#b14c1f}.cd-submit:disabled{opacity:.5;cursor:not-allowed}.cd-submit:disabled:hover{background:#c85a1d}.cd-loading{display:inline-flex;align-items:center;justify-content:center;gap:6px}.cd-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:cd-spin 1s ease-in-out infinite}@keyframes cd-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.contact-dropdown{width:290px;right:-10px}.contact-dropdown-arrow{right:24px}}.footer{width:100%;min-height:228px;background:var(--surface-2);border-top:1px solid var(--border);padding:55px 32px}.footer-content{max-width:1280px;width:100%;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:40px;align-items:start}.footer-column{display:flex;flex-direction:column;gap:8px}.footer-heading{font-family:var(--font-display),"Inter",system-ui,sans-serif;font-size:16px;font-weight:800;color:var(--text);margin-bottom:10px;text-shadow:var(--text-shadow-soft)}.footer-link{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:600;color:var(--text-muted);text-decoration:none;transition:color .2s;text-shadow:var(--text-shadow-soft)}.footer-link:hover{color:var(--text)}.social-icons{display:flex;gap:10px;margin-top:8px}.social-icon-link{display:block;width:36px;height:36px;border-radius:8px;overflow:hidden;transition:opacity .2s}.social-icon-link:hover{opacity:.8}.social-icon-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.footer-logo{display:flex;justify-content:flex-end;align-items:flex-start}.footer-logo-link{display:flex;align-items:center;text-decoration:none}.footer-logo-img{height:84px;width:auto;max-width:200px;object-fit:contain;opacity:.85}.footer-legal{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.footer-legal-links{display:flex;gap:20px}.footer-copyright{font-family:Inter,system-ui,sans-serif;font-size:14px;color:var(--text-muted);margin:0;text-shadow:var(--text-shadow-soft)}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:40px}.footer-logo{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:48px;text-align:left}.footer-logo{grid-column:auto;justify-content:flex-start}.footer-legal{flex-direction:column;align-items:flex-start}}.home{min-height:100vh;display:flex;flex-direction:column;background:#171a1f;max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.top-nav{position:absolute;top:0;left:0;right:0;z-index:50;width:100%}.nav-container{max-width:1280px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:80px}.logo-link{display:flex;align-items:center;text-decoration:none;margin-top:15px}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600;color:#fff;text-decoration:none;transition:opacity .2s;text-shadow:var(--text-shadow-soft)}.nav-button{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:800;color:#fff;background:var(--accent);padding:10px 20px;border-radius:0;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s;text-shadow:var(--text-shadow-soft)}.nav-toggle span{display:block;width:100%;height:3px;border-radius:2px;background:var(--text);box-shadow:var(--text-shadow-soft)}.hero{position:relative;width:100%;height:60vw;max-height:768px;min-height:400px;background:linear-gradient(180deg,#2b2f36,#6a3c2a 70%,#2b2f36);overflow:hidden;display:flex;align-items:center}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.95;z-index:0;animation:heroFade 15s infinite}.hero-background-1{background-image:url(/images/hero-background.png);animation-delay:0s}.hero-background-2{background-image:url(/images/hero-background-2.png);animation-delay:5s;opacity:0}.hero-background-3{background-image:url(/images/hero-background-3.png);animation-delay:10s;opacity:0}@keyframes heroFade{0%,30%{opacity:.95}33%,97%{opacity:0}to{opacity:.95}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1280px;width:100%;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;align-items:flex-start}.hero-title{font-family:var(--font-display);font-size:clamp(44px,7vw,96px);font-weight:800;line-height:.92;letter-spacing:.5px;text-transform:uppercase;color:var(--text);max-width:640px;margin-bottom:24px;text-shadow:var(--text-shadow-soft)}.hero-subtitle{font-family:var(--font-body);font-size:clamp(18px,2vw,22px);font-weight:500;color:#ede7de;opacity:.92;margin-bottom:28px;line-height:1.4;text-shadow:var(--text-shadow-soft);max-width:480px}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.hero-button-primary{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:800;color:#fff;background:var(--accent);padding:15px 30px;border-radius:0;text-decoration:none;display:inline-block;box-shadow:0 6px 8px #00000040;transition:background .2s;text-shadow:var(--text-shadow-soft)}.hero-button-primary:hover{background:var(--accent-hover)}.hero-button-secondary{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:800;color:#fff;background:transparent;border:2px solid #EDE7DE;opacity:.9;padding:15px 30px;border-radius:0;cursor:pointer;transition:opacity .2s,background .2s;text-shadow:var(--text-shadow-soft)}.hero-button-secondary:hover{opacity:1;background:#ede7de1a}.asphalt-wrapper{background:url(/images/asphalt-bg.png) center / cover no-repeat #111;position:relative}.feature-cards{width:100%;margin:-65px auto -10px;padding:0 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative;z-index:3}.feature-card{background:#f4f1eb;border-radius:14px;padding:24px;box-shadow:0 10px 14px #0000004d;text-align:center}.feature-icon{width:140px;height:105px;object-fit:contain;margin:0 auto 20px;display:block}.feature-title{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:700;color:#2a2a2a;margin-bottom:10px}.feature-description{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:500;color:#5a5a5a;margin:0;line-height:1.4}.cta-band{width:100%;min-height:180px;background:linear-gradient(180deg,#2b2f36d9,#5a3c2acc,#8a4f2acc 60%,#b14c1fd9,#6a3c2acc);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:48px 20px}.cta-band .cta-button{margin-top:12px}.cta-title{font-family:var(--font-display);font-size:54px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#f3f0ea;margin-bottom:10px;text-shadow:var(--text-shadow-soft)}.cta-subtitle{font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:500;color:#ede7de;opacity:.9;margin-bottom:20px;text-shadow:var(--text-shadow-soft)}.cta-button{font-family:Inter,system-ui,sans-serif;font-size:20px;font-weight:800;color:#fff;background:var(--accent);padding:15px 30px;border-radius:0;text-decoration:none;display:inline-block;box-shadow:0 6px 8px #00000040;transition:background .2s;text-shadow:var(--text-shadow-soft)}.cta-button:hover{background:var(--accent-hover)}.sounds-section{width:100%;min-height:780px;background:#2b2f36;padding:95px 32px}.sounds-title{font-family:Inter,system-ui,sans-serif;font-size:42px;font-weight:800;color:#f3f0ea;margin-bottom:20px;text-shadow:var(--text-shadow-soft)}.sounds-description{font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:500;color:#ede7de;opacity:.9;margin-bottom:50px;text-shadow:var(--text-shadow-soft)}.sounds-content{display:flex;gap:30px;align-items:flex-start}.sounds-left{flex:1;min-width:0}.radio-block{width:100%;max-width:600px;height:230px;background:#1f232a;border-radius:16px;padding:22px;box-shadow:0 6px 8px #00000040;margin-bottom:45px}.radio-image{width:100%;height:100%;object-fit:contain;border-radius:12px}.chat-lines{display:flex;flex-direction:column;gap:20px}.chat-line{font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:500;color:#ede7de;opacity:.95;margin:0;line-height:1.4;text-shadow:var(--text-shadow-soft)}.chat-line:nth-child(2){opacity:.9}.chat-line:nth-child(3){opacity:.85}.sounds-right{flex:1;min-width:0}.truck-block{width:100%;max-width:450px;height:430px;background:#1f232a;border-radius:18px;padding:22px;box-shadow:0 6px 8px #00000040}.truck-image{width:100%;height:100%;object-fit:contain;border-radius:14px}.orange-divider{height:4px;background:linear-gradient(to right,transparent,#ff7a00 20%,#ffae42 50%,#ff7a00 80%,transparent);box-shadow:0 0 12px #ff7a00cc,0 0 30px #ff7a0099;animation:pulseGlow 2.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 8px #ff7a0099,0 0 20px #ff7a0066}50%{box-shadow:0 0 18px #ff7a00,0 0 45px #ff7a00cc}}.convoy-section{width:100%;padding:60px 32px 50px;display:flex;justify-content:center;position:relative}.convoy-section:before{content:"";position:absolute;inset:0;background:#13141b73;pointer-events:none}.convoy-content{width:100%;max-width:520px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.convoy-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.convoy-icon{height:36px;width:auto;object-fit:contain}.convoy-title{font-family:var(--font-display);font-size:40px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:#f3f0ea;margin:0;text-shadow:var(--text-shadow-soft)}.convoy-subtitle{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#fff;line-height:1.6;margin:0 0 30px}.convoy-form{width:100%;display:flex;flex-direction:column;gap:14px}.convoy-input{width:100%;padding:16px 18px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#f3f0ea;background:#13141b;border:1px solid rgba(200,190,170,.25);border-radius:6px;outline:none;transition:border-color .2s;box-sizing:border-box}.convoy-input::placeholder{color:#8a8580}.convoy-input:focus{border-color:var(--accent)}.convoy-input:disabled{opacity:.6;cursor:not-allowed}.convoy-select-wrapper{position:relative;width:100%}.convoy-select{width:100%;padding:16px 44px 16px 18px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:400;color:#8a8580;background:#13141b;border:1px solid rgba(200,190,170,.25);border-radius:6px;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .2s;box-sizing:border-box}.convoy-select:focus{border-color:var(--accent)}.convoy-select:disabled{opacity:.6;cursor:not-allowed}.convoy-select option{color:#f3f0ea;background:#13141b}.convoy-select option[disabled]{color:#8a8580}.convoy-select:not(:invalid){color:#f3f0ea}.convoy-select:has(option:checked:not([value=""])){color:#f3f0ea}.convoy-select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#8a8580;pointer-events:none}.convoy-submit{width:100%;padding:16px 30px;margin-top:6px;font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:800;color:#fff;background:var(--accent);border:none;border-radius:6px;cursor:pointer;box-shadow:0 4px 12px #c85a1d59;transition:background .2s,box-shadow .2s;text-shadow:var(--text-shadow-soft)}.convoy-submit:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 6px 16px #c85a1d73}.convoy-submit:disabled{opacity:.6;cursor:not-allowed}.convoy-status{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;margin:4px 0 0;text-align:center}.convoy-status-success{color:#4ade80}.convoy-status-error{color:#f87171}.convoy-disclaimer{font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:400;color:#fff;margin:18px 0 0}@media(max-width:1400px){.feature-cards{grid-template-columns:repeat(3,1fr);gap:30px}.sounds-content{flex-direction:column;gap:40px}.sounds-left,.sounds-right{flex:1;width:100%}.radio-block,.truck-block{width:100%}}@media(max-width:768px){.hero{height:600px}.nav-toggle{display:flex}.nav-links{position:absolute;top:76px;right:16px;flex-direction:column;align-items:flex-start;gap:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow-card);display:none}.nav-links-open{display:flex}.feature-cards{grid-template-columns:1fr;margin-top:-100px}.cta-title,.sounds-title{font-size:32px}.convoy-section{padding:48px 20px 40px}.convoy-title{font-size:26px}.convoy-subtitle{font-size:14px}.convoy-subtitle br{display:none}.convoy-input,.convoy-select{padding:14px 16px;font-size:15px}.convoy-select{padding-right:40px}.convoy-submit{font-size:16px;padding:14px 24px}}.header{width:100%;height:80px;background:transparent;display:flex;align-items:center}.nav{max-width:1280px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px}.logo-link{display:flex;align-items:center;text-decoration:none;margin-top:15px;font-family:var(--font-display)}.logo{height:90px;width:auto;max-width:300px;object-fit:contain}.nav-links-group{display:flex;align-items:center;gap:20px}.nav-link{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#fff;text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.8}.nav-link-button{background:none;border:none;cursor:pointer;padding:0}.contact-wrapper,.login-wrapper{position:relative}.nav-button{font-family:var(--font-body),"Inter",sans-serif;font-size:16px;font-weight:700;color:#fff;text-decoration:none;padding:10px 20px;background:var(--accent);border-radius:0;border:none;cursor:pointer;transition:background .2s;display:inline-block}.nav-button:hover{background:var(--accent-hover)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:8px;background:none;border:none;cursor:pointer;z-index:60}.nav-toggle span{display:block;width:100%;height:3px;border-radius:2px;background:var(--text)}@media(max-width:768px){.nav-toggle{display:flex}.nav-links-group{position:absolute;top:76px;right:16px;flex-direction:column;align-items:flex-start;gap:18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow-card);display:none;z-index:50}.nav-links-group-open{display:flex}}.how-it-works{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.how-it-works .logo{height:60px}.how-it-works .logo-link{margin-top:0}.breadcrumb-container{padding:20px 32px 0;width:100%;box-sizing:border-box}.breadcrumb{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#b6937b}.breadcrumb-link{color:#b6937b;text-decoration:none}.breadcrumb-current{color:#b6937b}.pricing-layout{margin:20px 1rem 2rem;padding:40px 32px 60px;box-sizing:border-box;flex:1;background:var(--surface);border-radius:16px;border:2px solid var(--border);box-shadow:0 0 20px #00000059}.pricing-header{text-align:center;margin-bottom:48px}.pricing-title{font-family:Inter,sans-serif;font-size:32px;font-weight:800;color:var(--text);margin:0 0 12px;text-shadow:var(--text-shadow-soft)}.pricing-subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#9a9a9a;margin:0 0 32px;line-height:1.6}.billing-toggle-wrapper{display:flex;align-items:center;justify-content:center;gap:12px}.billing-toggle{display:inline-flex;background:var(--bg);border-radius:8px;padding:4px;border:1px solid var(--border)}.billing-toggle-btn{font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:8px 20px;border:none;border-radius:6px;cursor:pointer;transition:all .2s;background:transparent;color:#9a9a9a}.billing-toggle-btn.active{background:var(--accent);color:#fff;text-shadow:var(--text-shadow-soft)}.billing-toggle-btn:not(.active):hover{color:var(--text)}.billing-badge{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:var(--accent);background:#c4400826;padding:4px 10px;border-radius:12px;white-space:nowrap}.pricing-error{font-family:Inter,sans-serif;font-size:13px;color:#ff6b6b;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;padding:12px 16px;margin-bottom:24px;text-align:center}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.pricing-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;position:relative;transition:border-color .2s,transform .2s}.pricing-card:hover{border-color:#fff3;transform:translateY(-2px)}.pricing-card-popular{border-color:var(--accent);box-shadow:0 0 30px #c4400826}.pricing-card-popular:hover{border-color:var(--accent)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:#fff;background:var(--accent);padding:4px 16px;border-radius:12px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;text-shadow:var(--text-shadow-soft)}.pricing-card-header{margin-bottom:20px}.plan-name{font-family:Inter,sans-serif;font-size:20px;font-weight:800;color:var(--text);margin:0 0 4px;text-shadow:var(--text-shadow-soft)}.plan-platform{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#9a9a9a;margin:0}.pricing-card-price{margin-bottom:16px}.price-amount{font-family:Inter,sans-serif;font-size:36px;font-weight:800;color:var(--text);text-shadow:var(--text-shadow-soft)}.price-period{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#9a9a9a}.price-per-month{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#7a7a7a;margin:4px 0 0}.pricing-card-trial{margin-bottom:20px}.trial-badge{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:#4ecb71;background:#4ecb711f;padding:4px 10px;border-radius:12px;display:inline-block}.pricing-card-features{list-style:none;padding:0;margin:0 0 24px;flex:1;display:flex;flex-direction:column;gap:10px}.feature-item{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#b0b0b0;display:flex;align-items:center;gap:8px}.feature-check{width:16px;height:16px;color:#4ecb71;flex-shrink:0}.pricing-card-cta{font-family:Inter,sans-serif;font-size:14px;font-weight:700;padding:12px 24px;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s;background:transparent;color:var(--text);text-shadow:var(--text-shadow-soft)}.pricing-card-cta:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff40}.pricing-card-cta:disabled{opacity:.5;cursor:not-allowed}.cta-popular{background:var(--accent);border-color:var(--accent);color:#fff}.cta-popular:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.pricing-disclaimer{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#6e7680;text-align:center;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:960px){.pricing-cards{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}.pricing-card-popular{order:-1}}@media(max-width:600px){.pricing-layout{padding:24px 16px 40px}.pricing-title{font-size:24px}.billing-toggle-wrapper{flex-direction:column}.price-amount{font-size:28px}}.welcome-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.welcome-page .logo{height:60px}.welcome-page .logo-link{margin-top:0}.welcome-layout{max-width:800px;margin:20px auto 2rem;padding:40px 32px 60px;width:calc(100% - 2rem);box-sizing:border-box;flex:1;background:var(--surface);border-radius:16px;border:2px solid var(--border);box-shadow:0 0 20px #00000059}.welcome-hero{text-align:center;margin-bottom:48px}.welcome-title{font-family:Inter,sans-serif;font-size:32px;font-weight:800;color:var(--text);margin:0 0 8px;text-shadow:var(--text-shadow-soft)}.welcome-subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#9a9a9a;margin:0}.welcome-steps{display:flex;flex-direction:column;gap:24px;margin-bottom:48px}.welcome-step-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:28px 28px 28px 80px;position:relative;transition:border-color .2s}.welcome-step-card:hover{border-color:#fff3}.step-number-badge{position:absolute;left:24px;top:28px;width:40px;height:40px;background:var(--accent);border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:18px;font-weight:800;color:#fff;text-shadow:var(--text-shadow-soft)}.step-card-content{display:flex;flex-direction:column;gap:12px}.step-card-title{font-family:Inter,sans-serif;font-size:18px;font-weight:800;color:var(--text);margin:0;text-shadow:var(--text-shadow-soft)}.step-card-description{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#9a9a9a;margin:0;line-height:1.6}.step-card-details{margin-top:4px}.system-requirements{font-family:Inter,sans-serif;font-size:11px;font-weight:400;color:#6e7680;margin:0}.system-requirements strong{font-weight:600;color:#9a9a9a}.step-download-btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fff;background:var(--accent);border:none;border-radius:8px;padding:10px 20px;cursor:pointer;transition:background .2s;text-decoration:none;text-shadow:var(--text-shadow-soft);align-self:flex-start;margin-top:4px}.step-download-btn:hover{background:var(--accent-hover)}.download-icon{width:18px;height:18px}.callsign-form{display:flex;gap:8px;margin-top:4px}.callsign-input{flex:1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:var(--text);background:var(--bg);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:10px 14px;outline:none;transition:border-color .2s}.callsign-input::placeholder{color:#6e7680}.callsign-input:focus{border-color:var(--accent)}.callsign-input:disabled{opacity:.5}.callsign-save-btn{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fff;background:var(--accent);border:none;border-radius:8px;padding:10px 20px;cursor:pointer;transition:background .2s;text-shadow:var(--text-shadow-soft);white-space:nowrap}.callsign-save-btn:hover:not(:disabled){background:var(--accent-hover)}.callsign-save-btn:disabled{opacity:.5;cursor:not-allowed}.callsign-error{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#ff6b6b;margin:0}.callsign-success{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#4ecb71;margin:0}.step-launch-btn{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#fff;background:var(--accent);border:none;border-radius:8px;padding:10px 24px;cursor:pointer;transition:background .2s;text-shadow:var(--text-shadow-soft);align-self:flex-start;margin-top:4px}.step-launch-btn:hover{background:var(--accent-hover)}.welcome-community{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:32px;text-align:center}.community-title{font-family:Inter,sans-serif;font-size:20px;font-weight:800;color:var(--text);margin:0 0 8px;text-shadow:var(--text-shadow-soft)}.community-subtitle{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#9a9a9a;margin:0 0 24px}.community-links{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.community-link{display:inline-flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;padding:10px 20px;border-radius:8px;text-decoration:none;transition:all .2s}.community-link.discord{color:#fff;background:#5865f2}.community-link.discord:hover{background:#4752c4}.community-link.forums{color:var(--text);background:transparent;border:1px solid rgba(255,255,255,.15)}.community-link.forums:hover{background:#ffffff0d;border-color:#ffffff40}@media(max-width:600px){.welcome-layout{padding:24px 16px 40px}.welcome-title{font-size:24px}.welcome-step-card{padding:24px 20px 24px 70px}.step-number-badge{left:16px;top:24px;width:36px;height:36px;font-size:16px}.callsign-form{flex-direction:column}.community-links{flex-direction:column;align-items:center}}.community{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.community .logo{height:60px}.community .logo-link{margin-top:0}.community-content{display:flex;flex-direction:column;gap:30px}.community-intro{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.6;margin:0}.community-section{display:flex;flex-direction:column;gap:15px}.community-list{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.8;margin:0;padding-left:20px}.community-list li{margin-bottom:8px}.terms{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.terms .logo{height:60px}.terms .logo-link{margin-top:0}.terms-content{display:flex;flex-direction:column;gap:30px}.terms-intro{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.6;margin:0}.terms-section{display:flex;flex-direction:column;gap:15px}.terms-list{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.8;margin:0;padding-left:20px}.terms-list li{margin-bottom:8px}.privacy{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.privacy .logo{height:60px}.privacy .logo-link{margin-top:0}.article-title{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:var(--text);margin-bottom:15px}.article-subtitle{font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:var(--text-muted);margin-bottom:40px}.privacy-content{display:flex;flex-direction:column;gap:30px}.privacy-intro{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.6;margin:0}.privacy-section{display:flex;flex-direction:column;gap:15px}.section-text strong{font-weight:700;color:var(--text)}.privacy-list{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.8;margin:0;padding-left:20px}.privacy-list li{margin-bottom:8px}.contact-link{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text);text-decoration:none;transition:opacity .2s}.contact-link:hover{opacity:.8;text-decoration:underline}.roadmap{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.roadmap .logo{height:60px}.roadmap .logo-link{margin-top:0}.breadcrumb-container{padding:20px 32px 0}.breadcrumb{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:var(--text-muted);width:174px}.breadcrumb-link{color:var(--text-muted);text-decoration:none}.breadcrumb-link:hover{text-decoration:underline}.breadcrumb-separator{margin:0 5px}.breadcrumb-current{color:var(--text-muted)}.content-layout{margin:20px 1rem 2rem;padding:24px;display:grid;grid-template-columns:174px 1fr;gap:20px;background:var(--surface);border-radius:16px;border:2px solid var(--border);box-shadow:0 0 20px #00000059}.sidebar{background:var(--surface-2);border:1px solid var(--surface);border-radius:4px;padding:16px;height:fit-content;position:sticky;top:20px}.sidebar-title{font-family:Inter,sans-serif;font-size:11px;font-weight:400;color:var(--text-muted);margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.sidebar-nav{display:flex;flex-direction:column;gap:15px}.sidebar-link{font-family:Inter,sans-serif;font-size:11px;font-weight:700;color:var(--text-muted);text-decoration:none;transition:color .2s}.sidebar-link:hover{color:var(--text)}.main-article{background:#ffffff05;border-radius:4px;padding:30px}.article-title{font-family:Inter,sans-serif;font-size:28px;font-weight:700;color:var(--text);margin-bottom:30px}.roadmap-content{display:flex;flex-direction:column;gap:30px}.roadmap-intro{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.6;margin:0}.roadmap-section{display:flex;flex-direction:column;gap:15px}.phase-title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:var(--text);margin:0;display:flex;align-items:center;gap:8px}.phase-indicator{font-size:16px;line-height:1}.phase-status{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);margin:0}.phase-status strong{color:var(--text)}.section-title{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:var(--text);margin:0}.section-text{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.6;margin:0}.subsection-title{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:var(--text);margin:15px 0 10px}.roadmap-list{font-family:Inter,sans-serif;font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.8;margin:0;padding-left:20px}.roadmap-list li{margin-bottom:8px}@media(max-width:768px){.content-layout{grid-template-columns:1fr}.sidebar{position:static}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;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{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.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{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height: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{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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);width:36px;height: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{width:44px;height: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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;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{height:0;border-top:1px solid #ddd;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{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.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{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.live-map-container{width:100%;height:500px;min-height:500px;position:relative;background:#171a1f;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.dashboard-live-map-page .live-map-container{border-radius:0;min-height:0;height:100%;flex:1}.live-map-controls{position:absolute;top:10px;left:10px;z-index:1000;display:flex;flex-direction:column;gap:10px;background:#171a1fe6;padding:12px;border-radius:6px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.channel-filter-toggle{display:flex;align-items:center;margin-bottom:4px}.channel-filter-toggle label{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#ede7de;-webkit-user-select:none;user-select:none}.channel-filter-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#FFA500}.live-map-control-hint{font-family:Inter,system-ui,sans-serif;font-size:.75rem;color:#ede7de;opacity:.8;margin:4px 0 0;line-height:1.3}.channel-selector{display:flex;align-items:center;gap:8px}.channel-selector label{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#ede7de}.channel-select{font-family:Inter,system-ui,sans-serif;font-size:.875rem;padding:6px 10px;background:#2a2d35;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#ede7de;cursor:pointer;transition:all .2s ease}.channel-select:hover{background:#33363d;border-color:#ffa5004d}.channel-select:focus{outline:none;border-color:orange;box-shadow:0 0 0 2px #ffa50033}.connection-status{display:flex;align-items:center;gap:6px;font-family:Inter,system-ui,sans-serif;font-size:.75rem;color:#ede7de}.status-indicator{width:8px;height:8px;border-radius:50%;background:#666;transition:background .3s ease}.status-indicator.connected{background:#4ade80;box-shadow:0 0 8px #4ade8080}.status-indicator.disconnected{background:#ef4444}.error-message{font-family:Inter,system-ui,sans-serif;font-size:.75rem;color:#ef4444;padding:4px 8px;background:#ef44441a;border-radius:4px;border:1px solid rgba(239,68,68,.3)}.dark-map{filter:brightness(.9) contrast(1.1);flex:1;min-height:0}.leaflet-container{background:#171a1f;font-family:Inter,system-ui,sans-serif}.leaflet-popup-content-wrapper{background:#2a2d35;color:#ede7de;border-radius:6px;box-shadow:0 4px 12px #00000080}.leaflet-popup-tip{background:#2a2d35}.leaflet-popup-close-button{color:#ede7de;opacity:.7}.leaflet-popup-close-button:hover{opacity:1;color:orange}.leaflet-control-zoom{border:1px solid rgba(255,255,255,.1);background:#171a1fe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.leaflet-control-zoom a{background:#2a2d35;color:#ede7de;border-bottom:1px solid rgba(255,255,255,.1)}.leaflet-control-zoom a:hover{background:#33363d;color:orange}.leaflet-control-attribution{background:#171a1fcc;color:#ede7de;font-size:.7rem}.leaflet-control-attribution a{color:orange}.dashboard-container{min-height:100vh;background:#171a1f;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding:2rem 1rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 1rem}.dashboard-logo-link{display:flex;align-items:center;text-decoration:none;margin-bottom:.5rem}.dashboard-logo{height:60px;width:auto;max-width:300px;object-fit:contain;display:block}.dashboard-subtitle{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:500;color:#ede7de;opacity:.9;text-shadow:var(--text-shadow-soft)}.logout-button{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;background:#c0392b;padding:.75rem 1.5rem;border-radius:0;text-decoration:none;display:inline-block;transition:background .2s;text-shadow:var(--text-shadow-soft);border:none;cursor:pointer}.logout-button:hover{background:#a93226}.dashboard-card{background:#1f232a;border-radius:16px;padding:1.5rem;box-shadow:0 6px 8px #00000040;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.card-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#f3f0ea;margin-bottom:1rem;text-shadow:var(--text-shadow-soft)}.subscription-buttons{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.subscribe-button{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;background:#c85a1d;padding:.875rem 1.75rem;border-radius:0;border:none;cursor:pointer;box-shadow:0 6px 8px #00000040;transition:background .2s;text-shadow:var(--text-shadow-soft)}.subscribe-button:hover{background:#b14c1f}.subscribe-button:disabled{opacity:.5;cursor:not-allowed}.manage-billing-button{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;background:#2b2f36;padding:.875rem 1.75rem;border-radius:0;border:2px solid #EDE7DE;cursor:pointer;transition:background .2s,opacity .2s;text-shadow:var(--text-shadow-soft);opacity:.9}.manage-billing-button:hover{opacity:1;background:#ede7de1a}.manage-billing-button:disabled{opacity:.5;cursor:not-allowed}.create-server-form{margin-bottom:1.5rem;padding:1rem;background:#2b2f36;border-radius:14px;box-shadow:0 10px 14px #0000004d}.form-title{font-family:Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#f3f0ea;margin-bottom:.75rem;text-shadow:var(--text-shadow-soft)}.form-input-group{display:flex;gap:1rem;flex-wrap:wrap}.form-input{font-family:Inter,system-ui,sans-serif;font-size:1rem;flex:1;min-width:200px;padding:.75rem;background:#1f232a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ede7de;transition:border-color .2s}.form-input-number{width:120px}.create-server-button{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;background:#c85a1d;padding:.75rem 1.5rem;border-radius:0;border:none;cursor:pointer;box-shadow:0 6px 8px #00000040;transition:background .2s;text-shadow:var(--text-shadow-soft)}.create-server-button:hover{background:#b14c1f}.create-server-button:disabled{opacity:.5;cursor:not-allowed}.servers-grid{display:grid;gap:1rem}.server-card{background:#f4f1eb;border-radius:14px;padding:1.5rem;box-shadow:0 10px 14px #0000004d;border:1px solid rgba(0,0,0,.1)}.server-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.server-info h3{font-family:Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#2a2a2a;margin-bottom:.25rem}.server-seats{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#5a5a5a}.generate-invite-button{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:800;color:#fff;background:#27ae60;padding:.5rem 1rem;border-radius:0;border:none;cursor:pointer;transition:background .2s;text-shadow:var(--text-shadow-soft)}.generate-invite-button:hover{background:#229954}.generate-invite-button:disabled{opacity:.5;cursor:not-allowed}.invite-code-display{margin-bottom:.75rem;padding:.75rem;background:#d4edda;border:1px solid #c3e6cb;border-radius:8px}.invite-code-text{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#155724;margin-bottom:.25rem}.invite-code-hint{font-size:.75rem;color:#155724;opacity:.8;margin-top:.25rem}.server-date{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#6c757d}.empty-state{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;color:#ede7de;opacity:.8;text-align:center;padding:2rem;text-shadow:var(--text-shadow-soft)}.error-message{color:#c0392b;font-family:Inter,system-ui,sans-serif;font-size:.875rem;margin-top:1rem;text-shadow:var(--text-shadow-soft)}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #EDE7DE;border-radius:50%;border-top-color:#c85a1d;animation:spin 1s ease-in-out infinite;margin-right:.5rem}@media(max-width:768px){.dashboard-title{font-size:2rem}.subscription-buttons{flex-direction:column}.subscribe-button,.manage-billing-button{width:100%;margin-bottom:.5rem}.form-input-group{flex-direction:column}.form-input{width:100%}.create-server-button{width:100%;margin-top:.5rem}.server-header{flex-direction:column;gap:.75rem}.generate-invite-button{align-self:stretch;text-align:center}}.admin-badge{color:#c85a1d;font-weight:600;margin-left:.5rem}.admin-panel{margin-bottom:2rem;border:2px solid rgba(200,90,29,.5);box-shadow:0 0 20px #c85a1d33}.admin-panel-description{color:#ede7de;opacity:.8;margin-bottom:1rem;font-size:.95rem}.info-message{color:#ede7de;padding:1rem;background:#c85a1d1a;border-left:4px solid #c85a1d}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid rgba(200,90,29,.3)}.admin-tab{font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#ede7de;background:transparent;border:none;padding:.75rem 1.5rem;cursor:pointer;transition:all .2s;border-bottom:3px solid transparent;margin-bottom:-2px}.admin-tab:hover{color:#c85a1d;background:#c85a1d1a}.admin-tab.active{color:#c85a1d;border-bottom-color:#c85a1d}.admin-content{margin-top:1rem}.admin-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-family:Inter,system-ui,sans-serif}.admin-table thead{background:#c85a1d33}.admin-table th{padding:1rem;text-align:left;font-weight:700;color:#f3f0ea;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid rgba(200,90,29,.5)}.admin-table td{padding:1rem;color:#ede7de;border-bottom:1px solid rgba(255,255,255,.1)}.admin-table tbody tr:hover{background:#c85a1d1a}.admin-table tbody tr:last-child td{border-bottom:none}.role-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase}.role-badge.super-admin{background:#c85a1d4d;color:#c85a1d;border:1px solid #c85a1d}.role-badge.user{background:#ffffff1a;color:#ede7de;border:1px solid rgba(255,255,255,.2)}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:600;text-transform:uppercase}.status-badge.active{background:#2ecc714d;color:#2ecc71;border:1px solid #2ecc71}.status-badge.trialing{background:#3498db4d;color:#3498db;border:1px solid #3498db}.status-badge.canceled,.status-badge.past_due,.status-badge.unpaid{background:#e74c3c4d;color:#e74c3c;border:1px solid #e74c3c}.dismiss-button{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#f3f0ea;background:#e74c3c4d;border:1px solid #e74c3c;padding:.5rem 1rem;border-radius:4px;cursor:pointer;margin-left:1rem;transition:background .2s}.dismiss-button:hover{background:#e74c3c80}.loading-state{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#ede7de}.loading-state p{margin:0}.dashboard-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.loading-spinner{width:40px;height:40px;border:4px solid rgba(200,90,29,.3);border-top-color:#c85a1d;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-text{color:#ede7de;font-family:Inter,system-ui,sans-serif;font-size:1rem;margin:0}.channels-list{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.channels-list::-webkit-scrollbar{width:8px}.channels-list::-webkit-scrollbar-track{background:#1f232a;border-radius:4px}.channels-list::-webkit-scrollbar-thumb{background:#c85a1d;border-radius:4px}.channels-list::-webkit-scrollbar-thumb:hover{background:#a04515}.channel-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem .875rem;background:#2b2f36;border-radius:6px;border:1px solid rgba(255,255,255,.1);transition:border-color .2s;flex-shrink:0}.channel-item:hover{border-color:#c85a1d80}.channel-info{flex:1}.channel-name{font-family:Inter,system-ui,sans-serif;font-size:.9375rem;font-weight:700;color:#f3f0ea;margin:0 0 .125rem;line-height:1.2}.channel-slug{font-family:Inter,system-ui,sans-serif;font-size:.75rem;color:#ede7de;opacity:.7;margin:0;line-height:1.2}.channel-status{font-family:Inter,system-ui,sans-serif;font-size:.75rem;color:#ede7de;margin:.25rem 0 0;display:flex;align-items:center;gap:.375rem;line-height:1.2}.status-indicator{width:6px;height:6px;border-radius:50%;display:inline-block;flex-shrink:0}.status-indicator.connected{background:#2ecc71;box-shadow:0 0 8px #2ecc7180}.channel-actions{margin-left:.75rem;flex-shrink:0}.channel-button{font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;padding:.4375rem 1.125rem;border-radius:0;border:none;cursor:pointer;transition:all .2s;text-shadow:var(--text-shadow-soft);white-space:nowrap}.channel-button.connect{color:#fff;background:#27ae60}.channel-button.connect:hover:not(:disabled){background:#229954}.channel-button.disconnect{color:#fff;background:#c0392b}.channel-button.disconnect:hover:not(:disabled){background:#a93226}.channel-button.ptt{color:#fff;background:#3498db}.channel-button.ptt:hover:not(:disabled){background:#2980b9}.channel-button.ptt-active{color:#fff;background:#2ecc71;animation:ptt-pulse 1s ease-in-out infinite}.channel-button.ptt-active:hover:not(:disabled){background:#27ae60}@keyframes ptt-pulse{0%,to{box-shadow:0 0 #2ecc71b3}50%{box-shadow:0 0 0 8px #2ecc7100}}.admin-action-button{font-family:Inter,system-ui,sans-serif;font-size:.8125rem;font-weight:600;padding:.375rem .875rem;border-radius:0;border:none;cursor:pointer;transition:all .2s;text-shadow:var(--text-shadow-soft);white-space:nowrap}.admin-action-button.edit{color:#fff;background:#3498db}.admin-action-button.edit:hover:not(:disabled){background:#2980b9}.admin-action-button.delete{color:#fff;background:#e74c3c}.admin-action-button.delete:hover:not(:disabled){background:#c0392b}.admin-action-button.view{color:#fff;background:#3498db}.admin-action-button.view:hover:not(:disabled){background:#2980b9}.profile-modal{max-height:90vh;overflow-y:auto}.profile-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-action-button:disabled{opacity:.5;cursor:not-allowed}.admin-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.admin-modal{background:#1f232a;border-radius:12px;padding:1.5rem;max-width:500px;width:100%;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 16px #00000080}.admin-modal h3{font-family:Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#f3f0ea;margin:0 0 1.5rem;text-shadow:var(--text-shadow-soft)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#ede7de;margin-bottom:.5rem}.form-group input[type=checkbox]{margin-right:.5rem}.channel-button:disabled{opacity:.5;cursor:not-allowed}.auth-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.auth-modal-content{background:#1f232a;border-radius:16px;padding:2rem;width:100%;max-width:28rem;box-shadow:0 10px 14px #0000004d;border:1px solid rgba(255,255,255,.1)}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.auth-modal-title{font-family:Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#f3f0ea;text-shadow:var(--text-shadow-soft)}.auth-modal-close{color:#ede7de;font-size:1.5rem;cursor:pointer;transition:color .2s;opacity:.7}.auth-modal-close:hover{color:#f3f0ea;opacity:1}.auth-tabs{display:flex;margin-bottom:1.5rem;background:#2b2f36;border-radius:8px;overflow:hidden}.auth-tab{flex:1;padding:.75rem 1rem;font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;text-align:center;border:none;background:transparent;color:#ede7de}.auth-tab:first-child{border-radius:8px 0 0 8px}.auth-tab:last-child{border-radius:0 8px 8px 0}.auth-tab.active{background:#c85a1d;color:#fff;text-shadow:var(--text-shadow-soft)}.auth-tab:hover:not(.active){background:#ffffff1a}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#ede7de;margin-bottom:.5rem;text-shadow:var(--text-shadow-soft)}.form-input{width:100%;padding:.75rem;font-family:Inter,system-ui,sans-serif;font-size:1rem;background:#2b2f36;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ede7de;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:#c85a1d;box-shadow:0 0 0 2px #c85a1d33}.form-input::placeholder{color:#ede7de;opacity:.6}.success-message{padding:.75rem;background:#27ae601a;border:1px solid #27ae60;border-radius:8px;margin-bottom:1.25rem}.success-message p{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#27ae60;margin:0;text-shadow:var(--text-shadow-soft)}.auth-submit-button{width:100%;font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;background:#c85a1d;padding:.875rem 1.5rem;border-radius:0;border:none;cursor:pointer;box-shadow:0 6px 8px #00000040;transition:background .2s;text-shadow:var(--text-shadow-soft)}.auth-submit-button:hover{background:#b14c1f}.auth-submit-button:disabled{opacity:.5;cursor:not-allowed}.auth-submit-button:disabled:hover{background:#c85a1d}.button-loading{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@media(max-width:640px){.auth-modal-content{margin:1rem;padding:1.5rem}.auth-modal-title{font-size:1.25rem}.auth-tabs{margin-bottom:1.25rem}.auth-tab{padding:.625rem .75rem;font-size:.875rem}}.dashboard-loading{min-height:100vh;background:#171a1f;display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.loading-content{text-align:center}.loading-spinner{display:inline-block;width:3rem;height:3rem;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#c85a1d;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}.loading-text{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:500;color:#ede7de;text-shadow:var(--text-shadow-soft)}.access-required{min-height:100vh;background:#171a1f;display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding:2rem 1rem}.access-content{text-align:center;max-width:32rem}.access-title{font-family:Inter,system-ui,sans-serif;font-size:2.25rem;font-weight:800;color:#f3f0ea;margin-bottom:1rem;text-shadow:var(--text-shadow-soft)}.access-subtitle{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:500;color:#ede7de;margin-bottom:1.5rem;text-shadow:var(--text-shadow-soft)}.error-message{padding:.75rem;background:#c0392b1a;border:1px solid #C0392B;border-radius:8px;margin-bottom:1.25rem}.error-message p{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#c0392b;margin:0;text-shadow:var(--text-shadow-soft)}.login-button{font-family:Inter,system-ui,sans-serif;font-size:1.125rem;font-weight:800;color:#fff;background:#c85a1d;padding:.875rem 1.5rem;border-radius:0;border:none;cursor:pointer;box-shadow:0 6px 8px #00000040;transition:background .2s;text-shadow:var(--text-shadow-soft)}.login-button:hover{background:#b14c1f}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.access-title{font-size:1.875rem}.access-subtitle{font-size:1rem}.login-button{width:100%;padding:.75rem 1rem}}.adt-container{min-height:100vh;background:#171a1f;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding:2rem 1.5rem}.adt-content{max-width:960px;margin:0 auto}.adt-loading{min-height:100vh;background:#171a1f;display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.adt-access-required{min-height:100vh;background:#171a1f;display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding:2rem 1rem}.adt-header{margin-bottom:2rem}.adt-title{font-family:Inter,system-ui,sans-serif;font-size:2rem;font-weight:800;color:#f3f0ea;margin-bottom:.75rem;text-shadow:var(--text-shadow-soft)}.adt-description{font-family:Inter,system-ui,sans-serif;font-size:1rem;font-weight:400;color:#ede7de;line-height:1.6;opacity:.85;text-shadow:var(--text-shadow-soft)}.adt-description strong{color:#c85a1d}.adt-error{padding:.75rem 1rem;background:#c0392b1a;border:1px solid #C0392B;border-radius:8px;margin-bottom:1.5rem}.adt-error p{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#c0392b;margin:0}.adt-loading-inline{display:flex;flex-direction:column;align-items:center;padding:3rem 0;color:#ede7de;gap:1rem}.adt-actions{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.adt-btn{font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:700;padding:.65rem 1.25rem;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .2s,opacity .2s;text-shadow:var(--text-shadow-soft)}.adt-btn-primary{background:#c85a1d;color:#fff}.adt-btn-primary:hover{background:#b14c1f}.adt-btn-secondary{background:#ffffff14;color:#ede7de;border:1px solid rgba(255,255,255,.15)}.adt-btn-secondary:hover{background:#ffffff24}.adt-btn-link{background:transparent;color:#c85a1d;text-decoration:underline;border:none;padding:.65rem .5rem}.adt-btn-link:hover{opacity:.8}.adt-code-container{background:#0d0f12;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:auto;max-height:70vh}.adt-code{font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.8rem;line-height:1.55;color:#d4d4d4;padding:1.25rem 1.5rem;margin:0;white-space:pre;tab-size:2}@media(max-width:640px){.adt-container{padding:1rem}.adt-title{font-size:1.5rem}.adt-actions{flex-direction:column}.adt-btn{width:100%;justify-content:center}.adt-code{font-size:.7rem}}.dashboard-live-map-page{min-height:100vh;background:#171a1f;display:flex;flex-direction:column;max-width:1280px;margin:0 auto;border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.dashboard-live-map-page .logo{height:60px}.dashboard-live-map-page .logo-link{margin-top:0}.live-map-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;width:100%;padding:0;box-sizing:border-box;background:#1f232a;border-radius:16px;border:2px solid rgba(200,90,29,.5);box-shadow:0 0 20px #c85a1d33;margin:20px 1rem 2rem;width:calc(100% - 2rem)}.live-map-header{padding:1.25rem 1.5rem;background:transparent;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.live-map-title{font-family:Inter,system-ui,sans-serif;font-size:2rem;font-weight:800;color:#ede7de;margin:0 0 .5rem;text-shadow:var(--text-shadow-soft)}.live-map-subtitle{font-family:Inter,system-ui,sans-serif;font-size:1rem;color:#ede7de;opacity:.7;margin:0}.live-map-wrapper{flex:1;min-height:0;position:relative;display:flex;flex-direction:column;overflow:hidden}.dashboard-live-map-page .live-map-container{width:100%;height:100%;min-height:0;flex:1;position:relative;background:#171a1f;border-radius:0;overflow:hidden;display:flex;flex-direction:column}.dashboard-live-map-page .live-map-container .dark-map{width:100%;height:100%;flex:1;min-height:0}.register-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg);max-width:1280px;margin:0 auto;border-left:1px solid var(--border);border-right:1px solid var(--border)}.register-page .logo{height:60px}.register-page .logo-link{margin-top:0}.register-layout{margin:20px 1rem 2rem;padding:24px;display:grid;grid-template-columns:174px 1fr;gap:20px;background:var(--surface);border-radius:16px;border:2px solid var(--border);box-shadow:0 0 20px #00000059}.register-main{padding:30px}.register-title{font-family:Inter,sans-serif;font-size:28px;font-weight:800;color:var(--text);margin-bottom:8px;text-shadow:var(--text-shadow-soft)}.register-subtitle{font-family:Inter,sans-serif;font-size:15px;font-weight:400;color:#9a9a9a;margin-bottom:24px;line-height:1.5}.register-plan-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 16px;background:#c85a1d14;border:1px solid rgba(200,90,29,.3);border-radius:8px;margin-bottom:24px}.plan-summary-label{font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:#9a9a9a}.plan-summary-value{font-family:Inter,sans-serif;font-size:13px;font-weight:800;color:var(--accent);text-shadow:var(--text-shadow-soft)}.plan-summary-billing{font-family:Inter,sans-serif;font-size:12px;font-weight:400;color:#6e7680}.register-form{display:flex;flex-direction:column;max-width:420px}.reg-field{margin-bottom:18px}.reg-label{display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:600;color:var(--text);margin-bottom:6px;text-shadow:var(--text-shadow-soft)}.reg-input{width:100%;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;background:var(--bg);border:1px solid rgba(255,255,255,.15);border-radius:8px;color:var(--text);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.reg-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px #00000059}.reg-input::placeholder{color:#6e7680}.reg-error{padding:10px 14px;background:#c0392b1a;border:1px solid var(--danger);border-radius:8px;margin-bottom:18px}.reg-error p{font-family:Inter,sans-serif;font-size:13px;color:var(--danger);margin:0}.reg-submit{width:100%;font-family:Inter,sans-serif;font-size:16px;font-weight:800;color:#fff;background:var(--accent);padding:14px 24px;border-radius:0;border:none;cursor:pointer;transition:background .2s;text-shadow:var(--text-shadow-soft);margin-bottom:16px}.reg-submit:hover{background:var(--accent-hover)}.reg-submit:disabled{opacity:.6;cursor:not-allowed}.reg-submit:disabled:hover{background:var(--accent)}.reg-terms{font-family:Inter,sans-serif;font-size:12px;color:#6e7680;line-height:1.5;margin-bottom:16px;text-align:center}.reg-terms-link{color:var(--accent);text-decoration:none}.reg-terms-link:hover{text-decoration:underline}.reg-login-prompt{font-family:Inter,sans-serif;font-size:13px;color:#9a9a9a;text-align:center}.reg-login-link{color:var(--accent);font-weight:700;text-decoration:none}.reg-login-link:hover{text-decoration:underline}@media(max-width:768px){.register-layout{grid-template-columns:1fr}.register-main{padding:20px}.register-title{font-size:22px}}:root{--accent: #d35400;--accent-hover: #b0431a;--accent-glow: #ff7a00;--danger: #C0392B;--bg: #171a1f;--surface: #1f232a;--surface-2: #13141b;--card: #f4f1eb;--border: rgba(255, 255, 255, .1);--text: #f3f0ea;--text-muted: #b8b2a8;--text-on-card: #2a2a2a;--font-display: "Alumni Sans", "Inter", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--text-shadow-soft: 0 2px 6px rgba(0, 0, 0, .55);--radius: 8px;--radius-lg: 14px;--shadow-card: 0 10px 24px rgba(0, 0, 0, .35)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text)}#root{min-height:100vh}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.article-title,.register-title,.welcome-title,.page-title,.plan-name,.pricing-title{font-family:var(--font-display);letter-spacing:.3px}
