:root{--ya-red: #e73a39;--ya-red-dark: #c32d2c;--ya-red-soft: #fdecec;--bg: #f4f5f7;--surface: #ffffff;--surface-2: #f5f6f8;--text: #14161a;--text-2: #6b7280;--text-3: #9ca3af;--border: rgba(17, 24, 39, .07);--shadow: 0 1px 2px rgba(17, 24, 39, .04), 0 8px 24px rgba(17, 24, 39, .05);--radius: 16px;--radius-sm: 11px;--radius-pill: 999px;--sidebar-w: 232px;--c-red-bg: #fdecec;--c-red-fg: #e0413f;--c-blue-bg: #e8f1fe;--c-blue-fg: #2f6fed;--c-green-bg: #e6f6ec;--c-green-fg: #16a34a;--c-purple-bg: #f0ecfe;--c-purple-fg: #7c5cf0;--c-amber-bg: #fef3e2;--c-amber-fg: #d97706;--c-pink-bg: #fdeaf3;--c-pink-fg: #db2777;--c-teal-bg: #e2f6f1;--c-teal-fg: #0d9488}[data-theme=dark]{--bg: #0f1115;--surface: #181b20;--surface-2: #20242b;--text: #eef0f2;--text-2: #9aa1ab;--text-3: #6b7280;--border: rgba(255, 255, 255, .08);--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .35);--ya-red-soft: #3a1f1f;--c-red-bg: #3a1f1f;--c-red-fg: #f08785;--c-blue-bg: #16273f;--c-blue-fg: #7aa6f5;--c-green-bg: #14301f;--c-green-fg: #5fd089;--c-purple-bg: #241d3e;--c-purple-fg: #a892f5;--c-amber-bg: #34260f;--c-amber-fg: #f0b357;--c-pink-bg: #341425;--c-pink-fg: #ef85b6;--c-teal-bg: #103029;--c-teal-fg: #4cc8b3}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.card-link{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.card-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.card-link:focus-visible{outline:2px solid var(--ya-red);outline-offset:2px}.link-title:hover{text-decoration:underline}.stat-link{transition:background .12s ease}.stat-link:hover{background:var(--bg)}.stat-link:focus-visible{outline:2px solid var(--ya-red);outline-offset:2px}.hero{border-radius:var(--radius);padding:16px 18px;color:#fff;display:flex;flex-direction:column;gap:6px;min-height:92px}.hero .h-top{display:flex;align-items:center;justify-content:space-between}.hero .h-ico{width:34px;height:34px;border-radius:10px;background:#ffffff38;display:flex;align-items:center;justify-content:center;font-size:17px}.hero .h-num{font-size:26px;font-weight:600;line-height:1.1}.hero .h-lbl{font-size:12px;opacity:.92}.g-green{background:linear-gradient(135deg,#22c55e,#15a34a)}.g-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.g-purple{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.g-amber{background:linear-gradient(135deg,#f59e0b,#ea7a0c)}.g-red{background:linear-gradient(135deg,#f0584f,#e0413f)}.chip{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:19px}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:500}.tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:18px}.tab{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:var(--radius-pill);font-size:13px;color:var(--text-2);cursor:pointer;background:transparent;border:none}.tab.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.switch{position:relative;width:40px;height:23px;flex:0 0 40px}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill);transition:.15s;cursor:pointer}.switch span:before{content:"";position:absolute;width:17px;height:17px;left:3px;top:2px;background:#fff;border-radius:50%;transition:.15s;box-shadow:0 1px 2px #0003}.switch input:checked+span{background:var(--ya-red);border-color:var(--ya-red)}.switch input:checked+span:before{transform:translate(17px)}.btn-brand{background:var(--ya-red);color:#fff;border:none;padding:10px 18px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;cursor:pointer}.btn-brand:hover{background:var(--ya-red-dark)}.btn-brand:disabled{opacity:.55;cursor:default}.btn-dark{background:var(--text);color:var(--surface);border:none;padding:9px 15px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:9px;color:var(--text-2);cursor:pointer}.icon-btn:hover{background:var(--surface-2)}input[type=range]{accent-color:var(--ya-red);width:100%}input[type=text],input[type=password],input[type=email]{width:100%;padding:11px 13px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:14px}input:focus{outline:2px solid var(--ya-red);outline-offset:0;border-color:transparent}select,textarea{width:100%;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:14px;font-family:inherit}select:focus,textarea:focus{outline:2px solid var(--ya-red);outline-offset:0;border-color:transparent}textarea{resize:vertical;min-height:80px}
