@import url(https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap);:root{--brand:#ff3521;--brand-hover:#e02010;--brand-dim:#ff35211f;--brand-glow:0 0 30px #ff35214d;--surface-900:#080810;--surface-800:#0e0e1a;--surface-750:#131320;--surface-700:#181828;--surface-600:#1f1f35;--surface-500:#2a2a45;--surface-400:#35355a;--text-primary:#f0f0f8;--text-secondary:#88a;--text-muted:#d3ddef;--border:#ffffff0f;--border-hover:#ff35214d;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 20px #0006;--shadow-lg:0 8px 40px #00000080;--shadow-brand:0 4px 20px #ff352159;--transition:all 0.2s cubic-bezier(0.4,0,0.2,1)}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#080810;background:var(--surface-900);color:#f5f8ff;color:var(--text-primary);font-family:DM Sans,sans-serif;font-size:15px;line-height:1.6;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#2a2a45;background:var(--surface-500);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#ff3521;background:var(--brand)}.card{background:#0e0e1a;background:var(--surface-800);border:1px solid #ffffff0f;border:1px solid var(--border);border-radius:16px;padding:20px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.card:hover{border-color:#ffffff1a}.card-glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;border-radius:var(--radius-lg)}.btn-primary{align-items:center;background:#ff3521;background:var(--brand);border:none;border-radius:var(--radius-md);display:inline-flex;font-family:Syne,sans-serif;font-size:14px;gap:7px;letter-spacing:.01em;padding:10px 20px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap}.btn-primary:hover{background:#e02010;background:var(--brand-hover);box-shadow:0 4px 20px #ff352159;box-shadow:var(--shadow-brand)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.45}.btn-ghost{align-items:center;border:1px solid #ffffff0f;border-radius:var(--radius-md);color:#e2e9f7;display:inline-flex;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;gap:7px;padding:9px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap}.btn-ghost:hover{background:#ffffff0d;border-color:#ffffff1f;color:#f5f8ff;color:var(--text-primary)}.btn-ghost:disabled{cursor:not-allowed;opacity:.4}.btn-danger{align-items:center;background:#f871711a;border:1px solid #f8717140;border-radius:12px;border-radius:var(--radius-md);color:#f87171;cursor:pointer;display:inline-flex;font-family:DM Sans,sans-serif;font-size:14px;gap:7px;padding:9px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.btn-danger:hover{background:#f8717133;border-color:#f8717166}input,select,textarea{background:#181828;background:var(--surface-700);border:1px solid #ffffff0f;border-radius:8px;border-radius:var(--radius-sm);color:#f5f8ff;font-family:DM Sans,sans-serif;font-size:14px;padding:10px 14px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}input:focus,select:focus,textarea:focus{background:#1f1f35;background:var(--surface-600);border-color:#ff352180;box-shadow:0 0 0 3px #ff352114}input::placeholder,textarea::placeholder{color:#cbd6ea;color:var(--text-muted)}select{appearance:none;cursor:pointer}input:disabled,select:disabled{cursor:not-allowed;opacity:.5}.badge{border-radius:20px;font-family:Syne,sans-serif;font-size:11px;gap:5px;letter-spacing:.02em;padding:3px 10px}.badge-success{background:#4ade801f;border:1px solid #4ade8040;color:#4ade80}.badge-warning{background:#fbbf241f;border:1px solid #fbbf2440;color:#fbbf24}.badge-error{background:#f871711f;border:1px solid #f8717140;color:#f87171}.badge-info{background:#38bdf81f;border:1px solid #38bdf840;color:#38bdf8}.badge-brand{background:#ff35211f;background:var(--brand-dim);border:1px solid #ff352140;color:#ff3521;color:var(--brand)}.divider{background:#ffffff0f;background:var(--border);height:1px;margin:16px 0}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-slide-up{animation:slideUp .35s cubic-bezier(.4,0,.2,1)}.animate-fade-in{animation:fadeIn .25s ease}.skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#181828 25%,#1f1f35 50%,#181828 75%);background:linear-gradient(90deg,var(--surface-700) 25%,var(--surface-600) 50%,var(--surface-700) 75%);background-size:200% 100%;border-radius:8px;border-radius:var(--radius-sm)}.status-done{color:#4ade80}.status-error{color:#f87171}.status-pending{color:#cbd6ea;color:var(--text-muted)}.status-running{color:#38bdf8}.glow-brand{box-shadow:0 0 30px #ff35214d;box-shadow:var(--brand-glow)}.glow-border{border:1px solid #ff35214d;box-shadow:0 0 20px #ff352126}.progress-bar{background:#1f1f35;background:var(--surface-600);border-radius:10px;height:4px;overflow:hidden}.progress-fill{background:#ff3521;background:var(--brand);border-radius:10px;height:100%;transition:width .4s ease}.table-row{align-items:center;border-bottom:1px solid #ffffff0f;border-bottom:1px solid var(--border);display:flex;padding:12px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.table-row:hover{background:#ffffff05}.table-row:last-child{border-bottom:none}[data-tooltip]{position:relative}[data-tooltip]:after{background:#1f1f35;background:var(--surface-600);border:1px solid #ffffff0f;border:1px solid var(--border);border-radius:6px;bottom:calc(100% + 8px);color:#f5f8ff;color:var(--text-primary);content:attr(data-tooltip);font-size:12px;left:50%;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .2s;white-space:nowrap;z-index:100}[data-tooltip]:hover:after{opacity:1}@media (max-width:768px){.card{padding:14px}.btn-ghost,.btn-primary{font-size:13px;padding:9px 14px}input,select{font-size:16px}h1{font-size:24px!important}}@media (max-width:480px){.card{border-radius:12px;border-radius:var(--radius-md);padding:12px}}html body #root,html body #root label,html body #root li,html body #root p,html body #root small,html body #root span,html body #root td,html body #root th{color:#e2e9f7}html body #root .meta,html body #root .muted,html body #root .subtext,html body #root .subtitle,html body #root .text-muted,html body #root [class*=muted],html body #root [class*=subtext],html body #root [class*=subtitle]{color:#cbd6ea!important}:root{--surface-950:#060a14;--surface-900:#0a1020;--surface-850:#0d1528;--surface-800:#111a31;--surface-700:#16223f;--text-primary:#eaf0ff;--text-secondary:#aab7d4;--text-muted:#7f8fad;--brand:#ff5a36;--brand-2:#ff8b42;--brand-soft:#ff5a3629;--border:#243454;--line:#ffffff12;--danger:#ef4444;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--shadow-1:0 10px 26px #00000042;--shadow-2:0 24px 60px #0000005c}#root,body,html{height:100%}body,html{background:radial-gradient(900px 500px at 18% -10%,#22d3ee14,#0000 60%),radial-gradient(800px 460px at 86% -8%,#ff5a3624,#0000 58%),linear-gradient(180deg,#1b1d23,#22262e);background:radial-gradient(900px 500px at 18% -10%,#22d3ee14,#0000 60%),radial-gradient(800px 460px at 86% -8%,#ff5a3624,#0000 58%),linear-gradient(180deg,var(--surface-950),var(--surface-900));font-family:Plus Jakarta Sans,DM Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0;padding:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.card{background:linear-gradient(180deg,#2a303a,#313845);background:linear-gradient(180deg,var(--surface-850),var(--surface-800));border:1px solid #ffffff1a;border:1px solid var(--line);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 10px 26px #00000042;box-shadow:var(--shadow-1)}.btn-primary{appearance:none;background:linear-gradient(135deg,#e8001c,#ff2a42);background:linear-gradient(135deg,var(--brand),var(--brand-2));border:1px solid #0000;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;transition:.2s ease}.btn-primary:hover{box-shadow:0 16px 30px #ff5a3642;transform:translateY(-1px)}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.65;transform:none}.btn-ghost{appearance:none;background:#0000;border:1px solid #465164;border:1px solid var(--border);border-radius:12px;color:#dee6f4;color:var(--text-secondary);cursor:pointer;font-weight:700;transition:.2s ease}.btn-ghost:hover{background:#0f172b;border-color:#3a5078;color:#dce6ff}input,select,textarea{background:#0f172b;border:1px solid #465164;border:1px solid var(--border);border-radius:12px;color:#f4f7ff;color:var(--text-primary);outline:none;padding:12px 14px;transition:.15s ease;width:100%}input::placeholder,textarea::placeholder{color:#7587ab}input:focus,select:focus,textarea:focus{border-color:#40639a;box-shadow:0 0 0 3px #40639a2e}table{background:linear-gradient(180deg,#2a303a,#313845);background:linear-gradient(180deg,var(--surface-850),var(--surface-800));border:1px solid #ffffff1a;border:1px solid var(--line);border-collapse:collapse;border-radius:14px;overflow:hidden;width:100%}td,th{border-bottom:1px solid #ffffff1a;border-bottom:1px solid var(--line);padding:12px 14px}th{background:#ffffff05;color:#d7e2ff;font-weight:700}td{color:#dee6f4;color:var(--text-secondary)}.page-title{color:#f4f7ff;color:var(--text-primary);font-family:Sora,Syne,Plus Jakarta Sans,sans-serif;font-weight:800;letter-spacing:-.02em}.page-subtitle{color:#dee6f4;color:var(--text-secondary)}.badge{align-items:center;background:#ff5a361f;border:1px solid #ff5a3652;border-radius:999px;color:#ffc3b4;display:inline-flex;font-size:12px;font-weight:700;gap:8px;padding:6px 10px}@keyframes sfFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sf-reveal{animation:sfFadeUp .35s ease both}@media (max-width:900px){.card{border-radius:14px}}.c9-logo{align-items:stretch;display:flex;gap:12px}.c9-bar{background:linear-gradient(180deg,#e8001c,#ff2a42);background:linear-gradient(180deg,var(--brand),var(--brand-2));border-radius:3px;box-shadow:0 0 0 1px #ff5a3638,0 10px 24px #ff5a3640;width:6px}.c9-text{display:flex;flex-direction:column;justify-content:center;min-width:0}.c9-name{color:#f4f7ff;color:var(--text-primary);font-family:Sora,Plus Jakarta Sans,sans-serif;font-weight:800;letter-spacing:-.04em;line-height:.95;white-space:nowrap}.c9-name span{color:#e8001c;color:var(--brand)}.c9-rule{background:#eaf0ff47;height:2px;margin:5px 0 4px}.c9-grid-row{align-items:center;display:flex;gap:10px;justify-content:space-between}.c9-sub{color:#eaf0ff9e;font-weight:600;letter-spacing:.28em}.c9-sub,.c9-tag{text-transform:uppercase}.c9-tag{color:#e8001c;color:var(--brand);font-weight:800;letter-spacing:.14em}.c9-circle{background:linear-gradient(135deg,#e8001c,#ff2a42);background:linear-gradient(135deg,var(--brand),var(--brand-2));border-radius:999px;box-shadow:0 14px 30px #ff5a3647;display:grid;place-items:center}.c9-circle svg{height:44%;width:44%}.c9-stacked{background:linear-gradient(135deg,#e8001c,#ff2a42);background:linear-gradient(135deg,var(--brand),var(--brand-2));border-radius:12px;box-shadow:0 12px 26px #ff5a3647;display:inline-block;padding:10px 12px}.c9-stacked-name{color:#fff;font-family:Sora,Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.03em;line-height:.95}.c9-stacked-sub{color:#ffffffc7;font-size:10px;font-weight:600;letter-spacing:.22em;margin-top:4px;text-transform:uppercase}:root{--surface-950:#f2f2f2;--surface-900:#fff;--surface-850:#fafafa;--surface-800:#fff;--surface-700:#f5f5f5;--text-primary:#0b0b0c;--text-secondary:#3a3a3a;--text-muted:#8a8a8a;--brand-2:#e8001c;--brand-soft:#e8001c1a;--border:#d9d9d9;--line:#0b0b0c1a;--ok:#0ea5e9}.c9-name{color:#0b0b0c!important}.c9-bar{box-shadow:none!important}.c9-rule{background:#0b0b0c!important;opacity:.85}.c9-sub{color:#8a8a8a!important}.btn-primary,.c9-circle,.c9-stacked{background:#e8001c!important}.btn-primary{border-color:#e8001c!important;box-shadow:none!important}.btn-ghost{border-color:#0b0b0c!important;color:#0b0b0c!important}.btn-ghost,.card,table{background:#fff!important}.card,table{border:1px solid #d9d9d9!important;box-shadow:none!important}:root{--surface-950:#1c1f26;--surface-900:#23272e;--surface-850:#2a2f38;--surface-800:#303642;--surface-700:#373e4b;--text-primary:#f5f7fa;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#3b4454}body,html{background:radial-gradient(900px 500px at 18% -10%,#e8001c1a,#0000 60%),radial-gradient(760px 420px at 86% -8%,#ffffff0d,#0000 58%),linear-gradient(180deg,#1b1d23,#22262e)!important;background:radial-gradient(900px 500px at 18% -10%,#e8001c1a,#0000 60%),radial-gradient(760px 420px at 86% -8%,#ffffff0d,#0000 58%),linear-gradient(180deg,var(--surface-950),var(--surface-900))!important}:root{--surface-950:#1b1d23;--surface-900:#22262e;--surface-850:#2a303a;--surface-800:#313845;--surface-700:#394252;--text-primary:#f3f5f8;--text-secondary:#c9d1dd;--text-muted:#9aa6b7;--brand:#e8001c;--brand-2:#ff2a42;--brand-soft:#e8001c24;--border:#3a4353;--line:#ffffff1a;--ok:#22d3ee;--warn:#f59e0b;--danger:#e8001c}body,html{background:radial-gradient(900px 500px at 16% -10%,#e8001c1f,#0000 58%),radial-gradient(760px 420px at 86% -8%,#ffffff0d,#0000 56%),linear-gradient(180deg,#1b1d23,#22262e)!important;color:#f4f7ff;color:var(--text-primary)}.card,table{background:linear-gradient(180deg,#2a303a,#313845)!important;background:linear-gradient(180deg,var(--surface-850),var(--surface-800))!important;border:1px solid #465164!important;border:1px solid var(--border)!important;box-shadow:0 16px 36px #00000038!important}.btn-primary{background:linear-gradient(135deg,#e8001c,#ff2a42)!important;background:linear-gradient(135deg,var(--brand),var(--brand-2))!important;border-color:#0000!important;color:#fff!important}.btn-primary:hover{box-shadow:0 14px 30px #e8001c4d!important}.btn-ghost{background:#0000!important;border:1px solid #465164!important;border:1px solid var(--border)!important;color:#dee6f4!important;color:var(--text-secondary)!important}.btn-ghost:hover{background:#ffffff0a!important;border-color:#4a5568!important}.btn-ghost:hover,input,select,textarea{color:#f4f7ff!important;color:var(--text-primary)!important}input,select,textarea{background:#252b36!important;border:1px solid #465164!important;border:1px solid var(--border)!important}input::placeholder,textarea::placeholder{color:#c7d2e6!important;color:var(--text-muted)!important}.c9-name{color:#f4f7ff!important;color:var(--text-primary)!important}.c9-name span{color:#e8001c!important;color:var(--brand)!important}.c9-bar{background:#e8001c!important;background:var(--brand)!important;box-shadow:0 10px 24px #e8001c3d!important}.c9-rule{background:#f3f5f859!important}.c9-sub{color:#c7d2e6!important;color:var(--text-muted)!important}.c9-tag{color:#e8001c!important;color:var(--brand)!important}.c9-circle,.c9-stacked{background:#e8001c!important;background:var(--brand)!important}:root{--text-primary:#f7f9fc;--text-secondary:#d7dfec;--text-muted:#b8c4d8;--border:#465164}.card label,.card p,.card small,.card span{color:#dee6f4;color:var(--text-secondary)}.card .muted,.page-subtitle{color:#c7d2e6;color:var(--text-muted)}.btn-ghost{border-color:#465164;border-color:var(--border);color:#f4f7ff;color:var(--text-primary)}.btn-ghost:hover{background:#ffffff0f}:root{--text-primary:#f3f6fc!important;--text-secondary:#d9e2f1!important;--text-muted:#b9c7de!important}.muted,.text-muted,[style*="var(--text-muted)"],small{color:#c7d2e6!important;color:var(--text-muted)!important}[style*="var(--text-secondary)"]{color:#dee6f4!important;color:var(--text-secondary)!important}.card p,.card small,.card span{color:#dee6f4;color:var(--text-secondary)}.card .meta,.card .subtext,.card .subtitle{color:#c7d2e6!important;color:var(--text-muted)!important}:root{--text-primary:#f5f8ff!important;--text-secondary:#e2e9f7!important;--text-muted:#cbd6ea!important}html body #root .meta,html body #root .muted,html body #root .subtext,html body #root .subtitle,html body #root .text-muted,html body #root [class*=muted],html body #root [class*=subtext],html body #root [class*=subtitle]{color:#c7d2e6!important;color:var(--text-muted)!important}html body #root [style*="#8A8A8A"],html body #root [style*="#9AA6B7"],html body #root [style*="rgba(255, 255, 255, 0.4)"],html body #root [style*="rgba(255, 255, 255, 0.45)"],html body #root [style*="rgba(255, 255, 255, 0.5)"],html body #root [style*="rgba(255,255,255,0.4)"],html body #root [style*="rgba(255,255,255,0.45)"],html body #root [style*="rgba(255,255,255,0.5)"],html body #root [style*="var(--text-muted)"],html body #root [style*="var(--text-secondary)"]{color:#d5dff0!important}html body #root .card p,html body #root .card small,html body #root .card span,html body #root [class*=card] p,html body #root [class*=card] span,html body #root [class*=row] small,html body #root [class*=user] small{color:#d8e2f2!important}:root{--text-secondary:#dee7f6!important;--text-muted:#c5d2e8!important}html body #root,html body #root label,html body #root li,html body #root p,html body #root small,html body #root span,html body #root td,html body #root th{color:#dee6f4;color:var(--text-secondary)}html body #root .meta,html body #root .muted,html body #root .subtext,html body #root .subtitle,html body #root .text-muted,html body #root [class*=meta],html body #root [class*=muted],html body #root [class*=subtitle]{color:#c7d2e6!important;color:var(--text-muted)!important}html body #root [style*="#8A8A8A"],html body #root [style*="#9AA6B7"],html body #root [style*="rgba(255, 255, 255, 0.4)"],html body #root [style*="rgba(255, 255, 255, 0.45)"],html body #root [style*="rgba(255, 255, 255, 0.5)"],html body #root [style*="rgba(255,255,255,0.4)"],html body #root [style*="rgba(255,255,255,0.45)"],html body #root [style*="rgba(255,255,255,0.5)"],html body #root [style*="var(--text-muted)"],html body #root [style*="var(--text-secondary)"]{color:#d8e2f2!important}body,html{overflow-x:hidden}@media (max-width:1024px){html body #root [style*=gridTemplateColumns]{grid-template-columns:1fr!important}}@media (max-width:768px){html body #root{font-size:14px}.card,[class*=card],[class*=modal],[class*=panel]{border-radius:14px!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}html body #root [style*="maxWidth: 440"],html body #root [style*="maxWidth:440"],html body #root [style*="width: 440"],html body #root [style*="width:440"]{max-width:100%!important;width:100%!important}table{-webkit-overflow-scrolling:touch;display:block!important;overflow-x:auto!important;width:100%!important}.btn-ghost,.btn-primary,a[class*=btn],button{font-size:14px!important;min-height:44px}h1{font-size:clamp(26px,7vw,36px)!important;line-height:1.15!important}h2{font-size:clamp(22px,6vw,30px)!important}h3{font-size:clamp(18px,5vw,24px)!important}[style*="padding: 20"],[style*="padding:20"]{padding:14px!important}[style*="padding: 24"],[style*="padding:24"]{padding:16px!important}[style*="marginBottom: 32"],[style*="marginBottom:32"]{margin-bottom:20px!important}}:root{--text-primary:#f4f7ff!important;--text-secondary:#dee6f4!important;--text-muted:#c7d2e6!important}html body #root .date,html body #root .meta,html body #root .subtext,html body #root .subtitle,html body #root .time,html body #root .timestamp,html body #root [class*=date],html body #root [class*=meta],html body #root [class*=time]{color:#c7d2e6!important;color:var(--text-muted)!important}html body #root [style*="#6f"],html body #root [style*="#7"],html body #root [style*="#8ea0"],html body #root [style*="#9aa6"],html body #root [style*="var(--text-muted)"],html body #root [style*="var(--text-secondary)"]{color:#d3ddef!important}#root,body,html{max-width:100%;overflow-x:hidden}*{box-sizing:border-box;min-width:0}canvas,img,svg,video{height:auto;max-width:100%}@media (max-width:992px){[style*=grid-template-columns]{grid-template-columns:1fr!important}}@media (max-width:768px){button,input,select,textarea{font-size:16px}[style*="max-width: 440px"],[style*="max-width: 480px"],[style*="max-width: 520px"],[style*="max-width: 600px"],[style*="width: 440px"],[style*="width: 480px"],[style*="width: 520px"],[style*="width: 600px"]{max-width:100%!important;width:100%!important}.card,[class*=card],[class*=modal],[class*=panel]{max-width:100%!important}table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}aside{max-width:86vw!important}}
/*# sourceMappingURL=main.9ce00fda.css.map*/