@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap");:root{--primary:#4a40e0;--primary-dim:#3d30d4;--primary-container:#9795ff;--secondary:#9e00b4;--secondary-container:#fdbcff;--on-secondary-container:#7d008f;--tertiary:#f8a010;--navy:#302950;--inverse-surface:#0f072e;--surface:#faf4ff;--surface-container:#ece4ff;--surface-lowest:#fff;--surface-variant:#e1d8ff;--on-surface:#302950;--on-surface-variant:#5e5680;--outline-variant:#b0a7d6;--success:#34c759;--error:#e5484d;--white:#fff;--font-headline:"Plus Jakarta Sans",sans-serif;--font-body:"Manrope",sans-serif;--radius-sm:10px;--radius:16px;--radius-lg:24px;--shadow-sm:0 1px 4px rgba(48,41,80,.06);--shadow-md:0 8px 30px rgba(48,41,80,.1);--shadow-lg:0 20px 50px rgba(48,41,80,.15)}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:var(--font-body);color:var(--on-surface);background:var(--surface);background-image:radial-gradient(circle at 100% 0,rgba(158,0,180,.07) 0,transparent 38%),radial-gradient(circle at 0 100%,rgba(74,64,224,.07) 0,transparent 38%);background-attachment:fixed;min-height:100vh;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}.shell{max-width:680px;margin:0 auto;padding:2rem 1.25rem 4rem;min-height:100vh;display:flex;flex-direction:column}.brand{gap:.75rem;margin-bottom:2rem}.brand,.brand-icon{display:flex;align-items:center}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--secondary),var(--tertiary));border-radius:11px;transform:rotate(3deg);justify-content:center;color:#fff;font-family:var(--font-headline);font-weight:800;font-size:1.1rem;box-shadow:0 6px 18px rgba(74,64,224,.25)}.brand-icon span{transform:rotate(-3deg)}.brand-name{font-family:var(--font-headline);font-weight:800;font-size:1.35rem;letter-spacing:-.03em;color:var(--primary-dim)}.progress-wrap{margin-bottom:2rem}.progress-meta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.6rem}.progress-step{font-family:var(--font-headline);font-weight:700;font-size:.95rem;color:var(--on-surface)}.progress-count{font-size:.8rem;font-weight:600;color:var(--on-surface-variant)}.progress-track{height:8px;background:var(--surface-variant);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--secondary));border-radius:999px;transition:width .5s cubic-bezier(.4,0,.2,1)}.card{background:var(--surface-lowest);border:1px solid var(--surface-variant);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md);flex:1 1;animation:stepIn .45s cubic-bezier(.4,0,.2,1)}@keyframes stepIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.step-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);background:var(--surface-variant);padding:.3rem .75rem;border-radius:999px;margin-bottom:1rem}.step-title{font-family:var(--font-headline);font-weight:800;font-size:1.7rem;line-height:1.15;letter-spacing:-.02em;color:var(--on-surface);margin-bottom:.5rem}.step-intro{font-size:.95rem;line-height:1.55;color:var(--on-surface-variant);margin-bottom:1.75rem}.field{margin-bottom:1.5rem}.field:last-child{margin-bottom:0}.field-label{display:block;font-family:var(--font-headline);font-weight:700;font-size:.95rem;color:var(--on-surface);margin-bottom:.4rem}.field-label .req{color:var(--secondary);margin-left:2px}.field-hint{font-size:.82rem;line-height:1.45;color:var(--on-surface-variant);margin-bottom:.6rem}.input,.select,.textarea{width:100%;padding:.8rem 1rem;font-size:1rem;color:var(--on-surface);background:var(--surface);border:1.5px solid var(--surface-variant);border-radius:var(--radius-sm);transition:border-color .2s,box-shadow .2s,background .2s}.input::placeholder,.textarea::placeholder{color:var(--outline-variant)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary);background:var(--surface-lowest);box-shadow:0 0 0 4px rgba(74,64,224,.12)}.textarea{resize:vertical;min-height:110px;line-height:1.5}.input.error,.textarea.error{border-color:var(--error)}.field-error{font-size:.8rem;color:var(--error);font-weight:600;margin-top:.4rem}.choices{display:flex;flex-direction:column;gap:.6rem}.choice{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:var(--surface);border:1.5px solid var(--surface-variant);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s;font-size:.95rem;font-weight:600;color:var(--on-surface)}.choice:hover{border-color:var(--primary-container)}.choice.selected,.choice:hover{background:var(--surface-lowest)}.choice.selected{border-color:var(--primary);box-shadow:0 0 0 3px rgba(74,64,224,.1)}.choice-mark{width:22px;height:22px;flex-shrink:0;border:2px solid var(--outline-variant);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.choice.checkbox .choice-mark{border-radius:6px}.choice.selected .choice-mark{border-color:var(--primary);background:var(--primary)}.choice.selected .choice-mark:after{content:"";width:7px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) translate(-1px,-1px)}.toggle-row{display:flex;gap:.6rem}.toggle-btn{flex:1 1;padding:.85rem;background:var(--surface);border:1.5px solid var(--surface-variant);border-radius:var(--radius-sm);font-weight:700;font-size:.95rem;color:var(--on-surface-variant);transition:all .2s}.toggle-btn:hover{border-color:var(--primary-container)}.toggle-btn.active{border-color:var(--primary);color:var(--primary-dim);background:var(--surface-lowest);box-shadow:0 0 0 3px rgba(74,64,224,.1)}.dropzone{border:2px dashed var(--outline-variant);border-radius:var(--radius);padding:1.75rem 1rem;text-align:center;background:var(--surface);transition:all .2s;cursor:pointer}.dropzone.drag,.dropzone:hover{border-color:var(--primary);background:var(--surface-lowest)}.dropzone-icon{width:44px;height:44px;margin:0 auto .75rem;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem}.dropzone-text{font-weight:700;font-size:.95rem;color:var(--on-surface);margin-bottom:.2rem}.dropzone-sub{font-size:.8rem;color:var(--on-surface-variant)}.file-list{margin-top:.85rem;display:flex;flex-direction:column;gap:.5rem}.file-item{display:flex;align-items:center;gap:.6rem;padding:.6rem .85rem;background:var(--surface-container);border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;color:var(--on-surface)}.file-item .fi-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-item .fi-status{font-size:.75rem;font-weight:700}.file-item .fi-status.uploading{color:var(--tertiary)}.file-item .fi-status.done{color:var(--success)}.file-item .fi-status.failed{color:var(--error)}.file-item .fi-remove{color:var(--on-surface-variant);font-weight:700;font-size:1.1rem;line-height:1;padding:0 .3rem}.file-item .fi-remove:hover{color:var(--error)}.nav-row{display:flex;gap:.75rem;margin-top:2rem}.btn{padding:.9rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-headline);font-weight:700;font-size:1rem;transition:all .2s}.btn-primary{flex:1 1;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:0 6px 18px rgba(74,64,224,.28)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(74,64,224,.36)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{background:var(--surface);border:1.5px solid var(--surface-variant);color:var(--on-surface)}.btn-ghost:hover{border-color:var(--outline-variant)}.hero-card{text-align:center;padding:2.5rem 2rem}.hero-icon{width:64px;height:64px;margin:0 auto 1.25rem;background:linear-gradient(135deg,var(--primary),var(--secondary),var(--tertiary));border-radius:18px;transform:rotate(3deg);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;box-shadow:var(--shadow-md)}.hero-icon,.hero-title{font-family:var(--font-headline);font-weight:800}.hero-title{font-size:2rem;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem;color:var(--on-surface)}.hero-title .grad{background:linear-gradient(135deg,var(--primary),var(--secondary),var(--tertiary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text{font-size:1rem;line-height:1.6;color:var(--on-surface-variant);max-width:460px;margin:0 auto 1.5rem}.hero-meta{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.hero-meta-item{font-size:.85rem;font-weight:600;color:var(--on-surface);display:flex;align-items:center;gap:.4rem}.hero-meta-item .dot{width:8px;height:8px}.hero-meta-item .dot,.success-check{border-radius:50%;background:var(--success)}.success-check{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;animation:pop .5s cubic-bezier(.34,1.56,.64,1)}.success-check:after{content:"";width:22px;height:38px;border:solid #fff;border-width:0 5px 5px 0;transform:rotate(45deg) translate(-2px,-3px)}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}.footer-note{text-align:center;font-size:.8rem;color:var(--on-surface-variant);margin-top:1.5rem}.footer-note a{color:var(--primary);font-weight:600;text-decoration:none}.reveal{animation:stepIn .35s ease}@media (max-width:600px){.shell{padding:1.5rem 1rem 3rem}.card{padding:1.5rem}.step-title{font-size:1.45rem}.hero-title{font-size:1.65rem}}