:root{color:#17211d;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--green-950:#063d2e;--green-800:#075f43;--green-700:#08734f;--green-600:#0b865e;--green-100:#e8f4ef;--green-50:#f4faf7;--gold-700:#9a6700;--gold-500:#d99400;--gold-100:#fff4d9;--red-700:#b72c2c;--red-100:#fff0ef;--ink:#17211d;--muted:#66716c;--soft:#87908c;--line:#dfe5e2;--line-strong:#cad3ce;--surface:#fff;--surface-subtle:#f7f9f8;--shadow-sm:0 1px 2px #0a2a1f0d, 0 6px 20px #0a2a1f09;--shadow-md:0 12px 34px #0a2a1f14;background:#fff;font-family:PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #08734f33}a{color:inherit}h1,h2,h3,p{margin-top:0}::selection{background:#cce9dc}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}#root{min-height:100vh}html.native-shell{background:#fff}html.native-shell body{overscroll-behavior-y:none}html.native-keyboard-open .mobile-nav{transform:translateY(calc(100% + env(safe-area-inset-bottom)))}html.native-keyboard-open .sticky-action-bar{bottom:12px}.app-shell{background:#fff;min-height:100vh;padding-top:72px;padding-left:232px}.topbar{z-index:60;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff7;grid-template-columns:232px minmax(420px,1fr) auto auto;align-items:center;height:72px;display:grid;position:fixed;inset:0 0 auto}.brand{align-items:center;gap:10px;min-width:0;padding:0 24px;display:flex}.brand__mark{background:var(--green-700);color:#fff;border-radius:12px 12px 12px 5px;place-items:center;width:38px;height:38px;font-family:serif;font-size:19px;font-weight:700;display:grid;box-shadow:0 6px 16px #08734f2e}.brand__name{color:#0e2820;letter-spacing:.04em;white-space:nowrap;font-size:23px;font-weight:760}.topbar__primary{align-items:stretch;gap:34px;height:100%;padding-left:36px;display:flex}.topbar__primary button{color:#38443f;cursor:pointer;background:0 0;border:0;font-size:15px;font-weight:590;position:relative}.topbar__primary button:after{content:"";background:0 0;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.topbar__primary button.active{color:var(--green-700)}.topbar__primary button.active:after{background:var(--green-700)}.topbar__utility{color:#4a5550;border-right:1px solid var(--line);align-items:center;gap:7px;padding:0 22px;font-size:13px;display:flex}.topbar__utility svg{color:var(--green-700)}.topbar__user{white-space:nowrap;align-items:center;gap:9px;padding:0 24px;display:flex}.topbar__user span{background:var(--green-100);width:33px;height:33px;color:var(--green-700);border-radius:50%;place-items:center;font-weight:700;display:grid}.topbar__user strong{font-size:14px}.topbar__menu{display:none}.sidebar{z-index:50;border-right:1px solid var(--line);background:#fff;flex-direction:column;width:232px;transition:transform .25s,width .25s;display:flex;position:fixed;top:72px;bottom:0;left:0}.sidebar__scroll{flex:1;padding:18px 13px;overflow:auto}.sidebar__section-label{color:#89938f;letter-spacing:.12em;margin:0 12px 8px;font-size:11px;font-weight:700}.sidebar__section-label--admin{border-top:1px solid var(--line);margin-top:24px;padding-top:19px}.sidebar nav{gap:3px;display:grid}.sidebar nav button,.sidebar__footer button{color:#45504b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;width:100%;min-height:42px;padding:0 12px;font-size:13px;display:flex}.sidebar nav button:hover,.sidebar__footer button:hover{background:var(--surface-subtle)}.sidebar nav button.active{background:var(--green-100);color:var(--green-800);font-weight:700}.sidebar nav button.active svg{color:var(--green-700)}.sidebar__footer{border-top:1px solid var(--line);padding:10px 13px 14px}.sidebar__footer button{min-height:36px;color:var(--soft)}.sidebar__mobile-head,.sidebar-backdrop{display:none}.main-content{width:min(1220px,100vw - 264px);min-height:calc(100vh - 72px);margin:0 auto;padding:38px 8px 112px}.mobile-nav{display:none}.quick-admin{z-index:20;box-shadow:var(--shadow-md);position:fixed;bottom:18px;right:18px}.role-switcher{margin-bottom:4px}.role-switcher summary{min-height:36px;color:var(--soft);cursor:pointer;border-radius:9px;align-items:center;gap:11px;padding:0 12px;font-size:12px;list-style:none;display:flex}.role-switcher summary::-webkit-details-marker{display:none}.role-switcher summary:hover,.role-switcher[open] summary{background:var(--surface-subtle);color:var(--green-700)}.role-switcher[open] button{background:var(--green-50);color:var(--green-800);margin-top:3px}.app-shell--collapsed{padding-left:72px}.app-shell--collapsed .sidebar{width:72px}.app-shell--collapsed .sidebar button span,.app-shell--collapsed .sidebar__section-label{display:none}.app-shell--collapsed .sidebar nav button,.app-shell--collapsed .sidebar__footer button{justify-content:center;padding:0}.app-shell--collapsed .topbar{grid-template-columns:232px minmax(420px,1fr) auto auto}.app-shell--collapsed .main-content{width:min(1320px,100vw - 110px)}.page-enter{animation:none}.panel{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px}.narrow-page{max-width:1000px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:28px;margin:0 0 25px;display:flex}.page-header h1{color:#13201b;letter-spacing:-.03em;margin-bottom:7px;font-size:clamp(26px,2.3vw,34px);line-height:1.25}.page-header p{max-width:760px;color:var(--muted);margin-bottom:0;font-size:14px;line-height:1.7}.page-header__actions{align-items:center;gap:10px;padding-top:3px;display:flex}.section-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.section-header h2{color:#18221e;letter-spacing:-.01em;margin-bottom:3px;font-size:18px}.section-header p{color:var(--muted);margin-bottom:0;font-size:12px}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-size:13px;font-weight:680;line-height:1;transition:transform .16s,background .16s,border .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.48;cursor:not-allowed}.button--primary{background:var(--green-700);color:#fff;box-shadow:0 7px 18px #08734f29}.button--primary:hover:not(:disabled){background:var(--green-800)}.button--secondary{border-color:var(--line-strong);color:#26342e;background:#fff}.button--secondary:hover:not(:disabled),.button--quiet:hover:not(:disabled){background:var(--green-50);color:var(--green-800);border-color:#a9bbb2}.button--quiet{color:var(--green-700);background:0 0;border-color:#0000}.button--danger{background:var(--red-100);color:var(--red-700);border-color:#f1c8c5}.button--sm{border-radius:7px;min-height:34px;padding:0 12px;font-size:12px}.button--lg{min-height:50px;padding:0 24px;font-size:14px}.button__icon{place-items:center;display:grid}.text-link,.back-link{color:var(--green-700);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:0;font-size:12px;font-weight:650;display:inline-flex}.back-link{color:#55615c;margin-bottom:17px;font-size:13px}.status-dot{border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.status-dot--pass{background:var(--green-700)}.status-dot--review{background:#e6a000}.status-dot--block{background:#df3c36}.status-badge{white-space:nowrap;border-radius:7px;align-items:center;gap:5px;width:max-content;min-height:27px;padding:0 9px;font-size:11px;font-weight:680;display:inline-flex}.status-badge--pass{background:var(--green-100);color:var(--green-800)}.status-badge--review{background:var(--gold-100);color:var(--gold-700)}.status-badge--block{background:var(--red-100);color:var(--red-700)}.evidence-strip{border:1px solid #efdba5;border-left:4px solid var(--gold-500);text-align:left;cursor:pointer;background:#fffcf5;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:14px 15px;display:grid}.evidence-strip__mark{color:#8b5d00;border:1px solid #d8b453;border-radius:9px;place-items:center;width:31px;height:31px;font-family:serif;font-weight:700;display:grid}.evidence-strip__content{gap:3px;min-width:0;display:grid}.evidence-strip__content strong{color:#413a29;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.evidence-strip__content small{color:#81745a;font-size:10px}.evidence-strip__action{color:#726543;white-space:nowrap;align-items:center;font-size:11px;display:flex}.field{align-content:start;gap:7px;display:grid}.field__label{color:#47524d;font-size:12px;font-weight:660}.field__hint{color:var(--soft);font-size:10px;line-height:1.45}.field input,.field select,.field textarea,.query-form input,.query-form select,.template-editor input,.template-editor select{border:1px solid var(--line-strong);width:100%;min-height:43px;color:var(--ink);background:#fff;border-radius:8px;padding:0 12px;font-size:13px}.field textarea{resize:vertical;min-height:78px;padding:10px 12px}.field input:hover,.field select:hover,.field textarea:hover{border-color:#98ada3}.metric{border-left:1px solid var(--line);gap:5px;padding:18px;display:grid}.metric span{color:var(--muted);font-size:11px}.metric strong{color:var(--ink);font-size:22px;line-height:1.2}.metric small{color:var(--soft);font-size:10px}.metric--green strong{color:var(--green-700)}.metric--red strong{color:var(--red-700)}.metric--gold strong{color:var(--gold-700)}.empty-state{color:var(--soft);text-align:center;justify-items:center;padding:34px 20px;display:grid}.empty-state h3{color:#36423c;margin:10px 0 5px;font-size:16px}.empty-state p{max-width:340px;margin-bottom:16px;font-size:12px;line-height:1.6}.loading-state{align-items:center;gap:7px;display:inline-flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.segmented-control{align-items:center;gap:3px;display:flex}.segmented-control button{min-height:34px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 12px;font-size:11px}.segmented-control button.active{background:var(--green-100);color:var(--green-800);font-weight:700}.sticky-action-bar{z-index:15;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:13px;align-items:center;gap:10px;margin-top:26px;padding:13px 15px 13px 18px;display:flex;position:sticky;bottom:14px;box-shadow:0 12px 34px #0a2a1f1c}.sticky-action-bar>div{gap:2px;margin-right:auto;display:grid}.sticky-action-bar>div strong{font-size:12px}.sticky-action-bar>div span{color:var(--muted);font-size:10px}.professional-section{animation:.18s ease-out reveal-professional}@keyframes reveal-professional{0%{opacity:0;transform:translateY(-4px)}}.professional-toggle{border:1px solid var(--line-strong);min-height:38px;color:var(--green-800);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 13px;font-size:12px;font-weight:700;display:inline-flex}.professional-toggle:hover{background:var(--green-50);border-color:#91b7a7}.professional-toggle--wide{text-align:left;justify-content:flex-start;width:100%;margin-top:18px;padding:13px 16px}.professional-toggle--wide svg:last-child{margin-left:auto}.quick-review{gap:18px;padding:22px;display:grid}.quick-review__head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.quick-review__head>div{min-width:0}.quick-review__head>div>span{color:var(--green-700);font-size:12px;font-weight:750}.quick-review__head h2{margin:5px 0 4px;font-size:22px}.quick-review__head p{color:var(--muted);margin:0;font-size:13px}.quick-review__metrics{border:1px solid var(--line);border-radius:11px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.quick-review__metrics>div{background:var(--surface-subtle);justify-items:center;gap:3px;padding:16px 10px;display:grid}.quick-review__metrics>div+div{border-left:1px solid var(--line)}.quick-review__metrics strong{color:var(--green-800);font-size:23px}.quick-review__metrics span{color:var(--muted);font-size:12px}.quick-route-list{gap:8px;display:grid}.quick-route-list>div{border:1px solid var(--line);border-radius:9px;grid-template-columns:28px minmax(150px,.7fr) 1fr;align-items:center;gap:12px;min-height:52px;padding:8px 12px;display:grid}.quick-route-list>div>span{background:var(--green-100);width:27px;height:27px;color:var(--green-800);border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.quick-route-list strong{font-size:14px}.quick-route-list small{color:var(--muted);font-size:12px}.quick-review__result{background:var(--green-50);color:var(--green-700);border-radius:10px;align-items:flex-start;gap:11px;padding:15px;display:flex}.quick-review__result strong{color:#204136;font-size:14px}.quick-review__result p{color:#52665d;margin:4px 0 0;font-size:12px;line-height:1.6}.receipt-quick-summary{grid-template-columns:repeat(3,1fr) auto;align-items:stretch;margin:17px 0;display:grid;overflow:hidden}.receipt-quick-summary>div{border-right:1px solid var(--line);gap:4px;padding:17px 19px;display:grid}.receipt-quick-summary span{color:var(--muted);font-size:12px}.receipt-quick-summary strong{color:var(--green-800);font-size:22px}.receipt-quick-summary small{color:var(--soft);font-size:11px}.receipt-quick-summary .needs-action strong{color:var(--gold-700)}.receipt-quick-summary>button{align-self:center;margin:14px}.receipt-environment-note{background:var(--surface-subtle);color:var(--green-700);border:1px solid #d4dfda;border-radius:9px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.receipt-environment-note>div{gap:3px;display:grid}.receipt-environment-note strong{color:#31443c;font-size:12px}.receipt-environment-note span{color:var(--muted);font-size:12px;line-height:1.5}.receipt-task-queue{display:none}.receipt-table--quick .receipt-table__header,.receipt-table--quick article{grid-template-columns:minmax(280px,1.4fr) .55fr .65fr minmax(190px,.8fr)}.recognition-audit-disclosure{margin-top:15px}.recognition-audit-disclosure>summary{width:max-content;color:var(--green-700);cursor:pointer;padding:8px 0;font-size:12px;font-weight:700}.quick-health{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid;overflow:hidden}.quick-health__message{align-items:center;gap:14px;padding:20px;display:flex}.quick-health__message>span{background:var(--gold-100);width:43px;height:43px;color:var(--gold-700);border-radius:11px;flex:none;place-items:center;display:grid}.quick-health__message h2{margin:0 0 5px;font-size:18px}.quick-health__message p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.quick-health__counts{grid-template-columns:repeat(3,135px);display:grid}.quick-health__counts>div{border-left:1px solid var(--line);background:var(--surface-subtle);align-content:center;justify-items:center;gap:4px;display:grid}.quick-health__counts>div.active{background:#fffaf0}.quick-health__counts strong{color:var(--green-800);font-size:24px}.quick-health__counts .active strong{color:var(--gold-700)}.quick-health__counts span{color:var(--muted);font-size:11px}.compliance-groups{gap:22px;margin-top:22px;display:grid}.compliance-group>header{grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-bottom:10px;display:grid}.compliance-group>header>span{background:var(--surface-subtle);width:35px;height:35px;color:var(--green-700);border-radius:9px;place-items:center;display:grid}.compliance-group--required>header>span{background:var(--red-100);color:var(--red-700)}.compliance-group--amount>header>span{background:var(--gold-100);color:var(--gold-700)}.compliance-group>header h2{margin:0 0 3px;font-size:18px}.compliance-group>header p{color:var(--muted);margin:0;font-size:12px}.compliance-group>header>strong{color:var(--muted);font-size:12px}.compliance-group--reference .issue-row{border-left-color:var(--green-700)}.professional-evidence{grid-template-columns:1fr auto;align-items:center;gap:14px;margin-top:10px;padding:18px;display:grid}.professional-evidence h2{margin:0 0 4px;font-size:16px}.professional-evidence p{color:var(--muted);margin:0;font-size:12px}.professional-evidence .input-snapshot{grid-column:1/-1}.amount-metrics--quick{grid-template-columns:repeat(3,1fr)}.quick-amount-explanation{justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px 20px;display:flex}.quick-amount-explanation strong{font-size:14px}.quick-amount-explanation p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.55}.why-amount-button,.why-amount-button:hover:not(:disabled),.why-amount-button:focus-visible{color:#075f43;background:#fff;border-color:#b8d1c6;box-shadow:0 3px 12px #00000014}.why-amount-button .button__icon,.why-amount-button>span{color:inherit!important;opacity:1!important}.professional-export{margin-top:16px;overflow:hidden}.professional-export>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:64px;padding:14px 17px;list-style:none;display:flex}.professional-export>summary::-webkit-details-marker{display:none}.professional-export>summary>span{grid-template-columns:auto 1fr;align-items:center;gap:2px 10px;display:grid}.professional-export>summary svg{color:var(--green-700);grid-row:1/3}.professional-export>summary strong{font-size:13px}.professional-export>summary small{color:var(--muted);font-size:11px}.professional-export>div{border-top:1px solid var(--line);background:var(--surface-subtle);flex-wrap:wrap;align-items:center;gap:8px;padding:15px 17px;display:flex}.professional-export>div p{color:var(--muted);flex:1 0 100%;margin:0 0 4px;font-size:12px}.issue-row h3{font-size:14px}.issue-row p{font-size:12px}.issue-row small{font-size:11px}.issue-row code{font-size:9px}.workspace-launcher{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.workspace-launcher article{background:var(--green-50);border:1px solid #a9c8ba;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:14px 15px;display:grid}.workspace-launcher article.demo{background:#fffcf4;border-color:#e6d199}.workspace-launcher article.active{box-shadow:inset 0 0 0 1px var(--green-700)}.workspace-launcher article>span{width:36px;height:36px;color:var(--green-700);background:#fff;border-radius:9px;place-items:center;display:grid}.workspace-launcher article.demo>span{color:var(--gold-700)}.workspace-launcher article>div{min-width:0}.workspace-launcher strong{font-size:12px;display:block}.workspace-launcher p{color:var(--muted);margin:3px 0 0;font-size:10px;line-height:1.45}.workspace-launcher button,.personal-workspace-banner button{min-height:35px;color:var(--green-800);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #91b7a7;border-radius:7px;padding:0 12px;font-size:10px;font-weight:700}.workspace-launcher article.demo button{color:#815b00;border-color:#d6ad43}.personal-workspace-banner,.personal-privacy-strip{color:var(--green-700);background:#f7faf8;border:1px solid #c8d9d1;border-radius:10px;align-items:flex-start;gap:11px;margin-bottom:18px;padding:13px 15px;display:flex}.personal-workspace-banner>div{flex:1;gap:3px;display:grid}.personal-workspace-banner strong,.personal-privacy-strip strong{color:#2a4037;font-size:12px}.personal-workspace-banner span,.personal-privacy-strip span{color:var(--muted);font-size:11px;line-height:1.55}.personal-privacy-strip{align-items:center}.personal-privacy-strip strong{flex:none}.workspace-dialog-backdrop{z-index:130;background:#0a1c158c;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.workspace-dialog{background:#fff;border-radius:15px;width:min(680px,100%);max-height:calc(100vh - 36px);padding:22px;overflow:auto;box-shadow:0 24px 72px #071f1647}.workspace-dialog header{justify-content:space-between;gap:18px;display:flex}.workspace-dialog header span{color:var(--green-700);font-size:10px;font-weight:750}.workspace-dialog header h2{margin:4px 0;font-size:22px}.workspace-dialog header p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.workspace-dialog header>button{background:var(--surface-subtle);width:36px;height:36px;color:var(--muted);cursor:pointer;border:0;border-radius:8px;flex:none;place-items:center;display:grid}.workspace-dialog__notice{color:var(--gold-700);background:#fffcf4;border:1px solid #e8d18f;border-radius:10px;gap:11px;margin:18px 0;padding:14px;display:flex}.workspace-dialog__notice strong{color:#54431e;font-size:12px}.workspace-dialog__notice ul{color:#6d624a;margin:7px 0 0;padding-left:18px;font-size:11px;line-height:1.65}.workspace-dialog__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.workspace-dialog__fields label{color:#47524d;gap:7px;font-size:12px;font-weight:650;display:grid}.workspace-dialog__fields input,.workspace-dialog__fields select{border:1px solid var(--line-strong);width:100%;min-height:43px;color:var(--ink);background:#fff;border-radius:8px;padding:0 12px}.workspace-consent{background:var(--surface-subtle);color:#48544e;border-radius:8px;align-items:flex-start;gap:9px;margin:18px 0;padding:12px;font-size:11px;line-height:1.55;display:flex}.workspace-consent input{accent-color:var(--green-700);margin-top:2px}.workspace-dialog footer{justify-content:flex-end;gap:8px;display:flex}.demo-case-launcher{background:#fffcf4;border:1px solid #e8d18f;border-radius:11px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:13px 15px;display:flex}.demo-case-launcher>div{align-items:center;gap:11px;min-width:0;display:flex}.demo-case-launcher>div>span{background:var(--gold-100);width:34px;height:34px;color:var(--gold-700);border-radius:9px;flex:none;place-items:center;display:grid}.demo-case-launcher strong{font-size:12px}.demo-case-launcher p{color:var(--muted);margin:3px 0 0;font-size:10px}.demo-case-launcher>button{color:#815b00;white-space:nowrap;background:#fff;border:1px solid #d6ad43;border-radius:7px;min-height:34px;padding:0 12px;font-size:10px;font-weight:700}.demo-case-launcher.loaded{background:var(--green-50);border-color:#9ec7b5}.demo-case-launcher.loaded>div>span{background:var(--green-100);color:var(--green-700)}.onboarding-guide{background:#f6faf8;border:1px solid #bed5ca;border-radius:12px;margin-bottom:18px;padding:16px 18px}.onboarding-guide__title{align-items:center;gap:10px;display:flex}.onboarding-guide__title>svg{color:var(--green-700)}.onboarding-guide__title>div{flex:1}.onboarding-guide__title strong{font-size:13px}.onboarding-guide__title p{color:var(--muted);margin:3px 0 0;font-size:9px}.onboarding-guide__title button{border:1px solid var(--line-strong);min-height:31px;color:var(--green-700);background:#fff;border-radius:7px;padding:0 10px;font-size:9px;font-weight:700}.onboarding-guide ol{grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0 0;padding:0;list-style:none;display:grid}.onboarding-guide li{border-top:1px solid #d5e4dd;gap:9px;min-width:0;padding-top:12px;display:flex}.onboarding-guide li>span{background:var(--green-700);color:#fff;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:grid}.onboarding-guide li>div{gap:3px;display:grid}.onboarding-guide li strong{font-size:10px}.onboarding-guide li small{color:var(--muted);font-size:8px;line-height:1.45}.home-grid{grid-template-columns:minmax(0,1.5fr) minmax(330px,.85fr);gap:22px;display:grid}.home-main{gap:20px;display:grid}.welcome-panel{border:1px solid var(--line);background:#fff;border-radius:14px;padding:27px 30px 28px}.welcome-copy h1{color:#13201b;letter-spacing:-.035em;margin-bottom:6px;font-size:31px}.welcome-copy p{color:var(--muted);margin-bottom:25px;font-size:14px}.primary-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.primary-actions button{background:var(--green-700);color:#fff;text-align:left;cursor:pointer;border:0;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;gap:11px;min-height:112px;padding:15px;transition:transform .18s,background .18s;display:grid;box-shadow:0 10px 22px #08734f24}.primary-actions button>svg{display:none}.primary-actions button:hover{background:var(--green-800);transform:translateY(-2px)}.primary-actions__icon{width:42px;height:42px;color:var(--green-700);background:#fff;border-radius:50%;place-items:center;display:grid}.primary-actions button>span:nth-child(2){gap:6px;display:grid}.primary-actions strong{font-size:16px}.primary-actions small{color:#ffffffbd;font-size:10px}.current-trip-panel,.receipt-preview,.progress-panel,.policy-panel{padding:20px}.trip-summary{background:var(--green-50);text-align:left;cursor:pointer;border:1px solid #8fb8a6;border-radius:10px;width:100%;margin-top:15px;padding:18px 19px 17px 24px;position:relative;overflow:hidden}.trip-summary__rail{background:var(--green-700);width:5px;position:absolute;inset:0 auto 0 0}.trip-summary__head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.trip-summary__head>div{gap:7px;display:grid}.trip-summary__head strong{color:#15241e;font-size:17px}.trip-summary__head span{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.route-line{color:#314139;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:7px;margin-top:19px;font-size:11px;display:grid}.route-line i{background:#aac9bb;height:1px}.route-line b{border:2px solid var(--green-700);background:#fff;border-radius:50%;width:9px;height:9px}.route-line--dynamic{display:flex}.route-line--dynamic>div{flex:1;align-items:center;gap:7px;display:flex}.route-line--dynamic>div:last-child{flex:none}.route-line--dynamic>div i{flex:1;min-width:12px}.trip-route-empty{color:var(--muted);border:1px dashed #b9c8c1;border-radius:8px;margin-top:16px;padding:11px 12px;font-size:11px}.trip-progress{background:#dce7e2;border-radius:10px;align-items:center;gap:9px;height:5px;margin-top:19px;display:flex}.trip-progress span{border-radius:inherit;background:var(--green-700);height:100%}.trip-progress small{color:var(--green-700);font-size:11px;font-weight:700}.compact-list{border:1px solid var(--line);border-radius:9px;margin-top:12px;overflow:hidden}.compact-list button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;min-height:49px;padding:0 12px;display:grid}.compact-list button:last-child{border-bottom:0}.compact-list button:hover{background:var(--surface-subtle)}.list-icon{background:var(--green-100);width:28px;height:28px;color:var(--green-700);border-radius:50%;place-items:center;display:grid}.list-icon--red{background:var(--red-100);color:var(--red-700)}.compact-list__title{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.compact-list__status{color:var(--muted);align-items:center;gap:5px;font-size:10px;display:flex}.compact-list__status.danger{color:var(--red-700)}.compact-list__status.success{color:var(--green-700)}.compact-list__status.warning{color:var(--gold-700)}.home-rail{align-content:start;gap:20px;display:grid}.progress-steps{grid-template-columns:repeat(4,1fr);gap:0;margin-top:32px;display:grid}.progress-steps>div{color:#8a928f;text-align:center;justify-items:center;gap:8px;display:grid;position:relative}.progress-steps>div:not(:last-child):after{content:"";z-index:0;background:#d7ddda;width:66%;height:1px;position:absolute;top:16px;left:67%}.progress-steps>div>span{z-index:1;background:#fff;border:1px solid #bdc6c2;border-radius:50%;place-items:center;width:33px;height:33px;font-size:11px;display:grid}.progress-steps strong{color:#5e6763;font-size:11px}.progress-steps small{font-size:9px}.progress-steps .done>span{border-color:var(--green-700);color:var(--green-700)}.progress-steps .active>span{border-color:var(--gold-500);color:var(--gold-700)}.progress-steps .active strong{color:var(--gold-700)}.policy-panel .evidence-strip{margin-top:17px}.trace-promise{border-top:1px solid var(--line);color:var(--green-700);gap:11px;margin-top:18px;padding:18px 4px 0;display:flex}.trace-promise h3,.trace-promise strong{color:#2f3c36;font-size:12px}.trace-promise p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.6}.demo-disclaimer{color:var(--soft);justify-content:center;align-items:center;gap:7px;margin-top:25px;font-size:10px;display:flex}.query-form{padding:27px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px;display:grid}.date-confirm-trigger{border:1px solid var(--line-strong);width:100%;min-height:43px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:9px;padding:0 12px;display:flex}.date-confirm-trigger:hover{border-color:var(--green-500)}.date-confirm-trigger:focus-visible{outline-offset:2px;border-color:var(--green-600);outline:3px solid #127e563d}.date-confirm-backdrop{z-index:240;overscroll-behavior:contain;background:#0a1c1594;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.date-confirm-dialog{pointer-events:auto;background:#fff;border-radius:15px;width:min(520px,100%);max-height:calc(100vh - 36px);padding:20px;overflow:auto;box-shadow:0 24px 72px #071f164d}.date-confirm-dialog header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.date-confirm-dialog header small{color:var(--green-700);font-weight:750}.date-confirm-dialog header h2{margin:4px 0 0;font-size:21px}.date-confirm-dialog header button{background:var(--surface-subtle);width:36px;height:36px;color:var(--muted);cursor:pointer;border:0;border-radius:8px;place-items:center;display:grid}.date-confirm-selects{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:20px 0 14px;display:grid}.date-confirm-selects label{color:var(--muted);gap:6px;font-size:12px;font-weight:650;display:grid}.date-confirm-selects select{border:1px solid var(--line-strong);width:100%;min-height:44px;color:var(--ink);font:inherit;background:#fff;border-radius:8px;padding:0 9px}.date-confirm-dialog>p{color:var(--muted);margin:0 0 14px;font-size:12px}.date-confirm-dialog footer{grid-template-columns:1fr 1fr;gap:10px;display:grid}.date-confirm-dialog footer button{min-height:48px;font:inherit;cursor:pointer;touch-action:manipulation;border-radius:9px;font-weight:750}.date-confirm-cancel{border:1px solid var(--line-strong);color:var(--muted);background:#fff}.date-confirm-ok{border:1px solid var(--green-700);background:var(--green-700);color:#fff}.date-confirm-dialog button:focus-visible,.date-confirm-dialog select:focus-visible{outline-offset:2px;outline:3px solid #127e563d}.arrangement-fields{border:1px solid var(--line);background:var(--surface-subtle);border-radius:10px;gap:24px;margin:24px 0;padding:19px;display:flex}.arrangement-fields legend{color:#48534e;padding:0 8px;font-size:12px;font-weight:670}.arrangement-fields label{color:#4d5954;align-items:center;gap:7px;font-size:12px;display:flex}.arrangement-fields input{accent-color:var(--green-700)}.query-advanced-options,.advanced-field-disclosure{border:1px solid var(--line);background:var(--surface-subtle);border-radius:10px;margin:18px 0;padding:13px 15px}.query-advanced-options summary,.advanced-field-disclosure summary{color:var(--green-700);cursor:pointer;align-items:center;gap:8px;font-size:13px;font-weight:720;display:flex}.query-advanced-options[open] summary,.advanced-field-disclosure[open] summary{margin-bottom:14px}.advanced-field-disclosure .field{max-width:420px}.form-actions{align-items:center;gap:16px;display:flex}.form-actions>span{color:var(--soft);align-items:center;gap:6px;font-size:10px;display:flex}.no-policy-state{text-align:center;justify-items:center;padding:60px 30px;display:grid}.no-policy-state>svg{color:var(--gold-700);margin-bottom:15px}.no-policy-state h1{margin:16px 0 8px;font-size:26px}.no-policy-state p{max-width:530px;color:var(--muted);margin-bottom:22px;line-height:1.7}.standard-cards{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.standard-cards article{border:1px solid var(--line);min-height:220px;box-shadow:var(--shadow-sm);background:#fff;border-radius:13px;align-content:start;padding:19px;display:grid}.standard-card__icon{background:var(--green-100);width:42px;height:42px;color:var(--green-700);border-radius:11px;place-items:center;margin-bottom:25px;display:grid}.standard-cards p{color:var(--muted);margin-bottom:8px;font-size:11px}.standard-cards strong{color:#12261e;font-size:20px;line-height:1.35}.standard-card__values{align-content:start;gap:4px;min-height:56px;display:grid}.standard-card__values strong{font-size:18px;display:block}.standard-cards small{min-height:34px;color:var(--soft);margin-top:5px;font-size:10px;line-height:1.55}.standard-cards button{border:0;border-top:1px solid var(--line);color:var(--green-700);text-align:left;cursor:pointer;background:0 0;gap:2px;margin-top:auto;padding:12px 0 0;font-size:10px;display:grid}.standard-cards button span{color:var(--soft);font-size:9px}.result-layout{grid-template-columns:1.4fr .8fr;gap:15px;margin-top:17px;display:grid}.material-list,.query-snapshot{padding:22px}.material-list h2,.query-snapshot h2,.evidence-list h2{font-size:17px}.material-list>div{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:43px;display:flex}.material-list>div:last-child{border-bottom:0}.material-list>div span{background:var(--green-100);width:23px;height:23px;color:var(--green-700);border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:grid}.material-list>div p{margin:0;font-size:11px}.query-snapshot dl{gap:0;margin:10px 0 0;display:grid}.query-snapshot dl>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:44px;font-size:11px;display:flex}.query-snapshot dt{color:var(--muted);align-items:center;gap:6px;display:flex}.query-snapshot dd{margin:0;font-weight:650}.evidence-list{gap:9px;margin-top:25px;scroll-margin-top:90px;display:grid}.evidence-list h2{margin-bottom:5px}.trip-validation{border:1px solid #e5b14d;border-left:4px solid var(--gold-500);color:#5e4b1e;background:#fffcf5;border-radius:10px;margin:16px 0;padding:15px 18px}.trip-validation strong{font-size:13px}.trip-validation ul{margin:8px 0 0;padding-left:19px;font-size:11px;line-height:1.7}.trip-editor-layout{grid-template-columns:1fr 300px;gap:18px;display:grid}.trip-basics{padding:23px}.trip-basics h2,.trip-day-summary h2,.segment-editor h2{font-size:18px}.trip-basics .field:last-child{margin-top:19px}.identity-readonly{border:1px solid var(--line);background:var(--surface-subtle);color:#47534d;border-radius:8px;align-items:center;gap:7px;min-height:43px;padding:0 12px;font-size:12px;display:flex}.trip-day-summary{padding:22px}.trip-day-summary>div{border-bottom:1px solid var(--line);gap:11px;padding:15px 0;display:flex}.trip-day-summary>div>span{background:var(--green-100);width:34px;height:34px;color:var(--green-700);border-radius:9px;place-items:center;display:grid}.trip-day-summary p{gap:3px;margin:0;display:grid}.trip-day-summary strong{font-size:13px}.trip-day-summary small{color:var(--muted);font-size:10px}.segment-editor{margin-top:18px;padding:23px}.segment-list{gap:12px;margin-top:19px;display:grid}.segment-list article{border:1px solid var(--line);background:#fff;border-radius:11px;padding:20px 18px 17px 55px;position:relative}.segment-list article.private-segment{background:#fffdf7;border-color:#e4c16c}.segment-number{background:var(--green-700);color:#fff;border-radius:50%;place-items:center;width:27px;height:27px;font-size:11px;font-weight:700;display:grid;position:absolute;top:20px;left:17px}.segment-route-fields{grid-template-columns:1fr auto 1fr;align-items:end;gap:11px;display:grid}.segment-arrow{color:var(--green-700);margin-bottom:11px}.segment-meta-fields{grid-template-columns:1.2fr 1.2fr .8fr .7fr;gap:11px;margin-top:14px;display:grid}.private-toggle{color:var(--gold-700);align-items:center;gap:7px;margin-top:15px;font-size:11px;display:inline-flex}.private-toggle input{accent-color:var(--gold-500)}.remove-segment{float:right;color:var(--red-700);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-top:13px;font-size:10px;display:flex}.daily-presence-editor{margin-top:18px;padding:23px}.daily-presence-editor h2{margin-bottom:3px;font-size:18px}.daily-presence-list{gap:10px;margin-top:18px;display:grid}.daily-presence-list article{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:115px minmax(130px,1fr) minmax(130px,.8fr) minmax(110px,.7fr) minmax(230px,1.25fr);align-items:end;gap:11px;padding:13px;display:grid}.daily-presence-list article>strong{color:#30443b;align-self:center;font-size:12px}.daily-presence-flags{background:var(--surface-subtle);border-radius:8px;flex-wrap:wrap;align-items:center;gap:7px 12px;min-height:43px;padding:7px 10px;display:flex}.daily-presence-flags label{color:#52615a;align-items:center;gap:5px;font-size:10px;display:flex}.daily-presence-flags input{accent-color:var(--green-700)}.upload-zone{background:var(--green-50);border:1.5px dashed #a9bcb3;border-radius:14px;align-items:center;gap:17px;min-height:122px;padding:24px;transition:background .15s,border .15s;display:flex}.upload-zone--dragging{border-color:var(--green-700);background:var(--green-100)}.upload-zone__icon{width:55px;height:55px;color:var(--green-700);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;flex:none;place-items:center;display:grid}.upload-zone__copy{flex:1;min-width:0}.upload-zone strong{margin-bottom:6px;font-size:16px;display:block}.upload-zone p{color:var(--muted);margin:0;font-size:11px;line-height:1.6}.upload-zone__actions{flex-wrap:wrap;gap:7px;display:flex}.material-picker{width:min(620px,100vw - 36px)}.material-picker__groups{gap:12px;display:grid}.material-picker__groups>section{border:1px solid var(--line);background:var(--surface-subtle);border-radius:11px;gap:13px;padding:16px;display:grid}.material-picker__groups>section>div{align-items:flex-start;gap:10px;display:flex}.material-picker__groups>section>div:last-child{flex-wrap:wrap}.material-picker__groups svg{color:var(--green-700);flex:none}.material-picker__groups span{gap:4px;display:grid}.material-picker__groups small{color:var(--muted);font-size:11px;line-height:1.45}.receipt-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:18px 0 10px;display:flex}.receipt-toolbar>span{color:var(--soft);align-items:center;gap:6px;font-size:10px;display:flex}.receipt-table{overflow:hidden}.receipt-table__header,.receipt-table article{grid-template-columns:minmax(260px,1.4fr) .55fr .6fr 1fr minmax(185px,.8fr);align-items:center;column-gap:15px;display:grid}.receipt-table__header{background:var(--surface-subtle);min-height:42px;color:var(--soft);padding:0 18px;font-size:10px}.receipt-table article{border-top:1px solid var(--line);min-height:91px;padding:15px 18px 27px;position:relative}.receipt-table article.excluded{opacity:.58;background:#fafbfa}.receipt-main{align-items:center;gap:11px;min-width:0;display:flex}.receipt-main>div,.receipt-amount,.receipt-match,.receipt-evidence{gap:4px;min-width:0;display:grid}.receipt-main strong,.receipt-main small,.receipt-evidence span,.receipt-evidence small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.receipt-main strong{font-size:12px}.receipt-main em{background:var(--surface-subtle);width:max-content;color:var(--soft);border-radius:4px;padding:2px 5px;font-size:7px;font-style:normal}.receipt-main small,.receipt-amount small,.receipt-match small,.receipt-evidence small{color:var(--soft);font-size:9px}.receipt-type{background:var(--green-100);width:38px;height:38px;color:var(--green-700);border-radius:10px;flex:none;place-items:center;display:grid}.receipt-type svg{width:18px}.receipt-amount strong,.receipt-match strong{font-size:12px}.receipt-evidence span{color:#52615a;align-items:center;gap:4px;font-family:ui-monospace,monospace;font-size:9px;display:flex}.receipt-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.receipt-verification{color:var(--gold-700);align-items:center;gap:5px;font-size:9px;display:flex;position:absolute;bottom:8px;right:18px}.receipt-empty{color:var(--green-700);justify-items:center;padding:43px;display:grid}.receipt-empty strong{color:#34413b;margin:8px 0 3px}.receipt-empty p{color:var(--muted);margin:0;font-size:11px}.receipt-notice,.archive-note,.policy-warning{color:var(--gold-700);background:#fffcf5;border:1px solid #efdba5;border-radius:10px;gap:11px;margin-top:14px;padding:16px 18px;display:flex}.receipt-notice p,.archive-note p,.policy-warning p{color:#665c43;margin:0;font-size:10px;line-height:1.6}.receipt-editor-backdrop{z-index:120;background:#0a1c157a;place-items:center;max-width:100vw;padding:18px;display:grid;position:fixed;inset:0;overflow-x:hidden}.receipt-editor{background:#fff;border-radius:14px;width:min(760px,100vw - 36px);min-width:0;max-width:100%;max-height:min(860px,100vh - 36px);padding:22px;overflow:auto;box-shadow:0 24px 72px #071f1640}.receipt-editor header{justify-content:space-between;gap:18px;margin-bottom:16px;display:flex}.receipt-editor header>div{min-width:0}.receipt-editor header span{color:var(--green-700);font-size:9px;font-weight:700}.receipt-editor header h2{margin:4px 0;font-size:18px}.receipt-editor header p{color:var(--muted);margin:0;font-size:9px}.receipt-editor header>button{background:var(--surface-subtle);width:35px;height:35px;color:var(--muted);border:0;border-radius:8px;flex:none;place-items:center;display:grid}.recognition-warnings{background:#fffcf5;border:1px solid #ead18c;border-radius:8px;gap:5px;margin-bottom:14px;padding:10px 12px;display:grid}.recognition-warnings p{color:#765e20;gap:7px;margin:0;font-size:8px;line-height:1.45;display:flex}.receipt-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.recognition-audit-list{border:1px solid var(--line);border-radius:8px;margin-top:16px;overflow:hidden}.recognition-audit-list h3{background:var(--surface-subtle);margin:0;padding:9px 11px;font-size:10px}.recognition-audit-list>div{border-top:1px solid var(--line);grid-template-columns:100px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 11px;display:grid}.recognition-audit-list span{font-size:8px}.recognition-audit-list code{color:#41534b;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.recognition-audit-list small{color:var(--soft);font-size:7px}.receipt-editor .field-error{color:var(--red-700);margin:10px 0 0;font-size:9px}.receipt-editor footer{justify-content:flex-end;gap:8px;margin-top:17px;display:flex}.payment-link-dialog{width:min(620px,100vw - 36px)}.payment-link-options{gap:9px;display:grid}.payment-link-options>button:not(.button){border:1px solid var(--line);width:100%;min-width:0;color:var(--ink);text-align:left;background:#fff;border-radius:9px;align-items:center;gap:10px;padding:12px;display:flex}.payment-link-options>button:not(.button):hover,.payment-link-options>button:not(.button):focus-visible{border-color:var(--green-600);background:var(--green-50);outline-offset:1px;outline:3px solid #08734f29}.payment-link-options>button:not(.button) svg{color:var(--green-700);flex:none}.payment-link-options>button:not(.button) span{gap:3px;min-width:0;display:grid}.payment-link-options>button:not(.button) strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.payment-link-options>button:not(.button) small{color:var(--muted);font-size:10px}.payment-link-note{background:var(--surface-subtle);color:var(--muted);border-radius:7px;margin:13px 0 0;padding:10px;font-size:10px;line-height:1.5}.timeline-layout{grid-template-columns:minmax(0,1fr) 270px;align-items:start;gap:22px;display:grid}.trip-timeline{gap:0;display:grid}.timeline-day{grid-template-columns:74px 28px 1fr;align-items:stretch;display:grid}.timeline-day__date{align-content:start;justify-items:end;gap:3px;padding-top:19px;display:grid}.timeline-day__date strong{font-size:13px}.timeline-day__date span{color:var(--soft);font-size:9px}.timeline-day__line{position:relative}.timeline-day__line:before{content:"";z-index:1;border:3px solid var(--green-700);background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.timeline-day__line i{background:#bfd3ca;width:1px;position:absolute;top:32px;bottom:-1px;left:50%}.timeline-day:last-child .timeline-day__line i{display:none}.timeline-day__content{margin-bottom:14px;padding:18px}.timeline-city{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding-bottom:13px;display:flex}.timeline-city>span{background:var(--green-100);width:35px;height:35px;color:var(--green-700);border-radius:10px;place-items:center;display:grid}.timeline-city>div{flex:1}.timeline-city h2{margin:0 0 2px;font-size:16px}.timeline-city p{color:var(--muted);margin:0;font-size:10px}.timeline-event{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(140px,.7fr) minmax(190px,1fr);align-items:center;gap:11px;min-height:60px;display:grid}.timeline-event:last-child{border-bottom:0}.timeline-event__icon{background:var(--surface-subtle);width:30px;height:30px;color:var(--green-700);border-radius:8px;place-items:center;display:grid}.timeline-event__icon svg{width:16px}.timeline-event>div{gap:3px;display:grid}.timeline-event strong{font-size:11px}.timeline-event small{color:var(--soft);font-size:9px}.timeline-event button,.record-only,.missing-event{color:var(--green-700);cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:5px;font-size:9px;display:flex}.timeline-event .missing-event{color:var(--red-700)}.record-only{color:var(--gold-700)}.timeline-summary{padding:20px;position:sticky;top:92px}.timeline-summary h2{font-size:17px}.timeline-summary dl{margin:0 0 15px}.timeline-summary dl>div{border-bottom:1px solid var(--line);justify-content:space-between;padding:12px 0;font-size:11px;display:flex}.timeline-summary dt{color:var(--muted)}.timeline-summary dd{margin:0;font-weight:700}.timeline-summary__note{background:var(--gold-100);border-radius:8px;gap:8px;margin:15px 0;padding:12px;display:flex}.timeline-summary__note p{color:#705d2d;margin:0;font-size:9px;line-height:1.6}.timeline-summary .button{width:100%}.health-summary{grid-template-columns:1fr 160px 160px 160px;gap:12px;display:grid}.health-summary article{border:1px solid var(--line);background:#fff;border-radius:12px}.health-summary__score{align-items:center;gap:17px;padding:18px;display:flex}.score-ring{--score:80%;background:radial-gradient(closest-side,#fff 76%,transparent 77% 99%),conic-gradient(var(--green-700) var(--score),#e6ebe8 0);border-radius:50%;flex:none;align-content:center;place-items:center;width:78px;height:78px;display:grid}.score-ring strong{color:var(--green-700);font-size:24px;line-height:1}.score-ring span{color:var(--soft);font-size:8px}.health-summary__score h2{margin-bottom:6px;font-size:16px}.health-summary__score p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.health-count{color:var(--green-700);align-content:center;justify-items:center;gap:8px;padding:16px;display:grid}.health-count--review{color:var(--gold-700)}.health-count--block{color:var(--red-700)}.health-count span{color:var(--muted);justify-items:center;font-size:10px;display:grid}.health-count strong{color:currentColor;font-size:22px}.compliance-filters{gap:5px;margin:20px 0 10px;display:flex}.compliance-filters button{border:1px solid var(--line);min-height:34px;color:var(--muted);cursor:pointer;background:#fff;border-radius:7px;align-items:center;gap:5px;padding:0 12px;font-size:10px;display:flex}.compliance-filters button.active{background:var(--green-50);color:var(--green-800);border-color:#96b9aa}.issue-list{gap:8px;display:grid}.issue-row{border:1px solid var(--line);border-left:4px solid var(--green-700);background:#fff;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}.issue-row--review{border-left-color:var(--gold-500)}.issue-row--block{border-left-color:#df3c36}.issue-row--acknowledged{opacity:.62}.issue-row__icon{background:var(--green-100);width:37px;height:37px;color:var(--green-700);border-radius:9px;place-items:center;display:grid}.issue-row--review .issue-row__icon{background:var(--gold-100);color:var(--gold-700)}.issue-row--block .issue-row__icon{background:var(--red-100);color:var(--red-700)}.issue-row__content>div{align-items:center;gap:7px;display:flex}.issue-row code{color:var(--soft);font-family:ui-monospace,monospace;font-size:8px}.issue-row h3{margin:7px 0 3px;font-size:13px}.issue-row p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.issue-row small{color:var(--soft);font-size:9px}.issue-row__action{justify-content:flex-end;align-items:center;min-width:130px;display:flex}.simulation-label{color:var(--soft);font-size:9px}.snapshot-disclosure{border:1px solid var(--line);background:var(--surface-subtle);text-align:left;cursor:pointer;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;width:100%;margin-top:17px;padding:14px 16px;display:grid}.snapshot-disclosure>span{gap:3px;display:grid}.snapshot-disclosure strong{font-size:11px}.snapshot-disclosure small{color:var(--soft);font-size:9px}.input-snapshot{color:#c8e4d8;background:#10241c;border-radius:9px;max-height:420px;margin:7px 0 0;padding:18px;font-size:9px;line-height:1.55;overflow:auto}.amount-hero{background:var(--green-50);border:1px solid #8eb5a4;border-radius:14px;grid-template-columns:280px minmax(0,1fr);align-items:stretch;display:grid;overflow:hidden}.amount-hero>div:first-child{background:var(--green-700);color:#fff;align-content:center;padding:27px 30px;display:grid}.amount-hero>div:first-child p{color:#ffffffb8;margin:0 0 6px;font-size:11px}.amount-hero>div:first-child strong{letter-spacing:-.03em;font-size:34px}.amount-hero>div:first-child span{color:#ffffffa6;margin-top:5px;font-size:9px}.amount-metrics{grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.amount-metrics .metric:first-child{border-left:0}.amount-metrics .metric{align-content:center;padding:16px 13px}.amount-metrics .metric strong{font-size:clamp(15px,1.35vw,20px)}.amount-metrics .metric small{line-height:1.45}.why-amount-button{width:max-content;color:var(--green-800);margin-top:15px}.amount-hero .why-amount-button span{color:inherit;margin-top:0}.why-amount-panel{background:#f6fbf8;border:1px solid #a7cabb;border-radius:12px;gap:12px;margin-top:13px;padding:18px 21px;display:grid}.why-amount-panel>div{color:var(--green-700);gap:11px;display:flex}.why-amount-panel h2{color:#183d2f;margin:0 0 4px;font-size:15px}.why-amount-panel p{color:#52675e;margin:0;font-size:10px;line-height:1.6}.why-amount-panel ol{color:#4e5e57;gap:5px;margin:0;padding-left:20px;font-size:10px;line-height:1.55;display:grid}.why-amount-panel--review{background:#fffbf2;border-color:#e8c977}.preview-layout{grid-template-columns:minmax(0,1fr) 285px;align-items:start;gap:18px;margin-top:18px;display:grid}.calculation-panel{padding:22px}.engine-label{color:var(--green-700);align-items:center;gap:5px;font-size:9px;display:flex}.calculation-group{margin-top:21px}.calculation-group h3{color:#3a4640;align-items:center;gap:7px;margin-bottom:8px;font-size:12px;display:flex}.calculation-group article{border-top:1px solid var(--line)}.calculation-group article:last-child{border-bottom:1px solid var(--line)}.calculation-group article>button{text-align:left;cursor:pointer;background:#fff;border:0;grid-template-columns:1fr auto auto;align-items:center;gap:14px;width:100%;min-height:57px;padding:0 8px;display:grid}.calculation-group article>button>span{gap:3px;display:grid}.calculation-group article>button strong{font-size:11px}.calculation-group article>button small{color:var(--soft);font-size:9px}.calculation-group article>button b{color:var(--green-700);font-size:12px}.calculation-detail{padding:2px 8px 14px}.calculation-detail dl{background:var(--surface-subtle);border-radius:8px;grid-template-columns:repeat(3,1fr);margin:0 0 10px;padding:12px;display:grid}.calculation-detail dl>div{gap:3px;display:grid}.calculation-detail dt{color:var(--soft);font-size:8px}.calculation-detail dd{margin:0;font-size:10px;font-weight:680}.plain-explanation{background:var(--green-50);color:#426054;border-radius:7px;gap:7px;margin:0 0 9px;padding:10px 11px;font-size:9px;line-height:1.55;display:flex}.plain-explanation svg{color:var(--green-700);flex:none}.trace-source-list{gap:7px;margin-bottom:8px;display:grid}.trace-source-list article{border:1px solid var(--line);background:#fff;border-radius:7px;gap:8px;padding:10px 11px;display:flex}.trace-source-list article>svg{color:var(--green-700);flex:none}.trace-source-list article>div{gap:3px;min-width:0;display:grid}.trace-source-list strong{font-size:9px}.trace-source-list span{color:var(--muted);font-size:9px}.trace-source-list code{color:var(--soft);text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.rule-evidence-card{border-left:4px solid var(--gold-500);background:#fffcf5;border-radius:8px;gap:8px;padding:12px;display:grid}.rule-evidence-card>div{gap:5px;display:grid}.rule-evidence-card strong{font-size:10px}.rule-evidence-card small{color:var(--soft);font-size:8px}.rule-evidence-card p{color:#665e4c;margin:0;font-size:9px}.rule-evidence-card ul{color:#5c5546;gap:4px;margin:0;padding-left:17px;font-size:8px;line-height:1.5;display:grid}.public-reference{background:#f7fbf9;border:1px solid #b8d5c8;border-radius:7px;align-items:center;gap:9px;margin-top:7px;padding:9px 10px;display:flex}.public-reference>div{gap:3px;min-width:0;display:grid}.public-reference strong{font-size:9px}.public-reference small{color:var(--muted);font-size:8px}.preview-rail{gap:13px;display:grid}.claim-summary{padding:20px}.claim-summary h2{font-size:16px}.claim-summary dl{margin:0}.claim-summary dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:11px 0;font-size:10px;display:flex}.claim-summary dt{color:var(--muted)}.claim-summary dd{text-align:right;margin:0;font-weight:650}.personal-note{color:var(--red-700);background:snow;border-color:#f0cbc8;gap:11px;padding:17px;display:flex}.personal-note h3{color:#6f3431;margin-bottom:4px;font-size:12px}.personal-note p{color:#81504e;margin:0;font-size:9px;line-height:1.6}.pending-note{color:var(--gold-700);background:#fffcf5;border-color:#ead18c;gap:11px;padding:17px;display:flex}.pending-note h3{color:#684f13;margin-bottom:4px;font-size:12px}.pending-note p{color:#786738;margin:0;font-size:9px;line-height:1.6}.backup-page{max-width:1040px}.backup-privacy{background:var(--green-50);color:var(--green-700);border:1px solid #a8cfbe;border-radius:10px;align-items:center;gap:11px;margin-bottom:15px;padding:13px 15px;display:flex}.backup-privacy div{gap:3px;display:grid}.backup-privacy strong{font-size:11px}.backup-privacy p{color:#577066;margin:0;font-size:9px}.backup-message{border:1px solid;border-radius:9px;gap:9px;margin-bottom:14px;padding:12px 14px;display:flex}.backup-message svg{flex:none;width:18px}.backup-message p{margin:0;font-size:10px;line-height:1.55}.backup-message--pass{background:var(--green-50);color:var(--green-700);border-color:#a9d0bf}.backup-message--review{color:var(--gold-700);background:#fffcf5;border-color:#ead18c}.backup-message--block{background:var(--red-100);color:var(--red-700);border-color:#efc5c1}.backup-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.backup-card{align-content:start;gap:12px;padding:22px;display:grid}.backup-card>span{background:var(--green-100);width:42px;height:42px;color:var(--green-700);border-radius:11px;place-items:center;display:grid}.backup-card h2{margin:0;font-size:16px}.backup-card>p{min-height:42px;color:var(--muted);margin:0;font-size:10px;line-height:1.65}.backup-card dl{border:1px solid var(--line);border-radius:8px;margin:0;display:grid}.backup-card dl>div{border-bottom:1px solid var(--line);justify-content:space-between;padding:9px 11px;font-size:9px;display:flex}.backup-card dl>div:last-child{border-bottom:0}.backup-card dt{color:var(--muted)}.backup-card dd{margin:0;font-weight:700}.backup-candidate{background:#fffcf5;border:1px solid #dfc578;border-radius:8px;gap:5px;padding:11px;display:grid}.backup-candidate strong{font-size:9px}.backup-candidate span{color:var(--muted);font-size:8px}.backup-candidate .button{margin-top:4px}.clear-demo-card{justify-content:space-between;align-items:center;gap:16px;margin-top:15px;padding:18px 21px;display:flex}.clear-demo-card>div:first-child{align-items:center;gap:11px;display:flex}.clear-demo-card>div:first-child>svg{color:var(--red-700)}.clear-demo-card h2{margin:0 0 3px;font-size:14px}.clear-demo-card p{color:var(--muted);margin:0;font-size:9px}.clear-confirm{align-items:center;gap:8px;display:flex}.clear-confirm strong{color:var(--red-700);font-size:10px}.export-overview{align-items:center;gap:15px;padding:20px 22px;display:flex}.export-overview__icon{background:var(--green-100);width:50px;height:50px;color:var(--green-700);border-radius:13px;place-items:center;display:grid}.export-overview>div{flex:1}.export-overview h2{margin-bottom:3px;font-size:18px}.export-overview p{color:var(--muted);margin:0;font-size:10px}.export-overview dl{margin:0;display:flex}.export-overview dl>div{border-left:1px solid var(--line);gap:4px;min-width:105px;padding:0 18px;display:grid}.export-overview dt{color:var(--soft);font-size:9px}.export-overview dd{margin:0;font-size:13px;font-weight:700}.export-template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.export-template-grid article{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:16px;transition:border-color .18s,box-shadow .18s;display:grid}.export-template-grid article.active{border-color:var(--green-600);box-shadow:0 0 0 2px #08734f14}.export-file-icon{border:1px solid var(--line-strong);width:40px;height:46px;color:var(--green-700);border-radius:5px 10px 5px 5px;place-items:center;display:grid}.export-file-icon svg{width:19px}.export-template-grid h3,.export-supporting h3{margin:0 0 4px;font-size:13px}.export-template-grid p,.export-supporting p{color:var(--muted);margin:0 0 7px;font-size:9px;line-height:1.5}.export-template-actions{grid-column:1/-1;gap:8px;padding-top:3px;display:flex}.file-format{background:var(--surface-subtle);color:var(--soft);border-radius:4px;padding:4px 6px;font-family:ui-monospace,monospace;font-size:8px}.document-preview{margin-top:16px;padding:14px;overflow:hidden}.document-preview>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.document-preview>header>div{gap:3px;display:grid}.document-preview>header strong{font-size:12px}.document-preview>header span{color:var(--muted);font-size:9px}.document-preview iframe{border:1px solid var(--line);background:#e9efec;border-radius:7px;width:100%;height:min(76vh,850px);display:block}.traditional-template-settings{gap:15px;margin-top:16px;padding:18px;display:grid}.traditional-template-settings__head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.traditional-template-settings__head h2{margin:0 0 4px;font-size:14px}.traditional-template-settings__head p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.traditional-template-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.traditional-template-fields label{min-width:0;color:var(--muted);align-content:start;gap:6px;font-size:10px;display:grid}.traditional-template-fields input,.traditional-template-fields select{border:1px solid var(--line-strong);width:100%;min-width:0;height:40px;color:var(--ink);background:#fff;border-radius:7px;padding:0 10px}.traditional-template-fields input[aria-invalid=true]{border-color:var(--red-700);background:var(--red-100)}.traditional-template-fields small{min-height:14px;color:var(--soft);font-size:8px;line-height:1.4}.traditional-template-fields input[aria-invalid=true]+small{color:var(--red-700)}.traditional-settlement-preview{background:var(--green-50);border:1px solid #bad5c9;border-radius:8px;align-content:start;gap:6px;min-width:0;padding:11px 12px;display:grid}.traditional-settlement-preview>span{color:var(--muted);font-size:10px}.traditional-settlement-preview>strong{color:var(--green-800);font-size:15px}.traditional-settlement-preview>small{min-height:0}.traditional-template-settings__notice{color:#725d28;background:#fffcf5;border:1px solid #ead18c;border-radius:8px;margin:0;padding:10px 12px;font-size:9px;line-height:1.55}.export-supporting{grid-template-columns:1fr 1fr;margin-top:16px;padding:0;display:grid;overflow:hidden}.export-supporting article{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:17px;display:grid}.export-supporting article+article{border-left:1px solid var(--line)}.export-supporting article>svg{color:var(--green-700)}.archive-note{color:var(--green-700);background:var(--green-50);border-color:#bad5c9}.archive-note h3{color:#2c473b;margin:0 0 3px;font-size:12px}.archive-note p{color:#557065}.workflow-hero{padding:25px}.workflow-steps{grid-template-columns:repeat(4,1fr);display:grid}.workflow-steps>div{color:#96a09b;justify-items:center;gap:7px;display:grid;position:relative}.workflow-steps>div>span{z-index:1;border:1px solid var(--line-strong);background:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.workflow-steps>div>i{z-index:0;background:var(--line);width:calc(100% - 42px);height:2px;position:absolute;top:20px;left:calc(50% + 21px)}.workflow-steps strong{font-size:11px}.workflow-steps small{font-size:9px}.workflow-steps .done,.workflow-steps .active{color:var(--green-700)}.workflow-steps .done>span{border-color:var(--green-700);background:var(--green-700);color:#fff}.workflow-steps .done>i{background:var(--green-700)}.workflow-steps .active>span{border:2px solid var(--gold-500);color:var(--gold-700)}.returned-banner{background:var(--red-100);color:var(--red-700);border-radius:9px;align-items:center;gap:11px;margin-top:21px;padding:13px 15px;display:flex}.returned-banner>div{flex:1}.returned-banner strong{font-size:11px}.returned-banner p{margin:3px 0 0;font-size:9px}.workflow-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:18px;margin-top:18px;display:grid}.submit-card{padding:24px}.submit-card h2,.workflow-log h2{font-size:18px}.submit-amount{background:var(--green-50);border-radius:11px;gap:5px;padding:20px;display:grid}.submit-amount span{color:var(--muted);font-size:10px}.submit-amount strong{color:var(--green-700);font-size:30px}.submit-amount small{color:var(--red-700);font-size:9px}.preflight-list{border:1px solid var(--line);border-radius:9px;margin:16px 0;overflow:hidden}.preflight-list>div{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:45px;padding:0 12px;font-size:10px;display:grid}.preflight-list>div:last-child{border-bottom:0}.submit-blocker{background:var(--red-100);color:var(--red-700);border-radius:8px;gap:8px;margin-bottom:13px;padding:11px;display:flex}.submit-blocker p{margin:0;font-size:10px}.review-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.review-actions p{color:var(--muted);flex:0 0 100%;font-size:11px;line-height:1.6}.completed-state{color:var(--green-700);text-align:center;justify-items:center;padding:35px 20px 10px;display:grid}.completed-state h3{color:#254238;margin:10px 0 4px}.completed-state p{max-width:460px;color:var(--muted);font-size:10px;line-height:1.6}.workflow-log{padding:21px}.workflow-log ol{gap:0;margin:0;padding:0;list-style:none;display:grid}.workflow-log li{grid-template-columns:auto 1fr;gap:10px;min-height:62px;display:grid;position:relative}.workflow-log li:not(:last-child):after{content:"";background:#bfd3ca;width:1px;position:absolute;top:29px;bottom:0;left:14px}.workflow-log li>span{z-index:1;background:var(--green-100);width:29px;height:29px;color:var(--green-700);border-radius:50%;place-items:center;display:grid}.workflow-log li>span svg{width:14px}.workflow-log li>div{align-content:start;gap:3px;padding-top:5px;display:grid}.workflow-log strong{font-size:10px}.workflow-log small{color:var(--soft);font-size:8px}.workflow-log .pending>span{background:var(--gold-100);color:var(--gold-700)}.admin-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.admin-toolbar>label{border:1px solid var(--line);border-radius:8px;align-items:center;gap:7px;width:min(430px,100%);min-height:39px;padding:0 11px;display:flex}.admin-toolbar input{border:0;outline:0;flex:1;min-width:0;font-size:11px}.admin-toolbar>button,.admin-toolbar>span{color:var(--muted);background:0 0;border:0;align-items:center;gap:5px;font-size:10px;display:flex}.admin-table{overflow:hidden}.admin-table__head,.admin-table article{align-items:center;gap:14px;padding:0 16px;display:grid}.admin-table__head{background:var(--surface-subtle);min-height:42px;color:var(--soft);font-size:9px}.admin-table article{border-top:1px solid var(--line);min-height:70px;font-size:10px}.admin-table article>div{gap:4px;min-width:0;display:grid}.admin-table article strong{font-size:11px}.admin-table article small{color:var(--soft);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.admin-table article a{color:var(--green-700)}.policy-table .admin-table__head,.policy-table article{grid-template-columns:minmax(300px,1.35fr) .8fr 1fr .55fr 24px}.hash-text{color:#4d5c55;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;font-family:ui-monospace,monospace;font-size:8px;display:flex;overflow:hidden}.policy-warning{color:var(--green-700);background:var(--green-50);border-color:#bad5c9}.policy-warning p{color:#526b60}.version-timeline{padding:23px}.version-timeline article{grid-template-columns:auto 1fr auto;gap:15px;min-height:118px;display:grid;position:relative}.version-node{z-index:1;background:var(--green-100);width:39px;height:39px;color:var(--green-700);border-radius:50%;place-items:center;display:grid}.version-timeline article>i{background:#bcd0c7;width:1px;position:absolute;top:39px;bottom:0;left:19px}.version-timeline h3{margin:8px 0 4px;font-size:14px}.version-timeline p,.version-timeline small{color:var(--muted);font-size:9px}.replacement-link{background:var(--surface-subtle);color:#5c6862;border-radius:6px;align-items:center;gap:5px;width:max-content;margin-top:8px;padding:5px 8px;font-size:9px;display:flex}.version-timeline .draft-version .version-node{background:var(--gold-100);color:var(--gold-700)}.version-logic{margin-top:16px;padding:20px}.version-logic h2{font-size:16px}.version-logic p{color:var(--muted);font-size:10px;line-height:1.6}.version-logic>div{background:var(--surface-subtle);border-radius:8px;align-items:center;gap:12px;padding:13px;font-size:10px;display:flex}.version-logic b{color:var(--green-700)}.identity-table .admin-table__head,.identity-table article{grid-template-columns:.7fr 1.3fr .8fr .7fr}.identity-table select,.template-editor select,.mapping-list select{border:1px solid var(--line-strong);background:#fff;border-radius:7px;min-height:35px;padding:0 9px;font-size:10px}.standards-table .admin-table__head,.standards-table article{grid-template-columns:1.1fr repeat(3,.8fr) .8fr}.policy-wizard-page{padding-bottom:82px}.demo-unit-banner{background:var(--green-50);color:var(--green-800);border:1px solid #a9d0bf;border-radius:9px;align-items:center;gap:10px;margin-bottom:15px;padding:12px 15px;display:flex}.demo-unit-banner span{color:#587066;margin-left:auto;font-size:10px}.wizard-steps{grid-template-columns:repeat(12,minmax(62px,1fr));gap:3px;margin-bottom:14px;padding:2px 0 8px;display:grid;overflow-x:auto}.wizard-steps button{min-width:62px;color:var(--soft);background:0 0;border:0;justify-items:center;gap:6px;font-size:9px;display:grid}.wizard-steps button>span{background:#fff;border:1px solid #ccd2cf;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.wizard-steps button:not(:last-child):after{content:"";z-index:-1;background:#d6dcda;width:calc(100% - 22px);height:1px;margin:-38px 0 0 calc(100% - 17px);position:relative}.wizard-steps button.active,.wizard-steps button.done{color:var(--green-700);font-weight:700}.wizard-steps button.active>span{border-color:var(--green-700);background:var(--green-700);color:#fff}.wizard-steps button.done>span{border-color:var(--green-700);color:var(--green-700)}.policy-wizard-layout{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:14px;display:grid}.wizard-editor{min-width:0;padding:18px}.wizard-editor__head{justify-content:space-between;gap:16px;margin-bottom:18px;display:flex}.wizard-editor__head small{color:var(--green-700);font-weight:700}.wizard-editor__head h2{margin:4px 0;font-size:19px}.wizard-editor__head p{color:var(--muted);margin:0;font-size:10px}.source-tag{white-space:nowrap;border:1px solid;border-radius:5px;align-items:center;width:max-content;min-height:24px;padding:0 7px;font-size:8px;font-weight:700;display:inline-flex}.source-tag--public_policy{color:var(--green-700);background:#f5fbf8;border-color:#2f8c67}.source-tag--demo_unit_supplement{color:#9a6500;background:#fffaf0;border-color:#d9a32b}.source-tag--system_assumption{color:#66706b;background:#f6f7f6;border-color:#aab2ae}.wizard-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.wizard-disclaimer{background:var(--green-50);color:var(--green-700);border:1px solid #c8ded4;border-radius:8px;grid-column:1/-1;gap:10px;padding:13px;display:flex}.wizard-disclaimer p{color:#50655c;gap:3px;margin:0;font-size:10px;display:grid}.identity-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;display:grid}.identity-cards article{border:1px solid var(--line);border-radius:9px;gap:12px;padding:14px;display:grid}.identity-cards article>div{gap:3px;display:grid}.identity-cards article small,.identity-cards article span{color:var(--soft);font-size:9px}.identity-cards article p{margin:0;font-size:10px;line-height:1.6}.wizard-table-wrap{border:1px solid var(--line);border-radius:8px;overflow:auto}.wizard-table{border-collapse:collapse;width:100%;min-width:880px;font-size:9px}.wizard-table th{background:var(--surface-subtle);color:var(--soft);text-align:left;padding:10px}.wizard-table td{border-top:1px solid var(--line);vertical-align:middle;padding:9px 10px}.wizard-table td:nth-child(2){gap:2px;display:grid}.wizard-table td:nth-child(2) small{color:var(--soft)}.wizard-table tr.focus-lodging td:nth-child(4),.wizard-table tr.focus-meal td:nth-child(5),.wizard-table tr.focus-local td:nth-child(6){background:#f5fbf8}.wizard-amount{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;width:94px;display:flex}.wizard-amount:focus-within{border-color:var(--green-700);box-shadow:0 0 0 2px var(--green-100)}.wizard-amount input{border:0;outline:0;width:66px;padding:7px;font-size:9px}.wizard-amount small{color:var(--soft)}.wizard-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wizard-choice-sections{gap:20px;display:grid}.wizard-choice-sections h3{margin:0 0 9px;font-size:13px}.wizard-choice-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.wizard-choice-grid button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;min-height:120px;padding:18px}.wizard-choice-grid button.selected{border-color:var(--green-700);background:var(--green-50);box-shadow:inset 3px 0 0 var(--green-700)}.wizard-choice-grid p{color:var(--muted);margin:7px 0 0;font-size:10px;line-height:1.7}.base-policy-list{border:1px solid var(--line);border-radius:8px;grid-column:1/-1;gap:8px;padding:14px;display:grid}.base-policy-list>span{color:var(--muted);align-items:center;gap:8px;font-size:9px;display:flex}.publish-preview{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.publish-preview>div{border:1px solid var(--line);border-radius:8px;gap:5px;padding:14px;display:grid}.publish-preview span{color:var(--soft);font-size:9px}.wizard-editor__footer{border-top:1px solid var(--line);justify-content:space-between;gap:12px;margin-top:18px;padding-top:14px;display:flex}.wizard-editor__footer>div{gap:8px;display:flex}.wizard-checks{position:sticky;top:78px;overflow:hidden}.wizard-checks__head{border-bottom:1px solid var(--line);justify-content:space-between;gap:10px;padding:15px;display:flex}.wizard-checks__head h2{margin:0;font-size:14px}.wizard-checks__head p{color:var(--soft);margin:3px 0 0;font-size:9px}.check-metrics{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.check-metrics span{color:var(--soft);align-items:baseline;gap:6px;padding:11px 15px;font-size:9px;display:flex}.check-metrics span+span{border-left:1px solid var(--line)}.check-metrics strong{color:var(--text);font-size:17px}.check-list{gap:8px;max-height:340px;padding:12px;display:grid;overflow:auto}.check-list article{color:#ae7300;background:#fffbf1;border:1px solid #ecd496;border-radius:8px;gap:8px;padding:10px;display:flex}.check-list article div{gap:3px;display:grid}.check-list article p{color:#665c43;margin:0;font-size:9px;line-height:1.5}.check-list article small{color:#987d45;font-size:8px}.checks-pass{color:var(--green-700);text-align:center;justify-items:center;gap:5px;padding:24px 12px;display:grid}.checks-pass p{color:var(--muted);margin:0;font-size:9px}.source-legend{border-top:1px solid var(--line);gap:7px;padding:12px;display:grid}.source-legend>span{color:var(--muted);align-items:center;gap:6px;font-size:8px;display:flex}.wizard-demo-tools{border-top:1px solid var(--line);gap:8px;padding:10px 12px;display:flex}.wizard-demo-tools button{color:var(--green-700);background:0 0;border:0;align-items:center;gap:5px;font-size:9px;display:flex}.wizard-sticky-actions{z-index:20;border:1px solid var(--line);background:#fffffff7;border-radius:10px;justify-content:flex-end;align-items:center;gap:8px;padding:10px 13px;display:flex;position:fixed;bottom:18px;left:256px;right:24px;box-shadow:0 12px 34px #1a33281f}.wizard-sticky-actions>span{color:var(--muted);margin-right:auto;font-size:9px}.app-shell--collapsed .wizard-sticky-actions{left:96px}.published-policy-list{margin-top:14px;padding:16px}.published-policy-list h2{margin:0 0 10px;font-size:15px}.published-policy-list article{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.published-policy-list article>div{align-items:center;gap:8px;display:flex}.published-policy-list small{color:var(--soft)}@media (width<=1100px){.policy-wizard-layout{grid-template-columns:1fr}.wizard-checks{position:static}.wizard-sticky-actions{left:18px;right:18px}}@media (width<=700px){.demo-unit-banner{flex-wrap:wrap;align-items:flex-start}.demo-unit-banner span{width:100%;margin-left:28px}.wizard-steps{margin-right:-17px}.wizard-form-grid,.identity-cards,.wizard-choice-grid,.publish-preview{grid-template-columns:1fr}.wizard-editor{padding:14px}.wizard-editor__head{flex-direction:column}.wizard-editor__footer{flex-direction:column;align-items:stretch}.wizard-editor__footer>div{grid-template-columns:1fr 1fr;display:grid}.wizard-sticky-actions{justify-content:flex-start;bottom:70px;overflow-x:auto}.wizard-sticky-actions>span{display:none}.published-policy-list article,.published-policy-list article>div{flex-direction:column;align-items:flex-start}}.standards-table article>div strong{align-items:center;gap:5px;display:flex}.queue-list{gap:9px;display:grid}.queue-list article{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;min-height:95px;padding:16px;display:grid}.queue-list article.resolved{opacity:.65}.queue-icon{background:var(--gold-100);width:42px;height:42px;color:var(--gold-700);border-radius:10px;place-items:center;display:grid}.queue-icon--block{background:var(--red-100);color:var(--red-700)}.queue-list h3{margin:7px 0 3px;font-size:13px}.queue-list p{color:var(--muted);margin:0;font-size:9px}.queue-list article>span:last-child{color:var(--green-700);font-size:9px}.template-editor{padding:22px}.template-meta{grid-template-columns:1fr 260px;gap:15px;display:grid}.mapping-list{border:1px solid var(--line);border-radius:9px;margin-top:22px;overflow:hidden}.mapping-list>div,.mapping-list article{border-top:1px solid var(--line);grid-template-columns:.8fr 1.5fr .7fr;align-items:center;gap:15px;min-height:45px;padding:0 13px;display:grid}.mapping-list>div{background:var(--surface-subtle);min-height:38px;color:var(--soft);border-top:0;font-size:9px}.mapping-list strong{font-size:10px}.mapping-list code{color:var(--green-700);font-size:9px}.review-workbench{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:17px;display:grid}.review-claim,.review-actions-panel{padding:22px}.review-claim__head{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.review-claim__head small{color:var(--soft);font-size:9px}.review-claim__head h2{margin:4px 0;font-size:18px}.review-claim__head p{color:var(--muted);font-size:10px}.review-claim__head>strong{color:var(--green-700);font-size:26px}.review-facts{border-top:1px solid var(--line);margin:15px 0}.review-facts>div{border-bottom:1px solid var(--line);grid-template-columns:90px 1fr;gap:10px;padding:11px 0;font-size:10px;display:grid}.review-facts span{color:var(--soft)}.review-facts p{margin:0}.review-actions-panel h2{font-size:17px}.review-actions-panel>p{color:var(--muted);font-size:10px;line-height:1.6}.review-actions-panel>.button{width:100%;margin-top:8px}.audit-metrics{border:1px solid var(--line);border-radius:11px;grid-template-columns:repeat(4,1fr);margin-bottom:17px;display:grid;overflow:hidden}.audit-metrics .metric:first-child{border-left:0}.audit-layout{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);align-items:start;gap:17px;display:grid}.audit-log,.adapter-panel{padding:21px}.audit-log h2,.adapter-panel h2{font-size:17px}.audit-log article{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;gap:11px;min-height:62px;padding:10px 0;display:grid}.audit-log article>span{background:var(--green-100);width:31px;height:31px;color:var(--green-700);border-radius:8px;place-items:center;display:grid}.audit-log article>div{align-content:start;gap:2px;display:grid}.audit-log strong{font-size:10px}.audit-log p{color:var(--muted);margin:0;font-size:9px}.audit-log small{color:var(--soft);font-size:8px}.audit-log code{max-width:190px;color:var(--soft);text-overflow:ellipsis;white-space:nowrap;align-self:center;font-size:8px;overflow:hidden}.adapter-panel>div{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:8px;min-height:53px;display:grid}.adapter-panel>div>span:nth-child(2){gap:2px;display:grid}.adapter-panel strong{font-size:10px}.adapter-panel small{color:var(--soft);font-size:8px}.adapter-panel b{color:var(--muted);font-size:8px}@media (width<=1120px){.app-shell{padding-left:74px}.topbar{grid-template-columns:200px 1fr auto auto}.topbar .brand{padding-left:18px}.sidebar{width:74px}.sidebar button span,.sidebar__section-label{display:none}.sidebar nav button,.sidebar__footer button{justify-content:center;padding:0}.main-content{width:calc(100vw - 106px)}.home-grid{grid-template-columns:1fr 340px}.receipt-table__header,.receipt-table article{grid-template-columns:minmax(220px,1.3fr) .5fr .6fr 1fr}.receipt-table__header span:nth-child(5),.receipt-actions{grid-column:4}.receipt-evidence{display:none}.health-summary{grid-template-columns:1fr repeat(3,120px)}.daily-presence-list article{grid-template-columns:105px repeat(3,minmax(120px,1fr))}.daily-presence-flags{grid-column:2/-1}}@media (width<=980px){.export-template-grid,.traditional-template-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=880px){.app-shell{padding:62px 0 75px}.topbar{grid-template-columns:auto 1fr auto;height:62px;padding:0 15px}.topbar .brand{padding:0}.brand__mark{border-radius:10px 10px 10px 4px;width:34px;height:34px;font-size:17px}.brand__name{font-size:20px}.topbar__menu{background:0 0;border:0;place-items:center;width:36px;height:36px;margin-right:8px;display:grid}.topbar__primary,.topbar__user{display:none}.topbar__utility{border:0;justify-self:end;padding:0;font-size:11px}.sidebar{z-index:90;width:min(300px,86vw);box-shadow:var(--shadow-md);top:0;transform:translate(-105%)}.sidebar--open{transform:translate(0)}.sidebar button span,.sidebar__section-label{display:inline}.sidebar nav button,.sidebar__footer button{justify-content:flex-start;padding:0 12px}.sidebar__mobile-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:62px;padding-right:12px;display:flex}.sidebar__mobile-head .brand{padding-left:14px}.sidebar__mobile-head button{background:0 0;border:0;place-items:center;width:36px;height:36px;display:grid}.sidebar-backdrop{z-index:80;background:#0a191354;border:0;display:block;position:fixed;inset:0}.main-content,.app-shell--collapsed .main-content{width:100%;padding:25px 18px 80px}.mobile-nav{z-index:55;min-height:72px;padding:4px 0 max(7px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffffa;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0a2a1f0f}.mobile-nav button{color:#65716b;background:0 0;border:0;align-content:center;justify-items:center;gap:4px;min-width:0;min-height:58px;font-size:12px;font-weight:620;display:grid}.mobile-nav button svg{width:24px;height:24px}.mobile-nav button.active{color:var(--green-700);font-weight:700}.mobile-nav button.active:after{content:"";background:var(--green-700);border-radius:999px;width:18px;height:3px}.page-header{background:linear-gradient(135deg,#f3faf7 0%,#fff 68%);border:1px solid #d4e4dc;border-radius:16px;padding:18px 18px 17px 21px;position:relative;overflow:hidden;box-shadow:0 8px 24px #084d350e}.page-header:before{content:"";background:linear-gradient(var(--green-600),var(--gold-500));border-radius:0 6px 6px 0;width:4px;position:absolute;inset:16px auto 16px 0}.page-header h1{font-size:28px}.page-header p{font-size:15px;line-height:1.65}.section-header p{font-size:13px;line-height:1.55}.field__label{font-size:14px}.field__hint{font-size:12px}.button{font-size:14px}.button--sm{font-size:13px}.status-badge{font-size:12px}.sticky-action-bar>div strong{font-size:14px}.sticky-action-bar>div span{font-size:12px;line-height:1.45}.quick-review__head>div>span,.quick-review__metrics span,.quick-route-list small,.quick-review__result p{font-size:13px}.quick-review__head p,.quick-review__result strong{font-size:14px}.receipt-quick-summary span,.receipt-quick-summary small,.receipt-environment-note strong,.receipt-environment-note span,.receipt-task-card__eyebrow,.receipt-task-queue>header span{font-size:13px}.receipt-task-card>p,.receipt-task-card__instruction p,.receipt-task-queue--done p{font-size:14px}.issue-row h3{font-size:15px}.issue-row p{font-size:14px}.issue-row small{font-size:12px}.workspace-launcher strong,.demo-case-launcher strong,.onboarding-guide__title strong{font-size:14px}.workspace-launcher p,.demo-case-launcher p,.onboarding-guide__title p,.workspace-launcher button,.personal-workspace-banner button,.demo-case-launcher>button,.onboarding-guide__title button,.onboarding-guide li strong{font-size:13px}.onboarding-guide li small{font-size:12px}.compact-list__title{font-size:14px}.compact-list__status{font-size:12px}.sticky-action-bar{bottom:76px}.quick-admin{display:none}.role-switcher summary{min-height:42px}.quick-health{grid-template-columns:1fr}.quick-health__counts{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);min-height:92px}.quick-health__counts>div:first-child{border-left:0}.receipt-quick-summary{grid-template-columns:repeat(3,1fr)}.receipt-quick-summary>button{grid-column:1/-1;justify-self:stretch}.receipt-task-queue{background:#fffcf5;border:1px solid #efdba5;border-radius:14px;gap:11px;margin:-5px 0 13px;padding:14px;display:grid;box-shadow:0 8px 24px #634b0f12}.receipt-task-queue>header{gap:8px;display:grid}.receipt-task-queue>header>div:first-child{justify-content:space-between;align-items:center;gap:12px;display:flex}.receipt-task-queue>header span{color:#765e20;font-size:12px;font-weight:750}.receipt-task-queue>header strong{color:var(--muted);font-size:11px}.receipt-task-queue__progress{background:#f2e7c8;border-radius:999px;height:5px;overflow:hidden}.receipt-task-queue__progress span{border-radius:inherit;background:var(--gold-500);height:100%;transition:width .2s;display:block}.receipt-task-card{border:1px solid #e8cf87;border-left:4px solid var(--gold-500);background:#fff;border-radius:11px;gap:9px;min-width:0;padding:15px;display:grid}.receipt-task-card--duplicate,.receipt-task-card--mismatch{border-color:#efcfcc;border-left-color:var(--red-700)}.receipt-task-card__eyebrow{color:var(--gold-700);align-items:center;gap:6px;font-size:11px;font-weight:750;display:flex}.receipt-task-card--duplicate .receipt-task-card__eyebrow,.receipt-task-card--mismatch .receipt-task-card__eyebrow{color:var(--red-700)}.receipt-task-card h2,.receipt-task-queue--done h2{color:var(--ink);margin:0;font-size:20px;line-height:1.3}.receipt-task-card h2:focus-visible,.receipt-task-queue--done h2:focus-visible{outline-offset:3px;border-radius:4px;outline:3px solid #08734f38}.receipt-task-card__receipt{color:#3d4b45;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.receipt-task-card>p{color:#5d655f;margin:0;font-size:12px;line-height:1.55}.receipt-task-card__instruction{background:var(--surface-subtle);border-radius:8px;padding:10px 11px}.receipt-task-card__instruction span{color:var(--green-800);margin-bottom:4px;font-size:10px;font-weight:760;display:block}.receipt-task-card__instruction p{color:#48544e;margin:0;font-size:12px;line-height:1.5}.receipt-task-card>.button{width:100%;min-height:46px;margin-top:1px}.receipt-task-queue>small{color:#726749;text-align:center;font-size:10px}.receipt-task-queue--done{background:var(--green-50);box-shadow:none;border-color:#bcd8cc;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.receipt-task-queue--empty{background:var(--surface-subtle);box-shadow:none;border-color:#c9d7d0;grid-template-columns:auto minmax(0,1fr);align-items:center}.receipt-task-queue__done-icon{width:42px;height:42px;color:var(--green-700);background:#fff;border-radius:50%;place-items:center;display:grid}.receipt-task-queue--done p{color:var(--muted);margin:4px 0 0;font-size:11px;line-height:1.45}.receipt-task-queue--done .button{white-space:nowrap;min-height:44px}.upload-zone{gap:10px;min-height:78px;padding:11px 13px}.upload-zone__icon{border-radius:11px;width:42px;height:42px}.upload-zone strong{margin-bottom:3px;font-size:13px}.upload-zone p{max-width:450px;font-size:9px;line-height:1.35}.upload-zone__actions{gap:4px}.upload-zone__actions .button{min-height:38px;padding:0 10px}.receipt-sticky-action{display:none}.home-grid,.trip-editor-layout,.timeline-layout,.preview-layout,.workflow-layout,.review-workbench,.audit-layout,.workspace-launcher{grid-template-columns:1fr}.home-rail{grid-template-columns:1fr 1fr}.timeline-summary{position:static}.standard-cards{grid-template-columns:repeat(2,1fr)}.result-layout{grid-template-columns:1fr}.segment-meta-fields{grid-template-columns:1fr 1fr}.receipt-table__header{display:none}.receipt-table article{grid-template-columns:1fr auto;gap:12px;padding:16px}.receipt-main{grid-column:1}.receipt-amount{text-align:right;grid-area:1/2}.receipt-match{grid-column:1}.receipt-actions{grid-column:2;justify-content:flex-end}.receipt-verification{grid-column:1/-1;position:static}.health-summary{grid-template-columns:repeat(3,1fr)}.health-summary__score{grid-column:1/-1}.amount-hero{grid-template-columns:1fr}.export-overview dl{display:none}.audit-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.main-content{padding:22px 14px 74px}.backup-grid{grid-template-columns:1fr}.clear-demo-card{flex-direction:column;align-items:stretch}.clear-confirm{flex-wrap:wrap}.topbar__utility span{display:none}.topbar__utility:after{content:"演示环境";font-size:10px}.topbar__utility--personal:after{content:"本机试用"}html[data-platform=ios] .topbar__utility:after{content:"iOS 本机版"}html[data-platform=android] .topbar__utility:after{content:"Android 本机版"}.page-header{gap:11px;margin-bottom:20px;display:grid}.page-header h1{font-size:25px}.page-header__actions{padding:0}.welcome-panel{box-shadow:none;border:0;padding:5px 0 22px}.demo-case-launcher{flex-direction:column;align-items:stretch}.demo-case-launcher>button{width:100%}.workspace-launcher article{grid-template-columns:auto minmax(0,1fr)}.workspace-launcher article>button{grid-column:1/-1;width:100%}.personal-workspace-banner{flex-wrap:wrap;align-items:stretch}.personal-workspace-banner button{width:100%}.workspace-dialog{padding:17px}.workspace-dialog__fields{grid-template-columns:1fr}.workspace-dialog footer .button{flex:1}.personal-privacy-strip{flex-direction:column;align-items:flex-start}.onboarding-guide__title{flex-wrap:wrap;align-items:flex-start}.onboarding-guide__title>div{min-width:calc(100% - 32px)}.onboarding-guide__title button{width:100%}.onboarding-guide ol{grid-template-columns:1fr;gap:8px}.welcome-copy h1{font-size:29px}.welcome-copy p{font-size:15px;line-height:1.55}.primary-actions{grid-template-columns:1fr;gap:10px}.primary-actions button{text-align:left;grid-template-columns:auto minmax(0,1fr);justify-items:start;min-height:92px;padding:16px}.primary-actions button>svg,.primary-actions small{display:none}.primary-actions__icon{color:#fff;background:#ffffff1f}.primary-actions strong{font-size:17px}.current-trip-panel,.receipt-preview,.progress-panel,.policy-panel{padding:17px}.trip-summary{padding:17px 14px 16px 18px}.route-line{gap:5px}.home-rail{grid-template-columns:1fr}.progress-steps{margin-top:22px}.form-grid{grid-template-columns:1fr;gap:14px}.query-form{padding:18px}.arrangement-fields{gap:12px;display:grid}.form-actions{flex-direction:column;align-items:flex-start}.standard-cards{grid-template-columns:1fr 1fr;gap:9px}.standard-cards article{min-height:188px;padding:15px}.standard-card__icon{margin-bottom:15px}.standard-cards strong{font-size:16px}.standard-cards small{min-height:45px}.sticky-action-bar{flex-wrap:wrap;padding:12px;bottom:76px}.sticky-action-bar>div{flex:0 0 100%}.sticky-action-bar .button{flex:1;padding:0 10px}.sticky-action-bar .button span{white-space:normal;text-align:center;min-width:0;line-height:1.25}.quick-review{padding:16px}.quick-review__head{flex-direction:column}.quick-review__metrics{grid-template-columns:repeat(2,1fr)}.quick-review__metrics>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.quick-review__metrics>div:nth-child(4){border-top:1px solid var(--line)}.quick-route-list>div{grid-template-columns:28px 1fr}.quick-route-list small{grid-column:2}.receipt-quick-summary{grid-template-columns:1fr}.receipt-quick-summary>div{border-right:0;border-bottom:1px solid var(--line)}.receipt-quick-summary>button{grid-column:auto}.receipt-table--quick .receipt-table__header{display:none}.quick-health__message{align-items:flex-start;padding:16px}.quick-health__counts{min-height:82px}.quick-health__counts span{text-align:center;font-size:9px}.compliance-group>header{align-items:flex-start}.compliance-group>header>strong{padding-top:9px}.professional-evidence{grid-template-columns:1fr}.professional-evidence .input-snapshot{grid-column:1}.amount-metrics--quick{grid-template-columns:1fr}.amount-metrics--quick .metric{border-top:1px solid var(--line);border-left:0!important}.amount-metrics--quick .metric:last-child{grid-column:auto}.quick-amount-explanation{flex-direction:column;align-items:flex-start}.professional-export>div .button{width:100%}.trip-day-summary{display:none}.segment-editor{padding:17px}.segment-list article{padding:49px 13px 15px}.segment-number{top:12px;left:13px}.segment-route-fields,.segment-meta-fields{grid-template-columns:1fr}.segment-arrow{display:none}.daily-presence-editor{padding:17px}.daily-presence-list article{grid-template-columns:1fr}.daily-presence-flags{flex-direction:column;grid-column:1;align-items:flex-start}.receipt-task-queue--done{grid-template-columns:auto minmax(0,1fr)}.receipt-task-queue--done .button{grid-column:1/-1;width:100%}.upload-zone{text-align:left;grid-template-columns:auto minmax(0,1fr);justify-items:stretch;display:grid}.upload-zone__copy{width:100%}.upload-zone__actions{grid-column:1/-1;width:100%}.upload-zone__actions .button{flex:1}.material-picker__groups>section>div:last-child .button{flex:180px}.main-content input:not([type=checkbox]):not([type=radio]),.main-content select,.main-content textarea{font-size:16px}.receipt-editor{padding:17px}.receipt-editor-grid{grid-template-columns:1fr}.receipt-editor footer{flex-wrap:wrap}.receipt-editor footer .button{flex:120px}.recognition-audit-list>div{grid-template-columns:80px minmax(0,1fr)}.recognition-audit-list small{grid-column:1/-1}.receipt-toolbar{flex-direction:column;align-items:flex-start}.receipt-table article{grid-template-columns:minmax(0,1fr) auto}.receipt-actions .button span:last-child{display:none}.timeline-day{grid-template-columns:0 21px 1fr}.timeline-day__date{z-index:2;justify-items:start;padding:10px 0 0 34px;position:absolute}.timeline-day__date span{display:none}.timeline-day__content{padding-top:42px}.timeline-event{grid-template-columns:auto 1fr;padding:10px 0}.timeline-event button,.record-only,.missing-event{grid-column:2;justify-content:flex-start}.health-summary{grid-template-columns:repeat(3,1fr)}.health-count{padding:12px 7px}.compliance-filters{overflow-x:auto}.compliance-filters button{white-space:nowrap}.issue-row{grid-template-columns:auto 1fr}.issue-row__action{grid-column:2;justify-content:flex-start;min-width:0}.amount-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.amount-metrics .metric{border-top:1px solid var(--line);border-left:0}.amount-metrics .metric:nth-child(2n){border-left:1px solid var(--line)}.amount-metrics .metric:last-child{grid-column:1/-1}.calculation-panel{padding:16px}.calculation-detail dl{grid-template-columns:1fr 1fr 1fr}.evidence-strip{grid-template-columns:auto 1fr}.evidence-strip__action{display:none}.export-overview{padding:16px}.export-template-grid,.export-supporting{grid-template-columns:1fr}.traditional-template-settings__head{flex-direction:column}.traditional-template-fields{grid-template-columns:1fr}.export-supporting article+article{border-top:1px solid var(--line);border-left:0}.document-preview iframe{height:560px}.workflow-hero{padding:18px 10px}.workflow-steps strong{font-size:9px}.workflow-layout{margin-top:12px}.policy-table .admin-table__head,.identity-table .admin-table__head,.standards-table .admin-table__head{display:none}.admin-table article,.policy-table article,.identity-table article,.standards-table article{grid-template-columns:1fr;gap:9px;padding:15px}.admin-table article>a{position:absolute;right:16px}.version-timeline article{grid-template-columns:auto 1fr}.version-timeline article>.button{grid-column:2;justify-self:start}.version-logic>div{flex-wrap:wrap}.queue-list article{grid-template-columns:auto 1fr}.queue-list article>.button,.queue-list article>span:last-child{grid-column:2;justify-self:start}.template-meta,.mapping-list>div,.mapping-list article{grid-template-columns:1fr}.mapping-list>div{display:none}.mapping-list article{padding:12px}.review-claim__head>strong{font-size:20px}.audit-metrics{grid-template-columns:1fr 1fr}.audit-metrics .metric{padding:13px}.audit-log article{grid-template-columns:auto 1fr}.audit-log code{grid-column:2}}@media (width<=360px){.main-content{padding-left:12px;padding-right:12px}.sticky-action-bar{gap:7px}.sticky-action-bar .button{min-width:0;padding:0 7px;font-size:10px}.quick-health__counts strong{font-size:20px}.issue-row{gap:9px;padding:13px}.issue-row__icon{width:32px;height:32px}.issue-row__action{grid-column:1/-1}.issue-row__action .button{width:100%}}@media print{.topbar,.sidebar,.mobile-nav,.quick-admin,.sticky-action-bar,.page-header__actions{display:none!important}.app-shell{padding:0}.main-content{width:100%;padding:20px}.panel{box-shadow:none}}
