:root{--yellow: #FFD000;--yellow-deep: #F2B800;--yellow-soft: #FFE680;--ink: #161616;--ink-2: #232220;--ink-3: #34322e;--font-display: "Saira Condensed", sans-serif;--font-ui: "Archivo", sans-serif;--bg: #F4F4F1;--bg-2: #ECEBE6;--surface: #FFFFFF;--surface-2: #FAFAF8;--border: #E2E1DB;--border-strong: #cdccc4;--text: #1b1b1a;--text-2: #5b5a53;--text-3: #67665f;--header-bg: #161616;--header-text: #ffffff;--green: #1f9d55;--green-bg: #e3f5ea;--red: #e23b3b;--red-bg: #fce4e4;--amber: #d98a00;--amber-bg: #fdf0d9;--blue: #2f6fed;--blue-bg: #e6eefe;--radius: 14px;--radius-sm: 9px;--ease-out: cubic-bezier(.23,1,.32,1);--ease-in-out: cubic-bezier(.77,0,.175,1);--ease-drawer: cubic-bezier(.32,.72,0,1);--dur-press: .14s;--dur-fast: .16s;--dur-ui: .22s;--shadow-sm: 0 1px 2px rgba(20,20,18,.06), 0 1px 3px rgba(20,20,18,.05);--shadow: 0 4px 14px rgba(20,20,18,.08), 0 2px 4px rgba(20,20,18,.05);--shadow-lg: 0 18px 50px rgba(20,20,18,.18)}[data-theme=dark]{--bg: #131312;--bg-2: #191817;--surface: #201F1D;--surface-2: #262522;--border: #322f2b;--border-strong: #444039;--text: #f3f1ea;--text-2: #aaa79e;--text-3: #95928a;--header-bg: #0d0d0c;--header-text: #ffffff;--green-bg: #15321f;--red-bg: #3a1d1d;--amber-bg: #3a2c12;--blue-bg: #1a2540;--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow: 0 6px 20px rgba(0,0,0,.45);--shadow-lg: 0 22px 60px rgba(0,0,0,.6)}[data-theme=punch]{--bg: #FFD000;--bg-2: #f5c400;--surface: #1a1a18;--surface-2: #232220;--border: #2f2e2a;--border-strong: #444039;--text: #f5f3ec;--text-2: #b7b4ab;--text-3: #8a877e;--header-bg: #161616;--header-text: #FFD000;--green-bg: #15321f;--red-bg: #3a1d1d;--amber-bg: #3a2c12;--blue-bg: #1a2540;--shadow-sm: 0 2px 4px rgba(120,95,0,.18);--shadow: 0 8px 22px rgba(120,95,0,.22);--shadow-lg: 0 22px 60px rgba(90,70,0,.35)}*{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-ui);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{min-height:100vh}.tnum{font-variant-numeric:tabular-nums}.display{font-family:var(--font-display);font-weight:800;font-style:italic;letter-spacing:-.01em;line-height:.95;text-transform:uppercase}.kicker{font-family:var(--font-display);font-weight:700;font-style:italic;text-transform:uppercase;letter-spacing:.04em}.overline{font-family:var(--font-ui);font-weight:700;text-transform:uppercase;letter-spacing:.12em;font-size:11px}a{color:var(--text);text-decoration-color:var(--yellow-deep);text-underline-offset:2px}a:hover{color:var(--yellow-deep)}button{font-family:inherit;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}input,select,textarea{font-family:inherit}@media(pointer:coarse){input,select,textarea{font-size:16px!important;min-height:44px}button,[role=button]{min-height:44px}button[aria-label]:not(.no-touch-min){min-width:44px}}.press{transition:transform var(--dur-press) var(--ease-out),background var(--dur-fast) ease,border-color var(--dur-fast) ease,color var(--dur-fast) ease}.press:active{transform:scale(.97)}.press-sm:active{transform:scale(.985)}.card-pick{transition:transform var(--dur-press) var(--ease-out),background .16s ease,border-color .16s ease,box-shadow .16s ease}@media(hover:hover)and (pointer:fine){.card-pick[aria-pressed=false]:hover{border-color:var(--border-strong);background:var(--surface)}}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--text-3);background-clip:content-box}.skew-tag{display:inline-flex;align-items:center;transform:skew(-9deg)}.skew-tag>*{transform:skew(9deg)}[data-anim=off] *{animation:none!important;transition:none!important}@keyframes dc-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes dc-fade{0%{opacity:0}to{opacity:1}}@keyframes dc-pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes dc-slidein{0%{transform:translate(100%)}to{transform:none}}.anim-rise{animation:dc-rise .34s var(--ease-out) both}.anim-fade{animation:dc-fade .18s ease-out both}.anim-pop{animation:dc-pop .22s var(--ease-out) both}@media(prefers-reduced-motion:reduce){.anim-rise,.anim-pop{animation:dc-fade .2s ease-out both}[data-drawer-panel]{animation:dc-fade .2s ease-out both!important}.press:active,.press-sm:active{transform:none}*{scroll-behavior:auto!important}}.focus-ring:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ig-section{margin-top:28px;display:grid;gap:10px;text-align:left}.ig-section h2{margin:0 0 2px;font-size:14px;color:var(--text-2);text-align:center}.ig-card{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"avatar id follow" "avatar text text";column-gap:14px;row-gap:6px;align-items:center;padding:14px 16px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--text);text-decoration:none;transition:transform var(--dur-press) var(--ease-out),border-color var(--dur-fast) ease;animation:dc-rise .34s var(--ease-out) both;animation-delay:90ms}.ig-card+.ig-card{animation-delay:.15s}.ig-card:hover{color:var(--text)}.ig-card-quiet{background:var(--surface-2);box-shadow:none}.ig-ring{grid-area:avatar;align-self:start;padding:2.5px;border-radius:50%;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743,#cc2366 75%,#bc1888)}.ig-ring img{display:block;width:52px;height:52px;border-radius:50%;border:2.5px solid var(--surface);background:var(--bg-2)}.ig-card-quiet .ig-ring img{border-color:var(--surface-2)}.ig-id{grid-area:id;display:grid;gap:1px;min-width:0}.ig-name{font-weight:800;font-size:15px;line-height:1.25}.ig-handle{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--text-2)}.ig-text{grid-area:text;font-size:13.5px;line-height:1.45;color:var(--text-2)}.ig-follow{grid-area:follow;padding:7px 16px;border-radius:8px;background:#0074e0;color:#fff;font-weight:700;font-size:14px;transition:background var(--dur-fast) ease}.ig-card-quiet .ig-follow{background:var(--bg-2);color:var(--text)}@media(hover:hover)and (pointer:fine){.ig-card:hover{border-color:var(--border-strong)}.ig-card:hover .ig-follow{background:#0062c4}.ig-card-quiet:hover .ig-follow{background:var(--border)}}@media(prefers-reduced-motion:reduce){.ig-card{animation-name:dc-fade}}.clamp1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:520px){.form-grid2{grid-template-columns:1fr!important}}.safe-b{padding-bottom:calc(14px + env(safe-area-inset-bottom))}@media(max-width:480px){.form-actions{flex-direction:column-reverse!important;align-items:stretch!important;gap:10px!important;padding:14px 16px!important}.form-actions>button{width:100%;justify-content:center}.form-actions>span{display:none}}@media(min-width:900px){.form-col{padding-top:8px}}@media(max-width:680px){.adm-hd{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;margin-bottom:14px!important}.adm-main{padding:14px 22px 90px!important}.adm-actions{width:100%}.adm-actions>button{flex:1!important;justify-content:center!important}.adm-stats{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;min-width:0;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px!important;margin-bottom:14px!important;margin-left:-22px;margin-right:-22px;padding:2px max(16px,env(safe-area-inset-right)) 4px max(16px,env(safe-area-inset-left))}.adm-stats::-webkit-scrollbar{display:none}.adm-stats>button{flex:0 0 auto;width:148px;scroll-snap-align:start;padding:12px 13px!important}.adm-stats>button>.display{font-size:26px!important}.adm-filters{flex-direction:column!important;flex-wrap:nowrap!important;align-items:stretch!important}.adm-chips{flex-wrap:nowrap!important;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-22px;margin-right:-22px;padding:2px max(16px,env(safe-area-inset-right)) 2px max(16px,env(safe-area-inset-left))}.adm-chips::-webkit-scrollbar{display:none}.adm-chips>*{flex:0 0 auto}.adm-filters-right{width:100%}.adm-filters-right>div:first-child{width:auto!important;flex:1!important}.adm-grid2{grid-template-columns:1fr!important}.adm-modal-foot{flex-direction:column!important;align-items:stretch!important}.adm-modal-foot-btns{flex-direction:column!important;width:100%}.adm-modal-foot-btns>button{width:100%!important;justify-content:center!important}.adm-pay-row{flex-wrap:wrap!important}.adm-pay-amount{font-size:22px!important}}@keyframes dcCardFlash{0%{box-shadow:0 0 0 0 var(--yellow-deep);filter:none}45%{box-shadow:0 0 0 5px var(--yellow-soft);filter:brightness(1.1)}to{box-shadow:0 0 0 0 var(--yellow-deep);filter:none}}.card-flash{animation:dcCardFlash .26s ease-in-out 2}@media(prefers-reduced-motion:reduce){.card-flash{animation:none}}@keyframes docOpen{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}.doc-open{animation:docOpen .18s cubic-bezier(.23,1,.32,1)}@media(prefers-reduced-motion:reduce){.doc-open{animation:none}}.public-form{background:var(--bg);color:var(--text)}.form-shell{position:fixed;inset:0 0 auto;height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;grid-template-columns:minmax(0,1fr)}.form-header{padding:calc(8px + env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) 4px max(16px,env(safe-area-inset-left));background:var(--surface);border-bottom:1px solid var(--border);z-index:2}.form-brand{max-width:680px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px}.form-brand>.kicker{font-size:12px;color:var(--text-2)}.form-brand>button{min-height:44px;padding:8px!important}.form-stepper{max-width:680px;margin:8px auto 0}.stepper-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;column-gap:10px;row-gap:0}.stepper-title>.display{font-size:21px}.stepper-title>span:last-child{font-size:12px;white-space:normal;color:var(--text-2)}.stepper-track{display:flex;gap:4px;position:relative;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain;max-width:100%}.stepper-track::-webkit-scrollbar{display:none}.stepper-number{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;color:var(--text-2);padding:0;border-radius:10px;cursor:pointer;min-width:44px;min-height:44px}.stepper-number>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);font-size:12px;font-weight:750}.stepper-number[aria-current=step]>span{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.stepper-number.is-complete>span{background:var(--ink);border-color:var(--ink);color:var(--yellow)}.stepper-number:disabled{cursor:default;opacity:1}.form-scroll{min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-padding:16px}.public-form .form-col{max-width:712px;padding:18px max(16px,env(safe-area-inset-right)) 12px max(16px,env(safe-area-inset-left));margin:0 auto}.form-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.form-section{padding:18px 18px 0}.form-section>div:first-child>span.display{display:none}.form-section>div:first-child{margin-bottom:6px!important}.form-section>p{margin:0 0 16px!important;font-size:13px!important;line-height:1.45}.form-section h2:focus{outline:none}.form-section>div:last-child{padding-bottom:18px!important}.public-form .card-pick{padding:12px!important;gap:10px!important;min-height:76px;color:var(--text)}.public-form .card-pick>span:first-child{width:36px!important;height:36px!important;border-radius:10px!important}.public-form .card-pick>span:nth-child(2)>div:first-child{font-size:14px!important;line-height:1.35}.public-form .card-pick>span:nth-child(2)>div:last-child{line-height:1.35}.public-form .card-flash{animation:none!important}.form-help{text-align:center;font-size:12px;color:var(--text-2);margin:14px 0 4px}.form-help a{color:var(--text);font-weight:650}.form-footer{padding:8px max(16px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));background:var(--surface);border-top:1px solid var(--border);z-index:2}.public-form .form-actions{max-width:680px;margin:auto;flex-direction:row!important;padding:0!important;border:0!important;background:transparent!important;gap:10px!important}.public-form .form-actions>button{min-height:48px;width:auto;padding:10px 18px;border-radius:12px;white-space:normal!important;font-size:14px;min-width:0;max-width:100%;flex-shrink:1;overflow-wrap:anywhere;display:block!important}.public-form .form-actions>button:last-child{margin-left:auto;flex:1 1 65%;padding-left:10px!important;padding-right:10px!important}.public-form .form-actions>span{display:block}.public-form button:disabled{cursor:default}.public-form .form-actions>button:disabled{opacity:.5}.public-form input,.public-form textarea{font-size:16px!important}.document-panel{background:var(--surface);border:0;border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.document-panel .document-section{padding:18px 0 0}.document-panel .document-section>div:first-child,.document-panel .document-section>div:last-child{padding-inline:18px}.document-notice{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.document-notice svg{flex:0 0 22px;margin-top:2px}.document-notice p,.document-hint{margin:0;font-size:12px;line-height:1.5;color:var(--text-2)}.document-hint{margin:10px 0}.document-list{display:grid}.document-template,.document-task{border-bottom:1px solid var(--border);padding:18px 0;min-width:0}.document-template:first-child,.document-task:first-child{padding-top:10px}.document-heading{display:flex;gap:10px;align-items:flex-start}.document-heading>svg{flex:0 0 auto;color:var(--text-2)}.document-heading h3{font-size:14px;line-height:1.35;margin:0}.document-heading p,.document-personal{font-size:12px;line-height:1.4;color:var(--text-2);margin:4px 0 0}.document-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.document-buttons>button{min-height:44px;border-radius:10px!important;padding:9px 12px!important;font-size:13px!important;white-space:normal!important}.document-template>.document-buttons,.document-upload{margin-left:44px}.document-template>.document-buttons>button:last-child{flex:1}.document-upload .document-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.document-upload .document-buttons>button{display:block;width:100%}.document-upload .document-buttons>button>svg{display:inline-block;vertical-align:middle;margin-right:4px}.document-personal{margin-left:32px}.document-optional{font-size:12px;font-weight:600;color:var(--text-3);white-space:nowrap}.document-count{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:13px}.document-count>span{display:flex;align-items:center;gap:8px}.document-count>strong{font-size:20px}.document-task.is-ready>.document-heading>svg{color:var(--green)}.document-task.is-over{background:var(--yellow-soft);border-color:var(--yellow-deep)}.document-file{display:flex;align-items:center;gap:4px;margin:8px 0 0 32px}.document-file-preview{display:flex;min-width:0;flex:1;gap:8px;align-items:center;background:transparent;border:0;color:var(--text);min-height:44px;text-align:left}.document-file-preview span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.document-file-preview img{width:28px;height:32px;object-fit:cover;border-radius:4px}.document-remove{display:grid;place-items:center;width:44px;height:44px;background:transparent;border:0;color:var(--text-2);border-radius:8px}.document-files{list-style:none;margin:0;padding:0}.document-heading p.document-status{color:var(--text);font-weight:700}.document-task.is-deferred>.document-heading>svg{color:var(--yellow-deep)}.document-defer{display:flex;align-items:center;gap:10px;min-height:44px;margin:8px 0 0 32px;font-size:13px;font-weight:700;cursor:pointer}.document-defer input{width:22px;height:22px;flex:0 0 auto;margin:0;accent-color:var(--ink)}.document-hint.document-defer-hint{margin:0 0 0 64px}.draft-banner{display:flex;align-items:center;flex-wrap:wrap;gap:4px 10px;margin-bottom:14px;padding:4px 14px;border-radius:12px;background:var(--surface);border:1px solid var(--border);font-size:13px}.draft-banner p{margin:0;flex:1 1 180px;color:var(--text-2)}.form-clear{background:transparent;border:0;padding:0 2px;min-height:44px;color:var(--text-2);font:inherit;font-weight:700;text-decoration:underline;cursor:pointer}.document-preview{margin:10px 0 0 32px}.document-preview img{width:100%;max-height:360px;object-fit:contain}.document-preview iframe{width:100%;height:300px;border:1px solid var(--border)}.document-preview a,.document-link{color:var(--text-2);font-size:12px;text-decoration:underline}.document-link{border:0;background:transparent;min-height:44px;padding:0}.document-error{color:var(--red);background:var(--red-bg);padding:12px;border-radius:10px;font-size:13px;line-height:1.5;margin:12px 0 0}.submission-status{display:flex;gap:10px;align-items:center;max-width:680px;margin:0 auto 10px;font-size:13px}.submission-status p{margin:3px 0 0;color:var(--text-2);font-size:12px}.form-spinner{display:inline-block;width:20px;height:20px;flex:0 0 20px;border:2px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;animation:form-spin .7s linear infinite}@keyframes form-spin{to{transform:rotate(360deg)}}.error-feedback{margin-top:16px;color:var(--text);text-align:left}.feedback-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;display:flex;align-items:flex-end;justify-content:center;background:#0c0c0e8c;overscroll-behavior:contain}.feedback-dialog{position:relative;box-sizing:border-box;width:100%;max-height:90vh;max-height:90dvh;overflow-y:auto;overscroll-behavior:contain;background:var(--surface);color:var(--text);text-align:left;border-radius:18px 18px 0 0;box-shadow:var(--shadow-lg);padding:20px max(18px,env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.feedback-dialog:focus{outline:none}.feedback-dialog h2{font-size:18px;line-height:1.3;margin:0 48px 8px 0}.feedback-dialog p{font-size:13px;line-height:1.5;color:var(--text-2);margin:0}.feedback-dialog label{display:grid;gap:6px;font-size:13px;font-weight:600;margin:14px 0 0}.feedback-dialog input,.feedback-dialog textarea{width:100%;box-sizing:border-box;min-height:44px;padding:10px;border-radius:8px;border:1px solid var(--border-strong);color:var(--text);background:var(--surface);font:inherit;font-size:16px;font-weight:400}.feedback-dialog textarea{min-height:96px;resize:vertical}.feedback-dialog .feedback-error{color:var(--red);background:var(--red-bg);padding:10px 12px;border-radius:10px;margin-top:14px}.feedback-dialog .feedback-error a{color:inherit;font-weight:700}.feedback-close{position:absolute;top:10px;right:10px;width:44px;height:44px;border:0;border-radius:12px;background:transparent;color:var(--text-2);display:grid;place-items:center;cursor:pointer}.feedback-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:18px}.feedback-actions>button{min-height:44px}@media(max-width:639.98px){.feedback-actions>button{flex:1 1 140px}}@media(min-width:640px){.feedback-overlay{align-items:center;padding:24px}.feedback-dialog{max-width:440px;border-radius:16px;padding:22px}}.feedback-confirmation{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);flex-wrap:wrap;overflow-wrap:anywhere}.feedback-dialog .feedback-confirmation{color:var(--text);font-size:14px;margin-top:4px}@media(min-width:768px){.form-header{padding-top:12px}.public-form .form-col{padding-top:24px}.form-section{padding:24px 24px 0}.form-footer{padding-top:12px;padding-bottom:12px}}@media(hover:hover)and (pointer:fine){.stepper-number:not(:disabled):hover>span{border-color:var(--text)}.document-template button:hover{filter:brightness(.98)}}@media(prefers-reduced-motion:reduce){.public-form *,.public-form *:before,.public-form *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.form-header,.form-scroll,.form-footer,.form-stepper{min-width:0}.form-error-page{min-height:100vh;min-height:100dvh;padding-bottom:env(safe-area-inset-bottom);overflow-y:auto}.stepper-title>span{min-width:0;max-width:100%;overflow-wrap:anywhere}.public-form .form-actions>button>svg{flex:0 0 auto;display:inline-block;vertical-align:middle;margin:0 4px}.public-form .document-buttons>button{min-width:0;max-width:100%;overflow-wrap:anywhere}.feedback-confirmation>span{min-width:0;max-width:100%}.public-form .form-actions>button:first-child:not(:last-child){flex:0 1 30%;max-width:30%;padding-left:8px!important;padding-right:8px!important}.dc-cert-badge{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:3px 10px;border-radius:999px;border:1.5px solid currentColor;font-size:13px;font-weight:800;line-height:1.2;overflow-wrap:anywhere}.dc-cert-badge--lapsed{background:#fce4e4;color:#9b1c1c}.dc-cert-badge--renew{background:#fdf0d9;color:#6b4200}.dc-cert-badge--todo{background:#fff4c2;color:#161616;border-color:#8a6d00}.dc-cert-badge--ok{background:var(--bg-2);color:var(--text);border-color:var(--border-strong)}.dc-cert-date{margin-top:10px;padding:11px 12px;border-radius:10px;background:var(--surface);border:1px solid var(--border);display:grid;gap:8px}.dc-cert-date label{font-size:14px;font-weight:800}.dc-cert-date input[type=date]{min-height:48px;min-width:0;max-width:220px;width:100%;padding:8px 12px;font:inherit;font-size:17px;font-weight:700;color:var(--text);background:var(--surface);border:1.5px solid var(--border-strong);border-radius:10px}.dc-cert-date input[type=date]:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.dc-cert-date .dc-cert-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.dc-doc-meta{font-size:13px;font-weight:700;color:var(--text-2)}.dc-readonly-banner{margin-bottom:16px;padding:11px 14px;border-radius:12px;background:var(--bg-2);border:1.5px solid var(--border-strong);color:var(--text);font-weight:800;font-size:14.5px;display:flex;align-items:center;gap:8px}.dc-purged{margin-top:10px;padding:10px 12px;border-radius:10px;border:1.5px dashed var(--border-strong);background:var(--bg-2);color:var(--text);font-size:13.5px;font-weight:700}.dc-prev-docs{margin-top:16px;padding:12px 13px;border-radius:12px;border:1.5px solid var(--border-strong);background:var(--surface-2)}.dc-prev-doc{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);display:grid;gap:8px}.dc-prev-doc .dc-prev-actions{display:flex;flex-wrap:wrap;gap:8px}.season-picker{display:inline-flex;flex-direction:column;align-items:flex-start;gap:5px;margin-bottom:10px;max-width:100%}.season-picker label{color:var(--text-2);cursor:pointer}.season-picker select{min-height:44px;min-width:0;max-width:100%;padding:8px 12px;border-radius:10px;border:1.5px solid var(--border-strong);background:var(--surface);color:var(--text);font:inherit;font-size:16px;font-weight:800;cursor:pointer}.season-picker select:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.season-range{font-size:13px;color:var(--text-2)}.season-closed{display:flex;align-items:flex-start;gap:10px;margin-top:12px;padding:11px 14px;border-radius:12px;background:var(--bg-2);border:1.5px solid var(--border-strong);color:var(--text);max-width:560px}.season-closed>svg{flex:0 0 auto;margin-top:2px}.season-closed strong{display:block;font-size:15px;font-weight:800}.season-closed span{display:block;margin-top:2px;font-size:13.5px;color:var(--text-2)}.renewal-line{display:flex;align-items:center;flex-wrap:wrap;gap:4px 6px;margin-top:5px;font-size:13px;color:var(--text)}.renewal-line strong{font-weight:800}.renewal-line span{color:var(--text-2);overflow-wrap:anywhere}.docs-page{min-height:100vh}.docs-page .form-brand>a{display:inline-flex;min-height:44px;align-items:center}.docs-title{font-size:30px;margin:6px 0 8px}.docs-intro{font-size:14px;line-height:1.5;color:var(--text-2);margin:0 0 18px}.docs-group{padding:4px 18px 0;margin-bottom:16px}.docs-group h2{font-size:16px;margin:14px 0 0}.docs-group .document-template:last-child{border-bottom:0}.docs-for{color:var(--text)!important}.docs-download{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:9px 12px;border-radius:10px;background:var(--ink);color:#fff;font-size:13px;font-weight:700;text-decoration:none}.form-report{margin-top:0}.form-docs-line{margin-bottom:0}.feedback-docs{font-size:13px;margin:10px 0 0!important}.feedback-docs a{color:var(--text);font-weight:700}.document-pages{margin:12px 0 0;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;color:var(--text-2)}.document-next-page{margin-top:12px;padding:12px;border-radius:12px;background:var(--yellow-soft);border:1px solid var(--yellow-deep)}.document-next-page>p{margin:0;font-size:13.5px;font-weight:700;line-height:1.4;color:var(--text)}.document-next-page .document-buttons{margin-top:10px}.document-next-page .document-buttons>button{flex:1 1 160px;min-height:44px}.document-next-page .form-clear{display:block;margin:4px 0 0}:root{--pdf-red: #e5322d}.document-heading{gap:12px}.doc-file-icon{position:relative;flex:0 0 auto;display:inline-block;width:32px;height:40px}.doc-file-icon.is-sm{width:22px;height:28px}.doc-file-icon svg{display:block;width:100%;height:100%;overflow:visible}.doc-file-sheet{fill:var(--surface);stroke:var(--border-strong);stroke-width:1.5}.doc-file-fold{fill:none;stroke:var(--border-strong);stroke-width:1.5;stroke-linejoin:round}.doc-file-band{fill:var(--pdf-red)}.doc-file-label{fill:#fff;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:7.6px;font-weight:800;letter-spacing:.04em}.doc-file-glyph{fill:none;stroke:var(--text-3);stroke-width:1.6;stroke-linejoin:round;stroke-linecap:round}.doc-file-badge{position:absolute;right:-6px;bottom:-4px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;box-shadow:0 0 0 2px var(--surface);transition:transform .22s var(--ease-out),opacity .22s var(--ease-out)}.doc-file-badge.is-later{background:var(--yellow);color:#161616}@starting-style{.doc-file-badge{opacity:0;transform:scale(.6)}}.docs-summary{margin:2px 0 6px;padding:14px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.docs-summary-head{display:flex;align-items:center;gap:12px}.docs-summary-head p{margin:0;font-size:14px;line-height:1.35;color:var(--text)}.docs-summary-head p span{color:var(--text-2);font-size:12.5px}.docs-summary-icons{display:flex;flex:0 0 auto}.docs-summary-icons>.doc-file-icon+.doc-file-icon{margin-left:-7px}.docs-summary-icons>.doc-file-icon .doc-file-sheet{filter:drop-shadow(0 1px 1px rgba(0,0,0,.08))}.docs-steps{list-style:none;margin:14px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.docs-steps li{display:grid;gap:4px;align-content:start;font-size:12px;line-height:1.3;font-weight:650;color:var(--text)}.docs-steps li span{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:var(--yellow);color:#161616;font-size:15px}.docs-summary-note{display:flex;gap:8px;align-items:flex-start;margin:14px 0 0;padding:10px 12px;border-radius:10px;background:var(--yellow-soft);color:var(--text);font-size:12.5px;line-height:1.45}.docs-summary-note svg{flex:0 0 auto;margin-top:1px}.docs-progress{display:block;padding:14px;border-radius:14px;background:var(--ink);color:#fff}.docs-progress-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.docs-progress-head span{font-size:13px;font-weight:700;opacity:.85}.docs-progress-head strong{font-size:28px;line-height:1;color:var(--yellow)}.docs-progress-bar{margin-top:10px;height:6px;border-radius:999px;background:#ffffff29;overflow:hidden}.docs-progress-bar>span{display:block;height:100%;border-radius:inherit;background:var(--yellow);transform-origin:left center;transition:transform .32s var(--ease-out),background-color .2s ease}.docs-progress.is-complete .docs-progress-bar>span{background:var(--green)}.docs-progress.is-complete .docs-progress-head strong{color:#7ee2a8}.docs-formats{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0 0 12px;padding:0}.docs-formats li{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);font-size:11.5px;font-weight:650;color:var(--text-2)}.document-next-page{transition:opacity .2s var(--ease-out),transform .2s var(--ease-out)}@starting-style{.document-next-page{opacity:0;transform:translateY(8px)}}@media(max-width:380px){.docs-steps{grid-template-columns:1fr}.docs-steps li{grid-auto-flow:column;justify-content:start;align-items:center;gap:8px}}@media(prefers-reduced-motion:reduce){.doc-file-badge,.document-next-page,.docs-progress-bar>span{transition-property:opacity,background-color}@starting-style{.doc-file-badge,.document-next-page{transform:none}}}.document-next-page{background:var(--surface-2);border:1px solid var(--border);box-shadow:inset 3px 0 0 var(--yellow)}.docs-lead{margin:12px 0 8px;font-size:12.5px;color:var(--text)}.document-template>.document-personal{margin:8px 0 0 44px}
