:root{--bg:#f7f7fb;--card:#ffffff;--text:#0f172a;--muted:#6b7280;--primary:#a4c427;--primary-dark:#8ba621;--ring:#d1e193;--border:#e5e7eb;--shadow:0 10px 30px rgba(2,8,23,.06);--radius:14px;--radius-sm:10px}*{box-sizing:border-box}html,body,#root{height:100%}html{color-scheme:light}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji"}.container{max-width:1100px;margin:0 auto;padding:28px 20px 56px;display:grid;grid-template-columns:1fr min(780px,100%) 1fr;gap:24px}.container>*{grid-column:2}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}h1{font-size:30px;font-weight:800;margin:0 0 4px;letter-spacing:-.02em}h2{font-size:20px;font-weight:700;margin:0 0 6px}h3{font-size:16px;font-weight:600;margin:12px 0 8px}p{margin:0 0 10px;color:var(--muted)}input,select,textarea{width:100%;padding:12px 13px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus,textarea:focus{border-color:var(--ring);box-shadow:0 0 0 4px #93c5fd59}textarea{resize:vertical}.field{margin-bottom:10px}.field>label{display:block;margin:0 0 6px;font-size:13px;color:var(--muted)}button{font:inherit;padding:11px 16px;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--text);cursor:pointer;transition:transform .04s ease,box-shadow .2s ease,background .15s ease,color .15s ease,border-color .15s ease}button:hover{box-shadow:var(--shadow)}button:active{transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-primary{background:var(--primary);color:var(--primary-ink);border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);box-shadow:0 10px 22px #a4c42740}.btn-ghost{background:#fff;color:var(--text)}.progress-wrap{height:8px;border-radius:999px;background:#edf2f7;border:1px solid var(--border);overflow:hidden}.progress-bar{height:100%;background:var(--primary);transition:width .25s ease}.helper{text-align:center;font-size:12px;color:var(--muted);margin-top:10px}.option-grid{display:grid;gap:12px;grid-template-columns:1fr}@media (min-width:700px){.option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.option-tile{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#fff;min-height:64px;box-shadow:0 1px #00000005;transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.option-tile:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-1px);border-color:#00000014}.option-check{width:18px;height:18px}.option-label{font-weight:600;line-height:1.2}.option-sub{font-size:12px;color:var(--muted);margin-top:2px}
