:root {
    color-scheme: dark;
    --bg: #080d17;
    --bg-deep: #050911;
    --panel: #111b2d;
    --panel-soft: #162338;
    --line: #2c3b55;
    --line-bright: #3d5878;
    --text: #f5f8fd;
    --muted: #9eabc0;
    --cyan: #5fd2ff;
    --cyan-deep: #168fca;
    --green: #4bd592;
    --violet: #a264e8;
    --orange: #ff9d3c;
    --yellow: #ffd15b;
    --danger: #ff6f76;
    --radius: 18px;
    --shadow: 0 24px 80px rgba(0, 0, 0, .38);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", "Source Sans 3", sans-serif;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg-deep); }
body { min-width: 320px; margin: 0; color: var(--text); background: var(--bg); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 12px 16px; border-radius: 10px; color: #00101a; background: var(--cyan); }
.skip-link:focus { top: 16px; }
.site-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 76% 8%, rgba(19, 88, 139, .24), transparent 30%), radial-gradient(circle at 8% 30%, rgba(61, 30, 100, .16), transparent 26%), var(--bg); }
.site-header { position: relative; z-index: 20; display: flex; width: min(1180px, calc(100% - 40px)); min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; margin: auto; border-bottom: 1px solid rgba(95, 210, 255, .16); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(95, 210, 255, .25)); }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand small { color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.brand strong { font-size: 19px; font-weight: 720; letter-spacing: -.02em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: #b8c4d5; font-size: 14px; font-weight: 560; text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.main-nav .nav-cta { padding: 10px 17px; border: 1px solid rgba(95, 210, 255, .46); border-radius: 11px; color: var(--cyan); background: rgba(95, 210, 255, .07); }
.main-nav .nav-cta:hover { transform: translateY(-1px); border-color: var(--cyan); }
main { min-height: 65vh; }
.flash { width: min(1120px, calc(100% - 40px)); margin: 18px auto 0; padding: 13px 16px; border-radius: 12px; }
.flash.success { border: 1px solid rgba(75, 213, 146, .45); color: #c8f5df; background: rgba(22, 85, 61, .45); }
.eyebrow { color: var(--cyan); font-size: 11px; font-weight: 750; letter-spacing: .16em; }
.eyebrow i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.hero { display: grid; width: min(1180px, calc(100% - 40px)); grid-template-columns: minmax(0, .84fr) minmax(510px, 1.16fr); align-items: center; gap: 44px; min-height: 650px; margin: auto; padding: 62px 0 74px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1, .page-hero h1, .form-intro h1, .login-visual h1, .center-page h1, .portal-heading h1 { margin: 17px 0 20px; font-size: clamp(48px, 5.1vw, 76px); font-weight: 760; line-height: .99; letter-spacing: -.055em; }
.hero h1 span, .section h2 span, .login-visual h1 span { color: var(--cyan); text-shadow: 0 0 34px rgba(95, 210, 255, .22); }
.hero-copy > p { max-width: 600px; margin: 0; color: #aab7ca; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 15px; padding: 0 20px; border: 1px solid transparent; border-radius: 12px; color: #fff; font-weight: 680; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { border-color: #63dcff; color: #04121d; background: linear-gradient(145deg, #74deff, #3cb8ea); box-shadow: 0 10px 30px rgba(38, 169, 222, .2); }
.button.primary:hover { box-shadow: 0 14px 38px rgba(38, 169, 222, .32); }
.button.secondary { border-color: var(--line-bright); color: #dbe6f3; background: rgba(19, 31, 50, .78); }
.button.small { min-height: 40px; padding: 0 14px; font-size: 13px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 32px; color: #72819a; font-size: 12px; }
.hero-facts span { display: flex; flex-direction: column; gap: 2px; }
.hero-facts b { color: #dbe7f4; font-size: 14px; }
.device-scene { position: relative; min-height: 430px; perspective: 1100px; }
.glow { position: absolute; border-radius: 50%; filter: blur(42px); pointer-events: none; }
.glow-one { top: 38px; right: 22px; width: 290px; height: 290px; background: rgba(26, 145, 207, .2); }
.glow-two { bottom: 20px; left: 18px; width: 190px; height: 150px; background: rgba(146, 72, 203, .12); }
.device-frame { position: relative; z-index: 2; width: 610px; max-width: 100%; margin: 18px 0 0 auto; padding: 21px 20px 29px; border: 1px solid #333d4b; border-radius: 32px 32px 23px 23px; background: linear-gradient(145deg, #2a3039, #06080c 62%); box-shadow: 0 30px 70px rgba(0,0,0,.66), inset 0 1px rgba(255,255,255,.13); transform: rotateY(-5deg) rotateX(1deg); }
.device-camera { position: absolute; top: 8px; left: 50%; display: flex; gap: 5px; transform: translateX(-50%); }
.device-camera span { width: 5px; height: 5px; border-radius: 50%; background: #020304; box-shadow: 0 0 0 1px #424a55; }
.device-screen { overflow: hidden; aspect-ratio: 5/3; padding: 15px; border: 5px solid #030405; border-radius: 10px; background: radial-gradient(circle at 78% 20%, #102947, transparent 36%), #080d17; box-shadow: 0 0 0 1px #49515c; }
.screen-header { display: flex; align-items: center; justify-content: space-between; }
.screen-brand { display: flex; align-items: center; gap: 8px; }
.screen-brand img { width: 28px; height: 28px; object-fit: contain; }
.screen-brand span { display: flex; flex-direction: column; }
.screen-brand small { color: var(--cyan); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.screen-brand b { font-size: 15px; }
.screen-status { display: flex; gap: 6px; align-items: flex-start; font-size: 7px; text-align: right; }
.screen-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.screen-status b { font-size: 12px; }
.now-playing { display: grid; grid-template-columns: 45px minmax(0, 1fr) 170px; align-items: center; gap: 10px; margin-top: 13px; padding: 10px; border: 1px solid #2b4563; border-radius: 13px; background: rgba(19, 33, 54, .88); }
.now-playing > button { width: 43px; height: 43px; border: 0; border-radius: 50%; color: #062032; background: linear-gradient(145deg, #67deff, #32a9df); font-size: 19px; }
.now-playing > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.now-playing small { color: var(--cyan); font-size: 7px; }
.now-playing strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.now-playing div > span { overflow: hidden; color: #9ec0dd; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.volume { display: flex; flex-direction: column; gap: 7px; }
.volume small { display: flex; justify-content: space-between; color: #b7c9dc; }
.volume > span { position: relative; height: 5px; border-radius: 10px; background: #25405c; }
.volume > span:before { position: absolute; inset: 0 13% 0 0; border-radius: inherit; background: var(--cyan); content: ""; }
.volume i { position: absolute; top: -3px; right: 11%; width: 11px; height: 11px; border-radius: 50%; background: #61d4ff; }
.station-carousel { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.station { position: relative; display: flex; min-width: 0; height: 143px; flex-direction: column; justify-content: center; gap: 8px; overflow: hidden; padding: 8px; border: 1px solid #314865; border-top: 3px solid var(--cyan); border-radius: 10px; text-align: center; background: rgba(20, 34, 55, .94); }
.station:after { position: absolute; right: -19px; bottom: -25px; width: 62px; height: 62px; border-radius: 50%; background: rgba(95, 210, 255, .14); content: ""; }
.station > span { padding: 7px 4px; border-radius: 6px; color: #111; background: #f5f6f7; font-size: 9px; font-weight: 800; }
.station > b { font-size: 8px; }
.station.red { border-top-color: #ff3454; }.station.red:after { background: rgba(255,52,84,.17); }
.station.orange { border-top-color: #ff723c; }.station.orange:after { background: rgba(255,114,60,.16); }
.station.yellow { border-top-color: #ffc835; }.station.yellow:after { background: rgba(255,200,53,.16); }
.station.violet { border-top-color: #a642d4; }.station.violet:after { background: rgba(166,66,212,.17); }
.station.active { border-color: var(--green); border-top-width: 3px; box-shadow: inset 0 0 20px rgba(75,213,146,.08); }
.screen-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 9px; color: #9cb0c8; font-size: 8px; }
.screen-footer button { width: 32px; height: 27px; border: 1px solid #3f5d7b; border-radius: 7px; color: var(--cyan); background: #132238; }
.device-foot { position: absolute; right: 45px; bottom: -16px; left: 45px; height: 23px; border-radius: 0 0 16px 16px; background: linear-gradient(#171b22, #030405); box-shadow: 0 12px 20px rgba(0,0,0,.45); }
.device-caption { position: absolute; z-index: 3; right: 34px; bottom: -5px; display: flex; align-items: center; gap: 8px; color: #76869e; font-size: 10px; }
.device-caption i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.signal-strip { display: flex; min-height: 56px; align-items: center; justify-content: center; gap: 25px; overflow: hidden; border-top: 1px solid rgba(95, 210, 255, .14); border-bottom: 1px solid rgba(95, 210, 255, .14); color: #6f829d; background: rgba(7, 13, 23, .72); font-size: 9px; font-weight: 740; letter-spacing: .18em; white-space: nowrap; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.section { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 100px 0; }
.section-heading { max-width: 690px; }
.section-heading.centered { margin: auto; text-align: center; }
.section h2 { margin: 13px 0 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.lead { max-width: 620px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }
.feature-card { position: relative; min-height: 275px; overflow: hidden; padding: 25px 22px; border: 1px solid var(--line); border-top: 3px solid var(--cyan); border-radius: var(--radius); background: linear-gradient(155deg, rgba(23,37,60,.96), rgba(9,16,28,.98)); box-shadow: 0 15px 40px rgba(0,0,0,.16); }
.feature-card:after { position: absolute; right: -45px; bottom: -55px; width: 145px; height: 145px; border-radius: 50%; background: rgba(95,210,255,.08); content: ""; }
.feature-card.green { border-top-color: var(--green); }.feature-card.green:after { background: rgba(75,213,146,.08); }
.feature-card.violet { border-top-color: var(--violet); }.feature-card.violet:after { background: rgba(162,100,232,.08); }
.feature-card.orange { border-top-color: var(--orange); }.feature-card.orange:after { background: rgba(255,157,60,.08); }
.feature-icon { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(95,210,255,.32); border-radius: 12px; color: var(--cyan); background: rgba(95,210,255,.08); font-size: 22px; }
.feature-card h3 { margin: 28px 0 11px; font-size: 19px; }
.feature-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.feature-card small { position: absolute; z-index: 1; bottom: 20px; left: 22px; color: #68788f; font-size: 10px; }
.platform-section { padding-top: 45px; }
.platform-card { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 50px; padding: 55px; border: 1px solid #2c4967; border-radius: 28px; background: radial-gradient(circle at 75% 22%, rgba(33, 124, 177, .2), transparent 32%), linear-gradient(145deg, #111d30, #080e19); box-shadow: var(--shadow); }
.platform-card h2 { font-size: clamp(40px, 4vw, 57px); }
.platform-card p { color: var(--muted); line-height: 1.68; }
.check-list { display: grid; gap: 10px; margin: 23px 0 29px; padding: 0; list-style: none; }
.check-list li { color: #c8d4e2; font-size: 14px; }
.check-list li:before { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 10px; border-radius: 50%; color: #052215; background: var(--green); content: "✓"; font-size: 11px; font-weight: 800; }
.portal-preview { padding: 19px; border: 1px solid #345370; border-radius: 18px; background: rgba(8, 14, 24, .9); box-shadow: 0 25px 60px rgba(0,0,0,.35); transform: rotateY(-3deg); }
.preview-top { display: flex; align-items: center; justify-content: space-between; color: #a9b8cb; font-size: 11px; }
.preview-top span { display: flex; align-items: center; gap: 7px; }
.preview-top i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 17px; }
.preview-stats article { display: flex; min-height: 87px; flex-direction: column; gap: 5px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #111c2e; }
.preview-stats small { color: #72839a; font-size: 7px; letter-spacing: .12em; }
.preview-stats strong { font-size: 16px; }
.preview-stats span { color: var(--green); font-size: 8px; }
.preview-device { display: flex; align-items: center; gap: 10px; margin-top: 9px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: #111c2e; }
.preview-device img { width: 33px; height: 33px; object-fit: contain; }
.preview-device > span { display: flex; flex: 1; flex-direction: column; }
.preview-device strong { font-size: 11px; }.preview-device small { color: #788aa1; font-size: 7px; }.preview-device > b { color: var(--green); }
.preview-chart { display: flex; height: 95px; align-items: end; gap: 8px; margin-top: 10px; padding: 12px 15px 0; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(180deg, rgba(95,210,255,.03), transparent); }
.preview-chart span { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(#62d9ff, #176f9f); opacity: .82; }
.license-section { padding-top: 65px; }
.term-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 43px; }
.term-card { position: relative; display: flex; min-height: 230px; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #101a2b; }
.term-card > span { color: #67788e; font-size: 9px; font-weight: 750; letter-spacing: .13em; }
.term-card h3 { margin: 16px 0 11px; font-size: 27px; }
.term-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.term-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--cyan); font-size: 13px; font-weight: 680; text-decoration: none; }
.term-card.featured { border-color: var(--cyan); box-shadow: 0 0 35px rgba(95,210,255,.09); }
.recommended { position: absolute; top: -11px; right: 18px; padding: 5px 9px; border-radius: 20px; color: #03131e; background: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.cta-band { display: grid; width: min(1120px, calc(100% - 40px)); grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; margin: 0 auto 90px; padding: 32px 36px; border: 1px solid #2d5775; border-radius: 21px; background: linear-gradient(120deg, #0d2135, #101828); }
.cta-band img { width: 54px; height: 54px; object-fit: contain; }
.cta-band h2 { margin: 7px 0 0; font-size: 27px; }
.site-footer { display: grid; width: min(1180px, calc(100% - 40px)); grid-template-columns: 1fr auto; align-items: center; gap: 25px; margin: auto; padding: 38px 0 30px; border-top: 1px solid rgba(95,210,255,.14); color: #77879c; font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 36px; height: 36px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; gap: 3px; }.footer-brand strong { color: #dbe6f3; font-size: 13px; }
.footer-links { display: flex; gap: 20px; }.footer-links a { text-decoration: none; }.site-footer > p { grid-column: 1/-1; margin: 0; }
.page-hero { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 100px 0 45px; }
.page-hero.compact h1 { margin-bottom: 15px; font-size: clamp(50px, 6vw, 78px); }
.page-hero p { max-width: 680px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.docs-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 55px; padding-top: 35px; }
.docs-nav { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(15,25,42,.88); }
.docs-nav strong { margin: 3px 8px 10px; color: var(--cyan); font-size: 11px; letter-spacing: .1em; }
.docs-nav a { padding: 9px 8px; border-radius: 8px; color: #9eadc1; font-size: 13px; text-decoration: none; }.docs-nav a:hover { color: #fff; background: var(--panel-soft); }
.docs-content { display: grid; gap: 13px; }
.docs-content article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(15,25,42,.8); scroll-margin-top: 20px; }
.docs-content article > span { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 12px; color: var(--cyan); background: rgba(95,210,255,.08); font-weight: 750; }
.docs-content h2 { margin: 0 0 8px; font-size: 22px; }.docs-content p { margin: 0; color: var(--muted); line-height: 1.65; }.docs-content code { color: var(--cyan); }
.form-page { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 65px; padding-top: 85px; }
.form-intro { position: sticky; top: 40px; padding-top: 25px; }
.form-intro h1 { font-size: clamp(48px, 5vw, 68px); }.form-intro > p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.security-card { display: flex; align-items: flex-start; gap: 12px; margin-top: 30px; padding: 16px; border: 1px solid rgba(75,213,146,.3); border-radius: 13px; background: rgba(21,65,48,.25); }
.security-card > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #042217; background: var(--green); font-weight: 800; }.security-card p { margin: 4px 0 0; color: #98b7a8; font-size: 12px; line-height: 1.5; }
.iradio-form { display: flex; flex-direction: column; gap: 18px; padding: 30px; border: 1px solid #304763; border-radius: 22px; background: linear-gradient(145deg, rgba(18,29,48,.98), rgba(8,14,24,.98)); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; gap: 12px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }.form-heading img { width: 44px; height: 44px; object-fit: contain; }.form-heading small { color: var(--cyan); font-size: 8px; letter-spacing: .12em; }.form-heading h2, .login-form h2 { margin: 4px 0 0; font-size: 27px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }.field-grid .wide { grid-column: 1/-1; }
.iradio-form label, .iradio-form fieldset { display: flex; min-width: 0; flex-direction: column; gap: 7px; margin: 0; padding: 0; border: 0; color: #cbd6e4; font-size: 12px; }.iradio-form legend { margin-bottom: 9px; color: #cbd6e4; }
.iradio-form input:not([type=radio]):not([type=checkbox]), .iradio-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #38506e; border-radius: 10px; outline: none; color: #f7faff; background: #080f1a; transition: border-color .2s ease, box-shadow .2s ease; }.iradio-form textarea { resize: vertical; }.iradio-form input:focus, .iradio-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(95,210,255,.1); }
.iradio-form label small { color: #71839a; line-height: 1.4; }
.term-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }.term-options label { position: relative; }.term-options input { position: absolute; opacity: 0; }.term-options span { display: grid; min-height: 48px; place-items: center; border: 1px solid #38506e; border-radius: 10px; color: #aebbd0; background: #0d1726; cursor: pointer; }.term-options input:checked + span { border-color: var(--cyan); color: #041522; background: var(--cyan); font-weight: 720; }
.privacy { flex-direction: row !important; align-items: flex-start; gap: 9px !important; }.privacy input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--cyan); }.privacy span { line-height: 1.45; }
.submit { align-self: flex-end; border: 0; }
.form-errors { padding: 12px 14px; border: 1px solid rgba(255,111,118,.45); border-radius: 11px; color: #ffc2c6; background: rgba(89,28,36,.32); font-size: 13px; }.form-errors ul { margin: 8px 0 0; padding-left: 20px; }
.center-page { display: flex; min-height: 610px; max-width: 720px; align-items: center; flex-direction: column; justify-content: center; text-align: center; }.success-orb { display: grid; width: 78px; height: 78px; place-items: center; margin-bottom: 22px; border: 1px solid var(--green); border-radius: 50%; color: #042217; background: var(--green); box-shadow: 0 0 45px rgba(75,213,146,.22); font-size: 34px; }.center-page h1 { font-size: 65px; }.center-page > p { max-width: 630px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.login-page { display: grid; grid-template-columns: 1fr 470px; align-items: center; gap: 80px; min-height: 680px; padding-top: 60px; }.login-visual > img { width: 82px; height: 82px; margin-bottom: 24px; object-fit: contain; filter: drop-shadow(0 0 25px rgba(95,210,255,.25)); }.login-visual h1 { font-size: clamp(52px, 5.6vw, 78px); }.login-visual p { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.7; }.status-lines { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: #93a4ba; font-size: 12px; }.status-lines span { display: flex; align-items: center; gap: 7px; }.status-lines i, .portal-summary i { width: 7px; height: 7px; border-radius: 50%; }.green { background: var(--green); }.cyan { background: var(--cyan); }.violet { background: var(--violet); }
.login-form { gap: 17px; }.login-form > div:first-child p { margin: 7px 0 0; color: var(--muted); }.form-help { margin: 2px 0 0; color: var(--muted); font-size: 12px; text-align: center; }.form-help a { color: var(--cyan); }
.portal-page { padding-top: 70px; }.portal-heading, .portal-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.portal-heading h1 { margin: 10px 0 5px; font-size: clamp(43px, 5vw, 65px); }.portal-heading p, .portal-section-heading p { margin: 0; color: var(--muted); }.portal-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 38px 0 52px; }.portal-summary article { display: flex; min-height: 145px; flex-direction: column; gap: 7px; padding: 22px; border: 1px solid var(--line); border-top: 3px solid var(--cyan); border-radius: 15px; background: linear-gradient(145deg, #142138, #0c1422); }.portal-summary article:nth-child(2) { border-top-color: var(--green); }.portal-summary article:nth-child(3) { border-top-color: var(--violet); }.portal-summary small { color: #7889a0; font-size: 9px; letter-spacing: .12em; }.portal-summary strong { margin-top: 5px; font-size: 30px; }.portal-summary span { display: flex; align-items: center; gap: 8px; margin-top: auto; color: #9eacc0; font-size: 11px; }
.portal-section-heading { margin-bottom: 16px; }.portal-section-heading h2 { margin: 0 0 5px; font-size: 28px; }
.device-row { display: grid; grid-template-columns: 1.4fr repeat(4, .68fr) auto; align-items: center; gap: 17px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: #101a2b; }.device-identity { display: flex; align-items: center; gap: 13px; }.device-icon { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; border: 1px solid #315271; border-radius: 13px; background: #081523; }.device-icon img { width: 38px; height: 38px; object-fit: contain; }.device-identity > span, .device-metric { display: flex; min-width: 0; flex-direction: column; gap: 4px; }.device-identity small, .device-metric small, .device-metric span { overflow: hidden; color: #75869c; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.device-metric strong { font-size: 14px; }.device-metric strong[class^=status-] { display: flex; align-items: center; gap: 7px; }.device-metric strong i { width: 7px; height: 7px; border-radius: 50%; background: #77869a; }.device-metric .status-online { color: var(--green); }.device-metric .status-online i { background: var(--green); box-shadow: 0 0 9px var(--green); }
.portal-heading-actions, .device-actions { display: flex; align-items: center; gap: 9px; }.portal-heading-actions form { margin: 0; }.device-actions { flex-wrap: wrap; justify-content: flex-end; }
.notice { margin: 25px 0 0; padding: 13px 16px; border: 1px solid var(--line); border-radius: 12px; }.notice.success { border-color: rgba(75,213,146,.35); color: #baf2d4; background: rgba(20,66,48,.25); }
.profile-form { margin-top: 35px; }.profile-form .form-section { display: grid; gap: 20px; padding: 4px 0 25px; border-bottom: 1px solid var(--line); }.profile-form .form-section:last-of-type { border-bottom: 0; }.form-section-title { display: flex; align-items: flex-start; gap: 13px; }.form-section-title > span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #06121e; background: var(--cyan); font-size: 12px; font-weight: 800; }.form-section-title h2 { margin: 1px 0 4px; font-size: 20px; }.form-section-title p { margin: 0; color: var(--muted); font-size: 12px; }.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }.profile-form label { display: flex; flex-direction: column; gap: 7px; color: #cbd6e4; font-size: 12px; }.profile-form input { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #38506e; border-radius: 10px; outline: none; color: #f7faff; background: #080f1a; }.profile-form input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(95,210,255,.1); }.profile-form input:disabled { color: #7d8da2; background: #111927; }.profile-form label > small { color: #71839a; }.profile-form .field-error { color: #ffc2c6; }.form-actions { display: flex; justify-content: flex-end; }
.empty-state { display: flex; min-height: 330px; align-items: center; flex-direction: column; justify-content: center; padding: 35px; border: 1px dashed #34506d; border-radius: 18px; text-align: center; background: rgba(15,25,42,.48); }.empty-state img { width: 66px; height: 66px; object-fit: contain; opacity: .8; }.empty-state h2 { margin: 18px 0 7px; font-size: 25px; }.empty-state p { max-width: 490px; margin: 0 0 23px; color: var(--muted); }

@media (max-width: 1050px) {
    .hero { grid-template-columns: 1fr; padding-top: 75px; }
    .hero-copy { max-width: 760px; text-align: center; margin: auto; }.hero-copy > p { margin-inline: auto; }.hero-actions, .hero-facts { justify-content: center; }
    .device-scene { width: min(680px, 100%); margin: auto; }.device-frame { margin-inline: auto; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }.term-grid { grid-template-columns: repeat(2, 1fr); }
    .platform-card { grid-template-columns: 1fr; }.portal-preview { transform: none; }
    .form-page, .login-page { grid-template-columns: 1fr; }.form-intro { position: static; }.login-visual { text-align: center; }.login-visual p, .status-lines { justify-content: center; margin-inline: auto; }.login-form { width: min(560px, 100%); margin: auto; }
    .device-row { grid-template-columns: 1.3fr repeat(2, .7fr); }.device-actions { grid-column: 1/-1; justify-self: end; }
}

@media (max-width: 740px) {
    .site-header { width: calc(100% - 28px); min-height: 72px; }.brand strong { font-size: 16px; }.brand img { width: 36px; height: 36px; }
    .main-nav { gap: 8px; }.main-nav > a:not(.nav-cta) { display: none; }.main-nav .nav-cta { padding: 9px 12px; }
    .hero, .section, .page-hero, .cta-band, .site-footer { width: calc(100% - 28px); }.hero { min-height: auto; padding: 58px 0; gap: 25px; }.hero h1 { font-size: 48px; }.hero-copy > p { font-size: 16px; }
    .device-scene { min-height: 310px; }.device-frame { padding: 15px 13px 22px; border-radius: 23px 23px 17px 17px; transform: none; }.device-screen { padding: 9px; border-width: 3px; }.now-playing { grid-template-columns: 35px 1fr; }.now-playing > button { width: 34px; height: 34px; }.volume { display: none; }.station-carousel { gap: 4px; }.station { height: 103px; padding: 5px; }.station:nth-child(5) { display: none; }.station-carousel { grid-template-columns: repeat(4, 1fr); }.station > span { font-size: 7px; }.device-caption { display: none; }
    .signal-strip { justify-content: flex-start; padding-inline: 18px; }
    .section { padding: 70px 0; }.feature-grid, .term-grid { grid-template-columns: 1fr; }.feature-card { min-height: 240px; }.platform-card { padding: 28px 20px; border-radius: 20px; }.preview-stats { grid-template-columns: 1fr; }.preview-stats article { min-height: 72px; }.preview-chart { display: none; }
    .cta-band { grid-template-columns: auto 1fr; padding: 24px 20px; }.cta-band .button { grid-column: 1/-1; }.cta-band h2 { font-size: 21px; }
    .site-footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.site-footer > p { grid-column: auto; }
    .docs-layout { grid-template-columns: 1fr; gap: 18px; }.docs-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); }.docs-nav strong { grid-column: 1/-1; }.docs-content article { grid-template-columns: 40px 1fr; padding: 18px; }.docs-content article > span { width: 38px; height: 38px; }
    .field-grid { grid-template-columns: 1fr; }.field-grid .wide { grid-column: auto; }.term-options { grid-template-columns: repeat(2, 1fr); }.iradio-form { padding: 21px 17px; }.submit { width: 100%; }
    .login-page { min-height: auto; padding-top: 50px; }.login-visual h1 { font-size: 49px; }
    .portal-heading, .portal-section-heading { align-items: flex-start; flex-direction: column; }.portal-heading-actions { width: 100%; flex-wrap: wrap; }.portal-summary { grid-template-columns: 1fr; }.portal-summary article { min-height: 115px; }.device-row { grid-template-columns: 1fr 1fr; }.device-identity { grid-column: 1/-1; }.device-actions { grid-column: 1/-1; justify-self: stretch; }.device-actions .button { width: 100%; }.form-grid { grid-template-columns: 1fr; }.form-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.maintenance-body { min-height: 100vh; overflow: hidden; }
.maintenance-page { position: relative; display: grid; min-height: 100vh; place-items: center; overflow: hidden; padding: 28px; background: radial-gradient(circle at 72% 20%, rgba(24,126,184,.19), transparent 30%), radial-gradient(circle at 22% 75%, rgba(124,60,183,.13), transparent 28%), #080d17; }
.maintenance-glow { position: absolute; border-radius: 50%; filter: blur(60px); }
.maintenance-glow.one { top: -100px; right: 8%; width: 360px; height: 360px; background: rgba(95,210,255,.13); }
.maintenance-glow.two { bottom: -130px; left: 10%; width: 320px; height: 320px; background: rgba(162,100,232,.11); }
.maintenance-card { position: relative; z-index: 2; width: min(850px, 100%); overflow: hidden; border: 1px solid #2c4966; border-radius: 28px; background: linear-gradient(145deg, rgba(18,30,49,.97), rgba(7,12,21,.98)); box-shadow: 0 35px 100px rgba(0,0,0,.55); }
.maintenance-card:before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--cyan), var(--violet), transparent); content: ""; }
.maintenance-brand { display: flex; align-items: center; gap: 12px; padding: 27px 32px; border-bottom: 1px solid rgba(95,210,255,.14); }
.maintenance-brand img { width: 46px; height: 46px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(95,210,255,.25)); }
.maintenance-brand span { display: flex; flex-direction: column; line-height: 1.04; }.maintenance-brand small { color: var(--cyan); font-size: 10px; font-weight: 750; letter-spacing: .14em; }.maintenance-brand strong { font-size: 21px; }
.maintenance-content { padding: 64px 62px 70px; }
.maintenance-content h1 { margin: 16px 0 20px; font-size: clamp(48px, 7vw, 76px); line-height: .98; letter-spacing: -.055em; }.maintenance-content h1 span { color: var(--cyan); text-shadow: 0 0 34px rgba(95,210,255,.2); }
.maintenance-content > p { max-width: 620px; margin: 0; color: #a7b5c8; font-size: 17px; line-height: 1.7; }
.maintenance-status { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; padding: 13px 16px; border: 1px solid rgba(75,213,146,.27); border-radius: 13px; background: rgba(20,66,48,.22); }
.maintenance-status .pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(75,213,146,.45); animation: iradio-pulse 1.8s infinite; }
.maintenance-status div { display: flex; flex-direction: column; gap: 3px; }.maintenance-status strong { font-size: 13px; }.maintenance-status small { color: #7fa58f; font-size: 10px; }
.maintenance-card footer { display: flex; justify-content: space-between; gap: 20px; padding: 20px 32px; border-top: 1px solid rgba(95,210,255,.12); color: #708199; font-size: 10px; }
@keyframes iradio-pulse { 0% { box-shadow: 0 0 0 0 rgba(75,213,146,.44); } 70% { box-shadow: 0 0 0 10px rgba(75,213,146,0); } 100% { box-shadow: 0 0 0 0 rgba(75,213,146,0); } }
@media (max-width: 650px) { .maintenance-page { padding: 14px; }.maintenance-card { border-radius: 20px; }.maintenance-brand { padding: 21px; }.maintenance-content { padding: 45px 22px 52px; }.maintenance-content h1 { font-size: 47px; }.maintenance-content > p { font-size: 15px; }.maintenance-card footer { align-items: flex-start; flex-direction: column; padding: 18px 22px; } }
