:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.4}.page{color:#0f172a;background:#f7f7fb;min-height:100vh}.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:#ffffffb3;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;display:flex}.logo{color:#fff;background:linear-gradient(135deg,#4f46e5,#06b6d4);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.brandName{font-size:16px;font-weight:800}.brandTag{color:#64748b;font-size:12px}.nav{align-items:center;gap:14px;display:flex}.navLink{color:#0f172a;border-radius:10px;padding:8px 10px;font-size:14px;text-decoration:none}.navLink:hover{background:#eef2ff}.navCta{color:#fff;background:#0f172a}.main{max-width:1100px;margin:0 auto;padding:26px 22px 60px}.hero{grid-template-columns:1.2fr .8fr;align-items:start;gap:18px;padding:18px 0 30px;display:grid}.badge{color:#1f2937;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;padding:6px 10px;font-size:12px;display:inline-block}.heroTitle{letter-spacing:-.02em;margin:14px 0 10px;font-size:44px}.heroTitleAccent{color:#334155;font-weight:600}.heroSubtitle{color:#475569;max-width:52ch;margin:0 0 16px;font-size:16px}.heroActions{gap:10px;margin:10px 0 18px;display:flex}.btnPrimary,.btnSecondary{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.btnPrimary{color:#fff;background:#4f46e5}.btnPrimary:hover{filter:brightness(.95)}.btnSecondary{color:#0f172a;background:#fff;border-color:#e5e7eb}.btnSecondary:hover{background:#f1f5f9}.heroStats{flex-wrap:wrap;gap:12px;display:flex}.stat{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:140px;padding:10px 12px}.statValue{font-weight:800}.statLabel{color:#64748b;font-size:12px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 6px 22px #0f172a0f}.card.subtle{box-shadow:none;margin-top:12px}.cardTitle{margin-bottom:10px;font-weight:800}.cardRow{justify-content:space-between;margin:10px 0;display:flex}.count{font-weight:900}.cardButtons{gap:10px;display:flex}.btnSmall,.btnSmallGhost{color:#fff;cursor:pointer;background:#0f172a;border:1px solid #e5e7eb;border-radius:12px;padding:9px 10px;font-weight:700}.btnSmallGhost{color:#0f172a;background:#fff}.btnSmall:hover{filter:brightness(.95)}.btnSmallGhost:hover{background:#f1f5f9}.cardHint{margin-top:10px;font-size:12px}.section{padding:22px 0}.sectionTitle{letter-spacing:-.01em;margin:0 0 8px;font-size:24px}.sectionSub{color:#475569;margin:0 0 14px}.grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.feature{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px}.featureTitle{margin-bottom:6px;font-weight:800}.featureDesc{color:#475569;font-size:14px}.steps{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.step{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:flex-start;gap:12px;padding:14px;display:flex}.stepNum{color:#3730a3;background:#eef2ff;border:1px solid #e0e7ff;border-radius:12px;place-items:center;width:36px;height:36px;font-weight:900;display:grid}.stepTitle{font-weight:800}.stepDesc{color:#475569;font-size:14px}.status{background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.statusPill{color:#166534;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-block}.statusText{color:#475569;margin-top:8px}.statusMeta{min-width:240px}.metaRow{border-bottom:1px dashed #e5e7eb;justify-content:space-between;padding:6px 0;display:flex}.metaRow:last-child{border-bottom:none}.form{background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:12px;padding:14px;display:grid}.formRow{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}label{color:#334155;gap:6px;font-size:12px;font-weight:700;display:grid}input,textarea{border:1px solid #e5e7eb;border-radius:12px;outline:none;padding:10px 12px;font-size:14px}input:focus,textarea:focus{border-color:#c7d2fe;box-shadow:0 0 0 4px #4f46e51f}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:16px 22px}.footerRow{justify-content:space-between;max-width:1100px;margin:0 auto;display:flex}.muted{color:#64748b}@media (width<=900px){.hero,.grid,.steps,.formRow{grid-template-columns:1fr}.status{flex-direction:column;align-items:flex-start}}
