:root{--ink:#151515;--muted:#747474;--line:#e8e5df;--paper:#fbfaf7;--card:#fff;--accent:#d84a17;--green:#168457;--green-soft:#eaf8f1;--amber:#a86108;--amber-soft:#fff6df;--shadow:0 22px 60px rgba(30,25,18,.08)}*{box-sizing:border-box}html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--paper);background-image:linear-gradient(rgba(30,25,18,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(30,25,18,.035) 1px,transparent 1px);background-size:28px 28px;min-height:100vh}.status-page{width:min(1120px,calc(100% - 40px));margin:0 auto}.status-header{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.status-brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:22px;font-weight:800;letter-spacing:-.04em}.status-brand svg{width:34px;height:34px;color:var(--accent)}.status-header nav{display:flex;align-items:center;gap:24px}.status-header nav a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:600}.status-header nav a:hover{color:var(--ink)}.status-header .header-cta{padding:11px 16px;border:1px solid var(--line);border-radius:12px;background:var(--card);color:var(--ink)}main{padding:74px 0 48px}.status-hero{text-align:center;max-width:760px;margin:0 auto}.status-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:750}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(22,132,87,.1)}h1{margin:22px 0 12px;font-size:clamp(42px,7vw,72px);line-height:.96;letter-spacing:-.065em}.status-hero>p{max-width:630px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.7}.overall-card{margin:34px auto 0;padding:22px 26px;max-width:650px;display:flex;align-items:center;gap:17px;text-align:left;border:1px solid #ccebdc;border-radius:20px;background:linear-gradient(135deg,#fff 0%,var(--green-soft) 100%);box-shadow:var(--shadow)}.overall-card.is-warning{border-color:#f0dfb2;background:linear-gradient(135deg,#fff 0%,var(--amber-soft) 100%)}.overall-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:14px;background:var(--green);color:#fff;font-size:20px;font-weight:900}.is-warning .overall-icon{background:var(--amber)}.overall-card div:last-child{display:flex;flex-direction:column;gap:3px}.overall-card span,.status-summary span,.section-heading>div>span{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:750}.overall-card strong{font-size:19px}.overall-card small{color:var(--muted);font-size:12px}.status-summary{margin:52px 0 22px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.status-summary article{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.83);box-shadow:0 10px 32px rgba(30,25,18,.045);display:flex;flex-direction:column;gap:7px}.status-summary strong{font-size:25px;letter-spacing:-.04em}.status-summary small{color:var(--muted);font-size:12px}.online-text{color:var(--green)}.warning-text{color:var(--amber)}.platform-section{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);overflow:hidden}.section-heading{padding:26px 28px 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}h2{margin:7px 0 0;font-size:25px;letter-spacing:-.04em}.auto-note{color:var(--muted);font-size:12px}.platform-row{min-height:94px;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.platform-row:last-child{border-bottom:0}.platform-identity{display:flex;align-items:center;gap:15px;min-width:0}.platform-mark{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:15px;color:#fff;background:#202020;font-weight:850}.platform-mark--instagram{background:linear-gradient(135deg,#7437bc,#d62976 55%,#f7a13c)}.platform-mark--tiktok{background:#101010;box-shadow:inset 3px 0 #25f4ee,inset -3px 0 #fe2c55}.platform-mark--facebook{background:#1877f2}.platform-identity div{display:flex;flex-direction:column;gap:5px}.platform-identity strong{font-size:16px}.platform-identity small{color:var(--muted);font-size:13px;line-height:1.45}.status-badge{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;font-size:12px;font-weight:750}.status-badge i{width:7px;height:7px;border-radius:50%;background:currentColor}.status-badge.is-online{color:var(--green);background:var(--green-soft)}.status-badge.is-offline{color:var(--amber);background:var(--amber-soft)}.status-notice{margin:18px 0;display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.65)}.status-notice>span{width:23px;height:23px;flex:0 0 23px;display:grid;place-items:center;border-radius:50%;background:#ededeb;font-size:12px;font-weight:800}.status-notice p{margin:1px 0 0;color:var(--muted);font-size:12px;line-height:1.55}.main-cta{width:max-content;margin:28px auto 0;padding:15px 20px;display:flex;align-items:center;gap:10px;border-radius:14px;background:var(--accent);color:#fff;text-decoration:none;font-size:14px;font-weight:750;box-shadow:0 12px 28px rgba(216,74,23,.22)}.main-cta:hover{transform:translateY(-1px)}.main-cta svg{width:19px;height:19px}footer{height:80px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:12px}footer a{color:inherit;text-decoration:none}@media(max-width:720px){.status-page{width:min(100% - 24px,1120px)}.status-header{height:70px}.status-header nav>a:first-child{display:none}.status-header .header-cta{padding:9px 11px;font-size:11px}.status-brand{font-size:19px}.status-brand svg{width:29px;height:29px}main{padding-top:44px}h1{font-size:46px}.status-hero>p{font-size:14px}.overall-card{padding:18px}.status-summary{grid-template-columns:1fr;margin-top:32px}.section-heading{padding:20px;align-items:flex-start;flex-direction:column}.auto-note{display:none}.platform-row{padding:16px 18px;align-items:flex-start}.platform-identity{align-items:flex-start}.platform-mark{width:42px;height:42px;flex-basis:42px}.platform-identity small{font-size:11.5px}.status-badge{padding:7px 9px;font-size:10px}footer{height:68px}}@media(max-width:430px){.platform-row{flex-direction:column}.status-badge{margin-left:57px}.overall-card strong{font-size:16px}}@media(prefers-reduced-motion:no-preference){.main-cta{transition:transform .16s ease}.live-dot{animation:pulse 2s infinite}@keyframes pulse{50%{box-shadow:0 0 0 8px rgba(22,132,87,0)}}}
