@import"https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}:root{color-scheme:light;--red: #c8102e;--red-dark: #a20d26;--bg: #f5f7fa;--surface: #ffffff;--surface-2: #f3f5f8;--surface-3: #ebeef3;--border: #d8dde6;--border-2: #c4ccd9;--text: #1f2937;--text-soft: #4b5568;--text-muted: #6b7280;--navy: #1f2f4a;--navy-mid: #2a3f63;--off-white: #f3f5f8;--grey-light: #d8dde6;--grey-mid: #a7b1c2;--grey-text: #5a6578;--ui-bg: var(--surface);--ui-surface: var(--surface);--ui-border: var(--border);--ui-text: var(--text);--ui-muted: var(--text-soft);--ui-primary: var(--red);--ui-primary-strong: var(--red-dark);--ui-secondary: #fff0f3;--ui-good: #1f8a46;--ui-bad: #b63b3b;--status-good-bg: #f1f8f3;--status-good-border: #c8dfd0;--status-good-text: #1c5a35;--status-bad-bg: #fff5f5;--status-bad-border: #e9c8c8;--status-bad-text: #9b2f2f;--status-neutral-bg: #fafafa;--status-neutral-border: #e2e2e2;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08);--shadow-lg: 0 8px 18px rgba(15, 23, 42, .1);--radius: 6px;--radius-lg: 10px;font-family:"Source Sans 3",sans-serif;color:var(--text)}[data-theme=dark]{color-scheme:dark;--bg: #0f1117;--surface: #1a1d27;--surface-2: #21253a;--surface-3: #282d42;--border: #31384f;--border-2: #3a4260;--text: #e8ecf4;--text-soft: #9aa3ba;--text-muted: #6b7490;--navy: #7ba4d4;--navy-mid: #93b8e2;--off-white: #21253a;--grey-light: #31384f;--grey-mid: #4d5670;--grey-text: #8892a8;--ui-bg: var(--surface);--ui-surface: var(--surface);--ui-border: var(--border);--ui-text: var(--text);--ui-muted: var(--text-soft);--ui-secondary: #2c1f25;--status-good-bg: #0f2419;--status-good-border: #1e5032;--status-good-text: #6ee09a;--status-bad-bg: #2a1010;--status-bad-border: #6b2222;--status-bad-text: #f08a8a;--status-neutral-bg: #1a1d27;--status-neutral-border: #31384f;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 18px rgba(0, 0, 0, .45)}:root:not([data-theme]){color-scheme:light dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--bg: #0f1117;--surface: #1a1d27;--surface-2: #21253a;--surface-3: #282d42;--border: #31384f;--border-2: #3a4260;--text: #e8ecf4;--text-soft: #9aa3ba;--text-muted: #6b7490;--navy: #7ba4d4;--navy-mid: #93b8e2;--off-white: #21253a;--grey-light: #31384f;--grey-mid: #4d5670;--grey-text: #8892a8;--ui-bg: var(--surface);--ui-surface: var(--surface);--ui-border: var(--border);--ui-text: var(--text);--ui-muted: var(--text-soft);--ui-secondary: #2c1f25;--status-good-bg: #0f2419;--status-good-border: #1e5032;--status-good-text: #6ee09a;--status-bad-bg: #2a1010;--status-bad-border: #6b2222;--status-bad-text: #f08a8a;--status-neutral-bg: #1a1d27;--status-neutral-border: #31384f;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .25);--shadow-md: 0 4px 12px rgba(0, 0, 0, .35);--shadow-lg: 0 8px 18px rgba(0, 0, 0, .45)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);line-height:1.75;font-size:17.5px;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}h1,h2,h3{font-family:Libre Baskerville,Georgia,serif;line-height:1.2}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;vertical-align:middle}.ui-card{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:16px;box-shadow:var(--shadow-md);padding:1.75rem;transition:background .25s ease,border-color .25s ease}.ui-card__head{margin-bottom:1rem}.ui-card__head h2{display:flex;align-items:center;gap:.45rem;font-size:1.45rem;color:var(--ui-primary);margin-bottom:.5rem}.ui-card__icon{font-size:1.35rem;color:var(--red)}.ui-card__head p{color:var(--ui-muted);font-size:1.02rem}.ui-btn{border:1px solid transparent;border-radius:10px;padding:.82rem 1.2rem;font-size:1rem;font-weight:600;transition:background .2s,opacity .2s,border-color .2s,transform .2s,box-shadow .2s}.ui-btn:disabled{opacity:.5;cursor:not-allowed}.ui-btn--primary{background:var(--ui-primary);color:#fff}.ui-btn--primary:hover:not(:disabled){background:var(--ui-primary-strong);transform:translateY(-1px);box-shadow:0 10px 20px #c8102e2e}.ui-btn--secondary{background:var(--ui-secondary);color:var(--ui-primary);border-color:var(--ui-border)}.ui-btn--secondary:hover:not(:disabled){filter:brightness(.96);transform:translateY(-1px)}.ui-btn--ghost{background:transparent;color:var(--ui-primary);border-color:var(--ui-border)}.ui-btn--ghost:hover:not(:disabled){background:var(--surface-2)}.ui-btn--full{width:100%}.ui-label{color:var(--ui-primary);font-size:.95rem;font-weight:600}.ui-input{width:100%;border:1px solid var(--ui-border);border-radius:10px;padding:.78rem .9rem;font-size:1rem;color:var(--ui-text);background:var(--ui-surface);transition:background .2s,border-color .2s,color .2s}.ui-input:focus{outline:2px solid color-mix(in srgb,var(--red) 35%,transparent);outline-offset:0;border-color:color-mix(in srgb,var(--red) 60%,transparent)}.ui-input.is-valid{border-color:var(--status-good-border);background:color-mix(in srgb,var(--status-good-bg) 38%,var(--surface))}.ui-input.is-error{border-color:var(--status-bad-border);background:color-mix(in srgb,var(--status-bad-bg) 32%,var(--surface))}.ui-stack{display:flex;flex-direction:column;gap:.75rem}.ui-banner{border:1px solid var(--ui-border);background:color-mix(in srgb,var(--red) 5%,var(--surface));border-radius:10px;padding:.85rem 1rem;margin-bottom:1rem;font-size:1rem;color:var(--ui-text)}.reveal-section{opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease}.reveal-section.is-visible{opacity:1;transform:translateY(0)}.btn-primary{background:var(--red);color:#fff;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}.btn-ghost{background:#ffffff1a;color:#ffffffe6;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;font-size:.9rem;border:1px solid rgba(255,255,255,.2);transition:background .2s;display:inline-block}.btn-ghost:hover{background:#ffffff2e}.site-header{background:var(--surface);color:var(--text);position:sticky;top:0;z-index:100;border-top:4px solid var(--red);border-bottom:1px solid var(--border);transition:background .25s ease,border-color .25s ease}.header-inner{max-width:1300px;margin:0 auto;padding:0 1.25rem;height:56px;display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:nowrap;overflow:hidden}.wordmark{display:flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;padding:0;color:var(--text);flex-shrink:0}.flag-bar{display:flex;align-items:center;justify-content:center;width:40px;height:28px;border-radius:2px;overflow:hidden;background:transparent;flex-shrink:0}.flag-image{width:100%;height:100%;object-fit:contain}.wordmark-text{display:flex;flex-direction:column;text-align:left;line-height:1.2}.wordmark-canada{font-family:Libre Baskerville,serif;font-size:1rem;font-weight:700;color:var(--text);white-space:nowrap}.wordmark-service{font-size:.75rem;font-weight:400;color:var(--grey-text);letter-spacing:.01em;white-space:nowrap}.header-nav{display:flex;align-items:center;margin-left:auto;gap:.25rem;flex-wrap:nowrap;flex-shrink:0}.header-nav button{color:var(--text);font-size:.9rem;font-weight:600;padding:.4rem .6rem;border-radius:6px;border:1px solid transparent;line-height:1.2;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.header-nav button:hover,.header-nav button:focus-visible{background:var(--surface-2);border-color:var(--border);outline:none}.language-switch{display:inline-flex;align-items:center;gap:.2rem;margin-left:.4rem;padding-left:.55rem;border-left:1px solid var(--border);align-self:center;flex-shrink:0}.language-switch .material-symbols-outlined{font-size:1.1rem;color:var(--grey-text)}.language-select{min-width:130px;font-size:.85rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:.3rem .45rem}.language-select:focus-visible{border-color:var(--red);outline:none}.theme-toggle-group{display:flex;align-items:center;gap:.15rem;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px;flex-shrink:0}.theme-toggle-btn{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:background .18s,color .18s}.theme-toggle-btn:hover{color:var(--text)}.theme-toggle-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.theme-toggle-btn .material-symbols-outlined{font-size:1rem}.view-toggle-group{display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:2px;flex-shrink:0}.view-toggle-btn{border:none;background:transparent;color:var(--text-muted);border-radius:999px;padding:.28rem .6rem;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .18s,color .18s;white-space:nowrap}.view-toggle-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}@media(max-width:900px){.header-inner{gap:.35rem}.header-nav button{font-size:.82rem;padding:.35rem .45rem}.language-select{min-width:100px}}@media(max-width:640px){.header-inner{height:auto;padding:.55rem 1rem;flex-wrap:wrap;gap:.5rem}.header-nav{width:100%;order:3;margin-left:0;flex-wrap:wrap}.language-select{min-width:0;width:100%}.wordmark-service{display:none}.view-toggle-group{width:100%;order:4}.view-toggle-btn{flex:1;text-align:center}}.gov-home-wrap{max-width:1200px;margin:0 auto}.gov-home-hero{margin-top:1rem;padding:3.8rem 2.2rem;border-radius:20px;background:radial-gradient(circle at 15% 20%,rgba(200,16,46,.08),transparent 40%),radial-gradient(circle at 90% 80%,rgba(200,16,46,.09),transparent 45%),var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);transition:background .25s ease,border-color .25s ease}.gov-eyebrow{color:var(--red);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin-bottom:.75rem}.gov-home-hero h1{font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.1;color:var(--text);margin-bottom:1.1rem;max-width:16ch;font-weight:700}.gov-home-hero p{color:var(--text-soft);max-width:64ch;font-size:1.14rem}.gov-hero-body{white-space:pre-line}.hero-title-emphasis{text-decoration:underline;text-underline-offset:.2em}.hero-actions{margin-top:1.4rem;display:flex;gap:.75rem;flex-wrap:wrap}.hero-main{max-width:860px;margin:0 auto}.gov-home-section{margin-top:3.2rem}.section-title-row{margin-bottom:1.4rem}.section-title-row h2{font-size:clamp(1.75rem,3.8vw,2.5rem);color:var(--text);margin-bottom:.6rem}.section-title-row p{color:var(--text-soft);max-width:68ch;font-size:1.08rem}.popular-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.popular-service-card{border:1px solid var(--border);border-radius:14px;padding:1rem;background:var(--surface);display:flex;flex-direction:column;gap:.55rem}.popular-service-icon{color:var(--red);font-size:1.5rem}.popular-service-card h3{margin:0;color:var(--text);font-size:1rem}.popular-service-card p{margin:0;color:var(--text-soft);font-size:.9rem;line-height:1.4;min-height:2.7em}.popular-service-card .ui-btn{margin-top:auto}.service-selector-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,1fr);gap:1rem;align-items:start}.service-selector-panel{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:1rem;box-shadow:var(--shadow-md)}.service-category+.service-category{margin-top:1rem;padding-top:.95rem;border-top:1px solid var(--border)}.service-category h3{margin:0 0 .6rem;font-size:1rem;color:var(--text)}.service-compact-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.45rem}.service-compact-row{width:100%;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);display:grid;grid-template-columns:1.3rem minmax(0,1fr) auto;align-items:center;gap:.65rem;text-align:left;padding:.6rem .75rem;cursor:pointer;transition:border-color .2s ease,background .2s ease}.service-compact-row:hover{border-color:var(--border-2);background:color-mix(in srgb,var(--red) 3%,var(--surface))}.service-compact-row.is-selected{border-color:color-mix(in srgb,var(--red) 60%,var(--border));background:color-mix(in srgb,var(--red) 9%,var(--surface))}.service-compact-row__icon{font-size:1.08rem;color:var(--red)}.service-compact-row__title{font-weight:600;font-size:.95rem}.service-status-pill{font-size:.72rem;border-radius:999px;padding:.18rem .5rem;white-space:nowrap;border:1px solid transparent}.service-status-pill.is-active{background:var(--status-good-bg);color:var(--status-good-text);border-color:var(--status-good-border)}.service-status-pill.is-soon{background:color-mix(in srgb,var(--surface-3) 80%,var(--surface));color:var(--text-soft);border-color:var(--border)}.service-detail-panel{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:1.2rem;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:.75rem}.service-card-icon{width:42px;height:42px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--red) 10%,var(--surface));color:var(--red);margin-bottom:.8rem}.service-card-icon .material-symbols-outlined{font-size:1.35rem}.service-detail-panel h3{color:var(--text);font-size:1.28rem;margin:0}.service-detail-panel p{color:var(--text-soft);margin:0;font-size:.98rem}.service-detail-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-soft);font-weight:700}.service-detail-status{font-size:.86rem;border-radius:8px;padding:.42rem .55rem;border:1px solid transparent}.service-detail-status.is-active{background:var(--status-good-bg);color:var(--status-good-text);border-color:var(--status-good-border)}.service-detail-status.is-soon{background:color-mix(in srgb,var(--surface-3) 80%,var(--surface));color:var(--text-soft);border-color:var(--border)}.service-detail-panel .ui-btn--full{margin-top:.25rem;min-height:46px}@media(max-width:920px){.popular-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-selector-layout{grid-template-columns:1fr}}.how-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.how-step{border:1px solid var(--border);border-radius:14px;padding:1.15rem;background:var(--surface);transition:background .25s ease,border-color .25s ease;position:relative}.how-step-number{position:absolute;top:.72rem;right:.72rem;width:1.65rem;height:1.65rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--red) 60%,var(--border));color:var(--red);display:inline-flex;align-items:center;justify-content:center;font-size:.84rem;font-weight:700;background:color-mix(in srgb,var(--red) 10%,var(--surface))}.how-step .material-symbols-outlined{font-size:2rem;color:var(--red);margin-bottom:.5rem}.how-step h3{color:var(--text);font-size:1.2rem;margin-bottom:.35rem}.how-step p{color:var(--text-soft);font-size:1rem}.security-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.security-item{display:flex;gap:.72rem;border:1px solid var(--border);border-radius:14px;padding:1.1rem;background:var(--surface);transition:background .25s ease,border-color .25s ease}.security-item .material-symbols-outlined{color:var(--red);font-size:1.5rem}.security-item h3{color:var(--text);font-size:1.08rem;margin-bottom:.2rem}.security-item p{color:var(--text-soft);font-size:.98rem}.support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.support-grid p{border:1px solid var(--border);border-radius:12px;padding:.85rem .9rem;background:var(--surface);color:var(--text);transition:background .25s ease,border-color .25s ease}.renewal-shell{max-width:860px;margin:2rem auto 0;padding:0 1rem 1rem}.step-header{margin-bottom:1rem}.step-count{font-size:1rem;color:var(--grey-text);margin-bottom:.45rem;font-weight:600}.step-progress{height:9px;background:var(--surface-3);border-radius:999px;overflow:hidden}.step-progress>div{height:100%;background:var(--red);transition:width .24s ease}.step-node-list{margin:.95rem 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.step-node-btn{width:100%;border:1px solid var(--border);border-radius:12px;padding:.55rem .5rem;display:flex;align-items:center;gap:.4rem;background:var(--surface);color:var(--text-soft);transition:border-color .2s ease,background .2s ease,color .2s ease}.step-node-index{width:1.2rem;height:1.2rem;border-radius:999px;background:var(--surface-3);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.step-node-label{font-size:.78rem;font-weight:600;text-align:left}.step-node .material-symbols-outlined{font-size:1rem}.step-node.is-current .step-node-btn{border-color:color-mix(in srgb,var(--red) 70%,var(--border));background:color-mix(in srgb,var(--red) 8%,var(--surface));color:var(--text)}.step-node.is-done .step-node-btn{border-color:var(--status-good-border);background:var(--status-good-bg);color:var(--status-good-text);cursor:pointer}.step-node.is-locked .step-node-btn{opacity:.7}.step-content-shell{animation:wizard-step-in .28s ease}@keyframes wizard-step-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wizard-nav{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.wizard-nav-sticky{position:sticky;bottom:.5rem;background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--border);border-radius:12px;padding:.6rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:40}.wizard-nav-left,.wizard-nav-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.step-track{margin:1rem 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.55rem}.step-track li{border:1px solid var(--border);border-radius:10px;padding:.58rem .5rem;display:flex;gap:.4rem;align-items:center;justify-content:center;background:var(--surface);color:var(--text-soft);font-size:.8rem;text-align:center;transition:border-color .2s ease,color .2s ease,background .2s ease}.step-track li .material-symbols-outlined{font-size:1rem}.step-track li.active{border-color:color-mix(in srgb,var(--red) 70%,var(--border));background:color-mix(in srgb,var(--red) 10%,var(--surface));color:var(--text)}.step-track li.done{border-color:var(--status-good-border);background:var(--status-good-bg);color:var(--status-good-text)}.step-track li.skipped{border-style:dashed}.field-error{font-size:.86rem;color:var(--status-bad-text)}.ui-textarea{min-height:120px;resize:vertical}.upload-block{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:.9rem}.review-section-list{display:flex;flex-direction:column;gap:.8rem}.review-section-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:.95rem}.review-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.review-head h3{margin:0;color:var(--text);font-size:1.05rem}.review-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.review-grid div{border-top:1px solid var(--border);padding-top:.55rem}.review-grid dt{color:var(--text-soft);font-size:.86rem}.review-grid dd{margin:.2rem 0 0;color:var(--text);font-weight:600}.checklist{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.checklist li{position:relative;padding-left:1.4rem;color:var(--text);font-size:1.04rem}.checklist li:before{content:"";position:absolute;left:0;top:.45rem;width:.52rem;height:.52rem;border-radius:999px;background:var(--red)}.status-good,.status-bad,.status-neutral{border-radius:8px;padding:.85rem 1rem;font-size:1rem}.status-good{background:var(--status-good-bg);border:1px solid var(--status-good-border);color:var(--status-good-text)}.status-bad{background:var(--status-bad-bg);border:1px solid var(--status-bad-border);color:var(--status-bad-text)}.status-neutral{background:var(--status-neutral-bg);border:1px solid var(--status-neutral-border);color:var(--text)}.form-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.form-list li{border:1px solid var(--border);border-radius:10px;padding:.6rem .8rem;display:grid;grid-template-columns:115px 1fr;gap:.7rem;align-items:center;font-size:1rem;background:var(--surface);color:var(--text);transition:background .25s ease,border-color .25s ease}.form-list li span:first-child{color:var(--red);font-weight:700}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.contact-field{display:flex;flex-direction:column;gap:.45rem}.contact-field--full{grid-column:1 / -1}.field-helper{font-size:.88rem;color:var(--text-soft)}.field-helper--error{color:var(--status-bad-text)}.field-helper--good{color:var(--status-good-text)}.contact-note{margin-top:1rem;font-size:.95rem;color:var(--text-soft);border-top:1px solid var(--border);padding-top:.85rem}.upload-zone{border:1px dashed color-mix(in srgb,var(--red) 45%,var(--border));border-radius:12px;padding:1rem;background:color-mix(in srgb,var(--red) 4%,var(--surface));display:flex;flex-direction:column;gap:.7rem;margin-bottom:.9rem}.upload-zone__hint{margin:0;font-size:.82rem;color:var(--text-muted)}.upload-preview-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.7rem}.upload-preview-card img{width:90px;height:64px;object-fit:cover;border-radius:8px}.upload-preview-card--selfie img{width:64px;height:64px;border-radius:999px}.upload-preview-card p{margin:0}.upload-preview-card p:first-child{font-weight:700;color:var(--text)}.upload-preview-card p:last-child{font-size:.82rem;color:var(--text-soft)}.upload-remove-btn{border:1px solid var(--border);border-radius:8px;padding:.42rem .65rem;background:var(--surface-2);color:var(--text);font-size:.82rem;font-weight:600}.verify-preview-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.verify-preview-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:.65rem}.verify-preview-card p{margin:0 0 .5rem;font-size:.84rem;color:var(--text-soft)}.verify-preview-card img,.verify-empty{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:9px;border:1px solid var(--border)}.verify-empty{display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:var(--surface-2)}.verify-meter{border:1px solid var(--border);border-radius:10px;padding:.7rem;background:var(--surface)}.verify-meter__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:.86rem}.verify-meter__track{height:10px;background:var(--surface-3);border-radius:999px;overflow:hidden}.verify-meter__track>div{height:100%;background:var(--red)}.verify-meter--high .verify-meter__track>div{background:#16a34a}.verify-meter--low .verify-meter__track>div{background:#dc2626}.notice-toast{display:flex;align-items:flex-start;gap:.5rem;border-radius:9px;padding:.7rem .85rem}.notice-toast p{margin:0}.notice-toast--success{background:var(--status-good-bg);border:1px solid var(--status-good-border);color:var(--status-good-text)}.notice-toast .material-symbols-outlined{font-size:1rem}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:999px;padding:.2rem;width:fit-content;background:var(--surface-2);transition:background .25s ease,border-color .25s ease}.segmented button{border-radius:999px;padding:.43rem .95rem;font-weight:600;color:var(--text);transition:background .15s,color .15s}.segmented button.active{background:var(--red);color:#fff}.segmented button[role=tab]{position:relative}.segmented button.active:after{content:"";position:absolute;left:.6rem;right:.6rem;bottom:-.15rem;height:2px;border-radius:999px;background:color-mix(in srgb,#fff 85%,transparent)}@media(max-width:940px){.popular-services-grid,.how-grid,.security-grid,.support-grid{grid-template-columns:1fr}}@media(max-width:640px){.gov-home-hero{padding:2.7rem 1.2rem}.step-track,.step-node-list{grid-template-columns:1fr 1fr}.contact-form-grid{grid-template-columns:1fr}.upload-preview-card{grid-template-columns:1fr;justify-items:start}.verify-preview-row,.review-grid{grid-template-columns:1fr}.wizard-nav{gap:.6rem;flex-wrap:wrap}.wizard-nav-left{width:100%;justify-content:flex-start}.wizard-nav-right{width:100%;justify-content:stretch}.wizard-nav-right .ui-btn{width:100%}}.form-card-list{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.7rem}.form-upload-progress{margin:0 0 .8rem}.forms-filter-row{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border);border-radius:999px;padding:.2rem;background:var(--surface-2);margin-bottom:.9rem}.forms-filter-row button{border:none;border-radius:999px;padding:.38rem .75rem;font-size:.8rem;font-weight:700;color:var(--text-soft);background:transparent}.forms-filter-row button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.form-card{display:grid;grid-template-columns:40px 1fr auto;align-items:start;gap:.8rem;border:1px solid var(--border);border-radius:12px;padding:.95rem 1rem;background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease,background .25s ease}.form-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-md)}.form-card__left{display:flex;align-items:flex-start;padding-top:.1rem}.form-card__type-icon{font-size:1.45rem}.form-card__type-icon.pdf{color:#dc2626}.form-card__type-icon.web{color:var(--navy, #1f2f4a)}[data-theme=dark] .form-card__type-icon.web{color:var(--navy, #7ba4d4)}.form-card__body{display:flex;flex-direction:column;gap:.2rem}.form-card__top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.form-card__id{font-size:.78rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--red);font-family:"Source Sans 3",monospace}.form-card__label{font-weight:600;color:var(--text);font-size:1rem;line-height:1.3;margin:0}.form-card__desc{font-size:.9rem;color:var(--text-soft);margin:0;line-height:1.45}.form-badge{font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;padding:.15rem .45rem;flex-shrink:0}.form-badge--pdf{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.form-badge--web{background:color-mix(in srgb,var(--navy, #1f2f4a) 10%,var(--surface));color:var(--navy, #1f2f4a);border:1px solid color-mix(in srgb,var(--navy, #1f2f4a) 25%,var(--border))}[data-theme=dark] .form-badge--pdf{background:#450a0a;color:#f87171;border-color:#7f1d1d}[data-theme=dark] .form-badge--web{background:color-mix(in srgb,var(--navy, #7ba4d4) 15%,var(--surface));color:var(--navy, #7ba4d4);border-color:color-mix(in srgb,var(--navy, #7ba4d4) 30%,var(--border))}.form-card__action{display:flex;align-items:flex-start;padding-top:.05rem;flex-shrink:0}.form-card__actions{display:flex;flex-direction:column;align-items:stretch;gap:.45rem;min-width:188px}.form-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-height:42px;width:100%;border-radius:8px;font-size:.88rem;font-weight:600;white-space:nowrap;text-decoration:none}.form-card__link{font-size:.86rem;font-weight:700;color:var(--text);padding:.5rem .75rem;border:1px solid color-mix(in srgb,var(--navy, #1f2f4a) 35%,var(--border));transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;background:color-mix(in srgb,var(--navy, #1f2f4a) 7%,var(--surface))}.form-card__link:hover,.form-card__link:focus-visible{background:color-mix(in srgb,var(--navy, #1f2f4a) 12%,var(--surface));border-color:color-mix(in srgb,var(--navy, #1f2f4a) 55%,var(--border));transform:translateY(-1px);outline:none}.form-card__link .material-symbols-outlined{font-size:1rem}.form-card__btn--primary{border:1px solid var(--red);background:var(--red);color:#fff;border-radius:8px;padding:.42rem .75rem;font-size:.88rem;font-weight:600}.form-card__btn--primary:hover:not(:disabled){background:var(--red-dark);border-color:var(--red-dark)}.form-card__btn--primary:disabled{opacity:.55;cursor:not-allowed}.form-card__uploaded-link{border:1px solid var(--status-good-border);background:var(--status-good-bg);color:var(--status-good-text)}.form-card__uploaded-link:hover,.form-card__uploaded-link:focus-visible{border-color:color-mix(in srgb,var(--status-good-border) 80%,#000);background:color-mix(in srgb,var(--status-good-bg) 88%,var(--surface));outline:none}.form-card__remove-btn{border:1px solid var(--status-bad-border);background:var(--status-bad-bg);color:var(--status-bad-text);border-radius:8px}.form-card__remove-btn:hover:not(:disabled),.form-card__remove-btn:focus-visible{border-color:color-mix(in srgb,var(--status-bad-border) 80%,#000);background:color-mix(in srgb,var(--status-bad-bg) 90%,var(--surface));outline:none}.form-card__upload-meta{margin:0;font-size:.76rem;color:var(--text-muted)}.form-card__copy-btn{border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:8px;padding:.3rem .58rem;font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:.28rem}.form-card__copy-btn .material-symbols-outlined{font-size:.9rem}.form-opened-tag{font-size:.73rem;color:var(--status-good-text);border:1px solid var(--status-good-border);background:var(--status-good-bg);border-radius:999px;padding:.15rem .45rem}.form-gov-notice{display:flex;align-items:flex-start;gap:.6rem;border:1px solid var(--border);border-radius:10px;padding:.8rem 1rem;background:color-mix(in srgb,var(--navy, #1f2f4a) 4%,var(--surface));margin-bottom:1.25rem}.form-gov-notice .material-symbols-outlined{font-size:1.15rem;color:var(--text-muted);flex-shrink:0;margin-top:.08rem}.form-gov-notice p{font-size:.88rem;color:var(--text-soft);margin:0;line-height:1.5}.form-mapper-section{border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .2s ease}.form-mapper-toggle{display:flex;align-items:center;gap:.55rem;width:100%;padding:.9rem 1rem;background:var(--surface-2);border:none;cursor:pointer;color:var(--text);font-size:.95rem;font-weight:600;text-align:left;transition:background .15s ease}.form-mapper-toggle:hover{background:var(--surface-3)}.form-mapper-toggle .material-symbols-outlined:first-child{font-size:1.15rem;color:var(--red);flex-shrink:0}.form-mapper-chevron{margin-left:auto;font-size:1.2rem;color:var(--text-muted);transition:transform .2s ease;flex-shrink:0}.form-mapper-chevron.open{transform:rotate(180deg)}.form-mapper-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid var(--border);background:var(--surface)}.form-mapper-input-row{display:flex;gap:.6rem;align-items:flex-start;flex-wrap:wrap}.form-mapper-input-row .ui-input{flex:1;min-width:180px}.form-mapper-results__heading{display:flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:600;color:var(--status-good-text);margin:0 0 .6rem}.form-mapper-results__heading .material-symbols-outlined{font-size:1rem}.form-mapper-hint{font-size:.88rem;color:var(--text-muted);margin:0}@media(max-width:600px){.form-card{grid-template-columns:36px 1fr;grid-template-rows:auto auto}.form-card__action{grid-column:2;padding-top:.4rem}}.s7-wrap{display:flex;flex-direction:column;gap:1.5rem}.s7-header{display:flex;align-items:flex-start;gap:1rem}.s7-header-icon{width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--red) 10%,var(--surface));color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.s7-header-icon .material-symbols-outlined{font-size:1.5rem}.s7-header h2{font-size:1.45rem;color:var(--text);margin-bottom:.3rem}.s7-subtitle{color:var(--text-soft);font-size:1rem;margin:0}.s7-section{border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.25rem;background:var(--surface);transition:background .25s ease,border-color .25s ease}.s7-section-label{display:flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem}.s7-section-label .material-symbols-outlined{font-size:1rem;color:var(--red)}.s7-doc-row{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap}.s7-doc-preview{display:flex;flex-direction:column;gap:.5rem}.s7-doc-img-wrap{position:relative;width:280px;height:176px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--surface-2)}.s7-doc-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.s7-doc-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:s7-shimmer 1.4s infinite linear}@keyframes s7-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.s7-doc-badge{position:absolute;bottom:6px;left:6px;background:#0009;color:#fff;font-size:.7rem;font-weight:700;border-radius:5px;padding:.2rem .5rem;display:flex;align-items:center;gap:.25rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.s7-doc-badge .material-symbols-outlined{font-size:.85rem;color:#fbbf24}.s7-doc-label{font-size:.85rem;font-weight:600;color:var(--text-soft);margin:0}.s7-face-col{display:flex;flex-direction:column;align-items:center;gap:.5rem}.s7-face-chip{position:relative;width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid var(--border);background:var(--surface-2)}.s7-face-chip img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.s7-face-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:s7-shimmer 1.4s infinite linear}.s7-face-tick{position:absolute;bottom:4px;right:4px;font-size:1.2rem;color:#16a34a;background:var(--surface);border-radius:50%;line-height:1}.s7-match-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;border-radius:20px;padding:.25rem .65rem}.s7-match-badge .material-symbols-outlined{font-size:.9rem}.s7-match-badge--pass{background:var(--status-good-bg);color:var(--status-good-text);border:1px solid var(--status-good-border)}.s7-match-badge--fail{background:var(--status-bad-bg);color:var(--status-bad-text);border:1px solid var(--status-bad-border)}.s7-cloudinary-note{margin-top:.85rem;font-size:.82rem;color:var(--text-muted);line-height:1.5}.s7-summary-grid{display:flex;flex-direction:column;gap:0}.s7-summary-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.s7-summary-card{border:1px solid var(--border);border-radius:11px;padding:.8rem .9rem;background:color-mix(in srgb,var(--surface-2) 70%,var(--surface))}.s7-summary-card h4{margin:0 0 .45rem;font-size:.84rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.s7-summary-card p{margin:.24rem 0;color:var(--text);font-size:.92rem}.s7-required-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.s7-required-card{border:1px solid var(--border);border-radius:11px;padding:.8rem;background:var(--surface)}.s7-required-card.is-ready{border-color:var(--status-good-border);background:color-mix(in srgb,var(--status-good-bg) 45%,var(--surface))}.s7-required-top{display:flex;justify-content:space-between;align-items:center;gap:.6rem;margin-bottom:.55rem}.s7-required-top h4{margin:0;font-size:.9rem;color:var(--text)}.s7-required-status{font-size:.7rem;border-radius:999px;padding:.2rem .5rem;border:1px solid transparent;font-weight:700}.s7-required-status.ok{background:var(--status-good-bg);border-color:var(--status-good-border);color:var(--status-good-text)}.s7-required-status.missing{background:var(--status-bad-bg);border-color:var(--status-bad-border);color:var(--status-bad-text)}.s7-required-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.s7-doc-btn{border:1px solid var(--border);border-radius:8px;padding:.43rem .65rem;background:var(--surface-2);color:var(--text);font-size:.8rem;font-weight:700}.s7-doc-btn--danger{border-color:var(--status-bad-border);color:var(--status-bad-text)}.s7-uploaded-inline{margin-top:.6rem;width:100%;border:1px solid var(--border);border-radius:8px;padding:.45rem .55rem;background:var(--surface-2);color:var(--text-soft);font-size:.78rem;display:inline-flex;align-items:center;gap:.35rem;text-align:left}.s7-uploaded-inline .material-symbols-outlined{font-size:1rem}.s7-summary-row{display:grid;grid-template-columns:160px 1fr;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--border);align-items:center}.s7-summary-row:last-child{border-bottom:none}.s7-summary-key{font-size:.88rem;font-weight:600;color:var(--text-soft)}.s7-summary-val{font-size:.95rem;color:var(--text)}.s7-check{color:var(--status-good-text);font-weight:600}.s7-miss{color:var(--status-bad-text);font-weight:600}.s7-progress-steps{display:flex;flex-direction:column;gap:0}.s7-pstep{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:.65rem;position:relative}.s7-pstep-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;flex-shrink:0;z-index:1;background:var(--surface);border:2px solid var(--border);transition:all .3s ease}.s7-pstep--done .s7-pstep-icon{background:var(--status-good-bg);border-color:var(--status-good-border);color:var(--status-good-text)}.s7-pstep--active .s7-pstep-icon{background:color-mix(in srgb,var(--red) 10%,var(--surface));border-color:var(--red);color:var(--red)}.s7-pstep--pending .s7-pstep-icon{color:var(--text-muted)}.s7-pstep-icon .material-symbols-outlined{font-size:.95rem}.s7-pstep-label{font-size:.9rem;font-weight:600;color:var(--text-muted);transition:color .3s ease}.s7-pstep--done .s7-pstep-label{color:var(--status-good-text)}.s7-pstep--active .s7-pstep-label{color:var(--text)}.s7-pstep-line{position:absolute;left:13px;top:28px;width:2px;height:18px;background:var(--border);z-index:0}.s7-pstep--done+.s7-pstep .s7-pstep-line,.s7-pstep--done .s7-pstep-line{background:var(--status-good-border)}@keyframes s7-spin{to{transform:rotate(360deg)}}.s7-spin{display:inline-block;animation:s7-spin .9s linear infinite}.s7-success{border:1px solid var(--status-good-border);border-radius:14px;padding:1.5rem;background:var(--status-good-bg);display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;animation:s7-fade-in .4s ease}@keyframes s7-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.s7-success-icon{width:56px;height:56px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center}.s7-success-icon .material-symbols-outlined{font-size:2rem}[data-theme=dark] .s7-success-icon{background:#14532d;color:#4ade80}.s7-success h3{color:var(--status-good-text);font-size:1.3rem;margin:0}.s7-success p{color:var(--text-soft);font-size:.95rem;max-width:50ch;margin:0}.s7-confirmation-chip{display:flex;flex-direction:column;align-items:center;gap:.2rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.8rem 1.5rem;min-width:220px}.s7-conf-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;color:var(--text-muted)}.s7-conf-id{font-size:1.35rem;font-family:"Source Sans 3",monospace;letter-spacing:.08em;color:var(--red)}.s7-conf-time{font-size:.78rem;color:var(--text-muted)}.s7-next-steps{margin:.3rem 0 0;padding:0 0 0 1.15rem;text-align:left;color:var(--text-soft);font-size:.9rem;display:flex;flex-direction:column;gap:.25rem}.s7-actions{display:flex;flex-direction:column;gap:.75rem}.s7-warning{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--status-bad-text);background:var(--status-bad-bg);border:1px solid var(--status-bad-border);border-radius:8px;padding:.65rem .9rem;margin:0}.s7-warning .material-symbols-outlined{font-size:1.1rem;flex-shrink:0}.s7-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--red);color:#fff;font-size:1.05rem;font-weight:700;border:none;border-radius:12px;padding:.9rem 1.5rem;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;align-self:flex-start}.s7-submit-btn:hover:not(:disabled){background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 20px #c8102e40}.s7-submit-btn:disabled{opacity:.5;cursor:not-allowed}.s7-submit-btn .material-symbols-outlined{font-size:1.1rem}.s7-disclaimer{display:flex;align-items:flex-start;gap:.45rem;font-size:.82rem;color:var(--text-muted);line-height:1.45;margin:0}.s7-disclaimer .material-symbols-outlined{font-size:.9rem;flex-shrink:0;margin-top:.1rem}.s7-preview-modal{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:1rem}.s7-preview-overlay{position:absolute;inset:0;border:none;background:#0f172aa6}.s7-preview-card{position:relative;z-index:1;width:min(900px,100%);max-height:calc(100vh - 2rem);border-radius:12px;border:1px solid var(--border);background:var(--surface);overflow:hidden;display:flex;flex-direction:column}.s7-preview-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.75rem .9rem;border-bottom:1px solid var(--border)}.s7-preview-head h3{margin:0;color:var(--text);font-size:1rem}.s7-preview-body{background:var(--surface-2);padding:.8rem;overflow:auto}.s7-preview-body img,.s7-preview-body iframe{display:block;width:100%;border:1px solid var(--border);border-radius:8px;background:#fff}.s7-preview-body iframe{min-height:70vh}@media(max-width:600px){.s7-doc-img-wrap{width:100%;max-width:280px;height:176px}.s7-summary-groups,.s7-required-grid{grid-template-columns:1fr}.s7-submit-btn{width:100%}}.admin-panel-wrap{max-width:1280px;margin:0 auto;padding:1.25rem}.admin-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.admin-panel-kicker{margin:0 0 .25rem;font-size:.82rem;font-weight:700;color:var(--red);text-transform:uppercase;letter-spacing:.04em}.admin-panel-header h1{margin:0;font-size:clamp(1.4rem,1.9vw,2rem)}.admin-panel-header p{margin:.4rem 0 0;color:var(--text-soft);max-width:64ch}.admin-summary-pill{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--border);border-radius:12px;padding:.55rem .75rem;background:var(--surface);box-shadow:var(--shadow-sm)}.admin-summary-pill .material-symbols-outlined{color:var(--red)}.admin-summary-pill strong{display:block;font-size:1.1rem;line-height:1.1}.admin-summary-pill span{color:var(--text-muted);font-size:.78rem}.admin-table-wrap{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-sm);overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:1060px}.admin-table th,.admin-table td{vertical-align:top;border-bottom:1px solid var(--border);padding:.75rem;text-align:left}.admin-table thead th{font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2)}.admin-table tbody tr:last-child td{border-bottom:none}.applicant-cell strong{display:block}.applicant-cell span{display:inline-block;margin-top:.22rem;color:var(--text-muted);font-size:.8rem}.status-chip{display:inline-block;border-radius:999px;font-size:.76rem;font-weight:700;padding:.25rem .55rem;border:1px solid transparent}.status-pending{background:var(--status-neutral-bg);border-color:var(--status-neutral-border);color:var(--text-soft)}.status-approved{background:var(--status-good-bg);border-color:var(--status-good-border);color:var(--status-good-text)}.status-rejected{background:var(--status-bad-bg);border-color:var(--status-bad-border);color:var(--status-bad-text)}.review-log-line{margin:.4rem 0 0;color:var(--text-muted);font-size:.78rem;line-height:1.3}.thumbnail-row{display:flex;gap:.35rem}.thumbnail-row img{width:52px;height:52px;border-radius:8px;border:1px solid var(--border);object-fit:cover}.action-stack{display:flex;flex-wrap:wrap;gap:.4rem}.admin-action{border:1px solid var(--border);border-radius:8px;padding:.36rem .62rem;font-size:.8rem;font-weight:700;cursor:pointer;background:var(--surface);color:var(--text)}.admin-action:disabled{opacity:.5;cursor:not-allowed}.admin-action-approve{border-color:var(--status-good-border);color:var(--status-good-text);background:color-mix(in srgb,var(--status-good-bg) 70%,transparent)}.admin-action-reject{border-color:var(--status-bad-border);color:var(--status-bad-text);background:color-mix(in srgb,var(--status-bad-bg) 70%,transparent)}.admin-action-cancel{color:var(--text-muted)}.reject-form{margin-top:.65rem;border:1px solid var(--border);border-radius:10px;background:var(--surface-2);padding:.6rem}.reject-form label{display:block;font-size:.79rem;font-weight:700;color:var(--text-soft);margin-bottom:.55rem}.reject-form select,.reject-form textarea{width:100%;margin-top:.3rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font:inherit;padding:.44rem .52rem}.reject-form textarea{resize:vertical}.reject-form-actions{display:flex;gap:.4rem}@media(max-width:900px){.admin-panel-header{flex-direction:column}.admin-summary-pill{align-self:flex-start}}@media(max-width:760px){.admin-table{min-width:0}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{display:block;width:100%}.admin-table tr{border-bottom:1px solid var(--border);padding:.45rem 0}.admin-table td{border:none;padding:.45rem .75rem}}.site-footer{background:var(--surface-3);color:var(--text-soft);padding:3rem 1.5rem 2rem;margin-top:5rem;border-top:1px solid var(--border);transition:background .25s ease,color .25s ease}.footer-inner{max-width:1200px;margin:0 auto}.footer-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--text);margin-bottom:1.4rem}.footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.footer-columns h4{margin-bottom:.55rem;font-size:.95rem;color:var(--text)}.footer-columns a{display:block;color:var(--text-soft);font-size:.88rem;margin-bottom:.35rem;transition:color .15s}.footer-columns a:hover{color:var(--text)}.footer-legal{display:flex;gap:1rem;flex-wrap:wrap;color:var(--text-muted);font-size:.8rem;margin-top:1rem}@media(max-width:760px){.footer-columns{grid-template-columns:1fr;gap:1rem}}.verification-step{display:flex;flex-direction:column;gap:1.5rem}.verification-step .step-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:0}.step-icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;letter-spacing:.02em;flex-shrink:0;border:2px solid currentColor}.verification-step .step-header h2{font-size:1.45rem;color:var(--text);margin:0 0 .25rem}.verification-step .step-header p{color:var(--text-soft);font-size:.97rem;margin:0;max-width:52ch}.verification-layout{display:flex;flex-direction:column;gap:1.25rem}.photo-compare-row{display:grid;grid-template-columns:1fr 52px 1fr;gap:.75rem;align-items:center}.compare-photo-card{display:flex;flex-direction:column;gap:.5rem}.compare-photo-label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted)}.compare-photo-frame{width:100%;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;border:2px solid var(--border);background:var(--surface-2);transition:border-color .25s ease}.compare-photo-frame img{display:block}.compare-photo-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-muted);font-weight:600}.compare-photo-tag:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#f59e0b;flex-shrink:0}.compare-vs-badge{width:44px;height:44px;border-radius:50%;border:2px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:var(--text-muted);justify-self:center;flex-shrink:0;transition:color .3s ease,border-color .3s ease,background .3s ease}.compare-vs-badge.pulsing{animation:vr-badge-pulse 1.1s ease-in-out infinite}@keyframes vr-badge-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.14);opacity:.72}}.verify-idle-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:1.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:1.1rem;text-align:center}.verify-idle-desc{color:var(--text-soft);font-size:.95rem;max-width:44ch;margin:0;line-height:1.6}.btn-step-primary{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:none;border-radius:10px;padding:.78rem 1.6rem;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:filter .18s ease,transform .15s ease,box-shadow .2s ease}.btn-step-primary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 22px #c8102e40}.btn-step-primary:active:not(:disabled){transform:translateY(0);filter:brightness(.95)}.btn-step-primary:disabled{opacity:.5;cursor:not-allowed}.btn-step-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid var(--border);border-radius:10px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;color:var(--text);background:var(--surface-2);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.btn-step-secondary:hover{background:var(--surface-3);border-color:var(--border-2);transform:translateY(-1px)}.btn-step-secondary:active{transform:translateY(0)}.analyzing-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:1rem}.analyzing-header{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:700;color:var(--text)}.analyzing-spinner{width:22px;height:22px;border-radius:50%;border:3px solid var(--border);flex-shrink:0;animation:vr-spin .75s linear infinite}@keyframes vr-spin{to{transform:rotate(360deg)}}.analysis-steps-list{display:flex;flex-direction:column;gap:.55rem;padding-left:.15rem}.analysis-step-row{display:flex;align-items:center;gap:.65rem;font-size:.9rem;color:var(--text-muted);transition:color .25s ease}.analysis-step-row.done{color:var(--status-good-text)}.analysis-step-row.active{color:var(--text);font-weight:600}.analysis-step-indicator{width:20px;text-align:center;font-size:.85rem;font-weight:700;flex-shrink:0;transition:color .25s ease}.result-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:1.6rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;animation:vr-result-in .35s ease}@keyframes vr-result-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.result-panel--pass{border-color:var(--status-good-border);background:var(--status-good-bg)}.result-panel--fail{border-color:var(--status-bad-border);background:var(--status-bad-bg)}.result-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:800;flex-shrink:0}.result-icon--pass{background:color-mix(in srgb,#16a34a 14%,var(--surface));color:#16a34a;border:2px solid #16a34a}.result-icon--fail{background:color-mix(in srgb,#dc2626 11%,var(--surface));color:#dc2626;border:2px solid #dc2626}.result-panel h3{font-size:1.3rem;margin:0;color:var(--text)}.result-panel--pass h3{color:var(--status-good-text)}.result-panel--fail h3{color:var(--status-bad-text)}.result-message{font-size:.9rem;color:var(--text-soft);max-width:44ch;margin:0;line-height:1.55}.result-retry-hint{font-size:.88rem;color:var(--status-bad-text);background:color-mix(in srgb,var(--status-bad-bg) 65%,transparent);border:1px solid var(--status-bad-border);border-radius:8px;padding:.55rem .9rem;max-width:40ch;margin:0;line-height:1.4}.confidence-meter{width:100%;max-width:320px;display:flex;flex-direction:column;gap:.5rem}.confidence-label{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;font-weight:600;color:var(--text-soft)}.confidence-bar-bg{height:10px;background:color-mix(in srgb,var(--border) 70%,transparent);border-radius:999px;overflow:hidden}.confidence-bar-fill{height:100%;border-radius:999px;transition:width .65s cubic-bezier(.34,1.4,.64,1)}.step-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}@media(max-width:640px){.photo-compare-row{grid-template-columns:1fr 38px 1fr;gap:.4rem}.compare-vs-badge{width:34px;height:34px;font-size:.68rem}.compare-photo-frame{border-radius:8px}.result-panel{padding:1.2rem 1rem}.confidence-meter{max-width:100%}.btn-step-primary,.btn-step-secondary{width:100%}}.ins-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden;margin-top:1rem;transition:border-color .25s ease,background .25s ease}.ins-panel__head{display:flex;align-items:center;gap:.65rem;padding:.7rem 1rem;background:color-mix(in srgb,var(--red) 5%,var(--surface-2));border-bottom:1px solid var(--border);flex-wrap:wrap}.ins-panel__hicon{color:var(--red);font-size:1.15rem;flex-shrink:0}.ins-panel__htitle{flex:1;min-width:0}.ins-panel__htitle strong{display:block;font-size:.86rem;font-weight:700;color:var(--text);line-height:1.2}.ins-panel__htitle span{font-size:.73rem;color:var(--text-muted);font-family:monospace}.ins-panel__qchip{font-size:.72rem;font-weight:700;letter-spacing:.02em;border:1.5px solid currentColor;border-radius:999px;padding:.18rem .55rem;flex-shrink:0}.ins-panel__tabs{display:flex;border-bottom:1px solid var(--border);background:var(--surface-2)}.ins-panel__tabs button{flex:1;display:flex;align-items:center;justify-content:center;gap:.3rem;padding:.6rem .4rem;font-size:.8rem;font-weight:600;color:var(--text-muted);border:none;border-bottom:2px solid transparent;background:transparent;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.ins-panel__tabs button:hover{color:var(--text);background:var(--surface-3)}.ins-panel__tabs button.is-active,.ins-panel__tabs button[aria-selected=true]{color:var(--red);border-bottom-color:var(--red);background:var(--surface)}.ins-panel__tabs button .material-symbols-outlined{font-size:.95rem}.ins-panel__body{padding:.9rem}.ins-hint{font-size:.82rem;color:var(--text-muted);margin:0 0 .75rem;line-height:1.5}.ins-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:ins-shimmer 1.4s infinite linear;border-radius:inherit}@keyframes ins-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ins-slider{position:relative;width:100%;aspect-ratio:3 / 2;border-radius:10px;overflow:hidden;background:var(--surface-2);cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.ins-slider__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.ins-slider__img--front{z-index:1}.ins-slider__divider{position:absolute;top:0;bottom:0;z-index:2;width:3px;background:#ffffffeb;box-shadow:0 0 8px #00000038;transform:translate(-50%);cursor:ew-resize;display:flex;align-items:center;justify-content:center}.ins-slider__knob{width:40px;height:40px;border-radius:50%;background:#fff;box-shadow:0 2px 14px #00000047;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1a1a1a;transition:box-shadow .15s}.ins-slider__knob:hover{box-shadow:0 4px 18px #00000061}.ins-slider__knob .material-symbols-outlined{font-size:1rem;margin:0 -2px}.ins-slider__label{position:absolute;bottom:9px;z-index:3;background:#00000085;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.22rem .55rem;border-radius:4px;pointer-events:none;display:flex;align-items:center;gap:.2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ins-slider__label--l{left:9px}.ins-slider__label--r{right:9px}.ins-pipeline{display:flex;flex-direction:column;gap:.75rem}.ins-pipeline__strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.ins-pipeline__step{position:relative;display:flex;flex-direction:column;align-items:center;gap:.22rem;padding:.45rem .35rem .55rem;border:1.5px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text-soft);cursor:pointer;transition:border-color .18s,background .18s,color .18s;text-align:center;overflow:visible}.ins-pipeline__step:hover{border-color:var(--border-2);background:var(--surface-2)}.ins-pipeline__step.is-active{border-color:color-mix(in srgb,var(--red) 65%,var(--border));background:color-mix(in srgb,var(--red) 8%,var(--surface));color:var(--text)}.ins-pipeline__thumb-wrap{width:100%;aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;background:var(--surface-3);margin-bottom:.2rem}.ins-pipeline__thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s}.ins-pipeline__step .material-symbols-outlined{font-size:.9rem;color:var(--red)}.ins-pipeline__step strong{font-size:.73rem;font-weight:700;display:block;line-height:1.2}.ins-pipeline__arrow{position:absolute;right:-9px;top:38%;font-size:1.15rem;color:var(--text-muted);z-index:1;pointer-events:none;line-height:1}.ins-pipeline__main{border-radius:10px;overflow:hidden;border:1px solid var(--border);background:var(--surface-2)}.ins-pipeline__full{width:100%;display:block;object-fit:cover;animation:ins-stage-in .22s ease}@keyframes ins-stage-in{0%{opacity:.35;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.ins-pipeline__caption{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:color-mix(in srgb,var(--surface-2) 85%,var(--border));border-top:1px solid var(--border);font-size:.8rem;color:var(--text-soft)}.ins-pipeline__caption .material-symbols-outlined{font-size:.9rem;color:var(--red)}.ins-pipeline__caption strong{color:var(--text)}.ins-quality{display:flex;flex-direction:column;gap:1rem}.ins-quality__score-top{display:flex;justify-content:space-between;align-items:center;font-size:.84rem;color:var(--text-soft);margin-bottom:.45rem;flex-wrap:wrap;gap:.3rem}.ins-quality__score-top strong{font-size:.86rem}.ins-quality__bar-bg{height:11px;background:var(--surface-3);border-radius:999px;overflow:hidden}.ins-quality__bar-fill{height:100%;border-radius:999px;transition:width .7s cubic-bezier(.34,1.3,.64,1)}.ins-quality__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.ins-quality__stat{border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:.65rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.15rem;text-align:center;transition:background .25s,border-color .25s}.ins-quality__stat .material-symbols-outlined{font-size:1.1rem;color:var(--text-muted)}.ins-quality__stat strong{font-size:.84rem;color:var(--text);font-family:monospace;line-height:1.2}.ins-quality__stat span{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.ins-quality__notes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.ins-quality__notes li{display:flex;align-items:flex-start;gap:.45rem;font-size:.83rem;color:var(--text-soft);background:color-mix(in srgb,#d97706 8%,var(--surface));border:1px solid color-mix(in srgb,#d97706 28%,var(--border));border-radius:8px;padding:.5rem .7rem;line-height:1.4}.ins-quality__notes li .material-symbols-outlined{font-size:1rem;color:#d97706;flex-shrink:0;margin-top:.05rem}.ins-quality__ok{display:flex;align-items:center;gap:.5rem;font-size:.84rem;color:var(--status-good-text);background:var(--status-good-bg);border:1px solid var(--status-good-border);border-radius:8px;padding:.65rem .85rem}.ins-quality__ok .material-symbols-outlined{font-size:1.1rem;flex-shrink:0}.app-composite{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface);transition:border-color .25s,background .25s}.app-composite__header{display:flex;align-items:center;gap:.55rem;padding:.65rem .9rem;background:color-mix(in srgb,var(--red) 5%,var(--surface-2));border-bottom:1px solid var(--border);font-size:.82rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.app-composite__header .material-symbols-outlined{font-size:1rem;color:var(--red)}.app-composite__img-wrap{position:relative;width:100%;aspect-ratio:680 / 400;background:var(--surface-2)}.app-composite__img-wrap>.ins-skeleton{border-radius:0}.app-composite__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease}.app-composite__footer{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.6rem .9rem;border-top:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap}.app-composite__note{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--text-muted)}.app-composite__note .material-symbols-outlined{font-size:.9rem;color:var(--red)}.app-composite__badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;font-weight:700;border-radius:999px;padding:.22rem .65rem}.app-composite__badge--pass{background:var(--status-good-bg);border:1px solid var(--status-good-border);color:var(--status-good-text)}.app-composite__badge--fail{background:var(--status-bad-bg);border:1px solid var(--status-bad-border);color:var(--status-bad-text)}.app-composite__badge--pending{background:var(--status-neutral-bg);border:1px solid var(--status-neutral-border);color:var(--text-muted)}.app-composite__badge .material-symbols-outlined{font-size:.9rem}@media(max-width:580px){.ins-pipeline__strip{grid-template-columns:repeat(2,minmax(0,1fr))}.ins-pipeline__arrow{display:none}.ins-quality__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ins-panel__tabs button{font-size:.72rem;padding:.5rem .25rem}}
