:root{--navy: #0a1f3d;--navy-2: #0f2a52;--navy-3: #1b3a6b;--turquoise: #14b8a6;--turquoise-light: #5eead4;--turquoise-bg: #ccfbf1;--bg: #faf9f7;--bg-2: #f5f4f0;--card: #ffffff;--border: rgba(10, 31, 61, .08);--border-strong: rgba(10, 31, 61, .16);--text: #0f172a;--text-muted: #64748b;--text-faint: #94a3b8;--teal: #1D9E75;--blue: #378ADD;--purple: #7F77DD;--amber: #EF9F27;--coral: #D85A30;--green: #639922;--sidebar-w: 232px;--nav-h: 56px}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit}a{color:inherit;text-decoration:none}.app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-2) 100%);color:#cbd5e1;padding:20px 14px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow-y:auto}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:4px 10px 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px}.sidebar__logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--turquoise) 0%,#0d9488 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;letter-spacing:-.02em;box-shadow:0 4px 12px -4px #14b8a680}.sidebar__title{font-size:14px;font-weight:600;color:#fff;letter-spacing:-.01em}.sidebar__subtitle{font-size:10px;color:#94a3b8;margin-top:1px;letter-spacing:.02em}.sidebar__section-label{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.08em;padding:12px 12px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:7px 12px;font-size:13px;color:#cbd5e1;border-radius:7px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;margin-bottom:1px;transition:background .12s,color .12s}.nav-item:hover{background:#ffffff0f;color:#fff}.nav-item.active{background:#14b8a626;color:var(--turquoise-light);font-weight:500}.nav-item.active .nav-item__dot{background:var(--turquoise);box-shadow:0 0 0 3px #14b8a633}.nav-item__dot{width:6px;height:6px;border-radius:50%;background:#ffffff40;flex-shrink:0;transition:background .12s}.nav-item__live-badge{margin-left:auto;font-size:9px;padding:1px 6px;border-radius:99px;background:#14b8a633;color:var(--turquoise-light);font-weight:600;letter-spacing:.04em}.nav-item__soon-badge{margin-left:auto;font-size:9px;padding:1px 6px;border-radius:99px;background:#ffffff0f;color:#94a3b8;letter-spacing:.04em}.sidebar__user{margin-top:auto;padding:12px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:10px}.sidebar__avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--turquoise) 0%,var(--navy-3) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:600;flex-shrink:0}.sidebar__user-name{font-size:12px;color:#fff;font-weight:500}.sidebar__user-email{font-size:10px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main{background:var(--bg);display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.topbar{height:var(--nav-h);background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 24px;gap:12px;flex-shrink:0}.topbar__title{font-size:14px;font-weight:600;color:var(--text);letter-spacing:-.01em}.topbar__sub{font-size:11px;color:var(--text-muted);margin-top:1px}.topbar__spacer{flex:1}.topbar__btn{display:inline-flex;align-items:center;font-size:12px;padding:6px 12px;border-radius:7px;background:#fff;border:1px solid var(--border-strong);color:var(--text);cursor:pointer}.topbar__btn:hover{background:var(--bg-2)}.topbar__btn--primary{background:var(--turquoise);color:#fff;border-color:var(--turquoise)}.topbar__btn--primary:hover{background:#0d9488}.content{padding:24px 28px;flex:1;overflow-y:auto}.content--frame{padding:0;display:flex;flex-direction:column;flex:1;overflow:hidden}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px}.section-header__title{font-size:18px;font-weight:600;color:var(--text);letter-spacing:-.01em}.section-header__subtitle{font-size:12px;color:var(--text-muted);margin-top:3px}.badge{display:inline-flex;align-items:center;font-size:10px;padding:2px 8px;border-radius:99px;font-weight:500;white-space:nowrap;letter-spacing:.01em}.badge--gray{background:#f1efe8;color:#5f5e5a}.badge--blue{background:#e6f1fb;color:#185fa5}.badge--teal{background:#e1f5ee;color:#0f6e56}.badge--turquoise{background:var(--turquoise-bg);color:#0f766e}.badge--purple{background:#eeedfe;color:#534ab7}.badge--amber{background:#faeeda;color:#854f0b}.badge--green{background:#eaf3de;color:#3b6d11}.badge--coral{background:#faece7;color:#993c1d}.metric{background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px}.metric__label{font-size:11px;color:var(--text-muted);margin-bottom:4px}.metric__value{font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--text)}.metric__sub{font-size:11px;color:var(--text-faint);margin-top:2px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.grid-5-3{display:grid;grid-template-columns:5fr 3fr;gap:14px}.grid-1-1d4{display:grid;grid-template-columns:1fr 1.4fr;gap:14px}@media (max-width: 1100px){.grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 800px){.grid-5,.grid-4,.grid-1-1d4,.grid-5-3{grid-template-columns:1fr}}.home-hero{background:radial-gradient(circle at 95% 110%,rgba(20,184,166,.1) 0%,transparent 60%),linear-gradient(135deg,#f0fdfa,#f7fdf9,#faf9f7);border:1px solid rgba(20,184,166,.18);border-radius:14px;padding:32px 36px;margin-bottom:28px;position:relative;overflow:hidden;min-height:132px}.home-hero__content{position:relative;z-index:2;max-width:70%}.home-hero__leaves{position:absolute;right:8px;bottom:-8px;opacity:.75;pointer-events:none;z-index:1}.home-hero__greeting{font-size:24px;font-weight:600;letter-spacing:-.025em;color:var(--text);margin-bottom:6px}.home-hero__tagline{font-size:13px;color:#0f766e;font-weight:500;margin-bottom:10px;line-height:1.5}.home-hero__sub{font-size:11px;color:var(--text-muted);letter-spacing:.01em}.home-section-label{font-size:11px;font-weight:600;color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:8px}.home-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.tile{border-radius:10px;padding:12px 14px;cursor:pointer;transition:transform .12s,box-shadow .12s;border:1px solid var(--border);background:#fff;text-align:left;display:flex;flex-direction:column;gap:4px}.tile:hover{transform:translateY(-1px);box-shadow:0 6px 20px -8px #0f172a26}.tile__head{display:flex;justify-content:space-between;align-items:center}.tile__label{font-size:13px;font-weight:600;letter-spacing:-.01em}.tile__desc{font-size:11px;color:var(--text-muted)}.tile__count{font-size:10px;color:var(--text-faint);margin-top:4px}.tile--blue{border-color:#378add40;background:#f3f8fd}.tile--blue .tile__label{color:#185fa5}.tile--purple{border-color:#7f77dd40;background:#f5f4fc}.tile--purple .tile__label{color:#534ab7}.tile--teal{border-color:#1d9e754d;background:#effaf5}.tile--teal .tile__label{color:#0f6e56}.tile--amber{border-color:#ef9f2740;background:#fdf6ea}.tile--amber .tile__label{color:#854f0b}.tile--turquoise{border-color:#14b8a64d;background:#f0fdfa}.tile--turquoise .tile__label{color:#0f766e}.list{display:flex;flex-direction:column}.list__item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--border);gap:12px}.list__item:last-child{border-bottom:none}.list__primary{font-size:13px;color:var(--text);font-weight:500}.list__secondary{font-size:11px;color:var(--text-muted);margin-top:2px}.coming-soon-wrap{position:relative;min-height:400px}.coming-soon-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#faf9f780,#faf9f7eb 60%,#faf9f7f2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding-top:60px;border-radius:12px;z-index:5;pointer-events:none}.coming-soon-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:22px 28px;text-align:center;box-shadow:0 18px 50px -20px #0f172a38;max-width:380px;pointer-events:auto}.coming-soon-pill{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--turquoise);background:var(--turquoise-bg);padding:3px 10px;border-radius:99px;margin-bottom:10px}.coming-soon-title{font-size:17px;font-weight:600;margin-bottom:6px;letter-spacing:-.01em}.coming-soon-body{font-size:12px;color:var(--text-muted);line-height:1.55}.frame-bar{background:#fff;border-bottom:1px solid var(--border);padding:8px 16px;display:flex;align-items:center;gap:10px;font-size:11px;color:var(--text-muted);flex-shrink:0}.frame-bar__url{font-family:JetBrains Mono,monospace;font-size:10px;background:var(--bg-2);padding:3px 8px;border-radius:5px;color:var(--text-muted);max-width:480px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.frame-bar__btn{margin-left:auto;font-size:11px;padding:4px 10px;border-radius:6px;border:1px solid var(--border-strong);background:#fff;cursor:pointer;color:var(--text)}.frame-bar__btn:hover{background:var(--bg-2)}.frame-iframe{flex:1;border:none;width:100%;background:var(--bg)}.frame-fallback{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.frame-fallback__card{max-width:420px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.content::-webkit-scrollbar{width:8px}.content::-webkit-scrollbar-thumb{background:#0f172a1f;border-radius:4px}
