:root,:root[data-theme=light]{color-scheme:light;--bg:#edf3ff;--bg-start:#fff;--bg-mid:#edf3ff;--bg-end:#e8eef8;--panel:#fff;--ink:#10233f;--muted:#5f6f86;--line:#d9e2ef;--brand:#1f61c5;--brand-soft:#e7f0ff;--accent:#f08a24;--danger:#cb3434;--soft-gray:#f4f7fb}:root[data-theme=dark]{color-scheme:dark;--bg:#111825;--bg-start:#172130;--bg-mid:#111825;--bg-end:#0b111a;--panel:#1a2433;--ink:#e8efff;--muted:#a7b2c7;--line:#334156;--brand:#6ea2ff;--brand-soft:#223350;--accent:#f39a42;--danger:#de5959;--soft-gray:#202d40}:root[data-theme=gray]{color-scheme:light;--bg:#e6e8ec;--bg-start:#f5f6f8;--bg-mid:#e6e8ec;--bg-end:#d9dde3;--panel:#fdfdfd;--ink:#20242c;--muted:#626b79;--line:#c7ced8;--brand:#4a5f80;--brand-soft:#eceff5;--accent:#8b6f47;--danger:#b04646;--soft-gray:#eef1f4}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(circle at 15% 15%,var(--bg-start) 0,var(--bg-mid) 42%,var(--bg-end) 100%);color:var(--ink);font-family:Segoe UI,Trebuchet MS,sans-serif}a{color:inherit;text-decoration:none}.landing{min-height:100vh;display:grid;place-items:center;padding:24px;position:relative}.landing-bg{position:absolute;inset:0;background:linear-gradient(125deg,#f8fbff,#e9f1ff);z-index:-1}.landing-card{max-width:720px;width:100%;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 18px 45px rgba(33,47,35,.08)}.eyebrow{margin:0;font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:var(--brand);font-weight:700}h1{margin:10px 0 14px;font-size:clamp(1.7rem,4vw,2.6rem)}.lead{color:var(--muted);max-width:62ch}.landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{border:1px solid transparent;border-radius:12px;padding:10px 14px;font-weight:600;cursor:pointer;transition:.12s ease}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(240,138,36,.25)}.btn-ghost{border-color:var(--line);background:var(--soft-gray)}.btn-danger{background:var(--danger);color:#fff}.urgent-pulse{animation:urgentPulse .95s ease-in-out infinite}@keyframes urgentPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(203,52,52,.72);filter:saturate(1)}50%{transform:scale(1.09);box-shadow:0 0 0 15px rgba(203,52,52,0);filter:saturate(1.25)}to{transform:scale(1);box-shadow:0 0 0 0 rgba(203,52,52,0);filter:saturate(1)}}.lead-form{margin-top:24px;border-top:1px solid var(--line);padding-top:20px;display:grid;grid-gap:8px;gap:8px}.lead-form h2{margin:0 0 6px;font-size:1.2rem}.lead-form label{font-size:.9rem;color:var(--muted)}.lead-form input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:1rem;outline:none}.lead-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(31,97,197,.15)}.form-message{margin:4px 0 0;font-size:.9rem}.form-message.ok{color:#1d6a3d}.form-message.error{color:#982626}.app-shell{min-height:100vh;display:grid;grid-template-columns:16px 1fr}.sidebar{width:210px;height:100vh;border-right:1px solid #1a74c8;background:linear-gradient(180deg,#0d7bd6,#0067bd);padding:6px 5px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:-webkit-sticky;position:sticky;top:0;z-index:12;transform:translateX(calc(-100% + 16px));transition:transform .18s ease}.sidebar:focus-within,.sidebar:hover{transform:translateX(0)}.sidebar-top{display:grid;grid-gap:8px;gap:8px}.sidebar-logo{min-height:32px;border:1px solid hsla(0,0%,100%,.3);border-radius:6px;display:grid;place-items:center;color:#e6f1ff;font-size:.7rem}.sidebar-nav{display:grid;grid-gap:5px;gap:5px}.sidebar-nav.secondary{padding-top:8px;border-top:1px solid hsla(0,0%,100%,.22)}.nav-link{min-height:46px;border-radius:6px;color:#dcecff;display:flex;align-items:center;gap:8px;padding:5px 7px;border:1px solid transparent}.nav-icon{width:18px;height:18px;display:grid;place-items:center;border-radius:4px;border:1px solid hsla(0,0%,100%,.24);background:hsla(0,0%,100%,.12);font-size:.63rem}.nav-text{opacity:0;max-width:0;overflow:hidden;white-space:nowrap;font-size:1.25rem;font-weight:600;transition:opacity .11s ease,max-width .11s ease}.sidebar:focus-within .nav-text,.sidebar:hover .nav-text{opacity:1;max-width:150px}.nav-link:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.18)}.nav-link.active{background:hsla(0,0%,100%,.2);color:#fff}.app-main{display:flex;flex-direction:column}.topbar{border-bottom:1px solid var(--line);padding:18px 22px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;background:hsla(0,0%,100%,.82);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.topbar-left{min-width:0}.topbar-brand{display:inline-flex;align-items:center;gap:12px}.topbar-brand-logo{width:120px;height:auto;display:block;object-fit:contain}.topbar-clock{min-width:160px}.topbar-clock,.topbar-date{padding:8px 12px;border:1px solid var(--line);border-radius:12px;background:hsla(0,0%,100%,.86)}.topbar-date{min-width:150px}.topbar-date-wrap{position:relative;display:inline-block}.topbar-clock-label{margin:0;font-size:.74rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.topbar-clock-time{font-size:1.5rem}.topbar-clock-time,.topbar-date-value{display:block;margin-top:4px;line-height:1;letter-spacing:.03em;color:var(--ink)}.topbar-date-value{font-size:1.2rem}.topbar-day-name{position:absolute;bottom:calc(100% + 6px);left:4px;margin:0;font-size:1.18rem;line-height:1.05;text-transform:capitalize;font-weight:900;letter-spacing:.02em;color:#0b2f5f;text-shadow:0 1px 0 hsla(0,0%,100%,.85)}.topbar-center{justify-self:center}.topbar-center-stack{gap:10px}.topbar-center-stack,.topbar-search{display:inline-flex;align-items:center}.topbar-search{gap:8px}.topbar-search input{width:min(360px,38vw);min-height:38px;border:1px solid #cfd6e1;border-radius:10px;background:#fff;color:#2d3645;font-size:.9rem;padding:8px 12px}.topbar-search input::placeholder{color:#8a94a6}.shipping-alert-btn{width:34px;height:34px;border-radius:999px;border:1px solid #b91c1c;background:#d72626;color:#fff;font-size:1rem;font-weight:900;line-height:1;display:inline-grid;place-items:center;cursor:default;padding:0}.shipping-today-text{color:#8f2020;font-size:.86rem;font-weight:700;white-space:nowrap}.topbar-actions{justify-self:end;display:flex;gap:10px;flex-wrap:wrap}.topbar-overline{margin:0;color:var(--muted);font-size:.82rem}.topbar h2{margin:4px 0 0;font-size:1.1rem}.topbar-user{cursor:default}.account-menu{position:relative}.account-menu>summary{list-style:none;cursor:pointer}.account-menu>summary::-webkit-details-marker{display:none}.account-menu-list{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(16,35,63,.12);padding:8px;display:grid;grid-gap:4px;gap:4px;z-index:20}.account-menu-role{margin:0 0 4px;font-size:.78rem;color:var(--muted);padding:4px 6px}.account-menu-item{border:1px solid transparent;border-radius:8px;background:transparent;color:var(--ink);text-align:left;font-size:.86rem;padding:7px 8px;cursor:pointer}.account-menu-item:hover{background:var(--brand-soft)}.account-menu-item.danger{color:#b02828}.app-content{padding:24px}.space-y-6{display:grid;grid-gap:18px;gap:18px}.page-title{margin:0;font-size:1.7rem}.page-subtitle{margin:5px 0 0;color:var(--muted)}.stats-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:0 8px 24px rgba(26,52,90,.04)}.stat-label{margin:0;color:var(--muted);font-size:.85rem}.stat-value{margin:8px 0 2px;font-size:1.45rem;font-weight:800}.stat-note{margin:0;color:var(--muted);font-size:.82rem}.admin-stats-card{display:grid;grid-gap:10px;gap:10px}.admin-stats-subfolders{display:grid;grid-gap:8px;gap:8px}.admin-stats-folder{border:1px solid #dbe2ee;border-radius:12px;background:#f9fbff;padding:10px 12px}.admin-stats-folder summary{cursor:pointer;font-weight:700;color:#223a60}.admin-stats-email{margin:8px 0 0;font-size:.84rem;color:#5e6f8a}.admin-stats-rows{margin-top:8px;display:grid;grid-gap:6px;gap:6px}.admin-stats-rows p{margin:0;display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:.88rem;color:#3c4b62}.admin-stats-rows strong{font-size:.92rem;color:#172b4a}.section-title{margin:0 0 10px;font-size:1.05rem}.simple-list{margin:0;padding-left:18px;color:#273328;display:grid;grid-gap:8px;gap:8px}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:10px 8px;border-bottom:1px solid #edf1ec;white-space:nowrap}.table th{font-size:.82rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.table-link{border:1px solid var(--line);background:#fff;color:var(--brand);border-radius:8px;padding:5px 10px;font-size:.82rem;font-weight:700;cursor:pointer}.table-link:hover{background:var(--brand-soft)}.deals-two-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.deals-table-wrap{max-height:520px;overflow:auto}@media (max-width:1080px){.deals-two-columns{grid-template-columns:1fr}}.status-tabs{display:flex;gap:8px;flex-wrap:wrap}.status-tab{border:1px solid var(--line);background:var(--soft-gray);color:var(--ink);border-radius:999px;padding:7px 12px;font-size:.85rem;font-weight:600;cursor:pointer}.status-tab.active{background:var(--brand);border-color:var(--brand);color:#fff}.status-tab.trash-tab{margin-left:auto}.trash-icon{color:#d32626;font-size:1rem;font-weight:800;line-height:1}.contact-modal-backdrop{position:fixed;inset:0;background:rgba(21,28,38,.42);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:4px;z-index:40}.contact-modal{width:min(1460px,calc(100vw - 14px));height:min(960px,calc(100vh - 8px));max-height:calc(100vh - 8px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:8px;gap:8px;background:#f7f7f8;border-radius:20px;border:1px solid #d9dce2;box-shadow:0 25px 55px rgba(0,0,0,.28);color:#4a4f59}.order-modal{padding:10px 14px}.contact-modal-header{display:flex;justify-content:space-between;align-items:center;gap:8px;padding-bottom:4px;border-bottom:1px solid #dfe2e8}.contact-modal-header .section-title{margin:0;font-size:1.4rem;color:#2d3340}.contact-title-row{display:flex;align-items:center}.orders-history-btn{margin-left:50px;width:42px;height:42px;border:1px solid #cdd4de;border-radius:6px;background:#eef3f9;display:inline-grid;place-items:center;align-self:center;vertical-align:middle;padding:0;line-height:1;cursor:pointer}.orders-history-btn:hover{background:#e3ebf7}.money-h-icon{width:32px;height:32px;border-radius:6px;background:#121212;color:#fff;font-size:1.9rem;font-weight:700;font-family:Segoe UI,Arial,sans-serif;line-height:1;display:grid;place-items:center}.contact-modal-header .page-subtitle{margin:2px 0 0;font-size:.8rem;color:#6a7280}.role-switch{display:flex;align-items:center;gap:4px}.orders-preview-card{width:min(760px,96vw);max-height:min(360px,70vh);overflow:auto;border:1px solid #d7dce4;border-radius:16px;background:#f1f3f7;padding:8px;box-shadow:0 12px 32px rgba(0,0,0,.22)}.orders-modal-backdrop{position:fixed;inset:0;z-index:60;background:rgba(18,24,36,.35);display:grid;place-items:start center;padding:54px 12px 12px}.orders-preview-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.orders-preview-head h4{margin:0;font-size:.82rem;color:#575f6d;display:flex;align-items:center;gap:6px;line-height:1}.orders-head-icon{width:26px;height:26px;display:inline-grid;place-items:center;border-radius:5px;border:1px solid #d0d7e2;background:#fff;font-size:1.08rem;filter:grayscale(1) saturate(0) contrast(3.2) brightness(.05);transform:translateY(-1px)}.orders-preview-close{border:1px solid #cfd5de;border-radius:999px;width:21px;height:21px;background:#f8f9fc;font-size:.72rem;cursor:pointer}.orders-preview-table-wrap{border-radius:10px;overflow:hidden}.orders-preview-card .table.compact td:nth-child(2){color:#ca3f3f;font-weight:600}.orders-preview-card .table.compact th{white-space:nowrap;text-align:left}.orders-col-icon{margin-right:0;opacity:.9;font-size:1.12rem;display:inline-grid;place-items:center;width:22px;height:22px;filter:grayscale(1) saturate(0) contrast(3.2) brightness(.05)}.orders-preview-card .table.compact th .orders-col-icon{margin:0}.role-chip{border:1px solid #cfd5de;background:#eef1f5;border-radius:7px;padding:7px 10px;font-size:.86rem;cursor:pointer}.role-chip.active{background:#1f61c5;border-color:#1f61c5;color:#fff}.order-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1.15fr .9fr 1fr;margin-top:4px;align-items:stretch;min-height:auto;overflow:visible;padding-right:0}.order-col{display:grid;grid-gap:4px;gap:4px;align-content:start;height:100%}.order-modal .order-col{gap:2px}.contact-col{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;height:100%;padding-bottom:14px}.contact-section,.delivery-section{display:grid;align-content:start;grid-gap:2px;gap:2px;min-height:0}.info-col{display:flex;flex-direction:column;justify-content:flex-start;gap:8px;padding-bottom:14px}.dates-section,.info-section{display:grid;grid-gap:2px;gap:2px}.info-section{margin-top:0;margin-bottom:0;align-self:stretch}.info-col h3{justify-content:flex-start;text-align:left}.info-col h3:after,.info-col h3:before{max-width:72px}.info-col label.meta-row{grid-template-columns:132px minmax(0,1fr)}.info-col .meta-label{color:#777f8d;font-size:.66rem;line-height:1.2}.order-col h3{margin:4px 0 1px;font-size:1.08rem;font-weight:600;color:#747b86;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;transform:translateX(0)}.order-col h3:after,.order-col h3:before{content:"";flex:1 1;height:1px;background:#d7dce4}.contact-col h3{transform:translateX(-68px)}.order-col label{display:grid;grid-template-columns:106px minmax(0,1fr);align-items:center;grid-gap:4px;gap:4px;font-size:.74rem}.order-modal .order-col label{gap:2px;font-size:.64rem}.order-col label.icon-only{grid-template-columns:24px minmax(0,1fr)}.order-modal .order-col label.icon-only{grid-template-columns:38px minmax(0,1fr)}.field-label{display:inline-flex;align-items:center;gap:6px;color:#777f8d}.order-modal .field-label{width:32px;height:32px;display:inline-grid;place-items:center}.contact-icon{display:inline-grid;place-items:center;width:14px;height:14px;border:1px solid #cfd4dc;border-radius:999px;background:#f3f5f8;color:#8f96a3;font-size:.5rem;line-height:1}.contact-col .contact-icon{width:18px;height:18px;font-size:.62rem}.order-modal .contact-col .contact-icon{font-size:1.08rem;line-height:1}.order-modal .contact-col .category-eye,.order-modal .contact-col .contact-icon,.order-modal .contact-col .globe-icon,.order-modal .contact-col .note-icon,.order-modal .contact-col .people-icon{width:32px;height:32px;min-width:32px;min-height:32px;aspect-ratio:1/1;border-radius:9999px;border:1px solid #b8c0cc;background:#f3f5f8;color:#7e8795;display:inline-grid;place-items:center;box-sizing:border-box;padding:0}.order-modal .contact-col .category-eye:after,.order-modal .contact-col .globe-icon:after,.order-modal .contact-col .globe-icon:before,.order-modal .contact-col .people-icon:after,.order-modal .contact-col .people-icon:before{content:none}.order-modal .contact-col .at-icon{font-weight:900;font-size:1.26rem;letter-spacing:-.02em}.order-modal .contact-col .euro-icon{font-size:1.08rem;line-height:1;filter:grayscale(1) saturate(0) contrast(1.05) brightness(.85)}.flag-pl{display:inline-block;width:13px;height:9px;border:1px solid #c5cad3;border-radius:2px;background:linear-gradient(180deg,#fff 0 50%,#d82727 50% 100%);margin-left:2px}.order-col label input,.order-col label select,.order-col label textarea{width:100%;border:1px solid #cfd4dc;border-radius:5px;background:#fff;color:#2c3341;font-size:.73rem;padding:3px 5px;min-height:23px}.order-modal .order-col label input,.order-modal .order-col label select,.order-modal .order-col label textarea{font-size:.92rem;padding:8px 10px;min-height:38px}.contact-col label input,.contact-col label select,.order-col:not(.contact-col) label input,.order-col:not(.contact-col) label select,.order-col:not(.contact-col) label textarea{width:72%;justify-self:start}.order-col:not(.contact-col) label{grid-template-columns:62px minmax(0,1fr)}.contact-col label.extra-row{grid-template-columns:24px minmax(0,1fr)}.contact-col .extra-label{font-size:.74rem;color:#636d7c;display:inline-grid;place-items:center}.contact-col label.extra-row input{width:72%;justify-self:start}.contact-col .extra-pin-icon,.contact-col .extra-truck-icon{display:inline-grid;place-items:center;width:14px;height:14px;font-size:.72rem;line-height:1}.order-modal .contact-col .extra-pin-icon,.order-modal .contact-col .extra-truck-icon{width:24px;height:24px;font-size:1rem;filter:grayscale(1) saturate(0) contrast(1.05) brightness(.85)}.contact-col label.country-row .country-select{width:52%;min-width:150px}.country-picker{position:relative;width:58px;min-width:58px;justify-self:start}.country-trigger{width:100%;min-height:23px;border:1px solid #cfd4dc;border-radius:5px;background:#fff;color:#2c3341;display:flex;align-items:center;justify-content:space-between;padding:2px 5px;cursor:pointer}.country-caret{color:#77808e;font-size:.72rem}.country-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:5;width:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px;padding:6px;border:1px solid #cfd4dc;border-radius:8px;background:#fff;box-shadow:0 8px 18px rgba(0,0,0,.12)}.country-option{min-height:24px;border:1px solid #e1e5ec;border-radius:6px;background:#f7f9fc;cursor:pointer;font-size:.95rem}.order-col label input::placeholder,.order-col label textarea::placeholder{color:#aeb5c1;opacity:1}.order-col label textarea{min-height:76px;resize:vertical}.contact-col label textarea{width:96%;min-height:92px;justify-self:start}.contact-col label.notes-row{align-items:start}.contact-col label.notes-row .field-label{width:100%;height:100%;display:grid;place-items:center}.contact-col .note-icon{width:18px;height:18px;font-size:.7rem}.contact-col .category-eye{position:relative;width:18px;height:12px;border-radius:999px;border:1px solid #a6afbc;background:#f7f9fc}.contact-col .category-eye:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;border-radius:999px;background:#8c96a5;transform:translate(-50%,-50%)}.contact-col .people-icon{position:relative;width:18px;height:14px;border-radius:6px;border:1px solid #aeb7c4;background:#f6f8fb}.contact-col .people-icon:after,.contact-col .people-icon:before{content:"";position:absolute;border-radius:999px;background:#8f98a6}.contact-col .people-icon:before{width:5px;height:5px;top:2px;left:4px;box-shadow:6px 0 0 #8f98a6}.contact-col .people-icon:after{width:12px;height:4px;bottom:2px;left:3px}.contact-col .globe-icon{position:relative;width:18px;height:18px;border-radius:999px;border:1px solid #aeb7c4;background:#f5f7fa}.contact-col .globe-icon:after,.contact-col .globe-icon:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid #8f98a6}.contact-col .globe-icon:before{width:10px;height:10px;border-radius:999px}.contact-col .globe-icon:after{width:4px;height:12px;border-radius:999px}.contact-col label.notes-row textarea{width:72%;min-height:96px;border-radius:10px;border:1px solid #ccd3dd;background:#f8fafd;padding:7px 8px;justify-self:start}.order-modal .contact-col label.notes-row textarea{width:86%;min-height:96px;padding:8px 10px;justify-self:start}.order-modal .contact-col label input,.order-modal .contact-col label select,.order-modal .order-col:not(.contact-col) label input,.order-modal .order-col:not(.contact-col) label select,.order-modal .order-col:not(.contact-col) label textarea{width:86%}.sales-col .table{margin-top:2px;background:#fff;border:1px solid #dbe0e7;border-radius:10px}.sales-head{margin-top:2px;display:flex;align-items:center;justify-content:space-between;color:#8e949e}.sales-icon{font-size:.78rem;color:#8f96a3}.sales-plus{width:28px;height:28px;border:1px solid #9ea6b3;border-radius:7px;background:#f7f9fc;color:#6f7785;font-size:1.25rem;line-height:1;display:inline-grid;place-items:center;cursor:pointer;padding:0}.sales-plus:disabled{opacity:.45;cursor:not-allowed}.sales-list{margin-top:4px;display:grid;grid-gap:4px;gap:4px;min-height:0;overflow:auto;padding-right:4px}.sales-col{display:flex;flex-direction:column;min-height:0}.sales-picker{margin-top:4px;border:1px solid #d8dde6;border-radius:12px;background:#f6f8fb;padding:10px;display:grid;grid-gap:10px;gap:10px}.sales-picker-search{width:100%;border:1px solid #cdd3de;border-radius:10px;background:#fff;font-size:.92rem;padding:10px 12px;color:#5f6673}.sales-picker-search:focus{outline:none;border-color:#aeb7c7}.sales-picker-list{display:grid;grid-gap:8px;gap:8px;max-height:260px;overflow:auto}.sales-picker-item{border:1px solid #d9deea;border-radius:10px;background:#fff;color:#59616e;display:grid;grid-template-columns:92px 1fr 86px;grid-gap:10px;gap:10px;align-items:center;font-size:.9rem;padding:10px 12px;cursor:pointer;text-align:left}.sales-picker-item:hover{background:#eef3ff}.sales-picker-code{font-weight:700;color:#4b5565}.sales-picker-empty{margin:0;font-size:.88rem;color:#7c8593;padding:6px 4px}.sales-row{grid-template-areas:"item item item item remove" "price qty total total remove"}.sales-row,.sales-summary-row{display:grid;grid-template-columns:minmax(0,1fr) 92px 92px 78px 26px;align-items:center;grid-gap:6px;gap:6px}.sales-item{display:flex;align-items:center;gap:8px;min-width:0;grid-area:item}.sales-item-preview{position:relative}.sales-item-icon{color:#8f96a3;font-size:.58rem;flex:0 0 auto}.sales-thumb{width:28px;height:28px;border-radius:6px;border:1px solid #d6dbe4;object-fit:cover;flex:0 0 auto;background:#fff}.sales-item-main{min-width:0;display:grid;grid-gap:2px;gap:2px}.sales-hover-card{position:absolute;left:0;top:calc(100% + 8px);width:280px;border:1px solid #d7dde8;border-radius:12px;background:#fff;box-shadow:0 12px 26px rgba(34,49,74,.16);padding:10px;display:grid;grid-template-columns:56px 1fr;grid-gap:10px;gap:10px;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease,visibility .12s ease;pointer-events:none;z-index:40}.sales-item-preview:focus-within .sales-hover-card,.sales-item-preview:hover .sales-hover-card{opacity:1;visibility:visible;transform:translateY(0)}.sales-hover-thumb{width:56px;height:56px;border-radius:8px;border:1px solid #d6dbe4;object-fit:cover;background:#f5f8fc}.sales-hover-thumb-empty{display:grid;place-items:center;font-size:.6rem;color:#7b8492}.sales-hover-body{min-width:0}.sales-hover-title{margin:0;font-size:.86rem;font-weight:700;color:#3d4654}.sales-hover-description{margin:4px 0 0;font-size:.8rem;line-height:1.35;color:#5f6877}.sales-name,.sales-number,.sales-qty{width:100%;border:1px solid transparent;background:transparent;color:#646c78;font-size:.92rem;padding:1px 2px}.sales-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#4f5866}.sales-product-code{font-size:.72rem;color:#838a97;letter-spacing:.02em}.sales-number,.sales-qty{text-align:center}.sales-control{display:grid;grid-gap:4px;gap:4px}.sales-price-control{grid-area:price}.sales-qty-control{grid-area:qty}.sales-control-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.sales-step-btn{min-height:22px;border:1px solid #b8c2d0;border-radius:6px;background:#f3f7ff;color:#3b4a60;font-size:.88rem;font-weight:800;line-height:1;cursor:pointer;padding:0}.sales-step-btn:hover{background:#e7efff}.sales-step-btn:disabled{opacity:.5;cursor:not-allowed}.sales-name:focus,.sales-number:focus,.sales-qty:focus{outline:none;border-color:#c8ced8;border-radius:4px;background:#fbfcff}.sales-total{margin:0;text-align:center;color:#69707d;font-size:.95rem;grid-area:total}.sales-remove{width:24px;height:24px;border:0;background:transparent;color:#8c949f;font-weight:700;font-size:1.1rem;cursor:pointer;padding:0;grid-area:remove;align-self:center}.sales-remove:disabled{opacity:.45;cursor:not-allowed}.sales-summary-row{margin-top:2px}.sales-summary-row p{margin:0;text-align:right;font-size:.75rem;color:#6f7682}.sales-summary-value{color:#b03c3c!important;font-weight:700}.table.compact td,.table.compact th{padding:3px 4px;font-size:.67rem;border-bottom:1px solid #edf0f4}.table.compact input,.table.compact select{width:100%;border:1px solid #d2d8e0;border-radius:4px;background:#fff;min-height:21px;font-size:.67rem;padding:2px 4px}.clickable-row{cursor:pointer}.clickable-row:hover{background:#eef4ff}.clickable-row:focus-visible{outline:2px solid #1f61c5;outline-offset:-2px}.status-with-dot{display:inline-flex;align-items:center;gap:8px}.status-inline-select{border:1px solid #cfd4dc;border-radius:8px;background:#fff;color:#2c3341;font-size:.9rem;padding:4px 8px;min-height:30px}.delay-date-cell{position:relative;min-width:170px}.delay-date-value{display:inline-block;min-width:78px}.delay-date-editor{display:none;position:absolute;left:6px;top:50%;transform:translateY(-50%);z-index:3;background:#fff;border:1px solid #d6dde8;border-radius:8px;padding:6px;gap:6px;align-items:center}.delay-date-cell:focus-within .delay-date-editor,.delay-date-cell:hover .delay-date-editor{display:inline-flex}.delay-date-input{min-width:138px;padding:4px 6px;font-size:.86rem}.delay-date-clear,.delay-date-input{min-height:30px;border:1px solid #cfd6e1;border-radius:6px}.delay-date-clear{background:#f4f7fb;color:#3d4b61;padding:4px 9px;font-size:.82rem;cursor:pointer}.status-select-new{background:#f1f4f8;border-color:#c6ced9}.status-select-missed{background:#f1f3f7;border-color:#c8cfdb}.status-select-accepted{background:#e8f8ed;border-color:#8ed0a1}.status-select-accepted-consultant{background:#ebfff0;border-color:#95dfaa}.status-select-sent{background:#fff8dc;border-color:#e0cc7a}.status-select-received{background:#e8f9f9;border-color:#8cd0d0}.status-select-rejected{background:#ffefef;border-color:#e5aaaa}.status-select-duplicate{background:#edf4ff;border-color:#9dbde6}.status-select-return{background:#ffe8e8;border-color:#e79898}.status-dot{width:12px;height:12px;border-radius:50%;background:#aeb7c4;border:1px solid #9ca6b4;flex:0 0 auto}.status-dot-new{background:#c6ccd6;border-color:#a7b0bd}.status-dot-missed{background:#c4cbd6;border-color:#a6afbc}.status-dot-accepted{background:#2ea44f;border-color:#1f7a39}.status-dot-accepted-consultant{background:#8ce9a2;border-color:#63c779}.status-dot-sent{background:#f2d15e;border-color:#c8a946}.status-dot-received{background:#5dc8c8;border-color:#47a8a8}.status-dot-rejected{background:#ef8f8f;border-color:#d56f6f}.status-dot-duplicate{background:#6ea6f0;border-color:#4f89d6}.status-dot-return{background:#e12626;border-color:#b21b1b}.status-check{width:12px;display:inline-grid;place-items:center;color:#14a63a;font-size:1.12rem;font-weight:1000;line-height:1;flex:0 0 auto}.switch-row{display:flex!important;gap:8px;align-items:center;grid-template-columns:none!important}.switch-row input{width:auto!important;min-height:auto!important}.order-footer{margin-top:5px;justify-content:space-between;border-top:1px solid #dfe2e8;padding-top:6px}.order-actions,.order-footer{display:flex;align-items:center}.order-actions{gap:8px;flex-wrap:wrap}.confirm-inline{white-space:nowrap}.save-info{font-size:.72rem;color:#2b8652}.order-modal .btn{min-height:38px;padding:8px 14px;font-size:.92rem}.order-modal .btn-ghost{background:#f0f2f6}@media (max-width:1100px){.contact-modal{height:auto;overflow:auto}.order-grid{grid-template-columns:1fr}.sales-col{min-height:auto}.sales-list{overflow:visible;padding-right:0}}.board-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.tasks-list{display:grid;grid-gap:10px;gap:10px}.task-row{border:1px solid #e5ebf4;border-radius:12px;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.task-row.overdue{border-color:#f0b9b9;background:#fff6f6}.task-row.locked{border-style:dashed;opacity:.78}.task-title{margin:0;font-weight:600}.task-owner{margin:4px 0 0;font-size:.85rem;color:var(--muted)}.task-lock{display:inline-block;margin-top:6px;font-size:.78rem;color:#7b8797}.task-due{font-size:.82rem;padding:4px 8px;border-radius:999px;background:#ffe5e5;color:var(--danger);white-space:nowrap}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(460px,100%);background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:24px}.auth-form{margin-top:16px;display:grid;grid-gap:8px;gap:8px}.auth-form label{font-size:.84rem;color:var(--muted)}.auth-form input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:.95rem}.product-card{display:grid;grid-gap:10px;gap:10px}.product-tabs{display:flex;gap:8px;flex-wrap:wrap}.product-tab{border:1px solid var(--line);background:var(--soft-gray);color:var(--ink);border-radius:999px;padding:7px 12px;font-size:.85rem;font-weight:600;cursor:pointer}.product-tab.active{background:var(--brand);border-color:var(--brand);color:#fff}.product-form-row{display:grid;grid-template-columns:1.2fr 1.2fr auto;grid-gap:10px;gap:10px}.product-form-row input{font-size:.95rem}.product-card textarea,.product-form-row input{border:1px solid var(--line);border-radius:10px;padding:10px 12px}.product-card textarea{width:100%;margin-top:8px;font-size:.92rem;resize:vertical;min-height:84px;background:#fff}.product-preview{margin:0;color:var(--muted)}.product-image-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.file-picker-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.file-picker-label{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:10px;border:1px solid #1f61c5;background:#e7f0ff;color:#1f61c5;font-weight:700;font-size:.86rem;cursor:pointer;transition:.12s ease}.file-picker-label:hover{background:#d7e6ff}.file-picker-name{font-size:.86rem;color:#5f6f86}.product-image-preview{width:68px;height:68px;object-fit:cover;border-radius:10px;border:1px solid var(--line);background:#fff}.product-thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;border:1px solid var(--line);background:#fff}.product-actions{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:900px){.app-shell,.product-form-row{grid-template-columns:1fr}.sidebar{width:100%;height:auto;position:static;top:auto;overflow:visible;transform:none;transition:none;border-right:none;border-bottom:1px solid var(--line)}.nav-text{opacity:1;max-width:none}.topbar{grid-template-columns:1fr;align-items:flex-start}.topbar-center{justify-self:center}.topbar-brand{width:100%;justify-content:center;flex-wrap:wrap}.topbar-brand-logo{width:min(180px,58vw)}.topbar-center-stack,.topbar-search{flex-wrap:wrap;justify-content:center}.topbar-search{width:100%}.topbar-search input{width:min(520px,92vw)}.topbar-actions{justify-self:start}}.auth-login-card{display:grid;grid-gap:8px;gap:8px}.auth-page-login{background:#fff}.auth-page-login .auth-login-card{width:min(420px,100%);background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}.auth-form-login{margin-top:-8px;gap:10px}.auth-form-login label{display:none}.auth-form-login input{border:0;border-bottom:1px solid #bfc7d3;border-radius:0;background:transparent;padding:10px 0 8px}.auth-form-login input:focus{outline:none;border-bottom-color:#8f9cb0}.auth-form-login .btn{margin-top:2px}.auth-logo-wrap{width:100%;display:grid;place-items:center;margin-bottom:-12px}.auth-logo{width:min(520px,98%);max-height:320px;object-fit:contain}.users-layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:start}.users-layout,.users-main,.users-page{display:grid;grid-gap:16px;gap:16px}.users-create-card{width:min(520px,100%)}.users-create-card,.users-stats-card{border:1px solid #dbe2ed;border-radius:14px;box-shadow:0 8px 20px rgba(20,32,56,.06)}.users-stats-card{position:-webkit-sticky;position:sticky;top:12px}.users-active-hover{position:relative;border:1px dashed #b9c5d8;border-radius:10px;padding:8px 10px;background:#f9fbff}.users-active-popover{position:absolute;left:0;top:calc(100% + 6px);min-width:260px;max-width:320px;background:#fff;border:1px solid #d8deea;border-radius:12px;box-shadow:0 8px 22px rgba(31,41,55,.14);padding:10px 12px;z-index:20}.users-active-title{margin:0 0 8px;font-size:12px;color:#4f5b6b}.users-active-empty{margin:0;font-size:12px;color:#4f5b6b}.users-active-list{margin:0;padding-left:18px;font-size:12px;color:#222a36;display:grid;grid-gap:4px;gap:4px}.users-page .table-wrap{border:1px solid #dbe2ed;border-radius:12px;overflow:auto;background:#fff}.users-page .table th{background:#f4f7fc}.users-page .auth-form{max-width:460px}@media (max-width:980px){.users-layout{grid-template-columns:1fr}.users-stats-card{position:static}}.settings-card{display:grid;grid-gap:14px;gap:14px}.settings-theme-grid{display:flex;flex-wrap:wrap;gap:10px}.settings-form{width:min(420px,100%)}