:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f8fafc,#eef2ff 40%,#f8fafc)}button,input,textarea{font:inherit}input,textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;background:#fff}textarea{resize:vertical}input:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.page-shell{padding:24px;min-height:100vh}.app-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:320px minmax(0,1fr);gap:24px}.sidebar-card,.content-card,.success-card{background:#fffffff2;border:1px solid #e2e8f0;border-radius:28px;box-shadow:0 20px 50px #0f172a14}.sidebar-card{padding:28px;position:sticky;top:24px;height:fit-content}.content-card{padding:32px}.success-card{max-width:720px;margin:40px auto;padding:48px;text-align:center}.logo{width:120px;max-width:100%;display:block;margin-bottom:16px}.muted{color:#475569;line-height:1.6}.progress-wrap{margin:22px 0}.progress-bar{height:12px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-bottom:10px}.progress-bar span{display:block;height:100%;background:linear-gradient(90deg,#2563eb,#1d4ed8);border-radius:999px}.step-list{display:grid;gap:10px;margin:20px 0}.step-pill{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;border:1px solid #e2e8f0;color:#475569}.step-pill.active{background:#0f172a;color:#fff;border-color:#0f172a}.step-pill.complete{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.step-dot{width:22px;height:22px;border-radius:999px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:13px}.info-box{background:#eff6ff;color:#1e3a8a;border:1px solid #bfdbfe;padding:14px;border-radius:18px;line-height:1.6}.section-header{margin-bottom:24px}.section-header h2{font-size:2rem;margin:0 0 6px}.section-header p{margin:0;color:#475569}.section-grid,.stack-wrap{display:grid;gap:18px}.field{display:grid;gap:8px}.field span{font-size:.95rem;font-weight:600;color:#334155}.two-col,.three-col,.four-col,.five-col{display:grid;gap:16px}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.five-col{grid-template-columns:repeat(5,minmax(0,1fr))}.split-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-grid{align-items:stretch}.check-card{display:flex;gap:12px;align-items:center;border:1px solid #cbd5e1;border-radius:18px;padding:16px;background:#fff}.check-card input{width:auto}.nested-card,.review-card{border:1px solid #e2e8f0;border-radius:22px;padding:18px;background:#fff}.row-between{display:flex;justify-content:space-between;align-items:center;gap:16px}.review-card pre{white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.7;color:#334155}.primary-button,.secondary-button,.link-button{border:none;border-radius:16px;cursor:pointer;transition:.2s ease}.primary-button{background:#1d4ed8;color:#fff;padding:14px 22px;font-weight:600}.primary-button:hover{background:#1e40af}.secondary-button{background:#fff;color:#0f172a;padding:13px 20px;border:1px solid #cbd5e1;font-weight:600}.secondary-button:hover{background:#f8fafc}.link-button{background:transparent;color:#1d4ed8;padding:6px 8px}.footer-actions{display:flex;justify-content:space-between;gap:12px;padding-top:26px;margin-top:30px;border-top:1px solid #e2e8f0}.error-box{background:#fff1f2;color:#be123c;border:1px solid #fecdd3;padding:14px;border-radius:18px}.success-icon{width:78px;height:78px;margin:6px auto 10px;border-radius:999px;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:2rem;font-weight:800}@media (max-width: 1100px){.app-grid{grid-template-columns:1fr}.sidebar-card{position:static}.five-col,.four-col,.three-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.page-shell{padding:14px}.content-card,.sidebar-card,.success-card{padding:20px;border-radius:22px}.two-col,.three-col,.four-col,.five-col,.split-two{grid-template-columns:1fr}.footer-actions{flex-direction:column}.section-header h2{font-size:1.6rem}}
