@font-face{font-family:Segoe UI Web;font-weight:400;src:local("Segoe UI"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff) format("woff")}@font-face{font-family:Segoe UI Web;font-weight:600;src:local("Segoe UI Semibold"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff) format("woff")}@font-face{font-family:Segoe UI Web;font-weight:700;src:local("Segoe UI Bold"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff2) format("woff2"),url(https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff) format("woff")}:root{color-scheme:light;--brand: #860100;--brand-dark: #6b0100;--brand-rgb: 134, 1, 0;--brand-tint: rgba(var(--brand-rgb), .07);--app-header-h: 44px;--brand-tint-soft: rgba(var(--brand-rgb), .05);--page-bg: #f5f3f2;--panel-bg: #ffffff;--line: rgba(27, 27, 27, .1);--text: #1b1b1b;--muted: #616161;--shadow: 0 2px 6px rgba(0, 0, 0, .14);--radius: 10px;--font: "Segoe UI", "Segoe UI Web", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{margin:0;min-width:320px;min-height:100vh;background:var(--page-bg);color:var(--text);font-family:var(--font)}#root{min-height:100vh}h1,h2,h3,p,dl,dd,figure{margin:0}.loading-screen{min-height:100vh;display:grid;place-items:center}.loading-spinner{width:64px;height:64px;animation:spin 1.1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow:hidden}.tri-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.tri-bg svg{width:100%;height:100%;display:block}.tri-bg polygon{animation:tri-pulse 9s ease-in-out infinite;animation-delay:var(--tri-delay, 0s);color:var(--tri-base, #f7f4f2)}@keyframes tri-pulse{0%,to{color:var(--tri-base, #f7f4f2)}50%{color:var(--tri-tint, #f0dad5)}}.tri-bg-fade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 55% at 50% 46%,rgba(255,255,255,.85),rgba(255,255,255,.35) 55%,transparent 80%)}@media(prefers-reduced-motion:reduce){.tri-bg polygon,.auth-wrapper,.login-pane-forward,.login-pane-back,.login-error,.login-info{animation:none}}.login-section{flex:1;position:relative;z-index:1;display:grid;place-items:center;padding:24px 16px 48px}.auth-wrapper{max-width:440px;width:100%;min-width:320px;padding:44px;background-color:#fff;box-shadow:var(--shadow);animation:card-in .4s cubic-bezier(.2,.8,.2,1) both}@keyframes card-in{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:none}}.login-pane-forward{animation:pane-forward .3s cubic-bezier(.2,.8,.2,1) both}.login-pane-back{animation:pane-back .3s cubic-bezier(.2,.8,.2,1) both}@keyframes pane-forward{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:none}}@keyframes pane-back{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:none}}.auth-wrapper-wide{max-width:560px}.login-logo{height:40px;width:auto;display:block}.login-logo-hub{height:40px}.login-title{margin:28px 0 4px;font-size:1.5rem;font-weight:600;line-height:1.75rem;color:var(--text)}.login-subtitle{margin:0 0 16px;font-size:.85rem;color:var(--muted)}.login-input{width:100%;margin-bottom:16px}.login-error{color:#e81123;font-size:.85rem;margin:0 0 12px;animation:message-in .25s ease both}.login-info{color:#277a5f;font-size:.85rem;margin:0 0 12px;animation:message-in .25s ease both}@keyframes message-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.login-small{font-size:13px;margin:16px 0}.login-actions{display:flex;justify-content:flex-end}.login-identity{display:flex;align-items:center;gap:6px;font-size:15px;margin:28px 0 4px}.login-identity+.login-title{margin-top:16px}.login-remember-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 16px}.login-forgot-link{font-size:13px;white-space:nowrap}.remembered-accounts{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.remembered-accounts-label{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.remembered-accounts-list{display:flex;flex-direction:column;gap:8px}.remembered-account-chip{display:flex;align-items:center;gap:2px}.remembered-account-btn{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--accent, var(--brand));border-radius:6px;background:var(--accent-soft, transparent);cursor:pointer;text-align:left;font:inherit;color:inherit;transition:box-shadow .15s ease}.remembered-account-btn:hover:not(:disabled){box-shadow:0 6px 16px -8px var(--accent-dark, var(--accent))}.remembered-account-btn:disabled{opacity:.6;cursor:default}.remembered-account-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);flex-shrink:0}.remembered-account-text{display:flex;flex-direction:column;min-width:0}.remembered-account-name{font-size:13px;font-weight:600;color:var(--accent-dark, var(--text));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remembered-account-email{font-size:11px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signup-section-label{margin:20px 0 10px;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.signup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;align-items:start}.signup-span-2{grid-column:span 2}@media screen and (max-width:600px){.login-page{background:#fff}.login-page .tri-bg{display:none}.auth-wrapper{box-shadow:none;padding:24px}.signup-grid{grid-template-columns:minmax(0,1fr)}.signup-span-2{grid-column:auto}}.muted-copy{color:var(--muted);font-size:.88rem;line-height:1.5}.loading-inline{display:flex;align-items:center;gap:10px;color:var(--muted)}.ts-dialog-title{display:inline-flex;align-items:center;gap:8px}.ts-year-switcher{box-sizing:border-box;height:32px;display:inline-flex;align-items:center;gap:4px;padding:0 2px;border:1px solid var(--line);border-radius:8px;background:#fff}.ts-year-switcher strong{min-width:64px;text-align:center;font-variant-numeric:tabular-nums}.ts-month-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.ts-month-card{border:1px solid var(--line);border-radius:8px;background:#fff}.ts-month-card{min-height:190px;padding:16px;text-align:left;display:flex;flex-direction:column;gap:12px;color:inherit}.ts-month-card-empty{border-style:dashed;cursor:pointer;justify-content:center;align-items:flex-start;background:#ffffff8c}.ts-month-card-created{cursor:pointer}.ts-month-card-empty,.ts-month-card-created{transition:border-color .15s ease,box-shadow .15s ease}.ts-month-card-empty:hover,.ts-month-card-empty:focus-visible,.ts-month-card-created:hover,.ts-month-card-created:focus-visible{border-color:var(--brand);box-shadow:0 4px 14px #00000014;outline:none}.ts-month-card-top,.ts-search-row{display:flex;align-items:center;gap:12px}.ts-month-card-top{justify-content:space-between}.ts-month-number{width:34px;height:28px;border-radius:8px;display:inline-grid;place-items:center;background:var(--brand-tint);color:var(--brand);font-weight:700;font-variant-numeric:tabular-nums}.ts-month-main{display:flex;flex-direction:column;gap:2px}.ts-month-main span,.ts-month-card-empty span:last-child{color:var(--muted);font-size:.84rem}.ts-month-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ts-month-metrics div{min-width:0}.ts-month-metrics dt{color:var(--muted);font-size:.72rem}.ts-month-metrics dd{font-weight:600;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.ts-progress{height:6px;border-radius:999px;background:#00000014;overflow:hidden}.ts-progress span{display:block;height:100%;background:#277a5f}.ts-status-empty,.ts-status-not-started,.ts-status-in-progress,.ts-status-complete{border-width:1px}.ts-status-empty{border-color:#677487;color:#4b5563;background:#f3f4f6}.ts-status-not-started,.ts-status-in-progress{border-color:#d97706;color:#92400e;background:#fff7ed}.ts-status-complete{border-color:#277a5f;color:#166534;background:#ecfdf3}.ts-timesheet-table th,.ts-timesheet-table td{vertical-align:top}.table-actions,.panel-actions.left,.ts-chip-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.panel-actions.left{margin-left:0}.link-button{border:0;background:transparent;padding:0;color:var(--brand);font:inherit;font-weight:600;cursor:pointer}.danger-inline{color:#b42318}.ts-chip{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);padding:6px 10px;font:inherit;font-size:.82rem;cursor:pointer}.ts-chip.active{border-color:var(--brand);background:var(--brand-tint);color:var(--brand);font-weight:600}.ts-drawer-section{display:flex;flex-direction:column;gap:10px}.ts-drawer-section h3,.ts-result-group h3{font-size:.95rem;font-weight:600}.ts-rule-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ts-rule-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.ts-rule-row.disabled{background:#fafafa}.ts-rule-row.disabled .ts-rule-body{opacity:.55}.ts-rule-order{flex:none;width:26px;height:26px;display:inline-grid;place-items:center;border-radius:999px;background:var(--brand-tint);color:var(--brand);font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums}.ts-rule-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px;border:none;background:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.ts-rule-body:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.ts-rule-body .subtext{color:var(--muted);font-size:.84rem}.fui-DialogSurface.ts-rule-dialog{max-width:min(1000px,calc(100vw - 48px));width:min(1000px,calc(100vw - 48px))}.fui-DialogSurface.ts-employee-dialog{max-width:min(1040px,calc(100vw - 48px));width:min(1040px,calc(100vw - 48px))}.ts-employee-dialog .field-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1000px){.ts-employee-dialog .field-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.ts-rule-section{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid var(--line)}.ts-rule-section h4{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.ts-rule-grid{display:grid;gap:12px;align-items:start}.ts-rule-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.ts-rule-grid-4{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.ts-rule-grid .fui-Dropdown,.ts-rule-grid .fui-Input{width:100%;min-width:0}.ts-export-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 12px}.ts-overtime-sentence{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:.95rem}.field-stack .ts-overtime-sentence .fui-Dropdown{width:124px;min-width:124px}.field-stack .ts-overtime-sentence .ts-overtime-threshold{width:104px;min-width:104px}.ts-rule-note-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ts-rule-note-row .fui-Input{flex:1;min-width:220px}@media(max-width:820px){.ts-rule-grid-3,.ts-rule-grid-4{grid-template-columns:minmax(0,1fr)}}.ts-rule-preview{margin:0;padding:10px 12px;border-radius:8px;background:var(--brand-tint);color:var(--brand);font-size:.86rem;font-weight:600}.ts-editor-wrap{display:flex;flex-direction:column;gap:12px}.ts-table-wrap{max-height:calc(100vh - 240px)}.ts-timesheet-table{width:100%;min-width:940px;table-layout:fixed}.invoice-pane-body.ts-editor-pane{overflow:hidden;padding:12px 14px 14px;gap:10px}.ts-editor-pane .ts-editor-wrap{flex:1;min-height:0;min-width:0}.ts-editor-pane .ts-table-wrap{max-height:none;flex:1;min-height:0;overflow:auto}.ts-ribbon-shell{flex:none;background:var(--panel-bg);border-bottom:1px solid var(--line)}.ts-ribbon-title{display:flex;align-items:center;gap:10px;padding:7px 14px;background:var(--brand-tint-soft);border-bottom:1px solid rgba(var(--brand-rgb),.12)}.ts-ribbon-avatar{flex:none;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:700}.ts-ribbon-identity{display:flex;flex-direction:column;min-width:0;line-height:1.25}.ts-ribbon-identity strong,.ts-ribbon-identity .subtext{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ribbon-identity strong{font-size:.95rem}.ts-ribbon-identity .subtext{font-size:.74rem}.ts-ribbon-stats{display:flex;gap:16px;margin:0;padding-left:14px;border-left:1px solid var(--line)}.ts-ribbon-stats div{display:flex;flex-direction:column}.ts-ribbon-stats dt{font-size:.62rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.ts-ribbon-stats dd{margin:0;font-size:.88rem;font-weight:700;font-variant-numeric:tabular-nums}.ts-ribbon-spacer{flex:1}.ts-ribbon-notice{font-size:.76rem;font-weight:600;color:var(--brand);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46ch}.ts-ribbon{display:flex;align-items:stretch;padding:6px 8px 3px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;background:linear-gradient(#fff,#fbfbfb)}.ts-ribbon-group{display:flex;flex-direction:column;gap:3px;padding:0 10px;border-right:1px solid var(--line)}.ts-ribbon-group:last-child{border-right:0}.ts-ribbon-group-body{display:flex;align-items:stretch;gap:4px;height:75px}.ts-ribbon-group-label{text-align:center;font-size:.65rem;letter-spacing:.04em;color:var(--muted)}.ts-ribbon-stack{display:grid;grid-template-rows:1fr 1fr;gap:3px;height:75px}:is(.ts-ribbon,.ts-side-actions) .ts-ribbon-btn{min-width:0;border:1px solid transparent;border-radius:4px;font-weight:400;font-size:.72rem;color:var(--text)}:is(.ts-ribbon,.ts-side-actions) .ts-ribbon-big{width:60px;height:75px;flex-direction:column;justify-content:flex-start;gap:5px;padding:9px 3px 4px;line-height:1.1;text-align:center;white-space:normal}.ts-ribbon .ts-ribbon-small{height:100%;justify-content:flex-start;gap:7px;padding:0 10px 0 7px;white-space:nowrap}:is(.ts-ribbon,.ts-side-actions) .ts-ribbon-big svg{width:24px;height:24px;color:var(--brand)}.ts-ribbon .ts-ribbon-small svg{flex:none;width:18px;height:18px;color:var(--brand)}:is(.ts-ribbon,.ts-side-actions) .ts-ribbon-btn[aria-pressed=true]{background:var(--brand-tint);border-color:rgba(var(--brand-rgb),.35);color:var(--brand);font-weight:600}.ts-ribbon .ts-ribbon-btn.danger-inline,.ts-ribbon .ts-ribbon-btn.danger-inline svg{color:#b42318}:is(.ts-ribbon,.ts-side-actions) .ts-ribbon-btn:disabled,:is(.ts-ribbon,.ts-side-actions) .ts-ribbon-btn:disabled svg{color:var(--muted);opacity:.55}.ts-ribbon-disabled-wrap{display:flex;height:100%}.ts-month-shell{padding-top:12px;padding-bottom:12px}.ts-month-shell .invoice-workspace{grid-template-columns:minmax(446px,26%) minmax(0,1fr)}.ts-month-shell .invoice-detail-pane{gap:10px;background:none;border:0;border-radius:0;overflow:visible}.ts-month-shell .invoice-list-pane{box-shadow:var(--shadow)}.ts-month-shell .ts-ribbon-shell{display:flex;flex-direction:column;gap:10px;background:none;border-bottom:0}.ts-month-shell .ts-ribbon-title,.ts-month-shell .ts-ribbon{border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.ts-month-shell .ts-ribbon-title{border-color:rgba(var(--brand-rgb),.18)}.ts-month-shell .ts-ribbon{padding:6px 8px 3px}.ts-month-shell .invoice-pane-body.ts-editor-pane{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.ts-month-shell .invoice-pane-placeholder{padding:0}.ts-month-shell .invoice-pane-placeholder>.panel{box-shadow:var(--shadow)}.ts-month-shell .invoice-pane-placeholder>.loading-inline{padding:16px}.ts-side-head{display:flex;align-items:center;gap:4px;padding:8px 10px 8px 4px;border-bottom:1px solid var(--line)}.ts-side-heading{display:flex;flex-direction:column;min-width:0;line-height:1.25}.ts-side-heading .page-eyebrow{font-size:.62rem;letter-spacing:.09em}.ts-side-heading strong{font-size:1rem;font-weight:600}.ts-side-heading .subtext,.ts-side-heading strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-side-heading .subtext{font-size:.72rem;font-variant-numeric:tabular-nums}.ts-side-dirty{margin-left:auto;flex:none;padding:2px 7px;border-radius:999px;background:var(--brand-tint);color:var(--brand);font-size:.66rem;font-weight:600;letter-spacing:.02em}.ts-side-actions{display:flex;align-items:stretch;gap:6px;padding:10px;border-bottom:1px solid var(--line)}.ts-side-actions .ts-ribbon-big{flex:none}.ts-side-actions .ts-side-add{flex:1 1 auto;width:auto;min-width:0}.ts-side-actions .ts-side-add,.ts-side-actions .ts-side-add svg{color:#fff}.ts-side-actions .ts-ribbon-btn:not(.ts-side-add){border-color:var(--line);background:var(--panel-bg)}.ts-side-actions .ts-ribbon-btn:not(.ts-side-add):hover{background:var(--brand-tint-soft);border-color:rgba(var(--brand-rgb),.3)}.ts-side-actions .fui-MenuButton__menuIcon{display:none}.ts-month-side .invoice-list-filters{flex-direction:row;align-items:center}.ts-month-side .invoice-list-filters .fui-Input{flex:1;min-width:0}.ts-list-hours{font-variant-numeric:tabular-nums;font-weight:600;flex:none}.ts-timesheet-table thead th{position:sticky;top:0;z-index:2;background:#fff}.ts-timesheet-table.compact td{padding-top:1px;padding-bottom:1px}.ts-timesheet-table.compact .fui-Input{min-height:26px}.ts-timesheet-table.compact .fui-Checkbox{height:26px}.ts-row-split td:first-child{padding-left:20px}.ts-split-marker{color:var(--muted)}.ts-day-total{display:block;color:var(--muted);font-size:.72rem}.ts-hours-adjusted{display:inline-block;padding:1px 6px;border-radius:5px;background:var(--brand-tint);color:var(--brand);font-weight:600;font-variant-numeric:tabular-nums;cursor:help}.ts-hours-adjusted-total{margin-top:2px;font-size:.72rem}.ts-hours-pop{display:flex;flex-direction:column;gap:2px;min-width:168px}.ts-hours-pop-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:.78rem}.ts-hours-pop-row strong{font-variant-numeric:tabular-nums}.ts-hours-pop-total{margin-top:2px;padding-top:3px;border-top:1px solid var(--line);color:var(--brand)}.ts-timesheet-table th:nth-child(1),.ts-timesheet-table td:nth-child(1){width:104px}.ts-timesheet-table th:nth-child(2),.ts-timesheet-table td:nth-child(2){width:52px}.ts-timesheet-table th:nth-child(3),.ts-timesheet-table td:nth-child(3){width:44px}.ts-timesheet-table th:nth-child(4),.ts-timesheet-table td:nth-child(4),.ts-timesheet-table th:nth-child(5),.ts-timesheet-table td:nth-child(5){width:104px}.ts-timesheet-table th:nth-child(6),.ts-timesheet-table td:nth-child(6){width:68px}.ts-timesheet-table th:nth-child(7),.ts-timesheet-table td:nth-child(7){width:52px}.ts-timesheet-table th:nth-child(9),.ts-timesheet-table td:nth-child(9){width:44px}.ts-timesheet-table .fui-Input,.ts-timesheet-table .fui-Input input{width:100%;min-width:0}.ts-timesheet-table td:nth-child(1){white-space:nowrap}.ts-time-input.in{background:#107c100f}.ts-time-input.out{background:#0078d40f}.ts-row-today{outline:2px solid rgba(var(--brand-rgb),.16);outline-offset:-2px}.ts-row-holiday{background:#fff7ed}.ts-row-sat{background:#f8fafc}.ts-row-sun{background:#fef2f2}.ts-editor-hint{border:1px dashed var(--line);border-radius:8px;padding:12px;color:var(--muted);background:#ffffffb3}.ts-search-row{align-items:stretch}.ts-search-row .fui-Input{flex:1}.ts-search-results{display:flex;flex-direction:column;gap:18px}.ts-result-group,.ts-rule-card{display:flex;flex-direction:column;gap:12px;padding:16px}.fui-DialogSurface.ts-reconcile-surface{width:min(760px,calc(100vw - 48px));max-width:min(760px,calc(100vw - 48px))}.ts-reconcile-content{max-height:calc(100vh - 220px);overflow-y:auto}.ts-reconcile-list{display:flex;flex-direction:column;gap:18px;min-width:0;padding-right:4px}.ts-reconcile-list section{display:flex;flex-direction:column;gap:8px}.ts-reconcile-row{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:8px}.ts-reconcile-row .fui-Dropdown{min-width:0;width:100%}.ts-reconcile-row div{display:flex;flex-direction:column;gap:2px}.ts-reconcile-row span{color:var(--muted);font-size:.82rem}@media screen and (max-width:760px){.ts-search-row,.ts-month-card-top{align-items:stretch}.ts-reconcile-row{grid-template-columns:minmax(0,1fr)}}.app-root{min-height:100vh;display:flex;flex-direction:column;padding-top:var(--app-header-h)}.app-root.hub-root{padding-top:0}.app-header{position:fixed;top:0;left:0;right:0;height:var(--app-header-h);z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:0 8px;background:linear-gradient(90deg,var(--brand),var(--brand-dark));box-shadow:0 1px 4px #00000040;color:#fff}.app-header-side{display:flex;align-items:center;gap:2px;min-width:0}.app-header-side-end{justify-content:flex-end}.app-header-button{height:32px;min-width:32px;padding:0 6px;border:none;border-radius:8px;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s ease}.app-header-button:hover{background:#ffffff2e}.app-header-button:focus-visible{outline:2px solid #fff;outline-offset:-2px}.app-header-avatar{padding:0 4px}.app-header-button .art-icon{width:20px;height:20px}.app-header-product{color:#fff;font-size:.92rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;padding-left:4px;opacity:.92}.app-header-business{border:none;background:transparent;color:#fff;font:inherit;font-size:.92rem;font-weight:600;letter-spacing:.01em;padding:4px 12px;border-radius:8px;cursor:pointer;max-width:46vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background .12s ease}.app-header-business:hover{background:#ffffff29}.app-header-business:focus-visible{outline:2px solid #fff;outline-offset:-2px}.apps-menu.apps-menu{padding:8px;max-height:min(calc(100vh - var(--app-header-h) - 20px),840px);overflow-y:auto;width:408px;filter:drop-shadow(0 0 1px rgba(0,0,0,.14)) drop-shadow(0 12px 28px rgba(0,0,0,.22));border-color:var(--line)}.apps-menu-section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px;align-content:start}.apps-menu-section+.apps-menu-section{margin-top:8px}.apps-menu-section.divided{border-top:1px solid var(--line);padding-top:8px}.apps-menu-heading{grid-column:1 / -1;padding:6px 6px 2px;color:var(--muted);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.apps-menu-tile{display:flex;flex-direction:column;align-items:center;gap:8px;min-height:92px;padding:12px 4px 10px;border:none;border-radius:8px;background:none;font:inherit;color:inherit;cursor:pointer;transition:background .12s ease}.apps-menu-tile:hover{background:#1b1b1b0f}.apps-menu-tile:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.apps-menu-tile.active{background:var(--brand-tint)}.apps-menu-tile.active .apps-menu-label{color:var(--brand);font-weight:600}.apps-menu-icon{height:32px;flex:none;display:grid;place-items:center;font-size:30px;line-height:1;color:var(--accent-dark);transition:transform .12s ease}.apps-menu-tile:hover .apps-menu-icon{transform:scale(1.06)}.apps-menu-label{font-size:.75rem;font-weight:400;line-height:1.3;text-align:center;color:var(--text);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.microsoft-suite-menu.microsoft-suite-menu{width:300px;padding:10px;border-color:var(--line);filter:drop-shadow(0 0 1px rgba(0,0,0,.14)) drop-shadow(0 12px 28px rgba(0,0,0,.22))}.microsoft-suite-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.microsoft-suite-tile{min-height:82px;border:1px solid var(--line);border-radius:8px;background:var(--panel-bg);color:inherit;font:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .12s ease,border-color .12s ease}.microsoft-suite-tile:hover{background:color-mix(in srgb,#0078d4 8%,var(--panel-bg));border-color:color-mix(in srgb,#0078d4 40%,var(--line))}.microsoft-suite-tile:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.microsoft-suite-tile img{width:32px;height:32px;object-fit:contain}.microsoft-suite-tile span{font-size:.76rem;font-weight:600;line-height:1.2;text-align:center}.microsoft-suite-settings-panel{overflow:hidden;background:linear-gradient(90deg,#fffffff5,#ffffffe6 58%,#ffffffb8),url(/microsoft/section-background.png) right center / auto 100% no-repeat,var(--panel-bg)}.microsoft-suite-settings-body{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.microsoft-suite-inline-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.microsoft-suite-inline-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(0,120,212,.18);border-radius:8px;background:#ffffffd1}.microsoft-suite-inline-icon img{width:28px;height:28px;object-fit:contain}.microsoft-suite-local-note{color:var(--muted);font-size:.86rem;font-weight:600}.command-surface.command-surface{top:12vh;transform:none;width:min(640px,92vw);max-width:none;padding:0;overflow:hidden}.command-input-row{display:flex;align-items:center;gap:10px;padding:14px 18px 6px}.command-input-icon{color:var(--muted);flex:none}.command-input.command-input{flex:1;min-width:0;font-size:1.02rem}.command-results{max-height:min(52vh,420px);overflow-y:auto;padding:6px;border-top:1px solid var(--line)}.command-heading{display:block;padding:6px 10px 4px;color:var(--muted);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.command-empty{margin:0;padding:18px 12px 22px;color:var(--muted);font-size:.9rem}.command-hit{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;font:inherit;color:inherit;text-align:left;cursor:pointer}.command-hit.active{background:var(--brand-tint)}.command-hit-icon{width:30px;height:30px;flex:none;border-radius:8px;display:grid;place-items:center;font-size:17px;color:#fff;background:linear-gradient(145deg,var(--accent, var(--brand)),var(--accent-dark, var(--brand-dark)))}.command-hit-text{display:flex;flex-direction:column;min-width:0;flex:1;line-height:1.3}.command-hit-text strong{font-size:.92rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-hit-text>span{color:var(--muted);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-hit-app{flex:none;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.command-hit-go{flex:none;color:var(--muted);opacity:0}.command-hit.active .command-hit-go{opacity:1}.command-footer{display:flex;gap:18px;padding:8px 18px;border-top:1px solid var(--line);background:#00000005;color:var(--muted);font-size:.75rem}@media(max-width:720px){.app-header-business{display:none}.apps-menu.apps-menu{width:min(408px,92vw)}}.command-footer kbd{display:inline-block;min-width:18px;padding:1px 4px;margin-right:3px;border:1px solid var(--line);border-bottom-width:2px;border-radius:4px;background:#fff;font-family:inherit;font-size:.72rem;text-align:center}.rail-account{display:flex;flex-direction:column;gap:2px;padding:10px 12px 8px;border-bottom:1px solid var(--line);margin-bottom:4px;font-size:.85rem}.rail-account span{color:var(--muted);font-size:.8rem}.rail-account-switch-label{padding:6px 12px 2px;color:var(--muted);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.rail-account-dot{display:block;width:10px;height:10px;border-radius:50%}.rail-account-option{display:flex;flex-direction:column;line-height:1.25}.rail-account-option span{color:var(--muted);font-size:.78rem}.app-main{flex:1;min-width:0;display:flex;flex-direction:column}.app-shell{width:100%;max-width:none;margin:0;padding:16px 16px 28px;display:flex;flex-direction:column;gap:16px;animation:page-enter .28s ease-out}@keyframes page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.app-shell{animation:none}.app-header-button,.app-header-business,.apps-menu-tile,.apps-menu-icon{transition:none}.apps-menu-tile:hover .apps-menu-icon{transform:none}}.app-shell-wide{max-width:none}.app-shell-full{max-width:none;padding-left:12px;padding-right:12px}.page-header{display:flex;align-items:center;gap:10px;min-height:40px}.page-back{flex-shrink:0}.page-header-icon{flex:none;display:grid;place-items:center;font-size:32px;line-height:1;color:var(--brand)}.page-header-text{display:flex;flex-direction:column;gap:2px}.page-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.page-header h1{font-size:1.5rem;font-weight:600;line-height:1.3}.page-description{color:var(--muted);font-size:.88rem}.page-header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.payslip-type-dropdown{min-width:176px}.company-solid{display:flex;flex-direction:column;gap:6px}.company-solid strong{font-size:1rem}.company-solid p{color:var(--muted);font-size:.85rem;line-height:1.5;white-space:pre-line}.employee-facts{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px 16px;margin-bottom:16px}.employee-facts dt{font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.employee-facts dd{font-size:.9rem;margin-top:2px;overflow-wrap:anywhere}.employee-pay-run-preview{margin-top:12px;font-size:.82rem;color:var(--muted)}.employee-pay-run-preview strong{color:var(--text)}.employee-new-line{margin-top:16px;font-size:.85rem;color:var(--muted)}.employee-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;border:1px dashed var(--line);border-radius:8px;text-align:center;color:var(--muted);font-size:.9rem}.drawer-stack{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.drawer-hint{color:var(--muted);font-size:.85rem}.panel{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px;min-width:0}.panel-header{display:flex;align-items:center;gap:10px}.panel-icon{width:32px;height:32px;flex-shrink:0;border-radius:8px;display:grid;place-items:center;background:var(--brand-tint);color:var(--brand)}.panel-heading{display:flex;flex-direction:column;gap:2px;min-width:0}.panel-heading h2{font-size:1rem;font-weight:600;line-height:1.35}.panel-heading p{color:var(--muted);font-size:.82rem}.panel-actions{margin-left:auto;display:flex;align-items:center;gap:8px;flex-shrink:0}.panel-body{display:flex;flex-direction:column;gap:12px;min-width:0}.home-canvas{position:relative;flex:1;overflow:hidden;display:flex;flex-direction:column}.home-canvas .tri-bg{position:fixed;top:0;right:0;bottom:0;left:0}.home-shell{position:relative;z-index:1;flex:1}@media(min-width:901px){.home-shell{padding-left:clamp(32px,7vw,160px);padding-right:clamp(32px,7vw,160px)}}.home-footer{margin-top:auto;padding-top:8px;display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.home-footer p{color:var(--muted);font-size:.85rem}.home-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:28px 0}.home-hero h1{font-size:2.2rem;font-weight:600}.home-hero p{color:var(--muted);font-size:1rem}.hub-back{align-self:flex-start}.home-hero.hub-hero{padding-top:0}.home-hero.hub-hero p{max-width:560px}.hub-hero-title{display:flex;align-items:center;justify-content:center;gap:12px}.hub-hero-icon{display:grid;place-items:center;font-size:1em;line-height:1;color:var(--brand)}.module-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1320px){.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.module-folder{display:contents}.module-folder-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;display:flex;align-items:center;justify-content:center;padding:clamp(16px,4vw,48px);background:#17171b52;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:module-folder-scrim .22s ease both}@keyframes module-folder-scrim{0%{opacity:0}}.module-folder-overlay.closing{animation:module-folder-scrim .18s ease both reverse;pointer-events:none}.module-card.is-folder{box-shadow:0 6px 0 -2px #ffffffb8,0 6px 0 -1px var(--line),0 12px 0 -4px #fff9,0 12px 0 -3px var(--line)}.module-card.is-folder:hover,.module-card.is-folder:focus-visible{box-shadow:0 6px 0 -2px #ffffffb8,0 6px 0 -1px var(--accent),0 12px 0 -4px #fff9,0 12px 0 -3px var(--accent),0 18px 30px -14px var(--accent)}.module-folder-panel{width:min(1100px,100%);max-height:100%;overflow-y:auto;border:1px solid var(--accent);border-radius:var(--radius);background:linear-gradient(180deg,var(--accent-soft),rgba(255,255,255,.9) 40%),#fffffff0;box-shadow:0 32px 70px -28px #17171b80,0 18px 40px -20px var(--accent);padding:16px;display:flex;flex-direction:column;gap:16px;animation:module-folder-open .22s ease both}.module-folder-panel:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@keyframes module-folder-open{0%{opacity:0;transform:scale(.97)}}.module-folder-overlay.closing .module-folder-panel{animation:module-folder-close .18s ease both;pointer-events:none}.module-folder-overlay.closing .module-folder-item{animation:none}@keyframes module-folder-close{to{opacity:0;transform:scale(.97)}}.module-folder-head{display:flex;align-items:center;gap:14px;min-width:0}.module-folder-head .module-icon{width:52px;height:52px;font-size:34px;flex:none}.module-folder-headings{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.module-folder-headings h2{margin:0;font-size:1.15rem;font-weight:600}.module-folder-headings p{margin:0;color:var(--muted);font-size:.88rem}.module-folder-actions{display:flex;align-items:center;gap:4px;flex:none}.module-folder-contents{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.module-folder-item{min-width:0;animation:module-folder-item .26s ease both;animation-delay:var(--stagger, 0ms)}@keyframes module-folder-item{0%{opacity:0;transform:translateY(-8px) scale(.96)}}.module-folder-contents .module-card{padding:18px 14px 16px;gap:8px}.module-folder-contents .module-icon{width:52px;height:52px;font-size:34px}.module-folder-contents .module-card h2{font-size:1rem}.module-folder-contents .module-card p{font-size:.82rem}@media(max-width:980px){.module-folder-contents{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.module-folder-contents{grid-template-columns:minmax(0,1fr)}.module-folder-head{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.module-folder-overlay,.module-folder-panel,.module-folder-item,.module-folder-overlay.closing,.module-folder-overlay.closing .module-folder-panel{animation:none}}.module-card{background:linear-gradient(180deg,var(--accent-soft),rgba(255,255,255,.86) 52%),#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:var(--radius);padding:32px 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.module-card:hover,.module-card:focus-visible{transform:translateY(-3px);border-color:var(--accent);box-shadow:0 12px 28px -12px var(--accent)}.module-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.module-card:active{transform:translateY(-1px)}.module-icon{width:76px;height:76px;border-radius:20px;display:grid;place-items:center;font-size:60px;color:#fff;background:linear-gradient(145deg,var(--accent),var(--accent-dark));box-shadow:0 10px 22px -10px var(--accent-dark);margin-bottom:4px}.art-icon{width:.88em;height:.88em;display:block;object-fit:contain;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.module-icon.art{color:inherit;background:linear-gradient(160deg,#fff,var(--accent-soft));border:1px solid var(--line);box-shadow:0 10px 22px -14px var(--accent-dark)}.module-title-row{display:flex;align-items:center;justify-content:center;gap:8px}.module-card h2{font-size:1.1rem;font-weight:600}.module-beta{border:1px solid var(--accent, var(--brand));border-radius:999px;padding:1px 8px;background:var(--accent-soft, var(--brand-tint));color:var(--accent, var(--brand));font-size:.65rem;font-weight:600;letter-spacing:.06em;line-height:1.6}.module-card p{color:var(--muted);font-size:.88rem;line-height:1.5}.banking-public{min-height:100vh;background:var(--page-bg);padding:48px 24px}.banking-public-inner{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.banking-public-logo{width:210px;height:auto;align-self:center}.banking-public-header{display:flex;flex-direction:column;gap:6px}.banking-public-header h1{margin:0;font-size:1.55rem;font-weight:600}.banking-public-header p{margin:0;color:var(--muted);line-height:1.5}.banking-notice-text{color:var(--muted);line-height:1.5}.signature-pad{display:flex;flex-direction:column;gap:8px}.signature-canvas{width:100%;height:160px;border:1px dashed rgba(27,27,27,.3);border-radius:var(--radius);background:var(--panel-bg);touch-action:none;cursor:crosshair}.signature-pad-footer{display:flex;align-items:center;justify-content:space-between}.signature-preview{max-width:240px;max-height:90px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg);padding:6px 10px}.banking-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 24px}.banking-summary div dt{font-size:.78rem;color:var(--muted);margin:0 0 2px}.banking-summary div dd{margin:0;font-weight:600}.banking-link-section{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.banking-link-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.banking-link-row .subtext{flex:1 1 260px;line-height:1.4}.onboard-field-picker{display:flex;flex-wrap:wrap;gap:12px 24px}.onboard-setup-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:16px 24px;align-items:start}.form-actions-top{margin-bottom:14px}.onboarding-form-submissions{display:flex;flex-direction:column;gap:18px}.onboarding-form-submission{border-top:1px solid var(--line);padding-top:16px}.onboarding-form-submission:first-child{border-top:0;padding-top:0}.onboarding-form-submission header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.onboarding-form-submission h3{margin:0;font-size:1rem}.onboarding-form-submission header span{color:var(--muted);font-size:.85rem}@media(max-width:720px){.onboard-setup-grid{grid-template-columns:minmax(0,1fr)}.onboarding-form-submission header{align-items:flex-start;flex-direction:column}}.workbench{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.form-stack{display:flex;flex-direction:column;gap:16px;min-width:0}.split-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:16px;align-items:start}.field-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;align-items:start}.field-grid-narrow{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.field-stack{display:flex;flex-direction:column;gap:12px}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:12px}.form-actions{display:flex;gap:8px;padding-top:8px;border-top:1px solid var(--line)}.field-grid .fui-Input,.field-stack .fui-Input,.two-column .fui-Input,.signup-grid .fui-Input{width:100%}.field-grid .fui-Combobox,.field-grid .fui-Dropdown,.field-stack .fui-Combobox,.field-stack .fui-Dropdown,.two-column .fui-Combobox,.two-column .fui-Dropdown{width:100%;min-width:0}.commission-table-wrap,.simple-table-wrap{overflow-x:auto;margin:0 -4px;padding:0 4px}.commission-table{min-width:960px}.commission-table .fui-Input{width:100%}.commission-table td,.simple-table-wrap td{padding-top:5px;padding-bottom:5px}.col-client{width:17%}.col-ref{width:11%}.col-money{width:13%}.col-rate{width:9%}.col-notes{width:17%}.col-total{width:110px;text-align:right;white-space:nowrap;font-weight:600;font-variant-numeric:tabular-nums}th.col-total{text-align:right}.col-actions{width:84px}.col-actions-wide{width:124px}.row-clickable{cursor:pointer}.cell-stack{display:flex;flex-direction:column;line-height:1.35}.row-name{display:flex;align-items:center;gap:8px}.row-name svg{color:var(--muted);flex-shrink:0}.subtext{color:var(--muted);font-size:.78rem}.icon-actions{display:flex;gap:2px;justify-content:flex-end}.empty-state{margin:0;padding:12px 0;color:var(--muted);font-size:.9rem}.archived-subheading{margin:20px 0 8px;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.employees-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px;align-items:start}.emp-sidebar{position:sticky;top:76px}.emp-sidebar .panel-body{display:flex;flex-direction:column;gap:16px}.emp-list{display:flex;flex-direction:column;gap:6px}.emp-list-muted{opacity:.68}.emp-row{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px 8px 9px;border:1px solid transparent;border-left:3px solid transparent;border-radius:6px;background:none;font:inherit;text-align:left;cursor:pointer}.emp-row .emp-row-text{flex:1}.emp-row:hover{background:#1b1b1b0a}.emp-row-active{border-color:var(--line);border-left-color:var(--brand);background:var(--brand-tint)}.emp-row-text{display:flex;min-width:0;flex-direction:column;gap:1px}.emp-row-text strong{overflow:hidden;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.emp-row-text small{overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.emp-archived-section{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.emp-detail{min-width:0}.detail-banner{margin:0}.avatar{position:relative;display:inline-flex;flex:none;align-items:center;justify-content:center;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--brand-tint);color:var(--brand);font-weight:600;line-height:1}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-initials{letter-spacing:.02em}.avatar-editable{cursor:pointer}.avatar-overlay{position:absolute;inset:auto 0 0 0;display:flex;align-items:center;justify-content:center;height:32%;background:#1b1b1b8c;color:#fff;opacity:0;transition:opacity .12s ease-in-out}.avatar-editable:hover .avatar-overlay,.avatar-editable:focus-visible .avatar-overlay{opacity:1}.profile-panel{padding:16px}.profile-head{display:flex;align-items:center;gap:20px;padding:0 0 16px;border-bottom:1px solid var(--line)}.profile-identity{flex:1;min-width:0}.profile-identity h2{font-size:1.35rem;font-weight:600;line-height:1.25}.profile-role{margin-top:2px;color:var(--muted);font-size:.92rem}.profile-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.profile-chip{padding:2px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.78rem;font-weight:600}.profile-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.profile-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px 24px}.profile-fields dt{color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.profile-fields dd{margin-top:3px;overflow-wrap:anywhere;font-size:.95rem}.profile-empty{color:var(--muted)}@media(max-width:640px){.profile-head{flex-direction:column;align-items:flex-start}.profile-actions{justify-content:flex-start}}.crop-body{display:flex;flex-direction:column;align-items:center;gap:12px}.crop-canvas{border-radius:var(--radius);background:#f0eeed;cursor:grab;touch-action:none}.crop-canvas:active{cursor:grabbing}.crop-hint{color:var(--muted);font-size:.85rem}.crop-zoom{display:flex;align-items:center;gap:10px;width:100%;max-width:320px;color:var(--muted)}.crop-zoom .fui-Slider{flex:1}.crop-loading{display:flex;align-items:center;justify-content:center;height:320px}.crop-error{color:#b42318;font-size:.9rem}@media(max-width:900px){.employees-layout{grid-template-columns:minmax(0,1fr)}.emp-sidebar{position:static}}.settings-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:16px;align-items:start}.settings-sidebar{position:sticky;top:76px;padding:6px;box-shadow:var(--shadow)}.settings-nav{display:flex;flex-direction:column;gap:2px}.settings-nav-item{position:relative;display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px 9px 14px;border:0;border-radius:6px;background:none;font:inherit;font-size:.92rem;text-align:left;color:inherit;cursor:pointer}.settings-nav-item .art-icon{width:20px;height:20px;flex:none}.settings-nav-item:hover{background:#1b1b1b0a}.settings-nav-item:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.settings-nav-item.active{background:var(--brand-tint);font-weight:600}.settings-nav-item.active:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:3px;height:18px;border-radius:999px;background:var(--brand)}.settings-content{display:flex;flex-direction:column;gap:16px;min-width:0}.numbering-preview,.settings-hint{margin:0;color:var(--muted);font-size:.9rem}.home-visibility-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:8px}.home-visibility-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;min-width:0;cursor:pointer}.home-visibility-row:hover{background:#1b1b1b08}.home-visibility-row.locked{background:#1b1b1b08;cursor:default}.home-visibility-row.locked .home-visibility-text strong{color:var(--muted)}.home-visibility-icon{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--brand-tint);color:var(--brand);font-size:20px}.home-visibility-text{display:flex;flex-direction:column;min-width:0;flex:1}.home-visibility-text strong{font-size:.92rem}.home-visibility-text span{color:var(--muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-visibility-row .fui-Switch{flex:none;margin-right:-8px}@media(max-width:900px){.settings-layout{grid-template-columns:minmax(0,1fr)}.settings-sidebar{position:static}}.field-editor-row{display:flex;align-items:center;gap:12px}.field-editor-row .fui-Input{flex:1;min-width:0}.field-editor-hint{margin:4px 0 0;color:var(--muted);font-size:.82rem}.personal-fields{margin-top:24px;padding-top:16px;border-top:1px solid var(--line)}.personal-fields-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.personal-fields-header h3{font-size:.9rem;font-weight:600}.personal-fields-header p{margin:2px 0 0;color:var(--muted);font-size:.82rem}.personal-fields-list{display:flex;flex-direction:column;gap:8px}.pending-docs{margin-top:24px;padding-top:16px;border-top:1px solid var(--line)}.pending-docs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.pending-docs-header h3{font-size:.9rem;font-weight:600}.pending-docs-header p{margin:2px 0 0;color:var(--muted);font-size:.82rem}.doc-list{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.doc-row{display:flex;align-items:center;gap:10px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.doc-icon{flex-shrink:0;color:var(--muted)}.doc-name{flex:1;min-width:0;overflow:hidden;color:var(--text);font-size:.9rem;font-weight:500;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}a.doc-name:hover{color:var(--brand);text-decoration:underline}.doc-meta{flex-shrink:0;color:var(--muted);font-size:.8rem;font-variant-numeric:tabular-nums}.client-import-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 16px;margin-bottom:12px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:var(--brand-tint);font-size:.88rem}.client-import-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.client-check-list{display:flex;flex-direction:column;gap:4px;max-height:320px;overflow-y:auto}.client-check-row{display:flex;flex-direction:column;padding:4px 8px;border-radius:6px}.client-check-row:hover{background:var(--brand-tint)}.client-check-hint{margin-left:32px;color:var(--muted);font-size:.8rem}.client-field-checks{display:flex;flex-wrap:wrap;gap:0 8px;margin-left:24px}.client-sync-heading{margin:0 0 4px;color:var(--text);font-size:.88rem}.client-sync-surface,.pay-run-surface{max-width:640px}.pay-run-summary{margin:0;padding:8px 12px;border-radius:8px;background:var(--brand-tint);font-size:.88rem}.auto-run-progress{display:flex;align-items:center;gap:10px;font-size:.92rem}.confirm-body{display:flex;flex-direction:column;gap:12px;color:var(--text);font-size:.92rem}.confirm-list{display:flex;flex-direction:column;gap:6px;margin:0;padding-left:20px}.danger-button.danger-button{background-color:#dd0203;border-color:#dd0203;color:#fff}.danger-button.danger-button:hover{background-color:#c20203;border-color:#c20203;color:#fff}.danger-button.danger-button:active{background-color:#ac0202;border-color:#ac0202;color:#fff}.danger-button.danger-button:focus-visible{outline-color:#dd0203}.danger-button.danger-button:disabled,.danger-button.danger-button[aria-disabled=true]{background-color:var(--colorNeutralBackgroundDisabled, #f0f0f0);border-color:var(--colorNeutralStrokeDisabled, #e0e0e0);color:var(--colorNeutralForegroundDisabled, #bdbdbd);cursor:not-allowed}.summary-panel{position:sticky;top:76px;min-width:0}.summary-list{display:flex;flex-direction:column;gap:8px}.summary-list div{display:flex;justify-content:space-between;gap:12px}.summary-list dt{color:var(--muted);font-size:.88rem}.summary-list dd{font-weight:600;font-variant-numeric:tabular-nums}.net-pay-box{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:8px;background:var(--brand-tint)}.net-pay-box span{font-size:.88rem;font-weight:600}.net-pay-box strong{color:var(--brand);font-size:1.15rem;font-variant-numeric:tabular-nums}.summary-actions{display:flex;flex-direction:column;gap:8px;padding-top:4px}.status-pill{display:inline-flex;align-items:center;padding:2px 10px;border:1px solid;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.color-pill-interactive{cursor:pointer;transition:filter .1s ease}.color-pill-interactive:hover{filter:brightness(.97)}.color-pill-interactive:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.status-editor-list{display:flex;flex-direction:column;gap:10px}.status-editor-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto auto;gap:10px;align-items:center}.status-editor-row .fui-Input{width:100%}.color-input-wrap input{width:36px;height:32px;padding:2px;border:1px solid var(--line);border-radius:4px;background:#fff;cursor:pointer}.logo-upload-row{display:flex;align-items:center;gap:12px}.logo-upload-preview{max-width:160px;max-height:56px;object-fit:contain;border:1px solid var(--line);border-radius:4px;padding:4px;background:#fff}.modal-stack{display:flex;flex-direction:column;gap:12px}.employee-picker-list{display:flex;flex-direction:column;gap:6px;max-height:340px;overflow-y:auto}.employee-picker-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:#fff;font:inherit;text-align:left;cursor:pointer}.employee-picker-row:hover{border-color:var(--brand);background:rgba(var(--brand-rgb),.04)}.employee-picker-row span{display:flex;flex-direction:column;gap:2px}.employee-picker-row small{color:var(--muted)}.saved-payslip-row{display:flex;align-items:center;gap:8px}.saved-payslip-row .employee-picker-row{flex:1}:root{--credit: #1e7a34;--debit: #c0392b}.hidden-input{display:none}.amount{font-variant-numeric:tabular-nums;white-space:nowrap}.amount-pos{color:var(--credit)}.amount-neg{color:var(--debit)}.amount-strong{font-weight:600}.bs-loading{display:grid;place-items:center;padding:96px 0}.statement-list{display:flex;flex-direction:column;gap:12px}.statement-row{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:12px 16px;display:flex;flex-direction:column;gap:12px;min-width:0}.statement-row-clickable{cursor:pointer;transition:border-color .15s ease}.statement-row-clickable:hover,.statement-row-clickable:focus-visible{border-color:var(--brand);outline:none}.statement-row-main{display:grid;grid-template-columns:minmax(200px,1.4fr) minmax(180px,1fr) minmax(140px,1fr) auto;gap:20px;align-items:center}.statement-row-heading{display:flex;align-items:center;gap:12px;min-width:0}.statement-row-heading>div{min-width:0}.statement-row-heading h3{margin:0;font-size:1rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.statement-row-heading p{margin:0}.statement-row-balances{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.statement-row-balances dt{color:var(--muted);font-size:.78rem}.statement-row-balances dd{font-size:.95rem;margin:0}.statement-row-progress{min-width:0}.statement-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.statement-row-expand{border-top:1px solid var(--line);padding-top:16px;max-width:560px}.account-pill-business{align-self:flex-start;border-color:var(--brand);color:var(--brand);background:var(--brand-tint)}.account-pill-personal{align-self:flex-start;border-color:#677487;color:#677487;background:#67748717}.statement-card-warning{font-size:.88rem;line-height:1.5}.two-up{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.two-up .fui-Input{width:100%}.two-up .fui-Input,.two-up .fui-Textarea,.two-up .fui-Dropdown,.two-up .fui-Combobox{max-width:620px}.cat-progress{display:flex;flex-direction:column;gap:4px;min-width:0}.cat-progress-label{color:var(--muted);font-size:.78rem}.bank-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.bank-tile{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;font:inherit;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .15s ease}.bank-tile:hover,.bank-tile:focus-visible{border-color:var(--brand);outline:none}.bank-tile img{height:72px;width:72px;object-fit:contain}.upload-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.bs-dropzone{background:var(--panel-bg);border:2px dashed var(--line);border-radius:var(--radius);padding:64px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;font:inherit;color:var(--text);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.bs-dropzone:hover,.bs-dropzone:focus-visible{border-color:var(--brand);outline:none}.bs-dropzone-active{border-color:var(--brand);background:var(--brand-tint)}.bs-dropzone-title{font-weight:600}.confirm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.confirm-grid dt{color:var(--muted);font-size:.78rem}.confirm-grid dd{font-weight:600;overflow:hidden;text-overflow:ellipsis}.error-detail summary{cursor:pointer;color:var(--muted);font-size:.85rem}.error-detail pre{margin:8px 0 0;padding:12px;border-radius:8px;background:var(--page-bg);font-size:.78rem;overflow-x:auto;white-space:pre-wrap}.manual-entry-form{display:flex;flex-direction:column;gap:16px}.saved-accounts{display:flex;flex-direction:column;gap:8px}.saved-accounts-label{font-size:.82rem;font-weight:600}.saved-accounts-list{display:flex;flex-wrap:wrap;gap:8px}.manual-lines{border-top:1px solid var(--line);padding-top:16px;display:flex;flex-direction:column;gap:12px}.manual-lines-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.manual-lines-header h3{font-size:.95rem;font-weight:600}.manual-rows{display:flex;flex-direction:column;gap:8px}.manual-row{display:grid;grid-template-columns:170px minmax(0,1fr) 150px auto;gap:8px;align-items:center}.manual-row .fui-Input{width:100%}.manual-amount input{text-align:right;font-variant-numeric:tabular-nums}.manual-form-actions{justify-content:flex-end}@media(max-width:720px){.manual-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.statement-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;align-items:start}.statement-overview>div{display:flex;flex-direction:column;gap:4px}.statement-overview-progress{min-width:180px}.original-statement-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.original-statement-info{display:flex;align-items:center;gap:8px;min-width:0;font-size:.88rem}.original-statement-actions{display:flex;align-items:center;gap:8px}.document-chips{display:flex;flex-wrap:wrap;gap:8px}.tx-table-block{display:flex;flex-direction:column;gap:16px}.filter-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filter-search{flex:1;min-width:220px}.filter-dropdown{min-width:150px}.tx-table{width:100%;min-width:1020px;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius)}.tx-table.tx-table{table-layout:auto}.col-check{width:44px}.col-date{white-space:nowrap}.col-amount{text-align:right;white-space:nowrap}.tx-table th.col-amount{text-align:right}.tx-table th.col-amount .fui-TableHeaderCell__button{justify-content:flex-end}.col-expand{width:80px}.tx-table .col-fit{width:1px;white-space:nowrap}.tx-table .col-flex{width:50%;max-width:0;overflow:hidden}.cell-clip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-row-expanded{background:var(--brand-tint)}.tx-row-icons{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--muted)}.receipt-count{display:inline-flex;align-items:center;gap:3px;font-size:.78rem}.tx-detail-row>td{background:rgba(var(--brand-rgb),.025);padding:20px 24px}.tx-pill-review{border-color:var(--debit);color:var(--debit);background:#c0392b17}.tx-pill-done{border-color:var(--credit);color:var(--credit);background:#1e7a3417}.tx-pill-todo{border-color:#946300;color:#946300;background:#94630017}.suggestion-pill{margin-left:6px}.category-panel{display:flex;flex-direction:column;gap:16px}.category-panel .fui-Input,.category-panel .fui-Dropdown{width:100%}.category-field{grid-column:1 / -1}.category-toggles{display:flex;flex-wrap:wrap;gap:8px 24px;align-items:center}.category-panel-actions{display:flex;justify-content:flex-end;gap:8px}.receipt-divider{border-top:1px solid var(--line);padding-top:16px}.receipt-section{display:flex;flex-direction:column;gap:12px}.receipt-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.receipt-section-header h4{margin:0;font-size:.88rem;font-weight:600}.receipt-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.receipt-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-bg)}.receipt-item>svg{flex-shrink:0;color:var(--brand)}.receipt-item-text{display:flex;flex-direction:column;min-width:0;flex:1;line-height:1.35}.receipt-item-name{font-size:.88rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-bar{position:sticky;bottom:16px;z-index:5;display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:var(--brand);color:#fff;box-shadow:0 6px 18px #00000047}.bulk-bar-count{font-size:.88rem;font-weight:600;white-space:nowrap;padding:0 4px}.bulk-bar-select{min-width:220px}.bulk-bar-clear{margin-left:auto;color:#fff}.rentals-loading{display:flex;justify-content:center;padding:24px 0}.rentals-empty{color:var(--muted);font-size:.92rem;margin:0}.rentals-search{width:100%}.rentals-filter-row{display:flex;gap:16px;align-items:center}.rentals-filter-row .rentals-search{flex:1;min-width:0}.rentals-tab-actions{display:flex;align-items:center;gap:16px}.rentals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.rentals-card{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:12px;min-width:0}.rentals-card-clickable{cursor:pointer;transition:border-color .15s ease}.rentals-card-clickable:hover,.rentals-card-clickable:focus-visible{border-color:var(--brand);outline:none}.rentals-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.rentals-card-heading{display:flex;flex-direction:column;gap:4px;min-width:0}.rentals-card-heading h3{margin:0;font-size:1rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rentals-card-heading p{margin:0}.rentals-card-pills{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.rentals-card-items{margin:0;color:var(--muted);font-size:.85rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rentals-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;flex-wrap:wrap}.rentals-card-total{font-weight:600}.rentals-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.rentals-editor{display:flex;flex-direction:column;gap:16px;padding-bottom:16px}.rentals-editor-section{display:flex;flex-direction:column;gap:12px}.rentals-editor-title{margin:0;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.rentals-editor-actions{display:flex;gap:8px;align-items:center;padding-top:16px;border-top:1px solid var(--line)}.rentals-hint{margin:0;color:var(--muted);font-size:.78rem}.rentals-muted{margin:0;color:var(--muted);font-size:.92rem}.rentals-muted-tiny{color:var(--muted);font-size:.78rem}.rentals-warn{color:#b8730a}.rentals-list-warn{color:#c0392b;flex:none}.rentals-pane-title{margin-right:auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rentals-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.rentals-overview-dates{margin:0;font-size:1rem;font-weight:600}.rentals-info-grid{display:grid;gap:8px}.rentals-info-row{display:grid;grid-template-columns:minmax(0,140px) minmax(0,1fr);gap:16px;align-items:baseline;font-size:.92rem}.rentals-info-label{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.rentals-info-value{overflow-wrap:anywhere}.rentals-info-notes{margin:0;font-size:.92rem;white-space:pre-wrap;overflow-wrap:anywhere}.rentals-cal-nav{display:flex;align-items:center;gap:8px}.rentals-cal{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.rentals-cal-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#00000008;border-bottom:1px solid var(--line)}.rentals-cal-weekdays span{padding:8px 10px;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.rentals-cal-week{position:relative;min-height:96px;border-bottom:1px solid var(--line)}.rentals-cal-week:last-child{border-bottom:none}.rentals-cal-days{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.rentals-cal-day{border-left:1px solid var(--line);padding:6px 8px;cursor:pointer;transition:background .12s ease}.rentals-cal-day:first-child{border-left:none}.rentals-cal-day:hover,.rentals-cal-day:focus-visible{background:#00000009}.rentals-cal-day.outside{background:#00000005}.rentals-cal-day.outside .rentals-cal-daynum{color:var(--muted)}.rentals-cal-daynum{font-size:.82rem;font-weight:600;line-height:20px;display:inline-block;min-width:20px;text-align:center}.rentals-cal-day.today .rentals-cal-daynum{background:var(--brand);color:#fff;border-radius:999px}.rentals-cal-bars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:22px;row-gap:3px;padding:30px 4px 10px;pointer-events:none}.rentals-cal-bar,.rentals-cal-bar-skeleton{pointer-events:auto;min-width:0;margin:0 2px;border-radius:4px}.rentals-cal-bar{display:flex;align-items:center;border:1px solid;border-left-width:3px;padding:0 8px;font:inherit;font-size:.78rem;font-weight:600;text-align:left;cursor:pointer;overflow:hidden}.rentals-cal-bar:hover,.rentals-cal-bar:focus-visible{box-shadow:inset 0 0 0 999px #0000000f}.rentals-cal-bar.continues-before{border-left-width:1px;border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0}.rentals-cal-bar.continues-after{border-top-right-radius:0;border-bottom-right-radius:0;border-right-style:dashed;margin-right:0}.rentals-cal-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rentals-cal-bar-skeleton{height:22px}.rentals-cal-legend{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:900px){.rentals-cal-week{min-height:80px}.rentals-cal-bar{font-size:.72rem;padding:0 5px}.rentals-cal-weekdays span{padding:6px}}.customers-loading{display:flex;justify-content:center;padding:24px 0}.customers-empty{color:var(--muted);font-size:.92rem;margin:0}.customers-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--line)}.customers-search{flex:1;min-width:220px}.customers-filter-select.customers-filter-select,.customers-sort.customers-sort{min-width:0;width:180px}.customers-statline{display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap}.customers-statline-note{margin:0;color:var(--muted);font-size:.85rem}.customers-flow-pane{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:16px;overflow:auto;flex:1;min-height:0}.customers-stats{margin:0;color:var(--muted);font-size:.85rem}.customers-pending{color:#b8730a;font-weight:600}.customers-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.customers-tags{display:flex;gap:6px;flex-wrap:wrap}.customers-tags-block{margin-bottom:12px}.customers-group-header{display:flex;align-items:center;gap:8px;margin:20px 0 4px;font-size:.9rem;font-weight:600}.customers-group-header:first-child{margin-top:0}.customers-group-header-bar{width:4px;align-self:stretch;border-radius:999px}.customers-group-header-count{font-weight:400;color:var(--muted)}.tag-picker-list{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.tag-picker-new{display:flex;gap:8px;align-items:center}.tag-picker-new .fui-Input{flex:1;min-width:0}.customers-sources{display:flex;flex-direction:column;gap:8px}.customers-source-row{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--muted)}.customers-source-text{flex:1;min-width:0}.customer-note-composer{display:flex;flex-direction:column;gap:8px}.customer-note-composer .fui-Textarea{width:100%}.customer-note-composer-actions{display:flex;gap:8px}.customer-note-list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.customer-note{padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff}.customer-note-head{display:flex;align-items:center;gap:8px;min-height:24px}.customer-note-time{flex:1;min-width:0;color:var(--muted);font-size:.78rem;font-variant-numeric:tabular-nums}.customer-note-actions{display:flex;gap:2px;opacity:.5;transition:opacity .12s ease}.customer-note:hover .customer-note-actions,.customer-note-actions:focus-within{opacity:1}.customer-note-text{margin:2px 0 0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:.9rem}@media(prefers-reduced-motion:reduce){.customer-note-actions{transition:none}}.customers-view-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.customers-view-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.customers-view-switch{display:flex;align-items:center;gap:2px;flex-shrink:0}.customers-list-group{display:flex;align-items:center;gap:8px;padding:10px 14px 4px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--panel-bg);position:sticky;top:0;z-index:1}.customers-list-group .customers-group-header-bar{min-height:12px}.customers-list-labels{flex-wrap:wrap;justify-content:flex-start;gap:4px;margin-top:2px}.customers-pane-labels{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.customers-pane-notes{margin:12px 0 0;color:var(--muted);font-size:.88rem;white-space:pre-wrap}.customers-pane-count{display:inline-block;margin-left:4px;padding:0 6px;border-radius:999px;background:var(--brand-tint);color:var(--brand);font-size:.72rem;letter-spacing:0}.customers-pane-notes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.customers-pane-notes-list li{display:flex;gap:8px;align-items:flex-start;color:var(--muted)}.customers-pane-notes-list li>div{min-width:0}.customers-pane-notes-list p{margin:2px 0 0;color:var(--text);font-size:.88rem;white-space:pre-wrap}.customers-pane-more{color:inherit}.customers-rows{display:flex;flex-direction:column;gap:8px}.customers-row{flex-direction:row;align-items:center;gap:16px;padding:12px 16px}.customers-row-grouped{border-left-width:4px;border-left-style:solid}.customers-row-main{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(160px,1fr);gap:16px;align-items:center;flex:1;min-width:0}.customers-row-heading{min-width:0}.customers-row-heading h3{margin:0;font-size:.98rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-row-heading p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-row-labels{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.customers-row-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.customers-table-scroll{overflow-x:auto}.customers-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.9rem}.customers-table th{text-align:left;font-weight:600;font-size:.8rem;color:var(--muted);padding:8px 12px;border-bottom:1px solid var(--line);white-space:nowrap}.customers-table td{padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:middle}.customers-table tbody tr:last-child td{border-bottom:none}.customers-table tbody tr:hover{background:var(--panel-alt, rgba(0, 0, 0, .02))}.customers-table tbody tr:hover .customers-table-col-actions{background-image:linear-gradient(var(--panel-alt, rgba(0, 0, 0, .02)),var(--panel-alt, rgba(0, 0, 0, .02)))}.customers-table-group td{position:static;padding:0 12px;border-bottom:none;background:var(--panel-bg)}.customers-table-group .customers-group-header{position:sticky;left:12px;width:max-content;margin:16px 0 6px}.customers-table-sort{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer}.customers-table-sort:hover{color:var(--brand)}.customers-table-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-table-clamp{display:block;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-table-editable{display:block;min-width:0;border-bottom:1px dashed transparent;cursor:text}.customers-table-editable:hover{border-bottom-color:var(--line)}.customers-table-editable.is-saving{opacity:.6}.customers-table-edit{width:100%;box-sizing:border-box;padding:2px 6px;border:1px solid var(--brand);border-radius:4px;background:var(--panel-bg);color:var(--text);font:inherit;outline:none}.customers-table-link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:none;border:none;padding:0;margin:0;font:inherit;font-weight:600;color:inherit;cursor:pointer;text-align:left}.customers-table-link:hover{color:var(--brand);text-decoration:underline}.customers-table-muted{color:var(--muted)}.customers-table-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.customers-table th:first-child,.customers-table td:first-child{position:sticky;left:0;background:var(--panel-bg)}.customers-table tbody tr:hover td:first-child{background-image:linear-gradient(var(--panel-alt, rgba(0, 0, 0, .02)),var(--panel-alt, rgba(0, 0, 0, .02)))}.customers-table-col-actions{position:sticky;right:0;background:var(--panel-bg);text-align:right;white-space:nowrap}.bulk-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:900px}.bulk-choose-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:24px;cursor:pointer;font:inherit;color:inherit}.bulk-choose-card:hover:not(:disabled){border-color:var(--brand);box-shadow:var(--shadow)}.bulk-choose-card:disabled{cursor:not-allowed;opacity:.55}.bulk-choose-card svg{color:var(--brand);font-size:28px}.bulk-choose-card h3{margin:0;font-size:1rem}.bulk-choose-card p{margin:0;color:var(--muted);font-size:.85rem}.customers-bulk-hint{margin:0;color:var(--muted);font-size:.82rem}.customers-bulk-grid-wrap{overflow:auto;max-height:calc(100vh - 260px);border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.customers-bulk-table{table-layout:fixed;width:max-content;min-width:100%;border-collapse:collapse;font-size:.82rem}.customers-bulk-table th{position:sticky;top:0;z-index:1;background:var(--panel-bg);text-align:left;font-size:.7rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);padding:6px;border-bottom:1px solid var(--line);white-space:nowrap}.customers-bulk-required{color:var(--brand);margin-left:2px}.customers-bulk-table td{border-bottom:1px solid var(--line);padding:0}.customers-bulk-table tbody tr:last-child td{border-bottom:0}.customers-bulk-col-action{width:32px;text-align:center}.customers-bulk-cell{position:relative;display:block;min-height:26px}.customers-bulk-input{display:block;width:100%;box-sizing:border-box;border:1px solid transparent;background:transparent;color:inherit;font:inherit;padding:4px 6px;line-height:1.3}.customers-bulk-input:hover{border-color:var(--line)}.customers-bulk-input:focus{outline:none;border-color:var(--brand);background:var(--brand-tint)}.customers-bulk-input.is-expanded{position:absolute;top:0;left:0;z-index:5;width:min(480px,70vw);background:var(--panel-bg);border-color:var(--line);box-shadow:var(--shadow)}.customers-bulk-input.is-focus-expanded{border-color:var(--brand)}.customers-bulk-input.is-hover-expanded{pointer-events:none}.customers-bulk-suggestions{position:absolute;top:100%;left:0;z-index:8;margin:2px 0 0;padding:4px;min-width:160px;max-height:220px;overflow-y:auto;list-style:none;background:var(--panel-bg);border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.customers-bulk-suggestion{padding:6px 8px;border-radius:4px;cursor:pointer;font-size:.82rem;color:var(--text);white-space:nowrap}.customers-bulk-suggestion:hover{background:var(--brand-tint)}.drawer-form{display:flex;flex-direction:column;gap:16px;padding-bottom:16px}.drawer-form-section{display:flex;flex-direction:column;gap:12px}.drawer-form-title{margin:0;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.drawer-form-actions{display:flex;gap:8px;align-items:center;padding-top:16px;border-top:1px solid var(--line)}.rentals-danger-text{color:#b42318;margin-left:auto}.rentals-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:end}.rentals-line{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid var(--line);border-radius:var(--radius);min-width:0}.rentals-line-main{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.rentals-line-amount{font-weight:600;white-space:nowrap}.rentals-tier{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.rentals-tier-row{display:flex;gap:12px;align-items:end}.rentals-tier-row .fui-Field{flex:1;min-width:0}.rentals-tier-custom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rentals-picker-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg);font:inherit;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease}.rentals-picker-row:hover,.rentals-picker-row:focus-visible{border-color:var(--brand);outline:none}.rentals-totals{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--brand-tint)}.rentals-total-row{display:flex;justify-content:space-between;gap:16px;font-size:.92rem}.rentals-total-grand{padding-top:8px;border-top:1px solid var(--line);font-size:1rem;font-weight:600;color:var(--brand)}.rentals-settings-row{display:flex;gap:12px;align-items:end}.rentals-settings-row .fui-Field{flex:1;min-width:0}.rentals-settings-field,.rentals-settings-modifier{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.rentals-builtin-states{display:flex;flex-direction:column;gap:8px}.rentals-add-row{display:flex;gap:8px;align-items:center}.rentals-add-row .fui-Input{flex:1;min-width:0}@media(max-width:980px){.workbench,.split-grid{grid-template-columns:minmax(0,1fr)}.summary-panel{position:static}.two-column,.rentals-two-col,.rentals-tier-custom{grid-template-columns:minmax(0,1fr)}.rentals-info-row{grid-template-columns:minmax(0,1fr);gap:2px}.rentals-settings-row,.rentals-tier-row,.rentals-filter-row{flex-direction:column;align-items:stretch}.statement-row-main{grid-template-columns:minmax(0,1fr);gap:12px}.statement-row-actions{justify-content:flex-start}.page-header{flex-wrap:wrap}.page-header-actions{width:100%;margin-left:0;justify-content:flex-end}}.loading-panel{display:flex;justify-content:center;padding:48px 0}.forms-search{width:260px}.forms-empty-hint,.forms-props-hint{color:var(--muted);font-size:.92rem;margin:0}.forms-filter-bar{display:flex;flex-direction:column;gap:12px;padding:14px 16px;margin-bottom:16px;border:1px solid var(--line);border-radius:10px;background:#67748708}.forms-filter-dates{display:flex;gap:16px;flex-wrap:wrap}.forms-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.forms-filter-field{min-width:200px}.forms-filter-op{min-width:150px}.forms-filter-value{min-width:200px}.forms-filter-actions{display:flex;align-items:center;gap:8px}.forms-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;font-size:.85rem;color:var(--muted);flex-wrap:wrap}.forms-pagination-controls{display:flex;align-items:center;gap:12px}.forms-status-chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:.78rem;font-weight:600;border:1px solid #677487;color:#677487;background:#6774871a;white-space:nowrap}.forms-status-chip.live{border-color:#1e7a34;color:#1e7a34;background:#1e7a341a}.forms-status-chip.stale{border-color:#b25000;color:#b25000;background:#b250001a}.forms-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.forms-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease}.forms-card:hover{border-color:var(--brand);box-shadow:0 4px 14px #00000014}.forms-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.forms-card-top h3{margin:0;font-size:1rem;font-weight:600;overflow-wrap:anywhere}.forms-card-meta{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--muted);flex-wrap:wrap}.forms-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;font-size:.8rem;color:var(--muted)}.forms-builder{display:grid;grid-template-columns:260px minmax(0,1fr) 340px;gap:16px;align-items:start}.forms-palette,.forms-props{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:16px;position:sticky;top:24px;max-height:calc(100vh - 48px);overflow-y:auto}.forms-palette-group h3,.forms-props-section h3{margin:0 0 8px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.forms-palette-items{display:grid;grid-template-columns:1fr 1fr;gap:6px}.forms-palette-item{display:flex;align-items:center;gap:6px;padding:7px 8px;border:1px solid var(--line);border-radius:8px;background:#fff;font:inherit;font-size:.8rem;text-align:left;cursor:grab;transition:border-color .12s ease,background .12s ease}.forms-palette-item:hover{border-color:var(--brand);background:var(--brand-tint)}.forms-palette-item.dragging{opacity:.4}.forms-palette-icon{display:inline-flex;color:var(--brand);flex-shrink:0}.forms-canvas{min-width:0;display:flex;flex-direction:column;gap:12px}.forms-canvas-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.forms-page-tabs{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.forms-page-tab{padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;font:inherit;font-size:.85rem;cursor:pointer}.forms-page-tab.active{border-color:var(--brand);color:var(--brand);font-weight:600;background:var(--brand-tint-soft)}.forms-canvas-scroll{background:#f3f2f1;border:1px solid var(--line);border-radius:12px;padding:24px;min-height:480px}.forms-canvas-frame{width:100%;max-width:100%;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:8px;transition:max-width .25s ease;font-family:var(--form-font, inherit)}.forms-canvas-frame.tablet{max-width:768px}.forms-canvas-frame.mobile{max-width:390px}.forms-canvas-frame.mobile .forms-columns{grid-template-columns:1fr}.forms-preview-area{background:#f3f2f1;border:1px solid var(--line);border-radius:12px;padding:24px}.forms-canvas-item{position:relative;border:1px solid transparent;border-radius:8px;padding:8px 10px 10px;cursor:pointer;background:#fff}.forms-canvas-item:hover{border-color:#d5d2cf}.forms-canvas-item.selected{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.forms-canvas-item.dragging{opacity:.35}.forms-item-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:2px;min-height:24px;opacity:0;transition:opacity .12s ease}.forms-canvas-item:hover>.forms-item-toolbar,.forms-canvas-item.selected>.forms-item-toolbar{opacity:1}.forms-item-kind{margin-right:auto;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.forms-drag-handle{display:inline-flex;align-items:center;padding:2px;color:var(--muted);cursor:grab;touch-action:none}.forms-control-inert-wrap{pointer-events:none}.forms-drop-zone{border:2px dashed #d5d2cf;border-radius:10px;padding:32px 16px;text-align:center;color:var(--muted);font-size:.9rem;transition:border-color .12s ease,background .12s ease}.forms-drop-zone.over{border-color:var(--brand);background:var(--brand-tint-soft);color:var(--brand)}.forms-drag-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;box-shadow:0 6px 18px #00000029;font-size:.85rem;font-weight:600}.forms-columns{display:grid;grid-template-columns:repeat(var(--forms-column-count, 2),minmax(0,1fr));gap:16px}.forms-column{min-width:0;display:flex;flex-direction:column;gap:8px}.forms-column-droppable{min-height:56px;border-radius:8px;transition:background .12s ease,outline-color .12s ease;outline:1px dashed transparent}.forms-column-droppable.over{outline-color:var(--brand);background:var(--brand-tint-soft)}.forms-column-empty{border:1px dashed #d5d2cf;border-radius:8px;padding:16px 8px;text-align:center;color:var(--muted);font-size:.8rem}.forms-props-section{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}.forms-props-section:last-child{border-bottom:none;padding-bottom:0}.forms-props-row{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.forms-props-row>*{flex:1;min-width:0}.forms-props .fui-Input,.forms-props .fui-Dropdown,.forms-props .fui-Combobox,.forms-logic-grid .fui-Input,.forms-logic-grid .fui-Dropdown{width:100%;min-width:0}.forms-options-list{display:flex;flex-direction:column;gap:6px}.forms-option-row{display:flex;align-items:center;gap:2px}.forms-option-row .fui-Input{flex:1;min-width:0}.forms-logic-rule{border:1px solid var(--line);border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:8px}.forms-logic-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.forms-swatch-row{display:flex;gap:8px;flex-wrap:wrap}.forms-swatch{width:28px;height:28px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);cursor:pointer;padding:0}.forms-swatch.selected{box-shadow:0 0 0 2px var(--brand)}.forms-color-row{align-items:center}.forms-color-picker{width:44px;height:32px;padding:0;border:1px solid var(--line);border-radius:6px;background:none;cursor:pointer;flex:0 0 auto}.forms-theme-logo-preview{max-width:160px;max-height:72px;object-fit:contain;border:1px solid var(--line);border-radius:8px;padding:8px;background:#fff}.forms-fill-root{display:flex;flex-direction:column;gap:20px;font-family:var(--form-font, inherit)}.forms-fill-header{display:flex;flex-direction:column;gap:6px;padding-bottom:16px;border-bottom:3px solid var(--form-accent, var(--brand))}.forms-fill-header h1{margin:0;font-size:1.5rem;line-height:1.25}.forms-fill-header p{margin:0;color:var(--muted)}.forms-fill-logo{max-height:64px;max-width:220px;object-fit:contain;align-self:flex-start}.forms-fill-items{display:flex;flex-direction:column;gap:18px}.forms-fill-footer{display:flex;align-items:center;gap:12px;padding-top:8px}.forms-fill-footer-spacer{flex:1}.forms-empty-page{color:var(--muted);text-align:center;padding:24px 0;margin:0}.forms-stepper{display:flex;flex-direction:column;gap:8px}.forms-stepper-meta{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:var(--muted)}.forms-stepper-title{font-weight:600}.forms-stepper .fui-ProgressBar__bar,.forms-progress .fui-ProgressBar__bar{background-color:var(--form-accent, var(--brand))}.forms-field{display:flex;flex-direction:column;gap:6px}.forms-field-label{font-weight:600;font-size:.92rem}.forms-required-mark{color:#b42318}.forms-field-help{margin:0;font-size:.82rem;color:var(--muted)}.forms-field-error{margin:0;font-size:.82rem;color:#b42318;font-weight:600}.forms-field:focus-within .forms-field-label{color:var(--form-accent, var(--brand))}.forms-field.disabled{opacity:.55}.forms-field.error .fui-Input,.forms-field.error .fui-Textarea,.forms-field.error .fui-Dropdown,.forms-field.error .fui-SpinButton,.forms-field.error .forms-dropzone,.forms-field.error .forms-signature-box{border-color:#b42318}.forms-fill-root .fui-Input,.forms-fill-root .fui-Textarea,.forms-fill-root .fui-Dropdown,.forms-fill-root .fui-Combobox,.forms-fill-root .fui-SpinButton,.forms-canvas-frame .fui-Input,.forms-canvas-frame .fui-Textarea,.forms-canvas-frame .fui-Dropdown,.forms-canvas-frame .fui-Combobox,.forms-canvas-frame .fui-SpinButton{width:100%;min-width:0;border-radius:var(--form-radius, 8px)}.forms-fill-root .fui-Input:focus-within,.forms-fill-root .fui-Textarea:focus-within,.forms-canvas-frame .fui-Input:focus-within,.forms-canvas-frame .fui-Textarea:focus-within{border-color:var(--form-accent, var(--brand))}.forms-input-filled .fui-Input,.forms-input-filled .fui-Textarea,.forms-input-filled .fui-Dropdown,.forms-input-filled .fui-SpinButton{background-color:#f3f2f1;border-color:transparent}.forms-input-filled .fui-Input:hover,.forms-input-filled .fui-Textarea:hover,.forms-input-filled .fui-Dropdown:hover{background-color:#ebe9e7}.forms-accent-button{background-color:var(--form-accent, var(--brand));border-color:var(--form-accent, var(--brand));border-radius:var(--form-radius, 8px)}.forms-accent-button:hover{background-color:var(--form-accent, var(--brand));border-color:var(--form-accent, var(--brand));filter:brightness(.88)}.forms-accent-button:active{filter:brightness(.8)}.forms-multiselect{display:flex;flex-direction:column;gap:8px}.forms-checkbox-group{display:flex;flex-direction:column}.forms-slider-row{display:flex;align-items:center;gap:12px}.forms-slider-row .fui-Slider{flex:1}.forms-slider-value{min-width:36px;text-align:right;font-weight:600;color:var(--form-accent, var(--brand))}.forms-rating{display:flex;align-items:center;gap:2px}.forms-rating-star{border:none;background:none;padding:2px;cursor:pointer;font-size:24px;line-height:1;color:#c8c6c4;display:inline-flex}.forms-rating-star svg{width:26px;height:26px}.forms-rating-star.lit{color:var(--form-accent, var(--brand))}.forms-rating-value{margin-left:8px;font-size:.85rem;color:var(--muted)}.forms-upload{display:flex;flex-direction:column;gap:8px}.forms-dropzone{display:flex;flex-direction:column;align-items:center;gap:4px;border:2px dashed #d5d2cf;border-radius:var(--form-radius, 8px);padding:20px 16px;text-align:center;color:var(--muted);font-size:.9rem;cursor:pointer;transition:border-color .12s ease,background .12s ease}.forms-dropzone:hover,.forms-dropzone.active{border-color:var(--form-accent, var(--brand));background:var(--form-accent-soft, var(--brand-tint-soft));color:inherit}.forms-dropzone-hint{font-size:.78rem}.forms-upload-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.forms-upload-row{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:.88rem}.forms-upload-row .fui-ProgressBar{flex:1}.forms-upload-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-upload-size{color:var(--muted);font-size:.8rem}.forms-signature-box{border:1px solid var(--line);border-radius:var(--form-radius, 8px);padding:8px}.forms-signature-box .signature-canvas{width:100%;height:160px}.forms-heading-block h2{margin:0;font-size:1.2rem}.forms-heading-block p{margin:4px 0 0;color:var(--muted);font-size:.92rem}.forms-divider{border:none;border-top:1px solid var(--line);margin:4px 0;width:100%}.forms-text-block{margin:0;color:#3b3a39;font-size:.95rem;white-space:pre-wrap}.forms-publish-dialog{max-width:560px}.forms-publish-body{display:flex;flex-direction:column;gap:16px}.forms-publish-body .fui-Input{width:100%}.forms-publish-url{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f3f2f1;border-radius:8px;font-family:Consolas,Cascadia Code,monospace;font-size:.85rem;overflow-wrap:anywhere}.forms-public-shell{min-height:100vh;background:linear-gradient(180deg,var(--form-accent-soft, var(--brand-tint-soft)),transparent 320px),#faf9f8;display:flex;flex-direction:column}.forms-public-inner{width:100%;max-width:720px;margin:0 auto;padding:48px 16px 24px;flex:1}.forms-public-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px;box-shadow:0 8px 30px #0000000f;display:flex;flex-direction:column;gap:16px}.forms-public-center{align-items:center;text-align:center;gap:12px}.forms-public-center h1{margin:0;font-size:1.4rem}.forms-public-center p{margin:0;color:var(--muted)}.forms-public-footer{text-align:center;padding:20px;color:var(--muted);font-size:.8rem}.forms-unlock-icon,.forms-submitted-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--form-accent-soft, var(--brand-tint-soft));color:var(--form-accent, var(--brand))}.forms-submitted-icon svg{width:32px;height:32px}.forms-unlock-hint{font-size:.9rem}.forms-unlock-row{display:flex;gap:8px;width:100%;max-width:380px}.forms-unlock-row .fui-Input{flex:1;min-width:0}.forms-gallery-dialog{max-width:780px;width:90vw}.forms-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-top:12px}.forms-template-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg);font:inherit;text-align:left;color:inherit;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.forms-template-card:hover,.forms-template-card:focus-visible{border-color:var(--brand);box-shadow:0 4px 14px #00000014;outline:none}.forms-template-card.blank{border-style:dashed}.forms-template-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--brand-tint);color:var(--brand);font-size:20px}.forms-template-card h4{margin:0;font-size:.95rem}.forms-template-card p{margin:0;font-size:.84rem;color:var(--muted)}.forms-template-meta{margin-top:auto;padding-top:4px;font-size:.76rem;color:var(--muted);font-variant-numeric:tabular-nums}.forms-history-group{display:flex;gap:2px;padding-right:4px;margin-right:2px;border-right:1px solid var(--line)}.forms-props-warn{margin:0;padding:8px 10px;border-radius:6px;background:#ffb9001f;border:1px solid rgba(196,137,0,.35);color:#6b4900;font-size:.84rem}.forms-recipient-editor{display:flex;flex-direction:column;gap:8px}.forms-currency-prefix{color:var(--muted);font-weight:600}.forms-id-check{display:inline-flex;align-items:center}.forms-id-check.valid{color:#107c41}.forms-id-check.invalid{color:#a4262c}.forms-closed-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--form-accent-soft);color:var(--form-accent);font-size:32px}.forms-closed-sub{font-weight:600;color:var(--muted)}.forms-redirect-note{color:var(--muted);font-size:.9rem}.forms-draft-bar{margin-bottom:12px}.forms-draft-actions{display:flex;gap:6px;align-items:center}.forms-response-table-wrap{overflow-x:auto}.forms-response-num{width:48px}.forms-response-row{cursor:pointer}.forms-response-row:hover{background:#f3f2f1}.forms-response-detail{display:flex;flex-direction:column;gap:20px;padding-bottom:24px}.forms-response-when{margin:0;color:var(--muted);font-size:.9rem}.forms-answer-list{margin:0;display:flex;flex-direction:column;gap:14px}.forms-answer-item dt{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:2px}.forms-answer-item dd{margin:0;overflow-wrap:anywhere}.forms-answer-empty{color:var(--muted)}.forms-answer-signature{max-width:280px;border:1px solid var(--line);border-radius:8px;background:#fff}.forms-answer-files{display:flex;flex-direction:column;gap:6px}.forms-answer-file{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:8px;padding:4px 4px 4px 10px;font-size:.9rem}.forms-response-status-col{width:104px}.forms-response-status{display:inline-block;padding:1px 8px;border-radius:999px;border:1px solid var(--line);font-size:.74rem;font-weight:600;white-space:nowrap}.forms-response-status.new{border-color:rgba(var(--brand-rgb),.35);background:var(--brand-tint);color:var(--brand-dark)}.forms-response-status.reviewed{border-color:#107c414d;background:#107c4114;color:#0b5e31}.forms-response-status.archived,.forms-response-row.archived td{color:var(--muted)}.forms-status-picker{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--line);border-radius:8px}.forms-status-picker-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.forms-status-picker-buttons{display:flex;gap:6px;flex-wrap:wrap}.forms-status-picker-hint{color:var(--muted);font-size:.85rem}.forms-summary{display:flex;flex-direction:column;gap:20px;padding-bottom:4px;border-bottom:1px solid var(--line);margin-bottom:4px}.forms-summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.forms-summary-stat{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border:1px solid var(--line);border-radius:8px}.forms-summary-stat-label{font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.forms-summary-stat-value{font-size:1.6rem;line-height:1.1;font-weight:600;font-variant-numeric:tabular-nums}.forms-summary-stat-sub{font-size:.82rem;color:var(--muted)}.forms-summary-section>h3{margin:0 0 8px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.forms-summary-caption{margin:6px 0 0;font-size:.8rem;color:var(--muted)}.forms-daybars{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:4px;align-items:end;height:96px}.forms-daybar{display:flex;flex-direction:column;gap:4px;height:100%;min-width:0}.forms-daybar-track{flex:1;display:flex;align-items:flex-end;border-bottom:1px solid var(--line)}.forms-daybar-fill{width:100%;background:var(--brand);border-radius:3px 3px 0 0}.forms-daybar-label{text-align:center;font-size:.7rem;color:var(--muted);font-variant-numeric:tabular-nums}.forms-summary-fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}.forms-summary-field{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--line);border-radius:8px;min-width:0}.forms-summary-field header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.forms-summary-field h4{margin:0;font-size:.95rem;overflow-wrap:anywhere}.forms-summary-kind{flex:none;font-size:.72rem;color:var(--muted);white-space:nowrap}.forms-summary-answered{margin:0;display:flex;align-items:baseline;gap:6px;font-size:.82rem;color:var(--muted)}.forms-summary-gap{color:#a4262c}.forms-summary-rate{margin-left:auto;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.forms-summary-headline{margin:0;font-size:1.4rem;font-weight:600;font-variant-numeric:tabular-nums}.forms-summary-headline span{font-size:.85rem;font-weight:400;color:var(--muted)}.forms-summary-bars{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.forms-summary-bars li{display:grid;grid-template-columns:minmax(0,8rem) minmax(0,1fr) auto;align-items:center;gap:8px;font-size:.85rem}.forms-summary-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-summary-bar-track{height:10px;border-radius:999px;background:#1b1b1b12;overflow:hidden}.forms-summary-bar-fill{display:block;height:100%;background:var(--brand);border-radius:999px}.forms-summary-bar-value{font-size:.78rem;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.forms-summary-bar-value em{font-style:normal;font-weight:400;margin-left:6px;color:var(--muted)}.forms-summary-figures{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.forms-summary-figures dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.forms-summary-figures dd{margin:0;font-weight:600;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}@media(max-width:640px){.forms-columns{grid-template-columns:1fr}.forms-public-inner{padding:24px 12px 16px}.forms-public-card{padding:20px}}@media(max-width:1200px){.forms-builder{grid-template-columns:220px minmax(0,1fr) 300px;gap:16px}.forms-palette-items{grid-template-columns:1fr}}.record-row-main{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(110px,.6fr) minmax(160px,.9fr) auto;gap:20px;align-items:center}.record-row-amount{font-size:.95rem}.record-row-status{min-width:0}.record-pill-signed{border-color:var(--credit);color:var(--credit);background:#1e7a3417}.record-pill-unsigned{border-color:#946300;color:#946300;background:#94630017}.record-log-line{display:flex;gap:8px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.record-log-fields{flex:1;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.record-log-fields .fui-Input{width:100%}.record-log-line .contract-list-item-input{flex:1;min-width:0}.engagement-timesheet{display:flex;flex-direction:column;gap:12px}.engagement-timesheet-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.88rem}.engagement-timesheet-table th{text-align:left;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);padding:0 8px 8px;border-bottom:1px solid var(--line)}.engagement-timesheet-table td{padding:6px 8px;border-bottom:1px solid var(--line);vertical-align:middle}.engagement-timesheet-table tbody tr:last-child td{border-bottom:0}.engagement-timesheet-table .fui-Input{width:100%}.engagement-readonly-field{display:flex;flex-direction:column;gap:2px;padding:4px 0}.engagement-readonly-label{font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted)}.engagement-readonly-value{font-size:.95rem}.bank-account-picker{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.bank-account-picker-select{flex:1;min-width:220px}.bank-account-picker-save{flex:0 0 auto;font-size:.88rem}.bank-account-option{display:flex;flex-direction:column;gap:2px;min-width:0}.bank-account-option-name{display:flex;align-items:center;gap:8px}.bank-account-option-default{border:1px solid var(--line);border-radius:999px;padding:0 8px;font-size:.72rem;color:var(--muted)}.bank-account-option-sub{color:var(--muted);font-size:.8rem}.bank-account-list{display:flex;flex-direction:column;gap:12px}.bank-account-row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(0,2.2fr) auto;gap:20px;align-items:center;border:1px solid var(--line);border-radius:var(--radius);padding:16px 20px}.bank-account-row-heading{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.bank-account-row-heading h3{margin:0;font-size:1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bank-account-row-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin:0;min-width:0}.bank-account-row-detail dt{margin:0;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.bank-account-row-detail dd{margin:2px 0 0;font-size:.9rem;overflow:hidden;text-overflow:ellipsis}.bank-account-row-actions{display:flex;align-items:center;gap:4px}@media(max-width:900px){.bank-account-row{grid-template-columns:1fr;gap:12px}}.muted-note{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.record-clause{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.record-clause-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.contract-render{display:flex;flex-direction:column;gap:4px;max-width:720px}.contract-block-heading{margin:20px 0 6px;padding-bottom:6px;border-bottom:1px solid var(--contract-accent, var(--brand));color:var(--contract-accent, var(--brand));font-size:1.05rem}.contract-block-subheading{margin:12px 0 4px;font-size:.95rem;color:var(--muted)}.contract-block-clause{margin:0 0 10px;line-height:1.55}.contract-block-list{margin:0 0 10px;padding-left:22px;line-height:1.55}.contract-block-note{margin:14px 0;padding:12px 16px;border:1px solid var(--contract-accent, var(--brand));border-radius:var(--radius)}.contract-block-note-title{font-weight:600;color:var(--contract-accent, var(--brand));margin-bottom:4px}.contract-block-note-text{line-height:1.55}.contract-steps{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;counter-reset:none}.contract-step{flex:1 1 160px}.contract-step-button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;font:inherit;color:var(--muted);text-align:left;cursor:pointer}.contract-step-button:disabled{cursor:default}.contract-step[data-state=current] .contract-step-button{border-color:var(--brand);color:var(--text);font-weight:600}.contract-step[data-state=done] .contract-step-button{color:var(--text)}.contract-step-number{display:inline-flex;align-items:center;justify-content:center;flex:none;width:24px;height:24px;border-radius:50%;border:1px solid currentColor;font-size:.8rem;font-weight:600}.contract-step[data-state=current] .contract-step-number,.contract-step[data-state=done] .contract-step-number{background:var(--brand);border-color:var(--brand);color:#fff}.contract-block-table-wrap{margin:12px 0;overflow-x:auto}.contract-block-table-caption{font-weight:600;color:var(--muted);margin-bottom:6px}.contract-block-table{width:100%;border-collapse:collapse;table-layout:fixed;line-height:1.45}.contract-block-table th,.contract-block-table td{border:1px solid var(--line);padding:8px 10px;text-align:left;vertical-align:top;word-break:break-word}.contract-block-table th{font-weight:600;color:var(--contract-accent, var(--brand));background:color-mix(in srgb,var(--contract-accent, var(--brand)) 8%,transparent)}.contract-table-editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.contract-table-editor-scroll{overflow-x:auto}.contract-table-editor{border-collapse:collapse;width:100%;min-width:420px;table-layout:fixed}.contract-table-editor th,.contract-table-editor td{padding:2px;vertical-align:top}.contract-table-editor th:first-child,.contract-table-editor td:first-child{width:36px}.contract-table-editor td .fui-Textarea,.contract-table-editor td textarea{width:100%;min-width:0}.contract-table-editor tr.is-header-row .fui-Textarea{background:color-mix(in srgb,var(--brand) 7%,#fff)}.contract-table-editor tr.is-header-row textarea{font-weight:600}.contract-table-editor-colhead{display:flex;align-items:center;gap:2px}.contract-table-editor-colhead .fui-Input{flex:1;min-width:0}.contract-table-editor-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.contract-table-editor-hint{color:var(--muted);font-size:.8rem}.contract-field-filled{color:var(--text)}.contract-field-blank{color:var(--muted);font-style:italic}.contract-field-missing{color:#b42318;font-style:italic}.contract-inline-field{display:inline-block;min-width:160px;border:none;border-bottom:1px solid var(--contract-accent, var(--brand));background:transparent;font:inherit;padding:1px 2px}.contract-inline-field:focus{outline:none;border-bottom-width:2px}.contract-inline-field-block{display:block;width:100%;min-width:0;margin:4px 0;resize:vertical}.contract-field-list-editor{padding-left:22px;margin:4px 0}.contract-field-list-editor li{display:flex;align-items:center;gap:6px;margin:2px 0}.contract-field-list-editor .contract-inline-field{flex:1;min-width:0}.contract-field-list-remove{border:none;background:none;color:var(--muted);cursor:pointer;font-size:1rem;line-height:1;padding:2px 6px}.contract-field-list-remove:disabled{visibility:hidden}.contract-field-list-add-row{list-style:none;margin-left:-22px}.contract-field-list-add{border:none;background:none;color:var(--contract-accent, var(--brand));cursor:pointer;font:inherit;padding:2px 0}.contract-block-editor{display:flex;flex-direction:column;gap:12px}.contract-block-card{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);scroll-margin:24px}.contract-block-card-summary{display:flex;align-items:center;gap:8px;width:100%;padding:0;border:none;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.contract-block-card-summary svg{flex:none;color:var(--muted)}.contract-block-card-preview{flex:1;min-width:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contract-block-card-outline{display:flex;flex-direction:column;align-items:center;gap:4px;padding-top:2px;min-width:40px}.contract-block-card-number{font-family:monospace;font-size:.8rem;font-weight:600;color:var(--muted);text-align:center}.contract-block-card-outline-actions{display:flex;gap:2px}.contract-block-add-row{display:flex;flex-wrap:wrap;gap:8px}.contract-block-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.contract-block-card-actions{display:flex;flex-direction:row;gap:4px}.contract-field-tokens{display:flex;flex-wrap:wrap;gap:6px}.contract-field-row{display:flex;flex-wrap:wrap;gap:10px;align-items:end;padding:10px;border:1px solid var(--line);border-radius:var(--radius)}.contract-field-row>*{min-width:130px}.contract-field-key{font-family:monospace;font-size:.8rem;color:var(--muted)}.pay-components{display:flex;flex-direction:column;gap:12px}.pay-component-row{border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;display:flex;flex-direction:column;gap:12px}.pay-component-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.pay-component-toggles{display:flex;flex-wrap:wrap;align-items:end;gap:16px}.pay-component-actions{display:flex;gap:2px;margin-left:auto}.pay-component-add{display:flex;flex-wrap:wrap;gap:8px}.pay-structure-list .pay-structure-kind{display:block;font-size:.75rem;font-weight:400;color:var(--muted)}.pay-structure-list .pay-structure-calc{display:block;font-size:.75rem;color:var(--muted)}.pay-structure-totals{display:flex;flex-wrap:wrap;gap:24px;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius);background:#0b6a530f}.pay-structure-totals>div{display:flex;flex-direction:column;gap:2px}.pay-structure-totals span{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.pay-structure-totals strong{font-size:1.05rem}.pay-structure-net strong{color:#0b6a53}.template-row-main{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;width:100%}.template-row{flex-direction:row;align-items:flex-start;gap:12px;flex-wrap:wrap}.template-row-name{font-weight:600;font-size:1rem}.template-row-meta,.template-row-description{font-size:.85rem;color:var(--muted)}.template-row-components{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.template-chip{font-size:.75rem;padding:2px 8px;border-radius:999px;border:1px solid var(--line);color:var(--muted)}.panel-hint{font-size:.85rem;color:var(--muted);margin:0}.paye-bracket-list{display:flex;flex-direction:column;gap:8px}.paye-bracket-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:8px;align-items:center}.paye-bracket-head{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.invoice-row-main,.quote-row-main{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(130px,.7fr) minmax(110px,.5fr) auto;gap:20px;align-items:center}.invoice-row-amount,.quote-row-amount{display:flex;flex-direction:column;gap:2px;min-width:0}.invoice-row-status,.quote-row-status{min-width:0;position:relative}.invoice-status-picker{position:absolute;left:0;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:8px;background:var(--panel-bg);border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 28px #0f172a29;animation:invoice-status-picker-in .16s ease both}.invoice-status-picker-down{top:calc(100% + 6px);transform-origin:top left}.invoice-status-picker-up{bottom:calc(100% + 6px);transform-origin:bottom left;animation-name:invoice-status-picker-in-up}@keyframes invoice-status-picker-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes invoice-status-picker-in-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.invoice-status-picker{animation:none}}.invoice-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin:0;padding:16px 20px;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius)}.invoice-stats dt{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.invoice-stats dd{margin:4px 0 0;font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums}.invoice-stat-overdue{color:#b42318}.invoice-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.invoice-toolbar .fui-Input{min-width:280px;flex:1 1 280px;max-width:420px}.invoice-parties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.invoice-lines{display:flex;flex-direction:column;gap:12px;min-width:0}.invoice-lines-scroll{overflow-x:auto;min-width:0}.invoice-lines-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}.invoice-col-qty{width:96px}.invoice-col-money{width:124px}.invoice-col-unit{width:132px}.invoice-col-pct,.invoice-col-derived{width:104px}.invoice-col-actions{width:44px}.invoice-lines-table th{text-align:left;white-space:nowrap;padding:0 8px 8px 0;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);border-bottom:1px solid var(--line)}.invoice-lines-table td{padding:6px 8px 6px 0;vertical-align:top}.invoice-lines-table .fui-Input,.invoice-lines-table .fui-Textarea{width:100%}.invoice-lines-table th.invoice-cell-num,.invoice-lines-table th.invoice-cell-derived,.invoice-lines-table td.invoice-cell-num input{text-align:right}.invoice-cell-derived{text-align:right;font-variant-numeric:tabular-nums;padding-top:12px!important}th.invoice-cell-derived{padding-top:0!important}.invoice-col-actions-head{font-size:0!important}.invoice-lines-table tfoot td{padding-top:12px;border-top:1px solid var(--line);font-weight:600}.invoice-lines-foot-label{text-align:right;color:var(--muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.04em}.invoice-payment-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:12px 14px;border-radius:8px;background:var(--brand-tint)}.invoice-payment-summary dt{color:var(--muted);font-size:.75rem}.invoice-payment-summary dd{margin:2px 0 0;font-weight:600;font-variant-numeric:tabular-nums}.invoice-receipt-list{display:flex;flex-direction:column;gap:12px}.invoice-receipt-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.invoice-receipt-row p{margin:2px 0 0}.invoice-summary-status{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.invoice-column-name{flex:1;min-width:0;font-size:.9rem}@media(max-width:1180px){.invoice-lines-table{min-width:1012px}}@media(max-width:1100px){.invoice-parties{grid-template-columns:minmax(0,1fr)}}@media(max-width:960px){.invoice-row-main,.quote-row-main{grid-template-columns:minmax(0,1fr)}}.invoice-shell{display:flex;flex-direction:column;min-height:0;height:calc(100vh - var(--app-header-h));overflow:hidden}.invoice-subnav{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:4px}.invoice-stat-strip{display:flex;gap:28px;margin:0;padding:0 4px}.invoice-stat-strip dt{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.invoice-stat-strip dd{margin:0;font-size:1rem;font-weight:600}.invoice-workspace{display:grid;grid-template-columns:minmax(260px,25%) minmax(0,1fr);gap:12px;flex:1;min-height:0}.invoice-list-pane,.invoice-detail-pane{background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);min-height:0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.invoice-list-filters{display:flex;flex-direction:column;gap:8px;padding:10px;border-bottom:1px solid var(--line)}.invoice-list-scroll{overflow-y:auto;min-height:0;flex:1}.invoice-list-empty{padding:24px 16px}.invoice-list-item{display:flex;flex-direction:column;gap:4px;width:100%;padding:10px 14px;border:none;border-left:3px solid transparent;border-bottom:1px solid var(--line);background:none;font:inherit;color:inherit;text-align:left;cursor:pointer;transition:background .12s ease}.invoice-list-item:hover{background:#00000008}.invoice-list-item:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.invoice-list-item.selected{background:#0000000d;border-left-color:var(--brand)}.invoice-list-line{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.invoice-list-line>strong,.invoice-list-line>.subtext{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.invoice-list-recurring-mark{color:var(--muted);flex:none}.invoice-pane-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:10px 16px;border-bottom:1px solid var(--line)}.invoice-pane-body{overflow-y:auto;min-height:0;flex:1;padding:16px 18px 24px;display:flex;flex-direction:column;gap:18px}.invoice-pane-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.invoice-pane-head h2{margin:0 0 2px;font-size:1.35rem}.invoice-pane-headline{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.invoice-pane-headline .amount-strong{font-size:1.35rem}.invoice-pane-note{margin:0;padding:10px 14px;border-left:3px solid var(--brand);background:#00000005;border-radius:0 8px 8px 0;font-size:.88rem}.invoice-pane-label{display:block;color:var(--muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.invoice-pane-section,.invoice-party-block{min-width:0}.invoice-pane-section>p,.invoice-party-block>p{margin:0 0 2px}.invoice-pane-parties,.invoice-pane-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.invoice-pane-table-scroll{overflow-x:auto;min-width:0}.invoice-pane-table{width:100%;border-collapse:collapse;font-size:.9rem}.invoice-pane-table th{text-align:left;color:var(--muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:0 10px 6px 0;border-bottom:1px solid var(--line);white-space:nowrap}.invoice-pane-table td{padding:8px 10px 8px 0;border-bottom:1px solid var(--line);vertical-align:top}.invoice-pane-table th.numeric,.invoice-pane-table td.numeric{text-align:right;white-space:nowrap;padding-right:0;padding-left:12px}.invoice-pane-placeholder{overflow-y:auto;min-height:0;flex:1;padding:16px}@media(max-width:1100px){.invoice-shell{height:auto;overflow:visible}.invoice-workspace,.ts-month-shell .invoice-workspace{grid-template-columns:minmax(0,1fr)}.ts-side-actions .ts-side-add{max-width:220px}.invoice-list-scroll{max-height:320px}.invoice-pane-body.ts-editor-pane{overflow:visible}.ts-editor-pane .ts-table-wrap{flex:none;max-height:70vh}}.expense-pane-note-warn{border-left-color:#b8860b;background:#b8860b14}.expense-amount-estimate{color:#8a6508;text-decoration:underline dotted currentColor;text-underline-offset:3px}.panel-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.accommodation-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.accommodation-photo{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.accommodation-photo img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.accommodation-photo figcaption{display:flex;align-items:center;gap:6px;padding:8px}.accommodation-photo figcaption>:first-child{flex:1;min-width:0}.accommodation-type-list{display:flex;flex-direction:column;gap:20px}.accommodation-type{border:1px solid var(--line);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px}.accommodation-type-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.accommodation-type-title{flex:1;min-width:200px;display:flex;flex-direction:column;gap:2px}.accommodation-type-title h3{margin:0;font-size:1rem}.accommodation-unit-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px}.accommodation-unit{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.accommodation-unit-label{font-weight:600;flex:1;min-width:0}.accommodation-stay-list{display:flex;flex-direction:column;gap:6px}.accommodation-stay-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left;font:inherit;color:inherit;cursor:pointer}.accommodation-stay-row:hover:not(:disabled):not(.static){border-color:var(--brand);background:var(--brand-tint-soft)}.accommodation-stay-row.static{cursor:default}.accommodation-stay-row:disabled{cursor:default;opacity:.75}.accommodation-stay-number{font-weight:600;min-width:120px}.accommodation-stay-row .numeric{margin-left:auto;font-variant-numeric:tabular-nums}.accommodation-frontdesk-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.accommodation-frontdesk-list{display:flex;flex-direction:column;gap:6px}.accommodation-frontdesk-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left;font:inherit;color:inherit;cursor:pointer}.accommodation-frontdesk-row:hover{border-color:var(--brand);background:var(--brand-tint-soft)}.accommodation-frontdesk-name{font-weight:600;flex:1;min-width:120px}.accommodation-calendar{display:flex;flex-direction:column;gap:12px}.accommodation-calendar-nav{display:flex;align-items:center;gap:8px}.accommodation-calendar-scroll{overflow-x:auto}.accommodation-calendar-grid{--rowhead-width: 160px;--day-width: 46px;min-width:calc(var(--rowhead-width) + var(--calendar-columns) * var(--day-width));display:grid;grid-template-columns:var(--rowhead-width) 1fr}.accommodation-calendar-corner{border-bottom:1px solid var(--line)}.accommodation-calendar-head{display:grid;grid-template-columns:repeat(var(--calendar-columns),minmax(0,1fr));border-bottom:1px solid var(--line)}.accommodation-calendar-day-head{display:flex;flex-direction:column;align-items:center;padding:4px 0;font-size:.72rem;color:var(--muted)}.accommodation-calendar-day-head strong{font-size:.85rem;color:inherit}.accommodation-calendar-day-head.weekend{background:#00000008}.accommodation-calendar-day-head.today{color:var(--brand);font-weight:700}.accommodation-calendar-row{display:contents}.accommodation-calendar-rowhead{display:flex;flex-direction:column;justify-content:center;gap:2px;padding:6px 10px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);font-size:.85rem}.accommodation-calendar-row.roomTypeHeading .accommodation-calendar-rowhead{font-weight:700;background:var(--brand-tint-soft)}.accommodation-calendar-row.unassigned .accommodation-calendar-rowhead{font-style:italic;color:var(--muted)}.accommodation-calendar-track{position:relative;border-bottom:1px solid var(--line);min-height:34px}.accommodation-calendar-cells{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(var(--calendar-columns),minmax(0,1fr))}.accommodation-calendar-cell{border-right:1px solid rgba(0,0,0,.06);background:transparent;padding:0;font:inherit;color:var(--muted);cursor:pointer}.accommodation-calendar-cell:disabled{cursor:default}.accommodation-calendar-cell.weekend{background:#00000008}.accommodation-calendar-cell.today{box-shadow:inset 2px 0 0 var(--brand)}.accommodation-calendar-cell.full{background:#b4231814}.accommodation-calendar-cell.closed{background:#67748729}.accommodation-calendar-free{font-size:.72rem;font-variant-numeric:tabular-nums}.accommodation-calendar-bars{position:relative;pointer-events:none;display:flex;flex-direction:column;gap:2px;padding:3px 0}.accommodation-calendar-lane{display:grid;grid-template-columns:repeat(var(--calendar-columns),minmax(0,1fr));min-height:22px}.accommodation-calendar-bar{pointer-events:auto;grid-column:var(--bar-start) / span var(--bar-span);display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:3px 8px;border:none;border-left:3px solid var(--bar-color);border-radius:4px;background:color-mix(in srgb,var(--bar-color) 16%,#fff);color:var(--bar-color);font:inherit;font-size:.78rem;font-weight:600;text-align:left;cursor:pointer}.accommodation-calendar-bar.continues-left{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0}.accommodation-calendar-bar.continues-right{border-top-right-radius:0;border-bottom-right-radius:0}.accommodation-calendar-bar.overbooked{outline:2px dashed #b42318;outline-offset:-2px}.accommodation-calendar-legend{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.78rem;color:var(--muted)}.accommodation-calendar-legend span{display:inline-flex;align-items:center;gap:6px}.accommodation-calendar-legend i{width:12px;height:12px;border-radius:3px;display:inline-block}.accommodation-quote{border:1px solid var(--line);border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.accommodation-quote header{display:flex;align-items:center;gap:8px}.accommodation-quote h4{margin:0;font-size:.9rem}.accommodation-quote-nights{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2px 16px;font-size:.85rem}.accommodation-quote-nights li{display:flex;justify-content:space-between;gap:12px;font-variant-numeric:tabular-nums}.accommodation-quote-total{display:flex;justify-content:space-between;margin:0;padding-top:8px;border-top:1px solid var(--line);font-variant-numeric:tabular-nums}.accommodation-stay-meta{margin-top:16px}.accommodation-stay-totals{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:4px 16px;margin-top:16px;padding-top:12px;border-top:1px solid var(--line);font-variant-numeric:tabular-nums}.accommodation-stay-totals span{color:var(--muted);font-size:.8rem}.accommodation-guest-summary{display:flex;flex-direction:column;gap:4px}.accommodation-guest-tags{display:flex;gap:6px;flex-wrap:wrap}.accommodation-signature{max-width:320px;border:1px solid var(--line);border-radius:6px;background:#fff}.accommodation-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.accommodation-history li{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.accommodation-overview-head{display:flex;align-items:center;gap:8px;justify-content:space-between}.accommodation-folio-table{width:100%;border-collapse:collapse;font-size:.87rem}.accommodation-folio-table th,.accommodation-folio-table td{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.accommodation-folio-table thead th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.accommodation-folio-table .numeric{text-align:right;font-variant-numeric:tabular-nums}.accommodation-folio-table tfoot th{text-align:right;font-weight:500;color:var(--muted)}.accommodation-folio-table tfoot .accommodation-folio-balance th,.accommodation-folio-table tfoot .accommodation-folio-balance td{color:var(--brand);font-weight:700}.accommodation-folio-table tr.weekend td{background:#00000008}.accommodation-folio-row-actions{display:flex;gap:2px;justify-content:flex-end}.accommodation-folio-actions{display:flex;gap:8px;flex-wrap:wrap}.accommodation-housekeeping{overflow-x:auto}.accommodation-season-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.8fr) auto;gap:8px;align-items:center}.accommodation-report-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.accommodation-report-stats>div{display:flex;flex-direction:column;gap:2px;padding:12px;border:1px solid var(--line);border-radius:8px}.accommodation-report-stats>div>span:first-child{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.accommodation-report-stats strong{font-size:1.35rem;color:var(--brand);font-variant-numeric:tabular-nums}.forms-public-stay{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.forms-public-stay h2{margin:0;font-size:1.05rem}.forms-public-stay p{margin:4px 0 0;color:var(--muted);font-size:.85rem}@media(max-width:900px){.accommodation-season-row{grid-template-columns:minmax(0,1fr) auto}}.confirm-checkbox-label{display:flex;flex-direction:column;gap:2px}.confirm-checkbox-label>span{color:var(--muted);font-size:.85rem;line-height:1.4}.app-stale-bar{margin:16px 24px 0}.field-hint{color:var(--muted);font-size:.85rem;line-height:1.5;margin:0}.field-error{color:#dd0203;font-size:.85rem;margin:0}.detail-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px 24px;margin:0}.detail-list dt{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.detail-list dd{margin:4px 0 0;font-size:.95rem}.backoffice-actions-row,.backoffice-row-buttons{display:flex;align-items:center;gap:8px}.backoffice-select-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.backoffice-select-row{display:flex;align-items:center;padding-left:8px;border-bottom:1px solid var(--line)}.backoffice-select-row .invoice-list-item{flex:1;min-width:0;border-bottom:none}.backoffice-select-row.ticked{background:var(--brand-tint-soft);border-left:3px solid var(--brand);padding-left:5px}.backoffice-bulk-progress{display:flex;flex-direction:column;gap:6px}.backoffice-actions-row{margin-top:4px}.backoffice-dev-row,.backoffice-flag-row{display:flex;flex-direction:column;gap:6px}.backoffice-flag-row{border-top:1px solid var(--line);margin-top:8px;padding-top:16px}.backoffice-access-group{display:flex;flex-direction:column;gap:8px}.backoffice-access-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.backoffice-group-title{margin:8px 0 0;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.backoffice-access-list,.backoffice-file-list,.backoffice-form-list,.backoffice-field-list,.backoffice-note-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.backoffice-access-row,.backoffice-file-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.backoffice-access-text,.backoffice-file-text{display:flex;flex-direction:column;gap:2px;min-width:0}.backoffice-level-picker{min-width:150px}.backoffice-module-chips{display:flex;flex-wrap:wrap;gap:8px}.backoffice-hub-section{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--brand-tint-soft, rgba(0, 0, 0, .02))}.backoffice-hub-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.backoffice-hub-section-toggle{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:4px 0;border:none;background:none;cursor:pointer;text-align:left;color:inherit;font:inherit}.backoffice-hub-section-toggle:hover .backoffice-hub-section-title{color:var(--brand)}.backoffice-hub-section-toggle:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}.backoffice-hub-section-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.backoffice-hub-section:not(.expanded){padding:8px 16px}.backoffice-hub-addbar{display:flex;justify-content:flex-end}@media(min-width:1101px){.backoffice-hub-addbar{position:sticky;bottom:12px;z-index:2;align-self:flex-end;padding:6px;margin:-6px 0;border-radius:999px;background:var(--panel-bg, #fff);box-shadow:0 6px 18px #00000029}}.backoffice-grow{flex:1;min-width:0}.backoffice-field-row{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.backoffice-field-line{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px}.backoffice-field-line-detail{align-items:flex-start}.backoffice-kind-picker{min-width:150px}.backoffice-form-row{display:flex;flex-direction:column;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.backoffice-form-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.backoffice-form-policy{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px}.backoffice-policy-switches{display:flex;flex-direction:column;gap:4px}.backoffice-note-editor{display:flex;flex-direction:column;gap:8px}.backoffice-note{display:flex;flex-direction:column;gap:6px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.backoffice-note-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.backoffice-note-text{margin:0;white-space:pre-wrap;line-height:1.5}.hub-welcome{margin:0;white-space:pre-wrap;line-height:1.6}.hub-readonly-field{display:flex;flex-direction:column;gap:2px}.hub-readonly-label{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.hub-readonly-value{font-size:.95rem;white-space:pre-wrap}.hub-save-row{display:flex;justify-content:flex-end}.hub-response-list ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.hub-response-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border:1px solid var(--line);border-radius:var(--radius);font-size:.9rem}.password-change-shell{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh}.password-change-panel{width:min(460px,100%);display:flex;flex-direction:column;gap:16px}.password-change-lead{margin:0;color:var(--muted);line-height:1.5}.password-change-actions{display:flex;gap:8px;margin-top:8px}.hub-standalone{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto}.home-empty{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:32px 24px;margin:0 auto;max-width:520px}.home-empty p{margin:0;color:var(--muted);line-height:1.6}.fui-Toast:has(.icon-style-chooser-lead){max-width:420px}.icon-style-chooser-lead{margin:0 0 10px;color:var(--muted);line-height:1.5}.join-shell{position:relative;z-index:1;align-items:center;justify-content:center;flex:1}.join-panel{width:min(460px,100%);display:flex;flex-direction:column;gap:14px;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.join-panel h1{margin:0;font-size:1.5rem}.join-panel p{margin:0}.sales-shell{display:flex;flex-direction:column;min-height:0;height:calc(100vh - var(--app-header-h));overflow:hidden}.sales-body{display:grid;grid-template-columns:216px minmax(0,1fr);gap:12px;flex:1;min-height:0}.sales-sidebar{display:flex;flex-direction:column;gap:2px;min-width:0;overflow-y:auto;padding:6px;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.sales-nav-item{position:relative;display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px 9px 14px;border:0;border-radius:6px;background:none;font:inherit;font-size:.92rem;text-align:left;color:inherit;cursor:pointer}.sales-nav-item svg{flex:none;font-size:20px;color:var(--muted)}.sales-nav-item>span:not(.sales-nav-count){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-nav-item:hover{background:#1b1b1b0a}.sales-nav-item:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.sales-nav-item.active{background:var(--brand-tint);font-weight:600}.sales-nav-item.active:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:3px;height:18px;border-radius:999px;background:var(--brand)}.sales-nav-item.active svg{color:var(--brand)}.sales-nav-count{flex:none;min-width:20px;padding:1px 6px;border-radius:999px;background:var(--brand-tint);color:var(--brand-dark);font-size:.72rem;font-weight:600;text-align:center;font-variant-numeric:tabular-nums}.sales-content{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:0;overflow:hidden}.sales-content.scrolls{overflow-y:auto;padding-right:4px}.sales-content>.invoice-workspace{flex:1;min-height:0}.sales-quick-actions{display:flex;align-items:center;gap:2px;padding-left:8px;margin-left:2px;border-left:1px solid var(--line)}.sales-quick-actions .fui-MenuButton{margin-left:6px}.sales-subbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:6px}.sales-subbar-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sales-board-wrap{flex:1;min-height:0;overflow:auto}.sales-stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.sales-stat-row.wide{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.sales-stat{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel-bg);min-width:0}.sales-stat-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.sales-stat-value{font-size:1.3rem;font-variant-numeric:tabular-nums;color:var(--brand);overflow-wrap:anywhere}.sales-stat-sub{font-size:.8rem;color:var(--muted)}.sales-stat-good .sales-stat-value{color:#277a5f}.sales-stat-bad .sales-stat-value{color:#b42318}.sales-stat-warn .sales-stat-value{color:#8a6100}.sales-icon-bad{color:#b42318}.sales-icon-warn{color:#b8860b}.sales-dashboard{display:flex;flex-direction:column;gap:16px}.sales-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:16px;align-items:start}.sales-window-nav{display:flex;align-items:center;gap:4px}.sales-meter{display:block;height:8px;border-radius:999px;background:#00000012;overflow:hidden}.sales-meter-fill{display:block;height:100%;border-radius:999px;transition:width .2s ease}.sales-forecast-bands{display:flex;flex-direction:column;gap:8px;margin-top:12px}.sales-forecast-band{display:grid;grid-template-columns:92px minmax(0,1fr) 110px;align-items:center;gap:10px}.sales-forecast-band-label{font-size:.82rem;color:var(--muted)}.sales-forecast-band-value{text-align:right;font-size:.86rem;font-variant-numeric:tabular-nums}.sales-funnel{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.sales-funnel li{display:grid;grid-template-columns:minmax(96px,30%) minmax(0,1fr) 110px;align-items:center;gap:10px}.sales-funnel-name{display:flex;align-items:baseline;gap:6px;font-size:.88rem;min-width:0}.sales-funnel-value{text-align:right;font-size:.86rem;font-variant-numeric:tabular-nums}.sales-leaderboard{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.sales-leaderboard li{display:grid;grid-template-columns:minmax(110px,32%) minmax(0,1fr) 150px;align-items:center;gap:10px}.sales-leaderboard-name{display:flex;align-items:center;gap:6px;font-size:.9rem;min-width:0}.sales-leaderboard-figures{display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-align:right;font-variant-numeric:tabular-nums}.sales-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.sales-count-chip{display:inline-flex;align-items:center;gap:5px;font-variant-numeric:tabular-nums}.sales-mini-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.sales-mini-list li{display:flex;align-items:center;gap:4px}.sales-mini-row{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;padding:7px 8px;border:none;border-radius:6px;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.sales-mini-row:hover{background:#00000009}.sales-mini-row:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.sales-mini-title{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-weight:600;font-size:.9rem}.sales-detail-list{grid-template-columns:minmax(120px,34%) minmax(0,1fr)}.sales-pane-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sales-warning-note{margin:0;padding:8px 10px;border:1px solid rgba(184,134,11,.35);border-left:3px solid #b8860b;border-radius:6px;background:#b8860b14;font-size:.88rem}.sales-bant{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px 16px;margin-top:8px}.sales-bant-label{display:flex;flex-direction:column}.sales-switch-row{display:flex;gap:20px;flex-wrap:wrap}.sales-editor-figure{margin:0;color:var(--muted);font-size:.9rem}.sales-stage-strip{list-style:none;display:flex;gap:4px;margin:0;padding:0;flex-wrap:wrap}.sales-stage-step{flex:1 1 96px;min-width:96px}.sales-stage-button{display:flex;flex-direction:column;gap:1px;width:100%;padding:7px 10px;border:1px solid var(--line);border-radius:4px;background:var(--panel-bg);font:inherit;font-size:.82rem;color:var(--muted);text-align:left;cursor:pointer}.sales-stage-button:hover:not(:disabled){border-color:var(--brand);color:var(--text)}.sales-stage-button:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.sales-stage-button:disabled{cursor:default;opacity:.65}.sales-stage-step[data-state=done] .sales-stage-button{background:var(--brand-tint-soft);border-color:rgba(var(--brand-rgb),.35);color:var(--brand-dark)}.sales-stage-step[data-state=current] .sales-stage-button{background:var(--brand);border-color:var(--brand-dark);color:#fff;font-weight:600}.sales-stage-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-stage-pct{font-size:.72rem;opacity:.85;font-variant-numeric:tabular-nums}.sales-board{display:flex;gap:12px;align-items:flex-start;min-height:100%;padding-bottom:8px}.sales-board-column{flex:0 0 260px;display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:#00000004;min-height:160px}.sales-board-column.over{border-color:var(--brand);background:var(--brand-tint-soft)}.sales-board-head{display:flex;flex-direction:column;gap:2px}.sales-board-name{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem}.sales-board-total{font-size:.86rem;font-variant-numeric:tabular-nums}.sales-board-weighted{font-size:.76rem;color:var(--muted);font-variant-numeric:tabular-nums}.sales-board-cards{display:flex;flex-direction:column;gap:8px}.sales-board-empty{margin:0;color:var(--muted);font-size:.82rem}.sales-card{display:flex;flex-direction:column;gap:3px;padding:9px 10px;border:1px solid var(--line);border-left:3px solid var(--brand);border-radius:8px;background:var(--panel-bg);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.sales-card:hover{box-shadow:var(--shadow)}.sales-card:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.sales-card.dragging{opacity:.35}.sales-card.dragging-overlay{box-shadow:var(--shadow);cursor:grabbing;width:260px}.sales-card-title{font-weight:600;font-size:.9rem}.sales-card-account,.sales-card-meta,.sales-card-next{font-size:.78rem;color:var(--muted)}.sales-card-next{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-card-figures{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-variant-numeric:tabular-nums}.sales-card-flags{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.sales-flag{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:999px;font-size:.7rem;font-weight:600}.sales-flag-slipping{background:#b423181a;color:#b42318}.sales-flag-stale{background:#b8860b1f;color:#8a6100}.sales-calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.sales-calendar-main{display:flex;flex-direction:column;gap:10px;min-width:0}.sales-calendar-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.sales-calendar-nav{display:flex;align-items:center;gap:4px}.sales-calendar-views{display:flex;gap:4px}.sales-calendar-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sales-cal-search{flex:1 1 200px;max-width:280px}.sales-cal-search .fui-Input,.sales-calendar-filters .fui-Dropdown{min-width:0}.sales-calendar-body{display:flex;flex-direction:column;gap:12px;min-width:0}.sales-calendar-canvas{min-width:0}.sales-calendar-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:10px}.sales-calendar-legend{display:flex;gap:5px;flex-wrap:wrap}.sales-calendar-footer-right{display:flex;align-items:center;gap:10px}.sales-calendar-keys{font-size:.74rem;white-space:nowrap}.sales-cal-weekdays,.sales-cal-grid{display:grid;grid-template-columns:26px repeat(7,minmax(0,1fr));gap:4px}.sales-cal-weekdays span{padding:2px 6px;font-size:.74rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.sales-cal-weeknum-head{text-align:center}.sales-cal-cellwrap{position:relative;display:flex;min-width:0}.sales-cal-cellwrap:nth-child(7n+1){grid-column:1 / span 2;padding-left:26px}.sales-cal-weeknum{position:absolute;left:0;top:6px;width:26px;text-align:center;font-size:.7rem;color:var(--muted);font-variant-numeric:tabular-nums}.sales-cal-day{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0;min-height:104px;padding:4px;border:1px solid var(--line);border-radius:6px;background:var(--panel-bg)}.sales-cal-day.outside{background:#00000005}.sales-cal-day.outside .sales-cal-daynum{color:var(--muted)}.sales-cal-day.today{border-color:var(--brand)}.sales-cal-day.selected{box-shadow:inset 0 0 0 2px var(--brand)}.sales-cal-day.drop-over,.sales-week-col.drop-over,.sales-week-alldaycell.drop-over{background:var(--brand-tint);outline:2px dashed var(--brand);outline-offset:-2px}.sales-cal-dayhead{display:flex;align-items:center;gap:4px}.sales-cal-spacer{flex:1}.sales-cal-daynum{display:flex;align-items:center;gap:4px;padding:1px 6px;border:none;border-radius:999px;background:none;font:inherit;font-size:.8rem;font-variant-numeric:tabular-nums;color:inherit;cursor:pointer}.sales-cal-daynum:hover{background:#0000000d}.sales-cal-day.today .sales-cal-daynum{background:var(--brand);color:#fff;font-weight:600}.sales-cal-add{width:18px;height:18px;padding:0;border:none;border-radius:4px;background:none;color:var(--muted);font:inherit;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease}.sales-cal-day:hover .sales-cal-add,.sales-cal-add:focus-visible{opacity:1}.sales-cal-add:hover{background:var(--brand-tint);color:var(--brand)}.sales-cal-overdue-dot{width:6px;height:6px;border-radius:50%;background:#b42318}.sales-cal-load{display:block;height:3px;border-radius:999px;background:#0000000f;overflow:hidden}.sales-cal-load>span{display:block;height:100%;background:var(--brand);opacity:.55}.sales-cal-chips{display:flex;flex-direction:column;gap:2px;min-width:0}.sales-cal-chip{display:flex;align-items:baseline;gap:4px;width:100%;padding:2px 5px;border:none;border-left:3px solid var(--muted);border-radius:3px;background:#00000009;font:inherit;font-size:.74rem;color:inherit;text-align:left;cursor:pointer;min-width:0;touch-action:none;-webkit-user-select:none;user-select:none}.sales-cal-chip:hover{background:#00000012}.sales-cal-chip:focus-visible{outline:2px solid var(--brand);outline-offset:-1px}.sales-cal-chip.done{opacity:.55;text-decoration:line-through}.sales-cal-chip.milestone{border-left-style:dashed;border-left-width:4px;cursor:pointer;background:transparent;box-shadow:inset 0 0 0 1px var(--line)}.sales-cal-chip.dragging{opacity:.35}.sales-cal-chip.dragging-overlay{background:var(--panel-bg);box-shadow:var(--shadow);width:220px;cursor:grabbing}.sales-cal-chip-time{flex:none;font-variant-numeric:tabular-nums;color:var(--muted)}.sales-cal-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-cal-chip-sub{flex:none;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:40%}.sales-cal-more{align-self:flex-start;padding:0 5px;border:none;background:none;font:inherit;font-size:.72rem;color:var(--brand);cursor:pointer}.sales-cal-addzone{flex:1;min-height:14px;margin:0 -2px -2px;border:none;border-radius:4px;background:none;cursor:cell}.sales-cal-addzone:hover{background:var(--brand-tint-soft)}.sales-cal-addzone:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.sales-week{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel-bg)}.sales-week-head,.sales-week-allday,.sales-week-grid{display:grid;grid-template-columns:56px repeat(7,minmax(0,1fr))}.sales-week-head{border-bottom:1px solid var(--line)}.sales-week-gutter{padding:4px 6px;font-size:.72rem;color:var(--muted);border-right:1px solid var(--line)}.sales-week-dayhead{display:flex;flex-direction:column;align-items:center;gap:0;padding:6px 4px;border:none;border-right:1px solid var(--line);background:none;font:inherit;font-size:.74rem;color:var(--muted);cursor:pointer}.sales-week-dayhead strong{font-size:1.05rem;color:var(--text);font-variant-numeric:tabular-nums}.sales-week-dayhead.today strong{color:var(--brand)}.sales-week-dayhead.selected{background:var(--brand-tint)}.sales-week-allday{border-bottom:1px solid var(--line);min-height:34px}.sales-week-alldaycell{display:flex;flex-direction:column;gap:2px;padding:3px;border-right:1px solid var(--line);min-width:0}.sales-week-scroll{overflow-y:auto;max-height:620px}.sales-week-grid{position:relative}.sales-week-hours{display:flex;flex-direction:column;padding:0}.sales-week-hours span{display:block;padding:2px 6px 0 0;text-align:right;font-size:.7rem;color:var(--muted);font-variant-numeric:tabular-nums;border-top:1px solid var(--line)}.sales-week-col{position:relative;border-right:1px solid var(--line);min-width:0}.sales-week-col.today{background:var(--brand-tint-soft)}.sales-week-col.selected{box-shadow:inset 0 0 0 2px var(--brand)}.sales-week-slots{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;touch-action:none}.sales-week-slot{display:block;width:100%;padding:0;border:none;border-top:1px solid var(--line);background:none;cursor:cell}.sales-week-slot:hover{background:var(--brand-tint-soft)}.sales-week-slot:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.sales-week-selection{position:absolute;left:2px;right:2px;border:1px solid var(--brand);border-radius:4px;background:var(--brand-tint);pointer-events:none;display:flex;align-items:flex-start;justify-content:center;overflow:hidden}.sales-week-selection span{padding:1px 4px;font-size:.7rem;font-weight:600;color:var(--brand-dark);font-variant-numeric:tabular-nums;white-space:nowrap}.sales-week-event{position:absolute;padding:0 2px;overflow:hidden}.sales-week-event .sales-cal-chip{height:100%;align-items:flex-start;flex-direction:column;gap:0;background:var(--panel-bg);box-shadow:0 1px 2px #0000001f}.sales-agenda-view{display:flex;flex-direction:column;gap:14px}.sales-agenda-span{display:flex;gap:6px}.sales-agenda-day{display:flex;flex-direction:column;gap:4px}.sales-agenda-daylabel{display:flex;align-items:baseline;gap:8px;margin:0;font-size:.86rem;border-bottom:1px solid var(--line);padding-bottom:3px}.sales-agenda-daylabel.today{color:var(--brand)}.sales-agenda-dayadd{width:20px;height:20px;padding:0;border:none;border-radius:4px;background:none;color:var(--muted);font:inherit;line-height:1;cursor:pointer;opacity:0;transition:opacity .12s ease}.sales-agenda-day:hover .sales-agenda-dayadd,.sales-agenda-dayadd:focus-visible{opacity:1}.sales-agenda-dayadd:hover{background:var(--brand-tint);color:var(--brand)}.sales-agenda-dot{width:10px;height:10px;border-radius:3px;flex:none}.sales-agenda-readonly{padding:0 8px}.sales-cal-rail{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.sales-cal-rail-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.sales-cal-rail-head>div{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.sales-cal-rail-head h4{margin:0;font-size:.9rem}.sales-cal-rail-head p{margin:0;font-size:.78rem}.sales-cal-rail-list{display:flex;flex-wrap:wrap;gap:8px 12px}.sales-cal-rail-item{display:flex;flex-direction:column;gap:1px;width:230px}.sales-cal-rail-item .subtext{display:flex;align-items:center;gap:4px;font-size:.72rem;padding-left:8px}.sales-calendar-agenda{display:flex;flex-direction:column;gap:10px;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg);position:sticky;top:0}.sales-agenda-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sales-agenda-head h3{font-size:1rem}.sales-cal-closing{margin:0;padding:8px 10px;border-radius:6px;background:var(--brand-tint-soft);font-size:.84rem}.sales-agenda-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.sales-agenda-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:6px}.sales-agenda-row.done .sales-agenda-title{text-decoration:line-through;color:var(--muted)}.sales-agenda-time{font-size:.76rem;color:var(--muted);font-variant-numeric:tabular-nums}.sales-agenda-body{display:flex;flex-direction:column;gap:1px;min-width:0;padding:5px 6px;border:none;border-radius:6px;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.sales-agenda-body:hover{background:#00000009}.sales-agenda-title{display:flex;align-items:center;gap:5px;font-size:.88rem;font-weight:600}.sales-agenda-quickadd{display:flex;gap:6px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:10px}.sales-cal-duration-note{font-size:.72rem}.sales-section-body{display:flex;flex-direction:column;gap:14px}.sales-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sales-toolbar-search{flex:1 1 220px;max-width:340px}.sales-toolbar-spacer{flex:1}.sales-statline{margin:0;color:var(--muted);font-size:.86rem}.sales-statline-bad{color:#b42318}.sales-bucket{display:flex;flex-direction:column;gap:4px}.sales-bucket-head{display:flex;align-items:baseline;gap:8px;margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.sales-bucket-head.overdue{color:#b42318}.sales-activity-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.sales-activity-row{display:flex;align-items:center;gap:6px;padding:2px 0;border-bottom:1px solid var(--line)}.sales-activity-row.done .sales-activity-title{text-decoration:line-through;color:var(--muted)}.sales-activity-main{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0;padding:6px 8px;border:none;border-radius:6px;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.sales-activity-main:hover{background:#00000009}.sales-activity-title{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-weight:600;font-size:.9rem}.sales-activity-icon{display:inline-flex;align-items:center}.sales-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.sales-timeline-row{display:flex;align-items:flex-start;gap:4px;padding:2px 0;border-bottom:1px solid var(--line)}.sales-timeline-row:last-child{border-bottom:none}.sales-timeline-row.done .sales-timeline-head strong{text-decoration:line-through;color:var(--muted)}.sales-timeline-row.overdue .sales-timeline-meta{color:#b42318}.sales-timeline-tick{margin-top:4px}.sales-timeline-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;padding:6px;border:none;border-radius:6px;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}.sales-timeline-body:hover{background:#00000009}.sales-timeline-head{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:.9rem}.sales-timeline-meta,.sales-timeline-note{font-size:.8rem;color:var(--muted)}.sales-timeline-note{white-space:pre-wrap}.sales-timeline-actions{display:flex;gap:2px;opacity:0;transition:opacity .12s ease}.sales-timeline-row:hover .sales-timeline-actions,.sales-timeline-actions:focus-within{opacity:1}.sales-select-row{display:flex;align-items:center;gap:4px;padding-left:8px;border-bottom:1px solid var(--line)}.sales-select-row .invoice-list-item{border-bottom:none}.sales-select-row.ticked{background:var(--brand-tint)}.sales-bulk-bar{display:flex;flex-direction:column;gap:6px}.sales-bulk-actions{display:flex;gap:6px}.sales-filter-row{display:flex;align-items:center;gap:6px}.sales-filter-row .fui-Dropdown{flex:1;min-width:0}.sales-record-page{display:flex;flex-direction:column;gap:16px}.sales-record-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:16px;align-items:start}.sales-nextstep{margin:12px 0 0;font-size:.92rem}.sales-single-value{margin:0;font-size:1.6rem;font-weight:600;color:var(--brand);font-variant-numeric:tabular-nums}.sales-inline-person{display:inline-flex;align-items:center;gap:5px}.sales-hierarchy{display:flex;flex-direction:column;gap:2px;margin-top:10px}.sales-history{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sales-history li{display:flex;flex-direction:column;gap:1px;padding-left:12px;border-left:2px solid var(--line)}.sales-history-stage{display:flex;align-items:center;gap:6px;font-weight:600;font-size:.9rem}.fui-DialogSurface.sales-qualify-surface{max-width:620px}.sales-qualify-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sales-qualify-list li{display:flex;flex-direction:column;gap:1px;padding:8px 10px;border:1px solid var(--line);border-radius:6px}.sales-qualify-list span{font-size:.86rem;color:var(--muted)}.sales-close-choice{display:flex;gap:8px}.sales-pipeline-editor{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;margin-top:12px}.sales-pipeline-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto;gap:10px;align-items:end;max-width:960px}.sales-stage-table{display:flex;flex-direction:column;gap:6px;max-width:960px}.sales-stage-headrow,.sales-stage-row{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(0,1.7fr) 104px;gap:8px;align-items:center}.sales-stage-headrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.sales-stage-actions{display:flex;gap:2px;justify-content:flex-end}.sales-settings-fields>.fui-Field .fui-Input,.sales-settings-fields>.fui-Field .fui-Dropdown,.fui-Field.sales-settings-field .fui-Dropdown,.fui-Field.sales-settings-field .fui-Input{max-width:620px}.sales-agent-table{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;max-width:960px}.sales-agent-headrow,.sales-agent-row{display:grid;grid-template-columns:minmax(0,1fr) 132px 150px 118px 56px 36px;gap:10px;align-items:center}.sales-agent-headrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.sales-agent-name{display:flex;align-items:center;gap:8px;min-width:0}.sales-agent-name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-numbering-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px 24px}.sales-numbering-block{display:flex;flex-direction:column;gap:8px;min-width:0}.sales-numbering-block .fui-Input,.sales-stage-row .fui-Input,.sales-agent-row .fui-Input,.sales-agent-row .fui-Dropdown,.sales-option-row .fui-Input,.sales-field-row .fui-Input{min-width:0}.sales-numbering-block h4{margin:0;font-size:.9rem}.sales-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:20px 32px;align-items:start}.sales-option-block{display:flex;flex-direction:column;gap:8px;min-width:0}.sales-option-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sales-option-head h4{margin:0;font-size:.95rem}.sales-option-head p{margin:2px 0 0;color:var(--muted);font-size:.82rem}.sales-option-list,.sales-field-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.sales-option-row,.sales-field-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;max-width:520px}@media(max-width:1240px){.sales-calendar-layout{grid-template-columns:minmax(0,1fr)}.sales-calendar-agenda{position:static}.sales-stage-fields{grid-template-columns:minmax(0,1fr) 110px}.sales-stage-fields .sales-stage-guidance{grid-column:1 / -1}}@media(max-width:1100px){.sales-shell{height:auto;overflow:visible}.sales-body{grid-template-columns:minmax(0,1fr)}.sales-sidebar{flex-direction:row;overflow-x:auto;gap:4px}.sales-nav-item{width:auto;flex:none;padding-left:10px;padding-bottom:11px}.sales-nav-item.active:before{left:50%;top:auto;bottom:4px;transform:translate(-50%);width:18px;height:3px}.sales-content,.sales-content.scrolls{overflow:visible}.sales-pipeline-head{grid-template-columns:minmax(0,1fr)}}.employee-import-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.employee-import-count{color:var(--muted);font-size:.82rem}.employee-import-toolbar-actions{display:flex;gap:4px}.employee-import-grid-wrap{overflow:auto;max-height:calc(100vh - 420px);border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-bg)}.employee-import-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.85rem}.employee-import-table th{position:sticky;top:0;z-index:1;background:var(--panel-bg);text-align:left;font-size:.7rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);padding:8px 6px;border-bottom:1px solid var(--line);white-space:nowrap}.employee-import-table td{padding:4px 6px;border-bottom:1px solid var(--line);vertical-align:top}.employee-import-table tbody tr:last-child td{border-bottom:0}.employee-import-table tbody tr.has-issue{background:#dd02030f}.employee-import-col-check{width:36px;text-align:center;vertical-align:middle}.employee-import-col-wide{min-width:170px}.employee-import-col-number{min-width:120px}.employee-import-col-mode{min-width:140px}.employee-import-table .fui-Input,.employee-import-table .fui-Dropdown{width:100%;min-width:0}.employee-import-badge{display:inline-block;margin-top:4px;padding:1px 7px;border-radius:999px;background:var(--brand-tint);color:var(--brand);font-size:.68rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.employee-import-issue{display:block;margin-top:4px;color:#dd0203;font-size:.72rem}.settings-import-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.settings-import-hint{margin:0;max-width:620px;color:var(--muted);font-size:.82rem;line-height:1.5}.settings-import-hint code{font-size:.78rem;padding:1px 5px;border-radius:4px;background:var(--panel-alt-bg, rgba(127, 127, 127, .12))}.form-section{display:flex;flex-direction:column;gap:12px}.form-section+.form-section{margin-top:20px}.form-section-title{margin:0;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.ts-insights-shell{padding-bottom:32px}.viz-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.viz-stat{display:flex;flex-direction:column;gap:2px;padding:12px 14px;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0}.viz-stat-hero{grid-column:span 2;background:var(--brand-tint-soft);border-color:rgba(var(--brand-rgb),.18)}.viz-stat-label{font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.viz-stat-value{font-size:1.5rem;font-weight:600;line-height:1.15}.viz-stat-hero .viz-stat-value{font-size:2.6rem;color:var(--brand)}.viz-stat-note{font-size:.76rem;color:var(--muted)}.viz-panel{display:flex;flex-direction:column;gap:14px;padding:16px;background:var(--panel-bg);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0}.viz-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.viz-panel-head h3{margin:0;font-size:1rem;font-weight:600}.viz-panel-head p{margin:2px 0 0;max-width:76ch;font-size:.8rem;color:var(--muted)}.viz-two-up{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:start;gap:16px}.viz-legend{display:flex;gap:14px;margin:0;padding:0;list-style:none;font-size:.78rem;color:var(--muted)}.viz-legend li{display:inline-flex;align-items:center;gap:6px}.viz-swatch{width:12px;height:12px;border-radius:3px}.viz-scale{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:var(--muted);font-variant-numeric:tabular-nums}.viz-scale-step{width:22px;height:12px;border-radius:2px}.viz-scale-tick{display:none}.viz-frame{position:relative;min-width:0}.viz-tip{position:absolute;z-index:5;transform:translate(-50%,calc(-100% - 10px));pointer-events:none;display:flex;flex-direction:column;gap:2px;padding:8px 10px;min-width:148px;border-radius:8px;background:#1b1b1b;color:#fff;font-size:.74rem;line-height:1.35;box-shadow:0 4px 14px #00000047;white-space:nowrap}.viz-tip strong{font-size:.78rem}.viz-tip span{display:flex;justify-content:space-between;gap:14px;color:#ffffffb8}.viz-tip b{color:#fff;font-variant-numeric:tabular-nums}.viz-columns{display:flex;align-items:flex-end;gap:2px;border-bottom:1px solid var(--line);padding-bottom:0}.viz-column{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;flex:1 1 0;min-width:0;height:100%;padding-bottom:18px;cursor:default}.viz-column-weekend:before{content:"";position:absolute;top:0;right:0;bottom:18px;left:0;background:#1b1b1b09;border-radius:3px}.viz-column:hover:before{background:rgba(var(--brand-rgb),.08)}.viz-column:hover .viz-column-stack{filter:saturate(1.15)}.viz-column-stack{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;max-width:24px;height:100%}.viz-columns-wide .viz-column-stack{max-width:44px}.viz-seg{display:block;width:100%;min-height:2px}.viz-column-stack .viz-seg-top{border-radius:4px 4px 0 0;border-bottom:2px solid var(--panel-bg)}.viz-column-stack .viz-seg-top:only-child{border-bottom:0}.viz-column-label{position:absolute;left:50%;transform:translate(-50%);font-size:.68rem;font-weight:600;color:var(--text);white-space:nowrap}.viz-column-tick{position:absolute;bottom:0;display:inline-flex;align-items:center;gap:2px;font-size:.62rem;color:var(--muted);font-variant-numeric:tabular-nums}.viz-holiday-dot{width:4px;height:4px;border-radius:50%;background:var(--brand)}.viz-bars{display:flex;flex-direction:column;gap:6px;max-height:340px;overflow-y:auto}.viz-bar-row{display:grid;grid-template-columns:minmax(90px,148px) minmax(0,1fr) 56px;align-items:center;gap:10px;cursor:default}.viz-bar-row:hover .viz-bar-track{background:rgba(var(--brand-rgb),.06)}.viz-bar-name{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viz-bar-track{height:14px;border-radius:3px}.viz-bar-stack{display:flex;height:100%;min-width:2px}.viz-bar-stack .viz-seg{height:100%;border-radius:0}.viz-bar-stack .viz-seg:first-child{border-radius:3px 0 0 3px}.viz-bar-stack .viz-seg:last-child{border-radius:0 4px 4px 0}.viz-bar-stack .viz-seg-end{border-left:2px solid var(--panel-bg)}.viz-bar-value{font-size:.76rem;text-align:right;color:var(--text);font-variant-numeric:tabular-nums}.viz-heat-scroll{overflow-x:auto;max-height:420px;overflow-y:auto}.viz-heat{display:grid;gap:2px;min-width:640px}.viz-heat-corner{position:sticky;left:0;background:var(--panel-bg);z-index:2}.viz-heat-head{font-size:.6rem;color:var(--muted);text-align:center;font-variant-numeric:tabular-nums}.viz-heat-head.weekend{color:var(--text);font-weight:600}.viz-heat-name{position:sticky;left:0;z-index:1;padding-right:8px;background:var(--panel-bg);font-size:.76rem;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viz-cell{height:18px;border-radius:3px;cursor:default}.viz-cell-empty{background:transparent;box-shadow:inset 0 0 0 1px var(--line)}.viz-cell:hover{box-shadow:inset 0 0 0 2px var(--brand)}.viz-timing{display:flex;flex-direction:column;gap:5px;max-height:340px;overflow-y:auto}.viz-timing-axis,.viz-timing-row{display:grid;grid-template-columns:minmax(90px,148px) minmax(0,1fr);align-items:center;gap:10px}.viz-timing-axis{height:18px;border-bottom:1px solid var(--line);margin-bottom:2px}.viz-timing-name{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viz-timing-track{position:relative;height:16px}.viz-timing-axis .viz-timing-track{height:100%}.viz-timing-tick{position:absolute;top:0;transform:translate(-50%);font-size:.62rem;color:var(--muted);font-variant-numeric:tabular-nums}.viz-timing-grid{position:absolute;top:0;bottom:0;width:1px;background:var(--line)}.viz-timing-bar{position:absolute;top:3px;height:10px;border-radius:5px;min-width:4px}.viz-timing-clock{position:absolute;top:1px;margin-left:8px;font-size:.66rem;color:var(--muted);white-space:nowrap;opacity:0;font-variant-numeric:tabular-nums}.viz-timing-row:hover .viz-timing-clock{opacity:1}.viz-trend{width:100%}.viz-grid{stroke:var(--line);stroke-width:1}.viz-axis{stroke:#1b1b1b33;stroke-width:1}.viz-axis-text{fill:var(--muted);font-size:10px;font-variant-numeric:tabular-nums}.viz-table-wrap{max-height:320px;overflow:auto;border-top:1px solid var(--line);padding-top:10px}@media(max-width:1100px){.viz-two-up{grid-template-columns:minmax(0,1fr)}.viz-stat-hero{grid-column:span 1}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}.app-header{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right))}@media(max-width:900px){.panel-heading h2,.panel-heading p,.page-header h1,.page-description{overflow-wrap:anywhere}}@media(max-width:900px){.app-shell{padding:14px 14px 24px;gap:14px}.app-shell-full{padding-left:10px;padding-right:10px}}@media(max-width:640px){.app-shell{padding:12px 12px calc(28px + env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));gap:12px}.app-shell-full{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right))}.page-header{flex-wrap:wrap;align-items:flex-start;row-gap:10px}.page-header h1{font-size:1.25rem}.page-header-actions{margin-left:0;width:100%;flex-wrap:wrap}.page-header-actions>*{flex:1 1 auto;min-width:0}.panel{padding:12px;border-radius:10px}.panel-header{flex-wrap:wrap;row-gap:8px}.panel-actions{margin-left:auto}.panel-actions.wrap-full{width:100%;margin-left:0}}@media(max-width:420px){.app-shell{padding-top:10px;gap:10px}.page-header h1{font-size:1.15rem}}@media(max-width:1024px){.workbench{grid-template-columns:minmax(0,1fr)}.workbench>*{position:static!important}}@media(max-width:900px){.split-grid{grid-template-columns:minmax(0,1fr)}.field-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:640px){.split-grid,.field-grid,.field-grid-narrow,.two-column,.two-up{grid-template-columns:minmax(0,1fr)}.two-column,.two-up{display:grid}.form-actions,.drawer-form-actions{flex-wrap:wrap}.form-actions>.fui-Button,.drawer-form-actions>.fui-Button{flex:1 1 auto}}@media(max-width:640px){.fui-Input input,.fui-Input__input,.fui-Textarea textarea,.fui-Textarea__textarea,.fui-Combobox input,.fui-Dropdown button,.fui-SpinButton input,.fui-Field input,.fui-Field textarea,.fui-Field select,input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],input[type=password],input[type=date],input[type=time],textarea,select{font-size:16px}.fui-Button[data-icon-only],.fui-Button.fui-Button--small[data-icon-only],.fui-MenuButton{min-width:40px;min-height:40px}.fui-TabList{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}.fui-TabList::-webkit-scrollbar{display:none}.fui-TabList .fui-Tab{flex:0 0 auto}}@media(max-width:640px){.fui-OverlayDrawer,.fui-InlineDrawer{width:100vw!important;max-width:100vw!important}.fui-DrawerBody{padding-left:14px;padding-right:14px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.fui-DrawerHeader{padding-left:14px;padding-right:14px}.fui-DialogSurface{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:calc(100dvh - 32px);padding:16px}.fui-DialogBody{max-height:none}.fui-DialogActions{flex-wrap:wrap;gap:8px}.fui-DialogActions>.fui-Button{flex:1 1 auto}.fui-MenuPopover{max-width:calc(100vw - 16px)}}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:900px){.table-scroll>table{min-width:max-content}}@media(max-width:640px){.invoice-subnav{row-gap:10px}.invoice-stat-strip{gap:16px;flex-wrap:wrap}.invoice-list-scroll{max-height:46vh}.invoice-pane-body,.invoice-pane-placeholder{padding:12px}}@media(max-width:900px){.app-header-product{display:none}}@media(max-width:720px){.app-header{grid-template-columns:1fr auto;gap:4px}}@media(max-width:640px){.app-header-button{height:40px;min-width:40px;padding:0 8px}.app-header-avatar{padding:0 6px}}@media(max-width:640px){.apps-menu.apps-menu{width:min(360px,calc(100vw - 16px));max-width:calc(100vw - 16px);max-height:calc(100dvh - var(--app-header-h) - 16px)}.apps-menu-tile{min-height:88px;padding:10px 2px 8px}.apps-menu-label{font-size:.76rem}}@media(max-width:640px){.app-account-menu .fui-MenuItem{min-height:40px}.app-account-menu .rail-account,.app-account-menu .rail-account-option{overflow-wrap:anywhere}}@media(max-width:640px){.command-surface.command-surface{top:8px;width:calc(100vw - 12px);max-height:calc(100dvh - 16px)}.command-input-row{padding:12px 14px 6px}.command-results{max-height:40vh;padding:4px}.command-hit{min-height:48px;padding:10px}.command-hit-app{flex:0 1 auto;min-width:0;max-width:34%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-hit-go,.command-footer{display:none}}@media(max-width:640px){.tri-bg polygon{animation:none}}@media(max-width:900px){.home-hero{padding:18px 0}.home-hero h1{font-size:1.8rem}.hub-pills{top:16px;right:max(16px,env(safe-area-inset-right))}}@media(max-width:640px){.home-hero{padding:8px 0}.home-hero h1{font-size:1.45rem;overflow-wrap:anywhere}.home-hero p{font-size:.92rem}.hub-pills{position:static;flex-wrap:wrap;justify-content:flex-end;gap:8px}.hub-pill,.hub-back .fui-Button{min-height:40px}.module-grid{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:12px}.module-card{padding:20px 16px 18px;backdrop-filter:none;-webkit-backdrop-filter:none;background:linear-gradient(180deg,var(--accent-soft),rgba(255,255,255,.94) 52%),#ffffffeb}.module-icon{width:56px;height:56px;border-radius:16px;font-size:42px}.module-card h2{font-size:1rem}.module-card p{font-size:.85rem}.home-empty{padding:24px 4px}}@media(max-width:420px){.home-hero h1{font-size:1.3rem}}@media(max-width:640px){.auth-wrapper{min-width:0}.login-section{padding:16px 12px 32px;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.login-actions .fui-Button{flex:1 1 auto;min-height:44px}.login-remember-row{flex-wrap:wrap;row-gap:8px}.login-forgot-link{white-space:normal}.remembered-account-btn{min-height:48px}}@media(max-width:640px){.password-change-actions{flex-wrap:wrap}.password-change-actions>.fui-Button{flex:1 1 auto;min-height:44px}.activate-public{padding:20px 12px calc(24px + env(safe-area-inset-bottom));padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.join-panel{padding:20px}.join-panel h1{font-size:1.25rem;overflow-wrap:anywhere}}@media(max-width:640px){.app-stale-bar{margin:12px 12px 0}.page-back{min-width:40px;min-height:40px}}@media(max-width:900px){.settings-shell .settings-sidebar{position:sticky;top:calc(var(--app-header-h) + 6px);z-index:3;padding:8px}.settings-shell .settings-nav{flex-direction:row;gap:6px;overflow-x:auto;overflow-y:hidden;scroll-padding-inline:8px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.settings-shell .settings-nav::-webkit-scrollbar{display:none}.settings-shell .settings-nav-item{flex:0 0 auto;width:auto;min-height:40px;gap:8px;border:1px solid var(--line);border-radius:999px;padding:8px 14px;white-space:nowrap}.settings-shell .settings-nav-item.active{border-color:var(--brand);color:var(--brand)}.settings-shell .settings-nav-item.active:before{display:none}}@media(max-width:420px){.settings-shell .settings-nav-item svg{display:none}}@media(max-width:640px){.settings-shell>.page-header>.page-header-actions{position:fixed;left:0;right:0;bottom:0;z-index:20;width:auto;margin:0;padding:10px max(12px,env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-right));background:var(--panel-bg);border-top:1px solid var(--line);box-shadow:0 -2px 10px #1b1b1b14}.settings-shell[data-save-bar=on]{padding-bottom:calc(76px + env(safe-area-inset-bottom))}}@media(max-width:640px){.settings-shell .status-editor-row{grid-template-columns:auto minmax(0,1fr) 40px;row-gap:8px}.settings-shell .status-editor-row>.status-pill{grid-row:2;grid-column:1 / -1;justify-self:start}.settings-shell .status-editor-row>.fui-Button{grid-row:1;grid-column:3}.settings-shell .field-editor-row{flex-wrap:wrap;gap:8px 12px}.settings-shell .field-editor-row>.fui-Input{flex:1 1 100%}.settings-shell .field-editor-row>.fui-Switch{margin-right:auto}.settings-shell .logo-upload-row{flex-wrap:wrap}.settings-shell .logo-upload-preview{max-width:100%}.settings-shell .fui-MessageBar{flex-wrap:wrap;row-gap:8px}}@media(max-width:900px){.bank-account-row-detail dd{overflow:visible;overflow-wrap:anywhere;text-overflow:clip}}@media(max-width:640px){.bank-account-row{padding:12px 14px}.bank-account-row-detail{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.bank-account-row-actions{justify-content:flex-start}}@media(max-width:640px){.bank-account-drawer .drawer-form{padding-bottom:0}.bank-account-drawer .drawer-form-actions{position:sticky;bottom:0;z-index:1;margin:0 -14px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:var(--panel-bg)}}@media(max-width:640px){.bank-account-picker{gap:8px}.bank-account-picker .bank-account-picker-select{flex:1 1 100%;min-width:0}.bank-account-picker .bank-account-picker-save{display:inline-flex;align-items:center;align-self:flex-start;min-height:40px}.bank-account-save-dialog .fui-Dropdown,.bank-account-save-dialog .fui-Input{min-width:0;width:100%}.bank-account-save-dialog .fui-Radio__label{overflow-wrap:anywhere}}
