:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 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;--lightningcss-light:initial;--lightningcss-dark: ;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 (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (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:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.message-toast{color:#fff;z-index:1000;border-radius:8px;padding:12px 24px;font-weight:700;animation:.3s ease-out slideDown;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000080}.message-toast.success{background:linear-gradient(90deg,#28a745,#34ce57)}.message-toast.error{background:linear-gradient(90deg,#dc3545,#e4606d)}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}body{color:#fff;background:#0f0804 radial-gradient(circle at 50% 20%,#361705 0%,#0f0804 50%);min-height:100vh;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.app-container{box-sizing:border-box;width:100%;max-width:1152px;margin:0 auto;padding:30px}@media (width<=1280px){.app-container{max-width:1024px}}@media (width<=1024px){.app-container{max-width:896px}}.header-mobile{justify-content:space-between;align-items:center;padding:10px 0 30px;display:flex}.nav-logo{color:#ffb6c1;align-items:center;gap:12px;font-size:28px;font-weight:700;display:flex}.logo-icon{object-fit:cover;border-radius:50%;width:40px;height:40px;box-shadow:0 0 12px #ff6bb599}.nav-links{color:#888;gap:30px;font-size:16px;display:flex}.nav-links span{cursor:pointer;transition:color .2s}.nav-links span:hover{color:#fff}.nav-links span.active{color:#fa0;font-weight:700}.badge{color:#111;cursor:pointer;background:linear-gradient(90deg,#ff6b00,#fa0);border:none;border-radius:24px;padding:10px 20px;font-size:16px;font-weight:700;transition:opacity .2s}.badge:hover{opacity:.9}.section{background:#1e0f08b3;border:1px solid #ff88001a;border-radius:16px;margin-bottom:30px;padding:32px;box-shadow:0 4px 20px #00000080}.section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-title{align-items:center;gap:12px;font-size:22px;font-weight:700;display:flex}.title-icon{color:#000;text-transform:uppercase;background:linear-gradient(135deg,#ff6b00,#fa0);border-radius:6px;padding:4px 8px;font-size:14px;font-weight:900}.title-badge{color:#fa0;background:#ff880026;border:1px solid #ff88004d;border-radius:16px;padding:6px 16px;font-size:14px}.progress-container{margin-bottom:30px}.progress-label{color:#888;justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.progress-label .highlight{color:#fa0}.progress-bar{background:#2a1608;border-radius:6px;height:12px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#ff6b00,#fa0);height:100%;transition:width .3s}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px;display:grid}.card-dark{text-align:center;background:#0000004d;border:1px solid #ffffff08;border-radius:12px;padding:30px 20px}.card-dark.single{margin-bottom:16px}.card-dark .label{color:#888;margin-bottom:12px;font-size:14px}.card-dark .value{color:#fa0;font-size:24px;font-weight:700}.card-dark .value.white{color:#fff}.card-dark .unit{color:#f80;margin-left:6px;font-size:12px}.card-dark .sub-value{color:#666;margin-top:8px;font-size:14px}.btn-large{color:#000;cursor:pointer;background:linear-gradient(90deg,#d35a1f,#e68a2e);border:none;border-radius:8px;width:100%;margin-bottom:12px;padding:18px;font-size:18px;font-weight:700;transition:opacity .2s}.btn-large:hover{opacity:.9}.btn-large:disabled{color:#888;cursor:not-allowed;background:#3d2314}.subtext{text-align:center;color:#f44;font-size:14px}.btn-secondary{color:#888;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;width:100%;padding:14px;font-size:14px;transition:all .2s}.btn-secondary:hover:not(:disabled){color:#ccc;background:#ffffff0d}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.rules-list{counter-reset:item;margin:0;padding:0;list-style:none}.rules-list li{color:#aaa;gap:16px;margin-bottom:20px;font-size:15px;line-height:1.8;display:flex}.rules-list li:before{content:counter(item);counter-increment:item;color:#fa0;background:#ff880026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex}@media (width<=768px){.app-container{padding:15px}.nav-logo{font-size:20px}.logo-icon{width:24px;height:24px}.badge{padding:6px 12px;font-size:12px}.section{border-radius:12px;margin-bottom:16px;padding:16px}.grid-3,.grid-2{grid-template-columns:1fr;gap:12px}.btn-large{padding:14px;font-size:14px}.title-badge{padding:4px 8px;font-size:10px}.section-title{font-size:16px}}
