:root{--text: #6b6375;--text-h: #08060d;--bg: #fff;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:1024px){:root{font-size:16px}}@media(prefers-color-scheme:dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:1126px;max-width:100%;margin:0 auto;text-align:center;border-inline:1px solid var(--border);min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}body{margin:0}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media(max-width:1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media(max-width:1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}*{box-sizing:border-box}body{margin:0;background:#f8fafc;color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.app{min-height:100vh;padding:22px;display:grid;place-items:center}.card{width:min(100%,460px);background:#fff;border:1px solid #e2e8f0;border-radius:32px;box-shadow:0 28px 80px #0f172a1f;padding:28px;text-align:center}.logoMark{width:72px;height:72px;margin:0 auto 18px;display:grid;place-items:center;border-radius:24px;background:#2563eb;color:#fff;font-size:34px;font-weight:950}.eyebrow{margin:0 0 8px;color:#2563eb;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}h1{margin:0;font-size:38px;line-height:1}.subtitle{margin:16px auto 24px;color:#64748b;line-height:1.55}.scanner{min-height:290px;border-radius:24px;border:1px dashed #cbd5e1;background:#f8fafc;display:grid;place-items:center;overflow:hidden;color:#64748b;margin-bottom:16px}.scanner.active{border-style:solid;background:#020617}.status{min-height:22px;margin:10px 0 18px;color:#64748b;font-size:14px}.error{margin:12px 0;padding:12px;border-radius:16px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:14px}.primaryButton,.secondaryButton{width:100%;border:0;border-radius:18px;padding:15px 18px;font-weight:900;cursor:pointer}.primaryButton{background:#2563eb;color:#fff}.secondaryButton{background:#e2e8f0;color:#0f172a}.linkButton{width:100%;margin-top:14px;border:0;background:transparent;color:#64748b;padding:10px;cursor:pointer}.infoBox{display:grid;gap:12px;margin:22px 0;text-align:left}.infoBox div{padding:15px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.infoBox span{display:block;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;margin-bottom:6px}.infoBox strong{display:block;color:#020617;font-size:14px;word-break:break-all}.wideCard{width:min(100%,560px)}.testList{display:grid;gap:12px;margin:22px 0;text-align:left}.testItem{border:1px solid #e2e8f0;background:#f8fafc;border-radius:18px;padding:15px}.testTop{display:flex;justify-content:space-between;gap:12px}.testTop span{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;text-transform:uppercase;background:#e2e8f0;color:#475569}.testItem p{margin:8px 0 6px;color:#64748b;font-size:14px}.testItem small{color:#334155;word-break:break-word}.testItem.checking{border-color:#bfdbfe;background:#eff6ff}.testItem.success{border-color:#bbf7d0;background:#f0fdf4}.testItem.error{border-color:#fecdd3;background:#fff1f2}.testItem.skipped{border-color:#fde68a;background:#fffbeb}.primaryButton:disabled,.secondaryButton:disabled{opacity:.5;cursor:not-allowed}.spacingTop{margin-top:12px}.installSteps{text-align:left;margin:22px 0;padding:18px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0}.installSteps h2{margin:0 0 12px;font-size:18px}.installSteps ol{margin:0;padding-left:20px;color:#334155}.installSteps li{margin-bottom:10px;line-height:1.45}.installHint{color:#64748b;font-size:14px}.profileForm{display:grid;gap:14px;margin-top:22px}.profileForm input{width:100%;border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:18px;padding:15px 16px;outline:none;font-size:16px;text-align:center}.homeModern{min-height:100vh;padding:18px 16px 96px;background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.18),transparent 28rem),linear-gradient(180deg,#f8fafc,#eef2ff)}.heroCard{border-radius:32px;padding:22px;color:#fff;background:linear-gradient(135deg,#2563ebfa,#7c3aedeb),radial-gradient(circle at 80% 20%,rgba(255,255,255,.28),transparent 12rem);box-shadow:0 26px 60px #2563eb47}.heroTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.avatarCircle{width:52px;height:52px;border-radius:20px;display:grid;place-items:center;background:#ffffff38;color:#fff;font-size:26px;font-weight:950}.ghostButton{border:0;border-radius:999px;padding:10px 14px;color:#fff;font-weight:800;background:#ffffff2e;cursor:pointer}.heroEyebrow{margin:0 0 8px;font-size:12px;font-weight:950;letter-spacing:.14em;opacity:.78}.heroCard h1{color:#fff;font-size:34px;margin:0}.heroSubtitle{margin:12px 0 18px;color:#ffffffd1;font-size:15px}.heroStatus{display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border-radius:999px;background:#ffffff29;font-size:13px;font-weight:800}.onlineDot{width:9px;height:9px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px #22c55e2e}.statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0 18px}.statCard{min-height:112px;border-radius:24px;padding:14px 10px;background:#ffffffe6;border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 40px #0f172a14}.statCard span{display:block;font-size:22px;margin-bottom:11px}.statCard strong{display:block;color:#020617;font-size:25px;line-height:1}.statCard p{margin:8px 0 0;color:#64748b;font-size:12px;font-weight:800}.devicesModernGrid{display:grid;gap:12px}.modernDeviceCard{border-radius:26px;padding:16px;background:#fffffff0;border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 46px #0f172a14}.modernDeviceTop{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center}.modernDeviceIcon{width:52px;height:52px;border-radius:20px;display:grid;place-items:center;background:#eff6ff;font-size:25px}.modernDeviceTop strong{display:block;color:#020617;font-size:16px}.modernDeviceTop span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase}.modernDeviceBottom{margin-top:16px;padding-top:14px;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.modernDeviceBottom p{margin:0 0 4px;color:#94a3b8;font-size:12px;font-weight:900;text-transform:uppercase}.modernDeviceBottom strong{color:#0f172a;font-size:15px}.deviceToggle{width:58px;height:34px;border:0;border-radius:999px;padding:4px;background:#cbd5e1;cursor:pointer;transition:.2s ease}.deviceToggle div{width:26px;height:26px;border-radius:999px;background:#fff;transition:.2s ease;box-shadow:0 4px 12px #0f172a2e}.deviceToggle.active div{transform:translate(24px)}.readonlyDevice{border-radius:999px;padding:9px 11px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:950}.placeholderView{margin-top:20px;padding:28px;text-align:center;border-radius:28px;background:#fff;border:1px solid #e2e8f0}.bottomNav{position:fixed;z-index:20;left:12px;right:12px;bottom:12px;max-width:720px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;border-radius:28px;background:#ffffffe0;border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 54px #0f172a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navItem{border:0;border-radius:20px;background:transparent;color:#64748b;padding:9px 4px;cursor:pointer}.navItem span{display:block;font-size:19px;margin-bottom:3px}.navItem p{margin:0;font-size:10px;font-weight:850}@media(max-width:420px){.homeModern{padding-left:12px;padding-right:12px}.heroCard h1{font-size:30px}.statsGrid{gap:8px}.statCard{min-height:104px;padding:12px 8px}.statCard strong{font-size:22px}}.homeModern{min-height:100vh;padding:14px 14px 96px;background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.12),transparent 24rem),linear-gradient(180deg,#f8fafc,#eef2ff)}.heroCard{border-radius:24px;padding:14px;margin-bottom:14px;color:#fff;background:linear-gradient(135deg,#2563ebfa,#4f46e5e6),radial-gradient(circle at 90% 10%,rgba(255,255,255,.22),transparent 9rem);box-shadow:0 16px 38px #2563eb33}.heroTop{display:flex;align-items:center;justify-content:space-between;gap:14px}.heroActions{display:flex;align-items:center;gap:8px}.avatarCircle{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#fff3;color:#fff;flex:0 0 auto}.ghostButton,.ghostIconButton{border:0;color:#fff;font-weight:800;background:#ffffff29;cursor:pointer}.ghostButton{border-radius:999px;padding:9px 12px;font-size:13px}.ghostIconButton{width:38px;height:38px;border-radius:15px;display:grid;place-items:center}.heroEyebrow{display:none}.heroCard h1{color:#fff;font-size:22px;margin:12px 0 4px;line-height:1.1}.heroSubtitle{display:none}.heroStatus{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:8px 10px;border-radius:999px;background:#ffffff24;font-size:12px;font-weight:800}.onlineDot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 5px #22c55e29}.devicesModernGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modernDeviceCard{min-height:158px;border-radius:26px;padding:14px;background:#fffffff5;border:1px solid rgba(226,232,240,.92);box-shadow:0 16px 42px #0f172a14;display:flex;flex-direction:column;justify-content:space-between}.modernDeviceCard.active{border-color:#2563eb57;background:linear-gradient(180deg,#eff6fff2,#fffffffa)}.modernDeviceTop{display:block}.modernDeviceIcon{width:48px;height:48px;border-radius:19px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;margin-bottom:12px}.modernDeviceCard.active .modernDeviceIcon{background:#2563eb;color:#fff}.modernDeviceTop strong{display:-webkit-box;color:#020617;font-size:15px;line-height:1.18;min-height:36px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.modernDeviceTop span{display:block;margin-top:7px;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.modernDeviceBottom{margin-top:14px;padding-top:0;border-top:0;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.modernDeviceBottom p{margin:0 0 4px;color:#94a3b8;font-size:10px;font-weight:950;text-transform:uppercase}.modernDeviceBottom strong{display:block;max-width:84px;color:#0f172a;font-size:13px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deviceToggle{width:54px;height:32px;border:0;border-radius:999px;padding:4px;background:#cbd5e1;cursor:pointer;transition:.2s ease;flex:0 0 auto}.deviceToggle div{width:24px;height:24px;border-radius:999px;background:#fff;transition:.2s ease;box-shadow:0 4px 12px #0f172a2e}.deviceToggle.active{background:#2563eb}.deviceToggle.active div{transform:translate(22px)}.readonlyDevice{border-radius:999px;padding:8px 10px;background:#f1f5f9;color:#64748b;font-size:10px;font-weight:950}.placeholderView{margin-top:14px;padding:28px;text-align:center;border-radius:28px;background:#fff;border:1px solid #e2e8f0}.placeholderView h2{margin:0 0 8px}.placeholderView p{margin:0;color:#64748b}.bottomNav{position:fixed;z-index:20;left:12px;right:12px;bottom:12px;max-width:720px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:8px;border-radius:28px;background:#ffffffe6;border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 54px #0f172a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.navItem{border:0;border-radius:20px;background:transparent;color:#64748b;padding:9px 4px;cursor:pointer;display:grid;place-items:center}.navItem p{margin:3px 0 0;font-size:10px;font-weight:850}.navItem.active{background:#eff6ff;color:#2563eb}@media(min-width:760px){.homeModern{max-width:720px;margin:0 auto}}@media(max-width:370px){.devicesModernGrid{gap:10px}.modernDeviceCard{min-height:150px;padding:12px}.modernDeviceIcon{width:44px;height:44px;border-radius:17px}.modernDeviceTop strong{font-size:14px}}.sheetControls{display:grid;gap:14px;padding:18px}.sheetCard{border-radius:26px;padding:16px;background:#0f172ae6;border:1px solid rgba(148,163,184,.16)}.sheetCard strong{display:block;color:#fff;font-size:15px}.sheetCardTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheetCardLabelRow{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sheetCardLabelRow span{color:#60a5fa;font-size:13px;font-weight:900}.sheetSlider{width:100%}.sheetButtonsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.sheetActionButton{border:0;border-radius:18px;padding:14px;background:#2563eb;color:#fff;font-weight:800;cursor:pointer}.sheetSelect{width:100%;border:0;border-radius:18px;padding:14px;background:#0f172a;color:#fff;margin-top:12px}
