@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&family=Space+Grotesk:wght@500;700&display=swap";:root{--ink-950: #0a1424;--ink-900: #11213a;--ink-800: #193252;--ink-700: #2f4a71;--paper: #edf2f8;--card: #ffffff;--line: #c9d6ea;--accent: #0f8f78;--accent-strong: #0867cc;--accent-warm: #ef7a1f;--accent-soft: #d8f1eb;--danger: #b52f2f;--radius: 16px;--shadow: 0 18px 40px rgba(13, 28, 54, .14);--glow: 0 0 0 1px rgba(8, 103, 204, .12), 0 22px 45px rgba(7, 58, 123, .2)}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background:linear-gradient(180deg,#f7fafc 0% 100%);color:var(--ink-950);min-width:320px}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1}h1,h2,h3{font-family:Space Grotesk,sans-serif;margin:0;letter-spacing:.01em}p{margin:0}button,input,textarea{font:inherit}.toast-viewport{position:fixed;top:1rem;right:1rem;z-index:120;display:grid;gap:.75rem;width:min(360px,calc(100vw - 1.5rem));pointer-events:none}.toast{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:.95rem 1rem;border-radius:.75rem;color:#fff;box-shadow:0 16px 32px #0f172a2e;pointer-events:auto;animation:toast-rise .18s ease}.toast--success{background:linear-gradient(180deg,#17a34a,#169142)}.toast--error{background:linear-gradient(180deg,#d93025,#bd251c)}.toast__icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.toast__icon .material-symbols-outlined{font-size:1.2rem;line-height:1}.toast__body{min-width:0}.toast__body strong{display:block;font-size:.95rem;font-weight:800}.toast__body p{margin-top:.2rem;font-size:.84rem;line-height:1.35;opacity:.98}.toast__dismiss{width:1.5rem;height:1.5rem;padding:0;border:0;border-radius:999px;background:transparent;color:inherit;box-shadow:none;opacity:.92}.toast__dismiss:hover{transform:none;background:#ffffff1f}@keyframes toast-rise{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.app-shell{width:min(1500px,100% - 2.5rem);margin:1.5rem auto 2rem;display:grid;gap:1rem;animation:rise-in .5s ease}.workspace-shell{min-height:100vh;background:#f7fafc}.workspace-sidebar{position:fixed;inset:0 auto 0 0;width:256px;display:flex;flex-direction:column;gap:.35rem;padding:.9rem .85rem;background:#f8fafc;z-index:50;transition:transform .22s ease}.workspace-sidebar__backdrop{position:fixed;inset:0;border:0;background:#0f172a47;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:45}.workspace-sidebar__backdrop.is-open{opacity:1;pointer-events:auto}.workspace-sidebar__brand{padding:.9rem .65rem .65rem}.workspace-sidebar__brand h1{font-family:Manrope,sans-serif;font-size:1.125rem;font-weight:800;color:#172554}.workspace-sidebar__brand p{margin-top:.3rem;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#64748b}.workspace-sidebar__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin:.2rem 0 .9rem;padding:.82rem .95rem;border:0;border-radius:.5rem;background:linear-gradient(135deg,#002045,#1a365d);color:#fff;box-shadow:0 4px 20px #181c1e0f;font-size:.9rem;font-weight:700}.workspace-sidebar__nav,.workspace-sidebar__foot{display:flex;flex-direction:column;align-items:stretch;gap:.25rem}.workspace-sidebar__nav{flex:0 0 auto}.workspace-sidebar__foot{margin-top:auto}.workspace-sidebar__link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.66rem .85rem;border:0;border-radius:.75rem;background:transparent;color:#475569;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:600;text-align:left;box-shadow:none;transform:none}.workspace-sidebar__link:hover{background:#f1f5f9;color:#1e3a8a;transform:translate(2px)}.workspace-sidebar__link.is-active{background:#fff;color:#1e3a8a;box-shadow:0 2px 10px #0f172a0f}.workspace-main{margin-left:256px;min-height:100vh;display:flex;flex-direction:column}.workspace-topbar{position:sticky;top:0;z-index:40;height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1.9rem;background:#fff;box-shadow:0 1px #e2e8f0e6}.workspace-topbar__left{display:flex;align-items:center;gap:1.4rem;min-width:0;flex:1}.workspace-topbar__menu{display:none;width:2.5rem;height:2.5rem;padding:0;border:0;border-radius:.5rem;background:transparent;color:#0f172a;box-shadow:none}.workspace-topbar__brand{flex:0 0 auto;font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;color:#172554}.workspace-topbar__search{position:relative;width:min(700px,100%)}.workspace-topbar__search .material-symbols-outlined{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:1.1rem}.workspace-topbar__search input{width:100%;padding:.68rem 1rem .68rem 2.6rem;border:0;border-radius:.5rem;background:#f8fafc;box-shadow:inset 0 0 0 1px #c4c6cf73}.workspace-topbar__actions{display:flex;align-items:center;gap:.85rem}.workspace-topbar__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border:0;border-radius:999px;background:transparent;color:#64748b}.workspace-topbar__icon:hover{background:#f8fafc}.workspace-topbar__icon i{position:absolute;top:.45rem;right:.45rem;width:.45rem;height:.45rem;border-radius:999px;background:#ba1a1a;border:2px solid #fff}.workspace-topbar__user{display:flex;align-items:center;gap:.75rem;padding-left:1rem;border-left:1px solid #e2e8f0}.workspace-topbar__user strong{display:block;font-size:.85rem;color:#002045}.workspace-topbar__user span{display:block;margin-top:.1rem;font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8}.workspace-topbar__avatar{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:999px;background:#d6e3ff;color:#002045;font-family:Manrope,sans-serif;font-size:.75rem;font-weight:800}.workspace-canvas{padding:2rem}.topbar{background:linear-gradient(128deg,#11284a,#0f8f78 55%,#ef7a1f 120%);border-radius:var(--radius);color:#f8fbff;padding:.75rem 1.4rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;box-shadow:var(--shadow)}.brand-wrap{display:flex;align-items:center;gap:.9rem;min-width:0;flex-shrink:1;overflow:hidden}.brand-wrap>div{min-width:0;overflow:hidden}.topbar h1{font-size:clamp(.95rem,2vw,1.25rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-subtitle{opacity:.9;margin-top:.3rem}.brand-logo{width:188px;max-width:42vw}.topbar-left{display:flex;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0}.app-launcher{position:relative}.app-launcher-btn{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;border-radius:10px;background:#ffffff1f;border-color:#fff3;color:#fff;font-size:1.35rem;line-height:1}.app-launcher-btn:hover{background:#ffffff3d}.waffle-icon{display:block;line-height:1}.app-launcher-dropdown{position:absolute;top:calc(100% + .5rem);left:0;z-index:200;background:#fff;border:1px solid #d8e1f1;border-radius:var(--radius);box-shadow:var(--shadow);padding:.6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;min-width:220px}.app-launcher-tile{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.7rem .5rem;border-radius:10px;background:#f4f7fb;border-color:#d8e1f1;color:#1a2b4a;font-weight:600;font-size:.78rem;text-transform:capitalize;transition:background .15s ease,box-shadow .15s ease}.app-launcher-tile:hover{background:#e4edfa;transform:translateY(-1px)}.app-launcher-tile.active{background:linear-gradient(145deg,var(--accent-strong),#0a7ed0);color:#fff;border-color:#0a76c3;box-shadow:0 4px 12px #0a6cbb4d}.tile-icon{font-size:1.4rem;line-height:1}.tile-label{line-height:1}.topbar-right{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.topbar-nav-pills{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.nav-pill{border:0;border-radius:999px;padding:.58rem .95rem;background:#ffffff1f;color:#f8fbff;font-weight:700;letter-spacing:.01em}.nav-pill:hover{background:#fff3}.nav-pill.active{background:#ffffffeb;color:var(--ink-900);box-shadow:0 10px 20px #061e3a24}.status-pill{padding:.5rem .85rem;border-radius:999px;background:#fff3;box-shadow:inset 0 0 0 1px #ffffff40;font-weight:700;animation:pulse-soft 2.8s ease-in-out infinite}.nav-admin{padding:.5rem 1rem;border-radius:10px;background:#ef7a1f4d;border-color:#ef7a1f99;color:#fff;font-weight:700;text-transform:capitalize}.nav-admin:hover{background:#ef7a1f80}.nav-admin.active{background:#ef7a1fb3;border-color:#ef7a1fe6;box-shadow:0 4px 14px #ef7a1f73}.card{background:linear-gradient(180deg,#fff,#fdfefe);border:1px solid #d8e1f1;border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--glow)}.agent-dashboard{display:grid;gap:1.5rem}.agent-dashboard__hero{display:flex;justify-content:space-between;gap:1.5rem;padding:1.75rem 1.85rem;border-radius:24px;background:linear-gradient(145deg,#ffffffd9,#ffffffb8),radial-gradient(circle at top right,rgba(15,143,120,.12),transparent 26%);box-shadow:0 20px 46px #10223c1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.agent-dashboard__eyebrow,.agent-dashboard__section-label{margin-bottom:.45rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-700)}.agent-dashboard__hero h2{font-family:Manrope,sans-serif;font-size:clamp(2rem,3vw,3rem);color:#0d2d5d}.agent-dashboard__lede{max-width:44rem;margin-top:.75rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.65;color:#11213ac2}.agent-dashboard__hero-actions{display:flex;align-items:flex-start;gap:.8rem;flex-wrap:wrap}.agent-dashboard__summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.agent-dashboard__metric{display:grid;gap:.65rem;padding:1.25rem 1.3rem;border-radius:22px;background:#fffffff5;box-shadow:0 14px 32px #0c1d3614}.agent-dashboard__metric p,.agent-dashboard__metric small,.agent-dashboard__table-row small,.agent-dashboard__entity-list span,.agent-dashboard__action-card p,.agent-dashboard__empty p,.agent-dashboard__muted{font-family:Inter,sans-serif}.agent-dashboard__metric p{font-size:.76rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#1a365dc7}.agent-dashboard__metric div{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.agent-dashboard__metric strong{font-family:Manrope,sans-serif;font-size:clamp(2rem,3vw,2.85rem);line-height:1;color:#001f45}.agent-dashboard__metric small{font-size:.83rem;color:#11213ab8}.agent-dashboard__metric--danger{background:linear-gradient(180deg,#fffffffa,#ffececeb)}.agent-dashboard__metric--danger strong{color:#b52f2f}.agent-dashboard__metric--teal strong,.agent-dashboard__metric--calm strong{color:#0f6d60}.agent-dashboard__metric-progress{width:5rem;height:.55rem;border-radius:999px;overflow:hidden;background:#0f8f781f}.agent-dashboard__metric-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(135deg,#0f8f78,#0867cc)}.agent-dashboard__content-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(320px,.92fr);gap:1.2rem;align-items:start}.agent-dashboard__main,.agent-dashboard__rail,.agent-dashboard__stack{display:grid;gap:1rem}.agent-dashboard__panel{padding:1.35rem;border-radius:24px;background:#fffffff0;box-shadow:0 18px 38px #0c1d3614}.agent-dashboard__panel-head,.agent-dashboard__mini-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.agent-dashboard__panel h3{font-family:Manrope,sans-serif;font-size:1.42rem;color:#0c284f}.agent-dashboard__segmented{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;padding:.3rem;border-radius:999px;background:#eef3f8}.agent-dashboard__segment{border:0;border-radius:999px;padding:.65rem .95rem;background:transparent;color:#11213abd;font-weight:700}.agent-dashboard__segment.is-active{background:linear-gradient(135deg,#163a6a,#0f8f78);color:#fff;box-shadow:0 10px 20px #163a6a38}.agent-dashboard__loading-grid{display:grid;gap:.7rem;margin-top:1rem}.agent-dashboard__loading-row{height:5.2rem;border-radius:18px;background:linear-gradient(90deg,#eef3f8,#f8fbfe 40%,#eef3f8);background-size:200% 100%;animation:dashboard-shimmer 1.5s linear infinite}.agent-dashboard__empty{display:grid;place-items:center;gap:.45rem;min-height:16rem;color:#11213ab8;text-align:center}.agent-dashboard__empty span{font-family:Manrope,sans-serif;font-size:3rem;font-weight:800;color:#1a365d6b}.agent-dashboard__table{margin-top:1rem;display:grid;gap:.7rem}.agent-dashboard__table-head,.agent-dashboard__table-row{display:grid;grid-template-columns:1.8fr .9fr .8fr .8fr .8fr;gap:.8rem;align-items:center}.agent-dashboard__table-head{padding:0 .9rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#1a365db8}.agent-dashboard__table-body{display:grid;gap:.65rem}.agent-dashboard__table-row{width:100%;border:0;padding:1rem .9rem;border-radius:18px;background:linear-gradient(180deg,#fff,#f6f9fc);text-align:left;box-shadow:inset 0 0 0 1px #93a7c529}.agent-dashboard__table-row:hover{transform:translateY(-1px);box-shadow:0 14px 24px #10223c1f}.agent-dashboard__table-row strong{display:block;margin-bottom:.25rem;font-size:1rem;color:#0f2646}.agent-dashboard__table-row small{display:block;color:#11213a94}.agent-dashboard__pill{display:inline-flex;align-items:center;justify-content:center;min-width:5.5rem;padding:.48rem .7rem;border-radius:999px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700}.agent-dashboard__pill--priority-critical,.agent-dashboard__pill--priority-high,.agent-dashboard__pill--status-escalated{background:#b52f2f1f;color:#962727}.agent-dashboard__pill--priority-medium,.agent-dashboard__pill--status-open,.agent-dashboard__pill--status-new{background:#0867cc1f;color:#0b5db7}.agent-dashboard__pill--priority-low,.agent-dashboard__pill--status-in-progress,.agent-dashboard__pill--status-resolved,.agent-dashboard__pill--status-closed{background:#0f8f781f;color:#0c6f5f}.agent-dashboard__action-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.agent-dashboard__action-card{border:0;padding:1rem;border-radius:18px;background:linear-gradient(180deg,#edf3f8,#fff);text-align:left;box-shadow:inset 0 0 0 1px #93a7c524}.agent-dashboard__action-card strong{display:block;margin-bottom:.45rem;color:#0f2646}.agent-dashboard__action-card p{color:#11213ab8;line-height:1.55}.agent-dashboard__stat-list,.agent-dashboard__link-list,.agent-dashboard__entity-list{margin:1rem 0 0;padding:0;list-style:none}.agent-dashboard__stat-list{display:grid;gap:.75rem}.agent-dashboard__stat-list li,.agent-dashboard__entity-list li{display:flex;justify-content:space-between;gap:.8rem}.agent-dashboard__stat-list strong,.agent-dashboard__entity-list strong{color:#0d2d5d}.agent-dashboard__link-list{display:grid;gap:.65rem}.agent-dashboard__link-list button,.agent-dashboard__mini-head button{padding:0;border:0;background:none;color:#0d5dcc;font-weight:700}.agent-dashboard__entity-list{display:grid;gap:.7rem}.agent-dashboard__entity-list li{flex-direction:column;align-items:flex-start;padding:.85rem .9rem;border-radius:16px;background:#f4f7fb}.agent-dashboard__quick-actions{margin-top:1rem;display:grid;gap:.7rem}.agent-dashboard__muted{color:#11213a8f}@keyframes dashboard-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.stitch-dashboard{display:grid;gap:1.5rem}.stitch-dashboard__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.stitch-dashboard__metric{padding:1.5rem;border-radius:.75rem;background:#fff;box-shadow:0 4px 20px #181c1e0f}.stitch-dashboard__metric p,.stitch-dashboard__metric small{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.stitch-dashboard__metric p{margin-bottom:.4rem;color:#64748b}.stitch-dashboard__metric div{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.stitch-dashboard__metric strong{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:800;line-height:1;color:#002045}.stitch-dashboard__metric small{color:#61abac}.stitch-dashboard__metric.is-danger{box-shadow:0 4px 20px #181c1e0f,inset 4px 0 #ba1a1a}.stitch-dashboard__metric.is-danger strong{color:#ba1a1a}.stitch-dashboard__metric.is-danger small{color:#94a3b8;font-style:italic}.stitch-dashboard__metric-meter{width:4rem;height:.55rem;border-radius:999px;overflow:hidden;background:#e2e8f0}.stitch-dashboard__metric-meter i{display:block;height:100%;background:#61abac}.stitch-dashboard__layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,.95fr);gap:1.5rem}.stitch-dashboard__main,.stitch-dashboard__rail{display:grid;gap:.9rem;align-content:start}.stitch-dashboard__tabbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 .1rem;margin-bottom:0}.stitch-dashboard__tabs{display:flex;gap:1.6rem}.stitch-dashboard__tab{border:0;border-bottom:2px solid transparent;border-radius:0;padding:0 0 .58rem;background:transparent;color:#94a3b8;font-size:.88rem;font-weight:600;box-shadow:none;transform:none}.stitch-dashboard__tab.is-active{color:#002045;border-bottom-color:#002045;box-shadow:none}.stitch-dashboard__filter-btn{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:0;box-shadow:none;transform:none}.stitch-dashboard__table-card,.stitch-dashboard__panel{background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #181c1e0f;overflow:hidden}.stitch-dashboard__table-card{align-self:start}.stitch-dashboard__table{width:100%;border-collapse:collapse}.stitch-dashboard__table--desktop{display:table}.stitch-dashboard__table thead{background:#e5e9eb}.stitch-dashboard__table th{padding:.88rem 1.35rem;text-align:left;color:#002045;font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-dashboard__table th.is-right,.stitch-dashboard__table td.is-right{text-align:right}.stitch-dashboard__table tbody tr{cursor:pointer;transition:background-color .18s ease}.stitch-dashboard__table tbody tr:hover{background:#f8fafc}.stitch-dashboard__table tbody tr.is-alt{background:#f1f4f6}.stitch-dashboard__table td{padding:.82rem 1.35rem;vertical-align:middle;line-height:1.25}.stitch-dashboard__table td p{margin-bottom:.2rem;font-size:.86rem;font-weight:700;color:#002045}.stitch-dashboard__table td small{color:#94a3b8;font-size:.63rem}.stitch-dashboard__owner{display:flex;align-items:center;gap:.5rem}.stitch-dashboard__owner span{display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:999px;background:#d6e3ff;color:#002045;font-size:.62rem;font-weight:800}.stitch-dashboard__owner strong{font-size:.75rem;font-weight:500;color:#475569}.stitch-dashboard__priority{display:inline-flex;padding:.28rem .5rem;border-radius:.25rem;font-size:.62rem;font-weight:800;letter-spacing:.04em}.stitch-dashboard__priority--critical,.stitch-dashboard__priority--high{background:#d6e3ff;color:#002045}.stitch-dashboard__priority--medium,.stitch-dashboard__priority--low{background:#f1f5f9;color:#64748b}.stitch-dashboard__status{display:inline-flex;align-items:center;gap:.35rem;font-size:.74rem;color:#475569}.stitch-dashboard__status-dot{width:.38rem;height:.38rem;border-radius:999px;background:#94a3b8}.stitch-dashboard__status-dot--new,.stitch-dashboard__status-dot--open,.stitch-dashboard__status-dot--in-progress{background:#61abac}.stitch-dashboard__status-dot--escalated{background:#ba1a1a}.stitch-dashboard__slr{font-size:.74rem;font-weight:800;color:#94a3b8}.stitch-dashboard__slr.is-urgent{color:#ba1a1a}.stitch-dashboard__table-foot{display:flex;justify-content:center;padding:.8rem 1rem;background:#fff;box-shadow:inset 0 1px #f8fafc}.stitch-dashboard__table-foot button{border:0;background:transparent;color:#1a365d;font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stitch-dashboard__quick-actions{position:relative;padding:1.5rem;border-radius:.75rem;background:#002045;color:#fff;overflow:hidden;box-shadow:0 10px 24px #1a365d2e}.stitch-dashboard__quick-actions h3,.stitch-dashboard__panel h3{font-family:Manrope,sans-serif;font-size:.85rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.stitch-dashboard__orb{position:absolute;top:-1rem;right:-1rem;width:6rem;height:6rem;border-radius:999px;background:#1a365d73}.stitch-dashboard__quick-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}.stitch-dashboard__quick-grid button{display:grid;place-items:center;gap:.35rem;padding:.9rem .6rem;border:0;border-radius:.5rem;background:#ffffff1a;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-dashboard__quick-grid button:hover{background:#ffffff2e}.stitch-dashboard__panel{padding:1.5rem}.stitch-dashboard__panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.stitch-dashboard__panel-head span{padding:.12rem .38rem;border-radius:.25rem;background:#a5eff0;color:#61abac;font-size:.58rem;font-weight:800;letter-spacing:.08em}.stitch-dashboard__queue-list{display:grid;gap:1rem}.stitch-dashboard__queue-card{display:flex;gap:1rem}.stitch-dashboard__queue-icon{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:#f8fafc;color:#002045}.stitch-dashboard__queue-copy strong{display:block;font-size:.78rem;color:#002045}.stitch-dashboard__queue-copy p{margin-top:.18rem;font-size:.66rem;color:#64748b}.stitch-dashboard__queue-meter{height:.28rem;margin-top:.55rem;border-radius:999px;overflow:hidden;background:#e2e8f0}.stitch-dashboard__queue-meter i{display:block;height:100%;background:#002045}.stitch-dashboard__queue-meter i.is-teal{background:#61abac}.stitch-dashboard__contacts{display:grid;gap:.9rem}.stitch-dashboard__contact{display:flex;align-items:center;gap:.75rem}.stitch-dashboard__contact>span{display:grid;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#d8e3fa;color:#002045;font-size:.68rem;font-weight:800}.stitch-dashboard__contact strong{display:block;font-size:.78rem;color:#002045}.stitch-dashboard__contact p,.stitch-dashboard__muted{font-size:.66rem;color:#94a3b8}.stitch-dashboard__knowledge{margin-top:1.5rem;padding-top:1.5rem;box-shadow:inset 0 1px #f8fafc}.stitch-dashboard__knowledge h4{margin:0 0 .8rem;font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#002045}.stitch-dashboard__knowledge ul{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.stitch-dashboard__knowledge button{padding:0;border:0;background:transparent;color:#64748b;font-size:.66rem;font-weight:500}.stitch-dashboard__loading{display:grid;gap:.75rem;padding:1.5rem}.stitch-dashboard__loading div{height:4.5rem;border-radius:.75rem;background:linear-gradient(90deg,#eef2f7,#f8fafc 40%,#eef2f7);background-size:200% 100%;animation:dashboard-shimmer 1.5s linear infinite}.stitch-dashboard__empty{display:grid;place-items:center;padding:4rem 1.5rem;text-align:center;color:#64748b}.stitch-dashboard__mobile-cards{display:none}.stitch-list-page{display:grid;gap:1.2rem}.stitch-case-list-page{gap:1.35rem}.stitch-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.stitch-case-list-head{align-items:flex-start}.stitch-case-list-title span{display:inline-block;margin-bottom:.4rem;color:#78c2c8;font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.stitch-list-head h2{font-family:Manrope,sans-serif;font-size:1.6rem;color:#002045}.stitch-list-head p{margin-top:.25rem;color:#64748b}.stitch-case-list-segments{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem;background:#fff;border:1px solid rgba(228,233,239,.95);border-radius:.8rem;box-shadow:0 6px 18px #0f172a0d}.stitch-case-list-segment{border:0;border-radius:.6rem;padding:.62rem 1rem;background:transparent;color:#65758e;font-size:.83rem;font-weight:700;box-shadow:none}.stitch-case-list-segment.is-active{background:#f2f5f8;color:#163660}.stitch-case-list-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.stitch-case-list-metric{padding:1.35rem 1.5rem;background:#fffffffa;border:1px solid rgba(236,241,245,.95);border-radius:1rem;box-shadow:0 12px 26px #0f172a0d}.stitch-case-list-metric p{margin-bottom:.65rem;color:#49505c;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stitch-case-list-metric strong{color:#14355f;font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;letter-spacing:-.04em}.stitch-case-list-metric--danger strong{color:#c81f17}.stitch-case-list-metric--teal strong{color:#5aa9b0}.stitch-case-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.stitch-case-list-toolbar-main{display:flex;align-items:center;gap:1rem}.stitch-case-list-sort{display:flex;align-items:center;gap:.45rem;color:#576575;font-size:.92rem}.stitch-case-list-sort strong{color:#15375f;font-weight:800}.stitch-case-list-sort-select{min-width:0;border:0;padding:0;background:transparent;color:#15375f;font-size:.92rem;font-weight:800;appearance:none;cursor:pointer;box-shadow:none}.stitch-case-list-toolbar-actions{display:inline-flex;align-items:center;gap:.6rem}.stitch-case-list-view-btn{width:2.9rem;height:2.9rem;padding:0;border:0;border-radius:.8rem;background:transparent;color:#95a3b8;box-shadow:none}.stitch-case-list-view-btn.is-active{background:#fff;color:#163660;box-shadow:0 10px 24px #0f172a14}.stitch-list-filters{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center}.stitch-list-filters--cases{grid-template-columns:minmax(220px,1.2fr) repeat(2,minmax(160px,.6fr)) auto auto}.stitch-list-table-wrap{background:#fff;border-radius:.75rem;box-shadow:0 14px 32px #091e420f;overflow:hidden;border:1px solid rgba(220,228,236,.95)}.stitch-list-table{width:100%;border-collapse:collapse}.stitch-list-table.is-hidden{display:none}.stitch-list-table thead{background:#e9eef2}.stitch-list-table th{padding:1rem;text-align:left;color:#17345f;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.stitch-list-table td{padding:1rem;color:#4f6079;font-size:.93rem;line-height:1.35;vertical-align:middle}.stitch-list-table tbody tr:nth-child(2n){background:#f7f9fb}.stitch-list-table tbody tr{cursor:pointer;border-bottom:1px solid rgba(225,232,238,.85)}.stitch-list-table tbody tr:hover{background:#f2f6fa}.prototype-link-hover{color:#18345d;transition:color .16s ease}.stitch-list-table tbody tr:hover .prototype-link-hover,.stitch-dashboard__table tbody tr:hover .prototype-link-hover,.stitch-list-table tbody tr:hover .stitch-case-link{color:#29589b}.stitch-list-empty{text-align:center;padding:2rem 1rem;color:#64748b}.stitch-list-status,.stitch-list-priority{display:inline-flex;align-items:center;justify-content:center;padding:.28rem .6rem;border-radius:.35rem;font-size:.7rem;font-weight:800}.stitch-list-identity{display:flex;align-items:center;gap:.85rem;min-width:0}.stitch-list-identity>span{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 2rem;border-radius:.7rem;background:linear-gradient(180deg,#dce8ff,#edf4ff);color:#355791;font-size:.76rem;font-weight:800;letter-spacing:.02em}.stitch-list-identity>div{min-width:0}.stitch-list-identity strong{display:block;color:#18345d;font-size:.98rem;font-weight:800}.stitch-list-identity small{display:block;margin-top:.18rem;color:#8c9eb9;font-size:.72rem;font-weight:600}.stitch-list-tag{display:inline-flex;align-items:center;padding:.28rem .58rem;border-radius:.65rem;background:linear-gradient(180deg,#d9e5ff,#ebf2ff);color:#5d7395;font-size:.78rem;font-weight:700;line-height:1.15}.stitch-list-actions{display:flex;align-items:center;gap:.75rem}.stitch-list-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:.65rem;background:transparent;color:#91a1b8;box-shadow:none}.stitch-list-icon-btn:hover{transform:none;background:#edf2f7;color:#355791}.stitch-list-table .is-right{text-align:right}.stitch-list-assignee{display:flex;align-items:center;gap:.6rem}.stitch-list-assignee strong{color:#1f2937;font-size:.98rem;font-weight:600}.stitch-list-assignee-avatar{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#d8e4ff;color:#17345f;font-size:.65rem;font-weight:800}.stitch-case-id-cell{color:#67768c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.77rem}.stitch-list-status-dot{display:inline-flex;align-items:center;gap:.45rem;color:#5f6f86;font-size:.98rem;font-weight:500}.stitch-list-status-dot:before{content:"";width:.5rem;height:.5rem;border-radius:999px;background:currentColor}.stitch-list-status-dot--active{color:#5aa9b0}.stitch-list-status-dot--hold{color:#93a1b7}.stitch-list-status-dot--closed{color:#5f6b81}.stitch-list-status--new,.stitch-list-status--open,.stitch-list-status--in-progress{background:#61abac24;color:#0f6d60}.stitch-list-status--working,.stitch-list-status--pending{background:#d5e0f7b3;color:#586377}.stitch-list-status--resolved,.stitch-list-status--closed,.stitch-list-status--escalated{background:#ba1a1a1a;color:#ba1a1a}.stitch-list-priority--critical,.stitch-list-priority--high{background:#d6e3ff;color:#002045}.stitch-list-priority--medium,.stitch-list-priority--low{background:#eef2f7;color:#64748b}.stitch-list-priority--urgent{background:#ffdcd7;color:#8d140f}.stitch-list-priority--high{background:#dce7ff;color:#14355f}.stitch-list-priority--medium{background:#e8edf2;color:#5b6675}.stitch-mobile-cards{display:none}.stitch-mobile-cards.is-visible{display:grid;gap:.75rem;padding:.9rem}.stitch-mobile-record{width:100%;padding:1rem;border:0;border-radius:.75rem;background:#fff;text-align:left;box-shadow:0 4px 20px #181c1e0f}.stitch-mobile-record__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.stitch-mobile-record__head p{margin-bottom:.2rem;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.stitch-mobile-record__head h4{font-family:Manrope,sans-serif;font-size:1rem;color:#002045}.stitch-mobile-record__meta{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-top:.75rem;color:#64748b;font-size:.78rem}.stitch-case-link{padding:0;border:0;background:transparent;color:#18345d;font-size:.98rem;font-weight:800;transition:color .16s ease;box-shadow:none}.stitch-case-link:hover{transform:none;color:inherit}.stitch-list-empty-card{padding:1.25rem;border-radius:.75rem;background:#fff;color:#64748b;text-align:center;box-shadow:0 4px 20px #181c1e0f}.stitch-pagination{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.lexis-case-detail{display:grid;gap:1.4rem}.lexis-case-create-page{display:grid;gap:1.5rem}.lexis-case-create-hero{display:grid;grid-template-columns:6px minmax(0,1fr);gap:1rem;align-items:start}.lexis-case-create-hero__bar{width:6px;height:100%;min-height:5rem;border-radius:999px;background:#17345f}.lexis-case-create-hero__title-row{display:flex;align-items:center;gap:.85rem;margin-bottom:.4rem}.lexis-case-create-hero h2{color:#163660;font-family:Manrope,sans-serif;font-size:2.2rem;font-weight:800}.lexis-case-create-hero span{display:inline-flex;align-items:center;justify-content:center;padding:.18rem .5rem;border-radius:.3rem;background:#d4f6f0;color:#78b8bd;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.lexis-case-create-back{margin-left:auto;border:0;padding:0;background:transparent;color:#163660;font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;box-shadow:none}.lexis-case-create-hero p{max-width:52rem;color:#4f5f76;font-size:1.04rem;line-height:1.5}.lexis-case-create-form{display:grid;gap:1.35rem}.lexis-case-create-card{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:2rem;padding:1.6rem;background:#fff;border:1px solid rgba(228,233,239,.95);border-radius:1rem;box-shadow:0 12px 28px #0f172a0d}.lexis-case-create-card__intro h3{color:#163660;font-family:Manrope,sans-serif;font-size:1.45rem;font-weight:800}.lexis-case-create-card__intro p{margin-top:.5rem;color:#4f5f76;font-size:.96rem;line-height:1.55}.lexis-case-create-card__fields{display:grid;gap:1rem}.lexis-case-create-card__fields label{display:grid;gap:.45rem}.lexis-case-create-card__fields label>span{color:#18345d;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lexis-case-create-card__fields input,.lexis-case-create-card__fields textarea{border-radius:.5rem;border:1px solid #dfe6ee;background:#fbfcfe;color:#1f3557;box-shadow:none}.lexis-case-create-card__fields textarea{min-height:7.5rem}.lexis-case-create-select{width:100%}.lexis-case-create-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.lexis-case-create-priority{display:grid;gap:.45rem;margin:0;padding:0;border:0}.lexis-case-create-priority legend{padding:0;color:#18345d;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lexis-case-create-priority__options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.lexis-case-create-priority__option{min-height:2.75rem;border:1px solid #d8e0ea;border-radius:.55rem;background:#f7f9fc;color:#28456e;font-size:.92rem;font-weight:700;box-shadow:none;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.lexis-case-create-priority__option:hover{border-color:#bfd0ef;background:#eef4ff}.lexis-case-create-priority__option.is-active{border-color:#17345f;background:#17345f;color:#fff}.lexis-case-create-account-search{position:relative}.lexis-case-create-account-search__field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;min-height:4.25rem;padding:0 1rem;border:2px solid #17345f;border-radius:1rem;background:#fff;transition:border-color .18s ease,background-color .18s ease}.lexis-case-create-account-search__field.is-open,.lexis-case-create-account-search__field:focus-within{border-color:#17345f;background:#fff}.lexis-case-create-account-search__field .material-symbols-outlined{color:#6f8099;font-size:2rem}.lexis-case-create-account-search__field input{height:auto;padding:0;border:0!important;border-radius:0!important;background:transparent;font-size:1.1rem;color:#163660;box-shadow:none!important;outline:none;appearance:none}.lexis-case-create-account-search__field input:focus{outline:none;border:0!important;box-shadow:none!important}.lexis-case-create-account-search__menu{position:absolute;z-index:30;inset:calc(100% + .5rem) 0 auto;background:#fff;border:1px solid #d7deea;border-radius:1rem;box-shadow:0 22px 42px #0e192d1f;overflow:hidden}.lexis-case-create-account-search__results{display:grid}.lexis-case-create-account-search__hint{margin:0;padding:1rem 1.1rem;color:#6a7789;font-size:.92rem}.lexis-case-create-account-option{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;width:100%;padding:1rem 1.1rem;border:0;border-bottom:1px solid #edf1f5;background:#fff;text-align:left;box-shadow:none}.lexis-case-create-account-option:last-child{border-bottom:0}.lexis-case-create-account-option:hover{background:#f8fbff}.lexis-case-create-account-option__avatar,.lexis-case-create-account-summary__avatar{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:1rem;background:#17345f;color:#c5d4f3;font-size:1.1rem;font-weight:800}.lexis-case-create-account-option__copy strong,.lexis-case-create-account-summary strong{display:block;color:#163660;font-family:Manrope,sans-serif;font-size:1rem;font-weight:800}.lexis-case-create-account-option__copy small,.lexis-case-create-account-summary small{display:block;margin-top:.15rem;color:#59697f;font-size:.88rem;font-weight:700}.lexis-case-create-account-option__copy small.is-email,.lexis-case-create-account-summary small:last-child{color:#708196;font-weight:500}.lexis-case-create-account-search__create{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:calc(100% - 1.2rem);margin:.6rem;min-height:4rem;border:1px solid #d3dae6;border-radius:.8rem;background:#fff;color:#163660;font-size:.98rem;font-weight:800;box-shadow:none}.lexis-case-create-account-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.95rem;align-items:center;padding:.95rem 1rem;border:1px solid #d7e6ff;border-radius:.8rem;background:#f7fbff}.lexis-case-create-contact-chip{display:grid;grid-template-columns:auto 1fr auto;gap:.9rem;align-items:center;padding:.95rem 1rem;border-radius:.65rem;background:#f2f5f8}.lexis-case-create-contact-chip__avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.55rem;background:#17345f;color:#fff;font-size:.75rem;font-weight:800}.lexis-case-create-contact-chip strong{display:block;color:#163660;font-size:.95rem;font-weight:800}.lexis-case-create-contact-chip small{display:block;margin-top:.2rem;color:#708196;font-size:.78rem}.lexis-case-create-contact-chip__action{border:0;padding:0;background:transparent;color:#163660;font-size:.8rem;font-weight:800;box-shadow:none}.lexis-case-create-contact-chip--selected{border:1px solid #d7e6ff;background:#f7fbff}.lexis-case-create-contact-chip--placeholder{border:1px dashed #d6dfeb;background:#fbfcfe}.lexis-case-create-actions{display:flex;justify-content:flex-end;gap:.85rem;padding-top:.15rem}.lexis-case-detail__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;background:#fff;border:1px solid rgba(228,233,239,.95);border-radius:1rem;box-shadow:0 10px 24px #0f172a0d}.lexis-case-detail__crumbs{display:flex;align-items:center;gap:.9rem}.lexis-case-detail__crumbs p{margin:0 0 .2rem;color:#5c6b81;font-size:.88rem;font-weight:700}.lexis-case-detail__crumbs strong{color:#17345f;font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:800}.lexis-case-detail__back,.lexis-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;padding:0;border-radius:.8rem;border:1px solid rgba(222,229,237,.98);background:#fff;color:#75859a;box-shadow:none}.lexis-case-detail__top-actions{display:flex;align-items:center;gap:.7rem}.lexis-case-detail__layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.72fr);gap:1.4rem;align-items:start}.lexis-case-detail__main,.lexis-case-detail__side{display:grid;gap:1.4rem}.lexis-card,.lexis-governance-card{background:#fff;border:1px solid rgba(228,233,239,.95);border-radius:1rem;box-shadow:0 12px 28px #0f172a0d}.lexis-card{padding:1.45rem 1.55rem}.lexis-governance-card{padding:1.45rem 1.55rem;background:linear-gradient(180deg,#12355f,#0b294d);color:#fff}.lexis-card__head,.lexis-card__head--split{display:flex;align-items:center;justify-content:space-between;gap:1rem}.lexis-card__head h2,.lexis-card__head h3,.lexis-governance-card h3{color:#163660;font-family:Manrope,sans-serif;font-weight:800}.lexis-card__head h2{font-size:1.95rem}.lexis-card__head h3{font-size:1.55rem}.lexis-governance-card h3{color:#fff;font-size:1.5rem}.lexis-eyebrow{display:inline-block;margin-bottom:.55rem;padding:.18rem .5rem;border-radius:.3rem;background:#d4f6f0;color:#78b8bd;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.lexis-status-field{display:grid;gap:.35rem;min-width:10rem}.lexis-status-field span,.lexis-detail-form label span,.lexis-governance-field>span,.lexis-comment-box>span,.lexis-facts-card dt{color:#7b8a9f;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lexis-detail-form{display:grid;gap:1rem;margin-top:1.1rem}.lexis-detail-form label{display:grid;gap:.45rem}.lexis-detail-form input,.lexis-detail-form textarea{border-radius:.5rem;border:1px solid #dfe6ee;background:#fcfdff;color:#1f3557;box-shadow:none}.lexis-detail-form textarea{min-height:8.5rem}.lexis-detail-form input:focus,.lexis-detail-form textarea:focus,.lexis-status-field .sf-filter-select:focus,.lexis-comment-box textarea:focus{border-color:#a9c0ea;background:#f6f9ff;box-shadow:0 0 0 3px #ceddf8b8}.lexis-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.lexis-upload-link{display:inline-flex;align-items:center;gap:.45rem;border:0;padding:0;background:transparent;color:#163660;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;box-shadow:none}.lexis-doc-list,.lexis-contact-list,.lexis-timeline{display:grid;gap:.85rem;margin-top:1rem}.lexis-doc-item,.lexis-contact-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;padding:.95rem 1rem;border-radius:.75rem;background:#f4f7fa}.lexis-doc-item .material-symbols-outlined,.lexis-contact-item .material-symbols-outlined{color:#9aabc1}.lexis-doc-item strong,.lexis-contact-item strong{display:block;color:#18345d;font-size:.98rem;font-weight:800}.lexis-doc-item small,.lexis-contact-item small,.lexis-timeline__content small{display:block;margin-top:.2rem;color:#8d9cb0;font-size:.73rem;font-weight:700}.lexis-contact-item__avatar,.lexis-governance-agent__avatar{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.55rem;background:#d8e4ff;color:#163660;font-size:.76rem;font-weight:800}.lexis-governance-field{display:grid;gap:.7rem;margin-top:1.1rem}.lexis-governance-agent{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.95rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:.6rem;background:#ffffff14}.lexis-governance-agent strong,.lexis-governance-agent small{color:#fff}.lexis-priority-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.lexis-priority-chip{min-height:2.5rem;border-radius:.4rem;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:.78rem;font-weight:800}.lexis-priority-chip.is-active{background:#fff;color:#12355f}.lexis-secondary-block{width:100%;margin-top:1rem;min-height:2.8rem;border-radius:.5rem;background:#eef2f6;color:#18345d;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lexis-timeline__item{display:grid;grid-template-columns:1rem 1fr;gap:.95rem;align-items:start}.lexis-timeline__dot{position:relative;width:.8rem;height:.8rem;margin-top:.55rem;border-radius:999px;background:#c8d4f2}.lexis-timeline__dot:after{content:"";position:absolute;top:100%;left:50%;width:2px;height:2.6rem;background:#dde7f6;transform:translate(-50%)}.lexis-timeline__item:last-child .lexis-timeline__dot:after{display:none}.lexis-timeline__dot--primary{background:#9fecef}.lexis-timeline__content{padding:1rem 1.1rem;border-radius:.6rem;background:#f4f7fa}.lexis-timeline__content p{color:#233854;font-size:.95rem;font-weight:600}.lexis-comment-box{display:grid;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #edf1f5}.lexis-comment-box textarea{min-height:8rem;border-radius:.5rem;background:#fcfdff;border:1px solid #dfe6ee;box-shadow:none}.lexis-comment-box__actions{display:flex;justify-content:flex-end}.lexis-facts-card dl{display:grid;gap:1rem}.lexis-facts-card div{display:flex;align-items:center;justify-content:space-between;gap:1rem}.lexis-facts-card dd{color:#18345d;font-size:.95rem;font-weight:800}.lexis-service-badge{display:inline-flex;align-items:center;justify-content:center;min-width:4.5rem;padding:.28rem .65rem;border-radius:.5rem;background:#d4f6f0;color:#4ea6ad;font-size:.74rem;font-weight:800}.lexis-empty-note{color:#7a8798;font-size:.9rem}.stitch-pagination-pages{display:flex;align-items:center;gap:.35rem}.stitch-pagination-btn{border-radius:.5rem;border:1px solid rgba(196,198,207,.5);background:#fff;padding:.5rem .7rem}.stitch-pagination-btn.active{background:#002045;color:#fff}.stitch-pagination-info{color:#64748b;font-size:.82rem}.card-header{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.settings-card h2{margin-bottom:.9rem}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:.8rem}.settings-grid label,.stack-form,.inline-form{display:grid;gap:.35rem}input,textarea,button{border-radius:10px;border:1px solid var(--line);padding:.55rem .65rem;background:#fff;transition:border-color .2s ease,transform .15s ease}textarea{min-height:88px;resize:vertical}input:focus,textarea:focus{outline:none;border-color:#a9c0ea;box-shadow:0 0 0 3px #ceddf8b8;background:#f7faff}button{font-weight:700;cursor:pointer;background:linear-gradient(145deg,#f2f7ff,#fff)}button:hover{transform:none}.tabs{display:flex;gap:.55rem;flex-wrap:wrap}.tabs button{text-transform:capitalize}.tabs button.active{background:linear-gradient(145deg,var(--accent-strong),#0a7ed0);color:#fff;border-color:#0a76c3;box-shadow:0 8px 20px #0a6cbb4d}.sf-console{border:1px solid #cfd8e6;border-radius:12px;overflow:hidden;background:#f4f5f7;box-shadow:0 8px 18px #0e223e1f;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:13px}.sf-case-list-page{border:1px solid #cfd8e6;border-radius:12px;background:#f4f5f7;box-shadow:0 8px 18px #0e223e1f;padding:12px;display:grid;gap:10px;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.sf-case-list-head{background:#fff;border:1px solid #d7deea;border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sf-case-list-head h2{font-size:26px;color:#163766}.sf-case-list-head p{margin-top:3px;color:#576986;font-size:13px}.sf-case-list-filters{background:#fff;border:1px solid #d7deea;border-radius:10px;padding:10px;display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:8px}.sf-case-list-filters-compact{grid-template-columns:1.5fr 1fr 1fr auto}.sf-filter-select{appearance:none;height:2.75rem;padding:0 2.65rem 0 .95rem;border:1px solid rgba(194,204,215,.9);border-radius:.55rem;font-size:.92rem;font-weight:600;background-color:#fbfcfe;background-image:linear-gradient(45deg,transparent 50%,#6f8099 50%),linear-gradient(135deg,#6f8099 50%,transparent 50%);background-position:calc(100% - 18px) calc(50% - 1px),calc(100% - 12px) calc(50% - 1px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;color:#243b63;cursor:pointer;box-shadow:inset 0 1px #ffffffd9}.sf-filter-select:focus{outline:none;border-color:#a9c0ea;box-shadow:0 0 0 3px #ceddf8b8;background-color:#f6f9ff}.styled-dropdown{position:relative;width:100%}.styled-dropdown__trigger{width:100%;min-height:2.75rem;padding:0 .95rem;border:1px solid rgba(194,204,215,.9);border-radius:.55rem;background:#fbfcfe;color:#243b63;display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:inset 0 1px #ffffffd9}.styled-dropdown__value{font-size:.92rem;font-weight:600;text-align:left}.styled-dropdown__value.is-placeholder{color:#7c8798}.styled-dropdown__icon{color:#6f8099;font-size:1.1rem}.styled-dropdown.is-open .styled-dropdown__trigger,.styled-dropdown__trigger:focus-visible{outline:none;border-color:#a9c0ea;box-shadow:0 0 0 3px #ceddf8b8;background-color:#f6f9ff}.styled-dropdown__menu{position:absolute;top:calc(100% + .45rem);right:0;left:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 18px 34px #0f172a1f;padding:.45rem 0;z-index:18}.styled-dropdown__option{width:100%;border:0;background:transparent;box-shadow:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem 1rem;color:#475569;font-size:.9rem;font-weight:500;text-align:left}.styled-dropdown__option:hover{background:#f8fafc}.styled-dropdown__option.is-selected{background:#17345f14;color:#17345f;font-weight:800}.styled-dropdown__check{color:#17345f;font-size:1rem;font-variation-settings:"FILL" 1}.styled-dropdown.is-disabled .styled-dropdown__trigger{opacity:.65;cursor:not-allowed}.sf-btn-clear-filters{padding:6px 12px;border:1px solid #e2b9b9;border-radius:6px;background:#fff5f5;color:#c53030;font-size:13px;cursor:pointer;white-space:nowrap;transition:background .12s}.sf-btn-clear-filters:hover{background:#fed7d7}.sf-case-list-table-wrap{background:#fff;border:1px solid #d7deea;border-radius:10px;overflow:auto}.sf-case-list-table{width:100%;border-collapse:collapse}.sf-case-list-table th,.sf-case-list-table td{padding:9px 10px;border-bottom:1px solid #e2e8f2;text-align:left;font-size:13px}.sf-case-list-table th{background:#f9fbff;color:#32527d;font-weight:700;white-space:nowrap}.sf-case-list-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sf-case-list-table th.sortable:hover{background:#eef4ff}.sort-icon{margin-left:4px;font-size:10px;opacity:1}.sort-icon--none{opacity:.35}.sf-case-list-table tbody tr{cursor:pointer}.sf-case-list-table tbody tr:hover{background:#eef4ff}.sf-case-list-empty{color:#5c6f8b;text-align:center}.sf-status-badge,.sf-priority-badge{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.sf-status-badge,.sf-status-badge.sf-status-new{background:#e8f0fe;color:#2c5282}.sf-status-badge.sf-status-open{background:#fef9e7;color:#7d6608}.sf-status-badge.sf-status-in-progress{background:#e9f7ef;color:#1a6e3c}.sf-status-badge.sf-status-closed{background:#f0f0f0;color:#5a5a5a}.sf-status-badge.sf-status-resolved{background:#e3fcef;color:#064}.sf-status-badge.sf-status-escalated{background:#fff3cd;color:#856404}.sf-priority-badge{background:#f0f0f0;color:#444}.sf-priority-badge.sf-priority-critical{background:#fde8e8;color:#b91c1c}.sf-priority-badge.sf-priority-high{background:#fff3e0;color:#c05621}.sf-priority-badge.sf-priority-medium{background:#fef9e7;color:#7d5a00}.sf-priority-badge.sf-priority-low{background:#e9f7ef;color:#1a6e3c}.sf-pagination{display:flex;align-items:center;gap:4px;padding:8px 0;flex-wrap:wrap}.sf-pagination-pages{display:flex;align-items:center;gap:4px}.sf-pagination-btn{padding:5px 11px;border:1px solid #c5cfe0;border-radius:6px;background:#fff;color:#1e3a5f;font-size:13px;cursor:pointer;transition:background .12s}.sf-pagination-btn:hover:not(:disabled){background:#eef4ff}.sf-pagination-btn.active{background:var(--accent-strong);color:#fff;border-color:var(--accent-strong);font-weight:700}.sf-pagination-btn:disabled{opacity:.4;cursor:default}.sf-pagination-ellipsis{padding:0 4px;color:#5c6f8b}.sf-pagination-info{margin-left:auto;font-size:12px;color:#5c6f8b}.sf-case-create-modal{position:fixed;inset:0;background:#0c162b59;display:grid;place-items:center;z-index:40}.sf-case-create-card{width:min(540px,calc(100vw - 24px));background:#fff;border:1px solid #d7deea;border-radius:12px;box-shadow:0 20px 40px #0d1a304d;padding:14px;display:grid;gap:8px}.sf-case-create-card h3{font-size:22px;color:#163766}.sf-case-create-card label{display:grid;gap:4px}.sf-case-create-card span{color:#344760;font-size:13px;font-weight:700}.sf-case-create-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.create-account-modal{position:fixed;inset:0;z-index:45;display:grid;place-items:center}.create-account-modal__backdrop{position:absolute;inset:0;background:#0c162b42;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.create-account-modal__card{position:relative;width:min(656px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;background:#fff;border:1px solid #d7deea;border-radius:1rem;box-shadow:0 24px 48px #0d1a3033;padding:2rem;display:grid;gap:1.25rem}.create-account-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.create-account-modal__head p{margin-bottom:.35rem;color:#78c2c8;font-size:.82rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.create-account-modal__head h3{color:#163660;font-family:Manrope,sans-serif;font-size:2rem;font-weight:800}.create-account-modal__close{border:0;padding:0;background:transparent;color:#6f8099;box-shadow:none}.create-account-modal__body{display:grid;gap:1rem}.create-account-modal__grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.create-account-modal label{display:grid;gap:.4rem}.create-account-modal label>span{color:#163660;font-size:.95rem;font-weight:700}.create-account-modal label>span em{color:#73839a;font-style:normal;font-weight:500}.create-account-modal input,.create-account-modal textarea,.create-account-modal .sf-filter-select{width:100%;border-radius:.45rem;border:1px solid #dfe6ee;background:#f7f9fc;color:#1f3557;box-shadow:none}.create-account-modal textarea{min-height:7.5rem}.create-account-modal input.is-invalid{border-color:#dc2626}.create-account-modal__actions{display:flex;justify-content:flex-end;gap:.9rem}.sf-workspace{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(620px,1.5fr) minmax(280px,.8fr);gap:12px;padding:10px;align-items:start}.sf-left-col,.sf-center-col,.sf-right-col{display:grid;gap:12px;align-content:start}.sf-block{background:#fff;border-radius:10px;border:1px solid #d7deea;padding:12px}.sf-block h3{font-size:20px;color:#143162;font-weight:700}.sf-case-list-back-row{margin-bottom:2px}.sf-required-note{margin-top:6px;color:#4f5d71;font-size:12px}.sf-case-form{margin-top:8px;display:grid;gap:8px}.sf-two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sf-case-form label{display:grid;gap:4px}.sf-case-form label span{font-size:15px;color:#2d3851;font-weight:700}.sf-case-form input,.sf-case-form select,.sf-case-form textarea{height:40px;border-radius:10px;font-size:16px}.sf-case-form textarea{height:72px}.sf-form-footer{display:flex;justify-content:flex-end;gap:10px}.sf-btn-primary,.sf-btn-light{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.7rem;padding:0 1.15rem;border-radius:.55rem;font-size:.92rem;font-weight:700;letter-spacing:.01em;box-shadow:none;transform:none}.sf-btn-primary{background:linear-gradient(180deg,#14345e,#0d2a52);color:#fff;border:1px solid rgba(15,40,77,.98)}.sf-btn-light{background:#f2f5f8;color:#1e385f;border:1px solid rgba(223,229,235,.98)}.sf-btn-primary:hover,.sf-btn-light:hover{transform:none}.sf-btn-icon .material-symbols-outlined{font-size:1.08rem;line-height:1}.sf-case-main-head{display:flex;justify-content:space-between;gap:12px}.sf-case-main-head small{font-size:16px;color:#55627a}.sf-case-main-head h2{font-size:24px;color:#132e5b;line-height:1.25;margin-top:2px;max-width:520px;font-weight:700}.sf-head-actions{display:flex;align-items:center;gap:10px}.sf-tab-line{margin-top:8px;display:flex;gap:28px;border-bottom:1px solid #d7deea;padding-bottom:6px}.sf-tab-line strong,.sf-tab-line span{font-size:18px}.sf-tab-line strong{color:#0f5cdc;border-bottom:3px solid #0f5cdc;padding-bottom:4px}.sf-tab-line span{color:#596279}.sf-post-box{margin-top:10px;border:1px solid #d7deea;border-radius:10px;padding:10px}.sf-mini-tabs{display:flex;gap:24px;padding:0 0 8px}.sf-mini-tabs span{font-size:16px;color:#30354a}.sf-share-row{display:grid;grid-template-columns:1fr auto;gap:10px}.sf-share-row input{height:40px;font-size:15px}.sf-activity-row{margin-top:12px;display:grid;grid-template-columns:1fr 280px;gap:10px;align-items:center}.sf-activity-row strong{font-size:17px;color:#1a355f}.sf-activity-row input{height:40px;font-size:15px}.sf-activity-tabs{margin-top:8px;border-bottom:1px solid #d7deea;padding-bottom:8px}.sf-activity-list{list-style:none;margin:10px 0 0;padding:0;display:grid;gap:8px}.sf-activity-list li{border:1px solid #d7deea;border-radius:10px;padding:8px 10px}.sf-activity-list strong{display:block;font-size:17px;color:#1b3969}.sf-activity-list p{margin-top:4px;font-size:15px;color:#4e5e78}.sf-link-btn{margin-top:10px;border:0;background:transparent;color:#115dd9;font-size:15px}.sf-knowledge-actions{margin-top:10px;display:grid;grid-template-columns:auto 1fr;gap:10px}.sf-knowledge-actions input{height:40px;font-size:15px}.sf-related-assets-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sf-related-assets-head small{color:#546685;font-size:12px}.sf-related-assets-grid{margin-top:8px;display:grid;gap:10px}.sf-related-assets-grid article strong{font-size:13px;color:#173a69}.sf-related-assets-grid ul{margin:6px 0 0;padding-left:18px;color:#4b5c75;display:grid;gap:4px;font-size:13px}.sf-bottom-bar{height:40px;border-top:1px solid #d3dae7;background:#f1f2f4;display:flex;align-items:center;gap:6px;padding:0 12px;color:#4d586c;font-weight:600;font-size:13px}.sf-utility-btn{position:relative;height:30px;border-radius:8px;border:1px solid transparent;background:transparent;box-shadow:none;color:#364760;font-size:13px;font-weight:600;padding:0 10px}.sf-utility-btn:hover{background:#e7ecf4;transform:none}.sf-utility-btn.active{border-color:#b4c7e5;background:#dfe8f7;color:#153a76}.sf-utility-badge{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:6px;border-radius:999px;background:#1464e9;color:#fff;font-size:11px;padding:0 5px}.sf-omni-dock{position:fixed;left:16px;bottom:16px;width:288px;border-radius:.75rem;border:1px solid rgba(226,232,240,.9);background:#fff;box-shadow:0 12px 28px #0f172a1f;z-index:30;animation:omni-rise .18s ease}.sf-omni-head{height:42px;padding:0 12px;border-bottom:0;display:flex;align-items:center;justify-content:space-between;background:#fff}.sf-omni-head strong{display:block;font-size:14px;color:#18315a}.sf-omni-head small{display:block;margin-top:1px;color:#5f6f85;font-size:11px}.sf-omni-head-actions{display:flex;gap:6px}.sf-omni-body{padding:10px;display:grid;gap:10px;max-height:52vh;overflow:auto}.sf-omni-section{border:1px solid #d2dceb;border-radius:10px;background:#fff;padding:9px}.sf-omni-label{margin:0;font-size:12px;font-weight:700;color:#354c70}.sf-omni-presence{margin-top:7px;display:flex;gap:6px;flex-wrap:wrap}.sf-presence-btn{height:28px;border-radius:999px;border:1px solid #c6d3ea;background:#fff;color:#274c84;font-size:12px;text-transform:capitalize;box-shadow:none;padding:0 10px}.sf-presence-btn.active{color:#fff;background:linear-gradient(145deg,#1268f3,#0a54d2);border-color:#1059d6}.sf-omni-capacity{margin-top:7px;display:grid;grid-template-columns:120px auto;gap:8px}.sf-omni-capacity input{height:34px;font-size:13px}.sf-omni-work-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.sf-omni-work-head .sf-btn-primary{height:30px;border-radius:15px;font-size:12px;padding:0 12px}.sf-omni-offers{margin-top:8px;display:grid;gap:7px}.sf-omni-empty{color:#64768f;font-size:12px}.sf-omni-offer-card{border:1px solid #d2dceb;border-radius:10px;padding:8px;display:grid;gap:7px}.sf-omni-offer-card strong{font-size:13px;color:#143560}.sf-omni-offer-card p{margin-top:2px;font-size:12px;color:#5b6d85}.sf-omni-offer-actions{display:flex;gap:8px}.sf-omni-offer-actions .sf-btn-primary,.sf-omni-offer-actions .sf-btn-light{height:30px;border-radius:15px;font-size:12px}.sf-omni-footnote{margin:0;padding:0 10px 9px;color:#5a6d88;font-size:12px}.sf-omni-error{margin:0;padding:0 10px 10px;color:#b02b2b;font-size:12px}@keyframes omni-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sf-case-filters{display:grid;grid-template-columns:1.3fr .8fr .8fr auto;gap:8px;padding:10px 12px 12px;background:#f4f6f9;border-top:1px solid #d3dae7}.sf-case-filters input{height:36px;font-size:14px}.panel-grid{display:grid;grid-template-columns:1.05fr 1.55fr 1fr;gap:1rem}.panel-grid.two-column{grid-template-columns:1fr 1fr}.panel-grid.three-column{grid-template-columns:1fr 1fr 1fr}.omni-supervisor{display:grid;gap:1rem}.admin-section{display:grid;gap:1rem;align-items:start;grid-template-areas:"nav content"}.admin-section.admin-section-left{grid-template-columns:minmax(250px,320px) minmax(0,1fr);grid-template-areas:"nav content"}.admin-section.admin-section-right{grid-template-columns:minmax(0,1fr) minmax(250px,320px);grid-template-areas:"content nav"}.admin-nav-pane{grid-area:nav;position:sticky;top:1rem;align-self:start;display:grid;gap:.85rem;border:1px solid #d8e1f1;border-radius:var(--radius);background:linear-gradient(180deg,#fff,#f6fafe);box-shadow:var(--shadow);padding:.9rem;max-height:calc(100vh - 2.6rem);overflow:hidden}.admin-nav-pane-head{position:relative;display:grid;gap:.45rem;padding-right:4.8rem}.admin-nav-pane-head h3{font-size:1rem}.admin-nav-pane-head p{font-size:.8rem;color:#4a5f82}.admin-nav-actions{position:absolute;top:0;right:0;display:inline-flex;gap:.35rem}.admin-nav-icon-btn{width:2rem;height:2rem;border-radius:999px;border:1px solid #bfd2ea;background:#f5f9ff;color:#22456f;display:inline-flex;align-items:center;justify-content:center;padding:0;font-weight:800;font-size:.75rem;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.admin-nav-icon-btn:hover{background:#e8f2ff;border-color:#9fc2ea}.admin-nav-icon-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #0f78d233}.admin-nav-search-wrap{display:grid;gap:.3rem}.admin-nav-search-label{font-size:.76rem;font-weight:700;color:#3f5376;text-transform:uppercase;letter-spacing:.04em}.admin-nav-search{width:100%;border-radius:9px;border:1px solid #c9d9ef;background:#f7fbff;color:#163155;font-size:.84rem;padding:.46rem .6rem;outline:none}.admin-nav-search:focus{border-color:#82b8ef;box-shadow:0 0 0 2px #0f78d21f}.admin-nav-tree{display:grid;gap:.65rem;overflow-y:auto;padding-right:.2rem}.admin-nav-group{display:grid;gap:.35rem}.admin-nav-group-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid #cfdaec;background:#ecf3fb;color:#193252;font-weight:700;font-size:.84rem;padding:.5rem .65rem;text-align:left}.admin-nav-group-toggle:hover{background:#dfeaf8}.admin-nav-group-toggle.expanded{border-color:#9bc6f3;background:#dbeeff}.admin-nav-chevron{font-size:.9rem;font-weight:800}.admin-nav-items{display:grid;gap:.3rem;margin:0;padding:0 0 0 .4rem;list-style:none}.admin-nav-item{width:100%;text-align:left;border-radius:8px;border:1px solid transparent;background:#f7fbff;color:#2f4a71;font-weight:600;font-size:.82rem;padding:.45rem .55rem}.admin-nav-item:hover{background:#ebf3ff;border-color:#cad9ef}.admin-nav-item.active{background:linear-gradient(145deg,var(--accent-strong),#0a7ed0);color:#fff;border-color:#0a76c3;box-shadow:0 4px 12px #0a6cbb47}.admin-nav-empty{margin:0;padding:.55rem .65rem;border-radius:8px;border:1px dashed #cbd8ea;background:#f8fbff;color:#4a5f82;font-size:.82rem}.admin-content{grid-area:content;display:grid;gap:1rem;min-width:0}.admin-content-head{display:grid;gap:.35rem}.admin-content-head h2{font-size:1.15rem}.admin-content-head p{color:#3f5376;font-size:.88rem}.admin-subnav{display:flex;gap:.45rem;flex-wrap:wrap;border-bottom:2px solid var(--line);padding-bottom:.6rem}.admin-subnav button{text-transform:capitalize;padding:.45rem .9rem;border-radius:8px;background:#f2f6fb;border-color:#d0daea;color:#2a3f5f;font-weight:600;font-size:.85rem}.admin-subnav button:hover{background:#e4edfa;transform:translateY(-1px)}.admin-subnav button.active{background:linear-gradient(145deg,var(--accent-strong),#0a7ed0);color:#fff;border-color:#0a76c3;box-shadow:0 4px 12px #0a6cbb40}.omni-supervisor-panel{display:grid;gap:1rem}.two-column{grid-template-columns:repeat(2,1fr)}.supervisor-fab{position:fixed;bottom:1rem;left:1rem;width:3.2rem;height:3.2rem;border-radius:50%;background:linear-gradient(135deg,#002045,#1a365d);border:none;color:#fff;font-size:1.4rem;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #1a365d40;z-index:100;padding:0;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.supervisor-fab-badge{position:absolute;top:-4px;right:-4px;background:#e53e3e;color:#fff;font-size:.65rem;font-weight:700;min-width:1.1rem;height:1.1rem;border-radius:.6rem;display:flex;align-items:center;justify-content:center;padding:0 3px;pointer-events:none}.supervisor-fab:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 28px #0a6cbb8c}.supervisor-chatwindow{position:fixed;width:380px;max-width:calc(100vw - 16px);background:#f4f7fb;border:1px solid #c6d4e8;border-radius:14px;box-shadow:0 8px 32px #08142e47;z-index:160;display:flex;flex-direction:column;overflow:hidden;animation:pop-in .18s ease}.supervisor-chatwindow-head{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;background:linear-gradient(128deg,#11284a,#0f8f78 80%);color:#f8fbff;cursor:move;-webkit-user-select:none;user-select:none;border-radius:14px 14px 0 0;flex-shrink:0;gap:.5rem}.supervisor-chatwindow-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;overflow:hidden}.supervisor-chatwindow-title strong{display:block;font-size:.88rem;white-space:nowrap}.supervisor-chatwindow-title small{display:block;opacity:.75;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supervisor-chatwindow-actions{display:flex;gap:.3rem;flex-shrink:0}.supervisor-chatwindow-btn{background:#ffffff26;border-color:#ffffff40;color:#fff;width:1.75rem;height:1.75rem;padding:0;border-radius:50%;font-size:.7rem;display:flex;align-items:center;justify-content:center}.supervisor-chatwindow-btn:hover{background:#ffffff47}.supervisor-chatwindow-nav{display:flex;gap:.3rem;flex-wrap:wrap;padding:.45rem .6rem;background:#eef2f8;border-bottom:1px solid #c6d4e8;flex-shrink:0}.supervisor-chatwindow-nav button{font-size:.72rem;padding:.25rem .55rem;border-radius:6px;background:#dce7f5;border-color:#c0d2ea;color:#1e3a5f;font-weight:600;text-transform:capitalize}.supervisor-chatwindow-nav button:hover{background:#ccd9ef}.supervisor-chatwindow-nav button.active{background:linear-gradient(145deg,var(--accent-strong),#0a7ed0);color:#fff;border-color:#0a76c3;box-shadow:0 2px 8px #0a6cbb4d}.supervisor-chatwindow-body{height:420px;overflow-y:auto;padding:.75rem}@keyframes pop-in{0%{transform:scale(.92) translateY(10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.omni-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.case-preview-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.case-filter-form{margin-bottom:.9rem}.case-mobile-stage{display:grid;grid-template-columns:minmax(300px,393px) 1fr;gap:1rem;align-items:start}.phone-shell{border:7px solid #12233f;border-radius:30px;background:#f4f7fb;height:812px;display:grid;grid-template-rows:auto 72px 1fr;overflow:hidden}.sf-header-shell{min-height:136px;background:linear-gradient(160deg,#f8fbff,#eef4fa);color:#1c2f4c;box-shadow:inset 0 -1px #c9d6ea}.sf-status-row{display:flex;justify-content:space-between;align-items:center;height:44px;padding:0 18px 0 22px;font-size:15px;font-weight:700;color:#0f1f34}.sf-status-icons{display:flex;gap:10px;font-size:12px}.sf-nav-row{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.sf-avatar-wrap{width:32px;height:32px;border-radius:999px;overflow:hidden;box-shadow:0 0 0 1px #b9c9df}.phone-logo{width:100%;height:100%;object-fit:cover}.sf-nav-icons{display:flex;gap:12px}.sf-nav-icons button{width:20px;height:20px;padding:0;border:0;background:transparent;color:#1a3558;font-size:14px;border-radius:0;box-shadow:none}.sf-title{margin:0;padding:0 20px;font-size:24px;line-height:41px;font-weight:700;color:#2f3f57}.phone-action-bar{background:#fafafa;box-shadow:inset 0 -1px #dde2e3;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:0;padding:11px 6px 10px}.phone-action-bar button{border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;justify-items:center;gap:5px;padding:0;color:#3c3c3c}.sf-action-icon{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(160deg,#eef6ff,#dff3ee);color:#0d4c82;font-size:16px;box-shadow:inset 0 0 0 1px #bfd7ef}.phone-action-bar small{font-size:11px;line-height:1;color:#3c3c3c}.phone-content{overflow:auto;padding:10px 9px;display:grid;gap:10px}.case-feed-card{text-align:left;display:grid;gap:4px;width:100%;border-radius:10px;border:1px solid #d7dfeb;box-shadow:0 4px 12px #1025430d;background:#fff;padding:10px;transition:border-color .16s ease,transform .16s ease,box-shadow .18s ease}.case-feed-card.active{border-color:#74b9f8;box-shadow:0 0 0 2px #d7ebff,0 8px 18px #0a4a8a1f;transform:translate(1px)}.case-feed-card p{color:#586a80;font-size:12px;line-height:1.35}.case-feed-title{display:flex;justify-content:space-between;gap:6px}.case-feed-title strong{font-size:14px;color:#223a59}.case-feed-title span{font-size:12px;color:#3f6f9a}.case-feed-card small{font-size:11px;color:#577594}.selected-case-panel{border:1px solid var(--line);border-radius:14px;padding:.8rem;background:linear-gradient(180deg,#fff,#f7faff)}.selected-case-panel h3{margin-bottom:.65rem}.selected-case-panel dl{margin:0;display:grid;gap:.45rem}.selected-case-panel div{border:1px solid var(--line);border-radius:10px;padding:.45rem .55rem}.selected-case-panel dt{color:#5e6f84;font-size:.74rem;margin-bottom:.14rem}.selected-case-panel dd{margin:0;font-weight:700}.list-card,.detail-card,.create-card{min-height:68vh}.record-list{margin-top:.8rem;display:grid;gap:.5rem;max-height:62vh;overflow:auto;padding-right:.15rem}.record-item{text-align:left;display:grid;gap:.2rem;width:100%}.record-item.active{background:var(--accent-soft);border-color:#8fd6c5}.record-item small{color:var(--ink-700)}.inline-form{margin-top:.85rem;grid-template-columns:repeat(4,minmax(80px,1fr));align-items:end}.inline-form input:nth-child(1){grid-column:span 2}.three-up{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0}.subcard{border:1px solid var(--line);border-radius:12px;padding:.75rem}.stack-form.compact{margin:.55rem 0}.sf-related-section{border:1px solid #d7deea;border-radius:10px;padding:10px;background:#fff}.sf-related-section h4{margin:0 0 6px;font-size:14px;color:#183c6f}.sf-related-section h3{font-size:16px;margin-bottom:8px;color:#183c6f}.sf-related-section select{width:100%;margin-bottom:10px}.sf-related-mini-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.sf-related-mini-list li{font-size:13px;color:#4d5f7a;border-bottom:1px solid #ecf1f8;padding-bottom:4px}.sf-related-mini-list li:last-child{border-bottom:0;padding-bottom:0}.sf-admin-note{margin-top:4px;color:#516482;font-size:13px}.sf-impact-grid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-admin{display:grid;gap:10px}.security-admin-controls{display:grid;grid-template-columns:1fr minmax(220px,320px);gap:10px;align-items:center}.security-subnav{margin:0}.security-assignments-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.security-assignment-add{margin-top:8px;display:grid;grid-template-columns:1fr auto;gap:8px}.sf-object-manager-grid{margin-top:10px;display:grid;grid-template-columns:1fr 1.4fr;gap:12px}.sf-field-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.sf-field-list li{border:1px solid #dde5f2;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:space-between;gap:10px}.sf-field-list p{margin-top:3px;color:#5c6f8c;font-size:12px}.sf-field-pill-wrap{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sf-field-pill{padding:3px 8px;border-radius:999px;border:1px solid #cfdaec;background:#f6f9ff;color:#39557f;font-size:11px;font-weight:700;text-transform:lowercase}.sf-field-pill.custom{border-color:#96d9c9;background:#e9f9f4;color:#1a7b65}.sf-btn-danger{color:#a62c2c;border-color:#e8bbbb}.sf-object-field-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sf-object-field-form label{display:grid;gap:4px}.sf-object-field-form label span{font-size:12px;color:#35517a}.sf-check-label{display:flex!important;align-items:center;gap:8px}.sf-check-label input[type=checkbox]{width:16px;height:16px;padding:0}.mini-list,.history-list,.status-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.4rem}.mini-list li,.history-list li,.status-list li{border:1px solid var(--line);border-radius:10px;padding:.45rem .55rem;display:grid;gap:.15rem}.mini-list button{margin-top:.2rem}.check-row{display:flex;align-items:center;gap:.45rem}.error-banner{margin:0;color:#fff;background:linear-gradient(145deg,#d33737,var(--danger));border-radius:10px;padding:.5rem .65rem}.meta-fallback-banner{margin:0;border:1px solid #f2cb78;background:#fff8e6;color:#5f4b1d;border-radius:8px;padding:.45rem .55rem;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.meta-fields{border:1px solid #d7deea;border-radius:10px;padding:8px;background:#fcfdff}.meta-fields h4{margin:0 0 6px;color:#29466f;font-size:13px}.meta-fields-grid{display:grid;gap:8px}.meta-fields-grid label{display:grid;gap:4px}.meta-loading-note{color:#4f6482;font-size:12px}.meta-field-error{color:#bb3030;font-size:12px}.record-item.active{background:linear-gradient(140deg,#e6f3ff,var(--accent-soft));border-color:#8bc3ff}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-soft{0%,to{box-shadow:inset 0 0 0 1px #ffffff40}50%{box-shadow:inset 0 0 0 1px #ffffff6b,0 0 0 8px #ffffff0f}}.table-lite{width:100%;border-collapse:collapse;margin-top:.75rem}.table-lite th,.table-lite td{border:1px solid var(--line);padding:.5rem;text-align:left}@media(max-width:1200px){.sf-workspace,.sf-activity-row,.sf-case-filters,.sf-case-list-filters{grid-template-columns:1fr}.sf-omni-dock{right:10px;left:10px;width:auto}.case-preview-grid,.panel-grid,.sf-impact-grid{grid-template-columns:1fr}.admin-section.admin-section-left,.admin-section.admin-section-right{grid-template-columns:1fr;grid-template-areas:"nav" "content"}.admin-nav-pane{position:static;max-height:none}.sf-object-manager-grid,.sf-object-field-form,.security-admin-controls,.security-assignments-grid,.security-assignment-add,.case-mobile-stage{grid-template-columns:1fr}.list-card,.detail-card,.create-card{min-height:auto}.record-list{max-height:36vh}.three-up,.agent-dashboard__summary-grid,.agent-dashboard__action-grid,.agent-dashboard__content-grid{grid-template-columns:1fr}.agent-dashboard__table-head,.agent-dashboard__table-row{grid-template-columns:1.4fr repeat(4,minmax(0,1fr))}.stitch-dashboard__summary,.stitch-dashboard__layout{grid-template-columns:1fr}.stitch-case-list-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.lexis-case-detail__layout,.lexis-case-create-card{grid-template-columns:1fr}}@media(max-width:760px){.toast-viewport{top:.75rem;right:.75rem;left:.75rem;width:auto}.workspace-sidebar__backdrop{display:block}.workspace-sidebar{inset:0 auto 0 0;width:20rem;max-width:calc(100vw - 2.5rem);transform:translate(-100%);box-shadow:0 18px 40px #0f172a29}.workspace-sidebar.is-mobile-open{transform:translate(0)}.workspace-main{margin-left:0}.workspace-topbar{height:4rem;padding:0 1rem;flex-direction:row;align-items:center}.workspace-topbar__search{display:none}.workspace-topbar__left{width:auto;flex:0 1 auto;flex-direction:row;align-items:center;gap:.6rem}.workspace-topbar__actions{margin-left:auto;gap:.35rem}.workspace-topbar__menu{display:inline-flex;align-items:center;justify-content:center}.workspace-topbar__brand{font-size:1rem}.workspace-topbar__icon{width:2.2rem;height:2.2rem}.workspace-topbar__user{gap:0;padding-left:0;border-left:0}.workspace-topbar__user>div:first-child{display:none}.workspace-canvas{padding:1rem}.app-shell{width:calc(100% - 1rem);margin:.5rem auto 1rem}.topbar{padding:1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.topbar-right{width:100%;justify-content:space-between}.topbar-nav-pills{justify-content:flex-start}.app-launcher-dropdown{grid-template-columns:repeat(3,1fr)}.brand-logo{width:160px;max-width:100%}.topbar-subtitle{display:none}.topbar h1{font-size:.9rem}.settings-grid{grid-template-columns:1fr}.agent-dashboard__hero{padding:1.2rem}.agent-dashboard__hero,.agent-dashboard__hero-actions,.agent-dashboard__panel-head,.agent-dashboard__mini-head{flex-direction:column;align-items:flex-start}.agent-dashboard__summary-grid,.agent-dashboard__action-grid{grid-template-columns:1fr}.agent-dashboard__table-head{display:none}.agent-dashboard__table-row{grid-template-columns:1fr}.stitch-dashboard__summary,.stitch-dashboard__quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-list-filters,.stitch-list-filters--cases{grid-template-columns:1fr}.stitch-case-list-head,.stitch-case-list-toolbar,.stitch-case-list-toolbar-main{flex-direction:column;align-items:flex-start}.stitch-case-list-page{gap:1.15rem}.stitch-case-list-segments{width:100%;overflow-x:auto;padding:.25rem;border-radius:.95rem}.stitch-case-list-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.stitch-case-list-metric{padding:1rem;border-radius:.9rem}.stitch-case-list-metric p{margin-bottom:.45rem;font-size:.72rem;letter-spacing:.12em}.stitch-case-list-metric strong{font-size:1.65rem}.stitch-case-list-toolbar{gap:.8rem}.stitch-case-list-toolbar-main{width:100%;gap:.75rem}.stitch-case-list-toolbar-main .sf-btn-light{width:100%;justify-content:center}.stitch-case-list-sort{width:100%;justify-content:space-between;padding:.8rem .95rem;border-radius:.9rem;background:#fff;border:1px solid rgba(228,233,239,.95);box-shadow:0 8px 20px #0f172a0a}.stitch-case-list-sort-select{max-width:56%;text-align:right}.stitch-case-list-toolbar-actions{display:none}.lexis-case-detail__topbar,.lexis-case-detail__top-actions{flex-direction:column;align-items:flex-start}.lexis-detail-grid,.lexis-priority-grid,.lexis-case-create-grid-two{grid-template-columns:1fr}.lexis-case-create-account-summary,.lexis-case-create-contact-chip{grid-template-columns:auto minmax(0,1fr)}.lexis-case-create-account-summary .lexis-case-create-contact-chip__action,.lexis-case-create-contact-chip .lexis-case-create-contact-chip__action{grid-column:2;justify-self:flex-start}.lexis-case-create-hero{grid-template-columns:1fr}.lexis-case-create-hero__bar{display:none}.stitch-dashboard__tabbar,.stitch-dashboard__tabs{flex-direction:row;align-items:center}.stitch-dashboard{gap:1.25rem}.stitch-dashboard__summary{margin-bottom:.2rem}.stitch-dashboard__metric{padding:1rem}.stitch-dashboard__metric strong{font-size:2rem}.stitch-dashboard__tabbar{margin-bottom:.15rem}.stitch-dashboard__tab{font-size:1.125rem;font-family:Manrope,sans-serif;font-weight:700;color:#94a3b8}.stitch-dashboard__filter-btn,.stitch-dashboard__table--desktop,.stitch-dashboard__table-foot{display:none}.stitch-dashboard__mobile-cards{display:grid;gap:.75rem;padding-top:.15rem}.stitch-dashboard__mobile-card{width:100%;padding:1rem;border:0;border-left:4px solid #c4c6cf;border-radius:.75rem;background:#fff;text-align:left;box-shadow:0 4px 20px #181c1e0f}.stitch-dashboard__mobile-card--primary{border-left-color:#002045}.stitch-dashboard__mobile-card--danger{border-left-color:#ba1a1a}.stitch-dashboard__mobile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.stitch-dashboard__mobile-head p{margin-bottom:.2rem;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.stitch-dashboard__mobile-head h4{font-family:Manrope,sans-serif;font-size:1rem;line-height:1.25;color:#002045}.stitch-dashboard__mobile-badge{display:inline-flex;align-items:center;justify-content:center;padding:.18rem .5rem;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.05em}.stitch-dashboard__mobile-badge--active{background:#a5eff0;color:#004f50}.stitch-dashboard__mobile-badge--pending{background:#d5e0f7;color:#586377}.stitch-dashboard__mobile-badge--review{background:#e5e9eb;color:#43474e}.stitch-dashboard__mobile-meta{display:flex;gap:1.5rem;margin-top:.9rem;padding-top:.75rem;box-shadow:inset 0 1px #f1f4f6}.stitch-dashboard__mobile-meta span{display:block;margin-bottom:.15rem;font-size:.62rem;color:#64748b}.stitch-dashboard__mobile-meta strong{font-size:.74rem;color:#002045}.stitch-list-head{flex-direction:column;align-items:flex-start}.stitch-list-table{display:none}.stitch-mobile-cards{display:grid;gap:.75rem;padding:.75rem}.stitch-list-table-wrap{border-radius:1rem}.stitch-mobile-record{padding:1rem;border-left:4px solid #c4c6cf;border-radius:.85rem;background:#fff;box-shadow:0 4px 20px #181c1e0f}.stitch-mobile-record--primary{border-left-color:#002045}.stitch-mobile-record--danger{border-left-color:#ba1a1a}.stitch-mobile-record--muted{border-left-color:#b9c4d1}.stitch-mobile-record__badge{display:inline-flex;align-items:center;justify-content:center;padding:.18rem .5rem;border-radius:999px;font-size:.62rem;font-weight:800;letter-spacing:.05em}.stitch-mobile-record__badge--active{background:#a5eff0;color:#004f50}.stitch-mobile-record__badge--pending{background:#d5e0f7;color:#586377}.stitch-mobile-record__badge--review{background:#ffdcd7;color:#8d140f}.stitch-mobile-record__subtitle{margin-top:.5rem;color:#64748b;font-size:.85rem}.stitch-mobile-record__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:.85rem;padding-top:.8rem;box-shadow:inset 0 1px #f1f4f6}.stitch-mobile-record__meta span{display:block;margin-bottom:.15rem;font-size:.62rem;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.stitch-mobile-record__meta strong{display:block;font-size:.75rem;line-height:1.35;color:#002045}.stitch-pagination{justify-content:space-between}.stitch-pagination-pages{display:none}.stitch-pagination-info{margin-left:auto;font-size:.8rem}.sf-omni-dock{left:10px;right:10px;width:auto}.inline-form{grid-template-columns:1fr}.inline-form input:nth-child(1){grid-column:auto}.sf-bottom-bar{overflow-x:auto}.admin-nav-pane-head{gap:.6rem}.admin-nav-pane-head{padding-right:4.8rem}.create-account-modal__card{padding:1.35rem}.create-account-modal__grid-two{grid-template-columns:1fr}}@media(max-width:560px){.stitch-case-list-segment{white-space:nowrap}.stitch-case-list-sort{flex-direction:column;align-items:flex-start;gap:.45rem}.stitch-case-list-sort-select{max-width:none;width:100%;text-align:left}.stitch-mobile-record__head{flex-direction:column;align-items:flex-start}.stitch-mobile-record__meta{grid-template-columns:1fr;gap:.65rem}.stitch-pagination{flex-wrap:wrap;gap:.6rem}.stitch-pagination-info{width:100%;margin-left:0}.lexis-case-create-account-search__field{min-height:3.5rem;gap:.6rem;padding:0 .85rem}.lexis-case-create-account-search__field input{font-size:1rem}.lexis-case-create-account-option{grid-template-columns:1fr}.lexis-case-create-account-option__avatar,.lexis-case-create-account-summary__avatar{width:2.8rem;height:2.8rem;border-radius:.9rem}.create-account-modal__head h3{font-size:1.55rem}.create-account-modal__actions{flex-direction:column-reverse;align-items:stretch}}@media(max-width:390px){.stitch-case-list-metrics{grid-template-columns:1fr}.stitch-case-list-metric{min-height:0;padding:.95rem .9rem}.stitch-case-list-metric strong{font-size:1.5rem}}
