: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: #6d6c66;--text-3: #9a988f;--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: #19181700;--surface: #201F1D;--surface-2: #262522;--border: #322f2b;--border-strong: #444039;--text: #f3f1ea;--text-2: #aaa79e;--text-3: #7c7a72;--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;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}button,[role=button]{min-height: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}.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}.adm-actions{width:100%}.adm-actions>button{flex:1!important;justify-content:center!important}.adm-stats{grid-template-columns:repeat(2,1fr)!important}.adm-filters{flex-direction:column!important;align-items:stretch!important}.adm-chips{overflow-x:auto;-webkit-overflow-scrolling:touch}.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:0}.document-panel .document-section>div:first-child,.document-panel .document-section>div:last-child{padding-inline:18px}.document-modes{display:flex;margin:16px 0;border-bottom:1px solid var(--border-strong)}.document-modes button{flex:1;min-height:48px;border:0;border-bottom:3px solid transparent;color:var(--text-2);background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700;min-width:0;padding:8px;overflow-wrap:anywhere}.document-modes button[aria-pressed=true]{color:var(--text);border-bottom-color:var(--yellow-deep)}.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:32px}.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-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-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}.error-feedback form{padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.error-feedback h3{font-size:16px;margin:0 0 8px}.error-feedback p{font-size:12px;line-height:1.5;color:var(--text-2)}.error-feedback label{display:grid;gap:6px;font-size:13px;margin:12px 0}.error-feedback input,.error-feedback 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}.error-feedback textarea{min-height:80px;resize:vertical}.feedback-confirmation{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);flex-wrap:wrap;overflow-wrap:anywhere}@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,.document-modes 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}.document-modes button>svg{flex:0 0 auto}.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}
