:root{--bg: #f4f5f7;--surface: #ffffff;--text: #1c2430;--muted: #5b6573;--border: #dde1e6;--border-strong: #b9c0c9;--primary: #1f4e79;--primary-hover: #183d5f;--primary-soft: #e8eff6;--focus: #2f7de1;--error: #b42318;--error-soft: #fdecea;--warn: #8a5a00;--warn-soft: #fff4dc;--good: #1b6b3a;--good-soft: #e6f4ea;--radius: 12px;--radius-sm: 8px;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;background:var(--bg)}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.skip-link{position:absolute;left:1rem;top:-3rem;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:10}.skip-link:focus{top:.75rem}.topbar{background:var(--surface);border-bottom:1px solid var(--border)}.topbar__inner{max-width:52rem;margin:0 auto;padding:.75rem 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem}.brand{font-weight:700;color:var(--primary)}.topbar nav{display:flex;gap:.25rem}.topbar nav a{color:var(--text);text-decoration:none;padding:.35rem .75rem;border-radius:999px}.topbar nav a:hover{background:var(--bg)}.topbar nav a[aria-current=page]{background:var(--primary-soft);color:var(--primary);font-weight:600}.topbar__account{margin-left:auto;display:flex;align-items:center;gap:.75rem}.shell{max-width:52rem;margin:0 auto;padding:1.5rem 1rem 3rem;display:grid;gap:1.25rem}.shell--narrow{max-width:28rem;padding-top:12vh}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.card__title{font-size:1.25rem;line-height:1.3;margin:0 0 1rem}.card__header .card__title{margin:0}.card__title:focus{outline:none}.card__title:focus-visible{outline:3px solid var(--focus);outline-offset:4px;border-radius:4px}.subheading{font-size:1rem;margin:1.5rem 0 .5rem}.muted{color:var(--muted)}.small{font-size:.875rem}.field{margin:0 0 1.25rem}.field__label{display:block;font-weight:600;margin-bottom:.35rem}.field__required,.field__optional{font-weight:400;color:var(--muted);font-size:.875rem}.field__hint{margin:.35rem 0 0;color:var(--muted);font-size:.875rem}.field__error{margin:.35rem 0 0;color:var(--error);font-size:.875rem;font-weight:600}.field__control{display:flex;align-items:stretch}.field input:not([type=radio]){width:100%;font:inherit;color:inherit;padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);min-height:2.75rem}.field__control--adorned{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);overflow:hidden}.field__control--adorned:focus-within{outline:3px solid var(--focus);outline-offset:2px}.field__control--adorned input:not([type=radio]){border:0;border-radius:0}.field__control--adorned input:focus-visible{outline:none}.field__adornment{display:flex;align-items:center;padding:0 .75rem;color:var(--muted);background:var(--bg)}.field--invalid input:not([type=radio]),.field--invalid .field__control--adorned{border-color:var(--error)}.fixed-value{margin:0;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.choice{border:0;margin:0 0 1.25rem;padding:0;min-width:0}.choice legend{padding:0}.choice__options{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.5rem;margin-top:.35rem}.choice--segmented .choice__options{grid-template-columns:1fr 1fr}.choice__option{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;min-height:2.75rem}.choice__option:hover{border-color:var(--primary)}.choice__option--checked{border-color:var(--primary);background:var(--primary-soft);font-weight:600}.choice__option:focus-within{outline:3px solid var(--focus);outline-offset:2px}.choice__option input{width:1.1rem;height:1.1rem;margin:0;accent-color:var(--primary)}.choice__option input:focus-visible{outline:none}.field--invalid .choice__option{border-color:var(--error)}.form-status:empty{display:none}.alert{margin:0 0 1rem;padding:.75rem 1rem;border-radius:var(--radius-sm);border:1px solid transparent}.alert--error{background:var(--error-soft);color:var(--error);border-color:#f5c2bd}.alert--warn{background:var(--warn-soft);color:var(--warn);border-color:#f1d9a6}.alert--info{background:var(--primary-soft);color:var(--primary);border-color:#c9d9ea}.notice{margin:0 0 1rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--primary-soft);color:var(--primary)}.actions{display:flex;flex-wrap:wrap;gap:.75rem}.button{font:inherit;font-weight:600;padding:.6rem 1.1rem;min-height:2.75rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text);cursor:pointer}.button:hover{background:var(--bg)}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:var(--primary);border-color:var(--primary);color:#fff}.button--primary:hover{background:var(--primary-hover)}.button--small{padding:.3rem .75rem;min-height:2.25rem;font-size:.875rem}.result-lines{margin:0 0 1rem;padding-left:1.25rem}.result-lines li{margin:.25rem 0}.lookup-form{display:grid;grid-template-columns:1fr auto;gap:0 .75rem;align-items:start}.lookup-form .button{margin-top:1.9rem}.facts{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;margin:0}.facts dt{color:var(--muted);font-size:.875rem}.facts dd{margin:.1rem 0 0;font-weight:600;overflow-wrap:anywhere}.badge{display:inline-block;padding:.15rem .65rem;border-radius:999px;font-size:.875rem;font-weight:600}.badge--neutral{background:var(--primary-soft);color:var(--primary)}.badge--good{background:var(--good-soft);color:var(--good)}.badge--warn{background:var(--warn-soft);color:var(--warn)}.badge--bad{background:var(--error-soft);color:var(--error)}.badge--muted{background:var(--bg);color:var(--muted)}@media(max-width:40rem){.grid-2,.facts,.choice--segmented .choice__options,.lookup-form{grid-template-columns:1fr}.lookup-form .button{margin-top:0}.card{padding:1.1rem}.topbar__account{margin-left:0;width:100%;justify-content:space-between}}:root{--bg: #f7f7f2;--surface: #fff;--text: #202a25;--muted: #626c65;--border: #e1e5dc;--primary: #244c3b;--primary-hover: #193b2c;--primary-soft: #eaf1e7;--radius: 10px;font-family:Avenir Next,Avenir,Trebuchet MS,sans-serif;font-size:15px}a{color:var(--primary)}.button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.65rem}button,input,select,textarea{font:inherit}h1,h2,h3{letter-spacing:-.035em}h1{font-size:2.3rem;line-height:1.15;margin:0;font-weight:600}h2{font-size:1.25rem}.eyebrow{font-size:.69rem;font-weight:700;letter-spacing:.14em;color:var(--muted);margin:0 0 .9rem}.wordmark{display:flex;flex-direction:column;width:fit-content;font-size:2.1rem;font-weight:700;letter-spacing:-.09em;line-height:1;text-decoration:none}.wordmark span{font-size:.6rem;letter-spacing:.3em;margin-top:.8rem}.portal{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{background:#edf0e8;border-right:1px solid var(--border);padding:2.3rem 1.1rem 1.2rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar .wordmark{margin-left:1rem}.sidebar-label{margin:3.5rem 1rem 1rem}.sidebar nav{display:flex;flex-direction:column;gap:.3rem}.sidebar nav a{padding:.75rem 1rem;text-decoration:none;color:var(--muted);border-radius:7px;display:flex;align-items:center;gap:.75rem}.sidebar nav a:hover{background:#e3e8dd}.sidebar nav a[aria-current=page]{background:var(--primary);color:#fff}.nav-icon{font-size:1.25rem;width:1.2rem;text-align:center;line-height:1}.sidebar-account{margin-top:auto;border-top:1px solid #d8dfd1;padding:1.1rem .3rem 0;display:flex;align-items:center;gap:.6rem}.sidebar-account>div{min-width:0}.sidebar-account strong{display:block;font-size:.8rem;overflow-wrap:anywhere}.sidebar-account div span{display:block;font-size:.7rem;color:var(--muted)}.avatar{width:2.1rem;height:2.1rem;flex-shrink:0;display:grid;place-items:center;border:1px solid #bcc7b4;border-radius:50%;background:#e0e7d8}.signout{margin-left:auto;background:none;border:0;font-size:1.25rem;color:var(--primary);padding:.5rem;cursor:pointer}.workspace{min-width:0;display:flex;flex-direction:column}.workspace-header{min-height:75px;padding:1rem 3rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:1rem;align-items:center;font-size:.8rem;background:var(--surface)}.workspace-tag{font-size:.6rem;letter-spacing:.13em;color:var(--muted);white-space:nowrap}.workspace .shell{width:100%;max-width:1180px;padding:2.6rem 3rem 3rem;gap:1.4rem}.workspace-footer{margin-top:auto;padding:1.4rem 3rem;display:flex;justify-content:space-between;gap:1rem;font-size:.7rem;color:var(--muted)}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem}.page-heading p:last-child{margin-bottom:0}.card{padding:1.7rem}.card:has(#issue-title){max-width:780px}#issue-title{font-size:2.3rem;margin-bottom:.6rem}#issue-title+p{margin-bottom:2rem}.field select,.field textarea,.filters input,.filters select{display:block;width:100%;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.6rem .75rem;min-height:2.75rem;background:#fff;color:var(--text);margin-top:.35rem}.field textarea{min-height:100px;resize:vertical}label.field{display:block;font-weight:600}.check-row{display:flex;align-items:flex-start;gap:.7rem;margin:1rem 0}input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--primary);flex-shrink:0}.filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.8rem;margin-bottom:1.8rem}.filters label{flex:1 1 130px;font-size:.8rem;font-weight:600}.filters input,.filters select{font-size:.85rem}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.85rem}th{text-align:left;color:var(--muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;padding:.7rem 1rem;border-bottom:1px solid var(--border);background:#f9faf6}td{padding:1.1rem 1rem;border-bottom:1px solid var(--border);vertical-align:middle}.numeric{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.cell-secondary{display:block;font-size:.75rem;color:var(--muted);font-weight:400;margin-top:.3rem}.receipt-link{font-weight:600;white-space:nowrap;text-decoration:none}.receipt-link:hover{text-decoration:underline}.empty-state{padding:3rem 1rem;text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.setting-row input{width:1.4rem;height:1.4rem}hr{height:1px;border:0;background:var(--border);margin:1.5rem 0}dialog{border:1px solid var(--border);border-radius:var(--radius);padding:2rem;width:min(540px,calc(100vw - 2rem));color:var(--text)}dialog::backdrop{background:#13261ca6}dialog .card__header h2{margin:0}.receipt-action-form{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.audit-list{list-style:none;padding:0;margin:0}.audit-list li{padding:.9rem 0;border-bottom:1px solid var(--border)}.audit-list strong{font-weight:600;text-transform:capitalize}.audit-list p{font-size:.85rem;margin-bottom:0}.preview-section{margin:1.5rem 0;padding:1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.preview-section iframe,.print-preview iframe{display:block;width:100%;min-height:560px;border:1px solid var(--border);background:#fff;margin:1rem 0}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr}.login-intro{padding:3.5rem 5rem;background:#214633;color:#f4f7ed;display:flex;flex-direction:column;justify-content:space-between}.login-intro .wordmark{color:#f4f7ed}.login-intro .eyebrow{color:#b4c9ac}.login-intro h1{font-family:Iowan Old Style,Palatino Linotype,Palatino,serif;font-weight:400;font-size:clamp(2.8rem,4.7vw,5rem);line-height:1.03;margin-bottom:1.5rem}.login-intro>div>p:last-child{max-width:24rem;color:#c5d3be;font-size:1rem;line-height:1.7}.login-footer{font-size:.75rem;color:#b4c9ac}.login-panel{align-self:center;justify-self:center;width:min(360px,calc(100% - 3rem));padding:3rem 0}.login-panel h2{font-size:2.3rem;margin:0 0 1rem;font-weight:600}.login-button{width:100%;justify-content:space-between;margin:1.5rem 0 1rem}@media(max-width:1100px){.portal{grid-template-columns:195px minmax(0,1fr)}.workspace-header{padding:1rem 1.5rem}.workspace .shell{padding:2rem 1.5rem}.workspace-footer{padding:1.5rem}.login-intro{padding:3rem}}@media(max-width:760px){.portal{display:block}.sidebar{height:auto;position:static;padding:1.1rem}.sidebar .wordmark{font-size:1.7rem;margin:0}.sidebar .wordmark span{font-size:.5rem;margin-top:.5rem}.sidebar nav{flex-direction:row;overflow-x:auto;margin-top:1rem}.sidebar nav a{padding:.6rem .75rem;font-size:.8rem;white-space:nowrap}.sidebar-label,.nav-icon{display:none}.sidebar-account{position:absolute;right:1rem;top:.3rem;border:0;margin:0;padding:1rem 0;max-width:60%}.sidebar-account strong{max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workspace-header{min-height:50px;padding:.8rem 1rem}.workspace-tag{display:none}.workspace .shell{padding:1.5rem 1rem}.workspace-footer{padding:1rem;flex-direction:column;gap:.4rem}.page-heading{align-items:flex-start;flex-wrap:wrap}h1,#issue-title{font-size:1.9rem}.card{padding:1.1rem}.login-page{grid-template-columns:1fr}.login-intro{padding:2rem;gap:3rem}.login-intro h1{font-size:3rem}.login-footer{display:none}.login-panel{padding:3rem 0}.preview-section iframe{min-height:660px}}@media(prefers-reduced-motion:no-preference){.page-heading,.login-panel{animation:arrive .25s ease-out both}@keyframes arrive{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}}
