@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.toast-stack{position:fixed;right:20px;bottom:20px;z-index:2000;display:grid;gap:12px;width:min(360px,100vw - 32px)}.toast-item{display:grid;grid-template-columns:20px 1fr auto;gap:10px;align-items:start;padding:12px 12px 12px 10px;border-radius:14px;border:1px solid #f5d3bf;background:linear-gradient(180deg,#fff8f3,#fff2e8);box-shadow:0 12px 28px #6633101f;color:#3e2a1f}.toast-item__icon{margin-top:1px;font-size:18px}.toast-item__body{min-width:0}.toast-item__body strong{display:block;font-size:14px;line-height:1.2;font-weight:700}.toast-item__body p{margin:4px 0 0;font-size:13px;line-height:1.3;color:#6d5141}.toast-item__close{border:0;background:transparent;color:#8c6a57;font-size:18px;line-height:1;cursor:pointer}.toast-item--success .toast-item__icon{color:#1f9d55}.toast-item--error .toast-item__icon{color:#c53030}.toast-item--info .toast-item__icon{color:#d97706}.auth-page{min-height:100vh;padding:0;background:#f6f8fa;display:grid;place-items:center}.auth-shell{position:relative;width:100%;min-height:100vh;border-radius:0;overflow:hidden;background:radial-gradient(circle at 85% 14%,rgba(85,129,177,.13),transparent 36%),radial-gradient(circle at 16% 86%,rgba(26,177,95,.09),transparent 33%),linear-gradient(180deg,#f9fbfd,#f2f6fa);border:0;box-shadow:inset 0 1px #ffffffd9;display:grid;place-items:center}.auth-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(44px);opacity:.45}.auth-glow--top{top:-90px;right:-100px;width:360px;height:360px;background:radial-gradient(circle,#6f92ba2e,#6f92ba00 68%)}.auth-glow--bottom{left:-120px;bottom:-120px;width:340px;height:340px;background:radial-gradient(circle,#1ca75c24,#1ca75c00 68%)}.auth-card{width:min(100%,460px);position:relative;z-index:2;text-align:center;background:#fff;border:1px solid #e5e9ed;border-radius:14px;padding:1rem .95rem .9rem;box-shadow:0 12px 28px -24px #26344a73}.auth-brand{font-size:2.8rem;font-weight:800;line-height:1;letter-spacing:-.03em;text-transform:lowercase;padding-bottom:.5rem;margin-bottom:.65rem;text-shadow:0 10px 24px rgba(50,79,109,.12)}.auth-header h1{margin:0;color:#1f2732;font-size:2rem;font-weight:600;letter-spacing:-.02em}.auth-header p{margin:.45rem 0 0;color:#6f7d8d;font-size:.8rem}.auth-tabs{margin-top:1.1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.28rem;border-radius:999px;background:#f3f7fb;border:1px solid #e3eaf2;position:relative}.auth-tabs:before{content:"";position:absolute;left:.28rem;top:.28rem;width:calc(50% - .25rem);height:calc(100% - .56rem);border-radius:999px;background:#fff;border:1px solid #dce6f0;box-shadow:0 8px 16px -14px #263d5aa6;transition:transform .28s cubic-bezier(.22,1,.36,1)}.auth-tabs.is-signup:before{transform:translate(calc(100% + .2rem))}.auth-tab{min-height:38px;border-radius:999px;border:1px solid transparent;background:transparent;color:#617186;font-size:.79rem;font-weight:600;cursor:pointer;transition:color .22s ease;position:relative;z-index:1}.auth-tab:hover{color:#30425a;background:#ffffff8c}.auth-tab.is-active{color:#1e2d3e}.auth-form{margin-top:.8rem;display:grid;gap:.5rem}.auth-input{min-height:46px;border:1px solid #d5dee8;border-radius:14px;background:linear-gradient(180deg,#fff,#f9fcff);display:grid;grid-template-columns:18px auto 1fr;align-items:center;gap:.6rem;padding:0 1rem;box-shadow:inset 0 1px #ffffffeb,0 6px 16px -14px #304a6a8c;transition:border-color .22s ease,box-shadow .22s ease,transform .18s ease}.auth-input svg{color:#7f92a7;width:16px;height:16px}.auth-input span{position:relative;color:#76879b;font-size:.79rem;font-weight:600;padding-right:.72rem}.auth-input span:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background:#d9e3ee}.auth-input input{width:100%;min-height:44px;border:0;background:transparent;color:#273344;font-size:.86rem;font-weight:500;padding:0 0 0 .15rem}.auth-input input::placeholder{color:#8d9caf}.auth-input:focus-within{border-color:#9eb8d4;transform:translateY(-1px);box-shadow:0 0 0 4px #6f92ba29,0 14px 24px -20px #35567e99}.auth-input:focus-within svg,.auth-input:focus-within span{color:#4e6682}.auth-input input:focus{outline:none}.auth-submit{margin-top:.35rem;min-height:46px;border:0;border-radius:14px;background:linear-gradient(135deg,#23be67,#189f57 58%,#13864a);color:#fff;font-size:.87rem;font-weight:700;letter-spacing:.01em;cursor:pointer;box-shadow:0 16px 22px -18px #16934ed9,inset 0 -1px #00000026,inset 0 1px #ffffff59;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-submit:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 18px 26px -18px #16934eeb,inset 0 -1px #00000026,inset 0 1px #fff6}.auth-submit:active{transform:translateY(0)}.auth-submit:disabled{opacity:.74;cursor:default}.auth-message,.auth-error{margin:.5rem 0 0;font-size:.76rem}.auth-message{color:#1f8f53}.auth-error{color:#dc6a74}.auth-footer{margin-top:.75rem;display:inline-flex;align-items:center;gap:.28rem;color:#91a0b1;font-size:.68rem}.auth-footer a{color:#6f92ba;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (max-width: 768px){.auth-card{width:min(100%,94vw)}.auth-shell{min-height:100vh}.auth-header h1{font-size:1.7rem}}.search-category-chips{display:grid;gap:.35rem}.search-category-chips__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6f8095}.search-category-chips__row{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.search-category-chips__chip{border:1px solid #d7e2ee;background:#fff;color:#3a4c61;border-radius:999px;padding:.28rem .65rem;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.search-category-chips__chip:hover{border-color:#9db7d4;background:#f5f8fc}.search-category-chips__chip--active{border-color:#1c9e5f;background:#1c9e5f1f;color:#146b42}.search-category-chips--suggestions{width:100%}.search-category-suggestions__list{list-style:none;margin:0;padding:.25rem 0}.search-category-suggestions__item{margin:0}.search-category-suggestions__item:not(:last-child) .search-category-suggestions__option{border-bottom:1px solid #f1f3f4}.search-category-suggestions__option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.52rem .85rem;border:0;background:transparent;cursor:pointer;font:inherit;font-size:.84rem;color:#202124;text-align:left;transition:background .08s ease}.search-category-suggestions__option:hover,.search-category-suggestions__option:focus-visible{outline:none;background:#f1f3f4}.search-category-suggestions__option--active{background:#1ab15f1a}.search-category-suggestions__option--active:hover,.search-category-suggestions__option--active:focus-visible{background:#1ab15f29}.search-category-suggestions__text{min-width:0;flex:1;line-height:1.35}.search-category-suggestions__meta{flex-shrink:0;font-size:.78rem;font-weight:600;color:#70757a;font-variant-numeric:tabular-nums}.dashboard-header{position:sticky;top:0;z-index:120;background:#fbfcfd;border-bottom:1px solid #e9edf2;overflow:visible}.header-inner{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:56px;padding:0 .9rem 0 .75rem;gap:.7rem;overflow:visible}.header-search-column{display:flex;justify-content:center;min-width:0;min-height:0;padding:.35rem 0}.header-article-search{width:100%;max-width:min(920px,100%);display:flex;align-items:flex-start;gap:.42rem;min-width:0}.header-search-field-cluster{position:relative;flex:1;min-width:0;align-self:center}.header-search-field-cluster--open{z-index:130}.header-search-field-cluster--open .header-search-input-wrap{border-color:transparent;background:#fff;border-radius:10px 10px 0 0;border-bottom:1px solid #eceff3;box-shadow:0 2px 12px #3c404324,0 1px 3px #3c404314}.header-search-field-cluster--open .header-search-input-wrap:focus-within{border-color:transparent;box-shadow:0 2px 12px #3c404324,0 1px 3px #3c404314}.header-search-field-cluster--open .header-search-suggestions-panel{position:absolute;left:0;right:0;top:calc(100% - 1px);z-index:131;max-height:min(55vh,280px);overflow-x:hidden;overflow-y:auto;border-radius:0 0 10px 10px;background:#fff;border:1px solid #e3e9ef;border-top:none;box-shadow:0 8px 24px #3c40431f,0 2px 8px #3c404314;-webkit-overflow-scrolling:touch}.header-search-input-wrap{flex:1;min-width:0;height:2.35rem;border:1px solid #d8e0e8;border-radius:10px;background:#fbfcfd;display:grid;grid-template-columns:18px 1fr;align-items:center;gap:.5rem;padding:0 .82rem;color:#8ea0b2;transition:border-color .18s ease,box-shadow .18s ease}.header-search-input-wrap:focus-within{border-color:#b6cadf;box-shadow:0 0 0 3px #6f92ba24}.header-search-input-wrap--loading{opacity:.94;pointer-events:none}.header-search-input-wrap--loading:focus-within{border-color:#d8e0e8;box-shadow:none}.header-search-spinner{width:16px;height:16px;border-radius:50%;border:2px solid #d8e0e8;border-top-color:#159f54;animation:header-search-spin .75s linear infinite;flex-shrink:0}@keyframes header-search-spin{to{transform:rotate(360deg)}}.header-search-input-wrap svg{width:16px;height:16px}.header-search-input-wrap input{height:2.1rem;border:0;border-radius:0;background:transparent;padding:0;color:#5f6f82;font-size:.84rem;width:100%}.header-search-input-wrap input::placeholder{color:#98a7b8}.header-search-input-wrap input:focus{outline:none}.header-search-input-wrap input:disabled{cursor:wait;opacity:.88}.header-search-submit{flex-shrink:0;min-width:4.75rem;min-height:2.35rem;border:0;border-radius:10px;padding:0 .85rem;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.74rem;font-weight:700;cursor:pointer;white-space:nowrap}.header-search-submit:disabled{opacity:.65;cursor:default}.header-right{display:inline-flex;align-items:center;gap:.3rem;align-self:center}.header-notifications,.header-cart,.header-profile{position:relative}.top-icon-btn{width:34px;height:34px;border-radius:7px;border:none;background:transparent;color:#5d6878;display:grid;place-items:center;text-decoration:none;position:relative;cursor:pointer}.top-icon-btn:hover{background:#f3f6f9}.top-icon-btn svg{font-size:1.18rem}.top-icon-dot{position:absolute;right:1px;top:1px;min-width:13px;height:13px;border-radius:999px;background:#17ab59;color:#fff;font-size:.56rem;line-height:13px;text-align:center;padding:0 2px;border:1px solid #fff}.notifications-popover{position:absolute;top:calc(100% + .45rem);right:0;width:340px;background:radial-gradient(circle at 86% 9%,rgba(149,194,242,.18),transparent 42%),linear-gradient(180deg,#fff,#f7fbff);border:1px solid #dce7f2;border-radius:14px;box-shadow:0 24px 36px -26px #243247a6,inset 0 1px #ffffffd9;padding:.7rem;z-index:20}.notifications-popover-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem}.notifications-popover-title small{display:block;margin-top:.16rem;color:#7f90a5;font-size:.66rem}.notifications-popover-head strong{color:#2d3948;font-size:.84rem}.notifications-popover-head a{color:#6f92ba;text-decoration:none;font-size:.73rem;font-weight:600}.notifications-popover-kpis{margin-top:.56rem;display:flex;gap:.35rem;flex-wrap:wrap}.notifications-popover-kpis span{display:inline-flex;align-items:center;gap:.22rem;font-size:.64rem;font-weight:700;color:#5f7085;background:#fff;border:1px solid #dbe6f2;border-radius:999px;padding:.16rem .46rem}.notifications-popover-list{margin-top:.62rem;display:grid;gap:.38rem}.notifications-popover-list article{border:1px solid #e5edf5;border-radius:10px;padding:.54rem .58rem;background:#fcfdff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.notifications-popover-list article.is-unread{border-color:#d9ebdf;background:#f7fdf9}.notifications-popover-list article:hover{transform:translateY(-1px);border-color:#d6e2ef;box-shadow:0 12px 18px -20px #24324799}.notifications-popover-item-row{display:flex;align-items:center;justify-content:space-between;gap:.3rem}.notifications-popover-list b{display:block;color:#2f3a49;font-size:.74rem}.notifications-popover-pill{border:1px solid #d5ebde;background:#eefaf2;color:#25945b;border-radius:999px;font-size:.6rem;font-weight:700;padding:.12rem .38rem;white-space:nowrap}.notifications-popover-list p{margin:.12rem 0 0;color:#7c8b9d;font-size:.68rem}.notifications-popover-list small{display:block;margin-top:.14rem;color:#8a97a7;font-size:.67rem}.notifications-popover-footer{margin-top:.56rem;display:grid;gap:.38rem}.notifications-popover-action{width:100%;min-height:30px;border-radius:8px;border:1px solid #dce4ed;background:linear-gradient(180deg,#fff,#f7fafd);color:#4f637b;font-size:.7rem;font-weight:700;cursor:pointer}.notifications-popover-footer a{color:#5e83af;text-decoration:none;font-size:.68rem;font-weight:700;display:inline-flex;align-items:center;gap:.25rem}.cart-popover{position:absolute;top:calc(100% + .45rem);right:0;width:min(360px,100vw - 1.5rem);max-height:min(70vh,420px);display:flex;flex-direction:column;background:#fff;border:1px solid #dfe8f2;border-radius:12px;box-shadow:0 20px 28px -24px #2432478c;padding:.64rem;z-index:20;box-sizing:border-box}.cart-popover-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.cart-popover-head strong{color:#2e3a4a;font-size:.82rem}.cart-popover-head small{color:#8391a3;font-size:.68rem}.cart-popover-list{margin-top:.5rem;display:grid;gap:.34rem;overflow-y:auto;min-height:0;flex:1;-webkit-overflow-scrolling:touch;padding-right:.1rem}.cart-popover-empty{margin:.35rem 0 .2rem;font-size:.74rem;color:#7f8d9e;line-height:1.35}.cart-popover-more{margin:.15rem 0 0;font-size:.68rem;font-weight:600;color:#5e7389;text-align:center}.cart-popover-list article .cart-popover-line-meta{display:block;margin-top:.08rem;font-size:.64rem;color:#8b98a8}.cart-popover-list article{border:1px solid #e7edf4;border-radius:9px;padding:.44rem .5rem;background:#fcfdff}.cart-popover-list b{display:block;font-size:.72rem;color:#2f3a49;line-height:1.25}.cart-popover-list span{display:block;margin-top:.1rem;font-size:.67rem;color:#7f8d9e}.cart-popover-footer{margin-top:.55rem;padding-top:.5rem;border-top:1px solid #e7edf4;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cart-popover-footer>span{font-size:.72rem;font-weight:700;color:#2b3746}.cart-popover-footer a{color:#4f7dad;text-decoration:none;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;gap:.2rem}.profile-select{margin-left:.3rem;border:none;background:transparent;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.36rem;text-align:left;color:#3e4b5d;min-height:34px}.profile-main{grid-column:2;font-size:.73rem;font-weight:600;line-height:1.1;color:#2f3a49}.profile-select>svg{grid-column:3;color:#7e8898;font-size:.78rem}.profile-icon{grid-column:1;width:28px;height:28px;border-radius:50%;border:0;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;display:grid;place-items:center;font-size:.9rem;line-height:1;box-shadow:0 10px 18px -14px #189e52e6}.profile-icon svg{color:#fff;font-size:.95rem;stroke-width:2.2}.profile-initials{font-size:.62rem;font-weight:800;letter-spacing:-.03em;color:#fff}.profile-popover{position:absolute;top:calc(100% + .42rem);right:0;min-width:178px;background:#fff;border:1px solid #dfe8f2;border-radius:11px;box-shadow:0 18px 28px -24px #24324799;padding:.34rem;z-index:30;display:grid;gap:.1rem}.profile-popover a,.profile-popover button{border:0;background:transparent;width:100%;text-align:left;border-radius:8px;min-height:32px;padding:0 .62rem;color:#445468;font-size:.76rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer}.profile-popover a svg,.profile-popover button svg{color:#74859a;font-size:.9rem;flex-shrink:0}.profile-popover a:hover,.profile-popover button:hover{background:#f3f7fb}.profile-popover-separator{height:1px;background:#e7edf4;margin:.18rem .26rem}.support-widget{position:fixed;right:18px;bottom:18px;z-index:260;display:grid;justify-items:end;gap:.6rem}.support-fab{width:50px;height:50px;border:0;border-radius:50%;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 20px 28px -20px #159f54f2}.support-fab svg{font-size:1.3rem}.support-chat{width:min(92vw,320px);border:1px solid #dce7f2;border-radius:14px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 24px 36px -26px #243247a6;overflow:hidden}.support-chat-head{min-height:40px;padding:0 .7rem;border-bottom:1px solid #e6eef6;display:flex;align-items:center;justify-content:space-between}.support-chat-head strong{color:#2d3948;font-size:.82rem}.support-chat-head button{border:0;background:transparent;color:#7f8ea1;font-size:1rem;cursor:pointer}.support-chat-body{display:grid;gap:.34rem;padding:.65rem;max-height:220px;overflow-y:auto}.support-chat-body p{margin:0;width:fit-content;max-width:92%;border-radius:9px;padding:.42rem .52rem;font-size:.73rem;line-height:1.32}.support-chat-body .is-support{background:#eef3f8;color:#3f4f62}.support-chat-body .is-user{justify-self:end;background:#e8f8ef;color:#216f46}.support-chat-form{border-top:1px solid #e6eef6;padding:.56rem;display:grid;grid-template-columns:1fr auto;gap:.42rem}.support-chat-form input{min-height:34px;border:1px solid #d8e0e8;border-radius:9px;padding:0 .62rem;font-size:.78rem}.support-chat-form input:focus{outline:none;border-color:#b6cadf}.support-chat-form button{min-height:34px;border:0;border-radius:9px;padding:0 .7rem;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.72rem;font-weight:700;cursor:pointer}.support-chat-form button:disabled{opacity:.55;cursor:default}.dashboard-header--search{z-index:121}.dashboard-header--search .header-search-column{padding-left:0;padding-right:0}.dashboard-header--search .header-article-search{margin-left:0;margin-right:0}.header-inner--search{grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:.6rem 1rem;min-height:58px}.header-search-lead{display:flex;align-items:center;gap:.65rem;min-width:0}.header-compact-brand{display:inline-flex;align-items:baseline;flex-shrink:0;text-decoration:none;font-weight:700;font-size:1.72rem;line-height:1.08;letter-spacing:-.016em}.header-compact-brand .brand-zap{color:#1f2835}.header-compact-brand .brand-nova{color:#23b261}.header-search-nav-menu{position:relative;flex-shrink:0}.header-burger-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:#7d92a8;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.header-burger-btn:hover{border-color:#e3e9ef;background:#ffffffb8;color:#15995f;box-shadow:0 1px 3px #18263a0f}.header-burger-btn--open{border-color:#d5ebe0;background:#15995f14;color:#15995f}.header-burger-btn__glyph{display:block;opacity:.92}.header-burger-btn:hover .header-burger-btn__glyph,.header-burger-btn--open .header-burger-btn__glyph{opacity:1}.header-search-nav-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:149;pointer-events:none}.header-search-nav-layer--open{pointer-events:auto}.header-search-nav-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border:0;padding:0;margin:0;background:#16243461;opacity:0;cursor:pointer;transition:opacity .32s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.header-search-nav-layer--open .header-search-nav-backdrop{opacity:1}.header-search-nav-drawer{position:absolute;top:0;left:0;bottom:0;z-index:1;width:min(90vw,300px);display:flex;flex-direction:column;padding:0;background:#f4f6fa;border-right:1px solid #e1e6ef;border-radius:0 16px 16px 0;box-shadow:10px 0 32px #0f172a1a;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(-100%);transition:transform .38s cubic-bezier(.22,1,.36,1);will-change:transform}.header-search-nav-drawer:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#d1d9e6;border-radius:0 2px 2px 0;pointer-events:none}.header-search-nav-layer--open .header-search-nav-drawer{transform:translate(0)}@media (prefers-reduced-motion: reduce){.header-search-nav-backdrop{transition-duration:.01ms;backdrop-filter:none;-webkit-backdrop-filter:none}.header-search-nav-drawer{transition-duration:.01ms}.header-search-nav-drawer__section{animation:none!important}}.header-search-nav-drawer__close{position:absolute;top:.55rem;right:.55rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;margin:0;padding:0;border:1px solid rgba(210,222,234,.9);border-radius:10px;background:#ffffffd1;color:#5c6d82;cursor:pointer;box-shadow:0 2px 8px #18263a0f;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.header-search-nav-drawer__close:hover{background:#fff;color:#3d4d63;border-color:#cdd6e4;transform:scale(1.04)}.header-search-nav-drawer__close svg{font-size:1.05rem}.header-search-nav-drawer__hero{position:relative;padding:1.35rem 3.2rem 1rem 1.15rem;background:#eef1f6;border-bottom:1px solid #e1e6ef}.header-search-nav-drawer__brand{display:flex;align-items:baseline;gap:.12rem;font-weight:800;font-size:1.35rem;line-height:1.1;letter-spacing:-.02em}.header-search-nav-drawer__brand-zap{color:#243042}.header-search-nav-drawer__brand-nova{color:#15995f}.header-search-nav-drawer__tagline{margin:.35rem 0 0;font-size:.8rem;font-weight:500;color:#6b7c90;letter-spacing:.01em}.header-search-nav-drawer__body{flex:1;padding:.65rem .75rem 1.1rem 1.05rem;display:flex;flex-direction:column;gap:.15rem}.header-search-nav-drawer__section{display:flex;flex-direction:column;gap:.28rem;margin-bottom:.35rem;animation:headerDrawerSectionIn .48s cubic-bezier(.22,1,.36,1) backwards}.header-search-nav-drawer__section:nth-child(1){animation-delay:.04s}.header-search-nav-drawer__section:nth-child(2){animation-delay:.1s}.header-search-nav-drawer__section:nth-child(3){animation-delay:.16s}@keyframes headerDrawerSectionIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.header-search-nav-drawer__section-label{margin:.5rem 0 .12rem;padding:0 .15rem;font-size:.65rem;font-weight:700;color:#8b96a8;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.header-search-nav-drawer__section:first-child .header-search-nav-drawer__section-label{margin-top:0}.header-search-nav-drawer__link{display:flex;align-items:center;gap:.55rem;padding:.48rem .5rem .48rem .42rem;border-radius:10px;font-size:.86rem;font-weight:600;color:#3a4758;text-decoration:none;border:1px solid transparent;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.header-search-nav-drawer__link:hover{background:#fff;border-color:#dce2eb;color:#243042;box-shadow:0 2px 10px #0f172a0f;transform:translate(2px)}.header-search-nav-drawer__link-text{flex:1;min-width:0}.header-search-nav-drawer__ico{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:9px;font-size:1rem;color:#5c6b7d;background:#fff;border:1px solid #e1e6ef;transition:background .2s ease,color .2s ease,border-color .2s ease}.header-search-nav-drawer__link.is-active{color:#1a3d2e;background:#fff;border-color:#c5ddcf;box-shadow:0 1px #ffffffe6 inset}.header-search-nav-drawer__link.is-active .header-search-nav-drawer__ico{color:#15995f;background:#ecf6f0;border-color:#b8d9c8}@media (max-width: 980px){.header-inner:not(.header-inner--search){grid-template-columns:1fr;align-items:stretch;padding-top:.5rem;padding-bottom:.5rem}.header-inner--search{grid-template-columns:1fr;align-items:stretch;gap:.45rem;padding-top:.45rem;padding-bottom:.45rem;min-height:0}.dashboard-header--search .header-search-column{justify-content:center;padding-left:0}.dashboard-header--search .header-article-search{margin-left:auto;margin-right:auto;width:100%;max-width:min(920px,100%)}.header-search-lead{flex-wrap:wrap;gap:.35rem}.header-article-search{width:100%}.header-right{justify-content:flex-end}}.app-with-sidebar{display:grid;grid-template-columns:220px 1fr;min-height:100vh;background:#f5f7f9;transition:grid-template-columns .24s ease}.main-with-sidebar{min-width:0;display:flex;flex-direction:column}.sidepanel{position:sticky;top:0;height:100vh;overflow-y:auto;border-right:1px solid #e5eaef;background:#fbfcfd;padding:.9rem .7rem;display:flex;flex-direction:column;gap:.8rem}.sidepanel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem}.sidepanel-brand{font-size:2.1rem;font-weight:700;line-height:1;padding:.18rem .25rem .45rem}.brand-zap{color:#1f2835}.brand-nova{color:#23b261}.sidepanel-new-search{border:0;border-radius:12px;background:#1bad5b;color:#fff;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.84rem;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff59}.sidepanel-new-search span,.sidepanel-link>span{white-space:nowrap}.sidepanel-nav{display:grid;gap:.14rem}.sidepanel-link{display:inline-flex;align-items:center;gap:.55rem;color:#667284;text-decoration:none;border-radius:10px;padding:.52rem .58rem;font-size:.82rem;font-weight:500}.sidepanel-link svg{font-size:.98rem;color:#9aa4b3}.sidepanel-link:hover{background:#f0f4f8}.sidepanel-link.is-active{color:#199b54;background:#edf8f2;font-weight:600;box-shadow:inset 0 0 0 1px #e3f2ea}.sidepanel-link.is-active svg{color:#199b54}.sidepanel-pill{margin-left:auto;background:#1cb45e;color:#fff;border-radius:999px;min-width:17px;height:17px;padding:0 4px;font-size:.64rem;text-align:center;line-height:17px}@media (max-width: 1100px){.app-with-sidebar{grid-template-columns:1fr}.sidepanel{display:none}}.dashboard{display:flex;flex-direction:column;min-height:100vh;background:#0f1115;color:#e8eaef}.dashboard-shell{padding:1rem 1.25rem 2rem;flex:1;overflow-y:auto}.reference-layout{width:min(100%,900px);margin:0 auto;display:grid;gap:1rem}.search-results-panel{background:#1a202b;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.9rem 1rem}.search-results-head{display:flex;justify-content:space-between;align-items:baseline;gap:.8rem}.search-results-head h3{margin:0;font-size:.95rem;color:#f2f4f8}.search-results-head span{font-size:.78rem;color:#9fb2cf}.search-results-meta,.search-results-error{margin:.65rem 0 0;font-size:.82rem}.search-results-meta{color:#c4d0e3}.search-results-error{color:#ff9da3}.search-results-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.search-result-item{border:1px solid rgba(255,255,255,.1);background:#202838;border-radius:10px;padding:.7rem .75rem}.search-result-top{display:flex;justify-content:space-between;gap:.6rem}.search-result-top strong{color:#f2f4f8;font-size:.84rem}.search-result-top span{color:#9fb2cf;font-size:.78rem}.search-result-item p{margin:.45rem 0 .65rem;color:#c4d0e3;font-size:.82rem;line-height:1.35}.search-result-bottom{display:flex;justify-content:space-between;gap:.6rem;color:#a9bddc;font-size:.78rem}.search-vin-card{margin-top:.75rem;border:1px solid rgba(79,140,255,.32);background:#4f8cff14;border-radius:10px;padding:.75rem}.search-vin-card h4{margin:0 0 .55rem;font-size:.88rem;color:#dbe8ff}.search-vin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.45rem .75rem}.search-vin-grid span{display:block;font-size:.7rem;color:#a9bddc}.search-vin-grid strong{display:block;margin-top:.15rem;font-size:.82rem;color:#f2f4f8}.dashboard{background:transparent;color:var(--color-text-primary)}.search-results-panel,.panel,.onboarding-panel,.story-strip{background:var(--color-surface);border-color:var(--color-border);box-shadow:var(--shadow-soft)}.search-results-head h3,.panel h3,.onboarding-head h3{color:var(--color-text-primary)}.search-results-head span,.search-results-meta,.onboarding-head p,.reward-label{color:var(--color-text-secondary)}.search-results-error{color:#dc2626}.search-result-item{background:var(--color-surface-soft);border-color:#f9731633}.search-result-top strong,.search-vin-grid strong{color:var(--color-text-primary)}.search-result-top span,.search-result-bottom,.search-vin-grid span{color:var(--color-text-secondary)}.search-vin-card{background:#fff4e8;border-color:#f9731659}.search-vin-card h4{color:#9a4c16}.story-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem;padding:.75rem;background:#1a202b;border:1px solid rgba(255,255,255,.12);border-radius:12px}.story-card{position:relative;overflow:hidden;border-radius:8px;width:100%;aspect-ratio:4/3;max-height:76px;min-height:0;padding:.35rem .4rem;color:#fff;text-align:left;display:grid;align-content:space-between;cursor:pointer;border:1px solid rgba(255,255,255,.12);background:#202838;transition:border-color .15s ease,box-shadow .15s ease}.story-card:hover{border-color:#8fb5ff7a;box-shadow:0 4px 14px #00000040}.story-card:focus-visible{outline:2px solid #4f8cff;outline-offset:2px}.story-card-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.story-card-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#080a0e33,#080a0e8c 55%,#080a0ee0);pointer-events:none}.story-tag{position:relative;z-index:2;font-size:.5625rem;font-weight:600;width:fit-content;padding:.12rem .32rem;border-radius:999px;background:#4f8cffe6;color:#eef4ff;letter-spacing:.02em}.story-card-text{position:relative;z-index:2;display:flex;flex-direction:column;gap:.08rem}.story-card strong{font-size:.625rem;font-weight:600;line-height:1.15}.story-card small{font-size:.5625rem;color:#ebf0fae6;line-height:1.2}.main-panels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.panel{background:#1a202b;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1rem 1.1rem;min-height:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.panel-head--row{min-height:2.5rem}.panel-head--row h3{flex:1;margin:0;min-width:0}.panel-head-extra{color:#8b95a8;font-size:1rem;flex-shrink:0}.panel-feature-icon-wrap{display:grid;place-items:center;width:2.5rem;height:2.5rem;margin-left:auto;flex-shrink:0;border-radius:10px;background:#4f8cff24;border:1px solid rgba(79,140,255,.42);color:#dbe8ff}.panel-feature-icon-wrap .panel-feature-svg{display:block}.panel h3{margin:0;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;color:#f2f4f8}.panel-articles-title{grid-column:1/span 2;grid-row:1;min-height:70px;padding:.85rem 1rem}.panel-articles-stats{grid-column:1/span 2;grid-row:2;min-height:160px;padding:.95rem 1rem}.panel-garage{grid-column:3/span 2;grid-row:1;padding:.85rem 1rem}.panel-cart,.panel-orders{grid-row:2;padding:.85rem 1rem}.panel-cart{grid-column:3}.panel-orders{grid-column:4}.article-metrics{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem}.article-metrics--single{grid-template-columns:1fr;margin-top:0;gap:.8rem}.metric strong{display:block;font-size:1.375rem;font-weight:600;letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums}.metric span{display:block;margin-top:.2rem;color:#b7c7df;font-size:.75rem;font-weight:500;text-transform:none}.panel-articles-stats footer{margin-top:.65rem;padding-top:.55rem;border-top:1px solid rgba(255,255,255,.12);color:#a9bddc;font-size:.75rem}.onboarding-panel{background:#1a202b;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:1.1rem 1.25rem 1.2rem}.onboarding-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem}.onboarding-head-copy h3{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:#f2f4f8;max-width:36rem}.onboarding-head-copy p{margin:.45rem 0 0;color:#c4d0e3;font-size:.8125rem;line-height:1.45;max-width:38rem}.reward{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;flex-shrink:0;text-align:right}.reward-label{font-size:.75rem;color:#9fb2cf}.reward-value{font-size:1.125rem;font-weight:600;color:#e7efff;font-variant-numeric:tabular-nums}.onboarding-progress-block{margin:1.1rem 0 1rem}.onboarding-progress-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.onboarding-progress-label{font-size:.75rem;color:#c4d0e3}.onboarding-progress-pct{font-size:.75rem;color:#9fb2cf;font-variant-numeric:tabular-nums}.onboarding-progress-track{height:6px;border-radius:999px;background:#ffffff24;overflow:hidden}.onboarding-progress-fill{height:100%;border-radius:inherit;background:#4f8cff;transition:width .25s ease}.onboarding-card{border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:1rem 1.05rem;background:#00000026}.onboarding-card h4{margin:0;font-size:.9375rem;font-weight:600;color:#f2f4f8}.onboarding-card p{margin:.5rem 0 .85rem;color:#c4d0e3;font-size:.8125rem;line-height:1.5}.onboarding-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.onboarding-actions .primary{border:0;border-radius:8px;background:#4f8cff;color:#eef4ff;padding:.55rem 1rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s ease}.onboarding-actions .primary:hover{background:#6a9cff}.onboarding-actions .ghost{border:0;background:transparent;color:#a9bddc;font-size:.8125rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.onboarding-actions .ghost:hover{color:#e6eeff}@media (max-width: 840px){.story-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.story-card{max-height:80px;aspect-ratio:4/3}.main-panels{grid-template-columns:repeat(2,minmax(0,1fr))}.search-results-grid,.article-metrics{grid-template-columns:1fr}.panel-articles-title{grid-column:1/-1;grid-row:1}.panel-articles-stats{grid-column:1/-1;grid-row:2}.panel-garage{grid-column:1/-1;grid-row:3}.panel-cart{grid-column:1;grid-row:4}.panel-orders{grid-column:2;grid-row:4}.onboarding-head{flex-direction:column;align-items:stretch}.reward{align-items:flex-start;text-align:left}}.ui-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.ui-checkbox input{position:absolute;opacity:0;pointer-events:none}.ui-checkbox__box{width:18px;height:18px;border-radius:6px;border:1px solid #c9d7e5;background:#fff;box-shadow:0 1px 2px #1721300d;transition:all .18s ease;position:relative}.ui-checkbox__box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:9px;height:9px;transform:scale(0);transition:transform .16s ease;clip-path:polygon(14% 44%,0 60%,41% 100%,100% 24%,84% 10%,41% 70%);background:#fff}.ui-checkbox__label{font-size:.84rem;color:#5f7085}.ui-checkbox:hover .ui-checkbox__box{border-color:#95c7ad;box-shadow:0 0 0 3px #189e521f}.ui-checkbox input:checked+.ui-checkbox__box{border-color:#169c53;background:linear-gradient(180deg,#1ab15f,#159f54)}.ui-checkbox input:checked+.ui-checkbox__box:after{transform:scale(1)}.ui-checkbox input:focus-visible+.ui-checkbox__box{outline:none;box-shadow:0 0 0 3px #189e522e}.ui-checkbox input:disabled+.ui-checkbox__box{opacity:.6}.dashboard-shell.cart-page{width:100%;max-width:none;margin:0;padding:.5rem .5rem 1rem;background:#f3f5f9}.cart-page{width:100%}.cart-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:.9rem;z-index:50;background:#f3f5f9b8;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.cart-loading__card{min-width:220px;border:1px solid #d7e0ea;border-radius:16px;background:linear-gradient(180deg,#fff,#f3f7fc);box-shadow:0 20px 40px -32px #20324973;padding:1rem 1.1rem;display:grid;justify-items:center;gap:.8rem}.cart-loading p{margin:0;color:#64778e;font-size:.86rem;font-weight:600;letter-spacing:.01em}.cart-loading__spinner{width:64px;height:64px;border-radius:50%;border:4px solid #dbe4ef;border-top-color:#1f344b;border-right-color:#324f6d;animation:cart-spin .95s linear infinite;position:relative}.cart-loading__spinner:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:3px solid transparent;border-top-color:#90a6bf;animation:cart-spin-reverse 1.2s linear infinite}@keyframes cart-spin{to{transform:rotate(360deg)}}@keyframes cart-spin-reverse{to{transform:rotate(-360deg)}}.cart-page-head{margin-bottom:1rem;display:grid;gap:.75rem}.cart-page-head-top{display:grid;gap:.18rem;flex:1;min-width:0}.cart-page-title{margin:0;font-size:1.35rem;font-weight:800;color:#1f2d3d;letter-spacing:-.02em}.cart-page-subtitle{margin:.35rem 0 0;font-size:.88rem;color:#6b7c91}.cart-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;width:100%}.cart-summary-card{border:1px solid #dde7f2;border-radius:14px;background:#fff;padding:.65rem .75rem;display:grid;gap:.2rem;box-shadow:0 12px 26px -24px #2b45647a}.cart-summary-card small{font-size:.72rem;color:#73859a}.cart-summary-card strong{font-size:1rem;color:#1f3043}.cart-clients{display:grid;width:100%;gap:.85rem}.cart-client-card{width:100%;max-width:none;border:1px solid #d9e0ea;border-radius:14px;background:#fff;padding:.75rem;box-shadow:0 8px 20px -18px #24304259;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.cart-client-card:hover{border-color:#c6d1df;box-shadow:0 14px 26px -20px #24304266;transform:translateY(-1px)}.cart-client-head{margin-bottom:.65rem;padding:.55rem .65rem;border-radius:10px;border:1px solid #c4e4d0;background:linear-gradient(180deg,#f0fdf4,#e6f7ed);display:flex;flex-wrap:nowrap;align-items:center;gap:.55rem;min-width:0}.cart-client-avatar{width:36px;height:36px;border-radius:50%;border:1px solid #b8dcc8;background:#d8f1e5;color:#287a4f;font-size:.95rem;display:grid;place-items:center;flex-shrink:0}.cart-client-summary-row{display:flex;flex-wrap:nowrap;align-items:center;gap:.4rem .55rem;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:thin;scrollbar-color:#b8d4c4 transparent}.cart-client-summary-row::-webkit-scrollbar{height:4px}.cart-client-summary-row::-webkit-scrollbar-thumb{background:#b8d4c4;border-radius:4px}.cart-client-summary-name{margin:0;font-size:.92rem;color:#1e3d2f;font-weight:700;line-height:1.2;flex-shrink:0;white-space:nowrap;padding-right:.15rem}.cart-client-summary-item{display:inline-flex;align-items:center;gap:.22rem;flex-shrink:0;white-space:nowrap;border:1px solid #c5e0d2;border-radius:999px;background:#ffffffeb;padding:.12rem .42rem;font-size:.7rem;color:#4a6b58}.cart-client-summary-item strong{color:#1a3328;font-weight:600}.cart-client-summary-item svg{width:12px;height:12px;opacity:.85;flex-shrink:0}.cart-page .ghost{min-height:38px;border-radius:10px;border:1px solid #d6e0ea;background:#fff;color:#5f7085;padding:0 .95rem;font-size:.8rem;font-weight:600;transition:all .2s ease}.cart-page .ghost:hover:not(:disabled){border-color:#bfd0e1;background:#f8fbff}.cart-empty{margin:.85rem 0;padding:1rem 1.05rem;border-radius:12px;border:1px solid #e5ebf3;background:#f6f8fc;color:#6e7e92;font-size:.88rem}.cart-empty--inline{margin:.5rem 0 0}.cart-banner{margin:0 0 .9rem;padding:.8rem .95rem;border-radius:12px;font-size:.84rem;border:1px solid transparent}.cart-banner--error{background:#fff5f6;border-color:#f3d2d7;color:#bf5361}.cart-banner--ok{background:#f2f6fb;border-color:#d8e3f1;color:#3a5572}.cart-baskets{display:grid;width:100%;grid-template-columns:minmax(0,1fr);gap:.8rem}.cart-basket-card{width:100%;background:#fff;border:1px solid #dce4ee;border-radius:14px;padding:.9rem 1rem 1rem;box-shadow:0 8px 22px -18px #23324859;position:relative;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.cart-basket-card:hover{border-color:#c8d6e6;box-shadow:0 14px 24px -18px #23324866}.cart-basket-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.9rem;margin-bottom:.55rem;padding-bottom:.45rem;border-bottom:1px dashed #dfe7f0}.cart-vendor-title{margin:0;font-size:1.06rem;color:#2b3746}.cart-vendor-meta{margin:.36rem 0 0;font-size:.82rem;color:#78879b;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .65rem}.cart-badge{border-radius:999px;border:1px solid #d9e0ea;background:#f5f7fb;color:#5e7087;font-size:.68rem;font-weight:700;padding:.16rem .5rem}.cart-danger{color:#cf6772!important}.cart-table-wrap{overflow-x:auto;border:1px solid #e1e7ef;border-radius:10px;background:#fbfcff}.cart-table{width:100%;min-width:760px;border-collapse:collapse;font-size:.84rem}.cart-table th,.cart-table td{text-align:left;padding:.62rem .56rem;border-bottom:1px solid #e8edf3}.cart-table th{color:#728297;font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#eef3f8}.cart-table tbody tr:hover td{background:#edf3f9}.cart-table tbody tr:last-child td{border-bottom:0}.cart-table-check{vertical-align:middle}.cart-col-check{width:4.5rem}.cart-qty{display:inline-flex;align-items:center;gap:.24rem}.cart-qty-btn{min-width:30px;height:30px;border-radius:8px;border:1px solid #cfd9e5;background:#fff;padding:0;display:grid;place-items:center}.cart-qty-value{min-width:1.4rem;text-align:center;font-variant-numeric:tabular-nums}.cart-product{display:grid;gap:.12rem}.cart-product strong{font-size:.8rem;color:#213449;font-weight:700}.cart-product small{font-size:.72rem;color:#7a8b9f}.cart-checkout{margin-top:1.1rem;padding-top:1rem;border-top:1px solid #e7edf3}.cart-checkout-head h3{margin:0 0 .3rem;font-size:.96rem;color:#2d3948}.cart-checkout-head p{margin:0 0 .8rem;font-size:.83rem;color:#7f8d9d}.cart-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.85rem 1rem}.cart-form-field{display:grid;gap:.4rem;font-size:.8rem;color:#6e7e92}.cart-form-field input,.cart-form-field select{min-height:40px;border-radius:10px;border:1px solid #d8e0e8;background:#fbfcfd;color:#2f3a48;padding:0 .75rem;font-size:.84rem}.cart-form-field input:focus,.cart-form-field select:focus{outline:none;border-color:#b6cadf;box-shadow:0 0 0 3px #6f92ba24}.cart-form-field abbr{text-decoration:none;color:#d26671}.cart-checkout-actions{margin-top:1rem}.cart-checkout-actions .primary{border:0;border-radius:10px;min-height:38px;padding:0 1.1rem;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.82rem;font-weight:700;box-shadow:0 8px 14px -14px #189e52d9}@media (max-width: 900px){.dashboard-shell.cart-page{padding:.35rem .35rem .9rem}.cart-summary-grid{grid-template-columns:1fr}}.dashboard-shell.clients-page{width:100%;max-width:none;margin:0;padding:0 1.5rem 1.25rem;padding-top:0!important}.clients-page{display:grid;width:100%}.clients-list-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.6rem}.clients-add-btn{border:1px solid #1c9e5f;border-radius:10px;min-height:36px;background:#1c9e5f;color:#fff;padding:0 .85rem;font-size:.78rem;font-weight:700;cursor:pointer;flex-shrink:0}.clients-layout{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}.clients-card{border:1px solid #e2eaf2;border-radius:12px;background:#fff;padding:.85rem}.clients-card--full{width:100%}.clients-card h1,.clients-card h2{margin:0;color:#2b3745}.clients-card p{color:#738498}.clients-form{display:grid;gap:.45rem}.clients-form label{display:grid;gap:.2rem;color:#5d7188;font-size:.74rem}.clients-form input,.clients-edit input{border:1px solid #d6e1ec;border-radius:9px;min-height:34px;padding:0 .55rem;font-size:.78rem}.clients-form button,.clients-item__actions button,.clients-edit__actions button{border:1px solid #d4dfeb;border-radius:9px;min-height:34px;background:#fff;color:#3e556f;padding:0 .7rem;font-size:.75rem;font-weight:700;cursor:pointer}.clients-form button:first-of-type,.clients-edit__actions button:first-of-type{border-color:#1c9e5f;background:#1c9e5f;color:#fff}.clients-list{display:grid;gap:.55rem}.clients-item{border:1px solid #e7edf5;border-radius:10px;background:#fbfdff;padding:.62rem}.clients-item__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.clients-item__actions{display:inline-flex;gap:.35rem}.clients-item p,.clients-item small{margin:.25rem 0 0}.clients-item small{color:#7a8ea6}.clients-item__summary-row{margin-top:.4rem;border:1px solid #c4e4d0;border-radius:10px;background:linear-gradient(180deg,#f0fdf4,#e6f7ed);padding:.4rem .45rem;display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#b8d4c4 transparent}.clients-item__summary-row::-webkit-scrollbar{height:4px}.clients-item__summary-row::-webkit-scrollbar-thumb{background:#b8d4c4;border-radius:4px}.clients-item__chip{display:inline-flex;align-items:center;flex-shrink:0;white-space:nowrap;border:1px solid #c5e0d2;border-radius:999px;background:#ffffffe6;color:#3f5f4d;font-size:.71rem;font-weight:600;padding:.14rem .45rem}.clients-edit{margin-top:.5rem;display:grid;gap:.35rem}.clients-edit__actions{display:inline-flex;gap:.35rem}.clients-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#17202e6b;display:grid;place-items:center;padding:.9rem}.clients-modal__card{width:min(520px,100%);border:1px solid #dce5ef;border-radius:12px;background:#fff;box-shadow:0 22px 48px -30px #18263a99;padding:.85rem}.clients-modal__head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.65rem}.clients-modal__head h3{margin:0;font-size:1rem;color:#2b3745}.clients-modal__head button{border:1px solid #d4dfeb;border-radius:9px;min-height:32px;background:#fff;color:#3e556f;padding:0 .7rem;font-size:.74rem;font-weight:700;cursor:pointer}.clients-modal__actions{display:inline-flex;gap:.35rem}@media (max-width: 980px){.dashboard-shell.clients-page{padding:0 .55rem .95rem;padding-top:0!important}.clients-list-head{flex-direction:column;align-items:flex-start}}.dashboard-shell{padding:.72rem .82rem .86rem;background:#f6f8fa;min-height:calc(100vh - 56px);display:flex}.home-dashboard{display:flex;flex-direction:column;gap:.62rem;width:100%}.home-hero{background:transparent;border:none;border-radius:16px;padding:1rem;display:grid;grid-template-columns:1fr 300px;gap:1rem;align-items:center;box-shadow:none}.home-hero-search{background:transparent;border:0;border-radius:0;padding:.3rem .2rem;max-width:760px;margin:0 0 0 auto;width:100%}.home-hero-search h1{margin:0;text-align:center;font-size:2.2rem;line-height:1.1;color:#1f2732}.home-hero-search>p{margin:.22rem 0 .8rem;text-align:center;color:#6f7d8d;font-size:.82rem}.home-tabs{display:flex;gap:.34rem;padding:.28rem;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8ef;overflow-x:auto}.home-tabs button{border:1px solid transparent;background:transparent;border-radius:999px;text-align:center;padding:.52rem .9rem;font-size:.79rem;color:#6f7c8b;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.home-tabs button.is-active{color:#1c2c3d;border-color:#dce5ef;background:#fff;box-shadow:0 8px 14px -14px #2b425fcc}.home-tabs button:hover{color:#4e6075;background:#ffffffa6}.home-search-row{display:grid;grid-template-columns:1fr auto;gap:.5rem;background:#fff;border:1px solid #d8e2ec;border-radius:14px;padding:.54rem;box-shadow:0 14px 28px -24px #27395099;margin-top:.52rem}.home-search-input-wrap{height:2.45rem;border:1px solid #d8e0e8;border-radius:10px;background:#fbfcfd;display:grid;grid-template-columns:18px 1fr;align-items:center;gap:.52rem;padding:0 .82rem;color:#8ea0b2;transition:border-color .18s ease,box-shadow .18s ease}.home-search-input-wrap:focus-within{border-color:#b6cadf;box-shadow:0 0 0 3px #6f92ba24}.home-search-input-wrap svg{width:16px;height:16px}.home-search-row input{height:2.35rem;border:0;border-radius:0;background:transparent;padding:0;color:#7a8797;font-size:.85rem;width:100%}.home-search-row input:focus{outline:none}.home-search-row button{height:2.45rem;border:0;border-radius:10px;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.9rem;font-weight:700;padding:0 1.6rem;box-shadow:0 8px 16px -14px #189e52cc;transition:transform .16s ease,box-shadow .18s ease,filter .18s ease}.home-search-row button:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 10px 18px -14px #189e52d9}.home-search-row button:disabled{opacity:.65;cursor:default;transform:none;filter:none;box-shadow:0 8px 16px -14px #189e52cc}.home-dashboard-categories{margin-top:.65rem}.home-tags{margin-top:.72rem;display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.home-tags small{color:#97a3b3;font-size:.75rem}.home-tags button{border-radius:999px;background:#eef4fb;color:#5f7c9c;padding:.28rem .7rem;font-size:.72rem;font-weight:600;border:1px solid #e2e9f2;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.home-tags button:hover{background:#f3f8fe;color:#4f7093;border-color:#d7e3f0}.home-hero-art{border-radius:10px;border:0;background:transparent}.home-shortcuts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.62rem}.home-shortcut-card{background:#fff;border:1px solid #e5e9ed;border-radius:12px;padding:.88rem .82rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.7rem;min-height:72px;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.home-shortcut-icon{width:36px;height:36px;border-radius:10px;border:1px solid #e6eaee;display:grid;place-items:center;color:#5f6d7f}.home-shortcut-icon svg{width:18px;height:18px}.home-shortcut-copy strong{display:block;color:#28313e;font-size:.9rem;line-height:1.2}.home-shortcut-copy span{display:block;margin-top:4px;color:#8a96a5;font-size:.78rem}.home-shortcut-arrow{color:#92a0b1;font-size:1.08rem}.home-shortcut-card:hover{transform:translateY(-1px);border-color:#d8eee2;background:linear-gradient(180deg,#fff,#fbfffc);box-shadow:0 10px 20px -18px #20a55973,0 0 0 1px #1faa5b0f}.home-shortcut-card:hover .home-shortcut-icon{border-color:#d7ebdf;background:#f4fbf7;color:#2f8f58}.home-grid{display:grid;grid-template-columns:1.15fr .85fr .95fr;gap:.45rem;margin-top:.35rem}.home-card{background:#fff;border:1px solid #e5e9ed;border-radius:12px;padding:.68rem;box-shadow:0 8px 20px -18px #26344a59}.home-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem}.home-card h3{margin:0;color:#26313f;font-size:.88rem;font-weight:700}.home-inline-link,.home-card-head small{color:#6f92ba;font-size:.64rem;font-weight:600}.home-inline-link{border:none;background:transparent;padding:0;cursor:pointer}.home-list-products,.home-list-cars{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.home-list-products li,.home-list-cars li{display:grid;gap:.45rem;align-items:center;border:1px solid #edf1f5;border-radius:10px;padding:.45rem;background:#fcfdff}.home-list-products li{grid-template-columns:34px 1fr auto}.prod-img,.car-logo{width:30px;height:30px;border-radius:8px;border:1px solid #e5eaef;background:#f1f4f8;color:#728097;display:grid;place-items:center;font-size:.8rem}.prod-img svg,.car-logo svg{width:15px;height:15px}.prod-copy strong,.car-copy strong{display:block;color:#2f3a48;font-size:.72rem}.prod-copy small,.car-copy small{display:block;color:#8a97a7;font-size:.61rem;margin-top:2px}.prod-price{text-align:right;min-width:76px}.prod-price b{display:block;color:#1ba75a;font-size:.74rem}.prod-price small{color:#95a1b0;font-size:.6rem}.home-list-cars li{grid-template-columns:34px 1fr auto}.home-list-cars b{color:#6f92ba;background:#edf3fb;border-radius:999px;padding:.22rem .5rem;font-size:.59rem;min-width:62px;text-align:center}.home-days{display:grid;grid-template-columns:repeat(8,1fr);gap:.34rem;margin:.35rem 0 .58rem}.home-days span{height:26px;border-radius:999px;border:1px solid #e2e8ef;display:grid;place-items:center;color:#8d99a8;font-size:.61rem;background:#f8fafc;font-weight:600}.home-days span.is-ok{background:linear-gradient(180deg,#effbf4,#e7f7ef);color:#1ca75c;border-color:#d5efdf;box-shadow:0 8px 14px -16px #1ca75cd9}.home-activity-bonus{display:inline-flex;align-items:center;border-radius:999px;background:#edf3fb;color:#5f82a9;padding:.2rem .56rem;font-size:.62rem;font-weight:700}.home-activity-progress{border:1px solid #e8edf3;border-radius:10px;padding:.5rem .56rem;background:#fbfdff}.home-activity{margin:0;color:#5c86b1;font-size:.67rem;font-weight:700}.home-activity-bar{margin-top:.44rem;height:6px;border-radius:999px;background:#eaf0f6;overflow:hidden}.home-activity-bar span{display:block;width:72%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1ab15f,#23c16a)}.home-webinar{margin-top:.62rem;border:1px solid #e2ebf3;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#f3f8fd);padding:.7rem}.home-webinar small{display:block;color:#7c8da2;font-size:.63rem;font-weight:700}.home-webinar strong{display:block;margin-top:.3rem;color:#253140;font-size:.74rem;line-height:1.35}.home-webinar button{border-radius:8px;height:1.9rem;font-size:.67rem;font-weight:700;padding:0 .9rem;cursor:pointer}.home-webinar-actions{margin-top:.58rem;display:flex;align-items:center;justify-content:space-between;gap:.42rem}.home-webinar-actions button:first-child{border:0;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;box-shadow:0 8px 14px -14px #189e52d9}.home-webinar-actions .home-link-all{margin-top:0;border:1px solid #d6e0ea;border-radius:8px;background:#fff;color:#607f9f;padding:0 .76rem}.home-link-all{display:inline-block;margin-top:.5rem;color:#6f92ba;font-size:.66rem;font-weight:600;border:none;background:transparent;padding:0;cursor:pointer}.home-benefits{background:#fff;border:1px solid #e5e9ed;border-radius:12px;padding:.78rem .86rem;display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:auto}.home-benefits article{display:flex;align-items:center;gap:.72rem;min-height:48px}.home-benefits svg{width:34px;height:34px;border-radius:50%;padding:8px;background:#ecf8f1;color:#1ca75c}.home-benefits strong{display:block;color:#2d3847;font-size:.81rem;line-height:1.2}.home-benefits span{display:block;color:#8793a3;font-size:.72rem;margin-top:3px}.notifications-page{width:100%;display:flex;flex-direction:column;gap:.9rem}.notifications-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:16px;border:1px solid #d7e7f8;background:radial-gradient(circle at 82% 14%,rgba(143,190,242,.28),transparent 45%),linear-gradient(140deg,#f7fcff,#eef7ff 48%,#f1fbf5)}.notifications-hero-main{display:flex;align-items:flex-start;gap:.78rem}.notifications-hero-icon{width:40px;height:40px;border-radius:12px;border:1px solid #cfdef0;background:#fff;color:#4f79a5;display:grid;place-items:center}.notifications-hero-kicker{margin:0;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700;color:#5d8ab9}.notifications-hero h1{margin:.1rem 0 0;color:#26313f;font-size:1.25rem}.notifications-hero small{margin-top:.2rem;display:block;color:#708399;font-size:.79rem;max-width:540px}.notifications-hero-metrics{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.notifications-hero-metrics span{border-radius:999px;border:1px solid #d6e7f7;background:#ffffffeb;color:#4f6e91;padding:.24rem .6rem;display:inline-flex;align-items:center;gap:.28rem;font-size:.7rem;font-weight:700}.notifications-card{width:100%;flex:1;min-height:calc(100vh - 84px);background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e5e9ed;border-radius:16px;padding:1rem 1.1rem 1.15rem;box-shadow:0 18px 34px -34px #32465f59}.notifications-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.8rem;padding:.84rem .9rem;border-radius:12px;background:radial-gradient(circle at 85% 14%,rgba(116,170,235,.16),transparent 42%),linear-gradient(180deg,#f7faff,#f2f7fd);border:1px solid #deebf9}.notifications-head-title{display:flex;align-items:center;gap:.58rem}.notifications-head-icon{width:32px;height:32px;border-radius:10px;border:1px solid #d5e3f4;background:#fff;color:#4f7ead;display:grid;place-items:center}.notifications-head-title small{color:#7f8d9d;font-size:.74rem}.notifications-head h1{margin:0;font-size:1rem;color:#26313f}.notifications-head h2{margin:0;font-size:1.02rem;color:#26313f}.notifications-unread-badge{color:#577da7;font-size:.72rem;font-weight:700;border-radius:999px;background:#fff;border:1px solid #d3e3f4;padding:.25rem .56rem}.notifications-toolbar{margin-bottom:.84rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding:.58rem .62rem;border:1px solid #e8eef5;border-radius:12px;background:#fcfdff}.notifications-filters{display:inline-flex;align-items:center;gap:.28rem}.notifications-filters button{min-height:30px;border-radius:999px;border:1px solid #dbe3ed;background:#fff;color:#66788f;font-size:.71rem;font-weight:700;padding:0 .82rem;cursor:pointer;transition:all .2s ease}.notifications-filters button.is-active{background:#edf9f1;border-color:#d3eddc;color:#1c9556;box-shadow:0 8px 14px -16px #1c9556d9}.notifications-toggle{min-height:30px;border-radius:9px;border:1px solid #dbe3ed;background:#fff;color:#66788f;font-size:.71rem;font-weight:700;padding:0 .72rem;display:inline-flex;align-items:center;gap:.32rem;cursor:pointer;transition:all .2s ease}.notifications-toggle.is-active{border-color:#d3eddc;background:#edf9f1;color:#1c9556}.notifications-list{display:grid;gap:.72rem}.notification-item{border:1px solid #e4ebf3;background:#fcfdff;border-radius:12px;padding:.82rem .88rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem;transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease}.notification-item.is-unread{border-color:#cfe7db;background:linear-gradient(180deg,#f7fdf9,#f2fbf5)}.notification-item:hover{transform:translateY(-1px);border-color:#d8e3ef;box-shadow:0 12px 20px -22px #26344a8c}.notification-item-main{flex:1}.notification-item-row{display:flex;align-items:center;flex-wrap:wrap;gap:.36rem}.notification-category,.notification-priority{border-radius:999px;font-size:.62rem;font-weight:700;padding:.13rem .48rem;border:1px solid #dbe6f1;background:#f6f9fd;color:#69809c}.notification-category.is-orders{border-color:#cde1f7;background:#eff6ff;color:#4f78ab}.notification-category.is-system{border-color:#d4eadf;background:#eefaf2;color:#2a9861}.notification-priority.is-high{border-color:#f4d3d3;background:#fff4f4;color:#bf4f4f}.notification-priority.is-medium{border-color:#f2e2c3;background:#fff9ed;color:#a68136}.notification-priority.is-low{border-color:#dce6f1;background:#f7fafd;color:#72839a}.notification-item-side{display:grid;justify-items:end;gap:.3rem}.notification-item h2{margin:.32rem 0 0;font-size:.84rem;color:#2b3746}.notification-item p{margin:.24rem 0 0;font-size:.76rem;color:#738297}.notification-item small{color:#8a97a7;font-size:.7rem;white-space:nowrap}.notification-pill{display:inline-flex;align-items:center;gap:.2rem;border:1px solid #dbe3ed;background:#f4f7fb;color:#6f7d8d;border-radius:999px;padding:.16rem .46rem;font-size:.64rem;font-weight:700}button.notification-pill{cursor:pointer}.notification-pill.is-unread{border-color:#d3eddc;background:#edf9f1;color:#1c9556}@media (max-width: 760px){.notifications-hero{flex-direction:column;align-items:flex-start}.notifications-hero-metrics{justify-content:flex-start}.notifications-toolbar{flex-direction:column;align-items:flex-start}.notification-item{flex-direction:column}.notification-item-side{justify-items:start}}.placeholder-page{width:100%;max-width:none;margin:0;padding:1.25rem 1.35rem 2rem}.placeholder-title{margin:0;color:#223244;font-size:1.45rem;font-weight:700;letter-spacing:-.01em}.search-page{display:grid;gap:.8rem;justify-items:stretch;color:#2f3a49;padding-top:.4rem;max-width:min(100%,85rem)}.search-toolbar-stack{display:flex;flex-direction:column;align-items:flex-start;justify-self:start;max-width:100%;min-width:0;margin-bottom:0}.search-page__body{display:grid;gap:.45rem;align-content:start;min-width:0;width:100%}.search-toolbar-stack .search-tabs{margin:0}.search-toolbar-stack .search-tabs-host{width:max-content;max-width:100%}.search-page__body .search-results-list{justify-self:stretch;width:100%;min-width:0;box-sizing:border-box}.search-page__body .search-stats-tab,.search-page>.search-vin-card,.search-page>.search-page-error{justify-self:stretch;width:100%;box-sizing:border-box}.search-page-error{margin:0;color:#b54747;font-weight:600}.search-vin-card{border:1px solid #e3eaf2;border-radius:12px;background:#fff;padding:.8rem .95rem}.search-vin-card h2{margin:0 0 .4rem;font-size:.9rem}.search-vin-card ul{margin:0;padding-left:1rem;display:grid;gap:.15rem}.search-results-list{display:grid;gap:.38rem}.search-results-group{display:grid;gap:.38rem;width:100%;min-width:0}.search-results-group+.search-results-group{margin-top:.25rem}.search-results-group__title{display:flex;align-items:center;gap:.55rem;color:#41556d;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.search-results-group__title:after{content:"";height:1px;flex:1 1 auto;min-width:0;max-width:24rem;background:#d7e2ee}.search-page-badge{margin-left:.35rem;padding:.12rem .45rem;border-radius:999px;font-size:.65rem;font-weight:600;background:#e8f1fb;color:#3a6ea5}.search-page-status{margin:0;color:#72839a;font-size:.82rem}.app-search-layout{min-height:100vh;display:flex;flex-direction:column;background:#f5f7f9}.search-page-split{flex:1;display:grid;grid-template-columns:minmax(232px,288px) minmax(0,1fr);gap:.65rem;align-items:start;min-height:0;padding:0 .85rem 1rem;box-sizing:border-box}.search-page-split__main{grid-column:2;grid-row:1;min-width:0}.search-page-split__rail{grid-column:1;grid-row:1;position:sticky;top:calc(env(safe-area-inset-top,0px) + 58px + .45rem);z-index:2;align-self:start;max-height:calc(100dvh - env(safe-area-inset-top,0px) - 58px - .65rem);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-bottom:.25rem;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.search-page-split__main.dashboard-shell{overflow-y:visible;padding-top:.65rem}@media (max-width: 960px){.search-page-split{grid-template-columns:1fr;padding-left:.65rem;padding-right:.65rem}.search-page-split__main,.search-page-split__rail{grid-column:1;grid-row:auto}.search-page-split__rail{position:relative;top:auto;max-height:none;overflow:visible}}.search-filters{--sf-border: #dfe7f1;--sf-accent: #1c9e5f;--sf-accent-soft: rgba(28, 158, 95, .14);--sf-text: #263447;--sf-text-muted: #63758a;--sf-label: #526479;--sf-radius-lg: 16px;--sf-radius-md: 10px}.search-filters{border:1px solid var(--sf-border, #dfe7f1);border-radius:var(--sf-radius-lg, 16px);background:linear-gradient(180deg,#fff,#f9fcff);box-shadow:0 8px 24px #192e4a12;padding:.85rem .95rem;display:grid;gap:.7rem}.search-filters__field--sort,.search-filters__field--full-width{grid-column:1/-1}.search-filters__sort-select-wrap{width:100%;position:relative;border-radius:11px;background:linear-gradient(180deg,#fff,#f4f8fb);border:1px solid #c9d8e8;box-shadow:0 1px 2px #182e4a0d,inset 0 1px #ffffffe6;transition:border-color .18s ease,box-shadow .18s ease}.search-filters__sort-select-wrap:hover{border-color:#b4c8dc;box-shadow:0 2px 8px #182e4a0f,inset 0 1px #fffffff2}.search-filters__sort-select-wrap:focus-within{border-color:var(--sf-accent, #1c9e5f);box-shadow:0 0 0 3px var(--sf-accent-soft, rgba(28, 158, 95, .14)),inset 0 1px #fffffff2}.search-filters__sort-select{display:block;width:100%;margin:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:none;background:transparent;border-radius:11px;padding:.52rem 2.35rem .52rem .72rem;font-size:.8rem;font-weight:600;letter-spacing:.01em;color:#243547;line-height:1.25;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231c9e5f' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:14px}.search-filters__sort-select:focus{outline:none}.search-filters__sort-select option{font-weight:500;padding:.5rem;color:#263447;background:#fff}.search-filters__row--price-inline{grid-template-columns:repeat(2,minmax(0,1fr))}.search-filters__row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem}.search-filters__field{display:grid;gap:.28rem;font-size:.7rem;color:#63758a}.search-filters__field span,.search-filters__field--inline span{font-weight:700;color:#526479;letter-spacing:.01em;text-transform:uppercase}.search-filters__field input:not([type=radio]):not([type=checkbox]),.search-filters__field select{border:1px solid #d7e1ed;border-radius:10px;padding:.44rem .56rem;font-size:.78rem;line-height:1.2;background:#fff;color:#263447;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.search-filters__field input:not([type=radio]):not([type=checkbox])::placeholder{color:#9aacbf}.search-filters__field input:not([type=radio]):not([type=checkbox]):hover,.search-filters__field select:hover{border-color:#c7d5e5;background:#fcfdff}.search-filters__field input:not([type=radio]):not([type=checkbox]):focus,.search-filters__field select:focus{outline:none;border-color:var(--sf-accent, #1c9e5f);box-shadow:0 0 0 3px #1c9e5f1f}.search-filters__field--small{min-width:0}.search-filters__field--inline{max-width:100%}.search-filters__delivery-fieldset{margin:0;padding:0;border:none;min-width:0}.search-filters__delivery-list{list-style:none;margin:0;padding:0;border:none;background:transparent}.search-filters__delivery-list li{margin:0;border:none}.search-filters__delivery-row{display:flex;align-items:center;justify-content:flex-start;gap:.45rem;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:.28rem 0;font-size:.76rem;line-height:1.3;color:#263447;cursor:pointer;transition:background-color .15s ease}.search-filters__delivery-row:hover{background:#f6fafc}.search-filters__delivery-row.is-active{background:#ecf8f1}.search-filters__delivery-row-text{flex:1;min-width:0;overflow:visible;color:#263447;font-weight:500;font-size:inherit;line-height:inherit;letter-spacing:normal;text-transform:none}.search-filters__delivery-radio{flex:0 0 auto;width:.78rem;height:.78rem;min-width:.78rem;margin:0;padding:0;cursor:pointer;accent-color:#1c9e5f;box-sizing:border-box;align-self:center}.search-filters__delivery-radio:focus-visible{outline:2px solid rgba(28,158,95,.45);outline-offset:2px}.search-filters__field--brand-block{min-width:0}.search-filters__brand-stack{display:flex;flex-direction:column;gap:.4rem}.search-filters__brand-preview-list{list-style:none;margin:0;padding:0;border:1px solid #d7e1ed;border-radius:10px;overflow:hidden;background:#fff}.search-filters__brand-preview-list li{margin:0;border-bottom:1px solid #e8eef5}.search-filters__brand-preview-list li:last-child{border-bottom:none}.search-filters__brand-list-btn{display:block;width:100%;text-align:left;border:none;margin:0;padding:.44rem .56rem;font-size:.78rem;line-height:1.35;color:#263447;background:#fff;cursor:pointer;transition:background-color .15s ease,color .15s ease}.search-filters__brand-list-btn:hover{background:#f6fafc}.search-filters__brand-list-btn.is-active{background:#ecf8f1;color:#127045;font-weight:600;box-shadow:inset 3px 0 #1c9e5f}.search-filters__brand-extra-selection{margin:0;font-size:.68rem;line-height:1.35;color:#63758a}.search-filters__brand-extra-selection strong{color:#2a3a4d;font-weight:600}.search-filters__brand-toggle{align-self:flex-start;border:none;padding:0;background:none;font-size:.74rem;font-weight:600;color:#1c9e5f;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.search-filters__brand-toggle:hover{color:#15995f}.search-filters__brand-directory{display:flex;flex-direction:column;gap:.55rem;max-height:min(42vh,280px);overflow-y:auto;padding:.35rem .15rem .35rem 0;margin-right:-.15rem}.search-filters__brand-letter-group{display:grid;gap:.28rem}.search-filters__brand-letter-heading{position:sticky;top:0;z-index:1;font-size:.68rem;font-weight:800;letter-spacing:.06em;color:#8a9aad;background:linear-gradient(180deg,#fff 70%,#fff0);padding-bottom:.12rem}.search-filters__brand-letter-items{display:flex;flex-direction:column;gap:.18rem}.search-filters__brand-dir-btn{display:block;width:100%;text-align:left;border:1px solid transparent;border-radius:8px;padding:.34rem .42rem;font-size:.74rem;line-height:1.3;color:#263447;background:#f8fafc;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.search-filters__brand-dir-btn:hover{background:#eef6f1;border-color:#c5e5d4}.search-filters__brand-dir-btn.is-active{background:#ecf8f1;border-color:#9fd4b8;color:#127045;font-weight:600}.search-filters__checks{display:flex;flex-wrap:wrap;gap:.5rem .62rem;font-size:.73rem;color:#4d5f73}.search-filters__check{display:inline-grid;grid-template-columns:auto 1fr;align-items:center;gap:.38rem;cursor:pointer;border:1px solid #d9e4ef;border-radius:999px;padding:.28rem .58rem;background:#fff;transition:border-color .18s ease,background-color .18s ease}.search-filters__check:hover{border-color:#c5d4e4;background:#f8fbff}.search-filters__check input{accent-color:#1c9e5f;width:14px;height:14px;margin:0}.search-filters__actions{display:flex;justify-content:flex-end;gap:.55rem;padding-top:.15rem}.search-filters__submit,.search-filters__reset{border-radius:10px;padding:.45rem .92rem;font-size:.78rem;font-weight:700;cursor:pointer;transition:transform .14s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.search-filters__submit{border:1px solid #1c9e5f;background:#1c9e5f;color:#fff;box-shadow:0 6px 14px #1c9e5f3d}.search-filters__submit:hover{background:#17844f;border-color:#17844f;transform:translateY(-1px)}.search-filters__reset{border:1px solid #d2deea;background:#fff;color:#5a6d83}.search-filters__reset:hover{border-color:#c2d1e1;background:#f8fbff;transform:translateY(-1px)}@media (max-width: 760px){.search-filters{padding:.75rem;border-radius:13px}.search-filters__row{grid-template-columns:1fr 1fr}.search-filters__field--inline{max-width:100%}.search-filters__actions{justify-content:stretch}.search-filters__submit,.search-filters__reset{width:100%}}@media (max-width: 1120px){.search-filters__row{grid-template-columns:repeat(3,minmax(0,1fr))}}.search-filters--rail{--rail-control-h: 2.25rem;--rail-label-line: 1.15rem;padding:.62rem .62rem .68rem;gap:.52rem;border-radius:12px;border:1px solid #e4eaf2;background:#fff;box-shadow:none}.search-filters--rail .search-filters__field--sort>span{font-size:.64rem}.search-filters--rail .search-filters__sort-select-wrap{border-radius:10px}.search-filters--rail .search-filters__sort-select{min-height:var(--rail-control-h);height:var(--rail-control-h);padding:0 2.15rem 0 .55rem;font-size:.74rem;border-radius:10px;background-position:right .5rem center;background-size:12px}.search-filters--rail .search-filters__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .5rem;align-items:start}.search-filters--rail .search-filters__delivery-row{padding:.24rem 0;font-size:.72rem;gap:.36rem;min-height:0;box-sizing:border-box}.search-filters--rail .search-filters__delivery-radio{width:.72rem;height:.72rem;min-width:.72rem}.search-filters--rail .search-filters__delivery-row-text{color:#2a3a4d}.search-filters--rail .search-filters__field{display:flex;flex-direction:column;gap:.28rem;font-size:.64rem;min-width:0}.search-filters--rail .search-filters__field>span{min-height:var(--rail-label-line);line-height:1.2;display:flex;align-items:flex-end}.search-filters--rail .search-filters__field span,.search-filters--rail .search-filters__field--inline span{font-weight:600;letter-spacing:0;text-transform:none;color:#54657a}.search-filters--rail .search-filters__field:not(.search-filters__field--sort) input:not([type=radio]):not([type=checkbox]),.search-filters--rail .search-filters__field:not(.search-filters__field--sort) select{width:100%;min-height:var(--rail-control-h);height:var(--rail-control-h);padding:0 .5rem;font-size:.74rem;line-height:1.2;border-radius:9px;box-sizing:border-box}.search-filters--rail .search-filters__field:not(.search-filters__field--sort) select{padding-right:1.65rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2354657a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .45rem center;background-size:12px}.search-filters--rail .search-filters__field--brand-block{gap:.32rem}.search-filters--rail .search-filters__brand-stack{gap:.36rem}.search-filters--rail .search-filters__brand-preview-list{border-radius:9px;border-color:#e4eaf2}.search-filters--rail .search-filters__brand-list-btn{padding:.38rem .48rem;font-size:.72rem;min-height:var(--rail-control-h);box-sizing:border-box}.search-filters--rail .search-filters__brand-extra-selection{font-size:.63rem}.search-filters--rail .search-filters__brand-toggle{font-size:.7rem}.search-filters--rail .search-filters__brand-directory{max-height:min(38vh,220px);gap:.45rem}.search-filters--rail .search-filters__brand-letter-heading{font-size:.62rem}.search-filters--rail .search-filters__brand-dir-btn{font-size:.7rem;padding:.3rem .4rem}.search-filters--rail .search-filters__field input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.search-filters--rail .search-filters__field input[type=number]::-webkit-outer-spin-button,.search-filters--rail .search-filters__field input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.search-filters--rail .search-filters__checks{display:grid;grid-template-columns:1fr 1fr;gap:.32rem .4rem;font-size:.66rem;align-items:stretch}.search-filters--rail .search-filters__check{display:flex;align-items:center;min-height:2rem;padding:.25rem .48rem;gap:.32rem;border-radius:9px;box-sizing:border-box}.search-filters--rail .search-filters__check input{width:14px;height:14px;flex-shrink:0}.search-filters--rail .search-filters__actions{justify-content:stretch;flex-wrap:nowrap;gap:0;padding-top:.12rem}.search-filters--rail .search-filters__reset{width:100%;justify-content:center;display:inline-flex;align-items:center;min-height:var(--rail-control-h);padding:0 .55rem;font-size:.72rem;border-radius:9px}.search-filters--rail .search-filters__reset:hover{transform:none}.search-result-item__thumb{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;border:1px solid #e8edf2;background:#f6f8fb}.search-result-item__thumb img{width:100%;height:100%;object-fit:contain}.search-result-item__body{min-width:0;display:grid;gap:.1rem}.search-result-item__body strong{color:#2f3a49;font-size:.78rem}.search-result-item__body p{margin:0;color:#5f6f81;font-size:.74rem}.search-result-item__body small{color:#7f90a4;font-size:.69rem}.search-result-item__qwep{display:inline-flex;align-items:center;gap:.2rem;margin-left:.2rem;color:#6a7f96;font-size:.68rem}.search-result-item__qwep b{color:#2f4761}.search-result-item__qwep-help{width:auto;height:auto;border-radius:0;border:0;background:transparent;color:#5e738d;padding:0;display:inline-grid;place-items:center;cursor:help;position:relative}.search-result-item__qwep-help svg{width:12px;height:12px;stroke-width:2.2}.search-result-item__qwep-help:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);min-width:210px;max-width:300px;padding:.38rem .48rem;border-radius:8px;border:1px solid #d7e2ef;background:#fff;color:#4d627b;font-size:.66rem;line-height:1.35;box-shadow:0 10px 20px -18px #223449cc;opacity:0;pointer-events:none;transition:opacity .14s ease;z-index:5}.search-result-item__qwep-help:hover:after{opacity:1}.search-tabs{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.18rem;box-sizing:border-box;padding:.28rem;margin:0 0 1rem;background:#eceff3;border:1px solid #dfe5ec;border-radius:12px;max-width:100%}.search-tabs__tab{margin:0;flex:0 0 auto;justify-content:center;border:0;background:transparent;border-radius:9px;padding:.52rem .75rem;font-size:.84rem;font-weight:500;color:#5a6b7d;cursor:pointer;display:inline-flex;align-items:center;gap:.4rem;line-height:1.3;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.search-tabs__tab svg{width:1.05rem;height:1.05rem;flex-shrink:0;opacity:.88}.search-tabs__tab:hover:not(.search-tabs__tab--active){color:#2c3d50;background:#ffffff8c}.search-tabs__tab:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #1c9e5f73;border-radius:9px}.search-tabs__tab--active{color:#1b5c3d;font-weight:600;background:#fff;box-shadow:0 1px 3px #0f172a14}.search-tabs__tab--active svg{opacity:1;color:#15995f}.search-tab-empty{margin:0;padding:.75rem .65rem;border:1px dashed #d0dbe7;border-radius:10px;background:#fafcfe;color:#647993;font-size:.78rem;line-height:1.35}.search-stats-tab{border:1px solid #e3eaf2;border-radius:12px;background:#fff;padding:.9rem 1rem;display:grid;gap:1rem}.search-stats-tab__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.55rem}.search-stats-tab__card{border:1px solid #e9eef4;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);padding:.55rem .62rem;display:grid;gap:.18rem}.search-stats-tab__card small{font-size:.68rem;color:#7f90a5}.search-stats-tab__card strong{font-size:.95rem;color:#273646}.search-stats-tab__charts{display:grid;grid-template-columns:1.2fr 1fr;gap:.8rem}.search-stats-tab__panel{border:1px solid #e7edf4;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);padding:.78rem;display:grid;gap:.65rem;box-shadow:inset 0 1px #ffffffe6}.search-stats-tab__spark-head{display:grid;gap:.28rem}.search-stats-tab__spark-head>span:first-child{font-size:.76rem;font-weight:700;color:#33485f;display:inline-flex;align-items:center;gap:.36rem}.search-stats-tab__spark-note{font-size:.66rem;color:#8b9aac;line-height:1.35}.search-stats-tab__line{width:100%;height:340px;border-radius:12px;background:radial-gradient(circle at 12% 16%,rgba(28,158,95,.08),transparent 38%),linear-gradient(180deg,#fff,#f7fbff);border:1px solid #e8eef4;padding:.55rem .45rem .35rem}.search-stats-tab__bars{height:340px;border-radius:12px;background:radial-gradient(circle at 88% 10%,rgba(47,127,196,.08),transparent 32%),linear-gradient(180deg,#fff,#f7fbff);border:1px solid #e8eef4;padding:.55rem .45rem .35rem}.search-stats-tab__suppliers{display:grid;gap:.62rem}.search-stats-tab__suppliers article{border:1px solid #e5ebf3;border-radius:12px;background:#fff;padding:.72rem .8rem;display:grid;grid-template-columns:1.7fr auto auto;gap:.7rem;align-items:center;transition:border-color .18s ease,background-color .18s ease}.search-stats-tab__suppliers article:hover{border-color:#d5e8dc;background:#fbfefc}.search-stats-tab__suppliers strong{font-size:.88rem;color:#2c4056;line-height:1.25}.search-stats-tab__suppliers span{font-size:.8rem;color:#667b92;white-space:nowrap}.search-cart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#17202e6b;display:grid;place-items:center;padding:.9rem}.search-cart-modal__card{width:min(420px,100%);border:1px solid #dce5ef;border-radius:12px;background:#fff;box-shadow:0 22px 48px -30px #18263a99;padding:.85rem .95rem .95rem;box-sizing:border-box}.search-cart-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;margin-bottom:.75rem}.search-cart-modal__title{margin:0 0 .2rem;font-size:1rem;color:#2b3745}.search-cart-modal__subtitle{margin:0;font-size:.84rem;color:#5a6b7d;line-height:1.35}.search-cart-modal__close{flex-shrink:0;border:1px solid #d4dfeb;border-radius:9px;min-height:32px;background:#fff;color:#3e556f;padding:0 .7rem;font-size:.74rem;font-weight:700;cursor:pointer}.search-cart-modal__close:disabled{opacity:.55;cursor:not-allowed}.search-cart-modal__field{display:grid;gap:.28rem;margin-bottom:.5rem}.search-cart-modal__field span{font-size:.72rem;font-weight:700;color:#526477;letter-spacing:.01em}.search-cart-modal__field select{font:inherit;font-size:.84rem;padding:.45rem .55rem;border-radius:8px;border:1px solid #d5dfea;background:#fff;color:#2f3a49;width:100%;box-sizing:border-box}.search-cart-modal__hint{margin:0 0 .75rem;font-size:.78rem;color:#667b92;line-height:1.4}.search-cart-modal__link{color:#2f7fc4;font-weight:600;text-decoration:none}.search-cart-modal__link:hover{text-decoration:underline}.search-cart-modal__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem}.search-cart-modal__btn{border-radius:9px;min-height:38px;padding:0 .85rem;font-size:.82rem;font-weight:600;cursor:pointer;border:1px solid transparent}.search-cart-modal__btn:disabled{opacity:.55;cursor:not-allowed}.search-cart-modal__btn--ghost{background:#fff;border-color:#d4dfeb;color:#3e556f}.search-cart-modal__btn--primary{background:#15995f;border-color:#128a54;color:#fff}.search-cart-modal__btn--primary:hover:not(:disabled){background:#138a54}.search-results-table-wrap{width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px}.search-results-data{border-collapse:separate;border-spacing:0;width:100%;min-width:0;table-layout:fixed;background:#fff;border:1px solid #e3eaf2;border-radius:10px;overflow:hidden}.search-results-data thead th:nth-child(1){width:36%}.search-results-data thead th:nth-child(2){width:4.75rem}.search-results-data thead th:nth-child(3){width:12%}.search-results-data thead th:nth-child(4){width:6.75rem}.search-results-data thead th:nth-child(5){width:14%}.search-results-data thead th:nth-child(6){width:5.5rem}.search-results-data thead th:nth-child(7){width:2.85rem}.search-results-data thead th{font-size:.68rem;font-weight:700;color:#6f8095;background:#f9fbfe;text-align:left;padding:.5rem .48rem;border-bottom:1px solid #e3eaf2;vertical-align:middle;white-space:nowrap}.search-results-data thead th+th{border-left:1px solid #e8eef2}.search-results-data tbody td{padding:.52rem .48rem;border-bottom:1px solid #e8eef2;vertical-align:middle;font-size:.74rem;color:#526477;background:#fff}.search-results-data tbody td+td{border-left:1px solid #f0f4f8}.search-results-data tbody tr:last-child td{border-bottom:none}.search-results-data__td--offer{word-wrap:break-word;overflow-wrap:break-word}.search-results-data__td--narrow{white-space:nowrap}.search-results-data__td--cart,.search-results-data__th-cart{width:1%;padding-left:.35rem;padding-right:.35rem;text-align:center;vertical-align:middle}.search-results-data__th-cart.search-result-item__cart--head{color:#6f8095}.search-result-item__rating,.search-result-item__warehouse,.search-result-item__delivery,.search-result-item__stock{font-size:.74rem;color:#526477}.search-result-item__price{display:grid;justify-items:start;gap:.08rem}.search-result-item__price strong{color:#1d2c3f;font-size:.84rem}.search-result-item__price small{color:#1c9e5f;font-size:.66rem}.search-result-item__cart{display:flex;flex-direction:column;gap:.35rem;align-items:center;justify-content:center;width:max-content;max-width:100%;margin:0 auto}.search-result-item__cart--head{flex-direction:row;align-items:center;justify-content:center;color:#6f8095;font-size:1rem}.search-result-item__cart--icon-only{flex-direction:row;align-items:center;justify-content:center}.search-result-item__cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.38rem .45rem;border-radius:8px;border:1px solid #c5e5d5;background:linear-gradient(180deg,#f4fcf8,#e8f6ef);color:#146b43;font-size:.74rem;font-weight:700;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.search-result-item__cart-btn--icon-only{flex-shrink:0;box-sizing:border-box;width:2.35rem;height:2.35rem;min-width:2.35rem;min-height:2.35rem;padding:0}.search-result-item__cart-btn:hover:not(:disabled){background:#dff5ea;border-color:#9fd4bb}.search-result-item__cart-btn:disabled{opacity:.45;cursor:not-allowed}.search-result-item__cart-btn svg{flex-shrink:0}@media (max-width: 980px){.search-stats-tab__charts{grid-template-columns:1fr}.search-stats-tab__line,.search-stats-tab__bars{height:290px}.search-stats-tab__suppliers article{grid-template-columns:1fr}}.settings-page-status{margin:0;padding:1rem 0;font-size:.85rem;color:#6e7e92}.settings-page-status--error{display:grid;gap:.6rem;color:#b54747}.settings-retry-btn{justify-self:start;min-height:34px;padding:0 .85rem;border-radius:9px;border:1px solid #d8e0e8;background:#fff;font-size:.8rem;font-weight:600;color:#425266;cursor:pointer}.settings-field-row{display:flex;gap:.55rem;align-items:flex-end;flex-wrap:wrap}.settings-field-grow{flex:1;min-width:200px;display:grid;gap:.34rem;font-size:.76rem;color:#6e7e92}.settings-section-save{flex-shrink:0;min-height:36px;padding:0 .95rem;border-radius:9px;border:0;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap}.settings-section-save:disabled{opacity:.65;cursor:default}.settings-actions-inline{margin-top:.2rem}.settings-page{width:100%}.dashboard-shell.settings-page{width:100%;max-width:none}.settings-layout{display:grid;width:100%;gap:.72rem}.settings-card{background:#fff;border:1px solid #e5e9ed;border-radius:12px;padding:.9rem .95rem;box-shadow:0 8px 20px -18px #26344a59}.settings-card-head h2{margin:0;font-size:.95rem;color:#26313f}.settings-card-head p{margin:.28rem 0 .72rem;font-size:.78rem;color:#7f8d9d}.settings-grid{display:grid;grid-template-columns:1fr;gap:.62rem}.settings-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid label{display:grid;gap:.34rem;font-size:.76rem;color:#6e7e92}.settings-grid input[type=text],.settings-grid input[type=email],.settings-grid input[type=tel],.settings-grid input[type=password]{min-height:36px;border:1px solid #d8e0e8;border-radius:9px;background:#fbfcfd;color:#2f3a48;padding:0 .62rem;font-size:.82rem}.settings-grid input:focus{outline:none;border-color:#b6cadf;box-shadow:0 0 0 3px #6f92ba24}.settings-switch{display:inline-flex!important;align-items:center;gap:.48rem!important;font-size:.8rem!important;color:#4f6179!important}.settings-switch input[type=checkbox]{width:16px;height:16px;accent-color:#18a85a}.settings-actions{display:flex;align-items:center;gap:.75rem;padding:.1rem .1rem .3rem}.settings-save-btn{border:0;border-radius:9px;min-height:36px;padding:0 1rem;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.8rem;font-weight:700;cursor:pointer;box-shadow:0 8px 14px -14px #189e52d9}.settings-saved{margin:0;font-size:.8rem;color:#1f8f53}@media (max-width: 900px){.settings-grid--two{grid-template-columns:1fr}}.pagination{margin-top:.75rem;display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.pagination__nav,.pagination__page{min-height:30px;border-radius:8px;border:1px solid #d7e0ea;background:#fff;color:#5f7085;font-size:.72rem;font-weight:700;padding:0 .7rem;cursor:pointer}.pagination__page.is-active{border-color:#d3eddc;background:#edf9f1;color:#1f9556}.pagination__nav:disabled,.pagination__page:disabled{opacity:.5;cursor:not-allowed}.pagination__ellipsis{color:#8a97a7;font-size:.74rem;font-weight:700;padding:0 .1rem;-webkit-user-select:none;user-select:none}.suppliers-page{width:100%;display:flex}.suppliers-screen{width:100%;flex:1;min-height:calc(100vh - 84px);background:#fff;border:1px solid #e5e9ed;border-radius:0;padding:.95rem;box-shadow:none}.suppliers-screen-breadcrumb{color:#8a97a7;font-size:.72rem;font-weight:600}.suppliers-screen-head{margin-top:.32rem;display:flex;align-items:center;justify-content:space-between;gap:.7rem}.suppliers-screen-head h1{margin:0;color:#26313f;font-size:1rem}.suppliers-screen-actions{display:flex;align-items:center;gap:.52rem}.suppliers-screen-actions button{border:0;border-radius:10px;min-height:36px;padding:0 .95rem;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.38rem;cursor:pointer;box-shadow:0 8px 14px -14px #189e52e6;transition:transform .18s ease,filter .18s ease}.suppliers-screen-actions button svg{width:14px;height:14px}.suppliers-screen-actions button:hover{transform:translateY(-1px);filter:brightness(1.03)}.suppliers-lines{margin-top:.72rem;display:grid;gap:.48rem}.suppliers-add-screen{background:#fff;border:1px solid #e5e9ed;border-radius:10px;padding:.8rem;color:#5f7085;box-shadow:0 8px 20px -18px #26344a59}.suppliers-add-screen h1{margin:.35rem 0 0;font-size:1rem;color:#26313f}.suppliers-add-screen p{margin:.2rem 0 .65rem;font-size:.76rem;color:#7f8d9d}.suppliers-add-screen p b{color:#5f82a9}.suppliers-add-groups{display:flex;flex-wrap:wrap;gap:.35rem}.suppliers-add-groups button{min-height:28px;border-radius:7px;border:1px solid #dce4ed;background:#f6f9fc;color:#5f7085;font-size:.72rem;padding:0 .6rem;cursor:pointer}.suppliers-add-search{margin-top:.6rem;position:relative}.suppliers-add-search input{width:100%;min-height:35px;border-radius:8px;border:1px solid #d8e0e8;background:#fbfcfd;color:#2f3a48;padding:0 .65rem;font-size:.78rem}.suppliers-add-search input:focus{outline:none;border-color:#b6cadf;box-shadow:0 0 0 3px #6f92ba24}.suppliers-add-list{margin-top:.25rem;border:1px solid #dfe6ee;border-radius:8px;overflow:hidden;max-height:320px;overflow-y:auto;position:relative;z-index:2;box-shadow:0 12px 24px -22px #26344a8c}.suppliers-add-list button{width:100%;min-height:36px;border:0;border-bottom:1px solid #edf1f5;background:#fff;color:#425266;font-size:.76rem;text-align:left;padding:.52rem .56rem;cursor:pointer}.suppliers-add-list button:last-child{border-bottom:0}.suppliers-add-list button span{color:#8a97a7}.suppliers-add-list button.is-active{background:#edf3fb;color:#345275}.suppliers-add-actions{margin-top:.65rem;display:flex;justify-content:space-between;gap:.55rem}.suppliers-add-actions button{min-height:34px;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer}.suppliers-add-actions button:first-child{border:1px solid #d7e0ea;background:#fff;color:#5f7085;padding:0 .72rem}.suppliers-add-actions button:last-child{flex:1;border:0;background:linear-gradient(180deg,#1ab15f,#159f54);color:#fff}.suppliers-vendor-details{margin-top:.7rem;border:1px solid #dfe8f1;border-radius:10px;background:#f9fcff;padding:.7rem}.suppliers-vendor-details h3{margin:0;color:#2a3f57;font-size:.92rem}.suppliers-vendor-details>p{margin:.2rem 0 0;color:#6d7f93;font-size:.74rem}.suppliers-vendor-meta{margin-top:.5rem;display:grid;gap:.28rem}.suppliers-vendor-meta span{font-size:.72rem;color:#566b82}.suppliers-vendor-tutorial{margin-top:.55rem;border:1px solid #dbe5ef;border-radius:8px;background:#fff;padding:.45rem .55rem}.suppliers-vendor-tutorial summary{cursor:pointer;color:#425b77;font-size:.72rem;font-weight:700}.suppliers-vendor-tutorial pre{margin:.45rem 0 0;max-height:180px;overflow:auto;white-space:pre-wrap;word-break:break-word;font-size:.68rem;color:#5f7085}.suppliers-vendor-branches{margin-top:.6rem;border:1px solid #dbe5ef;border-radius:8px;background:#fff;padding:.5rem .58rem}.suppliers-vendor-branches h4{margin:0;font-size:.76rem;color:#425b77}.suppliers-vendor-branches--empty p{margin:.36rem 0 0;font-size:.7rem;color:#74879b}.suppliers-branches-list{margin-top:.4rem;display:grid;gap:.34rem}.suppliers-branch-option{display:flex;align-items:flex-start;gap:.45rem;border:1px solid #e4ebf3;border-radius:8px;padding:.42rem .46rem;cursor:pointer;background:#fcfdff}.suppliers-branch-option span{display:grid}.suppliers-branch-option strong{font-size:.73rem;color:#3a4f67}.suppliers-branch-option small{font-size:.68rem;color:#74879b}.suppliers-connect-form{margin-top:.6rem;display:grid;gap:.45rem}.suppliers-connect-form label{display:grid;gap:.22rem;font-size:.72rem;color:#4f647c;font-weight:600}.suppliers-connect-form input{width:100%;min-height:34px;border-radius:8px;border:1px solid #d8e0e8;background:#fff;color:#2f3a48;padding:0 .62rem;font-size:.76rem}.supplier-line{min-height:42px;background:#f8fafc;border:1px solid #e7edf3;border-radius:10px;padding:.45rem .56rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.supplier-line:hover{border-color:#c8d8ea;background:#f3f8fd;box-shadow:0 8px 18px -16px #2b4a6e73}.supplier-line strong{color:#334050;font-size:.82rem;font-weight:700}.supplier-line-main{display:grid;gap:.12rem}.supplier-line-main small{color:#8a97a7;font-size:.69rem}.supplier-line-controls{display:inline-flex;align-items:center;gap:.3rem}.supplier-pill{min-height:24px;border-radius:8px;border:1px solid #dce4ed;background:#eef3f8;color:#7f8d9d;font-size:.69rem;font-weight:600;padding:0 .56rem;cursor:pointer;transition:all .2s ease}.supplier-pill.is-active{border-color:#d3eddc;background:#edf9f1;color:#1f9556}.supplier-pill--danger{border-color:#f1d6da;background:#fff5f6;color:#b45361}.supplier-pill:hover{filter:brightness(.99)}@media (max-width: 980px){.suppliers-screen-head{flex-direction:column;align-items:flex-start}.suppliers-screen-actions{width:100%;flex-wrap:wrap}.suppliers-screen-actions button{flex:1 1 auto}.supplier-line{flex-direction:column;align-items:flex-start}}html,body,#root{height:100%;margin:0;padding:0;font-family:Inter,sans-serif;background:linear-gradient(180deg,#fff7f1,#fff2e8);color:#2b1e16}*{box-sizing:border-box}*::selection{background:#fb923c40}:root{--color-bg: #fff7f1;--color-bg-elevated: #fffdfb;--color-surface: #ffffff;--color-surface-soft: #fff4ea;--color-surface-hover: #ffefe1;--color-primary: #f97316;--color-accent: #fb923c;--color-warning: #f59e0b;--color-muted: #fde6d6;--color-text-primary: #2b1e16;--color-text-secondary: #6e5a4a;--color-text-muted: #9f7f67;--color-border: rgba(180, 115, 69, .22);--color-border-bright: rgba(249, 115, 22, .5);--color-separator: rgba(188, 128, 81, .24);--shadow-card: 0 16px 35px -24px rgba(125, 73, 26, .35);--shadow-soft: 0 10px 26px -20px rgba(125, 73, 26, .28);--radius: 18px;--radius-sm: 10px;--radius-pill: 999px;--transition: all .18s ease}body{background-color:var(--color-bg);color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input{font-family:inherit}button{border-radius:10px;border:1px solid transparent;transition:var(--transition)}button.primary,button[type=submit].primary{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;border-color:#d9770673;box-shadow:var(--shadow-soft)}button.primary:hover,button[type=submit].primary:hover{transform:translateY(-1px);box-shadow:0 14px 28px -20px #d9770680}button.ghost{background:#fff;color:#8a5d3b;border:1px solid rgba(188,128,81,.35)}button.ghost:hover{background:#fff6ef;border-color:#bc805180}h1,h2,h3{margin:0;color:var(--color-text-primary)}.card-title{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.08em}.card-value{font-size:2.1rem;font-weight:700;color:var(--color-text-primary);margin-top:.7rem}.card-subtext{font-size:.875rem;margin-top:.5rem;color:var(--color-accent)}.card-icon{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#fff6ef,#ffe9d6);color:var(--color-primary);border:1px solid rgba(249,115,22,.22);font-size:1.25rem}
