:root {
  color-scheme: light;
  --ink: #0b1424;
  --muted: #697386;
  --line: #e7eaf0;
  --paper: #f6f7fa;
  --card: #ffffff;
  --navy: #08111f;
  --blue: #5268ff;
  --blue-dark: #4155de;
  --mint: #4ee1b2;
  --shadow: 0 18px 60px rgba(11, 20, 36, .09);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
* { box-sizing: border-box; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
html { min-height: 100%; background: var(--paper); }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--ink); background: var(--paper); overflow-wrap: anywhere; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid rgba(82,104,255,.45); outline-offset: 3px; }
.hidden { display: none !important; }
.ambient { position: fixed; pointer-events: none; filter: blur(100px); opacity: .18; border-radius: 50%; }
.ambient-one { width: 420px; height: 420px; background: #536bff; top: -190px; right: 12%; }
.ambient-two { width: 300px; height: 300px; background: #3fd6aa; bottom: -170px; left: 34%; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 21px; font-weight: 760; letter-spacing: -.5px; }
.brand img { width: 34px; height: 34px; }
.brand-large { color: white; font-size: 25px; }
.brand-large img { width: 42px; height: 42px; }
.brand-slogan { margin: 0; color: #75869e; font-size: 10px; letter-spacing: .08em; }
.auth-brand-slogan { display: none; margin: -6px 0 18px 45px; }
.sidebar-brand-slogan { margin: 8px 0 0 45px; }
.mobile-connect-slogan { margin-top: 10px; color: #5f7189; font-size: 10px; letter-spacing: .12em; }
.sidebar .brand { font-size: 17px; }
.auth-layout { min-height: 100vh; min-height: 100dvh; display: grid; grid-template-columns: minmax(460px, 1.1fr) minmax(460px, .9fr); position: relative; }
.auth-story { color: white; background: radial-gradient(circle at 20% 10%, #283663 0, transparent 30%), linear-gradient(145deg, #0e1830 0%, #08101e 65%, #111b30 100%); padding: 54px clamp(48px, 8vw, 130px); display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
.auth-story::after { content: ""; position: absolute; width: 550px; height: 550px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; bottom: -290px; right: -180px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.story-copy { max-width: 650px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 10px; color: #7d8ca5; font-size: 11px; font-weight: 800; letter-spacing: 2.2px; }
.auth-story .eyebrow { color: #7ce6c5; }
.story-copy h1 { margin: 14px 0 26px; font-size: clamp(50px, 5vw, 76px); line-height: 1.08; letter-spacing: -4px; }
.story-copy h1 span { color: #7f91ff; }
.lead { max-width: 530px; color: #aeb9cc; font-size: 18px; line-height: 1.8; }
.trust-row { display: flex; gap: clamp(28px, 4vw, 68px); margin-top: 55px; }
.trust-row div { display: flex; flex-direction: column; gap: 6px; }
.trust-row strong { font-size: 23px; }
.trust-row span { color: #7f8da4; font-size: 13px; }
.legal-note { color: #56647a; font-size: 12px; position: relative; z-index: 1; }
.auth-panel { display: grid; place-items: center; padding: 42px; }
.auth-card { width: min(100%, 430px); background: rgba(255,255,255,.8); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.8); border-radius: 24px; padding: 34px; box-shadow: var(--shadow); }
.mobile-brand { display: none; margin-bottom: 28px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; background: #eceff5; border-radius: 12px; margin-bottom: 32px; }
.segmented button { border: 0; color: #7b8495; background: transparent; padding: 10px; border-radius: 9px; font-weight: 700; }
.segmented button.active { color: var(--ink); background: white; box-shadow: 0 4px 12px rgba(15,25,45,.08); }
.form-heading { margin-bottom: 27px; }
.form-heading h2, .modal h2 { margin: 0 0 8px; font-size: 27px; letter-spacing: -1px; }
.form-heading p, .modal-intro { margin: 0; color: var(--muted); }
label { display: flex; flex-direction: column; gap: 8px; color: #364155; font-size: 13px; font-weight: 700; }
.auth-form { display: grid; gap: 19px; }
.legal-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; color: #758093; font-size: 11px; font-weight: 550; line-height: 1.6; }.legal-consent input { width: 16px; height: 16px; margin-top: 1px; accent-color: var(--blue); }.legal-consent a { color: var(--blue); text-decoration: none; margin: 0 2px; }
.form-link { justify-self: end; margin-top: -10px; color: var(--blue); background: transparent; border: 0; padding: 0; font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; color: var(--ink); background: white; border: 1px solid #dce1e9; border-radius: 11px; outline: none; padding: 13px 14px; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: #7988f8; box-shadow: 0 0 0 4px rgba(82,104,255,.1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 10px; padding: 12px 18px; font-size: 14px; font-weight: 760; transition: transform .15s, background .15s, box-shadow .15s; }
.button:hover { transform: translateY(-1px); }
.button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 8px 20px rgba(82,104,255,.22); }
.button-primary:hover { background: var(--blue-dark); }
.button-wide { width: 100%; justify-content: space-between; margin-top: 4px; padding: 14px 17px; }
.button-light { color: #13213c; background: white; }
.button-ghost { color: #3d4859; background: #eef0f5; box-shadow: none; }
.button-danger { color: white; background: #c04455; box-shadow: 0 8px 20px rgba(192,68,85,.18); }
.button-danger:hover { background: #a93647; }
.form-error { margin: 17px 0 0; color: #bd3949; background: #fff0f1; border-radius: 9px; padding: 11px 13px; font-size: 13px; }
.auth-legal { display: flex; justify-content: center; gap: 8px; margin-top: 22px; color: #a0a8b6; font-size: 11px; }
.auth-legal a { color: #6d7788; text-decoration: none; }
.auth-legal a:hover { color: var(--blue); }
.connection-banner { position: fixed; inset: 0 0 auto; z-index: 200; color: #fff5ce; background: #5d4813; padding: 10px 18px; text-align: center; font-size: 12px; box-shadow: 0 5px 20px rgba(20,15,4,.16); }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 246px 1fr; }
.sidebar { height: 100vh; height: 100dvh; position: sticky; top: 0; color: #d5dce9; background: var(--navy); padding: 30px 22px 24px; display: flex; flex-direction: column; z-index: 10; }
.sidebar .brand { color: white; padding: 0 10px; }
.main-nav { display: grid; gap: 8px; margin-top: 52px; }
.main-nav button { display: flex; align-items: center; gap: 13px; color: #8490a5; background: transparent; border: 0; border-radius: 10px; padding: 12px 13px; text-align: left; font-size: 14px; font-weight: 680; }
.main-nav button:hover { color: white; background: rgba(255,255,255,.05); }
.main-nav button.active { color: white; background: linear-gradient(100deg, rgba(82,104,255,.3), rgba(82,104,255,.1)); }
.nav-icon { width: 22px; text-align: center; font-size: 17px; }
.sidebar-bottom { margin-top: auto; border-top: 1px solid rgba(255,255,255,.08); padding: 20px 7px 0; }
.mini-profile { display: flex; align-items: center; gap: 11px; }
.avatar { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, #6579ff, #4fd9b1); font-weight: 800; }
.mini-profile div { min-width: 0; display: flex; flex-direction: column; }
.mini-profile strong { overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
.mini-profile span:last-child { color: #69778d; font-size: 11px; margin-top: 3px; }
.text-button { color: #65748a; background: transparent; border: 0; padding: 16px 0 0 49px; font-size: 12px; }
.workspace { min-width: 0; padding: 0 clamp(28px, 4vw, 68px) 60px; }
.topbar { min-height: 116px; position: sticky; top: 0; z-index: 8; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(90deg, rgba(246,247,250,.96), rgba(246,247,250,.88)); backdrop-filter: blur(16px); }
.topbar h1 { margin: 0; font-size: 25px; letter-spacing: -1px; }
.topbar-actions { display: flex; align-items: center; gap: 13px; }
.notification-wrap { position: relative; }
.notification-button { position: relative; background: white; border: 1px solid var(--line); font-size: 17px; }
.notification-count { min-width: 17px; height: 17px; display: grid; place-items: center; position: absolute; right: -6px; top: -6px; color: white; background: #d54659; border: 2px solid #f6f7fa; border-radius: 999px; padding: 0 3px; font-size: 8px; font-weight: 800; }
.notification-panel { width: min(380px, calc(100vw - 30px)); max-height: 520px; overflow: hidden; position: absolute; right: 0; top: 48px; z-index: 50; background: white; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 25px 70px rgba(10,20,40,.2); }
.notification-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 16px 18px; }.notification-head > div { display: flex; flex-direction: column; gap: 3px; }.notification-head strong { font-size: 14px; }.notification-head span { color: #929aa8; font-size: 10px; }
.notification-list { max-height: 430px; overflow: auto; }.notification-item { width: 100%; display: grid; grid-template-columns: 30px 1fr; gap: 10px; border: 0; border-top: 1px solid #f0f2f5; background: white; padding: 14px 17px; text-align: left; }.notification-item:first-child { border-top: 0; }.notification-item:hover { background: #f8f9fc; }.notification-item.unread { background: #f5f7ff; }.notification-glyph { width: 29px; height: 29px; display: grid; place-items: center; color: #5268ef; background: #edf0ff; border-radius: 9px; font-size: 11px; }.notification-item strong, .notification-item span, .notification-item small { display: block; }.notification-item strong { color: #354158; font-size: 12px; }.notification-item span { margin-top: 4px; color: #7f8998; font-size: 10px; line-height: 1.55; }.notification-item small { margin-top: 6px; color: #adb3bd; font-size: 9px; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; color: #3a7a68; background: #e9f8f2; border-radius: 999px; padding: 8px 12px; font-size: 12px; font-weight: 700; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #3ad09f; box-shadow: 0 0 0 4px rgba(58,208,159,.14); }
.status-pill.offline { color: #8d641d; background: #fff4d8; }.status-pill.offline i { background: #d49a36; box-shadow: 0 0 0 4px rgba(212,154,54,.14); }
.view { display: none; }
.view.active { display: block; animation: enter .25s ease-out; }
@keyframes enter { from { opacity: 0; transform: translateY(5px); } }
.hero-card { min-height: 170px; color: white; background: radial-gradient(circle at 80% 30%, rgba(86,219,181,.22), transparent 24%), linear-gradient(120deg, #1e2d59, #465de2); border-radius: 20px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 0 17px 45px rgba(57,75,172,.2); overflow: hidden; position: relative; }
.hero-card::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: 14%; top: -120px; box-shadow: 0 0 0 45px rgba(255,255,255,.035); }
.hero-card-copy { display: flex; align-items: center; gap: 24px; position: relative; z-index: 1; }
.secure-orb { width: 70px; height: 70px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.1); }
.secure-orb i { width: 25px; height: 31px; display: block; border: 3px solid white; border-radius: 5px; position: relative; margin-top: 8px; }
.secure-orb i::before { content: ""; width: 15px; height: 14px; border: 3px solid white; border-bottom: 0; border-radius: 10px 10px 0 0; position: absolute; left: 2px; top: -14px; }
.hero-card p { margin: 0 0 5px; color: #b9c5ff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.hero-card h2 { margin: 0 0 7px; font-size: clamp(22px, 2.3vw, 31px); letter-spacing: -1.2px; }
.hero-card-copy > div > span { color: #c7cff6; font-size: 13px; }
.hero-card .button { position: relative; z-index: 1; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 20px; }
.stat-card, .panel, .table-card { background: var(--card); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 8px 25px rgba(17,29,53,.035); }
.stat-card { min-height: 157px; padding: 22px; display: flex; flex-direction: column; }
.stat-head { display: flex; align-items: center; justify-content: space-between; color: #7a8496; font-size: 12px; font-weight: 720; }
.stat-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; font-weight: 800; }
.stat-icon.blue { color: #556af2; background: #eef0ff; }.stat-icon.purple { color: #9d68dc; background: #f5edff; }.stat-icon.green { color: #34a682; background: #e9f8f3; }
.stat-card strong { margin-top: 12px; font-size: 25px; letter-spacing: -.8px; }
.stat-card small { color: #949cad; font-size: 11px; margin-top: auto; }
.progress { height: 5px; background: #edf0f4; border-radius: 10px; margin: 11px 0 8px; overflow: hidden; }
.progress i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #5268ff, #7a8bff); border-radius: inherit; transition: width .4s; }
.content-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 18px; margin-top: 20px; }
.panel { padding: 23px; min-width: 0; }
.panel-title, .section-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.panel-title { margin-bottom: 19px; }
.panel-title h3, .section-toolbar h2 { margin: 0; font-size: 17px; letter-spacing: -.4px; }
.panel-title p, .section-toolbar p { margin: 5px 0 0; color: #8d96a6; font-size: 12px; }
.link-button { color: var(--blue); background: transparent; border: 0; font-size: 12px; font-weight: 700; }
.usage-panel { margin-top: 20px; }
.compact-select { width: auto; min-width: 120px; padding: 8px 11px; font-size: 12px; }
.usage-summary { display: flex; gap: 24px; margin: -2px 0 14px; color: #828c9c; font-size: 11px; }
.usage-summary span { display: inline-flex; align-items: center; gap: 6px; }
.usage-summary strong { color: #354158; }
.legend-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; }
.legend-dot.download { background: #5b70f5; }.legend-dot.upload { background: #55cda9; }
.usage-chart { min-height: 170px; display: grid; grid-template-columns: repeat(30, minmax(5px, 1fr)); align-items: end; gap: clamp(3px, .55vw, 9px); border-bottom: 1px solid #e8ebf1; padding: 8px 3px 24px; overflow: hidden; }
.usage-bar-slot { height: 138px; min-width: 0; display: flex; align-items: end; position: relative; border-radius: 5px 5px 0 0; }
.usage-bar { width: 100%; min-height: 2px; height: var(--bar-height); display: block; border-radius: 5px 5px 1px 1px; background: linear-gradient(180deg, #6679f6, #5268df); position: relative; transition: height .35s ease; }
.usage-bar::after { content: ""; position: absolute; inset: 0 0 auto; height: var(--upload-share); max-height: 100%; border-radius: inherit; background: #55cda9; }
.usage-bar-slot small { position: absolute; left: 50%; bottom: -20px; transform: translateX(-50%); color: #a0a8b5; font-size: 9px; white-space: nowrap; }
.usage-empty { grid-column: 1 / -1; align-self: center; color: #9099a8; text-align: center; font-size: 12px; }
.device-list { display: grid; }
.device-row { min-width: 0; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid #eef0f4; }
.device-row:first-child { border-top: 0; }
.device-glyph { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; color: #5b6cef; background: #f0f2ff; }
.device-row strong, .device-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.device-row strong { display: block; font-size: 13px; }.device-row span { display: block; color: #8b94a3; font-size: 11px; margin-top: 4px; }
.badge { display: inline-flex !important; width: fit-content; color: #278667 !important; background: #eaf8f3; border-radius: 20px; padding: 5px 8px; margin: 0 !important; font-size: 10px !important; font-weight: 750; white-space: nowrap; }
.badge.hidden { display: none !important; }
.badge.revoked, .badge.offline, .badge.expired { color: #9b5360 !important; background: #fff0f2; }
.privacy-list { display: grid; gap: 19px; }
.privacy-list > div { display: flex; gap: 12px; align-items: flex-start; }
.check { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: #2aaa80; background: #e9f8f3; border-radius: 50%; font-size: 12px; font-weight: 900; }
.privacy-list strong { font-size: 13px; }.privacy-list p { margin: 4px 0 0; color: #8d96a6; font-size: 11px; }
.section-toolbar { margin: 5px 0 24px; }
.section-toolbar h2 { font-size: 23px; }
.table-card, .table-wrap { overflow: auto; }
table { width: 100%; border-collapse: collapse; white-space: nowrap; }
th { color: #8a93a3; background: #fafbfc; font-size: 11px; text-align: left; text-transform: uppercase; letter-spacing: .5px; }
th, td { padding: 15px 18px; border-bottom: 1px solid #edf0f4; }
td { font-size: 12px; }
tr:last-child td { border-bottom: 0; }
.row-primary { display: block; font-weight: 720; }.row-secondary { display: block; color: #9099a7; margin-top: 3px; font-size: 11px; }
.danger-link { color: #b14b5a; background: transparent; border: 0; font-size: 12px; font-weight: 700; }
.empty-state { padding: 35px 20px; color: #8d96a6; text-align: center; }
.plans-grid { display: grid; grid-template-columns: repeat(2, minmax(240px, 390px)); gap: 20px; }
.plan-card { position: relative; padding: 27px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 8px 25px rgba(17,29,53,.035); }
.plan-card.current { border-color: #6577ef; box-shadow: 0 16px 40px rgba(82,104,255,.12); }
.current-tag { position: absolute; top: 19px; right: 19px; color: #4c60e1; background: #edf0ff; padding: 5px 9px; border-radius: 20px; font-size: 10px; font-weight: 800; }
.plan-card h3 { margin: 0 0 7px; font-size: 20px; }.plan-card > p { min-height: 34px; color: #7d8797; font-size: 12px; }
.price { margin: 23px 0; }.price strong { font-size: 38px; letter-spacing: -2px; }.price span { color: #8a93a2; font-size: 12px; }
.plan-features { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; color: #526071; font-size: 13px; }.plan-features li::before { content: "✓"; color: #2caf85; font-weight: 900; margin-right: 9px; }
.plan-card .button { width: 100%; }
.admin-grid { display: grid; gap: 18px; margin-top: 18px; }.panel.wide { padding: 0; overflow: hidden; }.panel.wide .panel-title { padding: 22px 23px 0; }
.admin-stats { grid-template-columns: repeat(6, 1fr); }
.admin-stats .stat-card { min-height: 120px; }
table select { min-width: 105px; padding: 8px 10px; font-size: 12px; }
table input { min-width: 100px; padding: 8px 9px; font-size: 12px; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.security-card { min-height: 230px; }
.danger-zone { border-color: #f0dadd; min-height: 190px; }
.danger-dialog .warning-box { color: #8c3945; background: #fff1f3; border-color: #f1ced4; }
.security-copy { color: #758093; font-size: 13px; line-height: 1.7; }
.security-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 25px; }
.compact-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 12px; }
.compact-form .form-error { grid-column: 1 / -1; margin: 0; }
.sessions-card { grid-column: 1 / -1; }
.subtle-pill { color: #657084; background: #eceff4; border-radius: 999px; padding: 8px 12px; font-size: 11px; }
.settings-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 18px; }
.settings-profile { display: grid; gap: 20px; }
.settings-profile .panel-title { margin-bottom: 0; }
.settings-profile input[readonly] { color: #778091; background: #f5f6f8; }
.settings-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 2px; color: #9199a7; font-size: 11px; }
.preference-list { display: grid; gap: 2px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 8px 0; }
.toggle-row { min-height: 62px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; }
.toggle-row > span { display: flex; flex-direction: column; gap: 4px; }
.toggle-row strong { color: #364155; font-size: 13px; }.toggle-row small { color: #9099a8; font-weight: 500; }
.toggle-row input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.toggle-row i { width: 42px; height: 24px; flex: 0 0 auto; display: block; border-radius: 999px; background: #cbd1da; position: relative; transition: .2s; }
.toggle-row i::after { content: ""; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(12,21,38,.22); position: absolute; left: 3px; top: 3px; transition: .2s; }
.toggle-row input:checked + i { background: var(--blue); }.toggle-row input:checked + i::after { transform: translateX(18px); }
.toggle-row input:focus-visible + i { box-shadow: 0 0 0 4px rgba(82,104,255,.16); }
.app-card { display: flex; flex-direction: column; }
.app-identity { display: flex; align-items: center; gap: 13px; margin: 2px 0 12px; }
.app-identity img { width: 48px; height: 48px; border-radius: 14px; }.app-identity div { display: flex; flex-direction: column; gap: 4px; }.app-identity strong { font-size: 15px; }.app-identity span { color: #929aa8; font-size: 11px; }
.app-health { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; border-top: 1px solid var(--line); padding-top: 16px; color: #929aa8; font-size: 10px; }
.app-health > span { display: flex; align-items: center; gap: 6px; }.app-health i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #3ad09f; }.app-health i.offline { background: #d39a3e; }
.protocol-card { display: grid; gap: 15px; }
.protocol-card .panel-title { margin-bottom: 0; }
.web-protocol-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.web-protocol-options button { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 11px; padding: 10px; color: #425067; background: #fafbfc; text-align: left; }
.web-protocol-options button > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: #5369ef; background: #edf0ff; font-size: 8px; font-weight: 850; }
.web-protocol-options button strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.web-protocol-options button small { color: #919aa9; font-size: 8px; }
.web-protocol-options button:hover, .web-protocol-options button.selected { color: #3348c7; border-color: #c5ceff; background: #f0f2ff; }.web-protocol-options button.selected > span { color: white; background: #5268ef; }
.protocol-decision { display: flex; align-items: flex-start; gap: 10px; padding: 12px; border-radius: 11px; color: #425067; background: #f6f8fb; }.protocol-decision > span { width: 8px; height: 8px; flex: 0 0 auto; margin-top: 3px; border-radius: 50%; background: #35c694; box-shadow: 0 0 0 4px rgba(53,198,148,.1); }.protocol-decision strong { font-size: 11px; }.protocol-decision p { margin: 4px 0 0; color: #8792a3; font-size: 9px; line-height: 1.5; }
.protocol-order { margin: 0; color: #8a94a4; font-size: 9px; }.protocol-order strong { color: #657084; font-weight: 700; }
.help-card { grid-column: 1 / -1; }
.setup-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.setup-steps li { display: flex; gap: 13px; padding: 17px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfd; }
.setup-steps li > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 11px; font-weight: 800; }
.setup-steps strong { font-size: 13px; }.setup-steps p { margin: 6px 0 0; color: #8892a2; font-size: 11px; line-height: 1.6; }
.faq-list { display: grid; }
.faq-list details { border-top: 1px solid var(--line); padding: 14px 0; }.faq-list details:first-child { border-top: 0; padding-top: 2px; }
.faq-list summary { color: #3d485a; cursor: pointer; font-size: 12px; font-weight: 720; }.faq-list details p { margin: 10px 20px 0 0; color: #8490a0; font-size: 11px; line-height: 1.7; }
.legal-links { display: grid; }
.legal-links a { display: flex; align-items: center; justify-content: space-between; color: #3e4a5e; border-top: 1px solid var(--line); padding: 13px 2px; text-decoration: none; font-size: 12px; }.legal-links a:first-child { border-top: 0; }.legal-links a:hover { color: var(--blue); }.legal-links b { font-size: 14px; }
.support-contact { margin: 14px 0 0; color: #8c95a4; font-size: 11px; line-height: 1.6; word-break: break-word; }.support-contact a { color: var(--blue); }
.support-center-card { grid-column: 1 / -1; }
.support-ticket-list { display: grid; }.support-ticket-row { width: 100%; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; align-items: center; gap: 13px; border: 0; border-top: 1px solid var(--line); padding: 14px 2px; color: inherit; background: transparent; text-align: left; font: inherit; cursor: pointer; }.support-ticket-row:first-child { border-top: 0; }.support-ticket-row:hover strong { color: var(--blue); }.support-ticket-icon { width: 38px; height: 38px; display: grid; place-items: center; color: #5369ef; background: #eef0ff; border-radius: 11px; }.support-ticket-row strong, .support-ticket-row span { display: block; }.support-ticket-row strong { font-size: 12px; }.support-ticket-row span { margin-top: 4px; color: #8b94a3; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.support-thread-modal { width: min(94vw, 680px); }.support-thread-messages { max-height: 380px; display: grid; gap: 12px; overflow: auto; background: #f7f8fb; border-radius: 12px; padding: 16px; margin: 8px 0 18px; }.support-message { max-width: 82%; border-radius: 13px 13px 13px 3px; background: white; border: 1px solid var(--line); padding: 12px 14px; }.support-message.admin { justify-self: end; color: white; background: #5268ef; border-color: #5268ef; border-radius: 13px 13px 3px 13px; }.support-message strong, .support-message small { display: block; }.support-message strong { font-size: 10px; }.support-message p { margin: 6px 0; font-size: 12px; line-height: 1.65; white-space: pre-wrap; overflow-wrap: anywhere; }.support-message small { color: #939dab; font-size: 9px; }.support-message.admin small { color: #cad1ff; }.support-thread-modal form { display: grid; gap: 14px; }.support-thread-modal textarea, #support-create-form textarea { min-height: 110px; resize: vertical; }
.status-open { color: #5268ef !important; background: #eef0ff; }.status-in_progress { color: #87621e !important; background: #fff5d8; }.status-waiting_user { color: #8a5fa2 !important; background: #f6edfb; }.status-resolved, .status-closed { color: #637083 !important; background: #edf0f4; }
.session-list { display: grid; }
.session-item { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.session-item:first-child { border-top: 0; }

.commerce-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 18px; }
.commerce-stat { min-height: 128px; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--line); border-radius: 15px; background: var(--card); box-shadow: 0 8px 25px rgba(17,29,53,.035); }
.commerce-stat span { color: #7a8496; font-size: 11px; font-weight: 720; }.commerce-stat strong { margin: 18px 0 8px; font-size: 25px; letter-spacing: -.6px; }.commerce-stat small { color: #99a1af; font-size: 10px; }
.commerce-panel { min-height: 330px; }.filter-tabs { display: flex; flex-wrap: wrap; gap: 6px; }.filter-tabs button,.download-platforms button { min-height: 33px; border: 1px solid var(--line); border-radius: 9px; padding: 0 12px; color: #697487; background: #f8f9fb; font-size: 10px; font-weight: 720; }.filter-tabs button.selected,.download-platforms button.selected { color: #fff; border-color: #5368ef; background: #5368ef; }
.download-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }.download-platforms button { min-height: 40px; padding-inline: 17px; }
.download-hero { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; margin-bottom: 18px; padding: 30px 34px; border-radius: 19px; color: #fff; background: radial-gradient(circle at 78% 20%,rgba(112,226,255,.2),transparent 35%),linear-gradient(135deg,#172a59,#5368ef); }.download-hero h3 { margin: 0 0 9px; font-size: 28px; }.download-hero p:not(.eyebrow) { max-width: 560px; margin: 0; color: #ced6ff; font-size: 12px; }.download-hero > span { display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.08); font-size: 21px; font-weight: 850; letter-spacing: -.5px; }
.release-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }.release-card { display: flex; min-height: 250px; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(17,29,53,.035); }.release-card > div { display: flex; align-items: center; justify-content: space-between; }.release-card > div span { color: #5368ef; background: #eef0ff; border-radius: 20px; padding: 5px 8px; font-size: 9px; font-weight: 800; }.release-card > div b { color: #8a94a5; font-size: 10px; }.release-card h3 { margin: 25px 0 8px; font-size: 20px; }.release-card p { flex: 1; margin: 0 0 18px; color: #7f8999; font-size: 11px; line-height: 1.65; }.release-card small { margin-top: 13px; color: #9aa2af; font-size: 9px; }.release-empty { grid-column: 1/-1; }.download-security-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 18px; }.download-security-note > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #218762; background: #e7f7f1; }.download-security-note p { margin: 5px 0 0; color: #7d8797; font-size: 11px; line-height: 1.6; }
.release-card .release-integrity { display: grid; grid-template-columns: auto 1fr; gap: 6px 9px; align-items: center; justify-content: stretch; margin: 0 0 14px; color: #8791a0; font-size: 9px; }.release-card .release-integrity span { color: #607089; background: #f1f4f8; border-radius: 6px; padding: 4px 6px; }.release-card .release-integrity code { min-width: 0; overflow: hidden; color: #657185; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }.release-card .release-integrity a { grid-column: 1/-1; color: #5368ef; text-decoration: none; }
.download-install-card { margin-top: 18px; }.download-install-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 11px; margin: 0; padding: 0; list-style: none; }.download-install-steps li { display: flex; align-items: center; gap: 10px; min-height: 64px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fafbfc; }.download-install-steps span { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; color: #4d61dc; background: #e9edff; font-size: 10px; font-weight: 800; }.download-install-steps p { margin: 0; color: #616d80; font-size: 10px; line-height: 1.5; }
.referral-hero { display: grid; grid-template-columns:minmax(0,1fr) minmax(320px,.65fr); align-items: center; gap: 25px; margin-bottom: 18px; padding: 29px 32px; border-radius: 18px; color: #fff; background: radial-gradient(circle at 80% 30%,rgba(92,227,187,.2),transparent 35%),linear-gradient(135deg,#102d3d,#213b68); }.referral-hero h3 { margin: 0 0 8px; font-size: 25px; }.referral-hero p:not(.eyebrow) { margin: 0; color: #b9cada; font-size: 11px; line-height: 1.7; }.referral-link { display: grid; grid-template-columns:minmax(0,1fr) auto; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 11px; background: rgba(255,255,255,.08); }.referral-link input { min-width: 0; border: 0; color: #eaf4ff; background: transparent; padding: 0 13px; font-size: 10px; }.referral-link button { min-height: 45px; border: 0; color: #0e2535; background: #68e0bc; padding: 0 15px; font-size: 10px; font-weight: 800; }
.referral-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }.referral-grid > .panel { min-width: 0; overflow: hidden; }.referral-grid table { white-space: normal; }.referral-grid th,.referral-grid td { padding-inline: 11px; }.bind-referral-card { grid-column: auto; }.inline-form { display: grid; grid-template-columns:minmax(180px,360px) auto; align-items: start; gap: 10px; }.inline-form .form-error { grid-column: 1/-1; }.inline-form input { min-height: 43px; }
.session-item strong, .session-item span { display: block; }.session-item span { color: #8a94a4; margin-top: 4px; font-size: 11px; }
.small-modal { width: min(92vw, 460px); }
.secret-inline { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #737e90; background: #f4f6fa; border-radius: 10px; padding: 11px 13px; font-size: 11px; }
.secret-inline code { color: #27344b; font-weight: 700; word-break: break-all; }
.modal { width: min(92vw, 550px); max-height: 90vh; overflow: auto; border: 0; border-radius: 19px; padding: 27px; color: var(--ink); box-shadow: 0 35px 100px rgba(4,10,23,.3); }
.modal::backdrop { background: rgba(5,11,24,.66); backdrop-filter: blur(4px); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.icon-button { width: 37px; height: 37px; flex: 0 0 auto; display: grid; place-items: center; color: #657083; background: #eef0f4; border: 0; border-radius: 10px; font-size: 20px; }
.modal-intro { margin: 5px 0 24px; line-height: 1.6; }
.modal form { display: grid; gap: 19px; }
.modal-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 4px; }
.warning-box { color: #8b651f; background: #fff7df; border: 1px solid #f1dfaa; border-radius: 10px; padding: 11px 13px; font-size: 12px; line-height: 1.5; }
.qr-wrap { display: grid; place-items: center; }.qr-wrap img { width: min(100%, 300px); border-radius: 12px; }
.secret-modal textarea { height: 210px; resize: vertical; color: #d8e1f4; background: #101a2a; border: 0; font: 11px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 100; transform: translate(-50%, 120px); color: white; background: #152137; border-radius: 10px; padding: 12px 17px; box-shadow: var(--shadow); font-size: 13px; opacity: 0; transition: .25s; }.toast.show { transform: translate(-50%, 0); opacity: 1; }
.sidebar-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.mobile-cockpit, .mobile-account-summary, .mobile-drawer-utilities, .mobile-overview-brand { display: none; }
.mobile-plan-shortcut svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mobile-preference-options { display: grid; gap: 9px; }
.mobile-preference-option { width: 100%; min-height: 62px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; color: #364155; background: #f6f7fa; border: 1px solid transparent; border-radius: 13px; padding: 11px 13px; text-align: left; }
.mobile-preference-option > span:first-child { width: 38px; height: 38px; display: grid; place-items: center; color: #5268ef; background: #e9edff; border-radius: 11px; font-size: 17px; font-weight: 800; }
.mobile-preference-option[data-mobile-preference="protocolPreference"] > span:first-child { overflow: hidden; font-size: 9px; letter-spacing: -.03em; white-space: nowrap; }
.mobile-preference-option strong, .mobile-preference-option small { display: block; }.mobile-preference-option strong { font-size: 13px; }.mobile-preference-option small { margin-top: 4px; color: #8b94a3; font-size: 10px; }
.mobile-preference-option i { color: #a3acba; font-style: normal; font-size: 19px; }.mobile-preference-option.selected { color: #3348c7; background: #eef1ff; border-color: #cad2ff; }.mobile-preference-option.selected i { color: #5268ef; }
.mobile-connect-detail { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 8px 0 18px; background: #f5f7fb; border: 1px solid var(--line); border-radius: 14px; padding: 14px; }
.mobile-connect-detail > span:first-child { width: 42px; height: 42px; display: grid; place-items: center; color: #5268ef; background: #e9edff; border-radius: 12px; }.mobile-connect-detail strong, .mobile-connect-detail small { display: block; }.mobile-connect-detail strong { font-size: 13px; }.mobile-connect-detail small { margin-top: 4px; color: #8792a3; font-size: 10px; }.mobile-connect-detail .badge { justify-self: end; }
.mobile-connect-actions { display: grid; gap: 9px; }.mobile-connect-actions .button { width: 100%; min-height: 46px; }
.mobile-only { display: none; }
.sidebar-backdrop { display: none; }
@media (max-width: 1100px) {
  .table-card, .table-wrap { overflow: visible; }
  .responsive-table, .responsive-table tbody { width: 100%; display: block; white-space: normal; }
  .responsive-table thead { display: none; }
  .responsive-table tr { display: block; border-bottom: 1px solid var(--line); padding: 10px 18px; }
  .responsive-table tr:last-child { border-bottom: 0; }
  .responsive-table td { min-width: 0; display: grid; grid-template-columns: minmax(82px, .34fr) minmax(0, 1fr); align-items: start; column-gap: 13px; padding: 8px 0; border: 0; white-space: normal; overflow-wrap: anywhere; }
  .responsive-table td::before { content: attr(data-label); grid-column: 1; grid-row: 1 / span 20; color: #8a93a3; font-size: 10px; font-weight: 760; letter-spacing: .3px; text-transform: uppercase; }
  .responsive-table td > * { min-width: 0; grid-column: 2; }
  .responsive-table td input, .responsive-table td select { width: 100%; min-width: 0; }
  .responsive-table td[data-label="操作"] { align-items: center; padding-top: 11px; }
  .responsive-table td[data-label="操作"] button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; background: #eef0ff; border-radius: 9px; padding: 8px 11px; }
  .table-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
  .panel.wide .panel-title { padding: 20px 18px 2px; }
}

@media (max-width: 1400px) {
  .referral-grid { grid-template-columns: 1fr; }
  .bind-referral-card { grid-column: auto; }
}

@media (max-width: 900px) {
  .release-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .download-install-steps { grid-template-columns: 1fr; }
  .referral-hero { grid-template-columns: 1fr; }
  .referral-grid { grid-template-columns: 1fr; }.bind-referral-card { grid-column: auto; }
}
@media (max-width: 1100px) {
  .auth-layout { grid-template-columns: 1fr; }.auth-story { display: none; }.mobile-brand { display: inline-flex; }.auth-panel { min-height: 100vh; }
  .app-shell { grid-template-columns: 80px 1fr; }.sidebar { padding-inline: 14px; }.sidebar .brand span, .main-nav button span:last-child, .mini-profile div, .text-button { display: none; }.sidebar .brand { padding: 0; justify-content: center; }.main-nav button { justify-content: center; }.sidebar-bottom { padding-inline: 7px; }.mini-profile { justify-content: center; }
  .content-grid, .settings-grid { grid-template-columns: 1fr; }.help-card, .support-center-card { grid-column: auto; }.workspace { padding-inline: 28px; }.setup-steps { grid-template-columns: 1fr; }.admin-stats { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .app-shell { display: block; }.sidebar { width: min(88vw, 340px); position: fixed; transform: translateX(-105%); transition: transform .22s; box-shadow: 15px 0 50px rgba(0,0,0,.34); }.sidebar.open { transform: translateX(0); }.sidebar .brand span, .main-nav button span:last-child { display: initial; }.sidebar .mini-profile div { display: flex; }.sidebar .text-button { display: block; }.main-nav button { justify-content: flex-start; }.mini-profile { justify-content: flex-start; }.sidebar-backdrop { display: block; visibility: hidden; position: fixed; inset: 0; z-index: 9; border: 0; background: rgba(5,11,24,.58); opacity: 0; pointer-events: none; transition: opacity .22s, visibility .22s; }.sidebar.open + .sidebar-backdrop { visibility: visible; opacity: 1; pointer-events: auto; }
  .workspace { padding: 0 max(17px, env(safe-area-inset-right)) calc(40px + env(safe-area-inset-bottom)) max(17px, env(safe-area-inset-left)); }.topbar { min-height: calc(91px + env(safe-area-inset-top)); padding-top: env(safe-area-inset-top); }.mobile-only { display: grid; }.topbar .eyebrow { display: none; }.topbar h1 { font-size: 20px; }.status-pill { display: none; }.topbar-actions .button { display: none; }
  .hero-card { align-items: flex-start; flex-direction: column; padding: 25px; }.secure-orb { display: none; }.security-grid { grid-template-columns: 1fr; }.plans-grid { grid-template-columns: 1fr; }.section-toolbar { align-items: flex-start; flex-direction: column; }.form-grid, .compact-form { grid-template-columns: 1fr; }.sessions-card { grid-column: auto; }.auth-panel { min-height: 100dvh; padding: max(19px, env(safe-area-inset-top)) max(19px, env(safe-area-inset-right)) max(19px, env(safe-area-inset-bottom)) max(19px, env(safe-area-inset-left)); }.auth-card { padding: 27px 23px; }.trust-row { gap: 25px; }.usage-chart { overflow-x: auto; grid-template-columns: repeat(30, minmax(8px, 1fr)); }.settings-actions { align-items: stretch; flex-direction: column; }.settings-actions .button { width: 100%; }.usage-panel .panel-title { align-items: flex-start; flex-direction: column; }.connection-banner { text-align: left; padding-inline: 14px; }.notification-panel { max-height: calc(100dvh - 92px); position: fixed; top: calc(76px + env(safe-area-inset-top)); right: max(12px, env(safe-area-inset-right)); }.notification-list { max-height: calc(100dvh - 175px); }.support-ticket-row { grid-template-columns: 36px minmax(0, 1fr); }.support-ticket-row .badge { grid-column: 2; }
  .sidebar { padding-bottom: max(24px, env(safe-area-inset-bottom)); }
  .icon-button { width: 44px; height: 44px; }
  .main-nav button { min-height: 46px; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .commerce-stats { grid-template-columns: 1fr; gap: 11px; }.commerce-stat { min-height: 105px; padding: 17px; }.commerce-stat strong { margin: 12px 0 6px; font-size: 22px; }
  .filter-tabs { margin-top: 12px; }.commerce-panel .panel-title { align-items: flex-start; flex-direction: column; }
  .download-platforms { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }.download-platforms button { flex: 0 0 auto; }
  .download-hero { min-height: 150px; padding: 24px 20px; }.download-hero h3 { font-size: 22px; }.download-hero > span { width: 70px; height: 70px; border-radius: 20px; font-size: 15px; }
  .release-grid { grid-template-columns: 1fr; }.release-card { min-height: 220px; }
  .referral-hero { padding: 24px 20px; }.referral-link { grid-template-columns: 1fr; }.referral-link input { min-height: 43px; }.referral-link button { min-height: 41px; }
  .inline-form { grid-template-columns: 1fr; }.inline-form .button { width: 100%; }
  .stats-grid .stat-card { min-height: 116px; padding: 18px; }
  .stats-grid .stat-card strong { font-size: clamp(21px, 6vw, 25px); }
  .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .admin-stats .stat-card { min-height: 112px; padding: 18px; }
  .panel { padding: 19px; }
  .session-item { grid-template-columns: 36px minmax(0, 1fr); }
  .session-item > div { min-width: 0; }
  .session-item > .badge, .session-item > button { grid-column: 2; justify-self: start; }
  .support-message { max-width: 92%; }
  .modal { width: min(calc(100vw - 24px), 550px); max-height: calc(100dvh - 24px); padding: 21px; }
  .modal-actions { flex-direction: column-reverse; align-items: stretch; }
  .modal-actions .button { width: 100%; min-height: 46px; }
  .toast { width: min(calc(100vw - 30px), 460px); bottom: calc(18px + env(safe-area-inset-bottom)); text-align: center; }
  .sidebar { overflow-y: auto; color: #d9e0eb; background: #131c2b; padding: max(22px, env(safe-area-inset-top)) 18px max(22px, env(safe-area-inset-bottom)); }
  .auth-brand-slogan { display: block; }
  .sidebar-brand-row .brand { justify-content: flex-start; padding: 0; }.sidebar-brand-row .icon-button { color: #9ba7ba; background: rgba(255,255,255,.06); }
  .mobile-account-summary { display: grid; gap: 12px; margin-top: 23px; border-block: 1px solid rgba(255,255,255,.08); padding: 17px 0; }
  .mobile-account-summary > div { min-width: 0; display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: center; gap: 11px; }.mobile-account-summary p { min-width: 0; margin: 0; }.mobile-account-summary strong, .mobile-account-summary small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.mobile-account-summary strong { color: #f3f6fb; font-size: 13px; }.mobile-account-summary small { margin-top: 4px; color: #77859b; font-size: 10px; }.mobile-account-icon { width: 34px; height: 34px; display: grid; place-items: center; color: #67d9fa; border: 1px solid rgba(103,217,250,.22); border-radius: 50%; }
  .sidebar .main-nav { gap: 3px; margin-top: 13px; }.sidebar .main-nav button { min-height: 44px; color: #a6b1c2; border-radius: 9px; padding: 10px 11px; }.sidebar .main-nav button.active { color: white; background: rgba(95,117,255,.17); }.sidebar .nav-icon { color: #67d9fa; }
  .mobile-drawer-utilities { display: grid; border-top: 1px solid rgba(255,255,255,.08); margin-top: 12px; padding-top: 8px; }
  .mobile-drawer-utilities > button, .mobile-drawer-utilities > a { min-height: 47px; display: grid; grid-template-columns: 27px minmax(0, 1fr) auto; align-items: center; gap: 9px; color: #b8c2d0; background: transparent; border: 0; border-radius: 8px; padding: 8px 10px; text-align: left; text-decoration: none; }.mobile-drawer-utilities > button:hover, .mobile-drawer-utilities > a:hover { color: white; background: rgba(255,255,255,.05); }.mobile-drawer-utilities span { color: #77859a; font-size: 17px; }.mobile-drawer-utilities b { font-size: 12px; font-weight: 650; }.mobile-drawer-utilities i { color: #77859a; font-size: 20px; font-style: normal; }.mobile-drawer-utilities > small { color: #59667a; padding: 14px 10px 0; font-size: 10px; }
  .sidebar-bottom { display: none; }
  .mobile-overview-brand { display: none; }
  .mobile-plan-shortcut { display: none; }
  .app-shell[data-active-view="overview"] { min-height: 100dvh; background: #0e1726; }
  .app-shell[data-active-view="overview"] .workspace { min-height: 100dvh; color: #f4f7fb; background: radial-gradient(circle at 50% 22%, rgba(41,103,142,.2), transparent 27%), #0e1726; }
  .app-shell[data-active-view="overview"] .topbar { min-height: calc(82px + env(safe-area-inset-top)); color: white; background: rgba(14,23,38,.92); }
  .app-shell[data-active-view="overview"] .topbar-heading { display: none; }
  .app-shell[data-active-view="overview"] .mobile-overview-brand { display: inline-flex; justify-content: center; color: white; font-size: 16px; letter-spacing: .2px; }.app-shell[data-active-view="overview"] .mobile-overview-brand img { width: 30px; height: 30px; }
  .app-shell[data-active-view="overview"] .mobile-plan-shortcut { display: grid; color: #d6dfeb; background: rgba(255,255,255,.055); }.app-shell[data-active-view="overview"] .notification-button, .app-shell[data-active-view="overview"] #mobile-menu { color: #d6dfeb; background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.06); }
  .app-shell[data-active-view="overview"] .topbar-actions { gap: 7px; }.app-shell[data-active-view="overview"] .notification-count { border-color: #0e1726; }
  .mobile-cockpit { display: block; min-height: calc(100dvh - 82px); padding: 0 0 28px; }
  .desktop-overview { display: none; }
  .mobile-network-map { height: 185px; position: relative; margin: 0 -17px; background: url('/world-network.svg') center 8px / 100% auto no-repeat; opacity: .94; }
  .mobile-network-map > span { width: 5px; height: 5px; position: absolute; border-radius: 50%; background: #5ee0ff; box-shadow: 0 0 0 5px rgba(94,224,255,.09), 0 0 18px rgba(94,224,255,.65); }.mobile-network-map > span:nth-child(1) { left: 19%; top: 68px; }.mobile-network-map > span:nth-child(2) { left: 49%; top: 66px; }.mobile-network-map > span:nth-child(3) { right: 18%; top: 77px; }.mobile-network-map > span:nth-child(4) { right: 11%; top: 126px; }
  .mobile-connect-control { width: 166px; height: 166px; display: grid; place-items: center; position: relative; z-index: 2; margin: -71px auto 0; color: #7e8ca2; background: transparent; border: 0; border-radius: 50%; }
  .connect-ring { position: absolute; border-radius: 50%; pointer-events: none; }.ring-one { inset: 0; border: 2px solid rgba(85,214,255,.22); box-shadow: 0 0 0 8px rgba(54,111,168,.11), 0 0 36px rgba(55,141,218,.22); }.ring-two { inset: 11px; border: 5px dotted #5ddaff; filter: drop-shadow(0 0 5px rgba(77,202,255,.65)); animation: connect-spin 18s linear infinite; }.ring-three { inset: 24px; border: 1px solid rgba(112,136,255,.72); box-shadow: inset 0 0 25px rgba(82,104,255,.15); }
  .connect-core { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 45% 35%, #27344a, #1c2637 72%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.045), 0 16px 35px rgba(0,0,0,.25); }.connect-core svg { width: 45px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-connect-control.connected { color: #6ce3bd; }.mobile-connect-control.connected .ring-one { border-color: rgba(83,225,181,.42); box-shadow: 0 0 0 8px rgba(83,225,181,.09), 0 0 40px rgba(83,225,181,.26); }.mobile-connect-control.connected .ring-two { border-color: #58dfb6; filter: drop-shadow(0 0 6px rgba(83,225,181,.72)); }
  .mobile-connect-control:focus-visible { outline-color: #62dcff; outline-offset: 6px; }
  .mobile-connect-copy { display: flex; flex-direction: column; align-items: center; margin: 17px 0 24px; text-align: center; }.mobile-connect-copy strong { font-size: 22px; letter-spacing: -.5px; }.mobile-connect-copy span { margin-top: 7px; color: #77869b; font-size: 12px; }
  .mobile-connection-settings { display: grid; gap: 11px; }.mobile-connection-settings > button { min-height: 72px; display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 12px; color: #e9eef6; background: #192335; border: 1px solid rgba(255,255,255,.045); border-radius: 15px; padding: 13px 16px; text-align: left; box-shadow: 0 9px 28px rgba(0,0,0,.13); }.mobile-connection-settings > button:active { background: #202c41; }.mobile-connection-settings > button > span:nth-child(2) { min-width: 0; }.mobile-connection-settings small, .mobile-connection-settings strong { display: block; }.mobile-connection-settings small { color: #7d8a9d; font-size: 10px; }.mobile-connection-settings strong { margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }.mobile-connection-settings i { color: #8995a7; font-size: 28px; font-style: normal; font-weight: 300; }
  .setting-flag, .setting-glyph { width: 42px; height: 42px; display: grid; place-items: center; color: #67dbfb; background: rgba(103,219,251,.1); border-radius: 12px; font-size: 18px; font-weight: 800; }.setting-glyph { font-size: 10px; letter-spacing: .4px; }
  .mobile-usage-strip { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 13px; color: #6f7e92; border-top: 1px solid rgba(255,255,255,.05); padding: 15px 4px 0; font-size: 10px; }.mobile-usage-strip strong { color: #cbd4e0; font-size: 11px; }
  .mobile-sheet { width: 100%; max-height: 88dvh; position: fixed; inset: auto 0 0; margin: 0; border-radius: 24px 24px 0 0; padding-bottom: max(23px, env(safe-area-inset-bottom)); }
}
@keyframes connect-spin { to { transform: rotate(360deg); } }
@media (hover: none) {
  .button:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media (max-width: 700px) {
  .native-mobile-client .sidebar #main-nav,
  .native-mobile-client .sidebar-brand-slogan,
  .native-mobile-client #mobile-sidebar-close { display: none; }
  .native-mobile-client .mobile-account-summary { margin-top: 24px; padding: 20px 0; }
  .native-mobile-client .mobile-drawer-utilities { margin-top: 9px; border-top: 0; padding-top: 0; }
  .native-mobile-client .mobile-drawer-utilities > button,
  .native-mobile-client .mobile-drawer-utilities > a { min-height: 51px; padding-inline: 8px; }
  .native-mobile-client #mobile-reset-vpn { min-height: 62px; margin-top: 8px; border-top: 1px solid rgba(255,255,255,.08); border-radius: 0; padding-top: 14px; }
  .native-mobile-client .mobile-drawer-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 8px 0; color: #59667a; }
  .native-mobile-client .mobile-drawer-footer small { font-size: 10px; }
  .native-mobile-client .mobile-drawer-footer button { display: inline-flex; align-items: center; gap: 8px; border: 0; background: transparent; color: #dce3ec; cursor: pointer; font-size: 12px; }
  .native-mobile-client .mobile-drawer-footer button span { color: #f5f7fb; font-size: 22px; }
}
.payment-methods { display: grid; gap: 12px; margin: 20px 0; }
.payment-method-option { display: flex; align-items: center; gap: 14px; width: 100%; padding: 16px 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--panel, #fff); color: inherit; text-align: left; cursor: pointer; }
.payment-method-option:hover { border-color: var(--primary); transform: translateY(-1px); }
.payment-method-option span:first-child { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(51, 193, 116, .12); font-weight: 800; }
.payment-method-option strong, .payment-method-option small { display: block; }
.payment-method-option small { margin-top: 3px; color: var(--muted); }
.payment-method-option b { margin-left: auto; font-size: 22px; }
.payment-qr-panel { text-align: center; }
.payment-qr-panel img { display: block; width: min(300px, 75vw); height: auto; margin: 18px auto; padding: 10px; border-radius: 18px; background: #fff; }
.payment-amount { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 16px; }
.payment-amount strong { font-size: 24px; }
.payment-status { margin: 8px 0; font-weight: 700; }
.payment-status.paid { color: #31c174; }
.payment-chain-details { display: grid; gap: 10px; margin: 4px 0 16px; text-align: left; }
.payment-chain-details > div { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.payment-chain-details span { color: var(--muted); }
.payment-chain-details code { min-width: 0; overflow-wrap: anywhere; font: 12px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; }
.payment-chain-details .warning-box { margin: 0; }
@media (max-width: 480px) { .payment-address-row { grid-template-columns: 1fr auto !important; } .payment-address-row > span { grid-column: 1 / -1; } }
