.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}main:has(#wizard){max-width:var(--layout-max)}.wizard-account{color:var(--color-text-secondary);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem 1rem;margin-bottom:.75rem;font-size:.875rem;display:flex}.wizard-account.hidden{display:none}.wizard-account__row,.wizard-account .admin-preview-toggle{margin:0}.wizard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);grid-template-columns:240px minmax(0,1fr);display:grid;overflow:hidden}.wizard-sidebar{background:var(--color-surface-subtle);border-right:1px solid var(--color-border-subtle);flex-direction:column;gap:1.5rem;padding:1.75rem 1.5rem;display:flex}.wizard-sidebar__title{font-family:var(--font-headline);margin:0;font-size:.95rem;font-weight:700}.wizard-steps{flex-direction:column;gap:1.4rem;margin:0;padding:0;list-style:none;display:flex}.wizard-step__btn{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:flex-start;gap:.75rem;padding:0;display:flex}.wizard-step__btn:disabled{cursor:default;opacity:1}.wizard-step__marker{border-radius:var(--radius-full);border:2px solid var(--color-border-input);background:var(--color-surface);width:28px;height:28px;color:var(--color-text-muted);flex:0 0 28px;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.wizard-step__check{display:none}.wizard-step__text{flex-direction:column;gap:.15rem;padding-top:.2rem;display:flex}.wizard-step__label{font-size:.9rem;font-weight:600}.wizard-step__sub{color:var(--color-text-muted);font-size:.78rem}.wizard-step--active .wizard-step__marker{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-surface)}.wizard-step--active .wizard-step__label{color:var(--color-primary)}.wizard-step--completed .wizard-step__marker{border-color:var(--color-primary);color:var(--color-primary)}.wizard-step--completed .wizard-step__num{display:none}.wizard-step--completed .wizard-step__check{display:inline}.wizard-step--locked .wizard-step__label,.wizard-step--locked .wizard-step__sub{color:#9ca3af}.wizard-content{min-width:0;padding:2rem}.wizard-panel__title{margin:0 0 .4rem;font-size:1.35rem}.wizard-panel__lead{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:.95rem}.wizard-panel__heading{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.wizard-panel__heading .btn-link{white-space:nowrap;margin-left:0}.wizard-optional-pill{border-radius:var(--radius-full);color:var(--color-text-muted);vertical-align:middle;background:#f1f2f4;margin-left:.35rem;padding:.15rem .6rem;font-size:.72rem;font-weight:600;display:inline-block}.wizard-optional{color:var(--color-text-muted);font-size:.8rem;font-weight:400}.wizard-progress{margin-bottom:1.5rem;display:none}.wizard-progress__label{color:var(--color-primary);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .4rem;font-size:.8rem;font-weight:600}.wizard-progress__track{border-radius:var(--radius-full);background:var(--color-border);height:4px;overflow:hidden}.wizard-progress__fill{border-radius:var(--radius-full);background:var(--color-primary);height:100%;transition:width .3s var(--ease-smooth)}.auth-fields{max-width:420px}.auth-fields input[type=email],.auth-fields input[type=password],#email-panel input[type=email]{border:1px solid var(--color-border-input);border-radius:var(--radius-sm);background:var(--color-surface);width:100%;font:inherit;margin-bottom:.75rem;padding:.6rem .75rem}#email-panel{max-width:420px}.auth-divider{color:var(--color-text-muted);align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.85rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--color-border);flex:1;height:1px}.auth-google{width:100%}.dropzone{border:2px dashed var(--color-border-input);border-radius:var(--radius-md);background:var(--color-surface-subtle);text-align:center;cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:0;padding:2.25rem 1rem;font-weight:400;transition:border-color .15s,background .15s;display:flex}.dropzone:hover,.dropzone--over{border-color:var(--color-primary);background:var(--color-primary-tint)}.dropzone--disabled{cursor:not-allowed;opacity:.6}.dropzone--disabled:hover{border-color:var(--color-border-input);background:var(--color-surface-subtle)}.dropzone__icon{border-radius:var(--radius-full);background:var(--color-primary-tint);width:44px;height:44px;color:var(--color-primary);justify-content:center;align-items:center;display:flex}.dropzone__text{font-size:.95rem;font-weight:600}.dropzone__hint{color:var(--color-text-muted);font-size:.8rem}.segmented-field{border:none;margin:1.5rem 0 0;padding:0}.segmented-field legend{margin-bottom:.5rem;padding:0;font-weight:600}.segmented{border-radius:var(--radius-md);background:#f1f2f4;padding:4px;display:flex}.segmented__option{flex:1;margin:0;font-weight:400}.segmented__option input{clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;position:absolute;overflow:hidden}.segmented__option span{border-radius:var(--radius-sm);text-align:center;color:var(--color-text-secondary);cursor:pointer;padding:.5rem .75rem;font-size:.9rem;transition:background .15s,color .15s;display:block}.segmented__option input:checked+span{background:var(--color-surface);color:var(--color-text);font-weight:600;box-shadow:0 1px 3px #0f172a1f}.segmented__option input:focus-visible+span{outline:2px solid var(--color-primary);outline-offset:2px}.segmented__option input:disabled+span{cursor:not-allowed;opacity:.6}.parent-section{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);margin-bottom:1rem}.parent-section summary{cursor:pointer;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem 1.25rem;list-style:none;display:flex}.parent-section summary::-webkit-details-marker{display:none}.parent-section summary:after{content:"▾";color:var(--color-text-muted);transition:transform .15s}.parent-section[open] summary:after{transform:rotate(180deg)}.parent-section__title{font-weight:600}.parent-section__hint{color:var(--color-text-muted);flex:1;font-size:.8rem}.parent-section__body{border-top:1px solid var(--color-border-subtle);padding:0 1.25rem 1.25rem}.parent-section__body>label:first-child{margin-top:1rem}.parent-section .parent-traits{border:none;margin:1.25rem 0 0;padding:0}.parent-traits__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem 1.25rem;display:grid}.trait-field--full{grid-column:1/-1}.trait-field .hint{margin-top:-.35rem;margin-bottom:.75rem}.trait-field .hint [id$=notes-char-count]{white-space:nowrap;color:var(--color-text-subtle);margin-left:.5rem}.review-row{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.review-row__main{min-width:0}.review-row__label{margin:0 0 .4rem;font-size:.9rem;font-weight:600}.review-row__value{color:var(--color-text-secondary);margin:0}.review-row .btn-link{white-space:nowrap;margin-left:0}.review-thumbs{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.review-thumbs img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border);width:56px;height:56px}.review-thumbs__count{color:var(--color-text-muted);font-size:.85rem}.review-chips{flex-wrap:wrap;gap:.5rem;display:flex}.review-chip{border-radius:var(--radius-full);color:var(--color-text-secondary);background:#f1f2f4;padding:.25rem .65rem;font-size:.8rem;font-weight:500;display:inline-block}.review-chip--added{background:var(--color-primary-tint);color:var(--color-primary-hover)}.wizard-info{border-radius:var(--radius-md);background:var(--color-primary-tint);border:1px solid var(--color-primary-border);color:#1e40af;margin:1.25rem 0 0;padding:.85rem 1rem;font-size:.9rem}.wizard-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.wizard-actions__right{align-items:center;gap:1rem;display:flex}.wizard-footnote{color:var(--color-text-muted);margin:.75rem 0 0;font-size:.8rem}.wizard-status{margin:1rem 0 0;font-size:.9rem}.wizard-results{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:1.5rem}#error{margin:1rem 0 0}@media (width<=719px){.wizard{display:block}.wizard-sidebar{display:none}.wizard-progress{display:block}.wizard-content{padding:1.25rem}.parent-traits__grid{grid-template-columns:1fr}.wizard-actions{flex-wrap:wrap}.wizard-actions button[type=submit],.wizard-actions>button:not(.btn-secondary):not(.btn-link){flex:1}}
