*,*:before,*:after{box-sizing:border-box}:root{--bg-page: #f3f4f6;--text-main: #111827;--text-muted: #6b7280;--border-subtle: #e5e7eb;--border-soft: #cbd5e1;--header-bg: #0f172a;--accent: #b87333;--accent-dark: #945324;--accent-soft: #f6ece2;--accent-soft-2: #fdf7f1;--accent-border: #d1893b;--success: #22c55e;--success-soft: #ecfdf5;--success-soft-2: #bbf7d0}html,body{margin:0;padding:0;height:100%;width:100%;font-size:80%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background:var(--bg-page);color:var(--text-main);overflow-x:hidden}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app-root{display:flex;flex-direction:column;min-height:100vh}.app-header{width:100%;background:var(--header-bg);border-bottom:3px solid var(--accent);color:#f9fafb}.app-header-inner{width:100%;max-width:none;margin:0;padding:.7rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.9rem}.app-header-logo{display:flex;align-items:center;gap:.3rem}.app-header-logo-img{height:30px;width:auto}.logo-text{font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.app-header-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.app-header-subtitle{font-size:.9rem;font-weight:500;color:#e5e7eb}.app-header-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#fdf2e9;border-radius:999px;padding:.25rem .6rem;border:1px solid var(--accent);background:#b8733314}.app-main{flex:1;display:flex;justify-content:center;align-items:stretch;padding:.5rem;min-height:0}.wizard-shell{width:100%;max-width:none;margin:0;border-radius:0;display:flex;flex-direction:column;min-height:100%}.app-footer{padding:.5rem;text-align:center;font-size:.8rem;color:var(--text-muted);border-top:1px solid var(--border-subtle);background:#f9fafb}.wizard-form{display:flex;flex-direction:column;gap:1rem}.stepper{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.4rem}.stepper-branches{display:flex;flex-wrap:wrap;gap:.45rem}.stepper-branch-pill{border-radius:999px;border:1px solid var(--border-soft);padding:.4rem .85rem;font-size:.8rem;background:#f9fafb;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.stepper-branch-pill:before{content:"●";font-size:.5rem;color:#9ca3af}.stepper-branch-pill.active{background:var(--accent);border-color:var(--accent-dark);color:#fff;box-shadow:0 0 0 1px var(--accent-soft)}.stepper-branch-pill.active:before{color:#fff}.stepper-branch-pill:hover:not(.active){background:#e5e7eb}.stepper-steps{display:flex;flex-wrap:wrap;gap:.4rem}.stepper-item{display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .75rem;border-radius:999px;border:1px solid var(--border-subtle);background:#f9fafb;font-size:.78rem;color:#4b5563;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.stepper-item:hover:not(.active):not(.completed){background:#eef2f7}.stepper-item.active{border-color:var(--accent);background:var(--accent-soft-2);color:var(--accent-dark)}.stepper-item.completed{border-color:var(--success);background:var(--success-soft);color:#166534}.stepper-circle{width:1.5rem;height:1.2rem;border-radius:999px;border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;font-size:.72rem;color:var(--header-bg);background:#fff}.stepper-item.completed .stepper-circle{border-color:var(--success);background:var(--success-soft-2)}.stepper-item.active .stepper-circle{border-color:var(--accent);background:var(--accent-soft)}.stepper-label{white-space:nowrap}.stepper-progress{margin-top:.35rem;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0%,var(--accent-border) 30%,var(--accent-soft) 60%,#e5e7eb 100%)}.step-shell{width:100%;max-width:none;border-radius:0;border:none;display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0}.step-shell-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-bottom:.65rem;border-bottom:1px solid var(--border-subtle)}.step-title{margin:0;font-size:1.06rem;font-weight:600;color:var(--text-main)}.step-subtitle{margin:.2rem 0 0;font-size:.8rem;color:var(--text-muted)}.step-shell-header-actions{display:flex;gap:.45rem}.step-content{display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0;overflow-y:auto}.animate-slide-forward{animation:slideForward .18s ease-out}.animate-slide-back{animation:slideBack .18s ease-out}@keyframes slideForward{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes slideBack{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.step-shell-footer{padding-top:.6rem;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center}.step-shell-footer.hidden{display:none}.btn{border-radius:999px;padding:.45rem 1.05rem;font-size:.85rem;cursor:pointer;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.btn.primary{background:var(--accent);border-color:var(--accent-dark);color:#fff}.btn.primary:hover{background:var(--accent-dark)}.btn.outline{background:#fff;border-color:var(--border-soft);color:#1f2937}.btn.outline:hover{border-color:#9ca3af}.btn.ghost{background:transparent;border-color:transparent;color:#4b5563}.btn.ghost:hover{background:#f3f4f6;border-color:var(--border-subtle)}.btn.small{padding:.25rem .7rem;font-size:.78rem}.form-root{display:flex;flex-direction:column;gap:1rem}.form-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.6rem}.form-controls.bottom{margin-top:.8rem}.form-controls-note{font-size:.78rem;color:var(--text-muted)}.form-step{display:flex;flex-direction:column;gap:.85rem}.form-section{border-radius:.5rem;border:1px solid var(--border-subtle);padding:.9rem 1rem;background:#fff}.form-section h2{margin:0 0 .55rem;font-size:1rem;font-weight:600;color:var(--text-main)}.section-help{margin:0 0 .6rem;font-size:.8rem;color:var(--text-muted)}.legal-text{margin:0 0 .5rem;font-size:.8rem;line-height:1.5;color:#374151}.grid{display:grid;gap:.6rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:.25rem}.field label{font-size:.82rem;color:#4b5563}.field input,.field select,.field textarea{border-radius:.4rem;border:1px solid var(--border-soft);padding:.45rem .6rem;font-size:.85rem;color:var(--text-main);background:#fff}.field textarea{min-height:70px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 1px var(--accent-soft)}.checkbox-field{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#4b5563}.checkbox-field input[type=checkbox],.checkbox-field input[type=radio]{width:14px;height:14px}.text-muted{font-size:.78rem;color:var(--text-muted)}@media(max-width:900px){.app-header-inner{flex-direction:column;align-items:flex-start}.app-header-meta{align-items:flex-start}.wizard-shell{padding:1rem}.step-shell{padding:.9rem}.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.app-main{padding-inline:.4rem}.wizard-shell{padding:.85rem;border-radius:.6rem}.step-shell-header{flex-direction:column;align-items:flex-start}.stepper-label{white-space:normal}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}@media print{html,body{background:#fff!important}.app-header,.app-footer,.stepper,.step-shell-footer,.step-shell-header-actions{display:none!important}.app-main{padding:0}.wizard-shell,.step-shell{max-width:100%;border-radius:0;border:none;box-shadow:none;padding:0}.form-section{border:1px solid #000000;page-break-inside:avoid}}.intro-section{border-radius:.8rem;border:1px solid var(--border-subtle);background:radial-gradient(circle at top left,rgba(251,245,237,.9),transparent 55%),#fff;box-shadow:0 16px 40px #0f172a1f}.intro-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.9rem;margin-bottom:.9rem;border-bottom:1px solid rgba(226,232,240,.95)}.intro-title{margin:0 0 .25rem;font-size:1.15rem;font-weight:650;letter-spacing:.03em;text-transform:uppercase;color:var(--header-bg)}.intro-subtitle{margin:0;font-size:.88rem;color:var(--text-muted)}.intro-pill-row{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-end}.intro-pill{padding:.22rem .7rem;font-size:.76rem;border-radius:999px;border:1px solid rgba(209,213,219,.9);background:#f9fafb;color:#4b5563;text-transform:uppercase;letter-spacing:.09em}.intro-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:1.1rem}.intro-main,.intro-side{display:flex;flex-direction:column;gap:.85rem}.intro-hero{display:flex;gap:.9rem;padding:.8rem .9rem;border-radius:.75rem;border:1px solid rgba(229,231,235,.9);background:linear-gradient(135deg,#f8f4eff5,#fcf9f3fc)}.intro-hero-text{flex:2}.intro-hero-text h3{margin:0 0 .35rem;font-size:1rem;font-weight:600;color:var(--accent-dark)}.intro-hero-text p{margin:0 0 .4rem;font-size:.86rem;color:#374151}.intro-hero-list{margin:0;padding-left:1rem;font-size:.84rem;color:#374151}.intro-hero-list li{margin-bottom:.2rem}.intro-hero-cta{flex:1.4;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.45rem}.intro-hero-button{padding-inline:1.7rem;font-weight:500;box-shadow:0 10px 20px #9453244d}.intro-hero-note{margin:0;font-size:.76rem;color:var(--text-muted);text-align:right}.intro-jobs{border-radius:.7rem;border:1px solid rgba(229,231,235,.95);padding:.8rem .9rem;background:#fff}.intro-section-heading{margin:0 0 .15rem;font-size:.96rem;font-weight:600;color:#111827}.intro-section-caption{margin:0 0 .55rem;font-size:.8rem;color:var(--text-muted)}.job-accordion{display:flex;flex-direction:column;gap:.45rem}.job-panel{border-radius:.6rem;border:1px solid rgba(209,213,219,.95);background:#fdfdfc;padding:.45rem .7rem;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .12s ease}.job-panel[open]{background:#fff8f1;border-color:#d89549e6;box-shadow:0 8px 22px #94532429;transform:translateY(-1px)}.job-panel-header{list-style:none;display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem;cursor:pointer}.job-panel-header::-webkit-details-marker{display:none}.job-panel-title{font-size:.9rem;font-weight:600;color:#1f2937}.job-panel-meta{display:inline-flex;flex-wrap:wrap;gap:.3rem;align-items:center}.job-tag{font-size:.74rem;padding:.16rem .55rem;border-radius:999px;background:#b8733317;color:#92400e;border:1px solid rgba(217,119,6,.5)}.job-tag-outline{background:#fff;color:#4b5563;border-color:#d1d5db}.job-panel-body{margin-top:.45rem;padding-top:.45rem;border-top:1px solid rgba(229,231,235,.95);font-size:.82rem;line-height:1.55;color:#374151}.job-panel-body h4{margin:.45rem 0 .2rem;font-size:.86rem;font-weight:600}.job-panel-body ul{margin:.2rem 0 .35rem;padding-left:1.1rem}.job-panel-body li{margin-bottom:.18rem}.job-org{margin-bottom:.35rem}.side-card{border-radius:.7rem;border:1px solid rgba(229,231,235,.98);background:#f9fafb;padding:.75rem .9rem}.side-card-title{margin:0 0 .35rem;font-size:.94rem;font-weight:600;color:#111827}.benefits-card{background:#fefcf8}.benefits-list{margin:.35rem 0 0;padding-left:1rem;font-size:.82rem;color:#374151}.benefits-list li{margin-bottom:.2rem}.intro-bottom-apply{margin-top:.9rem;display:flex;justify-content:center}.intro-bottom-button{padding-inline:1.8rem;font-weight:500}@media(max-width:960px){.intro-grid{grid-template-columns:minmax(0,1fr)}.intro-hero{flex-direction:column}.intro-hero-cta{align-items:flex-start;text-align:left}.intro-header-row{flex-direction:column}.intro-pill-row{justify-content:flex-start}}@media(max-width:640px){.intro-section{border-radius:.6rem;box-shadow:0 10px 24px #0f172a1f}.intro-hero,.intro-jobs,.side-card{padding:.7rem .75rem}}.resume-section{border:1px solid var(--border-soft);background:#fff;border-radius:.75rem;box-shadow:0 8px 20px #0f172a0f}.resume-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.resume-section-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;font-size:.75rem;color:var(--text-muted)}.resume-last-run{font-size:.75rem;padding:.2rem .6rem;border-radius:999px;background:#f9fafb;border:1px dashed var(--border-soft)}.resume-server-chip{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.25rem .6rem;font-size:.72rem;border:1px solid transparent}.resume-server-dot{width:.45rem;height:.45rem;border-radius:999px}.resume-server-chip-ok{background:var(--success-soft);border-color:var(--success-soft-2);color:#166534}.resume-server-chip-ok .resume-server-dot{background:var(--success)}.resume-server-chip-warn{background:#fffbeb;border-color:#facc15;color:#854d0e}.resume-server-chip-warn .resume-server-dot{background:#f97316}.resume-server-chip-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.resume-server-chip-error .resume-server-dot{background:#ef4444}.resume-mini-steps{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.resume-mini-step{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;border:1px solid var(--border-subtle);font-size:.75rem;color:var(--text-muted);background:#f9fafb}.resume-mini-step .bubble{width:1.1rem;height:1.1rem;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.6rem;border:1px solid var(--border-soft);background:#fff}.resume-mini-step.active{border-color:var(--accent-border);background:var(--accent-soft-2);color:var(--accent-dark)}.resume-mini-step.active .bubble{border-color:var(--accent);background:var(--accent-soft)}.resume-mini-step.completed{border-color:var(--success);background:var(--success-soft);color:#166534}.resume-mini-step.completed .bubble{border-color:var(--success);background:var(--success-soft-2)}.resume-upload-card{border-radius:.75rem;border:1px dashed var(--border-soft);background:#f9fafb;padding:.9rem;display:flex;flex-direction:column;gap:.75rem}.resume-upload-body{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch}.resume-dropzone{flex:1;border-radius:.65rem;border:1px dashed var(--border-soft);background:#fff;padding:.8rem .9rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .1s ease}.resume-dropzone:hover{border-color:var(--accent-border);box-shadow:0 0 0 1px var(--accent-soft);transform:translateY(-1px)}.resume-dropzone-dragging{border-color:var(--accent);background:var(--accent-soft-2);box-shadow:0 0 0 1px var(--accent-soft)}.resume-dropzone-inner{display:flex;align-items:center;gap:.75rem}.resume-dropzone-icon{width:2.1rem;height:2.1rem;border-radius:.6rem;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);font-size:1.2rem}.resume-dropzone-title{font-size:.9rem;font-weight:600;color:var(--text-main)}.resume-dropzone-caption{font-size:.78rem;color:var(--text-muted)}.resume-upload-actions{display:flex;flex-direction:column;gap:.3rem;align-items:flex-start}.resume-secondary-hint{font-size:.78rem;color:var(--text-muted)}.resume-status{margin-top:.6rem;border-radius:.55rem;padding:.55rem .75rem;display:flex;align-items:flex-start;gap:.55rem;font-size:.8rem}.resume-status-dot{width:.45rem;height:.45rem;border-radius:999px;margin-top:.2rem}.resume-status-title{font-weight:600;margin-bottom:.1rem}.resume-status-subtitle{color:var(--text-muted)}.resume-status-uploading{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.resume-status-uploading .resume-status-dot{background:#3b82f6}.resume-status-success{background:var(--success-soft);border:1px solid var(--success-soft-2);color:#166534}.resume-status-success .resume-status-dot{background:var(--success)}.resume-status-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.resume-status-error .resume-status-dot{background:#ef4444}.resume-mapping-panel{margin-top:.75rem;border-radius:.7rem;border:1px solid var(--border-soft);background:#fff;padding:.8rem .9rem;display:flex;flex-direction:column;gap:.6rem}.resume-mapping-header{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.resume-toggle-grid{display:flex;flex-wrap:wrap;gap:.4rem}.resume-toggle-pill{border-radius:999px;padding:.25rem .7rem;border:1px solid var(--border-soft);background:#f9fafb;font-size:.78rem;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .08s ease}.resume-toggle-pill .pill-dot{width:.4rem;height:.4rem;border-radius:999px;background:#9ca3af}.resume-toggle-pill .pill-label{font-weight:500}.resume-toggle-pill .pill-state{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.resume-toggle-pill.active{background:var(--accent-soft-2);border-color:var(--accent-border);box-shadow:0 0 0 1px var(--accent-soft);transform:translateY(-1px)}.resume-toggle-pill.active .pill-dot{background:var(--accent)}.resume-mapping-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.resume-snapshot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:.35rem}.resume-snapshot-card{border-radius:.6rem;border:1px solid var(--border-subtle);background:#f9fafb;padding:.6rem .7rem}.resume-snapshot-title{font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:var(--text-main)}.resume-snapshot-body{display:flex;flex-direction:column;gap:.25rem}.resume-snapshot-line{display:flex;justify-content:space-between;gap:.5rem;font-size:.78rem}.resume-snapshot-line .label{color:var(--text-muted)}.resume-snapshot-job{padding:.25rem 0;border-top:1px dashed var(--border-subtle);font-size:.78rem}.resume-snapshot-job:first-of-type{border-top:none}.resume-snapshot-job-title{font-weight:600}.resume-snapshot-job-meta{color:var(--text-muted)}.resume-snapshot-job-duties{margin-top:.15rem}.resume-preview-details{margin-top:.4rem;font-size:.78rem}.resume-preview-details summary{cursor:pointer;color:var(--accent-dark)}.resume-preview-json{margin-top:.35rem;max-height:220px;overflow:auto;background:#020617;color:#e5e7eb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;padding:.55rem .6rem;border-radius:.45rem}.resume-meta-footnote{font-size:.75rem}.resume-meta-footnote .warn{color:#b91c1c}.resume-inline-error{margin-top:.65rem;font-size:.78rem;padding:.5rem .7rem;border-radius:.5rem;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.resume-not-applied-pill{font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:#fffbeb;border:1px solid #facc15;color:#854d0e}.resume-applied-pill{font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:var(--success-soft);border:1px solid var(--success-soft-2);color:#166534}.resume-apply-btn{font-weight:600;padding-inline:1.3rem}.resume-apply-confirm{margin-top:.4rem;font-size:.8rem;padding:.45rem .6rem;border-radius:.5rem;background:var(--success-soft);border:1px solid var(--success-soft-2);color:#166534}@media(max-width:900px){.resume-section-header{flex-direction:column;align-items:flex-start}.resume-section-meta{align-items:flex-start}.resume-upload-body{flex-direction:column}.resume-snapshot-grid{grid-template-columns:1fr}}.application-info-step .application-info-card{border-radius:.9rem;padding:1.1rem 1.2rem}.application-info-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.application-info-step .application-info-card h2{margin-bottom:.35rem}.application-info-step .application-info-card .section-help{margin-bottom:0}.application-info-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end}.app-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.18rem .55rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.app-chip-step{background:#f3f4ff;border-color:#c7d2fe;color:#3730a3}.app-chip-required{background:#fef3c7;border-color:#facc15;color:#92400e}.application-info-grid{align-items:flex-end;margin-bottom:.9rem}.application-info-step .field label{font-weight:500}.application-info-step input::placeholder,.application-info-step select::placeholder{color:#9ca3af}.application-info-step .field-hint{margin-top:.25rem;font-size:.78rem;color:#6b7280}.application-info-step .optional-tag{font-size:.75rem;font-weight:400;color:#9ca3af;margin-left:.25rem}.application-info-referred{margin-top:.75rem}@media(max-width:640px){.application-info-header-row{flex-direction:column;align-items:flex-start}.application-info-meta{justify-content:flex-start}.application-info-step .application-info-card{padding-inline:.9rem}}.general-info-step .general-info-card{border-radius:.9rem;padding:1.1rem 1.2rem}.general-info-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.general-info-step .general-info-card h2{margin-bottom:.35rem}.general-info-step .general-info-card .section-help{margin-bottom:0}.general-info-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end}.gi-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.18rem .55rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.gi-chip-step{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.gi-chip-required{background:#fef3c7;border-color:#facc15;color:#92400e}.general-info-name-field{margin-bottom:.9rem}.general-info-step .required-tag{color:#b91c1c;font-size:.78rem;margin-left:.25rem}.general-info-step .optional-tag{color:#9ca3af;font-size:.75rem;font-weight:400;margin-left:.25rem}.general-info-step .general-info-address-grid .field label{font-weight:500}.general-info-contact-grid{margin-top:.9rem}.general-info-step .field-hint{margin-top:.25rem;font-size:.78rem;color:#6b7280}.general-info-step .subtle-hint{margin-top:.35rem}.general-info-step input::placeholder{color:#9ca3af}@media(max-width:640px){.general-info-header-row{flex-direction:column;align-items:flex-start}.general-info-meta{justify-content:flex-start}.general-info-step .general-info-card{padding-inline:.9rem}}.employment-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.employment-step h2{margin-bottom:.35rem}.employment-step .section-help{margin-bottom:0}.employment-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end}.emp-chip{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.emp-chip-step{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.emp-chip-guidance{background:#fef3c7;border-color:#facc15;color:#92400e}.emp-chip-index{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.emp-chip-current{background:var(--accent-soft-2, #fdf7f1);border-color:var(--accent-border, #d1893b);color:var(--accent-dark, #945324)}.employment-block{border-radius:.7rem;border:1px dashed #d1d5db;padding:.9rem 1rem;background:#f9fafb;margin-bottom:.8rem}.employment-block:nth-of-type(odd){background:#fdfaf6}.employment-block-header{display:flex;justify-content:space-between;gap:.6rem;align-items:flex-start;margin-bottom:.55rem}.employment-block h3{margin:0 0 .1rem;font-size:.95rem;font-weight:600;color:#111827}.employment-subhelp{margin:0;font-size:.78rem;color:#6b7280}.employment-pill-row{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:flex-end}.employment-block .grid{gap:.55rem}.employment-dates-grid{margin-top:.4rem}.employment-block textarea{min-height:80px}.employment-footer-grid{margin-top:.55rem}.employment-step .field-hint{margin-top:.2rem;font-size:.78rem;color:#6b7280}.employment-step .optional-tag{color:#9ca3af;font-size:.75rem;font-weight:400;margin-left:.25rem}.employment-footer-note{margin-top:.65rem;font-size:.8rem;color:#6b7280}.employment-step input::placeholder,.employment-step textarea::placeholder{color:#9ca3af}@media(max-width:768px){.employment-header-row{flex-direction:column;align-items:flex-start}.employment-meta{justify-content:flex-start}.employment-block-header{flex-direction:column;align-items:flex-start}.employment-pill-row{justify-content:flex-start}.employment-step .employment-section{padding-inline:.9rem}}.education-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.education-step h2{margin-bottom:.35rem}.education-step .section-help{margin-bottom:0}.education-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end}.edu-chip{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.edu-chip-step{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.edu-chip-required{background:#fef3c7;border-color:#facc15;color:#92400e}.edu-chip-summary{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.edu-chip-summary .edu-chip-label{font-weight:500}.education-details-wrapper{margin-top:.8rem}.education-hint{font-size:.8rem;color:#6b7280;margin-top:.4rem}.education-details-card{margin-top:.4rem;border-radius:.65rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0d}.education-card-header{display:flex;justify-content:space-between;gap:.6rem;align-items:flex-start;margin-bottom:.5rem}.education-details-card h3{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#111827}.education-details-card .section-help{margin:0 0 .6rem;font-size:.8rem;color:#6b7280}.education-details-card .grid-2,.education-details-card .grid-3{gap:.55rem}.education-details-card .field:last-child textarea{min-height:80px}.education-step .field-hint{margin-top:.2rem;font-size:.78rem;color:#6b7280}.education-step .optional-tag{color:#9ca3af;font-size:.75rem;font-weight:400;margin-left:.25rem}.education-subnote{font-size:.78rem;margin-top:.25rem}.education-step input::placeholder,.education-step textarea::placeholder{color:#9ca3af}@media(max-width:768px){.education-header-row{flex-direction:column;align-items:flex-start}.education-meta{justify-content:flex-start}.education-card-header{flex-direction:column;align-items:flex-start}.education-step .education-section{padding-inline:.9rem}}.skills-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.skills-step h2{margin-bottom:.35rem}.skills-step .section-help{margin-bottom:0}.skills-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end}.skills-chip{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.skills-chip-step{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.skills-chip-focus{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.skills-chip-optional{background:#fef3c7;border-color:#facc15;color:#92400e}.skills-card{margin-top:.8rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0a}.skills-card-overview{background:#fdfaf6}.skills-card-title{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#111827}.skills-card-header-row{display:flex;justify-content:space-between;gap:.6rem;align-items:center;margin-bottom:.35rem}.skills-card .grid-2{gap:.6rem}.skills-step .field-hint{margin-top:.2rem;font-size:.78rem;color:#6b7280}.skills-step .optional-tag{color:#9ca3af;font-size:.75rem;font-weight:400;margin-left:.25rem}.skills-step input::placeholder,.skills-step textarea::placeholder{color:#9ca3af}@media(max-width:768px){.skills-header-row{flex-direction:column;align-items:flex-start}.skills-meta{justify-content:flex-start}.skills-card-header-row{flex-direction:column;align-items:flex-start}.skills-step .skills-section{padding-inline:.9rem}}.references-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.references-step h2{margin-bottom:.35rem}.references-step .section-help{margin-bottom:0}.references-meta{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.references-chip{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.references-chip-primary{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.references-chip-muted{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.reference-row{padding:.75rem .9rem;border-radius:.7rem;background:#f9fafb;border:1px solid #e5e7eb;margin-bottom:.7rem;box-shadow:0 4px 12px #0f172a08}.reference-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.45rem}.reference-row-title{font-size:.9rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.4rem}.reference-row-subtitle{font-size:.75rem;color:#6b7280}.reference-remove-btn{font-size:.75rem;padding:.25rem .55rem}.reference-row .grid-3{gap:.55rem}.references-controls-row{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.references-limit-note{font-size:.78rem;color:#6b7280}.references-authorization-card{margin-top:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fdfaf6;padding:.85rem .95rem}.references-authorization-card h3{margin:0 0 .4rem;font-size:.95rem;font-weight:600;color:#111827}.references-authorization-text{margin:0 0 .6rem;font-size:.8rem;color:#4b5563}.inline-initials{display:flex;flex-direction:column;max-width:260px}.inline-initials input{max-width:150px}.references-step input::placeholder{color:#9ca3af}@media(max-width:768px){.references-header-row{flex-direction:column;align-items:flex-start}.references-meta{justify-content:flex-start}.references-step .references-section{padding-inline:.9rem}}.medical-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem}.medical-step h2{margin-bottom:.35rem}.medical-step .section-help{margin-bottom:0}.medical-meta{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.medical-chip{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;border:1px solid transparent;white-space:nowrap}.medical-chip-primary{background:#fef3c7;border-color:#facc15;color:#92400e}.medical-chip-muted{background:#f3f4f6;border-color:#e5e7eb;color:#374151}.medical-disclosure-card{border-radius:.75rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0d;margin-bottom:.85rem}.medical-disclosure-card h3{margin:0 0 .45rem;font-size:.95rem;font-weight:600;color:#111827}.medical-disclosure-card .legal-text{font-size:.8rem;color:#4b5563;line-height:1.5;margin:0 0 .5rem}.medical-disclosure-card .legal-text:last-of-type{margin-bottom:.75rem}.medical-initials-field{max-width:260px}.medical-initials-field input{max-width:140px}.medical-ability-card{border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;padding:.9rem 1rem;box-shadow:0 4px 12px #0f172a0a;margin-top:.4rem}.medical-ability-card h3{margin:0 0 .45rem;font-size:.95rem;font-weight:600;color:#111827}.medical-ability-card .section-help{margin-bottom:.6rem}.medical-small-note{margin-top:.25rem;font-size:.78rem;color:#6b7280}.medical-step input::placeholder{color:#9ca3af}@media(max-width:768px){.medical-header-row{flex-direction:column;align-items:flex-start}.medical-meta{justify-content:flex-start}.medical-step .medical-section{padding-inline:.9rem}}.affiliations-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem}.affiliations-header-row h2{margin-bottom:.35rem}.affiliations-header-row .section-help{margin:0}.affiliations-optional-pill{align-self:center;font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;white-space:nowrap}.affiliations-examples-card{margin-bottom:.85rem;border-radius:.65rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0a}.affiliations-examples-title{font-size:.85rem;font-weight:600;color:#111827;margin-bottom:.4rem}.affiliations-examples-list{margin:0 0 .4rem 1rem;padding-left:.75rem;font-size:.8rem;color:#374151}.affiliations-examples-list li{margin-bottom:.15rem}.affiliations-examples-footnote{margin:0;font-size:.76rem;color:#6b7280}.affiliations-field textarea{min-height:130px;resize:vertical}.affiliations-label-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.affiliations-label-row label{font-weight:500}.affiliations-note{font-size:.75rem;color:#6b7280}.affiliations-footer-row{margin-top:.3rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem}.affiliations-helper{margin:0;font-size:.78rem;color:#6b7280}.affiliations-counter{font-size:.74rem;color:#6b7280;white-space:nowrap}.affiliations-counter.over-limit{color:#b91c1c}@media(max-width:640px){.affiliations-header-row{flex-direction:column;align-items:flex-start}.affiliations-optional-pill{align-self:flex-start}.affiliations-footer-row{flex-direction:column;align-items:flex-start}}.employment-cert-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.9rem}.employment-cert-header h2{margin-bottom:.35rem}.employment-cert-header .section-help{margin:0}.employment-cert-required-pill{align-self:center;font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;white-space:nowrap}.employment-cert-card{border-radius:.7rem;border:1px solid #e5e7eb;background:#fff;padding:.9rem 1rem;box-shadow:0 8px 20px #0f172a0a;margin-bottom:.75rem}.employment-cert-card.subtle-card{background:#f9fafb}.employment-cert-card-header{margin-bottom:.5rem}.employment-cert-card-header h3{margin:0;font-size:.95rem;font-weight:600;color:#111827}.employment-cert-card-header .section-help{margin-top:.25rem;margin-bottom:0}.employment-cert-card .legal-text{margin-bottom:.55rem;font-size:.85rem;line-height:1.5}.inline-initials{margin-top:.45rem}.inline-label-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.inline-label-row label{font-weight:500}.inline-helper{font-size:.75rem;color:#6b7280}.inline-initials input{max-width:150px;margin-top:.25rem}.employment-cert-card .grid.grid-2{gap:.6rem}.employment-cert-signature-row{margin-top:.6rem}.employment-cert-signature-row .field input[type=text]{font-family:Dancing Script,Segoe Script,Lucida Handwriting,cursive;font-size:1rem;color:#374151;height:22px;padding:2px 4px;margin-top:4px;border-radius:0;border-width:0 0 1px 0;border-style:solid;border-color:#d1d5db;background:transparent;line-height:1.1}.employment-cert-signature-row .field input[type=text]:focus{outline:none;border-color:#b87333;box-shadow:0 1px #b87333}.employment-cert-signature-row .field input[type=text]::placeholder{color:#bfbfbf;font-size:1.05rem}.signature-helper{margin:.25rem 0 0;font-size:.75rem;color:#6b7280}.employment-cert-signature-row .field input[type=date]{font-size:.9rem;font-weight:400;color:#111827}.employment-cert-signature-row .field input[type=date]::-webkit-datetime-edit{color:#111827}.employment-cert-signature-row .field input[type=date]:placeholder-shown::-webkit-datetime-edit{color:#9ca3af}.employment-cert-signature-row .field input[type=date]::-webkit-calendar-picker-indicator{opacity:.55}@media(max-width:640px){.employment-cert-header{flex-direction:column;align-items:flex-start}.employment-cert-required-pill{align-self:flex-start}.inline-label-row{flex-direction:column;align-items:flex-start}}.eeo-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.8rem}.eeo-header h2{margin-bottom:.35rem}.eeo-header .section-help{margin:0}.eeo-pill{align-self:center;font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;white-space:nowrap}.eeo-name-row{margin-bottom:.7rem}.eeo-intro-block .legal-text{margin-bottom:.55rem;font-size:.85rem;line-height:1.5}.eeo-card{border-radius:.7rem;border:1px solid #e5e7eb;background:#fff;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0a;margin-top:.7rem}.eeo-card-header{margin-bottom:.5rem}.eeo-card-header h3{margin:0;font-size:.95rem;font-weight:600;color:#111827}.eeo-card-subtitle{margin:.25rem 0 0;font-size:.78rem;color:#6b7280}.eeo-radio-group{display:flex;flex-direction:column;gap:.45rem}.eeo-radio-group-inline{flex-direction:row;flex-wrap:wrap}.eeo-radio{display:flex;align-items:flex-start;gap:.4rem;font-size:.85rem;color:#111827}.eeo-radio input[type=radio]{margin-top:.15rem}.eeo-radio-long{padding:.35rem .4rem;border-radius:.4rem;transition:background .12s ease,border-color .12s ease}.eeo-radio-long:hover{background:#f9fafb}.eeo-option-text{display:flex;flex-direction:column;gap:.1rem}.eeo-option-main{font-weight:500}.eeo-option-desc{font-size:.8rem;color:#4b5563}@media(max-width:640px){.eeo-header{flex-direction:column;align-items:flex-start}.eeo-pill{align-self:flex-start}.eeo-radio-group-inline{flex-direction:column}}.disability-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;margin-bottom:.8rem}.disability-header h2{margin-bottom:.35rem}.disability-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;font-size:.75rem;color:#6b7280}.disability-pill{margin-top:.3rem;font-size:.75rem;padding:.25rem .6rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;white-space:nowrap}.disability-row-top{margin-bottom:.9rem}.disability-card{border-radius:.7rem;border:1px solid #e5e7eb;background:#fff;padding:.9rem 1rem;box-shadow:0 6px 16px #0f172a0a;margin-bottom:.8rem}.disability-card h3{margin:0 0 .4rem;font-size:.95rem;font-weight:600;color:#111827}.disability-list-card{margin-top:.5rem;border-radius:.6rem;border:1px dashed #d1d5db;background:#f9fafb;padding:.7rem .9rem;max-height:260px;overflow-y:auto}.disability-list-card ul.legal-text{margin:0;padding-left:1.2rem}.disability-list-card ul.legal-text li{margin-bottom:.22rem}.disability-choice-card .legal-text{margin-bottom:.5rem}.disability-radio-group{display:flex;flex-direction:column;gap:.4rem}.disability-radio{display:flex;align-items:flex-start;gap:.4rem;font-size:.85rem;color:#111827;padding:.3rem .4rem;border-radius:.4rem;transition:background .12s ease,border-color .12s ease}.disability-radio input[type=radio]{margin-top:.15rem}.disability-radio:hover{background:#f9fafb}.disability-burden{margin:.6rem 0 .8rem;font-size:.8rem;color:#4b5563}.disability-employer-card h3{text-transform:uppercase;font-size:.85rem;letter-spacing:.04em}.disability-signature-row{margin-top:.8rem}.disability-signature-row .field input[type=text]{font-family:Dancing Script,Segoe Script,Lucida Handwriting,cursive;font-size:1rem;color:#374151;height:22px;padding:2px 4px;margin-top:4px;border-radius:0;border-width:0 0 1px 0;border-style:solid;border-color:#d1d5db;background:transparent;line-height:1.1}.disability-signature-row .field input[type=text]:focus{outline:none;border-color:#b87333;box-shadow:0 1px #b87333}.disability-signature-row .field input[type=text]::placeholder{color:#bfbfbf;font-size:1.05rem}.disability-signature-row .field input[type=date]{font-size:.9rem;font-weight:400;color:#111827}.disability-signature-row .field input[type=date]::-webkit-datetime-edit{color:#111827}.disability-signature-row .field input[type=date]:placeholder-shown::-webkit-datetime-edit{color:#9ca3af}.disability-signature-row .field input[type=date]::-webkit-calendar-picker-indicator{opacity:.55}@media(max-width:640px){.disability-header{flex-direction:column;align-items:flex-start}.disability-meta{align-items:flex-start}.disability-pill{align-self:flex-start}}.veteran-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.9rem;margin-bottom:.9rem}.veteran-header h2{margin-bottom:.35rem;font-size:1rem;line-height:1.45}.veteran-meta{display:flex;flex-direction:column;align-items:flex-end;font-size:.75rem;gap:.15rem;color:#6b7280}.veteran-pill{margin-top:.25rem;font-size:.75rem;padding:.22rem .6rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;white-space:nowrap}.veteran-intro .legal-text{margin-bottom:.6rem;color:#4b5563;font-size:.85rem;line-height:1.45}.veteran-card{margin-top:.6rem;border-radius:.7rem;border:1px solid #e5e7eb;background:#fff;padding:1rem 1.15rem;box-shadow:0 6px 16px #0f172a0d}.veteran-card h3{margin:0 0 .55rem;font-size:.95rem;font-weight:600;color:#111827}.veteran-radio-group{display:flex;flex-direction:column;gap:.5rem}.veteran-radio{display:flex;align-items:flex-start;gap:.5rem;padding:.38rem .45rem;border-radius:.4rem;font-size:.85rem;color:#111827;transition:background .12s ease}.veteran-radio input[type=radio]{margin-top:.2rem}.veteran-radio:hover{background:#f9fafb}.veteran-definitions-card{margin:.35rem .2rem .5rem 1.7rem;padding:.75rem .95rem;border-radius:.65rem;border:1px dashed #d1d5db;background:#f9fafb;max-height:260px;overflow-y:auto}.veteran-definitions-card .legal-text{margin-bottom:.25rem;font-size:.82rem;line-height:1.35}.veteran-signature-row{margin-top:.75rem}.veteran-signature-row .field input[type=text]{font-family:Dancing Script,Segoe Script,Lucida Handwriting,cursive;font-size:1rem;color:#374151;height:22px;padding:2px 4px;margin-top:4px;border-radius:0;border-width:0 0 1px 0;border-color:#d1d5db;background:transparent}.veteran-signature-row .field input[type=text]:focus{outline:none;border-color:#b87333;box-shadow:0 1px #b87333}.veteran-signature-row .field input[type=text]::placeholder{color:#bfbfbf;font-size:1.05rem}.veteran-signature-row .field input[type=date]{font-size:.9rem;font-weight:400;color:#111827}.veteran-signature-row .field input[type=date]:not(:focus):placeholder-shown{color:#9ca3af}.veteran-signature-row .field input[type=date]::-webkit-datetime-edit{color:#111827}.veteran-signature-row .field input[type=date]:placeholder-shown::-webkit-datetime-edit{color:#9ca3af}.veteran-signature-row .field input[type=date]::-webkit-calendar-picker-indicator{opacity:.55}@media(max-width:640px){.veteran-header{flex-direction:column;align-items:flex-start}.veteran-meta{align-items:flex-start}.veteran-pill{align-self:flex-start}.veteran-definitions-card{margin-left:1rem}}.agreement-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;margin-bottom:.8rem}.agreement-header h2{margin-bottom:.35rem;font-size:1rem;line-height:1.5}.agreement-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.75rem;color:#6b7280}.agreement-pill{font-size:.75rem;padding:.25rem .7rem;border-radius:999px;background:#fffbeb;border:1px solid #facc15;color:#854d0e;white-space:nowrap}.agreement-card{margin-top:.4rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#fff;padding:.95rem 1.05rem;box-shadow:0 8px 18px #0f172a0d}.agreement-card .legal-text{margin-bottom:.55rem}.agreement-warning{margin-top:.7rem;padding:.6rem .75rem;border-radius:.55rem;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-weight:600;text-transform:uppercase;font-size:.82rem}.agreement-signature-row{margin-top:1rem}.agreement-signature-row .field input[type=text]{font-family:Dancing Script,Segoe Script,Bradley Hand,cursive;font-size:1rem;height:22px;padding:2px 4px;margin-top:4px;border-radius:0;border-width:0 0 1px 0;border-style:solid;border-color:#d1d5db;background:transparent;line-height:1.1}.agreement-signature-row .field input[type=text]:focus{outline:none;border-color:#b87333;box-shadow:0 1px #b87333}.agreement-signature-row .field input[type=text]::placeholder{color:#9ca3af;font-family:inherit;font-size:.9rem}@media(max-width:640px){.agreement-header{flex-direction:column;align-items:flex-start}.agreement-meta{align-items:flex-start}.agreement-pill{align-self:flex-start}.agreement-card{padding-inline:.85rem}}.review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.9rem;margin-bottom:.8rem}.review-header h2{margin-bottom:.35rem}.review-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.75rem;color:#6b7280}.review-pill{padding:.25rem .7rem;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;color:#166534;font-size:.75rem;font-weight:500;white-space:nowrap}.review-hint{max-width:260px;text-align:right}.review-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.9rem}.review-card{border-radius:.8rem;border:1px solid #e5e7eb;background:#f9fafb;padding:.9rem 1rem;box-shadow:0 10px 24px #0f172a0f;font-size:.85rem}.review-card-header{display:flex;justify-content:space-between;align-items:center;gap:.4rem;margin-bottom:.5rem}.review-card-header h3{margin:0;font-size:.96rem;font-weight:600;color:#111827}.review-chip{font-size:.7rem;padding:.2rem .6rem;border-radius:999px;border:1px solid #e5e7eb;background:#f3f4f6;color:#4b5563;white-space:nowrap}.review-chip-primary{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.review-chip-attestation{background:#fef3c7;border-color:#fde68a;color:#92400e}.review-list{margin:0;padding:0}.review-list-row{display:grid;grid-template-columns:minmax(120px,1.2fr) minmax(0,2fr);column-gap:.7rem;row-gap:.2rem;align-items:baseline;padding:.18rem 0;border-top:1px dashed #e5e7eb}.review-list-row:first-of-type{border-top:none}.review-list-row dt{margin:0;font-weight:500;color:#4b5563;font-size:.8rem}.review-list-row dd{margin:0;font-size:.83rem;color:#111827}.review-empty{color:#9ca3af;font-style:italic}.review-contact-secondary{color:#4b5563}.review-note{margin-top:.55rem;font-size:.76rem;color:#6b7280}.review-footer{margin-top:1.1rem;padding:.7rem .85rem;border-radius:.7rem;background:#f9fafb;border:1px dashed #e5e7eb;font-size:.8rem;color:#4b5563}@media(max-width:640px){.review-header{flex-direction:column;align-items:flex-start}.review-meta{align-items:flex-start}.review-hint{text-align:left}.review-card{padding-inline:.85rem}.review-list-row{grid-template-columns:minmax(110px,1.1fr) minmax(0,2fr)}}
