:root{--background:#f8fafc;--surface:#ffffff;--surface-muted:#f1f5f9;--surface-subtle:#f8fafc;--foreground:#0f172a;--muted:#64748b;--border:#e2e8f0;--border-strong:#cbd5e1;--primary:#0f172a;--primary-foreground:#ffffff;--accent:#2563eb;--danger:#dc2626;--warning:#d97706;--success:#16a34a;--brand-navy:#0f172a;--brand-cobalt:#1d4ed8;--brand-teal:#0f9f9b;--brand-lime:#84cc16;--brand-ice:#f8fbff;--brand-candy-pink:#e66778;--brand-candy-pink-deep:#b92f48;--brand-candy-pink-soft:#fff1f4;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow-md:0 10px 30px rgba(15,23,42,0.08);--sidebar-width:238px;--topbar-height:64px;--page-max-width:1440px;--content-padding:18px;--font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{font-size:16px}body,html{margin:0;padding:0;background:var(--background);color:var(--foreground);font-family:var(--font-family)}body{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.module-theme--dashboard{--module-bg:#e0f2fe;--module-bg-strong:#38bdf8;--module-fg:#075985;--module-border:rgba(56,189,248,0.42);--module-shadow:rgba(14,165,233,0.22)}.module-theme--sell{--module-bg:#dcfce7;--module-bg-strong:#22c55e;--module-fg:#166534;--module-border:rgba(34,197,94,0.42);--module-shadow:rgba(22,163,74,0.22)}.module-theme--sales{--module-bg:#dbeafe;--module-bg-strong:#2563eb;--module-fg:#1e3a8a;--module-border:rgba(37,99,235,0.42);--module-shadow:rgba(37,99,235,0.22)}.module-theme--stock,.module-theme--stock-in{--module-bg:#ccfbf1;--module-bg-strong:#14b8a6;--module-fg:#115e59;--module-border:rgba(20,184,166,0.42);--module-shadow:rgba(20,184,166,0.2)}.module-theme--purchases{--module-bg:#fef3c7;--module-bg-strong:#f59e0b;--module-fg:#92400e;--module-border:rgba(245,158,11,0.42);--module-shadow:rgba(245,158,11,0.22)}.module-theme--expenses{--module-bg:#fee2e2;--module-bg-strong:#ef4444;--module-fg:#991b1b;--module-border:rgba(239,68,68,0.38);--module-shadow:rgba(220,38,38,0.18)}.module-theme--products{--module-bg:#ede9fe;--module-bg-strong:#8b5cf6;--module-fg:#5b21b6;--module-border:rgba(139,92,246,0.4);--module-shadow:rgba(124,58,237,0.18)}.module-theme--reports{--module-bg:#e0e7ff;--module-bg-strong:#4f46e5;--module-fg:#3730a3;--module-border:rgba(79,70,229,0.4);--module-shadow:rgba(79,70,229,0.2)}.module-theme--collections{--module-bg:#ffedd5;--module-bg-strong:#f97316;--module-fg:#9a3412;--module-border:rgba(249,115,22,0.42);--module-shadow:rgba(234,88,12,0.2)}.module-theme--money{--module-bg:#dcfce7;--module-bg-strong:#16a34a;--module-fg:#14532d;--module-border:rgba(22,163,74,0.42);--module-shadow:rgba(21,128,61,0.22)}.module-theme--settings{--module-bg:#f1f5f9;--module-bg-strong:#64748b;--module-fg:#334155;--module-border:rgba(100,116,139,0.34);--module-shadow:rgba(71,85,105,0.16)}.module-theme--clients{--module-bg:#fce7f3;--module-bg-strong:#ec4899;--module-fg:#9d174d;--module-border:rgba(236,72,153,0.36);--module-shadow:rgba(219,39,119,0.18)}.module-theme--monitoring{--module-bg:#cffafe;--module-bg-strong:#06b6d4;--module-fg:#155e75;--module-border:rgba(6,182,212,0.4);--module-shadow:rgba(8,145,178,0.18)}.module-theme--platform{--module-bg:#f3e8ff;--module-bg-strong:#9333ea;--module-fg:#581c87;--module-border:rgba(147,51,234,0.38);--module-shadow:rgba(126,34,206,0.18)}.module-icon-tile{display:inline-grid;place-items:center;flex:0 0 auto;color:var(--module-fg);border:1px solid var(--module-border);background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.88),transparent 34%),linear-gradient(135deg,var(--module-bg),rgba(255,255,255,.88));box-shadow:0 10px 22px var(--module-shadow),inset 0 1px 0 rgba(255,255,255,.82)}.module-icon{width:62%;height:62%}.module-icon-tile--sidebar{width:34px;height:34px;border-radius:12px}.module-icon-tile--topbar{width:42px;height:42px;border-radius:14px}.module-icon-tile--page{width:48px;height:48px;border-radius:16px}.app-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr)}.app-shell--sidebar-docked{grid-template-columns:var(--sidebar-width) minmax(0,1fr)}.app-sidebar{background:#0f172a;color:#ffffff;border-right:1px solid #1e293b;padding:12px;position:fixed;top:0;left:0;z-index:40;width:min(100vw - 24px,var(--sidebar-width));height:100vh;height:100dvh;max-height:100dvh;overflow:hidden;transform:translateX(calc(-100% - 24px));transition:transform .22s ease,box-shadow .22s ease;box-shadow:0 24px 48px rgba(15,23,42,.24)}.app-sidebar--open{transform:translateX(0)}.app-sidebar__content{display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px;height:100%;min-height:0}.app-sidebar__chrome{display:grid;gap:8px}.app-sidebar__toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;width:100%}.app-sidebar__toolbar-button{min-height:36px;width:100%;padding:0 12px;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:rgba(255,255,255,.08);color:#e2e8f0;font-size:.8rem;font-weight:800;white-space:nowrap;text-align:center}.app-sidebar__brand-link{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:108px;padding:8px 10px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(248,251,255,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 16px 34px rgba(8,18,36,.2);overflow:hidden}.app-sidebar__brand-link--compact{margin-bottom:0;padding:8px}.app-sidebar__brand-logo{width:100%;height:100%;object-fit:contain}.app-sidebar__brand-logo--mark{width:54px;height:54px}.app-sidebar__brand-logo--full{width:min(112%,360px);height:auto;max-height:96px;filter:saturate(1.14) contrast(1.08)}.app-sidebar__brand-icon-shell{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;flex:0 0 auto;border-radius:18px;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.96),rgba(241,245,249,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 10px 20px rgba(15,23,42,.1)}.app-sidebar__brand-wordmark{color:#0f2f6d;font-size:clamp(1.2rem,1.7vw,1.5rem);font-weight:900;letter-spacing:-.04em;line-height:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar__brand{font-size:.88rem;font-weight:800;line-height:1.2;margin-bottom:4px;text-align:center}.app-sidebar__tagline{color:#94a3b8;font-size:.76rem;line-height:1.32;margin-bottom:10px;text-align:center}.app-sidebar__nav{display:grid;gap:6px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:2px 4px 12px 0;scrollbar-color:rgba(148,163,184,.64) rgba(15,23,42,.1);scrollbar-width:thin;touch-action:pan-y;-webkit-overflow-scrolling:touch}.app-sidebar__link{display:flex;align-items:center;gap:10px;min-height:38px;padding:0 11px;border-radius:12px;color:#cbd5e1;transition:background-color .15s ease,color .15s ease}.app-sidebar__link:hover{background:rgba(255,255,255,.08);color:#ffffff}.app-sidebar__link--active .module-icon-tile,.app-sidebar__link:hover .module-icon-tile{border-color:rgba(255,255,255,.36);background:radial-gradient(circle at 30% 22%,rgba(255,255,255,.96),transparent 34%),linear-gradient(135deg,var(--module-bg-strong),var(--module-bg))}.app-sidebar__link--active{background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(59,130,246,.18)),radial-gradient(circle at 18% 18%,rgba(134,239,172,.2),transparent 40%);color:#ffffff;font-weight:850;box-shadow:inset 4px 0 0 rgba(134,239,172,.95),0 14px 34px rgba(15,23,42,.22)}.app-sidebar__link-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-main{min-width:0;display:grid;grid-template-rows:var(--topbar-height) minmax(0,1fr) auto}.app-sidebar__backdrop{position:fixed;inset:0;z-index:35;border:0;padding:0;background:rgba(15,23,42,.34);backdrop-filter:blur(4px)}.app-topbar{height:var(--topbar-height);min-height:var(--topbar-height);background:radial-gradient(circle at 12% -42%,rgba(255,255,255,.48),transparent 34%),radial-gradient(circle at 90% -18%,rgba(255,209,216,.5),transparent 30%),linear-gradient(135deg,#f07b8b 0,var(--brand-candy-pink) 48%,#d94d64 100%);backdrop-filter:blur(14px);border-bottom:1px solid rgba(185,47,72,.5);color:#111827;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;position:sticky;top:0;z-index:20;box-shadow:0 14px 34px rgba(185,47,72,.18),inset 0 1px 0 rgba(255,255,255,.34),inset 0 -1px 0 rgba(91,17,34,.14);overflow:hidden;contain:layout paint}.app-topbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,rgba(255,255,255,.62),rgba(91,17,34,.2) 42%,rgba(255,241,244,.72))}.app-topbar__leading{display:flex;align-items:center;flex:1 1 auto;gap:10px;min-height:44px;min-width:0;contain:layout paint}.app-topbar__menu-trigger{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:0 11px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:rgba(255,255,255,.88);color:#111827;font-weight:800;box-shadow:0 10px 22px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.78);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background-color .12s ease}.app-topbar__menu-trigger:hover{border-color:rgba(91,17,34,.18);background:rgba(255,255,255,.96);box-shadow:0 14px 28px rgba(15,23,42,.11),inset 0 1px 0 rgba(255,255,255,.82)}.app-topbar__menu-icon{display:inline-grid;gap:4px;width:16px}.app-topbar__menu-icon span{display:block;height:2px;border-radius:999px;background:currentColor}.app-topbar__brand-link{display:inline-flex;align-items:center;flex:0 1 min(26vw,280px);gap:9px;min-height:44px;min-width:0;max-width:min(26vw,280px);padding:6px 10px;border-radius:16px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.68);box-shadow:0 12px 28px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.68)}.app-topbar__brand-mark{width:32px;height:32px;flex:0 0 auto;object-fit:contain}.app-topbar__brand-copy{display:grid;min-width:0;gap:1px}.app-topbar__brand-kicker{color:rgba(17,24,39,.68);font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.app-topbar__brand-name{color:#0b2a68;font-size:.98rem;font-weight:900;letter-spacing:-.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-topbar__title-group{display:grid;gap:2px;min-width:0}.app-topbar__module-lockup{display:inline-flex;align-items:center;flex:0 1 min(30vw,320px);gap:8px;min-width:0;max-width:min(30vw,320px);padding:5px 8px 5px 5px;border-radius:16px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.2)}.app-topbar__eyebrow{color:rgba(17,24,39,.7);font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.app-topbar__title{color:#111827;font-weight:900;font-size:.98rem;letter-spacing:-.03em;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-topbar__meta{justify-content:flex-end;flex:0 1 auto;color:var(--muted);font-size:.9rem}.app-topbar__meta,.app-topbar__session-row{display:flex;align-items:center;gap:8px;min-width:0}.app-topbar__session-row{min-height:44px;max-width:100%;contain:layout paint}.app-topbar__identity{display:flex;align-items:center;gap:8px;min-height:44px;min-width:0;flex-wrap:nowrap;padding:6px 10px;border-radius:14px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.68);box-shadow:0 12px 28px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.72)}.app-topbar__workspace-name{color:#111827;font-weight:800;min-width:0;max-width:min(18vw,220px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-topbar__badge-row{display:flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:nowrap}.app-topbar__role-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;background:linear-gradient(135deg,rgba(255,241,244,.98),rgba(255,255,255,.96));color:#8a1730;border:1px solid rgba(185,47,72,.24);font-size:.66rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.app-topbar__branch-context{display:inline-flex;align-items:center;gap:6px;min-height:44px;max-width:min(20vw,220px);padding:0 10px;border-radius:14px;background:linear-gradient(135deg,rgba(236,253,245,.96),rgba(255,255,255,.9));border:1px solid rgba(22,163,74,.24);color:#052e16;box-shadow:0 10px 22px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.7);min-width:0}.app-topbar__branch-label{color:rgba(5,46,22,.66);font-size:.58rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.app-topbar__branch-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900;color:#052e16}.app-topbar__branch-mode{display:inline-flex;align-items:center;justify-content:center;min-height:18px;padding:0 6px;border-radius:999px;background:rgba(22,163,74,.1);color:#166534;font-size:.54rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.app-topbar__branch-error{max-width:120px;overflow:hidden;text-overflow:ellipsis;color:#991b1b;font-size:.62rem;font-weight:800;white-space:nowrap}.app-topbar__branch-select{min-width:0;max-width:150px;border:0;background:transparent;color:#052e16;font:inherit;font-weight:900;outline:none}.app-topbar--compact{padding-top:8px;padding-bottom:8px}.app-topbar--compact .app-topbar__leading{gap:10px}.app-topbar--compact .app-topbar__brand-link{padding:6px 10px}.app-topbar--compact .app-topbar__title{font-size:1rem}.app-topbar__identity--compact{justify-content:flex-end}.app-topbar__action{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid rgba(255,255,255,.64);border-radius:13px;background:rgba(255,255,255,.9);color:#111827;font-weight:800;box-shadow:0 10px 22px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.78);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background-color .12s ease;white-space:nowrap}.app-topbar__action:hover{border-color:rgba(91,17,34,.18);background:rgba(255,255,255,.97);box-shadow:0 14px 28px rgba(15,23,42,.11),inset 0 1px 0 rgba(255,255,255,.82)}.app-sidebar__link:active,.app-topbar__action:active,.hot-form__button:active,.hot-form__submit:active,.report-table__action:active,.stock-workspace__action:active{transform:translateY(1px)}.app-topbar__action:disabled{opacity:.65;cursor:not-allowed}.app-content{padding:var(--content-padding);width:100%;max-width:var(--page-max-width)}.app-content--workspace-wide{max-width:none}.workspace-loading{display:grid;gap:10px;min-height:72px;padding:8px 0 4px}.workspace-loading__bar{height:12px;border-radius:999px;background:linear-gradient(90deg,rgba(148,163,184,.18),rgba(148,163,184,.34) 50%,rgba(148,163,184,.18))}.workspace-loading__bar--strong{width:min(280px,52%)}.workspace-loading__bar--medium{width:min(420px,76%)}.workspace-loading__bar--short{width:min(180px,34%)}.app-footer{padding:0 var(--content-padding) 24px}.app-footer__inner{max-width:var(--page-max-width);position:relative;overflow:hidden;border:1px solid rgba(125,211,252,.16);background:radial-gradient(circle at top right,rgba(125,211,252,.16),transparent 30%),radial-gradient(circle at left center,rgba(59,130,246,.18),transparent 32%),linear-gradient(135deg,#081224,#0f2345 55%,#16315e);border-radius:22px;padding:22px 22px 20px;box-shadow:0 20px 50px rgba(8,18,36,.24),inset 0 1px 0 rgba(255,255,255,.05)}.app-footer__halo{position:absolute;inset:0 auto auto 0;width:220px;height:220px;background:radial-gradient(circle,rgba(125,211,252,.18),transparent 68%);pointer-events:none}.app-footer__content{position:relative;display:grid;gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(240px,.9fr);align-items:end}.app-footer__brand-block,.app-footer__meta{display:grid;gap:8px}.app-footer__eyebrow{color:#93c5fd;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.app-footer__brand{font-size:clamp(1.15rem,1.4vw,1.45rem);font-weight:900;color:#eff6ff;line-height:1.08;text-wrap:balance}.app-footer__copy{color:rgba(226,232,240,.86);line-height:1.6;font-size:.95rem;max-width:58ch}.app-footer__powered-by{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:4px;padding-top:12px;border-top:1px solid rgba(147,197,253,.18)}.app-footer__powered-label{color:rgba(191,219,254,.82);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.app-footer__powered-brand{color:#f8fbff;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1rem,1.15vw,1.2rem);font-weight:700;letter-spacing:.02em;line-height:1.2;text-shadow:0 6px 18px rgba(8,18,36,.38);background:linear-gradient(135deg,#f8fbff,#c7e7ff 45%,#7dd3fc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-footer__meta{justify-items:start;padding:14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:rgba(7,17,34,.34);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.app-footer__meta-title{color:#e0f2fe;font-size:.88rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.app-footer__pill-row{display:flex;gap:8px;flex-wrap:wrap}.app-footer__pill{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(125,211,252,.18);background:rgba(15,23,42,.55);color:#dbeafe;font-size:.84rem;font-weight:700}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,420px);gap:28px;align-items:center;padding:32px;max-width:1180px;margin:0 auto}.auth-page__brand-lockup{grid-column:1/-1;display:grid;justify-items:center;gap:12px;margin-bottom:6px;text-align:center}.auth-page__brand-logo{width:min(100%,320px);height:auto}.auth-page__brand-line{color:#475569;font-size:.98rem;font-weight:700;letter-spacing:.01em}.auth-page__hero{display:grid;gap:14px}.auth-card__eyebrow,.auth-page__eyebrow{color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-page__title{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;font-weight:900;max-width:14ch}.auth-card__description,.auth-card__note,.auth-page__description{color:var(--muted);line-height:1.65}.auth-card{background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 34%),var(--surface);border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:var(--shadow-md);display:grid;gap:16px}.auth-card__header{display:grid;gap:8px}.auth-card__title{margin:0;font-size:1.7rem;line-height:1.1}.form-field{display:grid;gap:8px}.form-field__label{font-size:.92rem;font-weight:700;color:var(--foreground)}.form-field__control{height:46px;border:1px solid var(--border);border-radius:14px;padding:0 14px;background:var(--surface);color:var(--foreground)}.form-field__control:focus{outline:2px solid rgba(37,99,235,.2);border-color:rgba(37,99,235,.4)}.auth-card__submit{min-height:48px;border:0;border-radius:14px;background:linear-gradient(135deg,#0f172a,#2563eb);color:#fff;font-weight:800;box-shadow:var(--shadow-sm)}.auth-card__submit:disabled{opacity:.65;cursor:not-allowed}.auth-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.auth-card__link{appearance:none;border:0;background:transparent;padding:0;color:var(--accent);font-size:.92rem;font-weight:700;cursor:pointer}.auth-card__error,.auth-card__success{border-radius:14px;padding:12px 14px;font-size:.94rem;line-height:1.5}.auth-card__remember{display:inline-flex;align-items:center;gap:10px;font-size:.92rem;color:var(--muted)}.auth-card__remember input{width:16px;height:16px}.auth-card__error{border:1px solid rgba(220,38,38,.18);background:rgba(220,38,38,.06);color:#991b1b}.auth-card__success{border:1px solid rgba(22,163,74,.18);background:rgba(22,163,74,.06);color:#166534}.auth-card__note--compact{padding-top:2px;color:#475569;font-size:.9rem;font-weight:700;line-height:1.45}.auth-page__powered-footer{grid-column:1/-1;justify-self:center;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:min(100%,620px);margin-top:4px;padding:12px 18px;border:1px solid rgba(125,211,252,.16);border-radius:16px;background:radial-gradient(circle at top right,rgba(125,211,252,.14),transparent 36%),linear-gradient(135deg,#081224,#0f2345 58%,#16315e);box-shadow:0 16px 36px rgba(8,18,36,.18),inset 0 1px 0 rgba(255,255,255,.05);color:rgba(191,219,254,.86);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-page__powered-footer strong{color:#f8fbff;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:1rem;letter-spacing:.02em;line-height:1.15;text-transform:none;text-shadow:0 6px 18px rgba(8,18,36,.34);background:linear-gradient(135deg,#f8fbff,#c7e7ff 45%,#7dd3fc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.form-field__control--textarea{min-height:132px;padding:14px;resize:vertical}.client-intake-page{min-height:100vh;display:grid;gap:24px;align-content:start;padding:24px 20px 48px;max-width:1160px;margin:0 auto}.client-intake-page__brand-lockup{display:grid;justify-items:center;gap:12px;margin-bottom:2px;text-align:center}.client-intake-page__hero{display:grid;gap:14px}.client-intake-page__title{margin:0;font-size:clamp(2rem,5vw,3.65rem);line-height:1.05;font-weight:900;max-width:11ch}.client-intake-page__description{max-width:62ch;color:var(--muted);line-height:1.72}.client-intake-page__assurance-list{display:grid;gap:10px;padding:0;margin:4px 0 0;list-style:none}.client-intake-page__assurance-list li{display:inline-flex;align-items:center;gap:10px;color:#0f172a;font-weight:700}.client-intake-page__assurance-list li:before{content:"";width:10px;height:10px;border-radius:999px;background:linear-gradient(135deg,#16a34a,#38bdf8);box-shadow:0 0 0 5px rgba(56,189,248,.12)}.client-intake-card{background:radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98));border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow-md);display:grid;gap:22px;padding:22px}.client-intake-card--success{align-content:center;justify-items:start;min-height:420px}.client-intake-card__header,.client-intake-section{display:grid;gap:14px}.client-intake-section{padding-top:6px;border-top:1px solid rgba(148,163,184,.16)}.client-intake-section__header{display:grid;gap:4px}.client-intake-section__header h3{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.client-intake-card__privacy,.client-intake-confirmation__description,.client-intake-section__header p{margin:0;color:var(--muted);line-height:1.65}.client-intake-grid{display:grid;gap:14px}.client-intake-interest-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.client-intake-interest-chip{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:12px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:rgba(255,255,255,.9);color:#334155;font-weight:700}.client-intake-interest-chip input{width:16px;height:16px;accent-color:#2563eb}.client-intake-interest-chip--active{border-color:rgba(37,99,235,.78);background:linear-gradient(135deg,rgba(219,234,254,.98),rgba(204,251,241,.94));color:#0f172a;box-shadow:0 12px 28px rgba(37,99,235,.16),inset 0 0 0 2px rgba(255,255,255,.74)}.client-intake-card__footer{display:grid;gap:14px}.client-intake-card__submit,.client-intake-confirmation__button{width:100%}.client-intake-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.client-intake-confirmation__icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#16a34a,#38bdf8);color:#fff;font-size:1.5rem;font-weight:900;box-shadow:0 18px 34px rgba(22,163,74,.2)}.client-intake-confirmation__eyebrow{color:#16a34a;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.client-intake-confirmation__title{margin:0;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.08}.client-intake-confirmation__actions{display:grid;gap:10px;width:100%}.page-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.page-header__copy{display:grid;gap:4px;min-width:0}.page-header__title{margin:0;font-size:1.55rem;font-weight:800;line-height:1.2}.page-header__description{margin:0;color:var(--muted);line-height:1.5}.add-stock-page .page-header{margin-bottom:10px}.add-stock-page .page-header__title{font-size:1.35rem;line-height:1.1}.sell-page{--sell-frame-blue:#1d4ed8;--sell-frame-blue-soft:rgba(29,78,216,0.2);--sell-field-green-border:rgba(34,197,94,0.72);--sell-field-green-fill:rgba(209,250,229,0.96);--sell-field-green-fill-strong:rgba(187,247,208,0.98);position:relative;display:grid;gap:14px;padding:16px;border:clamp(7px,.72vw,11px) solid var(--sell-frame-blue);border-radius:24px;background:radial-gradient(circle at top right,rgba(219,234,254,.58),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,250,252,.99));box-shadow:0 22px 52px rgba(29,78,216,.16),0 0 0 1px rgba(147,197,253,.7),inset 0 1px 0 rgba(255,255,255,.78);overflow:hidden}.card{box-shadow:var(--shadow-sm)}.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.panel{padding:16px}.stock-workspace{display:grid;gap:10px;margin-top:16px;padding:12px 14px}.stock-workspace__header{display:flex;justify-content:flex-end;gap:10px;align-items:center;flex-wrap:nowrap}.stock-workspace__eyebrow{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.stock-workspace__title{margin:0;font-size:1.1rem;font-weight:900}.stock-workspace__description,.stock-workspace__placeholder{color:var(--muted);line-height:1.6}.stock-workspace__actions{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end;width:100%;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.stock-calculator{display:grid;gap:10px;margin-top:14px}.stock-calculator__action,.stock-calculator__key,.stock-calculator__trigger{border:1px solid rgba(37,99,235,.18);border-radius:12px;background:#ffffff;color:#0f172a;font-weight:800}.stock-calculator__trigger{justify-self:start;min-height:40px;padding:0 14px;box-shadow:0 10px 22px rgba(15,23,42,.06)}.stock-calculator__trigger--loading{opacity:.78;cursor:progress}.stock-calculator__panel{display:grid;gap:10px;max-width:360px;padding:14px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:radial-gradient(circle at top right,rgba(191,219,254,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98))}.stock-calculator__label{font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#475569}.stock-calculator__display,.stock-calculator__result{min-height:46px;border-radius:12px;border:1px solid rgba(148,163,184,.24);background:#ffffff;padding:0 14px;font-size:1.05rem;font-weight:800}.stock-calculator__result{display:flex;align-items:center;justify-content:flex-end;background:rgba(239,246,255,.9);color:#1d4ed8}.stock-calculator__keys{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.stock-calculator__key{min-height:42px}.stock-calculator__key--primary{background:linear-gradient(135deg,#2563eb,#0ea5a4);color:#ffffff}.stock-calculator__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stock-calculator__action{min-height:42px;padding:0 10px}.stock-calculator__action--secondary{background:#f8fafc}.stock-calculator__feedback,.stock-calculator__note{color:var(--muted);font-size:.84rem;line-height:1.45}.stock-calculator__feedback{font-weight:700;color:#0f766e}@media (max-width:720px){.stock-calculator__panel{max-width:none}.stock-calculator__actions{grid-template-columns:1fr}}.stock-workspace__action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:11px;border:1px solid var(--border-strong);background:#f8fafc;color:var(--foreground);font-weight:800;white-space:nowrap}.stock-workspace__action--active{border-color:#1d4ed8;background:linear-gradient(135deg,#0f172a,#2563eb);color:#ffffff;box-shadow:0 14px 28px rgba(37,99,235,.22),inset 0 0 0 2px rgba(255,255,255,.16)}.stock-workspace__action--subtle{background:var(--surface)}.stock-workspace__action:disabled{cursor:not-allowed;opacity:.58;transform:none}.catalog-import{display:grid;gap:16px}.catalog-import__hero{display:flex;align-items:start;justify-content:space-between;gap:16px;padding:16px;border:1px solid rgba(16,185,129,.2);border-radius:18px;background:radial-gradient(circle at top right,rgba(34,197,94,.16),transparent 34%),linear-gradient(135deg,rgba(240,253,244,.98),rgba(239,246,255,.86))}.catalog-import__eyebrow{color:#047857;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.catalog-import__title{margin:4px 0;font-size:1.18rem;font-weight:950;color:#0f172a}.catalog-import__copy,.catalog-import__file,.catalog-import__hint{margin:0;color:#475569;line-height:1.55}.catalog-import__download{display:inline-flex;align-items:center;justify-content:center;min-height:40px;white-space:nowrap;border-radius:999px;padding:0 16px;border:1px solid rgba(37,99,235,.18);background:#ffffff;color:#1d4ed8;font-weight:900;box-shadow:0 12px 24px rgba(15,23,42,.08)}.catalog-import__downloads{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.catalog-import__download--secondary{color:#047857;border-color:rgba(16,185,129,.22);background:rgba(255,255,255,.86)}.catalog-import__actions,.catalog-import__mode-row,.catalog-import__upload{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.catalog-import__mode{display:grid;gap:3px;flex:1 1 230px;min-height:72px;padding:12px 14px;border-radius:16px;border:1px solid rgba(148,163,184,.28);background:#ffffff;color:#0f172a;text-align:left;font-weight:900}.catalog-import__mode span{color:#64748b;font-size:.86rem;font-weight:750}.catalog-import__mode--active{border-color:rgba(16,185,129,.78);background:linear-gradient(135deg,rgba(187,247,208,.98),rgba(219,234,254,.92));box-shadow:0 16px 30px rgba(16,185,129,.2),inset 0 0 0 2px rgba(255,255,255,.76)}.catalog-import__upload{justify-content:space-between;padding:14px;border:1px dashed rgba(37,99,235,.26);border-radius:16px;background:rgba(248,250,252,.78)}.catalog-import__label{display:block;margin-bottom:4px;color:#0f172a;font-weight:900}.catalog-import__upload input{max-width:100%;color:#0f172a;font-weight:800}.catalog-import__summary{display:grid;grid-template-columns:repeat(7,minmax(110px,1fr));gap:10px}.catalog-import__summary-card{display:grid;gap:4px;padding:12px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#ffffff}.catalog-import__summary-card span{color:#64748b;font-size:.76rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.catalog-import__summary-card strong{color:#0f172a;font-size:1.25rem;font-weight:950}.catalog-import__summary-card--good{border-color:rgba(22,163,74,.24);background:rgba(240,253,244,.9)}.catalog-import__summary-card--warn{border-color:rgba(245,158,11,.24);background:rgba(255,251,235,.9)}.catalog-import__summary-card--bad{border-color:rgba(220,38,38,.2);background:rgba(254,242,242,.92)}.catalog-import__table-wrap{max-height:460px;overflow:auto;border:1px solid rgba(148,163,184,.2);border-radius:16px}.catalog-import__table{width:100%;min-width:980px;border-collapse:collapse;background:#ffffff}.catalog-import__table td,.catalog-import__table th{padding:12px;border-bottom:1px solid rgba(226,232,240,.95);text-align:left;vertical-align:top}.catalog-import__table th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#475569;font-size:.78rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.catalog-import__table td span{display:block;color:#64748b;font-weight:750}.catalog-import__status{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;font-size:.78rem;font-weight:900;text-transform:uppercase}.catalog-import__status--ready{background:rgba(220,252,231,.96);color:#047857}.catalog-import__status--skip{background:rgba(255,251,235,.96);color:#92400e}.catalog-import__status--pending{background:rgba(239,246,255,.96);color:#1d4ed8}.catalog-import__status--invalid{background:rgba(254,226,226,.96);color:#b91c1c}.catalog-import__row-errors{color:#b91c1c;font-weight:850;line-height:1.45}.catalog-import__row-warnings{color:#92400e;font-weight:800;line-height:1.45}.catalog-import__empty,.catalog-import__result,.form-error,.form-success{padding:14px;border-radius:14px;font-weight:800;line-height:1.5}.catalog-import__empty{border:1px dashed rgba(148,163,184,.32);color:#64748b;background:#f8fafc}.catalog-import__result,.form-success{border:1px solid rgba(22,163,74,.2);color:#166534;background:rgba(220,252,231,.76)}.form-error{border:1px solid rgba(220,38,38,.2);color:#991b1b;background:rgba(254,226,226,.76)}@media (max-width:960px){.catalog-import__summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.catalog-import__hero,.catalog-import__upload{display:grid}.catalog-import__download{justify-self:start}.catalog-import__downloads{justify-content:flex-start}.catalog-import__summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.stock-overview{display:grid;gap:8px;margin-top:14px}.stock-overview__header{display:grid;gap:4px}.stock-overview__title{font-size:1.05rem;font-weight:900}.stock-overview__description{color:var(--muted);line-height:1.5}.stock-overview__valuation{padding:12px 14px;margin-bottom:10px}.branch-stock-context{display:grid;gap:14px;margin-top:12px;padding:16px;border:1px solid rgba(34,197,94,.28);background:linear-gradient(135deg,rgba(236,253,245,.94),rgba(239,246,255,.9)),#f8fafc}.branch-stock-context__header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap}.branch-stock-context__eyebrow{margin:0 0 4px;color:#047857;font-size:.76rem;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.branch-stock-context__title{margin:0;color:var(--text);font-size:1.15rem;font-weight:950}.branch-stock-context__description{margin:5px 0 0;max-width:70ch;color:var(--muted);line-height:1.45}.branch-stock-context__badges{display:flex;gap:8px;flex-wrap:wrap}.branch-stock-context__badge{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;font-size:.78rem;font-weight:900}.branch-stock-context__badge--ready{border:1px solid rgba(22,163,74,.3);color:#166534;background:rgba(220,252,231,.9)}.branch-stock-context__badge--warning{border:1px solid rgba(245,158,11,.35);color:#92400e;background:rgba(254,243,199,.92)}.branch-stock-context__badge--locked{border:1px solid rgba(37,99,235,.24);color:#1d4ed8;background:rgba(219,234,254,.88)}.branch-stock-context__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.branch-stock-context__metric{display:grid;gap:3px;min-height:70px;padding:12px;border:1px solid rgba(148,163,184,.24);border-radius:18px;background:rgba(255,255,255,.78)}.branch-stock-context__metric span{color:#64748b;font-size:.72rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.branch-stock-context__metric strong{color:var(--text);font-size:1rem;font-weight:950}.branch-stock-context__warnings{display:grid;gap:6px;margin:0;padding:12px 14px 12px 30px;border:1px solid rgba(245,158,11,.22);border-radius:18px;color:#7c2d12;background:rgba(255,251,235,.88);line-height:1.45}@media (max-width:860px){.branch-stock-context__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.branch-stock-context{padding:13px}.branch-stock-context__metrics{grid-template-columns:1fr}}.settings-access{display:grid;gap:18px;margin-top:18px}.settings-access__header{display:flex;justify-content:space-between;gap:12px;align-items:start;flex-wrap:wrap}.settings-access__title{margin:0;font-size:1.1rem;font-weight:900}.settings-access__description,.settings-access__note{color:var(--muted);line-height:1.6}.settings-access__form{display:grid;gap:14px}.settings-access__select{padding-right:38px}.settings-access__actions{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}.settings-access__note{max-width:58ch;font-size:.92rem}.settings-access__submit{min-width:170px}.filterable-select{display:grid;gap:10px;align-content:start;position:relative}.filterable-select__label-row{display:flex;gap:10px;justify-content:space-between;align-items:baseline}.filterable-select__label{font-weight:700}.filterable-select__selected{font-size:.86rem;color:var(--muted);text-align:right;max-width:60%}.adaptive-select__native,.filterable-select__search{height:44px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);padding:0 12px;width:100%}.adaptive-select__native{color:var(--foreground)}.adaptive-select__native:disabled{opacity:.7}.guided-field{padding:14px;border:1.5px solid rgba(37,99,235,.2);border-radius:18px;background:radial-gradient(circle at top right,rgba(191,219,254,.52),transparent 38%),linear-gradient(135deg,rgba(239,246,255,.96),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 10px 28px rgba(37,99,235,.06)}.guided-field--search{border-color:rgba(37,99,235,.54);background:radial-gradient(circle at top right,rgba(59,130,246,.3),transparent 42%),linear-gradient(135deg,rgba(219,234,254,.98),rgba(239,246,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 14px 34px rgba(37,99,235,.12)}.guided-field--select{border-color:rgba(20,184,166,.25);background:radial-gradient(circle at top right,rgba(187,247,208,.42),transparent 40%),linear-gradient(135deg,rgba(240,253,244,.96),rgba(255,255,255,.98))}.guided-field--create{border-color:rgba(34,197,94,.28);background:radial-gradient(circle at top right,rgba(187,247,208,.58),transparent 38%),linear-gradient(135deg,rgba(236,253,245,.98),rgba(255,255,255,.98))}.guided-field--compact{padding:10px;border-radius:16px}.guided-field .filterable-select__label,.guided-field .hot-form__label{color:#0f172a}.guided-field .filterable-select__selected{color:#334155;font-weight:800}.guided-field .adaptive-select__native,.guided-field .filterable-select__search,.guided-field input,.guided-field select{border-color:rgba(37,99,235,.22);background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.guided-field--search .filterable-select__label{color:#1d4ed8}.guided-field--search .filterable-select__search,.guided-field--search input{border-width:2px;border-color:rgba(37,99,235,.48);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,246,255,.96))}.guided-field--search .filterable-select__search::placeholder,.guided-field--search input::placeholder{color:#475569}.guided-field--create input,.guided-field--create select,.guided-field--select .adaptive-select__native,.guided-field--select .filterable-select__search,.guided-field--select input,.guided-field--select select{border-color:rgba(34,197,94,.28)}.guided-field .adaptive-select__native:focus,.guided-field .filterable-select__search:focus,.guided-field input:focus,.guided-field select:focus{outline:none;border-color:rgba(37,99,235,.58);box-shadow:0 0 0 4px rgba(37,99,235,.14),inset 0 1px 0 rgba(255,255,255,.94)}.barcode-lookup__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.barcode-lookup__controls input{min-width:0}.barcode-action-panel{display:grid;gap:12px;padding:14px;border:1px solid rgba(37,99,235,.22);border-radius:14px;background:radial-gradient(circle at top right,rgba(219,234,254,.55),transparent 36%),linear-gradient(180deg,rgba(239,246,255,.95),rgba(255,255,255,.98))}.barcode-action-panel__title{font-weight:850;color:#1e3a8a}.barcode-action-panel__copy{color:var(--muted);font-size:.9rem;line-height:1.45}.barcode-action-panel__target{padding:10px 12px;border:1px solid rgba(148,163,184,.28);border-radius:12px;background:rgba(255,255,255,.86)}.barcode-action-panel__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.filterable-select__helper{color:var(--muted);font-size:.88rem}.filterable-select__status{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.86rem;line-height:1.4}.filterable-select__status--error{color:#991b1b}.filterable-select__retry{min-height:32px;border-radius:999px;border:1px solid rgba(220,38,38,.18);background:rgba(254,242,242,.92);color:#b91c1c;padding:0 12px;font-weight:700;white-space:nowrap}.filterable-select__menu{display:grid;gap:8px;padding:10px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-md)}.filterable-select__group{display:grid;gap:6px}.filterable-select__group-label{color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.filterable-select__option{display:grid;gap:2px;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-subtle);text-align:left}.filterable-select__option:focus-visible,.filterable-select__option:hover{border-color:rgba(37,99,235,.26);background:rgba(37,99,235,.06);outline:none}.filterable-select__option--selected{border-color:rgba(37,99,235,.78);background:linear-gradient(135deg,rgba(219,234,254,.98),rgba(240,253,244,.92));box-shadow:0 12px 24px rgba(37,99,235,.14),inset 4px 0 0 #2563eb}.filterable-select__option-primary{font-weight:700}.filterable-select__option-secondary{color:var(--muted);font-size:.86rem}.hot-form,.hot-form__grid,.hot-form__panel{display:grid;gap:12px}.hot-form__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hot-form__full{grid-column:1/-1}.hot-form__field{display:grid;gap:6px}.hot-form__label{font-weight:700}.hot-form__field input,.hot-form__field textarea{border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);padding:0 12px;width:100%}.hot-form__field input{height:42px}.hot-form__field textarea{min-height:84px;padding-top:12px;resize:vertical}.hot-form__field input:focus,.hot-form__field select:focus,.hot-form__field textarea:focus{outline:2px solid rgba(37,99,235,.2);border-color:rgba(37,99,235,.4)}.hot-form__field-help{color:var(--muted);font-size:.84rem;line-height:1.4}.hot-form__field-help--warning{color:#9a3412}.hot-form__toggle-group--stacked{display:grid;gap:8px}.sell-customer-search{display:grid;gap:8px;margin-top:8px}.sell-customer-search__result{display:grid;gap:4px;width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-subtle);text-align:left}.sell-customer-search__result:hover{border-color:var(--border-strong)}.sell-customer-search__result--selected{border-color:rgba(37,99,235,.35);background:rgba(37,99,235,.08)}.sell-customer-search__name{font-weight:800;color:var(--foreground)}.sell-customer-search__meta{color:var(--muted);font-size:.84rem;line-height:1.35}.hot-form__section-lead{display:grid;gap:4px}.hot-form__section-title{font-size:1rem;font-weight:800;color:var(--foreground)}.hot-form__section-copy{color:var(--muted);font-size:.9rem;line-height:1.4}.hot-form__flag-note{border:1px solid #fde68a;border-radius:12px;background:#fffbeb;color:#92400e;padding:12px 14px;font-size:.92rem;line-height:1.45}.hot-form__selection-card{border:1px solid var(--border);border-radius:12px;background:var(--surface-subtle);padding:12px;display:grid;gap:4px}.hot-form__selection-card--scan{border-color:rgba(37,99,235,.26);background:linear-gradient(135deg,rgba(219,234,254,.9),rgba(239,246,255,.98));box-shadow:0 10px 24px rgba(37,99,235,.08)}.hot-form__selection-label{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.hot-form__selection-value{font-size:1rem;font-weight:800}.hot-form__selection-meta{color:var(--muted);font-size:.88rem}.hot-form__checkbox{display:inline-flex;align-items:center;gap:10px;font-weight:700}.hot-form__checkbox input{width:18px;height:18px}.hot-form__quick-qty{display:flex;gap:8px;flex-wrap:wrap}.hot-form__quick-qty button{min-height:34px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);padding:0 12px;font-weight:700}.hot-form__toggle-group{display:flex;gap:8px;flex-wrap:wrap}.hot-form__toggle{min-height:38px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-subtle);color:var(--foreground);font-weight:700;padding:0 14px}.hot-form__toggle--active{border-color:#1d4ed8;background:linear-gradient(135deg,#0f172a,#2563eb);color:#ffffff;box-shadow:0 14px 28px rgba(37,99,235,.22),inset 0 0 0 2px rgba(255,255,255,.16)}.hot-form__summary{display:grid;gap:10px}.hot-form__summary-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.hot-form__metric{border:1.5px solid rgba(37,99,235,.42);border-left-width:5px;border-radius:14px;padding:10px 12px;background:radial-gradient(circle at top right,rgba(96,165,250,.28),transparent 42%),linear-gradient(135deg,rgba(219,234,254,.94),rgba(255,255,255,.98));display:grid;gap:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 9px 20px rgba(37,99,235,.1)}.hot-form__metric-label{color:#475569;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.055em}.hot-form__metric-value{color:#0f172a;font-weight:900}.hot-form__metric-value--units{line-height:1.2;overflow-wrap:anywhere}.hot-form__messages{display:grid;gap:10px}.hot-form__action-bar{display:flex;gap:12px;align-items:center;justify-content:space-between}.hot-form__action-copy{color:var(--muted);font-size:.94rem;line-height:1.4}.hot-form__action-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hot-form__button{min-height:40px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);font-weight:700;padding:0 14px}.hot-form__button:disabled{cursor:not-allowed;opacity:.65}.hot-form__button--cancel{background:#f8fafc}.hot-form__button--clear{background:#f1f5f9}.hot-form__button--secondary{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.hot-form__button--primary-inline{background:#eff6ff;border-color:rgba(37,99,235,.24);color:#1d4ed8}.hot-form__button--demand{background:#fef3c7;border-color:rgba(217,119,6,.32);color:#92400e}.hot-form__button--danger{background:#fff1f2;border-color:#fecaca;color:#991b1b}.hot-form__duplicate-banner{display:grid;gap:10px;border-radius:14px;border:1px solid #fed7aa;background:#fff7ed;padding:14px}.hot-form__duplicate-title{font-weight:800;color:#9a3412}.hot-form__duplicate-copy{color:#7c2d12;line-height:1.5}.hot-form__submit{min-height:42px;min-width:168px;border:none;border-radius:12px;color:var(--primary-foreground);font-weight:800;padding:0 18px;background:var(--primary)}.hot-form__submit:disabled{background:var(--border-strong)}.hot-form__variant-card{border:1px solid var(--border);border-radius:14px;background:var(--surface-subtle);padding:14px;display:grid;gap:12px}.hot-form__variant-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hot-form__variant-heading{display:inline-flex;align-items:center;gap:10px;min-width:0}.hot-form__variant-badge{width:32px;height:32px;border-radius:999px;background:rgba(37,99,235,.1);color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.hot-form__variant-title{font-weight:800}.hot-form__inline-action{min-height:36px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);padding:0 12px;font-weight:700}.hot-form__inline-action--danger{color:#991b1b;border-color:#fecaca;background:#fff1f2}.hot-form__cart-list{display:grid;gap:12px}.hot-form__cart-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.hot-form__cart-edit-row{display:grid;gap:12px;grid-template-columns:minmax(0,220px)}.hot-form__line-list,.hot-form__preview-list{display:grid;gap:12px}.hot-form__line-actions{display:grid;gap:8px}.hot-form__preview-group{border:1px solid var(--border);border-radius:14px;background:var(--surface-subtle);padding:14px;display:grid;gap:12px}.hot-form__preview-header{display:flex;gap:12px;align-items:start;justify-content:space-between}.hot-form__preview-total{font-weight:800;font-size:1rem;white-space:nowrap}.hot-form__preview-items{display:grid;gap:10px}.hot-form__preview-row{display:flex;gap:12px;align-items:start;justify-content:space-between;padding-top:10px;border-top:1px solid var(--border)}.hot-form__preview-row:first-child{border-top:none;padding-top:0}.hot-form__preview-item-name{font-weight:700}.hot-form__preview-metrics{display:grid;gap:4px;justify-items:end;text-align:right;font-size:.88rem}.stock-entry-shell__mode-panel{gap:10px}.stock-entry-shell__builder-loading{min-height:clamp(520px,68vh,760px);align-content:start;padding:18px;border:1px solid rgba(147,197,253,.5);border-radius:22px;background:radial-gradient(circle at top left,rgba(219,234,254,.7),transparent 36%),linear-gradient(180deg,rgba(248,252,255,.98),rgba(255,255,255,.98));box-shadow:0 16px 34px rgba(59,130,246,.08)}.stock-entry-shell__mode-row{display:grid;grid-template-columns:minmax(160px,auto) minmax(260px,auto) minmax(240px,1fr) minmax(180px,auto);gap:12px;align-items:center}.stock-entry-shell__mode-row .stock-calculator{justify-self:end;margin-top:0}.stock-entry-shell__mode-status{display:grid;gap:2px;padding:10px 12px;border-radius:16px;border:1px solid rgba(148,163,184,.34);color:var(--ink);font-size:.88rem}.stock-entry-shell__mode-status strong{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.stock-entry-shell__mode-status span{color:var(--muted);line-height:1.35}.stock-entry-shell__mode-status--purchase{border-color:rgba(37,99,235,.24);background:linear-gradient(135deg,rgba(239,246,255,.94),rgba(255,255,255,.98))}.stock-entry-shell__mode-status--opening{border-color:rgba(245,158,11,.28);background:linear-gradient(135deg,rgba(255,251,235,.94),rgba(255,255,255,.98))}.stock-entry-shell__switch-confirmation{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:12px 14px;border:2px solid rgba(217,119,6,.38);border-radius:18px;background:linear-gradient(135deg,rgba(255,251,235,.98),rgba(254,226,226,.92)),#fff7ed;box-shadow:0 18px 36px rgba(180,83,9,.1);color:#7c2d12}.stock-entry-shell__switch-confirmation>div:first-child{display:grid;gap:4px;min-width:0}.stock-entry-shell__switch-confirmation strong{color:#9a3412;font-size:.98rem}.stock-entry-shell__switch-confirmation span{color:#854d0e;font-size:.9rem;line-height:1.4}.stock-entry-shell__switch-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.stock-entry-shell__switch-cancel,.stock-entry-shell__switch-confirm{min-height:42px;border-radius:14px;padding:9px 14px;font:inherit;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.stock-entry-shell__switch-cancel{border:1px solid rgba(148,163,184,.42);background:rgba(255,255,255,.92);color:#0f172a}.stock-entry-shell__switch-confirm{border:1px solid rgba(194,65,12,.42);background:linear-gradient(135deg,#c2410c,#ea580c);color:#fff;box-shadow:0 10px 24px rgba(194,65,12,.22)}.stock-entry-shell__switch-cancel:hover,.stock-entry-shell__switch-confirm:hover{transform:translateY(-1px)}.purchase-builder{gap:12px}.purchase-builder__add-product-panel,.purchase-builder__barcode-panel,.purchase-builder__top-panel,.purchase-preview-panel,.purchase-product-card{gap:10px}.purchase-builder__top-panel{padding-block:12px}.purchase-preview-panel{content-visibility:auto;contain:layout paint;contain-intrinsic-size:1px 360px}.purchase-builder__add-product-panel,.purchase-builder__barcode-panel,.purchase-product-card{content-visibility:auto;contain:layout paint}.purchase-builder__barcode-panel{contain-intrinsic-size:1px 150px}.purchase-builder__add-product-panel{contain-intrinsic-size:1px 92px}.purchase-product-card{contain-intrinsic-size:1px 720px}.purchase-builder__supplier-grid{grid-template-columns:minmax(220px,1.15fr) minmax(240px,1fr) minmax(160px,.8fr)}.purchase-builder__barcode-panel .barcode-lookup__controls{max-width:560px}.purchase-builder__add-product-panel{padding-block:12px}.purchase-builder__add-product-actions,.purchase-product-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.purchase-product-search-row{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:12px;align-items:stretch}.purchase-product-search-row--new{grid-template-columns:minmax(0,1.4fr) minmax(240px,.6fr)}.purchase-product-create-fields{grid-template-columns:minmax(220px,1.2fr) minmax(160px,.8fr)}.purchase-product-action-panel{min-width:0}.purchase-product-action-panel__card{height:100%;min-height:116px;display:grid;align-content:center;gap:8px;padding:12px;border:1px solid rgba(34,197,94,.2);border-radius:14px;background:radial-gradient(circle at top right,rgba(187,247,208,.28),transparent 34%),linear-gradient(180deg,rgba(240,253,244,.86),rgba(255,255,255,.96))}.purchase-product-action-panel__card--selected{border-color:rgba(22,163,74,.72);background:radial-gradient(circle at top right,rgba(134,239,172,.48),transparent 36%),linear-gradient(135deg,rgba(220,252,231,.98),rgba(239,246,255,.96));box-shadow:0 16px 34px rgba(22,163,74,.16),inset 5px 0 0 #16a34a}.purchase-product-action-panel__card--create{border-color:rgba(20,184,166,.26);background:radial-gradient(circle at top right,rgba(153,246,228,.36),transparent 34%),linear-gradient(135deg,rgba(240,253,250,.94),rgba(255,255,255,.98))}.purchase-product-action-panel__matches{display:flex;flex-wrap:wrap;gap:6px}.purchase-item-entry-grid{grid-template-columns:minmax(210px,1.15fr) repeat(3,minmax(118px,.7fr));align-items:start}.purchase-item-entry-grid .filterable-select__helper,.purchase-item-entry-grid .hot-form__field-help{font-size:.78rem}.purchase-item-entry-grid .hot-form__toggle-group{gap:6px}.purchase-item-entry-grid .hot-form__toggle{min-height:36px;padding-inline:12px}.purchase-item-package-summary{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))}.purchase-item-formula-help{margin-top:-2px}.purchase-selling-setup{display:grid;gap:12px;border:1px solid rgba(34,197,94,.28);border-radius:16px;padding:12px;background:linear-gradient(135deg,rgba(236,253,245,.92),rgba(240,253,244,.62)),var(--surface)}.purchase-selling-setup__header{display:flex;align-items:start;justify-content:space-between;gap:12px}.purchase-selling-setup__eyebrow{color:#15803d;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.purchase-selling-setup__title{color:var(--foreground);font-weight:900}.purchase-selling-setup__hint{max-width:280px;color:#166534;font-size:.78rem;font-weight:700;text-align:right}.purchase-selling-setup__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.purchase-selling-setup__piece-note{align-self:stretch;display:flex;align-items:center;border:1px dashed rgba(34,197,94,.35);border-radius:14px;padding:12px 14px;color:#166534;background:rgba(240,253,244,.72);font-size:.84rem;font-weight:750}.purchase-selling-setup__link{background:rgba(255,255,255,.72)}.purchase-item-advanced{border:1px solid rgba(148,163,184,.28);border-radius:14px;padding:10px 12px;background:rgba(248,250,252,.66);contain:layout paint}.purchase-item-advanced:not([open]){min-height:42px}.purchase-item-advanced__grid{margin-top:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.purchase-item-metrics{grid-template-columns:repeat(6,minmax(96px,1fr));gap:8px}.purchase-item-metrics .hot-form__metric{padding:8px 10px;border-radius:999px;background:rgba(240,253,244,.82);border-color:rgba(34,197,94,.18)}.purchase-item-metrics .hot-form__metric-label{font-size:.72rem}.purchase-preview-panel .empty-state{padding:12px 14px}.purchase-preview-panel .hot-form__preview-group{gap:8px;padding:10px 12px}.purchase-preview-panel .hot-form__preview-items{gap:6px}.purchase-preview-panel .hot-form__preview-row{padding-top:8px}.purchase-preview-panel .hot-form__summary-grid{grid-template-columns:repeat(auto-fit,minmax(116px,1fr))}@media (max-width:980px){.purchase-product-search-row,.purchase-product-search-row--new,.stock-entry-shell__mode-row{grid-template-columns:1fr}.stock-entry-shell__mode-row .stock-calculator{justify-self:stretch}.stock-entry-shell__switch-confirmation{align-items:stretch;flex-direction:column}.stock-entry-shell__switch-actions{justify-content:stretch}.stock-entry-shell__switch-cancel,.stock-entry-shell__switch-confirm{flex:1 1 180px}.purchase-builder__supplier-grid,.purchase-item-entry-grid,.purchase-product-create-fields{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.sell-workspace{gap:12px;align-items:start}.sell-workspace__panel{gap:12px}.sell-workspace__panel--build{gap:12px;padding:12px;border:2px solid var(--sell-frame-blue-soft);background:radial-gradient(circle at top right,rgba(191,219,254,.28),transparent 34%),linear-gradient(180deg,rgba(248,252,255,.96),rgba(255,255,255,.99));box-shadow:0 14px 30px rgba(29,78,216,.08)}.sell-workspace__panel--build .hot-form__line-list{gap:10px}.sell-workspace__panel--preview{gap:10px;background:radial-gradient(circle at top right,rgba(59,130,246,.18),transparent 32%),linear-gradient(145deg,rgba(219,234,254,.98),rgba(240,249,255,1));box-shadow:0 14px 28px rgba(59,130,246,.08);contain-intrinsic-size:1px 260px}.sell-workspace__panel--checkout,.sell-workspace__panel--preview{padding:14px;border:2px solid var(--sell-frame-blue-soft);content-visibility:auto}.sell-workspace__panel--checkout{gap:12px;background:radial-gradient(circle at top right,rgba(52,211,153,.26),transparent 32%),linear-gradient(180deg,rgba(220,252,231,.9),rgba(255,255,255,.98));box-shadow:0 14px 28px rgba(16,185,129,.08);contain-intrinsic-size:1px 360px}.sell-workspace__panel--demand{gap:12px;padding:14px;border:2px solid var(--sell-frame-blue-soft);background:radial-gradient(circle at top right,rgba(191,219,254,.22),transparent 34%),linear-gradient(180deg,rgba(248,252,255,.96),rgba(255,255,255,.99));box-shadow:0 16px 30px rgba(29,78,216,.08);content-visibility:auto;contain-intrinsic-size:1px 220px}.demand-list-panel__header{align-items:flex-start}.demand-list-panel__grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.demand-list-panel__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.demand-list-panel__summary>div{display:grid;gap:4px;border:1px solid rgba(217,119,6,.18);border-radius:14px;background:rgba(255,255,255,.86);padding:10px 12px}.demand-list-panel__summary-label{color:#78716c;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.demand-list-panel__summary strong{color:#111827;font-size:1rem}.demand-list-card__actions,.demand-list-panel__actions,.demand-list-row__actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.demand-list-panel__loaded,.demand-list-panel__message{border:1px solid rgba(22,163,74,.22);border-radius:14px;background:rgba(220,252,231,.76);color:#166534;font-weight:800;line-height:1.45;padding:10px 12px}.demand-list-card,.demand-list-panel__recent{display:grid;gap:10px;border:1px solid rgba(217,119,6,.18);border-radius:16px;background:rgba(255,255,255,.9);padding:12px}.demand-list-card__topline,.demand-list-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.demand-list-card__reference,.demand-list-panel__recent-title,.demand-list-row__reference{color:#111827;font-weight:900}.demand-list-card__meta,.demand-list-row__meta{color:#64748b;font-size:.88rem;line-height:1.4}.demand-list-card__status{border:1px solid rgba(37,99,235,.18);border-radius:999px;background:rgba(219,234,254,.74);color:#1d4ed8;font-size:.78rem;font-weight:900;padding:5px 9px;text-transform:capitalize}.demand-list-card__items{display:grid;gap:6px}.demand-list-card__item{display:flex;justify-content:space-between;gap:10px;border-top:1px solid rgba(226,232,240,.88);padding-top:8px}.demand-list-card__item span{min-width:0;color:#334155;font-weight:700}.demand-list-card__item strong{white-space:nowrap}.demand-list-row{border-top:1px solid rgba(226,232,240,.88);padding-top:10px}.demand-list-row:first-of-type{border-top:none;padding-top:0}.sell-workspace__empty-state{padding:10px 12px;border:1px dashed rgba(37,99,235,.22);background:rgba(255,255,255,.84)}.sell-workspace__summary-grid{gap:8px}.sell-workspace__metric{background:rgba(255,255,255,.82)}.sell-workspace__metric--grand-total,.sell-workspace__metric--total{border-color:rgba(37,99,235,.2);background:rgba(219,234,254,.6)}.sell-workspace__metric--grand-total .hot-form__metric-value,.sell-workspace__metric--total .hot-form__metric-value{color:#1d4ed8}.sell-workspace__metric--paid{border-color:rgba(5,150,105,.18);background:rgba(220,252,231,.72)}.sell-workspace__metric--clear .hot-form__metric-value,.sell-workspace__metric--paid .hot-form__metric-value{color:#047857}.sell-workspace__metric--due{border-color:rgba(217,119,6,.22);background:rgba(255,247,237,.9)}.sell-workspace__metric--due .hot-form__metric-value{color:#b45309}.sell-workspace__metric--clear{border-color:rgba(5,150,105,.16);background:rgba(236,253,245,.82)}.sell-workspace__action-bar{align-items:center;gap:10px}.sell-workspace__action-buttons--compact{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.sell-workspace__action-buttons--compact .hot-form__button,.sell-workspace__action-buttons--compact .hot-form__submit{width:100%;min-width:0}.sell-workspace__action-buttons--compact .hot-form__submit{min-height:46px}.sell-workspace__recovery-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.sell-workspace__action-bar .hot-form__action-copy{max-width:34ch;font-size:.88rem}.sell-line-card{gap:8px;padding:9px;border:2px solid var(--sell-frame-blue-soft);background:radial-gradient(circle at top right,rgba(219,234,254,.24),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,252,255,.98))}.sell-line-card .hot-form__variant-header{gap:8px;align-items:center}.sell-line-card__header-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.sell-line-card__grid{grid-template-columns:minmax(190px,1fr) minmax(180px,1fr) minmax(84px,104px) minmax(112px,132px);gap:8px 10px;align-items:start}.sell-line-card__barcode,.sell-line-card__field,.sell-line-card__grid>*{min-width:0}.sell-line-card__barcode{grid-column:1/-1}.sell-line-card__barcode .barcode-lookup__controls{gap:8px}.sell-line-card__barcode .hot-form__button{min-width:78px;white-space:nowrap}.sell-line-card__grid .filterable-select,.sell-line-card__grid .hot-form__field{gap:6px;align-content:start}.sell-line-card__grid>:not(.sell-line-card__barcode){padding:8px 10px 9px;border-radius:14px;border:2px solid var(--sell-field-green-border);background:radial-gradient(circle at top right,rgba(134,239,172,.38),transparent 40%),linear-gradient(180deg,var(--sell-field-green-fill-strong),var(--sell-field-green-fill));box-shadow:0 8px 18px rgba(22,163,74,.08),inset 0 1px 0 rgba(255,255,255,.8)}.sell-line-card__grid .filterable-select__label,.sell-line-card__grid .hot-form__label{font-size:.96rem;font-weight:800;letter-spacing:.01em;color:#111827}.sell-line-card__grid>:not(.sell-line-card__barcode) .filterable-select__label,.sell-line-card__grid>:not(.sell-line-card__barcode) .hot-form__label{color:#111827}.sell-line-card__grid .filterable-select__label-row{gap:6px;min-height:22px;align-items:center;min-width:0}.sell-line-card__grid .filterable-select__selected{max-width:100%;font-size:.86rem;font-weight:700;color:#111827;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sell-line-card__grid .adaptive-select__native,.sell-line-card__grid .filterable-select__search,.sell-line-card__grid .hot-form__field input{height:44px;font-size:1rem;font-weight:700;color:#111827;border-color:rgba(34,197,94,.7);background:rgba(255,255,255,.96);padding-inline:12px}.sell-line-card__barcode input{font-size:1.04rem}.sell-line-card__barcode input::placeholder,.sell-line-card__grid .filterable-select__search::placeholder,.sell-line-card__grid .hot-form__field input::placeholder{font-size:.9rem;font-weight:500;color:#6b7280}.sell-line-card__barcode .hot-form__button{min-height:44px;font-size:.96rem}.sell-line-card__grid .filterable-select__helper,.sell-line-card__grid .hot-form__field-help{font-size:.88rem;line-height:1.35}.sell-line-card__grid .filterable-select__option-primary{font-size:.88rem}.sell-line-card__grid .filterable-select__option-secondary{font-size:.76rem}.sell-line-card__selection{padding:8px 10px;gap:2px;border-color:rgba(59,130,246,.24);background:linear-gradient(135deg,rgba(219,234,254,.92),rgba(239,246,255,.98))}.sell-line-card__selection .hot-form__selection-value{font-size:.95rem}.sell-line-card__compact-row{display:grid;gap:12px;grid-template-columns:minmax(0,1.2fr) minmax(340px,.95fr);align-items:center;padding:4px 2px 2px}.sell-line-card__compact-main{min-width:0;display:grid;gap:8px}.sell-line-card__compact-title{font-size:1rem;font-weight:800;color:#0f172a}.sell-line-card__compact-meta{color:var(--muted);font-size:.84rem;line-height:1.35}.sell-line-card__compact-pills{display:flex;flex-wrap:wrap;gap:6px}.sell-line-card__pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.9);color:#334155;font-size:.76rem;font-weight:800}.sell-line-card__metric--healthy,.sell-line-card__pill--healthy{border-color:rgba(5,150,105,.16);background:rgba(236,253,245,.92);color:#047857}.sell-line-card__metric--low,.sell-line-card__pill--low{border-color:rgba(217,119,6,.2);background:rgba(255,247,237,.94);color:#b45309}.sell-line-card__metric--out,.sell-line-card__pill--out{border-color:rgba(220,38,38,.18);background:rgba(254,242,242,.94);color:#b91c1c}.sell-line-card__metric--unknown,.sell-line-card__pill--unknown{border-color:rgba(148,163,184,.22);background:rgba(248,250,252,.96);color:#475569}.sell-line-card__compact-controls{display:grid;gap:8px;grid-template-columns:minmax(82px,92px) minmax(118px,128px) minmax(120px,136px);justify-content:end;align-items:end}.sell-line-card__compact-field{gap:4px}.sell-line-card__compact-field input{height:40px}.sell-line-card__compact-field .hot-form__label{font-size:.75rem;letter-spacing:.03em}.sell-line-card__compact-subtotal{min-height:40px;padding:8px 12px;border:1px solid rgba(37,99,235,.18);border-radius:12px;background:rgba(239,246,255,.92);display:grid;gap:2px}.sell-line-card__compact-subtotal-label{font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#111827}.sell-line-card__compact-subtotal-value{font-size:1rem;font-weight:900;color:#1d4ed8}.sell-line-card__metrics{display:grid;grid-template-columns:minmax(190px,1fr) minmax(180px,1fr) minmax(84px,104px) minmax(112px,132px);gap:8px 10px;align-items:stretch}.sell-line-card__metric{min-width:0;min-height:42px;display:grid;align-content:center;gap:2px;padding:5px 8px;border:1.5px solid rgba(37,99,235,.38);border-radius:10px;background:linear-gradient(135deg,rgba(219,234,254,.9),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 8px 16px rgba(37,99,235,.08)}.sell-line-card__metric .hot-form__metric-label{font-size:.66rem;font-weight:800;line-height:1.1;letter-spacing:.05em;color:#111827}.sell-line-card__metric .hot-form__metric-value{min-width:0;font-size:.9rem;font-weight:900;line-height:1.15;overflow-wrap:anywhere;color:#111827}.sell-line-card__metric--stock{min-width:0}.sell-line-card__metric--subtotal{border-color:rgba(37,99,235,.18);background:rgba(239,246,255,.92)}.sell-line-card__metric--subtotal .hot-form__metric-value{color:#1d4ed8}.sell-workspace__panel--preview .hot-form__preview-group{border-color:rgba(37,99,235,.14);background:rgba(255,255,255,.88)}.sell-workspace__summary-column{display:grid;gap:12px}.sell-workspace__checkout-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.sell-workspace__checkout-grid .hot-form__full{grid-column:1/-1}.sell-workspace__panel--checkout .hot-form__section-title,.sell-workspace__panel--preview .hot-form__section-title{font-size:.92rem}.sell-workspace__panel--preview .hot-form__preview-list{max-height:260px;overflow:auto;padding-right:2px}.sell-workspace__panel--preview .hot-form__preview-group{padding:10px;gap:8px;border-radius:12px}.sell-workspace__panel--preview .hot-form__preview-items{gap:6px}.sell-workspace__panel--preview .hot-form__preview-row{gap:8px;padding-top:7px}.sell-workspace__panel--preview .hot-form__preview-metrics{gap:2px;font-size:.8rem}.sell-workspace__summary-grid--checkout,.sell-workspace__summary-grid--preview{grid-template-columns:repeat(3,minmax(0,1fr))}.sell-workspace__panel--checkout .hot-form__toggle-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.sell-workspace__panel--checkout .hot-form__field:has(>.hot-form__toggle-group){padding:11px;border:2px solid rgba(37,99,235,.34);border-left-width:5px;border-radius:18px;background:radial-gradient(circle at top right,rgba(96,165,250,.28),transparent 38%),linear-gradient(135deg,rgba(219,234,254,.98),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 22px rgba(37,99,235,.09)}.sell-workspace__panel--checkout .hot-form__toggle{min-height:38px;padding-inline:10px}.sell-workspace__panel--checkout .hot-form__toggle:first-child.hot-form__toggle--active{border-color:#15803d;background:linear-gradient(135deg,#166534,#16a34a);color:#ffffff;box-shadow:0 14px 28px rgba(22,163,74,.22),inset 0 0 0 2px rgba(255,255,255,.16)}.sell-workspace__panel--checkout .hot-form__toggle:nth-child(2).hot-form__toggle--active{border-color:#b45309;background:linear-gradient(135deg,#92400e,#f59e0b);color:#ffffff;box-shadow:0 14px 28px rgba(245,158,11,.22),inset 0 0 0 2px rgba(255,255,255,.16)}.sell-workspace__panel--checkout .hot-form__toggle:nth-child(3).hot-form__toggle--active{border-color:#c2410c;background:linear-gradient(135deg,#9a3412,#f97316);color:#ffffff;box-shadow:0 14px 28px rgba(249,115,22,.22),inset 0 0 0 2px rgba(255,255,255,.16)}.sell-payment-destination{padding:11px;border:2px solid rgba(22,163,74,.28);border-left-width:5px;border-radius:18px;background:radial-gradient(circle at top right,rgba(74,222,128,.22),transparent 38%),linear-gradient(135deg,rgba(220,252,231,.96),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 22px rgba(22,163,74,.08)}.sell-payment-destination__buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sell-payment-destination__button{min-height:38px;border:1px solid rgba(148,163,184,.32);border-radius:999px;background:#ffffff;color:#0f172a;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.04)}.sell-payment-destination__button--active{border-color:#16a34a;background:linear-gradient(135deg,#166534,#22c55e);color:#ffffff;box-shadow:0 14px 28px rgba(22,163,74,.2),inset 0 0 0 2px rgba(255,255,255,.18)}.sell-payment-destination__note{border-radius:14px;border:1px dashed rgba(148,163,184,.38);background:rgba(248,250,252,.72);color:#64748b;font-weight:800;padding:10px 12px}.sell-discount{padding:11px;border:2px solid rgba(245,158,11,.34);border-left-width:5px;border-radius:18px;background:radial-gradient(circle at top right,rgba(251,191,36,.22),transparent 38%),linear-gradient(135deg,rgba(255,251,235,.98),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 10px 22px rgba(245,158,11,.08)}.sell-discount__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.sell-discount__panel{display:grid;gap:10px;margin-top:10px}.hot-form__field-help--danger{color:#b91c1c;font-weight:900}.sell-workspace__messages{gap:8px}.product-items-editor{display:grid;gap:16px}.product-items-editor__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px);gap:14px;align-items:start}.product-items-editor__eyebrow{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-items-editor__title{margin:4px 0 0;font-size:1.1rem;font-weight:900}.product-items-editor__description{margin:8px 0 0;color:var(--muted);line-height:1.55}.product-items-editor__impact{border:1px solid rgba(217,119,6,.2);border-radius:14px;padding:12px 14px;background:#fffbeb;color:#9a3412;font-size:.92rem;font-weight:700;line-height:1.5}.product-items-editor__list{display:grid;gap:12px}.product-items-editor__status{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:999px;background:#f1f5f9;color:var(--muted);font-size:.84rem;font-weight:800}.product-items-editor__status--active{border:1px solid rgba(22,163,74,.34);background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#14532d;box-shadow:inset 0 0 0 1px rgba(255,255,255,.48)}.product-items-editor__actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.product-stock-editor{display:grid;gap:10px;border:1px solid rgba(37,99,235,.2);border-radius:14px;padding:10px 12px;background:linear-gradient(135deg,#eff6ff,#f8fafc)}.product-stock-editor--inactive{color:var(--muted);font-size:.9rem;font-weight:700}.product-stock-editor__toggle{justify-self:start;border:0;background:transparent;color:#1d4ed8;font:inherit;font-weight:900;cursor:pointer;padding:2px 0}.product-stock-editor__panel{display:grid;gap:10px}.product-stock-editor__form{display:grid;grid-template-columns:minmax(130px,.55fr) minmax(150px,.8fr) minmax(220px,1.4fr) auto;gap:10px;align-items:end}.product-stock-editor__current{display:grid;gap:3px;min-height:52px;align-content:center;border-radius:11px;padding:8px 11px;background:#ffffff;border:1px solid #bfdbfe}.product-stock-editor__current span,.product-stock-editor__note{color:var(--muted);font-size:.82rem;font-weight:700}.product-stock-editor__current strong{color:#0f172a;font-size:1.05rem}.product-stock-editor__note{margin:0;line-height:1.45}.product-items-editor__save,.product-stock-editor__save{min-width:140px}.product-items-editor__message{border-radius:12px;padding:12px 14px;font-weight:700}.product-items-editor__message--success{border:1px solid #bbf7d0;background:#dcfce7;color:#166534}.product-items-editor__message--error{border:1px solid #fecaca;background:#fee2e2;color:#991b1b}.empty-state{background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-md);padding:24px;color:var(--muted)}.report-page-links{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:22px;padding:8px;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:radial-gradient(circle at top left,rgba(37,99,235,.09),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,246,255,.62));box-shadow:0 18px 42px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.76)}.report-status{display:grid;gap:6px;margin-bottom:18px;padding:16px 18px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 18px 40px rgba(15,23,42,.06)}.report-status--finalized{border-color:rgba(22,163,74,.18);background:linear-gradient(135deg,rgba(240,253,244,.94),rgba(236,253,245,.98))}.report-status--in_progress{border-color:rgba(37,99,235,.18);background:linear-gradient(135deg,rgba(239,246,255,.96),rgba(238,242,255,.98))}.report-status--missing{border-color:rgba(217,119,6,.2);background:linear-gradient(135deg,rgba(255,251,235,.96),rgba(255,247,237,.98))}.report-status__eyebrow{color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.report-status__title{margin:0;font-size:1.05rem;font-weight:900}.report-status__body{margin:0;color:var(--muted);font-size:.94rem;line-height:1.55;max-width:72ch}.report-filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:12px;align-items:end;margin-bottom:18px}.report-filter-bar__field{display:grid;gap:6px;min-width:0}.report-filter-bar__hint{color:var(--muted);font-size:.78rem;line-height:1.35}.report-filter-bar__field label{color:var(--muted);font-size:.9rem;font-weight:700}.report-filter-bar__field input,.report-filter-bar__field select{width:100%;min-width:0;min-height:42px;border-radius:12px;border:1.5px solid rgba(37,99,235,.24);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));padding:0 12px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 4px 12px rgba(15,23,42,.04);transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.report-filter-bar__field input:focus,.report-filter-bar__field select:focus{outline:none;border-color:rgba(37,99,235,.72);background:#ffffff;box-shadow:0 0 0 4px rgba(37,99,235,.14),0 10px 24px rgba(37,99,235,.1)}.report-filter-bar__field:has(input[placeholder^=Search]),.report-filter-bar__field:has(input[type=search]){padding:12px;border:1px solid rgba(37,99,235,.42);border-radius:16px;background:radial-gradient(circle at top right,rgba(59,130,246,.22),transparent 42%),linear-gradient(135deg,rgba(219,234,254,.95),rgba(239,246,255,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 10px 24px rgba(37,99,235,.08)}.report-filter-bar__field:has(input[placeholder^=Search]) label,.report-filter-bar__field:has(input[type=search]) label{color:#1d4ed8}.report-filter-bar__actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;min-width:0}.stock-filter-bar{padding:16px;border:1px solid rgba(37,99,235,.14);border-radius:22px;background:radial-gradient(circle at top left,rgba(219,234,254,.72),transparent 34%),linear-gradient(135deg,rgba(248,250,252,.98),rgba(240,253,244,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 14px 36px rgba(15,23,42,.05)}.stock-filter-bar__field{padding:12px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:rgba(255,255,255,.78)}.stock-filter-bar__field--search{border-color:rgba(37,99,235,.54);background:radial-gradient(circle at top right,rgba(59,130,246,.32),transparent 42%),linear-gradient(135deg,rgba(219,234,254,.98),rgba(239,246,255,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 12px 28px rgba(37,99,235,.1)}.stock-filter-bar__field--status{border-color:rgba(34,197,94,.22);background:radial-gradient(circle at top right,rgba(187,247,208,.48),transparent 42%),rgba(255,255,255,.84)}.stock-filter-bar__field label{color:#334155;letter-spacing:-.01em}.stock-filter-bar__field input,.stock-filter-bar__field select{border-color:rgba(37,99,235,.18);background:rgba(255,255,255,.96)}.stock-filter-bar__field--search label{color:#1d4ed8}.stock-filter-bar__field--search input{border-width:2px;border-color:rgba(37,99,235,.48);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,246,255,.96))}.stock-filter-bar__field--search input::placeholder{color:#475569}.stock-filter-bar__actions{align-self:stretch;align-content:end}.filterable-select__search,input[placeholder^=Search],input[type=search]{border-width:2px;border-color:rgba(37,99,235,.56);background-color:#eff6ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%231d4ed8' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E"),linear-gradient(180deg,rgba(255,255,255,.98),rgba(219,234,254,.96));background-position:13px,50%;background-repeat:no-repeat;background-size:18px 18px,100% 100%;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 8px 20px rgba(37,99,235,.08);color:#0f172a;font-size:.94rem;padding-left:38px;text-overflow:ellipsis}.adaptive-select__native,input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=search]):not([placeholder^=Search]),select,textarea{border:2px solid rgba(37,99,235,.52);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(219,234,254,.86));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 20px rgba(37,99,235,.09);color:#0f172a;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.adaptive-select__native:hover,input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=search]):not([placeholder^=Search]):hover,select:hover,textarea:hover{border-color:rgba(37,99,235,.7);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(191,219,254,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 24px rgba(37,99,235,.12)}.adaptive-select__native:focus,input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=search]):not([placeholder^=Search]):focus,select:focus,textarea:focus{outline:none;border-color:rgba(29,78,216,.9);background:#ffffff;box-shadow:0 0 0 5px rgba(37,99,235,.18),0 14px 30px rgba(37,99,235,.14)}.adaptive-select__native,select{color:#0f172a;font-weight:750}textarea{padding-block:12px}.filterable-select__search::placeholder,input::placeholder,textarea::placeholder{color:#475569;font-size:.84em;letter-spacing:-.015em;opacity:1}.filterable-select__search::placeholder,input[placeholder^=Search]::placeholder,input[type=search]::placeholder{color:#475569;font-size:.88em;opacity:1}.filterable-select__search:hover,input[placeholder^=Search]:hover,input[type=search]:hover{border-color:rgba(37,99,235,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 24px rgba(37,99,235,.12)}.filterable-select__search:focus,input[placeholder^=Search]:focus,input[type=search]:focus{outline:none;border-color:rgba(29,78,216,.88);background-color:#dbeafe;box-shadow:0 0 0 5px rgba(37,99,235,.18),0 14px 30px rgba(37,99,235,.14)}.report-filter-bar__submit{min-height:42px;border:none;border-radius:14px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:var(--primary-foreground);font-weight:800;padding:0 18px;justify-self:start;min-width:170px;white-space:nowrap;box-shadow:0 12px 28px rgba(15,23,42,.12);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.report-filter-bar__submit:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(15,23,42,.16);filter:saturate(1.03)}.report-filter-bar__submit:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.16),0 16px 34px rgba(15,23,42,.16)}.report-filter-bar__submit:disabled{cursor:wait;opacity:.72;transform:none;box-shadow:none}.report-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-bottom:12px}.report-metric-grid--compact{margin-bottom:0}.financial-summary{display:grid;gap:16px}.financial-summary__group{display:grid;gap:12px;padding:14px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:radial-gradient(circle at top right,rgba(191,219,254,.16),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98))}.financial-summary__group-header{display:grid;gap:4px}.financial-summary__group-title{margin:0;font-size:.98rem;font-weight:900;color:#0f172a}.financial-summary__group-description{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.report-metric-card{display:grid;gap:3px;min-height:70px;border:2px solid rgba(37,99,235,.44);border-left-width:5px;border-radius:14px;background:radial-gradient(circle at top right,rgba(96,165,250,.42),transparent 42%),linear-gradient(135deg,rgba(219,234,254,.98),rgba(255,255,255,.98));padding:9px 11px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(37,99,235,.09)}.report-metric-card:nth-child(2n){border-color:rgba(20,184,166,.48);background:radial-gradient(circle at top right,rgba(45,212,191,.42),transparent 42%),linear-gradient(135deg,rgba(204,251,241,.98),rgba(255,255,255,.98))}.report-metric-card:nth-child(3n){border-color:rgba(34,197,94,.5);background:radial-gradient(circle at top right,rgba(74,222,128,.46),transparent 42%),linear-gradient(135deg,rgba(220,252,231,.98),rgba(255,255,255,.98))}.report-metric-card:nth-child(4n){border-color:rgba(245,158,11,.56);background:radial-gradient(circle at top right,rgba(251,191,36,.48),transparent 42%),linear-gradient(135deg,rgba(254,243,199,.98),rgba(255,255,255,.98))}.report-metric-card:nth-child(5n){border-color:rgba(99,102,241,.54);background:radial-gradient(circle at top right,rgba(129,140,248,.44),transparent 42%),linear-gradient(135deg,rgba(224,231,255,.98),rgba(255,255,255,.98))}.report-metric-card__label{color:#475569;font-size:.7rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.report-metric-card__value{color:#0f172a;font-size:1.22rem;font-weight:900;line-height:1.05;letter-spacing:-.03em}.report-metric-card__hint{color:var(--muted);font-size:.78rem;line-height:1.4}.muted-text{color:var(--muted);font-size:.82rem;line-height:1.35}.report-check-list{display:grid;gap:10px;margin:0;padding-left:1.2rem;color:#334155;font-weight:700}.business-readiness-group{display:grid;gap:8px;border:1px solid rgba(148,163,184,.2);border-radius:16px;background:rgba(248,250,252,.82);padding:12px}.business-readiness-group+.business-readiness-group{margin-top:10px}.business-readiness-group h3{margin:0;color:#0f172a;font-size:.92rem;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.report-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.business-opening-position{display:grid;gap:14px;margin-bottom:18px;border-color:rgba(37,99,235,.28);background:radial-gradient(circle at top right,rgba(191,219,254,.42),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,246,255,.86))}.business-opening-position__status{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:rgba(248,250,252,.92);color:#475569;padding:6px 12px;font-size:.82rem;font-weight:950;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.business-opening-position__eyebrow{margin:0 0 4px;color:#2563eb;font-size:.76rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.business-opening-position__status.is-reviewed{border-color:rgba(34,197,94,.34);background:rgba(220,252,231,.9);color:#166534}.business-opening-position__status.is-locked{border-color:rgba(37,99,235,.34);background:rgba(219,234,254,.92);color:#1e3a8a}.business-opening-position__status.is-draft,.business-opening-position__status.is-missing{border-color:rgba(245,158,11,.34);background:rgba(254,243,199,.9);color:#92400e}.business-opening-position__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.business-opening-position__tile{border:1px solid rgba(37,99,235,.18);border-radius:16px;background:rgba(255,255,255,.9);padding:12px}.business-opening-position__tile span{display:block;color:#64748b;font-size:.74rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.business-opening-position__tile strong{display:block;margin-top:5px;color:#0f172a;font-size:1.06rem;font-weight:950}.business-opening-position__form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;border:1px solid rgba(37,99,235,.16);border-radius:18px;background:rgba(255,255,255,.86);padding:12px}.business-opening-position__form label{display:grid;gap:5px;color:#334155;font-size:.76rem;font-weight:950;letter-spacing:.025em;text-transform:uppercase}.business-opening-position__form label span{display:grid;gap:2px}.business-opening-position__form small{color:#64748b;font-size:.67rem;font-weight:850;letter-spacing:0;text-transform:none}.business-opening-position__form input,.business-opening-position__form textarea{width:100%;border:1px solid rgba(148,163,184,.38);border-radius:12px;background:rgba(255,255,255,.96);color:#0f172a;padding:9px 10px;font-size:.92rem;font-weight:750}.business-opening-position__form input:disabled,.business-opening-position__form textarea:disabled{background:rgba(241,245,249,.9);color:#64748b}.business-opening-position__notes{grid-column:span 3}.business-opening-position__actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.business-opening-position__actions button{border:1px solid rgba(37,99,235,.34);border-radius:12px;background:linear-gradient(135deg,#172554,#2563eb);color:#fff;padding:10px 14px;font-weight:950;cursor:pointer}.business-opening-position__actions button:disabled{cursor:not-allowed;opacity:.58}.business-opening-position__lock{background:rgba(239,246,255,.94)!important;color:#1e3a8a!important}.business-opening-position__note{margin:0;border:1px solid rgba(245,158,11,.22);border-radius:14px;background:rgba(255,251,235,.88);color:#92400e;padding:10px 12px;font-size:.86rem;font-weight:800;line-height:1.45}.business-position-registers{display:grid;gap:14px;margin-bottom:18px;border-color:rgba(20,184,166,.34);background:radial-gradient(circle at top right,rgba(167,243,208,.42),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(240,253,250,.82))}.business-position-registers__tabs{display:flex;flex-wrap:wrap;gap:8px}.business-position-registers__tabs button{border:1px solid rgba(15,23,42,.14);border-radius:999px;background:rgba(255,255,255,.88);color:#0f172a;padding:9px 13px;font-weight:900;cursor:pointer}.business-position-registers__tabs button.is-active{border-color:rgba(13,148,136,.78);background:linear-gradient(135deg,#0f766e,#2563eb),radial-gradient(circle at 18% 18%,rgba(255,255,255,.34),transparent 38%);color:#ffffff;box-shadow:0 14px 30px rgba(13,148,136,.24),inset 0 0 0 1px rgba(255,255,255,.22)}.business-position-registers__message{border:1px solid rgba(37,99,235,.28);border-radius:14px;background:rgba(239,246,255,.88);color:#1e3a8a;padding:10px 12px;font-weight:800}.business-position-registers__content{display:grid;gap:14px}.business-position-registers__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(37,99,235,.18);border-radius:18px;background:radial-gradient(circle at top right,rgba(191,219,254,.32),transparent 34%),rgba(255,255,255,.9);padding:12px}.business-position-registers__toolbar h3{margin:0;color:#0f172a;font-size:1rem;font-weight:950}.business-position-registers__toolbar p{margin:3px 0 0;color:#64748b;font-size:.84rem;font-weight:750;line-height:1.35}.business-position-registers__toolbar button{border:1px solid rgba(37,99,235,.3);border-radius:999px;background:linear-gradient(135deg,#172554,#2563eb);color:#fff;padding:10px 14px;font-weight:950;white-space:nowrap;cursor:pointer}.business-register-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;border:1px solid rgba(20,184,166,.22);border-radius:18px;background:rgba(255,255,255,.82);padding:12px}.business-register-form h3{grid-column:1/-1;margin:0;color:#0f172a;font-size:1rem;font-weight:950}.business-register-form label{display:grid;gap:5px;color:#334155;font-size:.76rem;font-weight:900;letter-spacing:.025em;text-transform:uppercase}.business-register-form input,.business-register-form select,.business-register-form textarea,.business-register-row__actions input,.business-register-row__actions select{width:100%;border:1px solid rgba(148,163,184,.38);border-radius:12px;background:rgba(255,255,255,.96);color:#0f172a;padding:9px 10px;font-size:.92rem;font-weight:750}.business-register-form__wide{grid-column:span 2}.business-register-form button,.business-register-row__actions button{align-self:end;border:1px solid rgba(37,99,235,.34);border-radius:12px;background:linear-gradient(135deg,#172554,#2563eb);color:#fff;padding:10px 13px;font-weight:950;cursor:pointer}.business-register-form button:disabled,.business-register-row__actions button:disabled{cursor:not-allowed;opacity:.58}.business-register-list{display:grid;gap:10px}.business-register-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(320px,1.4fr);gap:12px;border:1px solid rgba(37,99,235,.2);border-left:5px solid rgba(20,184,166,.72);border-radius:16px;background:rgba(255,255,255,.9);padding:12px}.business-register-row--compact{grid-template-columns:1fr}.business-register-row strong{color:#0f172a;font-size:1rem;font-weight:950}.business-register-row p{margin:4px 0 0;color:#475569;font-size:.86rem;font-weight:750}.business-register-row__details{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.business-register-row__details span{display:inline-flex;align-items:center;min-height:28px;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:rgba(248,250,252,.9);color:#475569;padding:4px 9px;font-size:.78rem;font-weight:850}.business-register-row__primary-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.business-register-row__primary-actions button{border:1px solid rgba(37,99,235,.26);border-radius:12px;background:rgba(239,246,255,.94);color:#1e3a8a;padding:9px 12px;font-weight:950;cursor:pointer}.business-register-row__primary-actions button:disabled{cursor:not-allowed;opacity:.58}.business-register-row__actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.business-register-row__action-panel{grid-column:1/-1;border-top:1px solid rgba(37,99,235,.14);padding-top:10px}@media (max-width:980px){.business-opening-position__form,.business-opening-position__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.business-opening-position__notes{grid-column:1/-1}.business-opening-position__actions{justify-content:stretch}.business-opening-position__actions button{flex:1 1 180px}.business-position-registers__toolbar{align-items:stretch;flex-direction:column}.business-register-form,.business-register-row,.business-register-row__actions{grid-template-columns:1fr}.business-register-row__primary-actions{justify-content:flex-start}.business-register-form__wide{grid-column:auto}}@media (max-width:620px){.business-opening-position__form,.business-opening-position__summary{grid-template-columns:1fr}}.report-section{display:grid;gap:14px;margin-bottom:18px;border-color:rgba(37,99,235,.28);background:radial-gradient(circle at top right,rgba(191,219,254,.44),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(239,246,255,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 34px rgba(37,99,235,.07)}.report-section__header{display:flex;gap:12px;justify-content:space-between;align-items:start;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid rgba(37,99,235,.22)}.report-section__title{margin:0;font-size:1.05rem;font-weight:900}.report-section__description{margin:4px 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.report-section__actions{display:flex;align-items:center}.report-export-actions{display:flex;gap:8px;flex-wrap:wrap}.report-export-actions__link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--foreground);padding:0 12px;font-size:.88rem;font-weight:700;text-decoration:none;transition:border-color .12s ease,background-color .12s ease,color .12s ease,transform .12s ease}.report-export-actions__link:focus-visible,.report-export-actions__link:hover{border-color:rgba(37,99,235,.25);background:rgba(37,99,235,.08);color:#1d4ed8;transform:translateY(-1px)}.report-export-actions__link:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.report-table-wrap{overflow-x:auto;border:1.5px solid rgba(15,23,42,.38);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 14px 32px rgba(15,23,42,.08)}.panel.report-table-wrap{padding:0}.report-table{width:100%;border-collapse:separate;border-spacing:0;min-width:640px}.report-table td,.report-table th{padding:12px 14px;border-right:1px solid rgba(15,23,42,.26);border-bottom:1px solid rgba(15,23,42,.24);text-align:left;vertical-align:top;font-size:.92rem}.report-table td:last-child,.report-table th:last-child{border-right:0}.report-table tbody tr:last-child td{border-bottom:0}.report-table th{color:#1e3a8a;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(180deg,rgba(191,219,254,.98),rgba(219,234,254,.98));box-shadow:inset 0 -1px 0 rgba(15,23,42,.32)}.report-table tbody tr{transition:background-color .12s ease,box-shadow .12s ease}.report-table tbody tr:nth-child(odd){background:rgba(255,255,255,.98)}.report-table tbody tr:nth-child(2n){background:rgba(219,234,254,.72)}.report-table tbody tr:hover{background:rgba(191,219,254,.9);box-shadow:inset 5px 0 0 rgba(37,99,235,.68)}.report-table tbody td{color:#0f172a;font-weight:650}.report-table:has(.report-table__action) th:last-child,.report-table:has(.report-table__action-buttons) th:last-child,.report-table:has(.report-table__action-form) th:last-child{color:#7c2d12;background:linear-gradient(180deg,rgba(254,215,170,.98),rgba(255,237,213,.98))}.report-table td:has(.report-table__action),.report-table td:has(.report-table__action-buttons),.report-table td:has(.report-table__action-form){border-left:2px solid rgba(146,64,14,.44);background:radial-gradient(circle at top right,rgba(251,191,36,.24),transparent 45%),linear-gradient(180deg,rgba(255,247,237,.94),rgba(254,243,199,.72))}.report-table__action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:10px;border:1.75px solid rgba(37,99,235,.48);background:linear-gradient(180deg,rgba(239,246,255,.98),rgba(219,234,254,.82));color:#1e3a8a;padding:0 12px;font-size:.82rem;font-weight:850;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 6px 14px rgba(37,99,235,.1);transition:border-color .12s ease,background-color .12s ease,color .12s ease,box-shadow .12s ease,transform .12s ease;white-space:nowrap;text-align:center}.report-table__action:focus-visible,.report-table__action:hover{border-color:rgba(29,78,216,.72);background:linear-gradient(180deg,rgba(219,234,254,1),rgba(191,219,254,.92));color:#1d4ed8;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 9px 20px rgba(37,99,235,.16)}.report-table__action:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.16),0 9px 20px rgba(37,99,235,.16)}.report-table__action--secondary{background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(219,234,254,.68));border-color:rgba(37,99,235,.34);color:#0f172a}.report-table__action--collect{background:linear-gradient(180deg,rgba(219,234,254,.98),rgba(191,219,254,.82));border-color:rgba(37,99,235,.5);color:#1d4ed8}.report-table__action--paid{background:linear-gradient(180deg,rgba(22,163,74,.12),rgba(22,163,74,.08));border-color:rgba(22,163,74,.42);color:#15803d}.report-table__action--remind{background:linear-gradient(180deg,rgba(217,119,6,.12),rgba(217,119,6,.08));border-color:rgba(217,119,6,.42);color:#b45309}.report-table__action--call{background:linear-gradient(180deg,rgba(99,102,241,.12),rgba(99,102,241,.08));border-color:rgba(99,102,241,.42);color:#4338ca}.report-table__action--danger{background:linear-gradient(180deg,rgba(254,242,242,.98),rgba(254,226,226,.86));border-color:rgba(220,38,38,.44);color:#991b1b}.report-table__action:disabled{cursor:not-allowed;opacity:.58;transform:none}.report-table__action-form{display:grid;gap:8px;min-width:220px}.report-table__action-form input{height:38px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);padding:0 10px}.report-table__action-buttons{display:flex;gap:8px;flex-wrap:wrap}.collections-register__row{transition:background-color .14s ease}.collections-register__row--pending{background:rgba(37,99,235,.05)}.collections-register__row--updated{background:rgba(22,163,74,.08)}.collections-register__reminder{display:grid;gap:4px}.collections-register__actions{display:flex;gap:8px;flex-wrap:wrap}.collections-register__settled-state{display:grid;gap:6px;justify-items:start}.report-table__action--confirmed{cursor:default;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(22,163,74,.08)}.collections-register__settled-note{color:var(--muted);font-size:.8rem;font-weight:700}.collections-register__desktop{display:block}.collections-register__mobile-list{display:none}.collections-card{display:grid;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.collections-card--pending{background:rgba(37,99,235,.04)}.collections-card--updated{background:rgba(22,163,74,.06)}.collections-card__header{display:flex;justify-content:space-between;gap:12px;align-items:start}.collections-card__buyer{margin:0;font-size:1rem;font-weight:900}.collections-card__items{margin:4px 0 0;color:var(--muted);font-size:.88rem;line-height:1.4}.collections-card__amount{font-size:1.12rem;font-weight:900;white-space:nowrap}.collections-card__summary{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.collections-card__due-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--muted);font-size:.8rem;font-weight:800}.collections-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin:0}.collections-card__meta dt{margin:0 0 4px;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.collections-card__meta dd{margin:0;color:var(--foreground);font-size:.92rem;font-weight:700;line-height:1.35;word-break:break-word}.collections-card__actions{display:grid;gap:10px}.collections-card__details{border-top:1px dashed var(--border);padding-top:10px}.collections-card__details-toggle{cursor:pointer;color:var(--accent);font-size:.84rem;font-weight:800;list-style:none}.collections-card__details-toggle::-webkit-details-marker{display:none}.collections-card__details[open] .collections-card__details-toggle{margin-bottom:10px}.collections-customer-details{display:grid;gap:14px;padding:14px 0 6px}.collections-customer-details__payment-form{display:flex;flex-wrap:wrap;gap:12px;align-items:end}.collections-customer-details__payment-field{display:grid;gap:6px;min-width:220px;font-weight:700}.collections-customer-details__payment-field input{height:42px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);padding:0 12px}.collections-customer-edit{display:flex;flex-wrap:wrap;gap:12px;align-items:end;border:1px solid #bfdbfe;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#f8fafc);padding:12px}.collections-customer-edit__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.collections-customer-edit__merge{display:grid;gap:6px;flex:1 1 100%;border:1px solid #fed7aa;border-radius:14px;background:#fff7ed;color:#7c2d12;padding:10px 12px;font-weight:800}.collections-customer-edit__merge span{color:#9a3412;font-size:.9rem;font-weight:700}.collections-customer-edit__merge button{justify-self:start}.collections-payment-destination{display:grid;gap:6px;min-width:min(100%,320px)}.collections-payment-destination>span{color:#475569;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.collections-payment-destination__buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.collections-payment-destination__button{min-height:38px;border:1px solid rgba(148,163,184,.34);border-radius:999px;background:#ffffff;color:#0f172a;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.04)}.collections-payment-destination__button--active{border-color:rgba(22,163,74,.82);background:linear-gradient(135deg,#15803d,#22c55e),radial-gradient(circle at 20% 20%,rgba(255,255,255,.36),transparent 36%);color:#ffffff;box-shadow:0 16px 34px rgba(22,163,74,.24),inset 0 0 0 1px rgba(255,255,255,.22)}.legacy-debt-panel{display:grid;gap:14px;margin-top:18px}.legacy-debt-panel__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.legacy-debt-panel__form{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;align-items:end;padding:12px;border:1px solid rgba(37,99,235,.22);border-radius:18px;background:radial-gradient(circle at top right,rgba(187,247,208,.22),transparent 34%),linear-gradient(135deg,rgba(239,246,255,.9),rgba(255,255,255,.98))}.legacy-debt-panel__form input,.legacy-debt-panel__form select,.legacy-debt-panel__import input[type=file]{min-height:42px;border:2px solid rgba(37,99,235,.34);border-radius:13px;background:linear-gradient(180deg,#fff,#eff6ff);padding:0 12px;color:#0f172a;font-weight:700}.legacy-debt-panel__form input:focus,.legacy-debt-panel__form select:focus,.legacy-debt-panel__import input[type=file]:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.15);outline:none}.legacy-debt-panel__import{display:grid;gap:12px}.legacy-debt-panel__preview{display:grid;gap:10px;padding:12px;border:1px solid rgba(14,165,233,.28);border-radius:18px;background:linear-gradient(135deg,rgba(224,242,254,.82),rgba(255,255,255,.98))}.report-table--compact td,.report-table--compact th{padding-block:10px;font-size:.88rem}.purchase-history__desktop{display:block}.purchase-history__mobile-list{display:none}.purchase-history__card{display:grid;gap:12px}.purchase-history__card-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.purchase-history__card-product{font-size:1rem;font-weight:900}.purchase-history__card-variant{margin-top:4px;color:var(--muted);line-height:1.4}.purchase-history__card-total{font-size:1.05rem;font-weight:900;white-space:nowrap}.purchase-history__card-meta{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-history__card-meta div{display:grid;gap:4px}.purchase-history__card-meta span{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.purchase-history__card-meta strong{font-size:.94rem;line-height:1.35}.purchase-history__card-footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.86rem;font-weight:700}.purchase-history__group-list{display:grid;gap:12px;min-width:260px}.purchase-history__group-product,.purchase-history__mobile-product{display:grid;gap:8px;padding:10px 12px;border:1.5px solid rgba(37,99,235,.38);border-left-width:5px;border-radius:16px;background:radial-gradient(circle at top right,rgba(96,165,250,.32),transparent 42%),linear-gradient(135deg,rgba(239,246,255,.96),rgba(219,234,254,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 9px 20px rgba(37,99,235,.08)}.purchase-history__group-product-header{display:grid;gap:2px}.purchase-history__group-items,.purchase-history__mobile-items{display:grid;gap:6px}.purchase-history__group-item,.purchase-history__mobile-item{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr) auto;gap:10px;align-items:start;font-size:.92rem;padding:8px 10px;border:1px solid rgba(37,99,235,.2);border-radius:12px;background:rgba(255,255,255,.86)}.purchase-history__group-product-total,.purchase-history__mobile-product-total{color:var(--muted);font-size:.9rem;font-weight:700}.purchase-items-summary{display:grid;gap:5px;margin:0;padding-left:1.15rem;color:#0f172a;font-size:.9rem;font-weight:750}.purchase-items-summary li{padding-left:.15rem;line-height:1.35}.purchase-items-summary li::marker{color:#2563eb;font-size:.88em}.purchase-history__mobile-products{display:grid;gap:10px}.purchase-history__mobile-product-header{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.92rem;color:var(--muted)}.sales-history__filters{grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;align-items:stretch;margin-bottom:14px}.sales-history__filters .report-filter-bar__field{min-height:82px;padding:10px;border:1.5px solid rgba(37,99,235,.3);border-radius:16px;background:radial-gradient(circle at top right,rgba(96,165,250,.2),transparent 42%),linear-gradient(135deg,rgba(239,246,255,.96),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(37,99,235,.06)}.sales-history__filters .report-filter-bar__field label{color:#1e3a8a;font-size:.78rem;font-weight:900}.sales-history__filters .report-filter-bar__field input,.sales-history__filters .report-filter-bar__field select{min-height:38px;border-radius:11px;padding-inline:10px;width:100%;min-width:0}.sales-history__filters .report-filter-bar__field input[type=date]{font-size:.88rem;letter-spacing:-.01em}.sales-history__filters .report-filter-bar__field input[placeholder^=Search],.sales-history__filters .report-filter-bar__field input[type=search]{padding-left:38px;padding-right:10px;background-position:11px,50%;background-size:18px 18px,100% 100%}.sales-history__filters .report-filter-bar__field:has(input[placeholder^=Search]),.sales-history__filters .report-filter-bar__field:has(input[type=search]){padding:10px;border-color:rgba(37,99,235,.48)}.sales-history__filter-field--item,.sales-history__filter-field--reference{grid-column:span 2}.sales-history__filter-field--item input,.sales-history__filter-field--reference input{font-size:.92rem}@media (max-width:1180px){.sales-history__filter-field--item,.sales-history__filter-field--reference{grid-column:span 1}}.sales-history__clear-link{align-self:end;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:14px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);font-weight:800;text-decoration:none}.sales-history__clear-link,.sales-history__filters .report-filter-bar__submit{align-self:stretch;width:100%}.sales-history__summary-bar{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.sales-history__summary-copy{color:var(--muted);font-size:.9rem;line-height:1.5}.sales-history__primary{font-weight:800}.sales-history__product-summary,.sales-history__sale-ref{color:var(--foreground);font-weight:900;line-height:1.2}.sales-history__sale-ref{overflow-wrap:anywhere}.sales-history__product-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sales-history__chip--branch{margin-top:8px;background:rgba(255,255,255,.86)}.sales-history__payment-stack{display:grid;gap:5px;color:var(--foreground);font-size:.88rem;font-weight:850;line-height:1.25}.sales-history__payment-stack span{display:flex;justify-content:space-between;gap:10px}.sales-history__payment-stack strong{color:var(--muted);font-size:.7rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.sales-history__actions{align-items:flex-start;gap:7px}.sales-history__view-action{min-width:72px}.sales-history__cancel-action{min-height:32px;padding-inline:10px;border-radius:999px;box-shadow:none;font-size:.78rem}.sales-history__desktop{display:block}.sales-history__mobile-list{display:none}.sales-history__card{display:grid;gap:14px;position:relative;overflow:hidden;padding:18px;border:1px solid rgba(147,197,253,.72);border-left:7px solid #2563eb;border-radius:24px;background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(255,255,255,.96) 48%,rgba(236,253,245,.7)),var(--surface);box-shadow:0 16px 36px rgba(15,23,42,.08)}.sales-history__card--paid{border-left-color:#16a34a}.sales-history__card--partial{border-left-color:#d97706}.sales-history__card--unpaid{border-left-color:#dc2626}.sales-history__card-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.sales-history__card-title{margin:2px 0 0;font-size:1.08rem;font-weight:900;line-height:1.25}.sales-history__card-customer{color:#1d4ed8;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sales-history__card-date{margin-top:4px;color:var(--muted);font-size:.88rem;line-height:1.4}.sales-history__card-ref{margin-top:5px;color:#475569;font-size:.86rem;font-weight:800;line-height:1.35}.sales-history__card-total{font-size:1.08rem;font-weight:900;white-space:nowrap;padding:8px 10px;border:1px solid rgba(37,99,235,.18);border-radius:16px;background:rgba(255,255,255,.78);color:#0f172a}.sales-history__card-status{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.sales-history__chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--muted);font-size:.8rem;font-weight:800}.sales-history__status-stack{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.sales-history__card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px;margin:0}.sales-history__card-meta dt{margin:0 0 4px;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sales-history__card-meta dd{margin:0;color:var(--foreground);font-size:.92rem;font-weight:700;line-height:1.35;word-break:break-word}.sales-history__card-actions{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:2px}.sales-history__card-actions>:only-child{grid-column:1/-1}@media (min-width:981px) and (max-width:1180px){.sales-history__desktop{display:none}.sales-history__mobile-list{display:grid;gap:14px}.sales-history__card{padding:16px;border-radius:22px}.sales-history__card-actions,.sales-history__card-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}.sales-history__pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}.sales-history__pagination-copy{color:var(--muted);font-size:.9rem;font-weight:700;text-align:center}.sales-history__pagination-spacer{min-width:132px}.sale-detail-drawer__overlay{position:fixed;inset:0;z-index:90;background:rgba(15,23,42,.48);display:flex;justify-content:flex-end;padding-left:24px}.sale-detail-drawer__panel{width:min(760px,100%);height:100%;background:var(--surface);border-left:1px solid var(--border);box-shadow:-16px 0 40px rgba(15,23,42,.18);display:flex;flex-direction:column}.sale-detail-drawer__header{display:flex;justify-content:space-between;gap:16px;align-items:start;padding:20px 22px 16px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(248,250,252,.92),rgba(255,255,255,.98))}.sale-detail-drawer__eyebrow{color:var(--accent);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sale-detail-drawer__title{margin:6px 0 0;font-size:1.35rem;font-weight:900}.sale-detail-drawer__close{min-height:40px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);padding:0 14px;font-weight:800}.sale-detail-drawer__body{flex:1;overflow:auto;padding:20px 22px 28px;display:grid;gap:18px}.sale-detail-drawer__state{color:var(--muted);font-weight:700}.sale-detail-drawer__actions{display:flex;flex-wrap:wrap;gap:10px}.sale-detail-drawer__feedback{padding:12px 14px;border-radius:14px;font-size:.9rem;font-weight:700}.sale-detail-drawer__feedback--success{border:1px solid rgba(22,163,74,.18);background:rgba(220,252,231,.72);color:#166534}.sale-detail-drawer__feedback--error{border:1px solid rgba(185,28,28,.16);background:rgba(254,242,242,.78);color:#991b1b}.sale-detail-drawer__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.sale-detail-drawer__metric{display:grid;gap:8px;padding:14px 16px;border-radius:18px;border:1.5px solid rgba(37,99,235,.4);border-left-width:5px;background:radial-gradient(circle at top right,rgba(96,165,250,.32),transparent 42%),linear-gradient(135deg,rgba(219,234,254,.94),rgba(255,255,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 11px 24px rgba(37,99,235,.1)}.sale-detail-drawer__metric span{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sale-detail-drawer__metric strong{font-size:1rem;line-height:1.35}.sale-detail-drawer__section{display:grid;gap:12px;padding:16px 18px;border:1px solid var(--border);border-radius:20px;background:var(--surface)}.sale-detail-drawer__section h3{margin:0;font-size:1rem;font-weight:900}.sale-detail-drawer__section-heading{display:grid;gap:8px}.sale-detail-drawer__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;margin:0}.sale-detail-drawer__meta dt{margin:0 0 4px;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sale-detail-drawer__meta dd{margin:0;color:var(--foreground);font-size:.92rem;font-weight:700;line-height:1.45;word-break:break-word}.sale-detail-drawer__note{margin:0;color:var(--muted);font-size:.84rem;line-height:1.5}.sales-return__field-grid,.sales-return__mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sales-return__checkbox,.sales-return__choice{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-subtle);color:var(--foreground);font-weight:850}.sales-return__choice--disabled{color:var(--muted);opacity:.7}.sale-detail-drawer__section>label,.sales-return__field-grid label{display:grid;gap:6px;color:var(--foreground);font-size:.86rem;font-weight:850}.sales-return__history{display:grid;gap:10px}.sales-return__history-row{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--border);border-radius:14px;background:var(--surface-subtle);font-size:.86rem}.customer-statement__form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:end;margin-bottom:14px;padding:14px;border:1px solid var(--border);border-radius:18px;background:#f8fbff}.customer-statement__form label{display:grid;gap:6px;color:var(--ink);font-size:.82rem;font-weight:800}.customer-statement__form input{width:100%;min-height:42px;border:1px solid #cbd5e1;border-radius:12px;padding:0 12px;background:#ffffff;color:var(--ink);font:inherit}.customer-statement__form input:focus{border-color:var(--primary);outline:3px solid rgba(37,99,235,.16)}.customer-statement__checkbox{align-self:center;grid-template-columns:auto 1fr;gap:8px}.customer-statement__checkbox input{width:18px;min-height:18px;height:18px;padding:0}.customer-statement{display:grid;gap:16px}.customer-statement__header{display:flex;justify-content:space-between;gap:18px;padding:16px;border:2px solid #bfdbfe;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef6ff);box-shadow:0 14px 34px rgba(37,99,235,.08)}.customer-statement__header h3{margin:4px 0 0;color:var(--ink);font-size:1.3rem}.customer-statement__date span,.customer-statement__header p{margin:6px 0 0;color:var(--muted);font-size:.86rem;line-height:1.45}.customer-statement__date{display:grid;align-content:start;justify-items:end;min-width:180px;text-align:right}.customer-statement__date strong{color:var(--ink);font-size:1rem}.customer-statement__groups{display:grid;gap:12px}.customer-statement__customer-strip,.customer-statement__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.customer-statement__summary{grid-template-columns:repeat(4,minmax(0,1fr));padding:12px;border:2px solid #93c5fd;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#f8fbff);box-shadow:inset 0 0 0 1px rgba(255,255,255,.72)}.customer-statement__customer-strip>div,.customer-statement__summary-card{display:grid;gap:4px;padding:12px 14px;border:2px solid #dbeafe;border-radius:16px;background:linear-gradient(135deg,#ffffff,#f8fbff)}.customer-statement__customer-strip span,.customer-statement__summary-card span{color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.customer-statement__customer-strip strong,.customer-statement__summary-card strong{color:var(--ink);font-size:.98rem}.customer-statement__summary-card--due{border-color:#60a5fa;background:linear-gradient(135deg,#dbeafe,#eff6ff)}.customer-statement__group,.customer-statement__sales{display:grid;gap:12px}.customer-statement__sale-card{display:grid;gap:12px;padding:14px;border:2px solid #9cc2f5;border-left:6px solid #0f3b66;border-radius:18px;background:linear-gradient(135deg,#ffffff,#f8fbff);box-shadow:0 12px 28px rgba(15,59,102,.08)}.customer-statement__sale-card-header,.customer-statement__sale-totals{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.customer-statement__sale-card-header>div{display:grid;gap:3px}.customer-statement__sale-card-header strong{color:var(--ink);font-size:.98rem}.customer-statement__sale-card-header span{color:var(--muted);font-size:.82rem;font-weight:700}.customer-statement__sale-items{display:grid;gap:5px;margin:0;padding-left:18px;color:var(--ink);font-size:.92rem;line-height:1.45}.customer-statement__sale-totals{padding-top:10px;border-top:2px solid #dbeafe;color:var(--ink);font-size:.86rem;font-weight:900}.customer-statement__items{display:grid;gap:4px;min-width:220px}.sale-detail-receipt{display:none;width:min(100%,760px);margin:0 auto;padding:28px;border:1px solid #e4e4e7;border-radius:24px;background:#fff;color:#09090b;box-shadow:0 18px 50px rgba(15,23,42,.08)}.sale-detail-receipt__brand{font-size:1.05rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#2563eb}.sale-detail-receipt__title{margin:6px 0 0;font-size:1.4rem;font-weight:900;color:#0f172a}.sale-detail-receipt__business-copy{margin:10px 0 0;display:grid;gap:4px;color:#475569;font-size:.92rem;line-height:1.55}.sale-detail-receipt__lede{margin:10px 0 0;color:#475569;font-size:.94rem;line-height:1.5}.sale-detail-receipt__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:18px 0 0}.sale-detail-receipt__meta dt,.sale-detail-receipt__totals dt{margin:0 0 4px;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.sale-detail-receipt__meta dd,.sale-detail-receipt__totals dd{margin:0;font-size:.95rem;font-weight:700}.sale-detail-receipt__table{width:100%;border-collapse:collapse;margin-top:20px;table-layout:fixed}.sale-detail-receipt__table thead th{font-size:.74rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#52525b}.sale-detail-receipt__table td,.sale-detail-receipt__table th{border-bottom:1px solid #d4d4d8;padding:10px 8px;text-align:left;font-size:.92rem}.sale-detail-receipt__table td:last-child,.sale-detail-receipt__table th:last-child{text-align:right}.sale-detail-receipt__table td:nth-child(3),.sale-detail-receipt__table th:nth-child(3){text-align:center}.sale-detail-receipt__totals{display:grid;gap:10px;margin:18px 0 0 auto;max-width:320px}.sale-detail-receipt__totals div{display:flex;justify-content:space-between;gap:16px}.sale-detail-receipt__totals div:last-child{padding-top:10px;border-top:1px solid #d4d4d8}.sale-detail-receipt__thanks{margin:20px 0 0;font-size:.95rem;font-weight:700}.sale-detail-receipt__footer{margin:10px 0 0;color:#64748b;font-size:.8rem;line-height:1.5}.sale-detail-receipt__accounts{display:grid;gap:8px;margin-top:20px}.sale-detail-receipt__accounts-title{font-size:.74rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#64748b}.sale-detail-receipt__account{padding:10px 12px;border:1px solid #dbe5f0;border-radius:12px;background:#f8fbff;font-size:.9rem;line-height:1.5}.report-table__muted{color:var(--muted);font-size:.82rem;font-weight:700}.product-summary-table{min-width:760px}.product-summary-table__name{font-weight:800}.product-summary-table__meta{margin-top:3px;color:var(--muted);font-size:.84rem}.product-summary-table__meta--warning{color:#b45309}.purchase-history__compact-table,.sales-history__compact-table,.stock-compact-table{min-width:760px}.sales-history__compact-table{width:100%;min-width:1040px;table-layout:fixed}.sales-history__compact-table td,.sales-history__compact-table th{padding:12px 14px;vertical-align:top}.sales-history__compact-table th{white-space:nowrap}.sales-history__sale-col{width:15%}.sales-history__customer-col{width:16%}.sales-history__products-col{width:34%}.sales-history__payment-col{width:14%}.sales-history__status-col{width:8%}.sales-history__actions-col{width:13%}.sales-history__actions-cell,.sales-history__customer-cell,.sales-history__payment-cell,.sales-history__products-cell,.sales-history__sale-cell,.sales-history__status-cell{min-width:0}.collections-register__balance-main,.collections-register__customer-name,.purchase-history__compact-primary,.stock-compact-table__product{color:var(--foreground);font-weight:900}.collections-register__balance-breakdown,.sales-history__muted-line,.stock-compact-table__meta{margin-top:4px;color:var(--muted);font-size:.82rem;font-weight:700;line-height:1.35}.stock-compact-table__quantity,.stock-compact-table__threshold{font-size:1rem;font-weight:900;color:var(--foreground)}.purchase-history__amount-stack,.stock-compact-table__status-stack{display:grid;gap:5px}.product-summary-table__details{color:var(--accent);font-weight:700;white-space:nowrap}.product-summary-table__preview-row td{background:linear-gradient(180deg,rgba(248,250,252,.82),rgba(248,250,252,.24));padding-top:8px;padding-bottom:12px}.product-variant-preview{display:grid;gap:10px}.product-variant-preview__toggle{justify-self:start;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--foreground);font-size:.82rem;font-weight:700}.product-variant-preview__table-wrap{overflow-x:auto}.product-variant-preview__table{width:100%;border-collapse:collapse;min-width:620px}.reports-skeleton{gap:12px;min-height:168px}.report-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--foreground);padding:0 14px;font-size:.92rem;font-weight:800;text-decoration:none;transition:border-color .12s ease,background-color .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease}.report-link:focus-visible,.report-link:hover{border-color:rgba(37,99,235,.28);background:rgba(37,99,235,.08);color:#1d4ed8;transform:translateY(-1px)}.report-link:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.report-link--active{border-color:rgba(37,99,235,.72);background:linear-gradient(135deg,#1d4ed8,#0f766e),radial-gradient(circle at 18% 18%,rgba(255,255,255,.3),transparent 38%);color:#ffffff;box-shadow:0 14px 30px rgba(37,99,235,.2),inset 0 0 0 1px rgba(255,255,255,.22)}.report-page-links .report-period-link{position:relative;min-height:52px;gap:9px;padding:7px 16px 7px 9px;border-color:rgba(148,163,184,.2);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,250,252,.84)),radial-gradient(circle at 15% 20%,rgba(14,165,233,.16),transparent 35%);color:#0f172a;letter-spacing:-.015em;box-shadow:0 12px 30px rgba(15,23,42,.07),inset 0 1px 0 rgba(255,255,255,.92);overflow:hidden}.report-page-links .report-period-link:after{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid rgba(255,255,255,.56);pointer-events:none}.report-page-links .report-period-link:focus-visible,.report-page-links .report-period-link:hover{border-color:rgba(37,99,235,.34);background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(236,253,245,.86)),radial-gradient(circle at 15% 20%,rgba(59,130,246,.22),transparent 35%);color:#1e3a8a;box-shadow:0 16px 34px rgba(37,99,235,.14),inset 0 1px 0 rgba(255,255,255,.94)}.report-page-links .report-period-link.report-link--active{border-color:rgba(37,99,235,.72);background:linear-gradient(135deg,#1d4ed8,#0f766e),radial-gradient(circle at top right,rgba(250,204,21,.32),transparent 38%);color:#ffffff;box-shadow:0 18px 42px rgba(37,99,235,.26),inset 0 0 0 1px rgba(255,255,255,.24)}.report-period-link__icon{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:13px;color:#ffffff;box-shadow:0 10px 22px rgba(15,23,42,.14),inset 0 1px 0 rgba(255,255,255,.34)}.report-period-link__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.report-period-link__icon--overview{background:linear-gradient(135deg,#2563eb,#14b8a6)}.report-period-link__icon--daily{background:linear-gradient(135deg,#f59e0b,#ef4444)}.report-period-link__icon--weekly{background:linear-gradient(135deg,#4f46e5,#8b5cf6)}.report-period-link__icon--monthly{background:linear-gradient(135deg,#0891b2,#22c55e)}.report-period-link__icon--semi{background:linear-gradient(135deg,#0f766e,#84cc16)}.report-period-link__icon--annual{background:linear-gradient(135deg,#b45309,#f59e0b)}.report-period-link__icon--balance{background:linear-gradient(135deg,#0f172a,#2563eb)}@media (max-width:640px){.report-page-links{border-radius:26px;padding:7px}.report-page-links .report-period-link{min-height:48px;padding:6px 13px 6px 8px}.report-period-link__icon{width:30px;height:30px;border-radius:11px}.report-period-link__icon svg{width:17px;height:17px}}.report-inline-error{color:#991b1b;font-size:.9rem;font-weight:700;align-self:center}.report-drilldown{display:grid;gap:10px}.report-drilldown__header{display:flex;gap:12px;justify-content:space-between;align-items:center;flex-wrap:wrap}.report-subtitle{margin:0;font-size:.95rem;font-weight:900}.report-risk-stack{display:grid;gap:14px}.monitoring-attention-list{margin:0;padding-left:18px;display:grid;gap:8px;color:var(--foreground)}.monitoring-alert-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.monitoring-alert-card{display:grid;gap:10px;border-radius:14px;padding:14px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff,#f8fafc)}.monitoring-alert-card--danger{border-color:rgba(220,38,38,.2);background:rgba(220,38,38,.05)}.monitoring-alert-card--warning{border-color:rgba(217,119,6,.2);background:rgba(245,158,11,.08)}.monitoring-alert-card--info{border-color:rgba(37,99,235,.18);background:rgba(37,99,235,.06)}.monitoring-alert-card__header{display:flex;align-items:center;gap:8px;justify-content:space-between}.monitoring-alert-card__source{color:var(--muted);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.monitoring-alert-card__title{margin:0;font-size:1rem;font-weight:900}.monitoring-alert-card__action,.monitoring-alert-card__message{margin:0;line-height:1.5}.monitoring-alert-card__action{color:var(--muted);font-size:.92rem}.monitoring-table__meta{color:var(--muted);font-size:.78rem;line-height:1.45;margin-top:4px;word-break:break-word}.status-badge{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;font-size:.8rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.status-badge--success{background:rgba(22,163,74,.12);color:#166534}.status-badge--warning{background:rgba(217,119,6,.14);color:#92400e}.status-badge--danger{background:rgba(220,38,38,.14);color:#991b1b}.status-badge--info{background:rgba(37,99,235,.12);color:#1d4ed8}.prospects-crm{display:grid;gap:18px}.prospects-crm__advanced-filters,.prospects-crm__details-form,.prospects-crm__filters,.prospects-crm__header-panel,.prospects-crm__history-mobile,.prospects-crm__list-panel,.prospects-crm__mobile-list,.prospects-crm__workspace,.prospects-crm__workspace-panel,.prospects-crm__workspace-stack{display:grid;gap:14px}.prospects-crm__header-copy{display:grid;gap:6px}.prospects-crm__summary-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.prospects-crm__filter-actions,.prospects-crm__form-actions,.prospects-crm__row-actions,.prospects-crm__section-header,.prospects-crm__section-header-actions,.prospects-crm__toolbar,.prospects-crm__toolbar-actions,.prospects-crm__workspace-header,.prospects-crm__workspace-header-actions,.prospects-crm__workspace-placeholder-actions{display:flex;gap:10px;flex-wrap:wrap}.prospects-crm__section-header,.prospects-crm__toolbar,.prospects-crm__workspace-header{justify-content:space-between;align-items:flex-start}.prospects-crm__filters{padding:14px;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:rgba(248,250,252,.72)}.prospects-crm__advanced-filters,.prospects-crm__form-grid,.prospects-crm__history-form,.prospects-crm__primary-filters{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.prospects-crm__search-field{grid-column:span 2}.prospects-crm__workspace-layout{display:grid;gap:18px;align-items:start;grid-template-columns:minmax(0,1fr) minmax(320px,380px)}.prospects-crm__workspace-layout--with-panel{grid-template-columns:minmax(0,1.18fr) minmax(360px,460px)}.prospects-crm__list-panel{min-width:0}.prospects-crm__section-title{margin:0;font-size:1.08rem;font-weight:900}.prospects-crm__section-description{margin:6px 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.prospects-crm__history-desktop,.prospects-crm__table-desktop{display:block}.prospects-crm__history-mobile,.prospects-crm__mobile-list{display:none}.prospects-crm__workspace-shell{position:relative;min-width:0}.prospects-crm__workspace-backdrop{display:none}.prospects-crm__workspace{position:sticky;top:96px;max-height:calc(100vh - 116px);overflow:auto}.prospects-crm__workspace-tabs{display:flex;gap:10px;flex-wrap:wrap;padding-bottom:4px}.prospects-crm__workspace-tab{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;border:1px solid var(--border);background:var(--surface-subtle);color:var(--foreground);padding:0 14px;font-size:.84rem;font-weight:800;white-space:nowrap}.prospects-crm__workspace-tab:disabled{opacity:.45;cursor:not-allowed}.prospects-crm__workspace-tab--active{border-color:rgba(37,99,235,.72);background:linear-gradient(135deg,#1d4ed8,#14b8a6),radial-gradient(circle at 20% 20%,rgba(255,255,255,.28),transparent 36%);color:#ffffff;box-shadow:0 12px 28px rgba(37,99,235,.22),inset 0 0 0 1px rgba(255,255,255,.22)}.prospects-crm__empty-state,.prospects-crm__read-only-note,.prospects-crm__workspace-placeholder{display:grid;gap:8px;padding:14px;border-radius:16px;border:1px dashed rgba(148,163,184,.35);background:rgba(248,250,252,.66)}.prospects-crm__empty-state p,.prospects-crm__read-only-note,.prospects-crm__workspace-placeholder p{margin:0;color:var(--muted);line-height:1.5}.prospects-crm__form-section{display:grid;gap:12px;padding:16px;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:rgba(255,255,255,.74)}.prospects-crm__form-section-header{display:grid;gap:4px}.prospects-crm__form-section-header h3{margin:0;font-size:.98rem;font-weight:900}.prospects-crm__form-section-header p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}.prospects-crm__interest-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.prospects-crm__interest-option{display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:rgba(248,250,252,.66);font-size:.9rem;font-weight:700}.prospects-crm__interest-option input{margin:0}.prospects-crm__form-actions{position:sticky;bottom:0;z-index:2;padding-top:10px;padding-bottom:2px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.96) 24%)}.prospects-crm__pagination{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.prospects-crm__prospect-card{display:grid;gap:14px;padding:16px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff,#f8fafc)}.prospects-crm__prospect-card--selected{border-color:rgba(37,99,235,.22);box-shadow:0 0 0 1px rgba(37,99,235,.08)}.prospects-crm__history-card-header,.prospects-crm__prospect-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.prospects-crm__prospect-card-title{margin:0;font-size:1rem;font-weight:900}.prospects-crm__prospect-card-subtitle{margin:4px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.prospects-crm__prospect-card-badges{display:grid;gap:6px;justify-items:end}.prospects-crm__history-card-meta,.prospects-crm__prospect-card-meta{display:grid;gap:12px 14px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.prospects-crm__history-card-meta dt,.prospects-crm__prospect-card-meta dt{margin:0 0 4px;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.prospects-crm__history-card-meta dd,.prospects-crm__prospect-card-meta dd{margin:0;font-size:.92rem;font-weight:700;line-height:1.35}.prospects-crm__history-card-note,.prospects-crm__prospect-card-note{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.prospects-crm__prospect-card-actions{display:grid;gap:10px}.prospects-crm__history-form-note{grid-column:1/-1}.prospects-crm__history-card{display:grid;gap:12px;padding:14px;border-radius:16px;border:1px solid var(--border);background:rgba(248,250,252,.78)}.prospects-crm__history-card-header span{color:var(--muted);font-size:.82rem;font-weight:700}@media (max-width:1180px){.prospects-crm__workspace-layout,.prospects-crm__workspace-layout--with-panel{grid-template-columns:minmax(0,1fr)}.prospects-crm__workspace-shell{position:fixed;inset:0;z-index:45;pointer-events:none}.prospects-crm__workspace-shell--open{pointer-events:auto}.prospects-crm__workspace-backdrop{display:block;position:absolute;inset:0;border:0;background:rgba(15,23,42,.38);opacity:0;pointer-events:none;transition:opacity .16s ease}.prospects-crm__workspace-shell--open .prospects-crm__workspace-backdrop{opacity:1;pointer-events:auto}.prospects-crm__workspace{position:absolute;top:0;right:0;bottom:0;width:min(560px,100%);max-height:none;border-radius:0;transform:translateX(100%);transition:transform .18s ease}.prospects-crm__workspace-shell--open .prospects-crm__workspace{transform:translateX(0)}.prospects-crm__workspace-placeholder{display:none}}@media (max-width:980px){.prospects-crm__filter-actions,.prospects-crm__history-card-header,.prospects-crm__prospect-card-header,.prospects-crm__section-header,.prospects-crm__toolbar,.prospects-crm__toolbar-actions,.prospects-crm__workspace-header{flex-direction:column;align-items:stretch}.prospects-crm__advanced-filters,.prospects-crm__form-grid,.prospects-crm__history-form,.prospects-crm__primary-filters{grid-template-columns:1fr}.prospects-crm__history-form-note,.prospects-crm__search-field{grid-column:auto}.prospects-crm__history-desktop,.prospects-crm__table-desktop{display:none}.prospects-crm__history-mobile,.prospects-crm__mobile-list{display:grid}.prospects-crm__history-card-meta,.prospects-crm__prospect-card-meta{grid-template-columns:1fr}.prospects-crm__workspace{width:min(100%,720px)}.prospects-crm__form-actions .report-table__action,.prospects-crm__prospect-card-actions .report-table__action,.prospects-crm__workspace-placeholder-actions .report-table__action{width:100%}.app-shell{grid-template-columns:1fr}.app-sidebar{width:min(100vw - 20px,320px);padding:12px;border-right:1px solid #1e293b}.app-sidebar__brand-link{min-width:0;min-height:108px;padding:9px 10px}.app-sidebar__brand-icon-shell{width:52px;height:52px}.app-sidebar__toolbar{grid-template-columns:1fr}.app-sidebar__brand-logo--mark{width:42px;height:42px}.app-sidebar__brand-logo--full{width:min(108%,304px);max-height:92px}.app-sidebar__brand-wordmark{font-size:1.12rem}.app-main{grid-template-rows:auto minmax(0,1fr)}.app-topbar{min-height:52px;height:auto;gap:8px;align-items:center;flex-direction:row;padding:6px 10px}.app-topbar__leading{flex:1 1 auto;width:auto;justify-content:flex-start;gap:8px;flex-wrap:nowrap;overflow:hidden}.app-topbar__brand-link{padding:6px;border-radius:14px}.app-topbar__menu-trigger{min-height:34px;padding:0 10px;border-radius:12px}.app-topbar__brand-mark{width:28px;height:28px}.app-topbar__brand-copy,.app-topbar__eyebrow{display:none}.app-topbar__module-lockup{gap:7px;padding:4px 6px 4px 4px;border-radius:14px}.module-icon-tile--topbar{width:32px;height:32px;border-radius:11px}.app-topbar__title-group{gap:0;overflow:hidden}.app-topbar__title{font-size:.95rem}.app-topbar__meta{flex:0 1 auto;width:auto;justify-content:flex-end;flex-wrap:nowrap}.app-topbar__session-row{width:auto;gap:6px;flex-wrap:nowrap}.app-topbar__branch-context{min-height:34px;max-width:min(24vw,190px);padding:0 8px;border-radius:12px}.app-topbar__branch-label,.app-topbar__branch-mode{display:none}.app-topbar__branch-name,.app-topbar__branch-select{max-width:128px;font-size:.78rem}.app-topbar__identity{flex:0 1 auto;width:auto;align-items:center;max-width:min(32vw,210px);padding:5px 7px;border-radius:12px}.app-topbar__workspace-name{max-width:12ch;font-size:.78rem}.app-topbar--compact{gap:8px}.app-topbar--compact .app-topbar__meta{align-items:center}.app-topbar__identity--compact{justify-content:space-between}.app-topbar__role-badge{min-height:22px;padding:0 7px;font-size:.58rem}.app-topbar__action{min-height:34px;padding:0 10px;border-radius:12px;font-size:.82rem}.app-content{padding:10px}.auth-page{grid-template-columns:1fr;padding:20px}.auth-page__brand-lockup{margin-bottom:0}.auth-page__brand-logo{width:min(100%,280px)}.auth-page__powered-footer{width:min(100%,520px);gap:8px;padding:10px 14px;border-radius:14px;font-size:.7rem}.auth-page__powered-footer strong{font-size:.92rem}.auth-page__title{max-width:none}.client-intake-page{padding:20px 16px 36px}.client-intake-page__title{max-width:13ch}.page-header{gap:10px;margin-bottom:14px}.module-icon-tile--page{width:42px;height:42px;border-radius:14px}.page-header__title{font-size:1.45rem}.page-header__description{font-size:.95rem;line-height:1.4}.panel{padding:14px}.settings-access__actions{align-items:stretch}.settings-access__submit{width:100%}.app-footer{padding:0 14px 14px}.app-footer__inner{padding:18px 16px 16px;border-radius:18px}.app-footer__content{grid-template-columns:1fr;gap:14px}.app-footer__copy{font-size:.9rem}.app-footer__powered-by{gap:8px;padding-top:10px}.app-footer__powered-brand{font-size:1rem}.app-footer__meta{padding:12px 14px}.filterable-select{gap:8px}.filterable-select__label-row{align-items:start;flex-direction:column}.filterable-select__selected{max-width:none;text-align:left}.filterable-select__menu{padding:8px}.hot-form,.hot-form__panel{gap:12px}.hot-form__cart-edit-row,.hot-form__cart-grid,.hot-form__grid,.hot-form__summary-grid{gap:10px;grid-template-columns:1fr}.hot-form__quick-qty{gap:6px}.hot-form__toggle-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hot-form__action-bar{position:sticky;bottom:10px;z-index:2;padding:12px;border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);flex-direction:column;align-items:stretch}.hot-form__action-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.hot-form__button,.hot-form__submit{width:100%;min-width:0;padding:0 10px}.hot-form__preview-header,.hot-form__preview-row{flex-direction:column}.hot-form__preview-metrics{justify-items:start;text-align:left}.barcode-lookup__controls,.product-items-editor__header{grid-template-columns:1fr}.product-items-editor__actions{display:grid;grid-template-columns:1fr}.product-stock-editor__form{grid-template-columns:1fr}.product-items-editor__save,.product-stock-editor__save{width:100%}.report-filter-bar,.report-two-column{grid-template-columns:1fr}.report-filter-bar{gap:10px;margin-bottom:14px}.stock-filter-bar{padding:12px;border-radius:18px}.app-sidebar__toggle,.report-filter-bar__field input,.report-filter-bar__field select,.report-filter-bar__submit,.report-table__action{min-height:40px}.report-filter-bar__submit{justify-self:stretch;width:100%}.report-filter-bar__actions{display:grid;grid-template-columns:1fr}.collections-register__actions,.report-table__action-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-statement__form,.customer-statement__header{grid-template-columns:1fr;display:grid}.customer-statement__customer-strip,.customer-statement__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.customer-statement__customer-strip>div,.customer-statement__summary-card{padding:10px 11px}.customer-statement__summary-card strong{font-size:.9rem}.customer-statement__sale-card{gap:9px;padding:11px;border-left-width:5px}.customer-statement__sale-card-header{gap:10px}.customer-statement__sale-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;font-size:.78rem}.customer-statement__sale-totals span:nth-child(2){text-align:center}.customer-statement__sale-totals span:last-child{text-align:right}.customer-statement__date{justify-items:start;min-width:0;text-align:left}.collections-register__desktop{display:none}.collections-register__mobile-list{display:grid;gap:0}.collections-card__actions .report-table__action,.collections-register__actions .report-table__action{min-height:42px;padding:0 12px;border-radius:14px;font-size:.88rem;font-weight:800;letter-spacing:.01em;box-shadow:0 1px 0 rgba(15,23,42,.04)}.report-table__action-form{min-width:0}.report-table__action-form--mobile-card{gap:10px}.collections-register__actions--mobile-card{grid-template-columns:repeat(3,minmax(0,1fr))}.collections-register__actions--mobile-card .report-table__action--mobile-primary{grid-column:1/-1}.collections-register__settled-state{justify-items:stretch}.collections-register__settled-note{text-align:center}.collections-register__reminder{min-width:92px}.collections-card__meta{grid-template-columns:1fr}.purchase-history__desktop{display:none}.purchase-history__mobile-list{display:grid;gap:12px}.purchase-history__card-meta{grid-template-columns:1fr 1fr}.purchase-history__group-item,.purchase-history__mobile-item{grid-template-columns:1fr}.purchase-history__mobile-product-header{flex-direction:column;align-items:flex-start}.sales-history__clear-link{justify-self:stretch;width:100%}.sales-history__desktop{display:none}.sales-history__mobile-list{display:grid;gap:12px}.sale-detail-drawer__actions{flex-direction:column}.sale-detail-drawer__meta,.sale-detail-drawer__metrics,.sale-detail-receipt__meta,.sales-history__card-meta,.sales-return__field-grid,.sales-return__mode-grid{grid-template-columns:1fr}.sales-history__pagination{flex-direction:column;align-items:stretch}.sales-history__pagination-spacer{display:none}.sale-detail-drawer__overlay{padding-left:0}.sale-detail-drawer__panel{width:100%}.sale-detail-drawer__body,.sale-detail-drawer__header{padding-inline:16px}.report-table{min-width:620px}.product-summary-table{min-width:680px}}@media (max-width:720px) and (min-height:720px){.app-sidebar{width:min(100vw - 20px,360px)}.app-sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-right:0}.app-sidebar__link{min-height:94px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px 8px;border-radius:20px;text-align:center;background:radial-gradient(circle at top right,rgba(255,255,255,.1),transparent 34%),rgba(255,255,255,.055);border:1px solid rgba(148,163,184,.16)}.app-sidebar__link--active{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(59,130,246,.2)),radial-gradient(circle at top right,rgba(134,239,172,.22),transparent 38%);border-color:rgba(255,255,255,.24);box-shadow:inset 4px 0 0 rgba(134,239,172,.95),0 14px 34px rgba(15,23,42,.22)}.module-icon-tile--sidebar{width:46px;height:46px;border-radius:16px}.app-sidebar__link-label{white-space:normal;line-height:1.15;font-size:.86rem;font-weight:850}}.auth-card__description,.auth-card__note,.auth-page__description,.barcode-action-panel__copy,.catalog-import__copy,.catalog-import__hint,.client-intake-confirmation__description,.client-intake-page__description,.financial-summary__group-description,.hot-form__action-copy,.hot-form__field-help:not(.hot-form__field-help--danger),.hot-form__section-copy,.page-header__description,.product-items-editor__description,.prospects-crm__prospect-card-subtitle,.prospects-crm__section-description,.purchase-builder__top-panel .hot-form__flag-note,.purchase-selling-setup__eyebrow,.purchase-selling-setup__hint,.purchase-selling-setup__piece-note,.purchase-selling-setup__title,.report-filter-bar__hint,.report-metric-card__hint,.report-section__description,.report-status__body,.report-subtitle,.sale-detail-drawer__note,.sell-payment-destination__note,.settings-access__description,.settings-access__note,.stock-calculator__note,.stock-entry-shell__mode-status span,.stock-overview__description,.stock-workspace__description{display:none!important}@media print{@page{margin:12mm}body *{visibility:hidden}.sale-detail-receipt--print,.sale-detail-receipt--print *{visibility:visible}.sale-detail-receipt--print{display:block;position:static;inset:auto;background:#fff;color:#000;width:auto;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;overflow:visible}.sale-detail-receipt__brand,.sale-detail-receipt__footer,.sale-detail-receipt__lede,.sale-detail-receipt__meta,.sale-detail-receipt__table,.sale-detail-receipt__thanks,.sale-detail-receipt__title,.sale-detail-receipt__totals{break-inside:avoid}.sale-detail-receipt__meta dt,.sale-detail-receipt__totals dt{color:#52525b}.sale-detail-receipt__table td,.sale-detail-receipt__table th{padding-inline:6px}}@media (min-width:1121px){.app-shell--sidebar-docked .app-sidebar{position:sticky;width:auto;transform:none;box-shadow:none}}@media (min-width:1121px) and (max-width:1679px){.app-topbar__brand-link{max-width:min(24vw,270px)}.app-topbar__module-lockup{max-width:min(24vw,260px)}.app-topbar__branch-context{max-width:min(18vw,190px)}.app-topbar__branch-label,.app-topbar__branch-mode{display:none}.app-topbar__workspace-name{max-width:min(16vw,190px)}}@media (min-width:1680px) and (pointer:fine){:root{--sidebar-width:285px;--topbar-height:92px}.app-sidebar{padding:18px 16px}.app-sidebar__content{gap:12px}.app-sidebar__brand-link{padding:10px 12px;min-height:140px;border-radius:18px}.app-sidebar__brand-icon-shell{width:70px;height:70px}.app-sidebar__brand-logo--mark{width:60px;height:60px}.app-sidebar__brand-logo--full{width:min(110%,420px);max-height:124px}.app-sidebar__brand-wordmark{font-size:1.45rem}.app-sidebar__toolbar-button{min-height:40px;font-size:.86rem}.app-sidebar__brand{font-size:1.02rem}.app-sidebar__tagline{font-size:.88rem}.app-sidebar__nav{gap:9px}.app-sidebar__link{min-height:48px;padding:0 16px;border-radius:14px;font-size:1.02rem}.app-sidebar__link--active{font-weight:800;box-shadow:inset 4px 0 0 rgba(134,239,172,.95),0 14px 34px rgba(15,23,42,.22)}.app-topbar{background:radial-gradient(circle at 12% -42%,rgba(255,255,255,.54),transparent 34%),radial-gradient(circle at 90% -18%,rgba(255,194,204,.58),transparent 30%),linear-gradient(135deg,#f2697d,#ea5b72 48%,#c92f4c);border-bottom-color:rgba(139,20,45,.58);box-shadow:0 18px 38px rgba(185,47,72,.24),inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(91,17,34,.18);padding-inline:18px}.app-topbar__leading{gap:14px}.app-topbar__menu-trigger{min-height:50px;padding:0 18px;font-size:1rem}.app-topbar__brand-link{gap:13px;padding:11px 16px}.app-topbar__brand-mark{width:44px;height:44px}.app-topbar__brand-kicker{font-size:.72rem}.app-topbar__brand-name{font-size:1.24rem}.app-topbar__eyebrow{font-size:.78rem}.app-topbar__title{font-size:1.34rem}.app-topbar__identity{padding:12px 16px}.app-topbar__branch-context{min-height:50px;padding-inline:14px}.app-topbar__workspace-name{font-size:1.02rem}.app-topbar__role-badge{min-height:30px;padding:0 11px;font-size:.74rem}.app-topbar__action{min-height:50px;padding:0 18px;font-size:1rem}}@media (min-width:1180px){.sell-workspace{grid-template-columns:minmax(0,1fr) minmax(340px,392px);gap:18px}.sell-workspace__panel--build{grid-column:1;min-width:0}.sell-workspace__summary-column{grid-column:2;position:sticky;top:calc(var(--topbar-height) + 14px);max-height:calc(100vh - var(--topbar-height) - 28px);overflow:auto;padding-right:2px;align-self:start}.sell-workspace__summary-column .hot-form__action-bar{display:block;padding:10px;border:2px solid var(--sell-frame-blue-soft);border-radius:14px;background:radial-gradient(circle at top right,rgba(191,219,254,.22),transparent 36%),rgba(255,255,255,.94);box-shadow:0 10px 24px rgba(29,78,216,.08)}.sell-workspace__summary-column .hot-form__action-buttons{grid-template-columns:minmax(0,1.8fr) minmax(0,1fr)}.sell-workspace__summary-column .hot-form__button,.sell-workspace__summary-column .hot-form__submit{width:100%;min-width:0}.sell-line-card--compact{padding-block:12px}}@media (min-width:1480px){.sell-line-card__grid,.sell-line-card__metrics{grid-template-columns:minmax(200px,1fr) minmax(190px,1fr) minmax(90px,108px) minmax(118px,138px)}}@media (min-width:1280px) and (pointer:fine){.app-content:has(.sell-page){padding-top:8px}.sell-page{gap:12px;padding:12px 16px 16px;border-width:5px;border-radius:19px}.sell-workspace{grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:14px}.sell-workspace__panel--build,.sell-workspace__panel--checkout,.sell-workspace__panel--demand,.sell-workspace__panel--preview{padding:10px;border-radius:14px}.sell-workspace__summary-column{top:calc(var(--topbar-height) + 8px);max-height:calc(100vh - var(--topbar-height) - 16px)}.sell-line-card{padding:8px}.sell-line-card__grid,.sell-line-card__metrics{grid-template-columns:minmax(180px,250px) minmax(176px,230px) 104px 138px;justify-content:start;gap:7px}.sell-line-card__grid>:not(.sell-line-card__barcode){padding:6px 7px;border-radius:12px}.sell-line-card__grid .filterable-select,.sell-line-card__grid .hot-form__field{gap:4px}.sell-line-card__grid .filterable-select__label-row{min-height:auto;gap:5px}.sell-line-card__grid .adaptive-select__native,.sell-line-card__grid .filterable-select__search,.sell-line-card__grid .hot-form__field input{height:36px;padding-inline:9px}.sell-line-card__metrics{gap:7px}.sell-payment-destination{padding:9px;border-radius:16px}.sell-discount,.sell-workspace__panel--checkout .hot-form__field:has(>.hot-form__toggle-group){padding:9px;border-radius:16px}.sell-payment-destination__buttons{gap:7px}}@media (pointer:coarse){.app-sidebar__backdrop,.app-topbar{backdrop-filter:none}.app-sidebar,.app-sidebar__brand-icon-shell,.app-sidebar__brand-link,.app-topbar,.app-topbar__action,.app-topbar__brand-link,.app-topbar__identity,.app-topbar__menu-trigger{box-shadow:none}.app-sidebar,.app-sidebar__link,.app-topbar__action,.app-topbar__menu-trigger{transition-duration:.08s}}@media (orientation:landscape) and (max-height:760px){:root{--topbar-height:56px}.app-sidebar{padding:8px}.app-sidebar__chrome,.app-sidebar__content,.app-sidebar__toolbar{gap:6px}.app-sidebar__toolbar-button{min-height:30px;border-radius:10px;font-size:.74rem}.app-sidebar__brand-link{min-height:88px;padding:6px 7px;border-radius:13px}.app-sidebar__brand-icon-shell{width:42px;height:42px;border-radius:13px}.app-sidebar__brand-logo--mark{width:34px;height:34px}.app-sidebar__brand-logo--full{width:min(108%,248px);max-height:74px}.app-sidebar__brand-wordmark{font-size:1rem}.app-sidebar__brand{font-size:.78rem;line-height:1.1;margin-bottom:0}.app-sidebar__tagline{font-size:.68rem;line-height:1.18;margin-bottom:2px}.app-sidebar__nav{gap:5px;padding-bottom:8px}.app-sidebar__link{min-height:33px;padding-inline:10px;border-radius:10px;font-size:.86rem}.app-topbar{min-height:50px;padding-block:5px}.app-topbar__brand-link{padding:5px 7px}.app-topbar__brand-mark{width:26px;height:26px}.app-topbar__brand-kicker,.app-topbar__eyebrow{display:none}.app-topbar__title{font-size:.92rem}.app-topbar__action,.app-topbar__menu-trigger{min-height:32px;border-radius:12px}.app-topbar__identity{padding:5px 7px;border-radius:12px}.app-content{padding:10px}}@media (max-width:1120px){.app-topbar{background:radial-gradient(circle at 12% -42%,rgba(255,255,255,.42),transparent 34%),linear-gradient(135deg,#f07b8b 0,var(--brand-candy-pink) 52%,#d94d64 100%);backdrop-filter:none;box-shadow:0 10px 24px rgba(185,47,72,.16),inset 0 -1px 0 rgba(91,17,34,.14);overflow:visible}.app-topbar:after{display:block}.app-topbar__action,.app-topbar__brand-link,.app-topbar__identity,.app-topbar__menu-trigger{border-color:rgba(255,255,255,.56);background:rgba(255,255,255,.9);box-shadow:0 8px 18px rgba(91,17,34,.12),inset 0 1px 0 rgba(255,255,255,.7)}.app-topbar__action:hover,.app-topbar__menu-trigger:hover{background:rgba(255,255,255,.96);box-shadow:0 10px 22px rgba(91,17,34,.16),inset 0 1px 0 rgba(255,255,255,.76)}.sell-page{gap:10px;padding:10px;border-radius:14px;box-shadow:0 10px 24px rgba(37,99,235,.08),inset 0 1px 0 rgba(255,255,255,.76)}.sell-workspace{gap:10px}.sell-workspace__panel--build,.sell-workspace__panel--checkout,.sell-workspace__panel--demand,.sell-workspace__panel--preview{gap:8px;padding:10px;border-color:var(--sell-frame-blue-soft);border-radius:12px;background:radial-gradient(circle at top right,rgba(219,234,254,.18),transparent 36%),rgba(255,255,255,.98);box-shadow:0 10px 24px rgba(29,78,216,.06)}.sell-workspace__summary-column{gap:10px}.sell-line-card__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.sell-line-card__barcode{grid-column:1/-1}.sell-line-card__barcode .barcode-lookup__controls{grid-template-columns:minmax(0,1fr) auto}.sell-line-card__grid>.filterable-select{grid-column:span 3}.sell-line-card__field--price,.sell-line-card__field--quantity{grid-column:span 2}.sell-line-card__grid>:not(.sell-line-card__barcode){padding:6px 8px;border-color:var(--sell-field-green-border);border-radius:8px;background:linear-gradient(180deg,var(--sell-field-green-fill-strong),var(--sell-field-green-fill));box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}.sell-line-card__grid .filterable-select__label-row{flex-direction:row;align-items:center}.sell-line-card__grid .filterable-select__selected{display:none}.sell-line-card__grid .adaptive-select__native,.sell-line-card__grid .filterable-select__search,.sell-line-card__grid .hot-form__field input{height:42px;font-size:.96rem;padding-inline:10px}.sell-line-card__barcode input{font-size:.96rem}.sell-line-card__barcode .hot-form__button{min-height:42px;min-width:72px;padding-inline:12px}.sell-line-card__grid .filterable-select__helper,.sell-line-card__grid .hot-form__field-help{font-size:.78rem;line-height:1.25}.sell-line-card__selection{display:none}.sell-line-card__compact-row{grid-template-columns:1fr;gap:8px}.sell-line-card__compact-main{gap:5px}.sell-line-card__compact-meta{display:none}.sell-line-card__compact-controls{justify-content:start;grid-template-columns:repeat(3,minmax(0,1fr))}.sell-line-card__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.sell-workspace__summary-grid--checkout,.sell-workspace__summary-grid--preview{grid-template-columns:repeat(2,minmax(0,1fr))}.sell-workspace__panel--preview .hot-form__preview-list{max-height:180px}.sell-workspace__panel--preview .hot-form__preview-group,.sell-workspace__panel--preview .hot-form__preview-row{padding-top:6px}.sell-workspace__empty-state{padding:8px 10px;background:#ffffff}.sell-workspace__panel--checkout .hot-form__toggle{min-height:34px;padding-inline:8px;font-size:.86rem}.sell-workspace__panel--checkout .hot-form__field-help{display:none}.sell-workspace__summary-grid{gap:6px}.sell-workspace__metric{min-height:0;padding:8px 10px;background:#ffffff}.sell-workspace__action-bar{padding:8px;border:1px solid rgba(148,163,184,.24);border-radius:10px;background:#ffffff;backdrop-filter:none;box-shadow:0 -1px 0 rgba(148,163,184,.18)}.sell-workspace__action-buttons--compact{grid-template-columns:minmax(0,1.35fr) minmax(0,.8fr);gap:7px}.sell-workspace__action-buttons--compact .hot-form__submit{grid-column:auto;min-height:42px}.sell-workspace__action-buttons--compact .hot-form__button{min-height:42px;font-size:.9rem}}@media (min-width:721px) and (max-width:1120px){.app-content{padding:8px 10px}.app-topbar{min-height:46px;padding:5px 10px}.app-topbar__menu-trigger{min-height:32px;padding-inline:8px}.app-topbar__brand-link{padding:4px}.app-topbar__brand-mark{width:26px;height:26px}.app-topbar__title{font-size:.9rem}.app-topbar__identity{max-width:min(26vw,160px);padding:0 4px}.app-topbar__workspace-name{max-width:10ch;font-size:.74rem}.sell-page{gap:8px;padding:8px}.sell-workspace{gap:8px}.sell-workspace__panel--build,.sell-workspace__panel--checkout,.sell-workspace__panel--demand,.sell-workspace__panel--preview{padding:8px}.sell-workspace__panel--checkout,.sell-workspace__panel--preview{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(210px,.85fr);align-items:start}.sell-workspace__panel--checkout .hot-form__section-lead,.sell-workspace__panel--preview .hot-form__section-lead{grid-column:1/-1}.sell-workspace__panel--preview .hot-form__preview-list,.sell-workspace__panel--preview .sell-workspace__empty-state{max-height:124px;min-height:0}.sell-workspace__summary-grid--checkout,.sell-workspace__summary-grid--preview{grid-template-columns:1fr;align-self:stretch}.sell-workspace__checkout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sell-workspace__panel--checkout .hot-form__field{gap:5px}.sell-discount,.sell-payment-destination,.sell-workspace__panel--checkout .hot-form__field:has(>.hot-form__toggle-group){padding:8px;border-radius:14px}.sell-workspace__panel--checkout .hot-form__toggle-group{gap:6px}.sell-line-card{padding:8px}.sell-line-card__grid .filterable-select__label,.sell-line-card__grid .hot-form__label{font-size:.88rem}.sell-line-card__grid .adaptive-select__native,.sell-line-card__grid .filterable-select__search,.sell-line-card__grid .hot-form__field input{height:38px;font-size:.92rem}.sell-line-card__barcode .hot-form__button{min-height:38px}.sell-line-card__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.sell-line-card__metric{padding:6px 8px;border-radius:9px}.sell-line-card__metric .hot-form__metric-label,.sell-workspace__metric .hot-form__metric-label{font-size:.68rem}.sell-line-card__metric .hot-form__metric-value,.sell-workspace__metric .hot-form__metric-value{font-size:.92rem}.sell-workspace__action-bar{position:sticky;bottom:6px;z-index:3}.sell-workspace__action-buttons--compact{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:6px}.sell-workspace__action-buttons--compact .hot-form__button,.sell-workspace__action-buttons--compact .hot-form__submit{min-height:38px;font-size:.84rem;padding-inline:8px}}@media (max-width:720px){.prospects-crm__summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.prospects-crm__workspace{width:100%}.prospects-crm__workspace-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px}.sell-line-card__grid,.sell-workspace__summary-grid--checkout,.sell-workspace__summary-grid--preview{grid-template-columns:repeat(2,minmax(0,1fr))}.demand-list-panel__grid,.demand-list-panel__summary{grid-template-columns:1fr}.sell-line-card{padding:7px}.sell-line-card .hot-form__variant-header{align-items:flex-start}.sell-line-card__barcode,.sell-line-card__grid>.filterable-select,.sell-line-card__selection{grid-column:1/-1}.sell-line-card__field--price,.sell-line-card__field--quantity{grid-column:span 1}.sell-line-card__grid>:not(.sell-line-card__barcode){padding:6px 7px}.sell-line-card__grid .filterable-select__label,.sell-line-card__grid .hot-form__label{font-size:.9rem}.sell-line-card__grid .adaptive-select__native,.sell-line-card__grid .filterable-select__search,.sell-line-card__grid .hot-form__field input{height:40px;font-size:.94rem}.sell-line-card__barcode input::placeholder,.sell-line-card__grid .filterable-select__search::placeholder,.sell-line-card__grid .hot-form__field input::placeholder{font-size:.78rem}.sell-line-card__barcode .barcode-lookup__controls{grid-template-columns:minmax(0,1fr) auto;gap:6px}.sell-line-card__barcode .hot-form__button{min-width:64px;min-height:40px;padding-inline:10px}.sell-line-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.sell-line-card__metric{flex:none;border-radius:12px;padding:7px 9px}.sell-line-card__metric .hot-form__metric-label{font-size:.68rem}.sell-line-card__metric .hot-form__metric-value{font-size:.9rem}.sell-line-card__compact-controls{grid-template-columns:minmax(54px,.7fr) minmax(72px,1fr) minmax(86px,1fr);gap:6px}.sell-line-card__compact-field input{height:38px;padding-inline:8px}.sell-line-card__compact-subtotal{min-height:38px;padding:7px 8px}.sell-line-card__compact-field .hot-form__label,.sell-line-card__compact-subtotal-label{font-size:.66rem}.sell-line-card__header-actions{width:100%}.sell-workspace__action-buttons--compact{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:6px}.sell-workspace__action-buttons--compact .hot-form__button,.sell-workspace__action-buttons--compact .hot-form__submit{min-height:40px;padding-inline:6px;font-size:.78rem}.sell-workspace__recovery-actions{grid-template-columns:1fr}.sell-workspace__action-bar .hot-form__action-copy{max-width:none}}@media (max-width:520px){.app-topbar{min-height:48px;gap:6px;padding-inline:8px}.app-topbar__leading{gap:6px}.app-topbar__menu-trigger{min-height:32px;padding-inline:8px}.app-topbar__brand-link{padding:5px}.app-topbar__brand-mark{width:26px;height:26px}.app-topbar__title{font-size:.9rem;max-width:9ch}.app-topbar__identity{max-width:none;padding-inline:5px}.app-topbar__branch-context{min-height:32px;max-width:104px;padding-inline:6px}.app-topbar__branch-name,.app-topbar__branch-select{max-width:86px;font-size:.74rem}.app-topbar__workspace-name{display:none}.app-topbar__role-badge{max-width:78px;overflow:hidden;text-overflow:ellipsis}.app-topbar__action{min-height:32px;padding-inline:8px}.app-content,.sell-page{padding:8px}.sell-page{gap:8px;border-radius:16px}.sell-workspace__panel--build,.sell-workspace__panel--checkout,.sell-workspace__panel--demand,.sell-workspace__panel--preview{padding:8px}}@media (max-width:380px){.app-topbar__menu-trigger>span:last-child,.app-topbar__title-group{display:none}.sell-workspace__action-buttons--compact{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}}@media (max-width:720px){.filterable-select__search,input[placeholder^=Search],input[type=search]{background-position:12px,50%;background-size:17px 17px,100% 100%;padding-left:40px}.purchase-item-metrics,.purchase-preview-panel .hot-form__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.client-intake-page{grid-template-columns:minmax(0,1.05fr) minmax(360px,460px);gap:30px;align-items:start;padding:28px 24px 48px}.client-intake-page__brand-lockup{grid-column:1/-1}.client-intake-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.client-intake-grid__full{grid-column:1/-1}}.money-check,.money-check__hero{display:grid;gap:18px}.money-check__hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid rgba(21,128,61,.22);border-radius:24px;padding:20px;background:radial-gradient(circle at top right,rgba(34,197,94,.2),transparent 34%),linear-gradient(135deg,rgba(240,253,244,.96),rgba(239,246,255,.96));box-shadow:0 18px 42px rgba(15,23,42,.08)}.money-check__hero h2{margin:4px 0 8px;color:#0f172a;font-size:clamp(1.5rem,2.4vw,2.25rem)}.money-check__hero p{margin:0;max-width:780px;color:#475569;font-weight:650;line-height:1.55}.money-check__eyebrow{color:#15803d;font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.money-check__safe-note{display:grid;gap:4px;min-width:210px;border:1px solid rgba(22,163,74,.25);border-radius:18px;padding:14px 16px;background:rgba(255,255,255,.78);color:#166534}.money-check__muted,.money-check__safe-note span{color:#64748b;font-weight:650}.money-check__error,.money-check__notice{border-radius:16px;padding:12px 14px;font-weight:800}.money-check__notice{border:1px solid rgba(22,163,74,.28);background:#dcfce7;color:#166534}.money-check__error,.money-check__error-list{border:1px solid rgba(220,38,38,.26);background:#fee2e2;color:#991b1b}.money-check__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:16px}.money-check__empty,.money-check__locked,.money-check__panel{border:1px solid rgba(148,163,184,.32);border-radius:22px;padding:18px;background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(15,23,42,.06)}.money-check__empty h3,.money-check__locked h2,.money-check__panel h3{margin:0 0 12px;color:#0f172a}.money-check__form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.money-check label{display:grid;gap:6px;color:#334155;font-weight:850}.money-check input,.money-check select,.money-check textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:11px 12px;background:#fff;color:#0f172a;font:inherit;font-weight:700}.money-check textarea{resize:vertical}.money-check button{border:1px solid #cbd5e1;border-radius:14px;padding:10px 14px;background:#fff;color:#0f172a;font:inherit;font-weight:900;cursor:pointer}.money-check button:disabled{cursor:not-allowed;opacity:.58}.money-check__primary{margin-top:12px;border-color:#166534!important;background:linear-gradient(135deg,#16a34a,#0f766e)!important;color:#fff!important}.money-check__lines,.money-check__session-list{display:grid;gap:10px}.money-check__session{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;text-align:left}.money-check__session em{grid-column:1/-1;color:#64748b;font-size:.82rem;font-style:normal;text-transform:capitalize}.money-check__session--active{border-color:#1d4ed8!important;background:linear-gradient(135deg,rgba(219,234,254,.98),rgba(204,251,241,.92))!important;box-shadow:0 14px 32px rgba(37,99,235,.18),inset 5px 0 0 #2563eb!important}.money-check__statement-preview,.money-check__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.money-check__metric,.money-check__summary-card{border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:12px;background:#f8fafc}.money-check__metric span,.money-check__summary-card span{display:block;color:#64748b;font-size:.78rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.money-check__metric strong,.money-check__summary-card strong{display:block;margin-top:5px;color:#0f172a;font-size:1.1rem}.money-check__metric--strong,.money-check__summary-card--strong{border-color:#60a5fa;background:#eff6ff}.money-check__actions{display:flex;justify-content:space-between;gap:14px;align-items:center;border:1px solid rgba(37,99,235,.18);border-radius:18px;padding:14px;background:#f8fbff}.money-check__actions span{display:block;margin-top:3px;color:#64748b;font-weight:650}.money-check__action-row{display:flex;flex-wrap:wrap;gap:8px}.money-check__line-card{border:1px solid rgba(96,165,250,.42);border-left:7px solid #0f4c81;border-radius:20px;padding:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}.money-check__line-head{display:flex;justify-content:space-between;gap:12px;align-items:start;margin-bottom:12px}.money-check__line-head strong{display:block;color:#0f172a;font-size:1.05rem}.money-check__line-head span:not(.money-check__status){color:#64748b;font-weight:700}.money-check__status{border-radius:999px;padding:6px 10px;background:#e2e8f0;color:#334155;font-size:.75rem;font-weight:900;text-transform:capitalize}.money-check__status--approved,.money-check__status--matched{background:#dcfce7;color:#166534}.money-check__status--variance_unexplained{background:#fee2e2;color:#991b1b}.money-check__status--minor_difference,.money-check__status--variance_explained{background:#fef3c7;color:#92400e}.money-check__line-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:12px}.money-check__line-edit{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(220px,1fr) auto;gap:10px;align-items:end}.money-check__statement-preview{margin-top:12px}.money-check__statement-preview ul{grid-column:1/-1;margin:0;padding:12px 18px;border-radius:14px;background:#fffbeb;color:#92400e;font-weight:750}@media (max-width:860px){.money-check__actions,.money-check__grid,.money-check__hero,.money-check__line-edit{grid-template-columns:1fr}.money-check__actions,.money-check__line-head{align-items:stretch;flex-direction:column}}.branch-transfer-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:18px;align-items:start}.branch-transfer-disabled,.branch-transfer-form,.branch-transfer-history{border:1px solid rgba(37,99,235,.2);border-radius:24px;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 32%),#fff}.branch-transfer-form__header,.branch-transfer-history__header{display:flex;justify-content:space-between;gap:16px;align-items:start;margin-bottom:18px}.branch-transfer-form__eyebrow{margin:0 0 4px;color:#2563eb;font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.branch-transfer-form__title{margin:0;color:#0f172a;font-size:1.3rem}.branch-transfer-form__description{margin:6px 0 0;color:#64748b;font-weight:700}.branch-transfer-form__summary{display:grid;gap:3px;min-width:130px;border:1px solid rgba(34,197,94,.25);border-radius:18px;padding:12px 14px;background:#f0fdf4;color:#166534;text-align:right}.branch-transfer-form__summary span{font-size:.76rem;font-weight:900;text-transform:uppercase}.branch-transfer-form__summary strong{color:#0f172a}.branch-transfer-form__grid,.branch-transfer-item-row{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px}.branch-transfer-picker{display:grid;gap:12px;margin:16px 0;border:1px solid rgba(34,197,94,.24);border-radius:20px;padding:14px;background:linear-gradient(135deg,#f0fdf4,#f8fbff)}.branch-transfer-search{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:end}.branch-transfer-results{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.branch-transfer-results__item{display:grid;gap:3px;border:1px solid rgba(148,163,184,.35);border-radius:14px;padding:10px 12px;background:#fff;color:#0f172a;text-align:left;cursor:pointer}.branch-transfer-results__item--active{border-color:rgba(37,99,235,.78);background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(236,253,245,.94)),radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 38%);box-shadow:0 16px 34px rgba(37,99,235,.18),inset 6px 0 0 #2563eb}.branch-transfer-results__item span{color:#64748b;font-size:.82rem;font-weight:750}.branch-transfer-item-row{grid-template-columns:minmax(260px,1fr) minmax(180px,240px) max-content;align-items:end}.branch-transfer-item-row .hot-form__button{position:static;width:auto;min-width:180px;white-space:nowrap}.branch-transfer-lines{display:grid;gap:8px;margin:12px 0}.branch-transfer-history__card,.branch-transfer-lines__row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;border:1px solid rgba(147,197,253,.55);border-left:6px solid #2563eb;border-radius:16px;padding:12px;background:#fff}.branch-transfer-history__card span,.branch-transfer-lines__row span{display:block;color:#64748b;font-size:.85rem;font-weight:750}.branch-transfer-lines__row button{border:1px solid rgba(239,68,68,.28);border-radius:999px;padding:7px 10px;background:#fff1f2;color:#991b1b;font-weight:900}.branch-transfer-history__list{display:grid;gap:10px}.branch-transfer-history__card{grid-template-columns:minmax(0,1fr) auto}.branch-transfer-history__status{grid-column:1/-1;width:fit-content;border-radius:999px;padding:5px 10px;background:#dcfce7;color:#166534!important;font-size:.72rem!important;text-transform:uppercase}.branch-transfer-disabled{padding:22px}.branch-transfer-disabled h2{margin:0 0 8px;color:#0f172a}.branch-transfer-disabled p{margin:0 0 14px;color:#64748b;font-weight:750}.branch-transfer-disabled__checks{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 16px}.branch-transfer-disabled__checks span{border:1px solid rgba(251,146,60,.35);border-radius:999px;padding:8px 12px;background:#fff7ed;color:#9a3412;font-weight:900}.branch-transfer-disabled__checks span.is-ready{border-color:rgba(34,197,94,.35);background:#f0fdf4;color:#166534}@media (max-width:980px){.branch-transfer-form__grid,.branch-transfer-item-row,.branch-transfer-layout,.branch-transfer-search{grid-template-columns:1fr}.branch-transfer-form__header,.branch-transfer-history__header{flex-direction:column}.branch-transfer-form__summary{width:100%;text-align:left}.branch-transfer-item-row .hot-form__button{width:100%;min-width:0}}