:root{--brand-700: #b52a08;--brand-600: #d93511;--brand-500: #f0541f;--brand-100: #fad3c7;--brand-50: #fdefe9;--dark-950: #131417;--dark-900: #191b20;--dark-800: #22242b;--bg: #f4f5f6;--bg-soft: #eceef0;--white: #ffffff;--ink: #23262c;--muted: #666d78;--line: #e2e4e8;--ok: #1d7a4f;--ok-bg: #e2f2e9;--danger: #b3423a;--danger-bg: #f9e9e7;--info-bg: #e8f0fb;--info-ink: #2b4a75;--warn-bg: #fdf3dd;--warn-ink: #7a5a17;--radius: 12px;--radius-lg: 18px;--shadow-sm: 0 1px 3px rgba(19, 20, 23, .08);--shadow-md: 0 10px 30px -12px rgba(19, 20, 23, .22);--font-body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-body);font-weight:800;line-height:1.15;margin:0 0 .4em;color:var(--dark-950);letter-spacing:-.015em}h1{font-size:clamp(1.8rem,4vw,2.4rem)}h2{font-size:clamp(1.35rem,3vw,1.7rem)}h3{font-size:1.08rem}p{margin:0 0 1em}a{color:var(--brand-600)}img{max-width:100%}button{font-family:inherit}.container{width:min(1200px,100% - 2.5rem);margin-inline:auto}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.62rem 1.25rem;border-radius:10px;border:1.5px solid transparent;font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand-600);color:var(--white);box-shadow:var(--shadow-sm)}.btn-primary:hover:not(:disabled){background:var(--brand-700);box-shadow:var(--shadow-md)}.btn-light{background:var(--white);color:var(--dark-950)}.btn-light:hover:not(:disabled){background:var(--brand-50);box-shadow:var(--shadow-md)}.btn-outline{border-color:#c9ccd2;color:var(--ink);background:var(--white)}.btn-outline:hover:not(:disabled){border-color:var(--brand-600);color:var(--brand-600)}.btn-outline-light{border-color:#ffffff8c;color:var(--white);background:transparent}.btn-outline-light:hover:not(:disabled){background:#ffffff1f}.btn-ghost{color:var(--ink);background:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-soft)}.btn-ghost-light{color:#ffffffd9;background:#ffffff14;border-color:#fff3}.btn-ghost-light:hover:not(:disabled){background:#ffffff29}.btn-danger-outline{border-color:var(--danger);color:var(--danger);background:transparent}.btn-danger-outline:hover:not(:disabled){background:var(--danger-bg)}.btn-added{background:var(--ok-bg);color:var(--ok);border-color:transparent}.btn-added:hover:not(:disabled){background:#d3ebdd}.btn-sm{padding:.42rem .9rem;font-size:.85rem}.btn-lg{padding:.85rem 1.6rem;font-size:1rem}.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo img{height:46px;width:auto;display:block}.footer .logo img,.app-sidebar .logo img{height:54px}.auth-panel .logo img{height:62px}.public-nav{position:sticky;top:0;z-index:50;background:#f4f5f6d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:box-shadow .2s ease,background .2s ease}.public-nav.is-scrolled{background:#fffffff5;box-shadow:var(--shadow-sm)}.nav-inner{display:flex;align-items:center;gap:1.5rem;padding:.75rem 0}.nav-links{display:flex;align-items:center;gap:1.4rem;margin-left:auto}.nav-links a{color:var(--ink);text-decoration:none;font-weight:700;font-size:.95rem}.nav-links a:hover,.nav-links a.active{color:var(--brand-600)}.nav-actions{display:flex;align-items:center;gap:.6rem}.nav-actions-mobile{display:none}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;border:none;background:transparent;cursor:pointer;padding:8px}.nav-burger span{display:block;height:2.5px;border-radius:2px;background:var(--dark-950);transition:transform .25s ease,opacity .2s ease}.nav-burger.is-open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav-burger.is-open span:nth-child(2){opacity:0}.nav-burger.is-open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.quote-button{position:relative;display:grid;place-items:center;width:42px;height:42px;border-radius:10px;color:var(--ink);background:var(--white);border:1.5px solid var(--line);text-decoration:none;transition:border-color .15s ease,color .15s ease}.quote-button:hover{border-color:var(--brand-600);color:var(--brand-600)}.quote-badge{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--brand-600);color:var(--white);font-size:.7rem;font-weight:800;display:grid;place-items:center;line-height:1}.quote-button-mobile{display:none}.hero{padding:clamp(2.5rem,6vw,4.5rem) 0 clamp(2.5rem,5vw,4rem);overflow:hidden}.hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4rem);align-items:center}.eyebrow{display:inline-block;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-600);margin-bottom:.9rem}.hero h1{font-size:clamp(2.1rem,5vw,3.2rem);margin-bottom:.5em}.hero h1 em{font-style:normal;color:var(--brand-600)}.hero-copy>p{font-size:1.1rem;color:var(--muted);max-width:34rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.6rem 0 1.4rem}.hero-trust{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;padding:0;margin:0;list-style:none;color:var(--muted);font-size:.9rem;font-weight:600}.hero-trust li:before{content:"✓";color:var(--brand-600);margin-right:.45rem;font-weight:800}.hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}.hero-cat-chip{display:flex;align-items:center;gap:.7rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:.55rem .8rem .55rem .55rem;text-decoration:none;color:var(--ink);font-weight:700;font-size:.86rem;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.hero-cat-chip:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--brand-100)}.hero-cat-chip img{width:46px;height:46px;object-fit:contain;background:var(--white);border-radius:8px;flex-shrink:0}.hero-cat-chip:nth-child(2n){transform:translateY(10px)}.hero-cat-chip:nth-child(2n):hover{transform:translateY(7px)}.section{padding:clamp(2.8rem,6vw,4.5rem) 0}.section-alt{background:var(--white)}.section-head{max-width:44rem;margin-bottom:clamp(1.6rem,4vw,2.4rem)}.section-lead{color:var(--muted)}.section-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0 1rem}.section-row h2{margin:0}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.category-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-100)}.category-card-media{height:130px;display:grid;place-items:center;background:var(--white);border-bottom:1px solid var(--line);padding:.8rem}.category-card-media img{max-height:110px;object-fit:contain}.category-card-icon{font-size:2rem;color:var(--brand-100)}.category-card-body{padding:.85rem 1rem;display:grid;gap:.1rem}.category-card-body strong{font-size:.95rem;line-height:1.3}.category-card-body span{font-size:.8rem;color:var(--muted);font-weight:600}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.step-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.step-number{font-size:1.8rem;font-weight:800;color:var(--brand-600);display:block;margin-bottom:.5rem;letter-spacing:-.03em}.step-card p{color:var(--muted);font-size:.93rem;margin:0}.split-copy{max-width:46rem}.split-copy>p{color:var(--muted);max-width:38rem}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-top:2rem}.feature{display:flex;gap:.9rem}.feature-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--brand-50);color:var(--brand-600);font-size:1.1rem;flex-shrink:0}.feature h3{margin-bottom:.25rem;font-size:1rem}.feature p{color:var(--muted);font-size:.92rem;margin:0}.cta-section{padding-top:0}.cta-box{background:linear-gradient(135deg,var(--dark-950),var(--dark-800));border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.2rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;box-shadow:var(--shadow-md)}.cta-box h2{color:var(--white)}.cta-box p{color:#ffffffb8;margin:0}.cta-actions{display:flex;gap:.8rem;flex-wrap:wrap}.catalog-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem;padding:1.8rem 0 3.5rem;align-items:start}.catalog-sidebar{position:sticky;top:84px}.sidebar-title{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:.8rem}.cat-nav{display:grid;gap:.15rem}.cat-nav a{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.48rem .7rem;border-radius:8px;color:var(--ink);text-decoration:none;font-weight:600;font-size:.9rem;line-height:1.3}.cat-nav a:hover{background:var(--bg-soft)}.cat-nav a.is-active{background:var(--brand-50);color:var(--brand-700);font-weight:800}.cat-count{font-size:.75rem;color:var(--muted);font-weight:700}.subcat-nav{display:grid;gap:.1rem;margin:.15rem 0 .4rem .8rem;border-left:2px solid var(--line);padding-left:.5rem}.subcat-nav a{font-size:.85rem;font-weight:600;padding:.32rem .6rem}.catalog-main{min-width:0}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.85rem;color:var(--muted);margin-bottom:1rem}.breadcrumbs a{color:var(--muted);text-decoration:none;font-weight:600}.breadcrumbs a:hover{color:var(--brand-600)}.breadcrumbs strong{color:var(--ink);font-weight:700}.catalog-head{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap;margin-bottom:1.1rem}.catalog-head h1{margin:0}.catalog-total{color:var(--muted);font-weight:700;font-size:.92rem}.catalog-controls{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.filters-toggle{display:none}.active-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.filter-chip{border:none;background:var(--brand-50);color:var(--brand-700);border-radius:999px;padding:.35rem .9rem;font-weight:700;font-size:.85rem;cursor:pointer}.filter-chip:hover{background:var(--brand-100)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1rem}.product-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--brand-100)}.product-card-media{display:grid;place-items:center;height:170px;padding:.9rem;background:var(--white);border-bottom:1px solid var(--line)}.product-card-media .product-img{max-height:150px;object-fit:contain}.product-card-body{padding:.85rem 1rem 1rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.product-brand{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-600)}.product-name{color:var(--ink);text-decoration:none;font-weight:700;font-size:.92rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-name:hover{color:var(--brand-600)}.product-code{font-size:.76rem;color:var(--muted);font-weight:600}.product-card-foot{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.6rem}.product-price{font-weight:800;font-size:1rem;color:var(--dark-950)}.product-price-consult{font-size:.8rem;font-weight:700;color:var(--muted);line-height:1.2}.product-placeholder{display:grid;place-items:center;gap:.4rem;align-content:center;width:100%;height:100%;min-height:110px;color:#b6bac2;background:repeating-linear-gradient(45deg,#fafbfc,#fafbfc 12px,#f4f5f7 12px,#f4f5f7 24px);border-radius:8px;text-align:center;padding:.8rem}.product-placeholder span{font-size:.72rem;font-weight:700;color:#9aa0aa}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.8rem}.pagination-info{font-size:.9rem;color:var(--muted);font-weight:700}.product-page{padding:1.8rem 0 3.5rem}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:clamp(1.5rem,4vw,3rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1.2rem,3vw,2.2rem);box-shadow:var(--shadow-sm)}.product-detail-media{display:grid;place-items:center;min-height:320px}.product-img-full{max-height:420px;object-fit:contain}.product-detail-media .product-placeholder{min-height:320px}.product-detail-info h1{font-size:clamp(1.4rem,2.6vw,1.9rem);margin:.2rem 0 1rem}.product-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.9rem;margin:0 0 1.2rem;padding:0}.product-specs div{display:grid;gap:.1rem}.product-specs dt{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.product-specs dd{margin:0;font-weight:700;font-size:.95rem}.adr-warning{display:grid;gap:.25rem;background:var(--warn-bg);border:1px solid #f0ddb0;border-radius:var(--radius);padding:.9rem 1.1rem;margin-bottom:1.2rem;font-size:.88rem;color:var(--warn-ink)}.adr-warning small{color:#97803e}.product-buy{border-top:1px solid var(--line);padding-top:1.2rem}.product-price-block{display:flex;align-items:baseline;gap:.7rem;flex-wrap:wrap;margin-bottom:1rem}.product-price-big{font-size:1.7rem;font-weight:800;color:var(--dark-950)}.product-price-consult-big{font-size:1.25rem;font-weight:800;color:var(--brand-600)}.product-price-note{font-size:.85rem;color:var(--muted);font-weight:600}.product-actions{display:flex;gap:.8rem;flex-wrap:wrap;align-items:stretch}.product-buy-note{font-size:.85rem;color:var(--muted);margin:.9rem 0 0}.qty-input{display:inline-flex;align-items:stretch;border:1.5px solid var(--line);border-radius:10px;overflow:hidden;background:var(--white)}.qty-input button{width:40px;border:none;background:var(--bg);font-size:1.1rem;font-weight:800;color:var(--ink);cursor:pointer}.qty-input button:hover{background:var(--bg-soft)}.qty-input input{width:58px;border:none;text-align:center;font-family:inherit;font-size:.98rem;font-weight:700;color:var(--ink);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-input input::-webkit-outer-spin-button,.qty-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input input:focus{outline:none}.related-section{margin-top:2.5rem}.quote-page{padding:1.8rem 0 3.5rem}.quote-intro{max-width:40rem}.quote-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:1.2rem;align-items:start;margin-top:1.4rem}.quote-items{display:grid;gap:0;padding:.4rem 1.3rem}.quote-item{display:flex;align-items:center;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--line)}.quote-item:last-of-type{border-bottom:none}.quote-item-media{width:64px;height:64px;flex-shrink:0;display:grid;place-items:center}.quote-item-media .product-img{max-height:64px;object-fit:contain}.quote-item-media .product-placeholder{min-height:64px;padding:.3rem}.quote-item-media .product-placeholder svg{width:22px;height:22px}.quote-item-media .product-placeholder span{display:none}.quote-item-info{display:grid;gap:.1rem;min-width:0;flex:1}.quote-item-controls{display:grid;gap:.35rem;justify-items:end}.quote-remove{border:none;background:none;color:var(--muted);font-size:.8rem;font-weight:700;cursor:pointer;padding:.2rem 0}.quote-remove:hover{color:var(--danger)}.quote-items-foot{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-top:1.5px solid var(--line);font-size:.88rem;font-weight:700;color:var(--muted)}.quote-side{display:grid;gap:.9rem}.quote-side .form .btn{width:100%}.quote-auth-note{font-size:.92rem;color:var(--muted);margin:0}.quote-include{background:var(--brand-50);border-radius:10px;padding:.7rem .9rem}.footer{background:var(--dark-950);color:#fffc;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2.5rem}.footer-brand p{margin-top:1rem;font-size:.92rem;max-width:22rem;color:#fff9}.footer h4{color:var(--white);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.9rem}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.5rem;font-size:.92rem}.footer a{color:#fffc;text-decoration:none}.footer a:hover{color:var(--brand-500)}.footer-cofinance{padding-bottom:1.6rem}.footer-cofinance img{max-width:300px;width:100%;height:auto;display:block;background:var(--white);border-radius:8px;padding:8px 12px;box-sizing:border-box}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:1.4rem;font-size:.85rem;color:#ffffff80;display:flex;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.footer-credit a{color:#ffffffbf;font-weight:700}.footer-credit a:hover{color:var(--brand-500)}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.8rem,5vw,4.5rem);max-width:34rem;width:100%;margin-inline:auto}.auth-panel h1{margin-top:1.6rem}.auth-sub{color:var(--muted);margin-bottom:1.6rem}.auth-switch{margin-top:1.4rem;font-size:.95rem}.auth-back{display:inline-block;margin-top:.8rem;font-size:.9rem;color:var(--muted);text-decoration:none}.auth-back:hover{color:var(--brand-600)}.auth-side{background:linear-gradient(160deg,var(--dark-950),var(--dark-800) 60%,#3a1c10);display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(2rem,5vw,4rem);color:var(--white)}.auth-side blockquote{font-size:clamp(1.15rem,2vw,1.45rem);font-weight:600;line-height:1.45;margin:0 0 1rem;max-width:26rem}.auth-side cite{color:var(--brand-500);font-style:normal;font-weight:800}.form{display:grid;gap:1.1rem}.form label{display:grid;gap:.35rem;font-weight:700;font-size:.9rem;color:var(--dark-950)}.form input,.form textarea,.form select,.filters input,.filters select,.thread-form textarea,.catalog-controls input,.catalog-controls select{font-family:inherit;font-size:.98rem;padding:.62rem .85rem;border:1.5px solid var(--line);border-radius:10px;background:var(--white);color:var(--ink);width:100%;transition:border-color .15s ease,box-shadow .15s ease}.form input:focus,.form textarea:focus,.form select:focus,.filters input:focus,.filters select:focus,.thread-form textarea:focus,.catalog-controls input:focus,.catalog-controls select:focus{outline:none;border-color:var(--brand-600);box-shadow:0 0 0 3px var(--brand-100)}.form input:disabled{background:var(--bg-soft);color:var(--muted);cursor:not-allowed}.form textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;align-items:end}.form-actions{display:flex;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}.form-error{color:var(--danger);background:var(--danger-bg);border-radius:10px;padding:.6rem .9rem;font-size:.92rem;font-weight:600;margin:0}.form-success{color:var(--ok);background:var(--ok-bg);border-radius:10px;padding:.6rem .9rem;font-size:.92rem;font-weight:600;margin:0}.label-hint{font-weight:500;color:var(--muted);font-size:.82rem}.check-label{display:flex!important;align-items:center;gap:.5rem}.check-label input{width:auto}.badge{display:inline-flex;align-items:center;padding:.22rem .7rem;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.status-submitted{background:var(--info-bg);color:var(--info-ink)}.status-in_review{background:var(--warn-bg);color:var(--warn-ink)}.status-approved{background:var(--ok-bg);color:var(--ok)}.status-in_progress{background:var(--brand-50);color:var(--brand-700)}.status-ready{background:#e5e0f7;color:#4c3f8f}.status-delivered{background:var(--dark-900);color:var(--white)}.status-cancelled{background:var(--bg-soft);color:var(--muted)}.payment-unpaid{background:var(--danger-bg);color:var(--danger)}.payment-partial{background:var(--warn-bg);color:var(--warn-ink)}.payment-paid{background:var(--ok-bg);color:var(--ok)}.account-pending{background:var(--warn-bg);color:var(--warn-ink)}.account-active{background:var(--ok-bg);color:var(--ok)}.account-blocked{background:var(--danger-bg);color:var(--danger)}.app-shell{display:grid;grid-template-columns:264px 1fr;min-height:100vh}.app-sidebar{background:linear-gradient(180deg,var(--dark-950),var(--dark-900));color:var(--white);display:flex;flex-direction:column;padding:1.5rem 1.1rem;position:sticky;top:0;height:100vh}.app-shell-admin .app-sidebar{background:linear-gradient(180deg,#1a1210,#2c1a12)}.app-sidebar-top{display:grid;gap:.6rem;padding:0 .4rem 1.4rem}.app-shell-tag{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-500)}.app-nav{display:grid;gap:.3rem}.app-nav a{display:flex;align-items:center;gap:.75rem;padding:.7rem .9rem;border-radius:10px;color:#ffffffbf;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .15s ease,color .15s ease}.app-nav a:hover{background:#ffffff14;color:var(--white)}.app-nav a.active{background:#ffffff24;color:var(--white)}.app-nav-icon{width:1.3rem;text-align:center;font-size:1rem;color:var(--brand-500)}.app-sidebar-bottom{margin-top:auto;display:grid;gap:.8rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.12)}.app-user{display:flex;align-items:center;gap:.7rem;min-width:0}.app-user-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--brand-600);color:var(--white);font-weight:800;flex-shrink:0}.app-user-info{display:grid;min-width:0}.app-user-info strong{font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-user-info span{font-size:.78rem;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-main{display:flex;flex-direction:column;min-width:0}.app-topbar{display:none;align-items:center;gap:.8rem;padding:.7rem 1rem;background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.app-content{padding:clamp(1.4rem,3.5vw,2.5rem);flex:1}.app-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;background:#13141780;border:none;cursor:pointer}.page{max-width:1060px;margin-inline:auto;display:grid;gap:1.5rem;align-content:start}.page-narrow{max-width:660px}.page-wide{max-width:1200px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.page-head-actions{display:flex;gap:.6rem;flex-wrap:wrap}.import-errors{margin:.5rem 0 0;padding-left:1.2rem;font-size:.85rem;display:grid;gap:.15rem}.page-head h1{margin-bottom:.2rem}.page-head .muted{margin:0}.back-link{color:var(--muted);text-decoration:none;font-weight:600;font-size:.9rem}.back-link:hover{color:var(--brand-600)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.card h2{font-size:1.12rem;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stats-grid-4{grid-template-columns:repeat(4,1fr)}.stat-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem 1.4rem;display:grid;gap:.15rem;box-shadow:var(--shadow-sm)}.stat-card-soft{background:transparent;box-shadow:none}.stat-value{font-size:1.65rem;font-weight:800;color:var(--dark-950);letter-spacing:-.02em}.stat-label{font-size:.85rem;color:var(--muted);font-weight:600}.alert{border-radius:var(--radius);padding:.9rem 1.2rem;font-size:.95rem}.alert strong{font-weight:800}.alert-info{background:var(--info-bg);color:var(--info-ink)}.alert-warning{background:var(--warn-bg);color:var(--warn-ink)}.alert-link{display:block;text-decoration:none;transition:box-shadow .15s ease}.alert-link:hover{box-shadow:var(--shadow-sm)}.order-list{display:grid;gap:.7rem}.order-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.3rem;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.order-row:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.order-row-main{display:grid;gap:.1rem;min-width:0}.order-ref{font-size:.75rem;font-weight:800;letter-spacing:.08em;color:var(--brand-600)}.order-title{font-size:1.02rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-meta{font-size:.84rem;color:var(--muted)}.order-row-side{display:grid;gap:.35rem;justify-items:end;flex-shrink:0}.order-total{font-weight:800;color:var(--dark-950);font-size:.95rem}.order-badges{display:flex;gap:.4rem;flex-wrap:wrap}.items-list{display:grid}.item-row{display:flex;align-items:center;gap:.9rem;padding:.7rem 0;border-bottom:1px solid var(--line)}.item-row:last-child{border-bottom:none}.item-media{width:54px;height:54px;flex-shrink:0;display:grid;place-items:center}.item-media .product-img{max-height:54px;object-fit:contain}.item-media .product-placeholder{min-height:54px;padding:.25rem}.item-media .product-placeholder svg{width:20px;height:20px}.item-media .product-placeholder span{display:none}.item-info{display:grid;gap:.05rem;min-width:0;flex:1}.item-qty{display:grid;gap:.05rem;justify-items:end;flex-shrink:0;font-weight:700;font-size:.92rem}.item-price{font-size:.78rem;color:var(--muted);font-weight:600}.item-line-total{font-size:.92rem;color:var(--dark-950)}.items-total{display:flex;justify-content:space-between;align-items:center;padding-top:.9rem;margin-top:.3rem;border-top:1.5px solid var(--line);font-size:.92rem;font-weight:700;color:var(--muted)}.items-total strong{font-size:1.05rem;color:var(--dark-950)}.items-note{font-size:.85rem;margin:.7rem 0 0}.progress-track{display:flex;justify-content:space-between;padding:1.3rem 1.5rem 1rem;overflow-x:auto;gap:.4rem}.progress-step{display:grid;justify-items:center;gap:.45rem;position:relative;flex:1;min-width:74px}.progress-step:not(:last-child):after{content:"";position:absolute;top:7px;left:calc(50% + 12px);width:calc(100% - 24px);height:2.5px;background:var(--line);border-radius:2px}.progress-step.is-done:not(:last-child):after{background:var(--ok)}.progress-dot{width:15px;height:15px;border-radius:50%;background:var(--bg-soft);border:2.5px solid var(--line);z-index:1}.progress-step.is-done .progress-dot{background:var(--ok);border-color:var(--ok)}.progress-step.is-current .progress-dot{background:var(--brand-600);border-color:var(--brand-600);box-shadow:0 0 0 4px var(--brand-100)}.progress-label{font-size:.75rem;font-weight:700;color:var(--muted);text-align:center}.progress-step.is-done .progress-label,.progress-step.is-current .progress-label{color:var(--dark-950)}.detail-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.2rem;align-items:start}.detail-main,.detail-side{display:grid;gap:1.2rem}.order-details-text{white-space:pre-wrap;color:var(--ink)}.detail-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1rem 0;padding:0}.detail-list-stack{grid-template-columns:1fr}.detail-list div{display:grid;gap:.1rem}.detail-list dt{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.detail-list dd{margin:0;font-weight:600;overflow-wrap:anywhere}.timeline{list-style:none;margin:0;padding:0;display:grid}.timeline-item{display:flex;gap:.9rem;position:relative;padding-bottom:1.2rem}.timeline-item:last-child{padding-bottom:0}.timeline-item:not(:last-child):before{content:"";position:absolute;left:6px;top:18px;bottom:2px;width:2px;background:var(--line)}.timeline-dot{width:14px;height:14px;border-radius:50%;background:var(--brand-100);border:3px solid var(--brand-600);flex-shrink:0;margin-top:4px}.timeline-payment .timeline-dot{border-color:var(--ok);background:var(--ok-bg)}.timeline-body{display:grid;gap:.1rem}.timeline-body strong{font-size:.92rem}.timeline-body p{margin:0;font-size:.88rem;color:var(--muted)}.timeline-body time{font-size:.78rem;color:var(--muted)}.thread{display:grid;gap:1rem}.thread-messages{display:grid;gap:.7rem;max-height:380px;overflow-y:auto;padding-right:.3rem}.msg{display:flex}.msg-mine{justify-content:flex-end}.msg-bubble{max-width:min(85%,30rem);background:var(--bg);border:1px solid var(--line);border-radius:14px 14px 14px 4px;padding:.6rem .9rem}.msg-mine .msg-bubble{background:var(--brand-50);border-color:var(--brand-100);border-radius:14px 14px 4px}.msg-staff:not(.msg-mine) .msg-bubble{background:var(--info-bg);border-color:#d3e0f2}.msg-author{display:block;font-size:.75rem;font-weight:800;color:var(--brand-700)}.msg-staff:not(.msg-mine) .msg-author{color:var(--info-ink)}.msg-bubble p{margin:.15rem 0;font-size:.93rem;white-space:pre-wrap}.msg-bubble time{font-size:.72rem;color:var(--muted)}.thread-form{display:flex;gap:.7rem;align-items:flex-end}.thread-form textarea{flex:1;resize:none}.filters{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.filter-search{display:flex;gap:.6rem;flex:1;min-width:240px;max-width:520px}.filter-group{display:flex;gap:.6rem;flex-wrap:wrap}.filter-group select{width:auto}.tabs{display:flex;gap:.4rem;flex-wrap:wrap}.tab{border:1.5px solid var(--line);background:var(--white);border-radius:999px;padding:.45rem 1.1rem;font-weight:700;font-size:.88rem;color:var(--muted);cursor:pointer;transition:all .15s ease}.tab:hover{border-color:var(--brand-600);color:var(--brand-600)}.tab.is-active{background:var(--dark-950);border-color:var(--dark-950);color:var(--white)}.table-wrap{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow-x:auto;box-shadow:var(--shadow-sm)}.table{width:100%;border-collapse:collapse;font-size:.93rem}.table th{text-align:left;padding:.9rem 1.2rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);border-bottom:1px solid var(--line)}.table td{padding:.9rem 1.2rem;border-bottom:1px solid var(--line);vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--bg)}.row-muted{opacity:.55}.cell-stack{display:grid;gap:.1rem}.cell-stack .muted{font-size:.84rem}.row-actions{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap}.product-cell{display:flex;align-items:center;gap:.8rem;min-width:260px}.product-cell-media{width:46px;height:46px;flex-shrink:0;display:grid;place-items:center}.product-cell-media .product-img{max-height:46px;object-fit:contain}.product-cell-media .product-placeholder{min-height:46px;padding:.2rem}.product-cell-media .product-placeholder svg{width:18px;height:18px}.product-cell-media .product-placeholder span{display:none}.setting-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.setting-row h2{margin-bottom:.4rem}.setting-row p{margin:0;font-size:.92rem}.switch{flex-shrink:0;width:56px;height:32px;border-radius:999px;border:none;background:#c9ccd2;position:relative;cursor:pointer;transition:background .2s ease}.switch.is-on{background:var(--ok)}.switch:disabled{opacity:.6;cursor:wait}.switch-knob{position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:var(--white);box-shadow:var(--shadow-sm);transition:transform .2s ease}.switch.is-on .switch-knob{transform:translate(24px)}.setting-state{margin:1rem 0 0;font-size:.88rem;font-weight:700;color:var(--muted);background:var(--bg);border-radius:10px;padding:.7rem 1rem}.setting-state.is-on{color:var(--ok);background:var(--ok-bg)}.empty-state{text-align:center;padding:3rem 1.5rem;background:var(--white);border:1.5px dashed #c9ccd2;border-radius:var(--radius-lg);display:grid;gap:.4rem;justify-items:center}.empty-icon{font-size:2rem;color:var(--brand-600)}.empty-state p{color:var(--muted);margin:0 0 .8rem;max-width:30rem}.loading-screen{min-height:100vh;display:grid;place-items:center}.spinner{width:38px;height:38px;border-radius:50%;border:4px solid var(--brand-100);border-top-color:var(--brand-600);animation:spin .8s linear infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.notfound{min-height:100vh;display:grid;place-content:center;text-align:center;gap:.6rem;padding:2rem}.notfound h1{font-size:5rem;color:var(--brand-600);margin:0}.notfound p{color:var(--muted)}@media (max-width: 1024px){.hero-inner{grid-template-columns:1fr}.hero-visual{margin-top:1.5rem;grid-template-columns:repeat(3,1fr)}.hero-cat-chip:nth-child(2n){transform:none}.steps-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.detail-grid{grid-template-columns:1fr}.stats-grid-4{grid-template-columns:repeat(2,1fr)}.quote-layout,.product-detail{grid-template-columns:1fr}.product-detail-media{min-height:240px}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:fixed;inset:0 auto 0 0;width:min(320px,86vw);background:var(--white);z-index:60;padding:1.4rem;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease;box-shadow:var(--shadow-md)}.catalog-sidebar.is-open{transform:translate(0)}.filters-toggle{display:inline-flex}}@media (max-width: 880px){.auth-page{grid-template-columns:1fr}.auth-side{display:none}.app-shell{grid-template-columns:1fr}.app-sidebar{position:fixed;inset:0 auto 0 0;width:min(300px,84vw);z-index:40;transform:translate(-100%);transition:transform .25s ease;height:100dvh}.app-sidebar.is-open{transform:translate(0);box-shadow:var(--shadow-md)}.app-overlay{display:block}.app-topbar{display:flex}}@media (max-width: 768px){.nav-links{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;flex-direction:column;justify-content:center;gap:1.6rem;background:var(--bg);font-size:1.2rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}.nav-links.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-actions{display:none}.nav-actions-mobile{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.nav-burger{display:flex;position:relative;z-index:80}.quote-button-mobile{display:grid;margin-left:auto}.stats-grid,.stats-grid-4{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.product-card-media{height:140px}.setting-row{flex-direction:column}}@media (max-width: 560px){.steps-grid,.footer-grid,.stats-grid,.stats-grid-4{grid-template-columns:1fr}.order-row{flex-direction:column;align-items:stretch}.order-row-side{justify-items:start}.cta-box{flex-direction:column;align-items:flex-start}.thread-form{flex-direction:column;align-items:stretch}.hero-visual{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr;gap:.7rem}.product-card-foot{flex-direction:column;align-items:stretch;gap:.4rem}.product-card-foot .btn{width:100%}.quote-item{flex-wrap:wrap}.quote-item-controls{width:100%;grid-auto-flow:column;justify-content:space-between;align-items:center}.product-actions{flex-direction:column;align-items:stretch}.product-actions .qty-input{justify-content:center}.table thead{display:none}.table,.table tbody,.table tr,.table td{display:block;width:100%}.table tr{border-bottom:1px solid var(--line);padding:.6rem 0}.table td{border:none;padding:.35rem 1rem}.table td[data-label]:before{content:attr(data-label);display:block;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.row-actions{justify-content:flex-start}.product-cell{min-width:0}}
