:root{font-family:Segoe UI,sans-serif;color:#0f172a;background:linear-gradient(180deg,#f8fafc,#e2e8f0);--ui-text:#0f172a;--ui-text-muted:#334155;--ui-text-subtle:#64748b;--ui-surface:#ffffff;--ui-surface-soft:#f8fafc;--ui-surface-hover:#e2e8f0;--ui-border:#cbd5e1;--ui-border-strong:#d1d5db;--ui-accent:#0f172a;--ui-radius-sm:8px;--ui-radius-md:10px;--ui-radius-lg:12px;--ui-control-height:2.4rem}*{box-sizing:border-box}body{margin:0;min-height:100vh}.header-right-actions{display:inline-flex;align-items:center;gap:.6rem}.dashboard-topbar-actions{display:inline-flex;align-items:stretch;gap:.55rem;border:1px solid #c7d2fe;border-radius:12px;background:linear-gradient(180deg,#ffffff,#eff6ff);box-shadow:0 12px 28px rgba(15,23,42,.12);padding:.35rem}.dashboard-menu-wrap{position:relative;display:flex;align-items:stretch}.dashboard-icon-button,.dashboard-user-trigger{border:1px solid transparent;background:transparent;color:#0f172a;border-radius:10px;height:2.25rem;min-height:2.25rem;cursor:pointer;display:inline-flex;align-items:center}.dashboard-icon-button{position:relative;width:2.25rem;justify-content:center;padding:0;line-height:1}.dashboard-icon-button svg{display:block}.dashboard-icon-button:hover,.dashboard-icon-button[aria-expanded=true],.dashboard-user-trigger:hover,.dashboard-user-trigger[aria-expanded=true]{background:#e2e8f0;border-color:#cbd5e1}.dashboard-icon-badge{position:absolute;top:-.2rem;right:-.2rem;min-width:1.1rem;height:1.1rem;padding:0 .2rem;border-radius:999px;background:#dc2626;color:#ffffff;font-size:.68rem;font-weight:700;display:grid;place-items:center}.dashboard-user-trigger{gap:.45rem;padding:0 .45rem 0 .2rem}.dashboard-user-trigger-label{max-width:12rem;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-avatar{width:1.8rem;height:1.8rem;border-radius:999px;background:#1d4ed8;color:#ffffff;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.dashboard-avatar.large{width:2.6rem;height:2.6rem;font-size:.9rem}.dashboard-caret{color:#64748b}.dashboard-menu-panel{position:absolute;top:calc(100% + .45rem);right:0;border:1px solid #cbd5e1;border-radius:12px;background:#ffffff;box-shadow:0 16px 34px rgba(15,23,42,.18);z-index:240}.dashboard-notifications-panel{width:min(26rem,calc(100vw - 2.5rem))}.dashboard-menu-footer,.dashboard-menu-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .8rem}.dashboard-menu-head{border-bottom:1px solid #e2e8f0}.dashboard-menu-footer{border-top:1px solid #e2e8f0}.dashboard-inline-link{border:none;background:transparent;color:#1d4ed8;cursor:pointer;text-decoration:none;font:inherit;font-size:.84rem}.dashboard-inline-link:hover{text-decoration:underline}.dashboard-inline-link:disabled{color:#94a3b8;cursor:default;text-decoration:none}.dashboard-notification-list{list-style:none;margin:0;padding:.3rem;max-height:20rem;overflow:auto;display:grid;grid-gap:.25rem;gap:.25rem}.dashboard-notification-item{border-radius:9px;border:1px solid transparent;padding:.5rem .55rem;display:grid;grid-gap:.24rem;gap:.24rem;text-decoration:none}.dashboard-notification-item:hover{background:#f8fafc;border-color:#e2e8f0}.dashboard-notification-item.unread{background:#eff6ff;border-color:#bfdbfe}.dashboard-notification-message,.dashboard-notification-title{margin:0}.dashboard-notification-title{font-size:.86rem;font-weight:600}.dashboard-notification-message{font-size:.8rem;color:#475569}.dashboard-notification-time{font-size:.75rem;color:#64748b}.dashboard-notification-empty{list-style:none;color:#64748b;font-size:.84rem;padding:.5rem .55rem}.dashboard-user-panel{width:min(20.5rem,calc(100vw - 2.5rem))}.dashboard-user-summary{display:flex;align-items:center;gap:.65rem;padding:.8rem;border-bottom:1px solid #e2e8f0}.dashboard-user-meta,.dashboard-user-name{margin:0}.dashboard-user-name{font-weight:700}.dashboard-user-meta{color:#64748b;font-size:.83rem}.dashboard-user-links{display:grid;grid-gap:.15rem;gap:.15rem;padding:.45rem}.dashboard-user-links a{border-radius:8px;text-decoration:none;padding:.48rem .52rem;color:#0f172a;font-size:.88rem}.dashboard-user-links a:hover{background:#f1f5f9}.dashboard-logout-button{border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;border-radius:8px;padding:.45rem .66rem;font-size:.84rem;cursor:pointer}.dashboard-logout-button:hover{background:#e2e8f0}a{color:inherit}.page{max-width:1080px;margin:0 auto;padding:2rem 1.25rem 3rem}.header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.title{margin:0;font-size:1.75rem}.subtitle{margin:.35rem 0 0;color:var(--ui-text-muted)}.tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab{display:inline-flex;align-items:center;border-radius:999px;padding:.45rem .8rem;border:1px solid var(--ui-border);background:var(--ui-surface-soft);text-decoration:none;color:#1e293b;font-size:.9rem}.tab.active{background:var(--ui-accent);color:#ffffff;border-color:var(--ui-accent)}.ui-section-title{margin:0 0 .6rem;font-size:1.75rem;line-height:1.1;color:var(--ui-text)}.ui-toolbar{display:flex;justify-content:flex-end;margin-bottom:.35rem}.ui-toolbar-actions{display:inline-flex;align-items:center;gap:.55rem}.ui-split-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.ui-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--ui-border);background:var(--ui-surface-soft);color:#1e293b;text-decoration:none;font-size:.82rem;line-height:1.2;padding:.3rem .62rem;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.ui-pill:hover{background:#eef2f7}.ui-pill.active{font-weight:500}.ui-pill.active,.ui-pill.primary{border-color:var(--ui-accent);background:var(--ui-accent);color:#ffffff}.ui-filter-panel{border:1px solid #e2e8f0;border-radius:var(--ui-radius-lg);background:var(--ui-surface-soft);padding:.75rem}.entities-actions-panel,.entities-table-section,.templates-actions-toolbar{margin-bottom:1rem}.entities-actions-head{margin-bottom:.9rem}.entities-actions-row,.entities-actions-row form{flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.card{background:var(--ui-surface);border:1px solid var(--ui-border-strong);border-radius:var(--ui-radius-lg);padding:1rem;box-shadow:0 8px 20px rgba(15,23,42,.06)}.card h3{margin:0;font-size:.9rem;color:var(--ui-text-subtle)}.metric{margin-top:.35rem;font-size:2rem;font-weight:700}.overview-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.85rem;gap:.85rem;margin-bottom:1rem}.overview-kpi-card{display:grid;grid-gap:.35rem;gap:.35rem;align-content:start;min-height:150px}.overview-kpi-card .metric{margin-top:0}.overview-layout{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:.85rem;gap:.85rem;margin-bottom:.85rem;align-items:start}.overview-customize-bar{display:flex;justify-content:flex-end;margin-bottom:.7rem}.overview-edit-panel{margin-bottom:.9rem}.overview-edit-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap}.overview-edit-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.overview-defaults-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.overview-hidden-list{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.45rem}.overview-editable{outline:2px dashed #cbd5e1;outline-offset:-4px}.overview-drop-target{outline:2px solid #2563eb;outline-offset:-4px}.overview-edit-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.overview-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:8px;border:1px solid #d5deea;background:#f8fafc;color:#52627c;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.overview-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.overview-dropzone{border:2px dashed #cbd5e1;border-radius:10px;min-height:64px;display:grid;place-items:center;color:#64748b;font-size:.86rem;background:rgba(248,250,252,.6)}.overview-dropzone.active{border-color:#2563eb;background:rgba(219,234,254,.55);color:#1d4ed8}.overview-toast{position:fixed;right:1rem;bottom:1rem;z-index:240;border-radius:10px;border:1px solid #cbd5e1;background:#ffffff;color:#0f172a;box-shadow:0 12px 24px rgba(15,23,42,.18);padding:.6rem .8rem;font-size:.9rem}.overview-toast.success{border-color:#86efac}.overview-toast.error{border-color:#fecaca}.overview-column-stack{display:grid;grid-gap:.85rem;gap:.85rem;align-content:start}.overview-action-card{display:grid;grid-gap:.8rem;gap:.8rem}.overview-action-head{display:flex;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap}.overview-action-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr);grid-gap:.8rem;gap:.8rem}.overview-action-controls{border:1px solid #e2e8f0;border-radius:12px;background:#ffffff;padding:.75rem;display:grid;grid-gap:.58rem;gap:.58rem}.overview-control-caption{margin:0;font-size:.85rem;font-weight:700;letter-spacing:.02em;color:var(--ui-text)}.overview-action-summary{border:1px solid #e2e8f0;border-radius:12px;background:#ffffff;padding:.75rem;display:grid;grid-gap:.6rem;gap:.6rem;align-content:start}.overview-refine-form{display:grid;grid-template-columns:1fr;grid-gap:.6rem;gap:.6rem}.overview-refine-search{grid-column:1/-1}.overview-refine-actions{grid-column:1/-1;display:flex;gap:.45rem;flex-wrap:wrap}.overview-action-links{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.overview-action-pill{font-size:.84rem;padding:.36rem .7rem}.overview-action-pill.primary{border-color:#0f172a;background:#0f172a;color:#ffffff}.overview-metric-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.45rem;gap:.45rem}.overview-metric-row{border:1px solid #e2e8f0;border-radius:9px;padding:.45rem .55rem;display:grid;grid-gap:.1rem;gap:.1rem;font-size:.86rem;color:#0f172a}.overview-metric-note{color:#64748b;font-size:.78rem}.overview-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:.5rem;gap:.5rem}.overview-list-item{display:flex;justify-content:space-between;gap:.75rem;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem}.overview-list-title{margin:0 0 .2rem;font-weight:600}.overview-list-meta{text-align:right;display:grid;grid-gap:.15rem;gap:.15rem;justify-items:end;min-width:180px}.overview-list-meta p{margin:0}.overview-row-action{justify-self:end;margin-top:.35rem;font-size:.82rem;color:#0f172a;text-decoration:underline;text-underline-offset:2px}.overview-overdue{color:#b91c1c;font-weight:600}.overview-mock-card{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.9rem}.overview-mock-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.overview-mock-list{display:grid;grid-gap:.45rem;gap:.45rem}.overview-mock-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;border:1px solid #e2e8f0;border-radius:10px;padding:.45rem .55rem}.overview-mock-label{display:inline-flex;align-items:center;gap:.45rem}.table{width:100%;border-collapse:collapse;background:#ffffff;border-radius:12px;overflow:visible;box-shadow:0 8px 20px rgba(15,23,42,.06)}.table td,.table th{padding:.85rem 1rem;border-bottom:1px solid #e2e8f0;text-align:left;font-size:.95rem}.table th{color:#475569;background:#f8fafc}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .65rem;font-size:.8rem;font-weight:600}.badge.overdue{background:#fee2e2;color:#b91c1c}.badge.pending{background:#fef3c7;color:#b45309}.badge.submitted{background:#dcfce7;color:#15803d}.badge.waived{background:#e2e8f0;color:#334155}.button,input,select{font:inherit}.button{background:var(--ui-accent);color:#fff;border:none;border-radius:var(--ui-radius-md);padding:.65rem .95rem;cursor:pointer}.button.secondary{background:var(--ui-surface-hover);color:var(--ui-text)}.inline-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.6rem;gap:.6rem;align-items:end}.inline-form input,.inline-form select{border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);padding:.55rem .65rem;min-height:var(--ui-control-height)}.form{max-width:380px;margin:3rem auto;background:#fff;border-radius:12px;border:1px solid #d1d5db;padding:1.25rem;box-shadow:0 8px 20px rgba(15,23,42,.08)}.form label{display:block;margin-top:.75rem;font-size:.9rem;color:#334155}.form input{width:100%;margin-top:.3rem;border:1px solid #cbd5e1;border-radius:8px;padding:.55rem .65rem}.error{margin-top:.8rem;color:#b91c1c;font-size:.9rem}.combobox{position:relative}.combobox-list{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow:auto;background:#ffffff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 10px 24px rgba(15,23,42,.12);z-index:140}.combobox-option{width:100%;text-align:left;background:#ffffff;border:none;border-bottom:1px solid #f1f5f9;padding:.5rem .65rem;cursor:pointer}.combobox-option:hover{background:#f8fafc}.obligation-form{margin-top:.25rem}.form-grid{display:grid;grid-gap:.75rem;gap:.75rem}.form-grid.two-col{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.form-grid.three-col{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.field{display:grid;grid-gap:.35rem;gap:.35rem}.field span{font-size:.85rem;color:var(--ui-text-muted)}.field input,.field select{border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);padding:.55rem .65rem;min-height:var(--ui-control-height);background:#fff;width:100%;max-width:100%;min-width:0}.subtle{margin:0;color:var(--ui-text-subtle);font-size:.88rem}.modal-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.5);display:grid;place-items:center;padding:1rem;z-index:100}.modal-card{width:min(920px,100%);max-height:90vh;overflow:auto;background:#ffffff;border-radius:14px;border:1px solid #cbd5e1;box-shadow:0 24px 40px rgba(2,6,23,.25);padding:1rem}.modal-header{justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.inline-actions,.modal-header{display:flex;align-items:center}.inline-actions{gap:.6rem;flex-wrap:wrap}.state-presence-wrap{display:grid;grid-gap:.65rem;gap:.65rem}.state-presence-title{margin:0;font-size:1.05rem}.state-presence-add-grid{display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:1.3fr 1fr 1.4fr auto;align-items:end}.state-presence-add-action{display:flex;align-items:end}@media (max-width:980px){.overview-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-defaults-grid,.overview-edit-groups,.overview-layout{grid-template-columns:1fr}.overview-list-item{flex-direction:column}.overview-list-meta{text-align:left}.overview-action-shell,.overview-refine-form{grid-template-columns:1fr}.overview-mock-card{flex-direction:column;align-items:flex-start}.overview-mock-grid,.state-presence-add-grid{grid-template-columns:1fr}}@media (max-width:640px){.overview-kpi-grid{grid-template-columns:1fr}}.row-actions{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.tax-id-wrap{gap:.35rem}.icon-button,.tax-id-wrap{display:inline-flex;align-items:center}.icon-button{justify-content:center;width:1.7rem;height:1.7rem;border:1px solid var(--ui-border);border-radius:999px;background:var(--ui-surface-soft);color:var(--ui-text-muted);cursor:pointer}.icon-button:hover{background:var(--ui-surface-hover)}.ui-icon-action{width:var(--ui-control-height);height:var(--ui-control-height);border-radius:var(--ui-radius-md);flex:0 0 auto}.ui-icon-action.is-active{border-color:var(--ui-accent);background:var(--ui-accent);color:#ffffff}.multi-select-wrap{display:grid;grid-gap:.45rem;gap:.45rem}.multi-select-chips{display:flex;flex-wrap:wrap;gap:.4rem}.multi-chip{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #cbd5e1;background:#f8fafc;border-radius:999px;padding:.2rem .55rem;font-size:.85rem}.multi-chip-remove{border:none;background:transparent;color:#334155;cursor:pointer;font-size:.85rem;line-height:1}.alert{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px}.alert,.notice{margin:0 0 1rem;padding:.7rem .8rem}.notice{background:#ecfdf5;border:1px solid #86efac;color:#166534;border-radius:8px}.filing-create-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end}.filing-create-grid .field{min-width:0}.filing-create-action .button{width:100%}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:1100px){.filing-create-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.filing-create-grid{grid-template-columns:1fr}}.filing-create-form{display:grid;grid-gap:.85rem;gap:.85rem}.filing-create-fields{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(5,minmax(0,1fr))}.filing-create-fields .field{min-width:0}.filing-create-actions{display:flex;justify-content:flex-end}.filing-create-actions .button{min-width:180px}@media (max-width:1100px){.filing-create-fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.filing-create-fields{grid-template-columns:1fr}.filing-create-actions .button{width:100%}}.card .filing-create-form{display:flex!important;flex-direction:column!important;gap:12px!important}.card .filing-create-fields{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;grid-gap:12px!important;gap:12px!important}.card .filing-create-fields .field{min-width:0!important}.card .filing-create-actions{display:flex!important;justify-content:flex-start!important}.card .filing-create-actions .button{width:auto!important;min-width:220px!important}@media (max-width:1200px){.card .filing-create-fields{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:800px){.card .filing-create-fields{grid-template-columns:1fr!important}.card .filing-create-actions .button{width:100%!important}}.access-grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end}.access-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.access-submit-field .button{width:100%}.access-user-cell{display:grid;grid-gap:.15rem;gap:.15rem}.access-list{grid-gap:.4rem;gap:.4rem}.access-list-label{font-size:.85rem}@media (max-width:1100px){.access-grid,.access-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.access-grid,.access-grid.compact{grid-template-columns:1fr}}.row-action-menu{position:relative;display:inline-block}.row-action-menu-trigger{list-style:none;width:2rem;height:2rem;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155;display:inline-flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer}.row-action-menu-trigger::-webkit-details-marker{display:none}.row-action-menu-trigger:hover,.row-action-menu.open .row-action-menu-trigger{background:#e2e8f0}.row-action-menu-panel{position:absolute;top:calc(100% + .35rem);right:0;min-width:9rem;background:#ffffff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 12px 28px rgba(15,23,42,.16);padding:.35rem;z-index:80}.row-action-menu-panel-portal{position:fixed}.row-action-menu-panel form{margin:0}.row-action-menu-button,.row-action-menu-link{display:block;width:100%;text-align:left;border:0;border-radius:8px;background:transparent;color:#0f172a;padding:.45rem .55rem;text-decoration:none;font:inherit;cursor:pointer}.row-action-menu-button:hover,.row-action-menu-link:hover{background:#f1f5f9}.row-action-menu-button.danger{color:#b91c1c}.row-action-menu-panel.upward{top:auto;bottom:calc(100% + .35rem)}.access-assignments-table td,.access-assignments-table th{vertical-align:top}.access-col-user{width:240px}.access-col-role{width:220px}.access-col-grant{width:320px}.access-list{display:grid;grid-gap:.5rem;gap:.5rem}.access-assignment-item{display:grid;grid-template-columns:1fr;grid-gap:.35rem;gap:.35rem;padding:.45rem 0;border-bottom:1px dashed #e2e8f0}.access-assignment-item:last-child{border-bottom:0}.access-list-label{font-weight:500}.access-assignment-controls{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.access-assignment-update{display:inline-flex;align-items:center;gap:.45rem;margin:0}.access-assignment-update select{min-width:140px}.access-assignment-revoke .button,.access-assignment-update .button,.access-grant-form .button,.access-user-role-form .button{width:auto;min-width:86px}.access-assignment-revoke{margin:0}.access-assignment-readonly{display:inline-flex;align-items:center;gap:.45rem}.access-readonly-role{font-weight:600;color:#334155}.access-readonly-note{font-size:.82rem}.access-grant-form,.access-user-role-form{display:grid;grid-template-columns:1fr;grid-gap:.45rem;gap:.45rem;max-width:300px}.access-user-role-form{max-width:170px}@media (max-width:1100px){.access-col-grant,.access-col-role,.access-col-user{width:auto}.access-assignment-controls{justify-content:flex-start}.access-grant-form,.access-user-role-form{max-width:none}}.filing-col-draggable{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filing-col-draggable:active{cursor:-webkit-grabbing;cursor:grabbing}.filing-col-lock{cursor:default}.filing-col-dragging{opacity:.45}.filing-col-drop-target{outline:2px dashed #94a3b8;outline-offset:-2px}.table-scroll{width:100%;overflow-x:auto}.table-scroll .table{min-width:1180px}.table-scroll{position:relative}.filing-actions-col{position:-webkit-sticky;position:sticky;right:0;z-index:2;background:#ffffff;box-shadow:-10px 0 12px -12px rgba(15,23,42,.25)}.table th.filing-actions-col{z-index:3;background:#f8fafc}.row-action-menu{z-index:1}.row-action-menu.open{z-index:60}.row-action-menu-panel{min-width:11rem;z-index:120}.table td.filing-actions-col{min-width:80px;overflow:visible;z-index:1}.table th.filing-actions-col{white-space:nowrap;z-index:5}.filing-actions-col:has(.row-action-menu.open){z-index:70}.page.page-wide{max-width:1440px}.filings-table-scroll .table{min-width:0}.filings-table td,.filings-table th{padding:.7rem .65rem;font-size:.9rem;vertical-align:top}.filings-table th{white-space:normal}.filings-table td{overflow-wrap:anywhere}.filings-table tr[data-filing-id] td{transition:background-color 1.1s ease}.filings-table tr.filing-row-focus td{background:#dbeafe}.filings-table .badge{white-space:nowrap}@media (max-width:1280px){.page.page-wide{max-width:1080px}.filings-table-scroll .table{min-width:1080px}}@media (max-width:760px){.header-right-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.dashboard-user-trigger-label{display:none}}.filings-controls-toolbar{margin-bottom:.35rem}.filings-toolbar-actions{gap:.55rem}.filings-columns-popover{position:relative}.filings-columns-panel{position:absolute;top:calc(100% + .45rem);right:0;min-width:230px;max-width:280px;background:#ffffff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 14px 30px rgba(15,23,42,.16);padding:.65rem;z-index:130}.filings-columns-title{margin:0 0 .45rem;font-size:.9rem;font-weight:600;color:#0f172a}.filings-columns-list{display:grid;grid-gap:.35rem;gap:.35rem;margin-bottom:.5rem;max-height:280px;overflow-y:auto}.filings-columns-search{display:block;margin-bottom:.55rem}.filings-columns-search input{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .6rem;min-height:2.15rem}.filings-columns-item{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem;color:#334155}.filings-columns-item input{margin:0}.filings-columns-footer{display:flex;gap:.4rem;justify-content:flex-end;margin-top:.45rem}.filings-filter-grid{display:grid;grid-gap:.7rem;gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:end}.filings-filter-panel{margin-bottom:.9rem}.filings-filter-actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-start}.filings-filter-actions .button{width:100%;min-width:120px}.table-sort-link{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.2rem}.table-sort-link:hover{text-decoration:underline}@media (max-width:760px){.filings-filter-grid{grid-template-columns:1fr}.templates-actions-toolbar{align-items:stretch}.templates-actions-toolbar .ui-toolbar-actions{width:100%;flex-wrap:wrap}}.templates-table-scroll .table{min-width:1320px}.obligations-table td,.obligations-table th{padding:.7rem .6rem;font-size:.9rem;vertical-align:top}.obligations-table th{white-space:normal}.obligations-table td{overflow-wrap:anywhere}.filings-pagination-bar{display:flex;align-items:end;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.85rem}.filings-page-size-field{min-width:140px}.filings-page-summary{margin:0}.templates-table-scroll{overflow-x:auto;overflow-y:visible;padding-bottom:.25rem}.templates-table-scroll .obligations-table{width:max-content;min-width:1520px}.obligations-table td,.obligations-table th{white-space:nowrap;overflow-wrap:normal}.obligations-table td:last-child,.obligations-table th:last-child{min-width:84px}.table-scroll-top{width:100%;overflow-x:auto;overflow-y:hidden;height:14px;margin:.25rem 0 .45rem}.table-scroll-top-spacer{height:1px}.templates-table-viewport{max-height:68vh;overflow:auto;border-radius:10px;border:1px solid #e2e8f0}.templates-table-viewport .obligations-table{width:max-content;min-width:1520px;margin:0;border-radius:0;box-shadow:none}.templates-table-viewport .obligations-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:8;background:#f8fafc;box-shadow:inset 0 -1px 0 #e2e8f0}.templates-table-viewport .obligations-table td,.templates-table-viewport .obligations-table th{white-space:nowrap}.obligation-assignments{border-top:1px solid #e2e8f0;padding-top:.9rem}.obligation-assign-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.obligation-assign-heading .subtle{margin:0}.obligation-assign-actions{display:grid;grid-template-columns:minmax(230px,1fr) auto minmax(230px,1fr) auto;grid-gap:.6rem;gap:.6rem;align-items:end}.obligation-assign-actions .button{min-height:2.4rem}.obligation-shared-identifier{margin-top:.65rem;max-width:480px}.obligation-assign-table-wrap{margin-top:.7rem;border:1px solid #e2e8f0;border-radius:10px;max-height:360px;overflow:auto}.obligation-assign-table{margin:0;border-radius:0;box-shadow:none}.obligation-assign-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f8fafc}.obligation-assign-table td,.obligation-assign-table th{vertical-align:middle;white-space:nowrap}.obligation-assign-table td:nth-child(2){white-space:normal}.obligation-assign-table td input{width:100%;min-width:200px;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .6rem}.obligation-assign-pagination{margin-top:.75rem;display:flex;gap:.75rem;align-items:end;justify-content:space-between;flex-wrap:wrap}.settings-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:.9rem;gap:.9rem;align-items:start}.settings-menu{position:-webkit-sticky;position:sticky;top:1rem}.settings-menu-list{display:grid;grid-gap:.35rem;gap:.35rem}.settings-menu-item{text-align:left;border:1px solid #dbe3ef;border-radius:10px;background:#f8fafc;color:#0f172a;padding:.48rem .56rem;cursor:pointer}.settings-menu-item:hover{background:#eef2f7}.settings-menu-item.active{border-color:#0f172a;background:#0f172a;color:#ffffff}.settings-content{display:grid;grid-gap:.85rem;gap:.85rem}.settings-panel{display:grid;grid-gap:.9rem;gap:.9rem}.settings-title{margin:0;font-size:1.5rem;line-height:1.15}.settings-description{margin:0;color:#475569}.settings-block{border:1px solid #e2e8f0;border-radius:12px;background:#ffffff;padding:.8rem;display:grid;grid-gap:.55rem;gap:.55rem}.settings-block-title{margin:0;font-size:1rem;color:#0f172a}.settings-chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.settings-segmented{display:inline-flex;border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;width:-moz-fit-content;width:fit-content}.settings-segment{border:none;background:#f8fafc;color:#334155;padding:.5rem .75rem;cursor:pointer}.settings-segment.active{background:#0f172a;color:#ffffff}.settings-actions{display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.quiet-picker{position:relative}.quiet-picker-trigger{width:100%;min-height:var(--ui-control-height);border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);background:#fff;color:#0f172a;padding:.55rem .65rem;text-align:left;cursor:pointer}.quiet-picker-panel{position:absolute;top:calc(100% + .35rem);left:0;width:min(280px,100%);border:1px solid #cbd5e1;border-radius:10px;background:#ffffff;box-shadow:0 12px 24px rgba(15,23,42,.16);padding:.6rem;display:grid;grid-gap:.55rem;gap:.55rem;z-index:180}.quiet-picker-select-row{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:.5rem;gap:.5rem}.quiet-picker-label{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.8rem;color:#475569}.quiet-picker-label select{border:1px solid #cbd5e1;border-radius:8px;min-height:2.1rem;padding:.35rem .45rem;background:#fff}.quiet-picker-actions{display:inline-flex;gap:.45rem}.settings-profile-layout{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:.75rem;gap:.75rem}.settings-kv-grid{display:grid;grid-gap:.55rem;gap:.55rem}.settings-kv-item{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:.55rem .6rem}.settings-kv-label{margin:0 0 .2rem;font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.settings-kv-value{margin:0;font-size:.95rem;color:#0f172a}@media (max-width:980px){.obligation-assign-heading{flex-direction:column;align-items:flex-start}.obligation-assign-actions{grid-template-columns:1fr}.obligation-assign-actions .button{width:100%}.settings-layout{grid-template-columns:1fr}.settings-menu{position:static}.settings-profile-layout{grid-template-columns:1fr}}.template-entities-cell{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap}.template-entities-view{border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#0f172a;padding:.2rem .55rem;font:inherit;font-size:.82rem;cursor:pointer}.template-entities-view:hover{background:#e2e8f0}.template-entities-modal{width:min(640px,100%)}.template-entities-list-wrap{margin-top:.65rem;border:1px solid #e2e8f0;border-radius:10px;max-height:380px;overflow:auto}.template-entities-table{margin:0;border-radius:0;box-shadow:none}.template-entities-table td,.template-entities-table th{white-space:nowrap}.template-entities-table td:first-child{white-space:normal}.missing-rule-input-grid{display:grid;grid-template-columns:repeat(2,minmax(280px,1fr));grid-gap:.85rem 1rem;gap:.85rem 1rem;align-items:start}.missing-rule-input-grid .field{min-width:0}.missing-rule-help{line-height:1.35}@media (max-width:980px){.missing-rule-input-grid{grid-template-columns:1fr}}.filing-modal-submit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;align-items:end}.filing-modal-payment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;align-items:end}.filing-modal-payment-grid .field,.filing-modal-submit-grid .field{min-width:0}.filing-modal-payment-grid .field input,.filing-modal-payment-grid .field select,.filing-modal-submit-grid .field input,.filing-modal-submit-grid .field select{width:100%;min-width:0}.filing-modal-payment-grid .button,.filing-modal-submit-grid .button{width:100%;min-height:2.4rem}.filing-modal-submit-grid .button{grid-column:1/-1;justify-self:end;width:auto;min-width:260px}@media (max-width:1100px){.filing-modal-submit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.filing-modal-payment-grid,.filing-modal-submit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.filing-modal-payment-grid,.filing-modal-submit-grid{grid-template-columns:1fr}.filing-modal-submit-grid .button{width:100%;min-width:0;justify-self:stretch}}