.status-screen{align-content:center;place-items:center;gap:var(--space-10);min-height:100svh;padding:var(--space-10) var(--space-4);color:var(--text);background:var(--bg);text-align:center;display:grid}.status-screen--page{min-height:min(560px,100vh - 180px);padding:var(--space-12) var(--space-4);background:0 0}.status-screen__brand .solesync-brand__lockup{width:150px}.status-screen__body{justify-items:center;gap:var(--space-3);max-width:420px;display:grid}.status-screen__icon{width:56px;height:56px;margin-bottom:var(--space-2);color:var(--text-secondary);background:color-mix(in srgb, var(--text) 6%, var(--surface));border-radius:50%;place-items:center;display:grid}.status-screen__title{font-family:var(--font-display);font-size:var(--fs-24);font-weight:var(--fw-semibold);line-height:var(--lh-heading);letter-spacing:-.01em;margin:0}.status-screen--page .status-screen__title{font-size:var(--fs-20)}.status-screen__detail{color:var(--text-secondary);font-size:var(--fs-14);line-height:var(--lh-body);margin:0}.status-screen__actions{justify-content:center;gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.status-screen--opening{gap:var(--space-8)}.status-screen__spinner{border:2px solid var(--border-strong);border-top-color:var(--text-secondary);border-radius:50%;width:22px;height:22px;animation:.9s linear infinite status-screen-spin}@keyframes status-screen-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.status-screen__spinner{animation-duration:2.4s}}.shell{--shell-hover:color-mix(in srgb, var(--text) 6%, transparent);--shell-topbar-height:60px;grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:var(--bg);min-height:100dvh;transition:grid-template-columns var(--dur-enter) var(--ease);display:grid}.shell--collapsed{grid-template-columns:var(--sidebar-collapsed) minmax(0, 1fr)}.shell-sidebar{gap:var(--space-3);min-width:0;height:100dvh;padding:var(--space-4) var(--space-3);border-right:1px solid var(--border);background:var(--surface);scrollbar-width:thin;flex-direction:column;display:flex;position:sticky;top:0;overflow-y:auto}.shell-sidebar__head{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-1) var(--space-1) var(--space-2);display:flex}.shell-sidebar__head .solesync-brand{min-width:0}.shell-sidebar__head .solesync-brand__lockup{height:30px}.shell-sidebar__toggle{flex:none}.shell-store{align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:var(--space-2) var(--space-3) var(--space-2) var(--space-2);border:1px solid var(--border);border-radius:var(--radius-control);color:var(--text);background:var(--surface);font:inherit;font-size:var(--fs-14);font-weight:var(--fw-semibold);text-align:left;display:flex}.shell-store--switch{cursor:pointer;transition:background var(--dur-hover) var(--ease), border-color var(--dur-hover) var(--ease)}.shell-store--switch:hover{border-color:var(--border-strong);background:var(--shell-hover)}.shell-store__mark{border-radius:var(--radius-chip);width:28px;height:28px;color:var(--text-secondary);background:var(--surface-sunken);font-size:var(--fs-12);font-weight:var(--fw-bold);letter-spacing:.02em;flex:none;place-items:center;display:grid}.shell-store__name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.shell-store__chevron{color:var(--text-tertiary);flex:none}.shell-store__spacer{width:var(--space-4);display:inline-block}.shell-store-compact{align-items:center;gap:var(--space-1);min-width:0;max-width:44vw;height:36px;padding:0 var(--space-2) 0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-control);color:var(--text);background:var(--surface);font:inherit;font-size:var(--fs-14);font-weight:var(--fw-semibold);cursor:pointer;transition:border-color var(--dur-hover) var(--ease);flex:0 auto;display:none}.shell-store-compact:hover,.shell-store-compact[aria-expanded=true]{border-color:var(--border-strong)}.shell-store-compact svg{color:var(--text-tertiary);flex:none}.shell-store-compact__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.shell-nav{gap:var(--space-2);margin-top:var(--space-1);display:grid}.shell-nav__group{gap:2px;display:grid}.shell-nav__group+.shell-nav__group{padding-top:var(--space-2);border-top:1px solid var(--border)}.shell-nav__item{height:var(--control-sm);align-items:center;gap:var(--space-3);min-width:0;padding:0 var(--space-3);border-radius:var(--radius-control);color:var(--text-secondary);font-size:var(--fs-14);font-weight:var(--fw-medium);white-space:nowrap;transition:background var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);text-decoration:none;display:flex;position:relative}.shell-nav__item svg{color:var(--text-tertiary);transition:color var(--dur-hover) var(--ease);flex:none}.shell-nav__item:hover{color:var(--text);background:var(--shell-hover)}.shell-nav__item:hover svg{color:var(--text-secondary)}.shell-nav__item[aria-current=page]{color:var(--text);background:var(--shell-hover);font-weight:var(--fw-semibold)}.shell-nav__item[aria-current=page] svg{color:var(--text)}.shell-nav__item[aria-current=page]:before{border-radius:var(--radius-pill);background:var(--accent);content:"";width:3px;position:absolute;top:8px;bottom:8px;left:0}.shell-nav__label{text-overflow:ellipsis;overflow:hidden}.shell--collapsed .shell-sidebar{padding-inline:var(--space-2);align-items:stretch}.shell--collapsed .shell-sidebar .shell-sidebar__head{padding:0 0 var(--space-1);flex-direction:column}.shell--collapsed .shell-sidebar .shell-store{padding:var(--space-2) 0;justify-content:center}.shell--collapsed .shell-sidebar .shell-nav__item{justify-content:center;padding:0}.shell--collapsed .shell-sidebar .shell-nav__label,.shell--collapsed .shell-sidebar .shell-store__name{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.shell-workspace{flex-direction:column;min-width:0;display:flex}.shell-topbar{z-index:var(--z-sticky);height:var(--shell-topbar-height);align-items:center;gap:var(--space-3);padding-inline:max(var(--page-gutter), calc((100% - var(--page-max)) / 2));border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 86%, transparent);-webkit-backdrop-filter:saturate(1.4)blur(10px);backdrop-filter:saturate(1.4)blur(10px);display:flex;position:sticky;top:0}.shell-topbar .shell-topbar__menu{display:none}.shell-topbar__actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.shell-search{align-items:center;gap:var(--space-2);min-width:0;height:36px;padding:0 var(--space-2) 0 var(--space-3);border:1px solid var(--border);border-radius:var(--radius-control);color:var(--text-tertiary);background:var(--surface);font:inherit;font-size:var(--fs-14);cursor:pointer;transition:border-color var(--dur-hover) var(--ease);flex:0 380px;display:flex}.shell-search:hover{border-color:var(--border-strong)}.shell-search__text{text-align:left;flex:1}.shell-search__kbd{border:1px solid var(--border);border-radius:var(--radius-chip);color:var(--text-tertiary);background:var(--surface-sunken);font-family:var(--font-ui);font-size:var(--fs-12);padding:1px 6px}.shell-icon-button{border-radius:var(--radius-control);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--dur-hover) var(--ease), color var(--dur-hover) var(--ease);background:0 0;border:0;flex:none;place-items:center;display:inline-grid;position:relative}.shell-icon-button:hover,.shell-icon-button[aria-expanded=true]{color:var(--text);background:var(--shell-hover)}.shell-avatar-button{border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:0;padding:2px;display:inline-grid}.shell-avatar-button:hover .ui-avatar,.shell-avatar-button[aria-expanded=true] .ui-avatar{box-shadow:0 0 0 2px var(--border-strong)}.shell-popover{padding:var(--space-3)}.shell-link{padding:var(--space-1) var(--space-2);border-radius:var(--radius-chip);color:var(--info);font:inherit;font-size:var(--fs-13);font-weight:var(--fw-semibold);cursor:pointer;background:0 0;border:0}.shell-link:hover{background:var(--info-soft)}.shell-bell__badge{border-radius:var(--radius-pill);min-width:17px;height:17px;color:var(--on-primary);background:var(--primary);box-shadow:0 0 0 2px var(--bg);font-size:var(--fs-12);font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums;text-align:center;padding:0 4px;line-height:17px;position:absolute;top:2px;left:55%}.shell-bell{gap:var(--space-2);width:min(360px,100vw - 32px);display:grid}.shell-bell__head{justify-content:space-between;align-items:center;gap:var(--space-2);min-height:28px;padding:0 0 0 var(--space-2);font-size:var(--fs-14);display:flex}.shell-bell__state{padding:var(--space-4) var(--space-2);color:var(--text-tertiary);font-size:var(--fs-13);margin:0}.shell-bell__list{gap:2px;margin:0;padding:0;list-style:none;display:grid}.shell-bell__item{align-items:start;gap:var(--space-3);width:100%;padding:var(--space-2);border-radius:var(--radius-control);color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:8px minmax(0,1fr) auto;display:grid}.shell-bell__item:hover{background:var(--row-hover)}.shell-bell__dot{border-radius:50%;width:8px;height:8px;margin-top:6px}.shell-bell__item.is-unread .shell-bell__dot{background:var(--info)}.shell-bell__text{gap:2px;min-width:0;display:grid}.shell-bell__title{font-size:var(--fs-14);font-weight:var(--fw-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-bell__item.is-unread .shell-bell__title{font-weight:var(--fw-semibold)}.shell-bell__body{color:var(--text-secondary);font-size:var(--fs-13);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-bell__time{color:var(--text-tertiary);font-size:var(--fs-12);font-variant-numeric:tabular-nums}.shell-bell__foot{padding-top:var(--space-2);border-top:1px solid var(--border);justify-content:flex-end;display:flex}.shell-chip-anchor{display:inline-flex}.shell-chip__details{gap:var(--space-3);width:min(280px,100vw - 32px);display:grid}.shell-chip__row{align-items:center;gap:var(--space-2);font-size:var(--fs-14);flex-wrap:wrap;display:flex}.shell-chip__row svg{color:var(--text-secondary)}.shell-chip__quiet{color:var(--text-tertiary);font-size:var(--fs-13);margin:0}.shell-chip__section{gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--border);display:grid}.shell-chip__label{color:var(--text-tertiary);font-size:var(--fs-12);font-weight:var(--fw-semibold)}.shell-account__body{gap:var(--space-4);width:min(280px,100vw - 32px);display:grid}.shell-account__who{align-items:center;gap:var(--space-3);min-width:0;display:flex}.shell-account__who>span{min-width:0;display:grid}.shell-account__who strong{font-size:var(--fs-14);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-account .appearance__legend{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.shell-account__who small{color:var(--text-tertiary);font-size:var(--fs-12)}.shell-account__actions{padding-top:var(--space-2);border-top:1px solid var(--border);gap:2px;display:grid}.shell-account__action{align-items:center;gap:var(--space-3);height:36px;padding:0 var(--space-2);border-radius:var(--radius-control);color:var(--text);font:inherit;font-size:var(--fs-14);text-align:left;cursor:pointer;background:0 0;border:0;display:flex}.shell-account__action svg{color:var(--text-secondary)}.shell-account__action:hover:not(:disabled){background:var(--row-hover)}.shell-account__action:disabled{color:var(--text-tertiary);cursor:default}.shell-account__list{margin:calc(var(--space-2) * -1) 0 0;padding-top:var(--space-2);border-top:1px solid var(--border);gap:2px;display:grid}.shell-account__switch{align-items:center;gap:var(--space-3);min-width:0;min-height:48px;padding:var(--space-1) var(--space-2);border-radius:var(--radius-control);color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;transition:background-color .12s cubic-bezier(.2,.8,.2,1);display:flex}.shell-account__switch:hover{background:var(--row-hover)}.shell-account__switch>span{min-width:0;display:grid}.shell-account__switch strong{font-size:var(--fs-14);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.shell-account__switch small,.shell-account__who small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-account__switch small{color:var(--text-tertiary);font-size:var(--fs-12)}@media (prefers-reduced-motion:reduce){.shell-account__switch{transition:none}}.shell-main{outline:none;flex:1;min-width:0}.shell-drawer{z-index:var(--z-overlay);background:var(--scrim);animation:shell-fade var(--dur-enter) var(--ease);position:fixed;inset:0}.shell-drawer__panel:focus{outline:none}.shell-drawer__panel{gap:var(--space-3);width:min(300px,86vw);height:100%;padding:var(--space-4) var(--space-3);background:var(--surface);box-shadow:var(--shadow-lg);animation:shell-slide var(--dur-sheet) var(--ease);flex-direction:column;display:flex;overflow-y:auto}@keyframes shell-fade{0%{opacity:0}}@keyframes shell-slide{0%{opacity:0;transform:translate(-24px)}}.shell-bottom{display:none}@media (width<=1023px){.shell,.shell--collapsed{grid-template-columns:minmax(0,1fr)}.shell-sidebar{display:none}.shell-topbar .shell-topbar__menu{display:inline-grid}.shell-store-compact{display:inline-flex}}@media (width<=767px){.shell{--shell-topbar-height:56px}.shell-topbar{gap:var(--space-2)}.shell-topbar .shell-topbar__menu{display:none}.shell-search{flex:auto}.shell-search__kbd{display:none}.shell-store-compact~.shell-search{flex:none;justify-content:center;width:36px;padding:0}.shell-store-compact~.shell-search .shell-search__text{display:none}.shell-chip{width:var(--control-sm);min-height:var(--control-sm);justify-content:center;padding:0}.shell-chip .ui-readonly-chip__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.shell-topbar__actions{gap:var(--space-1)}.shell-main{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.shell-bottom{z-index:var(--z-sticky);padding:var(--space-1) var(--space-1) calc(var(--space-1) + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb, var(--surface) 92%, transparent);-webkit-backdrop-filter:saturate(1.4)blur(10px);backdrop-filter:saturate(1.4)blur(10px);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.shell-bottom__item{border-radius:var(--radius-control);min-height:52px;color:var(--text-tertiary);font:inherit;font-size:var(--fs-12);font-weight:var(--fw-medium);cursor:pointer;background:0 0;border:0;align-content:center;justify-items:center;gap:3px;text-decoration:none;display:grid;position:relative}.shell-bottom__item[aria-current=page],.shell-bottom__item.is-active{color:var(--text);font-weight:var(--fw-semibold)}.shell-bottom__item[aria-current=page]:before{border-radius:var(--radius-pill);background:var(--accent);content:"";width:20px;height:3px;position:absolute;top:0}}@media (prefers-reduced-motion:reduce){.shell,.shell-drawer,.shell-drawer__panel{transition:none;animation:none}}.shell-skeleton .shell-search,.shell-skeleton__store{cursor:default}.shell-skeleton__mark{border-radius:var(--radius-chip);flex:none;width:28px;height:28px}.shell-skeleton__grow{flex:1;max-width:60%}.shell-skeleton__icon{border-radius:var(--radius-chip);flex:none;width:18px;height:18px}.shell-skeleton__label{width:58%}.shell-nav__group:nth-child(odd) .shell-nav__item:nth-child(2n) .shell-skeleton__label{width:44%}.shell--collapsed .shell-skeleton__label,.shell--collapsed .shell-skeleton__store .shell-skeleton__grow{display:none}.shell-skeleton__circle{border-radius:var(--radius-pill);width:32px;height:32px}.shell-skeleton__page{padding-block:var(--space-8)}.shell-skeleton__title{gap:var(--space-3);display:grid}.shell-skeleton__heading{width:min(320px,70%);height:28px}.shell-skeleton__kpis{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.shell-skeleton__cards{gap:var(--space-4);grid-template-columns:minmax(0,3fr) minmax(0,2fr);display:grid}.shell-skeleton__cards .ui-skeleton--card{height:280px}@media (width<=767px){.shell-skeleton__kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.shell-skeleton__cards{grid-template-columns:minmax(0,1fr)}.shell-skeleton__cards .ui-skeleton--card:last-child{display:none}.shell-skeleton__page{padding-block:var(--space-6)}}.route-skeleton{padding-block:var(--space-8)}.route-skeleton__head{align-items:center;min-height:44px;display:flex}.route-skeleton__title{width:min(220px,50%);height:26px}.route-skeleton__body{gap:var(--space-4);display:grid}.route-skeleton__body .ui-skeleton--card:first-child{height:96px}.route-skeleton__body .ui-skeleton--card:last-child{height:320px}@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/inter-latin-variable.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/poppins-latin-600.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-400.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/ibm-plex-mono-latin-500.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-ui:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Poppins", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--fs-12:12px;--fs-13:13px;--fs-14:14px;--fs-16:16px;--fs-20:20px;--fs-24:24px;--fs-30:30px;--fs-36:36px;--lh-body:1.45;--lh-heading:1.2;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--radius-chip:6px;--radius-control:10px;--radius-card:14px;--radius-sheet:20px;--radius-pill:999px;--dur-hover:.12s;--dur-enter:.18s;--dur-sheet:.24s;--ease:cubic-bezier(.2, .8, .2, 1);--focus-width:2px;--focus-offset:2px;--row-hover:color-mix(in srgb, var(--text) 5%, transparent);--row-active:color-mix(in srgb, var(--text) 8%, transparent);--z-base:0;--z-raised:10;--z-sticky:100;--z-overlay:1000;--z-popover:1050;--z-toast:1100;--z-tooltip:1200;--page-max:1440px;--page-gutter:clamp(16px, 3vw, 40px);--sidebar-width:240px;--sidebar-collapsed:68px;--control-sm:32px;--control-md:38px;--control-lg:46px;font-family:var(--font-ui);font-synthesis:none;text-rendering:optimizelegibility}@media (prefers-reduced-motion:reduce){:root{--dur-hover:0s;--dur-enter:0s;--dur-sheet:0s}}:root,:root[data-mode=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7f9;--surface:#fff;--surface-sunken:#f2f4f7;--surface-raised:#fff;--border:#e4e7ec;--border-strong:#d0d5dd;--text:#0a1a31;--text-secondary:#475467;--text-tertiary:#5f6b7e;--primary:#071b36;--primary-hover:#152b4b;--on-primary:#fff;--accent:#fe6605;--accent-soft:#fff1e7;--info:#2563eb;--info-strong:#1d4ed8;--info-soft:#eff4ff;--on-info:#fff;--focus:#2563eb;--success:#067647;--success-soft:#ecfdf3;--warning:#b54708;--warning-soft:#fffaeb;--danger:#b42318;--danger-soft:#fef3f2;--on-danger:#fff;--teal:#00ada5;--chart-1:#071b36;--chart-2:#00857f;--chart-3:#2563eb;--chart-4:#667085;--chart-5:#b76e00;--chart-6:#d4580a;--chart-area-opacity:.2;--scrim:#071b365c;--shadow-rgb:10 26 49;--shadow-sm:0 1px 2px #0a1a310f;--shadow-md:0 4px 14px #0a1a3114;--shadow-lg:0 18px 44px #0a1a3129}:root[data-mode=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#070d17;--surface:#0d1523;--surface-sunken:#141e2f;--surface-raised:#131d2e;--border:#1b2638;--border-strong:#283548;--text:#edf1f7;--text-secondary:#a7b1c1;--text-tertiary:#8e98a8;--primary:#edf1f7;--primary-hover:#fff;--on-primary:#071b36;--accent:#ff7a26;--accent-soft:#2a1708;--info:#6b9bff;--info-strong:#9dbcff;--info-soft:#0f1c36;--on-info:#071b36;--focus:#6b9bff;--success:#47cd89;--success-soft:#0b2a1c;--warning:#fdb022;--warning-soft:#2e2208;--danger:#f97066;--danger-soft:#2f1210;--on-danger:#071b36;--teal:#2bc6be;--chart-1:#9fb3cf;--chart-2:#2bc6be;--chart-3:#6b9bff;--chart-4:#98a2b3;--chart-5:#fdb022;--chart-6:#ff7a26;--chart-area-opacity:.14;--scrim:#0009;--shadow-rgb:0 0 0;--shadow-sm:none;--shadow-md:none;--shadow-lg:0 18px 44px #00000073}:root{--font-sans:var(--font-ui);--font:var(--font-ui);--fs-11:12px;--fs-15:var(--fs-16);--fs-21:var(--fs-20);--fs-32:var(--fs-30);--s1:var(--space-1);--s2:var(--space-2);--s3:var(--space-3);--s4:var(--space-4);--s5:var(--space-6);--s6:var(--space-8);--s7:var(--space-12);--s8:var(--space-16);--r-xs:4px;--r-sm:var(--radius-chip);--r-md:var(--radius-control);--r-lg:var(--radius-card);--r-xl:var(--radius-card);--r-pill:var(--radius-pill);--dur-fast:var(--dur-hover);--dur-base:var(--dur-enter);--ease-out:var(--ease);--elev-0:none;--elev-0-border:1px solid var(--border);--elev-1:var(--shadow-sm);--elev-1-border:1px solid var(--border);--elev-2:var(--shadow-sm);--elev-2-border:1px solid var(--border);--elev-3:var(--shadow-lg);--elev-3-border:1px solid var(--border-strong);--shadow-xs:var(--shadow-sm);--surface-subtle:var(--surface-sunken);--surface-muted:color-mix(in srgb, var(--surface-sunken) 55%, var(--border));--accent-ink:var(--info);--accent-strong:var(--info-strong);--on-accent:var(--on-info);--focus-ring:var(--focus);--volt:var(--info);--volt-strong:var(--info-strong);--volt-soft:var(--info-soft);--volt-ring:color-mix(in srgb, var(--focus) 22%, transparent);--brand-blue:var(--info);--brand-blue-strong:var(--info-strong);--brand-sky:var(--info);--brand-teal:var(--teal);--brand-orange:var(--accent);--brand-navy:#071b36;--brand-navy-deep:#05152b;--brand-ink:var(--text);--brand-warm:var(--surface-sunken);--attention:var(--warning);--attention-ink:var(--warning);--attention-soft:var(--warning-soft);--on-attention:var(--on-info);--sidebar:var(--surface);--sidebar-border:var(--border);--sidebar-text:var(--text-secondary);--sidebar-text-active:var(--text);--sidebar-active-bg:var(--surface-sunken);--sidebar-muted:var(--text-secondary)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:var(--fs-14);line-height:var(--lh-body);-webkit-font-smoothing:antialiased}time,input[type=number],input[inputmode=numeric],input[inputmode=decimal]{font-variant-numeric:tabular-nums}body.modal-open{overflow:hidden}button,input,select,textarea{font:inherit}button,select{cursor:pointer}button:disabled,input:disabled,select:disabled{cursor:not-allowed;opacity:.52}:focus-visible{outline:var(--focus-width) solid var(--focus);outline-offset:var(--focus-offset)}button,a[role=button],[role=option],[role=tab],summary,.button,.icon-button,.nav-item,.row-button{transition:background-color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out)}button:active:not(:disabled),a[role=button]:active,summary:active,.button:active:not(:disabled),.icon-button:active:not(:disabled),.nav-item:active,.row-button:active:not(:disabled){transform:translateY(1px)scale(.995)}h1,h2,h3,p{margin-top:0}p{color:var(--text-secondary)}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:1000;border-radius:var(--r-sm);background:var(--surface);color:var(--text);padding:10px 14px;position:fixed;top:10px;left:10px;transform:translateY(-200%)}.skip-link:focus{box-shadow:var(--shadow-lg);transform:translateY(0)}.eyebrow{color:var(--text-tertiary);font-size:var(--fs-11);font-weight:var(--fw-semibold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;display:block}.eyebrow--light{color:var(--attention-ink)}.button{justify-content:center;align-items:center;gap:var(--s2);border-radius:var(--r-md);min-height:38px;color:var(--text);font-size:var(--fs-13);font-weight:var(--fw-bold);background:0 0;border:1px solid #0000;padding:8px 13px;line-height:1;transition:transform .12s,background .12s,border-color .12s,box-shadow .12s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button--primary{color:var(--on-primary);background:var(--primary);border-color:var(--primary)}.button--primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.button--secondary{background:var(--surface);border-color:var(--border-strong);box-shadow:var(--shadow-xs)}.button--secondary:hover:not(:disabled){background:var(--surface-subtle);border-color:var(--text-tertiary)}.button--quiet{color:var(--text-secondary)}.button--quiet:hover{color:var(--text);background:var(--surface-muted)}.button--large{border-radius:var(--r-md);width:100%;min-height:47px;font-size:var(--fs-14)}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:15px;height:15px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{border:1px solid var(--border);border-radius:var(--r-md);width:36px;height:36px;color:var(--text-secondary);background:var(--surface);flex:none;place-items:center;padding:0;transition:color .12s,background .12s,border-color .12s;display:inline-grid}.icon-button:hover:not(:disabled){color:var(--text);background:var(--surface-muted);border-color:var(--border-strong)}.icon-button--small{border-radius:var(--r-sm);width:28px;height:28px}label{gap:var(--s2);color:var(--text-secondary);font-size:var(--fs-13);font-weight:var(--fw-semibold);display:grid}input,select,textarea{border:1px solid var(--border-strong);border-radius:var(--r-sm);width:100%;min-height:40px;color:var(--text);background:var(--surface);outline:none;padding:8px 10px;transition:border-color .12s,box-shadow .12s}select{appearance:none;padding-right:30px}textarea{resize:vertical;min-height:74px}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}input:focus,select:focus,textarea:focus{border-color:var(--accent-ink);box-shadow:0 0 0 3px color-mix(in srgb, var(--volt) 13%, transparent)}label small{color:var(--text-tertiary);font-weight:var(--fw-medium)}.label-optional{color:var(--text-tertiary);font-size:var(--fs-13);font-weight:var(--fw-medium)}.field-counter{justify-self:end;margin-top:-3px}.input-with-action,.input-with-icon{align-items:center;display:flex;position:relative}.input-with-action input{padding-right:46px}.input-with-action button{border-radius:var(--r-sm);width:34px;height:34px;color:var(--text-secondary);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:5px}.input-with-icon svg{color:var(--text-tertiary);pointer-events:none;position:absolute;left:11px}.input-with-icon input{padding-left:36px}.form-error,.inline-notice{border-radius:var(--r-md);font-size:var(--fs-13);font-weight:var(--fw-medium);padding:10px 12px}.form-error{border:1px solid color-mix(in srgb, var(--danger) 30%, transparent);background:var(--danger-soft);color:var(--danger)}.inline-notice{border:1px solid color-mix(in srgb, var(--info) 25%, transparent);background:var(--info-soft);color:var(--info)}.avatar{width:34px;height:34px;color:var(--on-accent);background:var(--accent-ink);font-size:var(--fs-13);font-weight:var(--fw-bold);border-radius:50%;flex:none;place-items:center;display:inline-grid}.avatar--small{width:29px;height:29px;font-size:var(--fs-12)}.modal-form{gap:var(--s4);padding:21px 22px 22px;display:grid}.form-grid{gap:var(--s4);display:grid}.form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-actions{justify-content:flex-end;align-items:center;gap:var(--s2);padding-top:2px;display:flex}.modal-actions>div{gap:var(--s2);display:flex}.button--danger{color:var(--on-accent);background:var(--danger);border-color:var(--danger)}.button--danger:hover:not(:disabled){background:color-mix(in srgb, var(--danger) 85%, black)}.radio-cards{gap:var(--s2);border:0;padding:0;display:grid}.radio-cards legend{color:var(--text-secondary);font-size:var(--fs-13);font-weight:var(--fw-bold);margin-bottom:8px}.radio-card{align-items:flex-start;gap:var(--s2);border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);padding:12px;display:flex}.radio-card--active{border-color:var(--accent-ink);background:var(--volt-soft)}.radio-card input{width:16px;min-height:16px;accent-color:var(--accent-ink);margin-top:2px}.radio-card span{color:var(--text);gap:2px;display:grid}.radio-card small{color:var(--text-secondary);font-weight:var(--fw-medium)}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(10px)scale(.98)}}.toast-region{z-index:200;gap:var(--s2);width:min(390px,100vw - 32px);display:grid;position:fixed;bottom:22px;right:22px}.toast{align-items:flex-start;gap:var(--s2);border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface-raised);box-shadow:var(--shadow-lg);grid-template-columns:auto 1fr auto;padding:13px 13px 13px 14px;animation:.18s both toast-in;display:grid}.toast>div{gap:2px;display:grid}.toast strong{font-size:var(--fs-13)}.toast span{color:var(--text-secondary);font-size:var(--fs-13)}.toast>button{width:25px;height:25px;color:var(--text-tertiary);background:0 0;border:0;place-items:center;display:grid}.toast--success>svg{color:var(--success)}.toast--error>svg{color:var(--danger)}.toast--info>svg{color:var(--info)}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}.skeleton{border-radius:var(--r-md);background:var(--surface-muted);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff57,#0000);animation:1.4s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}:root[data-mode=dark] .skeleton:after{background:linear-gradient(90deg,#0000,#ffffff0d,#0000)}@keyframes shimmer{to{transform:translate(100%)}}.table-skeleton{gap:1px;display:grid}.skeleton-table-row{background:var(--surface-subtle);border-radius:0;height:74px}.error-state{text-align:center;place-items:center;min-height:360px;padding:42px 24px;display:grid}.error-state>span{border-radius:var(--r-lg);width:48px;height:48px;color:var(--danger);background:var(--danger-soft);place-items:center;margin-bottom:14px;display:grid}.error-state p{max-width:430px;margin-bottom:18px}.online-dot{background:var(--success);width:7px;height:7px;box-shadow:0 0 0 3px var(--success-soft);border-radius:50%}.page{width:100%;max-width:1780px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:var(--s5);margin-bottom:22px;display:flex}.page-header>div:first-child{max-width:730px}.page-header p{font-size:var(--fs-14);margin-bottom:0}.header-actions{align-items:center;gap:var(--s2);padding-top:6px;display:flex}.title-with-status{align-items:center;gap:var(--s3);flex-wrap:wrap;display:flex}.title-with-status h1{margin-bottom:0}.status-badge{align-items:center;gap:var(--s1);border-radius:var(--r-pill);color:var(--text-secondary);background:var(--surface-muted);font-size:var(--fs-13);font-weight:var(--fw-bold);padding:5px 8px;display:inline-flex}.status-badge--submitted,.status-badge--approved{color:var(--warning);background:var(--warning-soft)}.status-badge--published{color:var(--success);background:var(--success-soft)}.status-badge--rejected{color:var(--danger);background:var(--danger-soft)}.search-field{align-items:center;display:flex;position:relative}.search-field>svg{z-index:1;color:var(--text-tertiary);position:absolute;left:10px}.search-field input{padding-left:33px}.state-banner{align-items:flex-start;gap:var(--s3);border:1px solid var(--border);border-radius:var(--r-md);color:var(--info);background:var(--info-soft);margin-bottom:14px;padding:12px 14px;display:flex}.state-banner>div{gap:1px;display:grid}.state-banner strong{font-size:var(--fs-13)}.state-banner span{color:var(--text-secondary);font-size:var(--fs-13)}.state-banner--warning{color:var(--warning);border-color:color-mix(in srgb, var(--warning) 30%, var(--border));background:var(--warning-soft)}.workspace-readonly-notice{align-items:center;gap:var(--s2);border:1px solid color-mix(in srgb, var(--info) 28%, var(--border));border-radius:var(--r-md);color:var(--info);background:color-mix(in srgb, var(--info-soft) 72%, var(--surface));font-size:var(--fs-13);margin-bottom:14px;padding:11px 13px;display:flex}.workspace-readonly-notice svg{flex:none}.workspace-readonly-notice span{color:var(--text-secondary)}.workspace-readonly-notice strong{color:var(--text);margin-right:4px}.performance-kpis{gap:var(--s2);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px;display:grid}.performance-kpis article{align-items:center;gap:var(--s3);border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);min-width:0;box-shadow:var(--shadow-xs);padding:13px 14px;display:flex}.performance-kpis article>div{min-width:0;display:grid}.performance-kpis small{color:var(--text-tertiary);font-size:var(--fs-11);font-weight:var(--fw-bold);letter-spacing:.02em;text-transform:uppercase}.performance-kpis strong{font-size:var(--fs-16);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.performance-kpis article span:last-child{color:var(--text-tertiary);font-size:var(--fs-13)}.spin{animation:.85s linear infinite spin}.segmented-control{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);padding:3px;display:inline-flex}.segmented-control button{border-radius:var(--r-sm);min-height:31px;color:var(--text-secondary);font-size:var(--fs-13);font-weight:var(--fw-bold);background:0 0;border:0;padding:5px 10px}.segmented-control button.active{color:var(--text);background:var(--surface-muted);box-shadow:var(--shadow-xs)}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.dimension-preview{align-items:center;gap:var(--s2);border:1px solid var(--border);border-radius:var(--r-md);color:var(--accent-ink);background:var(--surface-subtle);padding:12px;display:flex}.dimension-preview span{gap:2px;display:grid}.dimension-preview strong{color:var(--text);font-size:var(--fs-13)}.dimension-preview small{color:var(--text-tertiary);font-size:var(--fs-12)}@media (width<=940px){.page-header{flex-direction:column}.header-actions,.range-controls{justify-content:flex-start;justify-items:start;width:100%}}@media (width<=720px){.main-content{padding:20px 14px 28px}.page-header{gap:var(--s4);margin-bottom:18px}.page-header h1{font-size:29px}.header-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.header-actions .button:last-child:nth-child(3),.unsaved-indicator,.saved-indicator{grid-column:1/-1}.form-grid--two{grid-template-columns:1fr}.toast-region{bottom:78px;right:12px}.collaboration-status-bar{align-items:flex-start}.form-grid--three{grid-template-columns:1fr}}@media (width<=480px){.header-actions{grid-template-columns:1fr}.header-actions .button:last-child:nth-child(3){grid-column:auto}.title-with-status{align-items:flex-start}.collaboration-status-bar .button{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}button:active:not(:disabled),a[role=button]:active,summary:active,.button:active:not(:disabled),.icon-button:active:not(:disabled),.nav-item:active,.row-button:active:not(:disabled){transform:none!important}}.solesync-brand{min-width:0;color:inherit;justify-items:start;gap:3px;display:inline-grid}.solesync-brand__lockup{aspect-ratio:2789/984;width:150px;display:block}.solesync-brand__symbol{aspect-ratio:432/372;flex:none;width:34px;display:block}.solesync-brand__symbol img,.solesync-brand__lockup img{object-fit:contain;width:100%;height:100%}.solesync-brand__lockup img{object-position:left center}.solesync-brand__symbol img{object-position:center}.solesync-brand__asset{display:block}.solesync-brand__asset--on-dark,:root[data-mode=dark] .solesync-brand[data-surface=auto] .solesync-brand__asset--on-light,.solesync-brand[data-surface=dark] .solesync-brand__asset--on-light{display:none}:root[data-mode=dark] .solesync-brand[data-surface=auto] .solesync-brand__asset--on-dark,.solesync-brand[data-surface=dark] .solesync-brand__asset--on-dark,.solesync-brand[data-surface=light] .solesync-brand__asset--on-light{display:block}.solesync-brand[data-surface=light] .solesync-brand__asset--on-dark{display:none}.solesync-brand__tagline{color:currentColor;font-size:var(--fs-11);font-weight:var(--fw-bold);letter-spacing:.15em;opacity:.7;text-transform:uppercase;padding-left:2px}.solesync-brand--compact{justify-items:center}.main-content{min-width:0;padding:28px 28px 46px}.write-freeze-note{color:var(--text-secondary);font-size:var(--fs-12);margin-top:8px;line-height:1.5}.appearance{display:grid;position:relative}.appearance__controls{gap:var(--s4);display:grid}.appearance__section{gap:var(--s2);display:grid}.appearance__legend{color:var(--text-tertiary);font-size:var(--fs-11);font-weight:var(--fw-bold);letter-spacing:.1em;text-transform:uppercase}.appearance__modes{gap:var(--s1);border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface);grid-template-columns:repeat(3,minmax(0,1fr));padding:4px;display:grid}.appearance__mode{border-radius:var(--r-sm);min-height:32px;color:var(--text-secondary);font:inherit;font-size:var(--fs-12);font-weight:var(--fw-bold);background:0 0;border:0;justify-content:center;align-items:center;gap:5px;line-height:1;display:inline-flex}.appearance__mode:not(.is-active):hover{color:var(--text);background:var(--surface-muted)}.appearance__mode.is-active{color:var(--on-primary);background:var(--primary)}.appearance__note{color:var(--text-tertiary);font-size:var(--fs-11)}h1,h2,h3,h4{color:var(--text);font-family:var(--font-ui);text-wrap:balance}h1,[class$=-hero] h1{font-family:var(--font-display);font-weight:var(--fw-semibold)}h1{font-size:var(--fs-24);font-weight:var(--fw-semibold);line-height:var(--lh-heading);letter-spacing:-.01em;margin-bottom:8px}h2{font-size:var(--fs-16);font-weight:var(--fw-semibold);letter-spacing:-.012em;margin-bottom:6px;line-height:1.3}h3{font-size:var(--fs-14);font-weight:var(--fw-semibold);letter-spacing:-.01em;margin-bottom:5px;line-height:1.35}.page-header p,[class$=-hero] p,[class$=-hero]>div>p{max-width:68ch;line-height:1.58}.u-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;letter-spacing:0}button,a,input,select,textarea{touch-action:manipulation}@media (width<=900px){.main-content{padding:24px 20px 38px}}@media (width<=640px){.main-content{padding:19px 14px 32px}}@media (forced-colors:active){:focus-visible{outline:3px solid highlight}.online-dot,.source-badge>span{border:1px solid canvastext}}
