: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;--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:250px;--topbar-height:72px;--page-max-width:1440px;--content-padding:24px;--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}.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:16px 14px;position:fixed;top:0;left:0;z-index:40;width:min(100vw - 24px,var(--sidebar-width));height:100vh;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;gap:10px}.app-sidebar__chrome{display:grid;gap:12px}.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;gap:14px;justify-content:flex-start;width:100%;min-width:0;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 14px 30px rgba(8,18,36,.18);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-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:.94rem;font-weight:800;line-height:1.2;margin-bottom:4px;text-align:center}.app-sidebar__tagline{color:#94a3b8;font-size:.82rem;line-height:1.4;margin-bottom:18px;text-align:center}.app-sidebar__nav{display:grid;gap:8px}.app-sidebar__link{display:flex;align-items:center;min-height:40px;padding:0 12px;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{background:rgba(255,255,255,.14);color:#ffffff;font-weight:700}.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);background:radial-gradient(circle at 12% -40%,rgba(29,78,216,.24),transparent 34%),radial-gradient(circle at 88% -15%,rgba(15,159,155,.18),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,246,255,.96) 52%,rgba(240,253,250,.95));backdrop-filter:blur(14px);border-bottom:1px solid rgba(148,163,184,.24);display:flex;align-items:center;justify-content:space-between;padding:0 calc(var(--content-padding) - 8px);position:sticky;top:0;z-index:20;box-shadow:0 14px 32px rgba(15,23,42,.06),inset 0 -1px 0 rgba(255,255,255,.62);overflow:hidden}.app-topbar:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,rgba(29,78,216,.1),rgba(29,78,216,.5) 16%,rgba(15,159,155,.58) 55%,rgba(132,204,22,.42))}.app-topbar__leading{display:flex;align-items:center;gap:12px;min-width:0}.app-topbar__menu-trigger{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:0 12px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:rgba(255,255,255,.82);color:var(--brand-navy);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(29,78,216,.22);background:rgba(255,255,255,.92);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;gap:12px;min-width:0;padding:8px 12px;border-radius:18px;background:rgba(255,255,255,.74);border:1px solid rgba(148,163,184,.2);box-shadow:0 12px 28px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.68)}.app-topbar__brand-mark{width:34px;height:34px;flex:0 0 auto;object-fit:contain}.app-topbar__brand-copy{display:grid;min-width:0;gap:1px}.app-topbar__brand-kicker{color:rgba(15,47,109,.76);font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.app-topbar__brand-name{color:#0f2f6d;font-size:1.08rem;font-weight:900;letter-spacing:-.03em;white-space:nowrap}.app-topbar__title-group{display:grid;gap:2px;min-width:0}.app-topbar__eyebrow{color:rgba(15,23,42,.54);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.app-topbar__title{color:var(--brand-navy);font-weight:900;font-size:1.06rem;letter-spacing:-.03em;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-topbar__meta{justify-content:flex-end;color:var(--muted);font-size:.9rem}.app-topbar__meta,.app-topbar__session-row{display:flex;align-items:center;gap:10px;min-width:0}.app-topbar__session-row{max-width:100%}.app-topbar__identity{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:nowrap;padding:8px 12px;border-radius:16px;background:rgba(255,255,255,.76);border:1px solid rgba(148,163,184,.18);box-shadow:0 12px 28px rgba(15,23,42,.08),inset 0 1px 0 rgba(255,255,255,.72)}.app-topbar__workspace-name{color:var(--foreground);font-weight:800;min-width:0;max-width:min(24vw,240px);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:26px;padding:0 9px;border-radius:999px;background:linear-gradient(135deg,rgba(29,78,216,.08),rgba(15,159,155,.09));color:#1d4ed8;border:1px solid rgba(29,78,216,.1);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.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:8px 12px}.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:38px;padding:0 14px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:rgba(255,255,255,.82);color:var(--brand-navy);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(29,78,216,.22);background:rgba(255,255,255,.92);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;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%,240px);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{color:var(--accent);font-size:.92rem;font-weight:700}.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}.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,.34);background:rgba(37,99,235,.08);color:#0f172a}.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:grid;gap:6px;margin-bottom:20px}.page-header__title{margin:0;font-size:1.75rem;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{display:grid;gap:14px;padding:16px;border:1px solid rgba(96,165,250,.32);border-radius:28px;background:radial-gradient(circle at top right,rgba(191,219,254,.26),transparent 30%),radial-gradient(circle at bottom left,rgba(253,224,71,.1),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98));box-shadow:0 18px 42px rgba(37,99,235,.08)}.sell-page__header{margin-bottom:0;padding:10px 14px;border:1px solid rgba(96,165,250,.4);border-radius:16px;background:radial-gradient(circle at top right,rgba(20,184,166,.42),transparent 34%),linear-gradient(135deg,#1d4ed8,#2563eb 52%,#0891b2);box-shadow:0 12px 28px rgba(37,99,235,.18)}.sell-page__header .page-header{gap:2px;margin-bottom:0}.sell-page__header .page-header__title{font-size:1.18rem;line-height:1.15;color:#ffffff}.sell-page__header .page-header__description{font-size:.82rem;line-height:1.35;color:rgba(239,246,255,.88)}.card{box-shadow:var(--shadow-sm)}.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.panel{padding:20px}.stock-workspace{display:grid;gap:16px;margin-top:24px}.stock-workspace__header{display:flex;justify-content:space-between;gap:16px;align-items:start;flex-wrap:wrap}.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:10px;flex-wrap:wrap}.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__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:42px;padding:0 16px;border-radius:12px;border:1px solid var(--border-strong);background:#f8fafc;color:var(--foreground);font-weight:800}.stock-workspace__action--active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.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,.45);background:linear-gradient(135deg,rgba(220,252,231,.96),rgba(240,253,244,.9));box-shadow:0 14px 24px rgba(16,185,129,.13)}.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--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:12px;margin-top:24px}.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}.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}.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,.28);background:rgba(37,99,235,.08)}.filterable-select__option-primary{font-weight:700}.filterable-select__option-secondary{color:var(--muted);font-size:.86rem}.hot-form{display:grid;gap:16px}.hot-form__grid,.hot-form__panel{display:grid;gap:14px}.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:8px}.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:44px}.hot-form__field textarea{min-height:96px;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:40px;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{background:#dbeafe;border-color:rgba(37,99,235,.25);color:#1d4ed8}.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:1px solid var(--border);border-radius:12px;padding:10px 12px;background:var(--surface-subtle);display:grid;gap:4px}.hot-form__metric-label{color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}.hot-form__metric-value{font-weight:800}.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:44px;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:46px;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__mode-row{display:grid;grid-template-columns:auto minmax(260px,auto) minmax(180px,1fr);gap:12px;align-items:center}.stock-entry-shell__mode-row .stock-calculator{justify-self:end;margin-top:0}.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-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__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-item-advanced{border:1px solid rgba(148,163,184,.28);border-radius:14px;padding:10px 12px;background:rgba(248,250,252,.66)}.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}.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:1px solid rgba(249,115,22,.18);background:radial-gradient(circle at top right,rgba(251,191,36,.18),transparent 32%),linear-gradient(180deg,rgba(255,251,235,.94),rgba(255,255,255,.98));box-shadow:0 14px 30px rgba(245,158,11,.08)}.sell-workspace__panel--build .hot-form__line-list{gap:10px}.sell-workspace__panel--preview{gap:10px;padding:14px;border:1px solid rgba(14,165,233,.24);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)}.sell-workspace__panel--checkout{gap:12px;padding:14px;border:1px solid rgba(16,185,129,.2);background:radial-gradient(circle at top right,rgba(52,211,153,.2),transparent 32%),linear-gradient(180deg,rgba(236,253,245,.84),rgba(255,255,255,.98));box-shadow:0 14px 28px rgba(16,185,129,.08)}.sell-workspace__panel--demand{gap:12px;padding:14px;border:1px solid rgba(217,119,6,.26);background:radial-gradient(circle at top right,rgba(251,191,36,.18),transparent 34%),linear-gradient(180deg,rgba(255,251,235,.96),rgba(255,255,255,.99));box-shadow:0 16px 30px rgba(217,119,6,.08)}.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{grid-column:1/-1;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:10px;border-color:rgba(249,115,22,.14);background:radial-gradient(circle at top right,rgba(255,237,213,.42),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,250,245,.96))}.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:10px 12px 12px;border-radius:16px;border:1px solid rgba(134,239,172,.95);background:linear-gradient(180deg,rgba(220,252,231,.96),rgba(240,253,244,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}.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:8px;min-height:28px;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:48px;font-size:1.02rem;font-weight:700;color:#111827;border-color:rgba(134,239,172,.95);background:rgba(255,255,255,.92);padding-inline:14px}.sell-line-card__barcode input{font-size:1.12rem}.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:48px;font-size:1rem}.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:flex;flex-wrap:wrap;gap:6px}.sell-line-card__metric{min-height:0;flex:1 1 180px;display:flex;align-items:center;justify-content:space-between;padding:7px 10px;gap:8px;border-radius:999px;background:rgba(255,255,255,.9)}.sell-line-card__metric .hot-form__metric-label{font-size:.74rem;font-weight:800;letter-spacing:.06em;color:#111827}.sell-line-card__metric .hot-form__metric-value{font-size:1rem;font-weight:900;line-height:1.1;white-space:nowrap;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__toggle{min-height:38px;padding-inline:10px}.sell-workspace__panel--checkout .hot-form__toggle:first-child.hot-form__toggle--active{background:#dbeafe;border-color:rgba(37,99,235,.3);color:#1d4ed8}.sell-workspace__panel--checkout .hot-form__toggle:nth-child(2).hot-form__toggle--active{background:#fef3c7;border-color:rgba(217,119,6,.28);color:#b45309}.sell-workspace__panel--checkout .hot-form__toggle:nth-child(3).hot-form__toggle--active{background:#ffedd5;border-color:rgba(234,88,12,.3);color:#c2410c}.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{background:#dcfce7;color:#166534}.product-items-editor__actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.product-items-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:10px;margin-bottom:18px}.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(180px,1fr));gap:12px;align-items:end;margin-bottom:18px}.report-filter-bar__field{display:grid;gap:6px}.report-filter-bar__field label{color:var(--muted);font-size:.9rem;font-weight:700}.report-filter-bar__field input,.report-filter-bar__field select{min-height:42px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);padding:0 12px;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,.45);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.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(180px,1fr));gap:12px;margin-bottom:18px}.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:6px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(180deg,#ffffff,#f8fafc);padding:14px}.report-metric-card__label{color:var(--muted);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.report-metric-card__value{font-size:1.5rem;font-weight:900;line-height:1.05}.report-metric-card__hint{color:var(--muted);font-size:.88rem;line-height:1.4}.report-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.report-section{display:grid;gap:14px;margin-bottom:18px}.report-section__header{display:flex;gap:12px;justify-content:space-between;align-items:start;flex-wrap:wrap}.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}.report-table{width:100%;border-collapse:collapse;min-width:640px}.report-table td,.report-table th{padding:10px 12px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top;font-size:.92rem}.report-table th{color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.report-table__action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:10px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);padding:0 12px;font-size:.82rem;font-weight:700;transition:border-color .12s ease,background-color .12s ease,color .12s ease;white-space:nowrap;text-align:center}.report-table__action--secondary{background:var(--surface-subtle)}.report-table__action--collect{background:linear-gradient(180deg,rgba(37,99,235,.12),rgba(37,99,235,.08));border-color:rgba(37,99,235,.18);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,.18);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,.18);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,.18);color:#4338ca}.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}.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:1px solid var(--border);border-radius:14px;background:rgba(248,250,252,.78)}.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}.purchase-history__group-product-total,.purchase-history__mobile-product-total{color:var(--muted);font-size:.9rem;font-weight:700}.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{margin-bottom:18px}.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__filter-note{grid-column:1/-1;margin:-2px 0 0;color:var(--muted);font-size:.84rem}.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__desktop{display:block}.sales-history__mobile-list{display:none}.sales-history__card{display:grid;gap:14px;padding:16px 0;border-bottom:1px solid var(--border)}.sales-history__card-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.sales-history__card-title{margin:0;font-size:1rem;font-weight:900}.sales-history__card-date{margin-top:4px;color:var(--muted);font-size:.88rem;line-height:1.4}.sales-history__card-total{font-size:1.08rem;font-weight:900;white-space:nowrap}.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__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}.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:1px solid var(--border);background:var(--surface-subtle)}.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}.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__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:transparent;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;box-shadow:inset 0 0 0 1px rgba(37,99,235,.14)}.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,.24);background:rgba(37,99,235,.1);color:#1d4ed8}.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;padding:10px 12px;gap: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-wordmark{font-size:1.12rem}.app-main{grid-template-rows:auto minmax(0,1fr)}.app-topbar{height:auto;gap:6px;align-items:flex-start;flex-direction:column;padding-top:8px;padding-bottom:8px}.app-topbar__leading{width:100%;justify-content:flex-start;gap:10px;flex-wrap:wrap}.app-topbar__brand-link{padding:8px 10px}.app-topbar__menu-trigger{min-height:38px;padding:0 12px}.app-topbar__brand-mark{width:34px;height:34px}.app-topbar__brand-copy,.app-topbar__eyebrow{display:none}.app-topbar__title-group{gap:0}.app-topbar__title{font-size:1rem}.app-topbar__meta{width:100%;justify-content:flex-start;flex-wrap:nowrap}.app-topbar__session-row{width:100%;gap:8px;flex-wrap:nowrap}.app-topbar__identity{flex:1 1 auto;width:auto;align-items:center;padding:8px 10px}.app-topbar__workspace-name{max-width:none;font-size:.88rem}.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{font-size:.66rem}.app-topbar__action{min-height:36px;padding:0 12px}.app-content{padding:14px}.auth-page{grid-template-columns:1fr;padding:20px}.auth-page__brand-lockup{margin-bottom:0}.auth-page__brand-logo{width:min(100%,220px)}.auth-page__title{max-width:none}.client-intake-page{padding:20px 16px 36px}.client-intake-page__title{max-width:13ch}.page-header{gap:4px;margin-bottom:14px}.page-header__title{font-size:1.45rem}.page-header__description{font-size:.95rem;line-height:1.4}.sell-page__header{margin-bottom:10px;padding:8px 12px;border-radius:14px}.sell-page__header .page-header__title{font-size:1.02rem}.sell-page__header .page-header__description{font-size:.78rem}.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-items-editor__save{width:100%}.report-filter-bar,.report-two-column{grid-template-columns:1fr}.report-filter-bar{gap:10px;margin-bottom:14px}.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%}.collections-register__actions,.report-table__action-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.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{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 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:1180px){.app-shell--sidebar-docked .app-sidebar{position:sticky;width:auto;transform:none;box-shadow:none}.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:1px solid rgba(139,92,246,.16);border-radius:14px;background:radial-gradient(circle at top right,rgba(196,181,253,.18),transparent 36%),rgba(255,255,255,.94);box-shadow:0 10px 24px rgba(91,33,182,.06)}.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{grid-template-columns:minmax(200px,1fr) minmax(190px,1fr) minmax(90px,108px) minmax(118px,138px)}}@media (max-width:1120px){.sell-line-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sell-line-card__barcode{grid-column:1/-1}.sell-line-card__compact-row{grid-template-columns:1fr}.sell-line-card__compact-controls{justify-content:start;grid-template-columns:repeat(3,minmax(0,1fr))}.sell-line-card__metrics,.sell-workspace__summary-grid--checkout,.sell-workspace__summary-grid--preview{grid-template-columns:repeat(2,minmax(0,1fr))}}@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}.demand-list-panel__grid,.demand-list-panel__summary,.sell-line-card__compact-controls,.sell-line-card__grid,.sell-line-card__metrics,.sell-workspace__summary-grid--checkout,.sell-workspace__summary-grid--preview{grid-template-columns:1fr}.sell-line-card__header-actions{width:100%}.sell-workspace__action-buttons--compact,.sell-workspace__recovery-actions{grid-template-columns:1fr}.sell-workspace__action-bar .hot-form__action-copy{max-width:none}.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}}