.app-root{min-height:100vh;display:flex;flex-direction:column}.app-boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:var(--bt-gray-50);color:var(--bt-slate-900);font-family:inherit;text-align:center}.app-boot--error{color:var(--bt-error-text)}.app-boot__muted{margin:0;font-size:.9rem;color:var(--bt-text-soft)}.app-boot--error .app-boot__muted{color:var(--bt-slate-600)}.app-boot__back-link{margin-top:.75rem}.app-boot__spinner{width:2.25rem;height:2.25rem;border:3px solid var(--bt-slate-200);border-top-color:var(--bt-navy);border-radius:50%;animation:app-boot-spin .75s linear infinite}@keyframes app-boot-spin{to{transform:rotate(360deg)}}.app-topbar{position:sticky;top:0;z-index:200;background:var(--bt-topbar-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--bt-topbar-line);box-shadow:var(--bt-topbar-shadow)}.app-topbar__inner{max-width:1360px;margin:0 auto;padding:.65rem 1.25rem;display:flex;align-items:center;gap:.75rem 1rem;flex-wrap:wrap}.app-topbar__brand{display:flex;align-items:center;flex-shrink:0;line-height:0}.app-topbar__brand-link{display:flex;align-items:center;line-height:0;border-radius:8px}.app-topbar__brand-link:focus-visible{outline:2px solid var(--bt-navy);outline-offset:2px}.app-topbar__current{font-size:.9rem;font-weight:600;color:var(--bt-nav-link-hover);padding:.45rem .7rem;border-radius:8px;background:var(--bt-navy-tint-06);letter-spacing:.01em}.app-topbar__logo{height:32px;width:auto;display:block;object-fit:contain}.app-topbar__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.2rem .35rem;flex:1 1 220px;min-width:0}.app-topbar__link{border:none;background:transparent;font:inherit;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--bt-nav-link);text-decoration:none;padding:.45rem .7rem;border-radius:8px;letter-spacing:.01em;transition:color .15s ease,background-color .15s ease}a.app-topbar__link{display:inline-block}.app-topbar__link:hover{color:var(--bt-nav-link-hover);background:var(--bt-navy-tint-06)}.app-topbar__link--active{color:var(--bt-navy);background:var(--bt-navy-soft);font-weight:700}.app-topbar__link:focus-visible{outline:2px solid var(--bt-navy);outline-offset:2px}.app-topbar__link--logout{color:var(--bt-text-muted);font-weight:500}.app-topbar__link--logout:hover{color:var(--bt-nav-link-hover);background:transparent}.app-topbar__actions{display:flex;align-items:center;gap:.45rem .65rem;flex-wrap:wrap;margin-left:auto}.app-container{flex:1;width:100%;padding:1.5rem 1.5rem 2.75rem;margin:0 auto;max-width:1360px;display:flex;flex-direction:column;gap:1.5rem}.app-hero{padding-bottom:.15rem}.app-hero h1{margin:.25rem 0 0;font-size:clamp(1.25rem,2.6vw,1.7rem);font-weight:800;color:var(--bt-heading);letter-spacing:-.03em;line-height:1.25}.app-header__lang{display:inline-flex;border-radius:var(--bt-radius-pill, 999px);border:1px solid var(--bt-navy);overflow:hidden;background:var(--bt-white)}.app-header__lang-btn{padding:6px 14px;font-size:12px;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background-color .15s ease,color .15s ease}.app-header__lang-btn:first-of-type{border-right:1px solid var(--bt-navy)}.app-header__lang-btn--active{background:var(--bt-navy);color:var(--bt-white)}.app-header__lang-btn:not(.app-header__lang-btn--active){background:var(--bt-white);color:var(--bt-nav-link)}.eyebrow{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--bt-text-muted);margin:0 0 .2rem;font-weight:700}.subtitle{color:var(--bt-text-muted);max-width:52ch;margin:.55rem 0 0;font-size:.95rem;line-height:1.65;white-space:pre-line;font-weight:400}.dimensions-editor__hero h1{font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:800;color:var(--bt-heading);letter-spacing:-.03em;line-height:1.3;margin:.25rem 0 0}.dimensions-editor__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--bt-slate-200)}.dimensions-editor__toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem .65rem}.dimensions-editor__dirty-hint{margin:.35rem 0 0;font-size:.78rem;color:var(--bt-accent, #c27803)}.dimensions-editor__toolbar-back{margin:0;align-self:center}.dimensions-editor__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.55rem 1.15rem;border-radius:var(--bt-radius-pill);font-size:.9rem;font-weight:600;font-family:inherit;border:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.dimensions-editor__btn--primary{background:var(--bt-navy);color:var(--bt-white)}.dimensions-editor__btn--primary:hover:not(:disabled){background:var(--bt-navy-hover)}.dimensions-editor__btn--primary:disabled{opacity:.65;cursor:not-allowed}.dimensions-editor__btn--secondary{background:var(--bt-slate-100);color:var(--bt-slate-700);border:1px solid var(--bt-slate-200)}.dimensions-editor__btn--secondary:hover{background:var(--bt-slate-200);border-color:var(--bt-slate-300)}.dimensions-editor__flash{padding:.75rem 1rem;border-radius:12px;font-size:.9rem;font-weight:500;line-height:1.45}.dimensions-editor__flash--ok{background:#dcfce7;color:var(--bt-green-800);border:1px solid rgba(22,101,52,.22)}.dimensions-editor__flash--err{background:var(--bt-error-bg);color:var(--bt-error-text);border:1px solid var(--bt-error-soft)}.dimensions-editor__main{display:flex;flex-direction:column;gap:2rem}.dimensions-editor__device{padding:1.5rem}.dimensions-editor__device-title{margin:0 0 1rem;font-size:1.2rem;font-weight:700;color:var(--bt-heading);letter-spacing:-.02em}.dimensions-editor__variant-heading{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--bt-slate-600)}.dimensions-editor__variant-heading--spaced{margin-top:1rem}.dimensions-editor__category{border:1px solid var(--bt-slate-200);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;background:var(--bt-slate-50)}.dimensions-editor__category-title{font-weight:600;color:var(--bt-heading);margin-bottom:.75rem;font-size:.95rem}.dimensions-editor__fields{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.dimensions-editor__field{display:flex;flex-direction:column;gap:.25rem}.dimensions-editor__field-label{font-size:.75rem;font-weight:600;color:var(--bt-text-soft)}.dimensions-editor__input{padding:.45rem .65rem;border:1px solid var(--bt-slate-300);border-radius:8px;font-size:.875rem;font-family:inherit;color:var(--bt-slate-900);background:var(--bt-white);transition:border-color .15s ease,box-shadow .15s ease}.dimensions-editor__input:hover{border-color:var(--bt-slate-400)}.dimensions-editor__input:focus{outline:none;border-color:var(--bt-navy);box-shadow:var(--bt-focus-ring)}.link-button{align-self:flex-start;border:none;background:transparent;color:var(--bt-navy);font-weight:600;font-family:inherit;font-size:inherit;cursor:pointer;padding:.2rem 0}a.link-button{text-decoration:none}a.link-button:hover{text-decoration:underline}.selector-layout{display:flex;flex-direction:column;gap:1.75rem;flex:1;min-width:0}.panel{background:var(--bt-white);border:1px solid var(--bt-border);border-radius:var(--bt-radius, 16px);padding:1.75rem 1.5rem;box-shadow:var(--bt-shadow)}.filters-panel{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:4}.filters-panel h2{margin:0;font-size:1.2rem;font-weight:800;color:var(--bt-heading);letter-spacing:-.02em}.filters-panel__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:nowrap;margin-bottom:.5rem;min-width:0}.filters-panel__head h2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filters-panel__actions{display:flex;align-items:center;gap:.35rem;flex-shrink:0;flex-wrap:nowrap}.filters-panel__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--bt-border);border-radius:8px;background:var(--bt-white);color:var(--bt-navy);cursor:pointer;flex-shrink:0;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.filters-panel__icon-btn:hover{background:var(--bt-navy-tint-06);border-color:var(--bt-navy-soft, #c5d4e8);color:var(--bt-navy)}.filters-panel__icon-btn:focus-visible{outline:2px solid var(--bt-navy);outline-offset:2px}.filters-grid{display:grid;grid-template-columns:1fr;gap:1rem 1.15rem;align-items:start}@media(min-width:480px){.filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.filters-footnote{margin:0;font-size:.8rem;color:var(--bt-text-muted);line-height:1.55}.select-field{display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--bt-text-muted);min-width:0;width:100%}.select-field__label{cursor:default}.select-field--menu-open{position:relative;z-index:80}.select-field__control{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;min-width:0;width:100%}.select-field__shell{width:100%;min-width:0;position:relative;z-index:2}.select-field__trigger{width:100%;border-radius:12px;border:1px solid var(--bt-border);padding:.55rem .75rem;font-size:.9375rem;font-weight:500;font-family:inherit;color:var(--bt-text);background:var(--bt-white);min-height:44px;max-width:100%;position:relative;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:.5rem;box-sizing:border-box}.select-field__trigger:disabled{opacity:.65;cursor:not-allowed}.select-field__trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.select-field__trigger-chevron{flex-shrink:0;font-size:.6rem;line-height:1;opacity:.55}.select-field__menu{list-style:none;margin:0;padding:.35rem 0;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:500;background:var(--bt-white);border:1px solid var(--bt-border);border-radius:12px;box-shadow:var(--bt-shadow-md);max-height:min(18rem,55vh);overflow-y:auto}.select-field__option{padding:.5rem .85rem;cursor:pointer;font-size:.95rem;line-height:1.4;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.select-field__option:hover,.select-field__option.is-selected{background:var(--bt-navy-soft)}.select-field__opt-code{font-weight:500}.select-field__opt-hint{color:var(--bt-text-soft);font-size:.72rem;font-weight:400;white-space:normal;word-break:break-word}.select-field__hint{display:block;margin:0;padding:0 .05rem;color:var(--bt-text-soft);font-size:.72rem;font-weight:400;line-height:1.4;opacity:.92;width:100%;max-width:100%;white-space:normal;word-break:break-word;overflow-wrap:anywhere;box-sizing:border-box}.match-counter{margin:0;font-weight:600;color:var(--bt-text)}.result-panel{display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:1}.code-card{border-radius:14px;border:1px dashed rgba(var(--bt-navy-rgb),.35);padding:1rem 1.2rem;background:var(--bt-navy-soft)}.variant-code{font-family:Fira Mono,JetBrains Mono,Consolas,monospace;font-size:1.2rem;display:block;margin-top:.35rem;color:var(--bt-navy)}.result-card{border-radius:var(--bt-radius, 16px);border:1px solid var(--bt-border);padding:1.5rem;background:var(--bt-white)}.variant-description{margin:0 0 1.25rem;font-size:1.05rem;color:var(--bt-text-muted)}.variant-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem 1.25rem;margin:0}.variant-details div{background:var(--bt-gray-50);border-radius:12px;padding:.75rem}.variant-details dt{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--bt-text-muted)}.variant-details dd{margin:.2rem 0 0;font-size:1.05rem;font-weight:700;color:var(--bt-text)}.variant-placeholder{color:var(--bt-text-muted);font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rotate3d{0%{transform:perspective(1000px) rotateY(0)}to{transform:perspective(1000px) rotateY(360deg)}}@keyframes textReveal{0%{opacity:0;transform:translateY(20px);clip-path:inset(0 0 100% 0)}to{opacity:1;transform:translateY(0);clip-path:inset(0 0 0% 0)}}@keyframes countUp{0%{opacity:0;transform:translateY(10px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes flip{0%{transform:perspective(1000px) rotateY(0)}to{transform:perspective(1000px) rotateY(180deg)}}@keyframes magnetic{0%{transform:translate(0)}to{transform:translate(var(--mx, 0),var(--my, 0))}}@keyframes blurUp{0%{filter:blur(10px);opacity:0}to{filter:blur(0);opacity:1}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleRotate{0%{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(5deg)}to{transform:scale(1) rotate(0)}}.panel,.result-card,.code-card,.select-field__trigger,button,a{transition:all .3s cubic-bezier(.4,0,.2,1)}.panel{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) backwards}.filters-panel{animation-delay:.1s}.result-panel{animation-delay:.2s}.result-card{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.3s;will-change:transform}.result-card:hover{transform:translateY(-3px);box-shadow:var(--bt-shadow-navy-lg)}.code-card{animation:scaleIn .4s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.2s}.code-card:hover{transform:scale(1.01);border-color:rgba(var(--bt-navy-rgb),.45);background:var(--bt-navy-soft)}.product-image-container{position:relative;animation:fadeIn .8s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.4s;overflow:hidden;will-change:transform}.product-image-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,var(--bt-shine) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 3s infinite;pointer-events:none;z-index:1;opacity:0;transition:opacity .3s}.product-image-container:hover:before{opacity:1}.product-image-container img{transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .4s ease;will-change:transform}.product-image-container:hover img{transform:scale(1.05)}.media-map-skeleton{margin-bottom:1.5rem}.media-map-skeleton__label{margin:0 0 .75rem;font-size:.85rem;color:var(--bt-text-soft);display:flex;align-items:center;gap:.5rem}.media-map-skeleton__spinner{width:1rem;height:1rem;border:2px solid var(--bt-slate-200);border-top-color:var(--bt-navy);border-radius:50%;flex-shrink:0;animation:app-boot-spin .75s linear infinite}.media-map-skeleton--reduced .media-map-skeleton__spinner{animation:none;border-color:var(--bt-slate-300);border-top-color:var(--bt-slate-400)}.media-map-skeleton__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1.25rem}.media-map-skeleton__grid--drawings{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:0}.media-map-skeleton__tile{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--bt-slate-200);background:var(--bt-slate-100);min-height:200px}.media-map-skeleton__tile--drawing{min-height:140px;border-radius:10px}.media-map-skeleton__tile:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 45%,transparent 90%);animation:media-skeleton-shimmer 1.4s ease-in-out infinite}.media-map-skeleton--reduced .media-map-skeleton__tile:after{animation:none}@keyframes media-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.media-map-skeleton__section-title{height:1rem;width:11rem;max-width:60%;border-radius:6px;background:var(--bt-slate-200);margin:0 0 .75rem;position:relative;overflow:hidden}.media-map-skeleton__section-title:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:media-skeleton-shimmer 1.4s ease-in-out infinite}.media-map-skeleton--reduced .media-map-skeleton__section-title:after{animation:none}.media-map-error{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1.25rem;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--bt-error-soft);background:var(--bt-error-bg);color:var(--bt-error-text)}.media-map-error__text{margin:0;flex:1 1 12rem;font-size:.875rem;line-height:1.45}.media-map-error__retry{flex-shrink:0;padding:.45rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;border:none;border-radius:999px;background:var(--bt-navy);color:var(--bt-white)}.media-map-error__retry:hover{background:var(--bt-navy-hover)}.media-map-error__retry:focus-visible{outline:none;box-shadow:var(--bt-focus-ring)}.media-map-skeleton__drawings{padding:1rem;border-radius:12px;border:1px solid var(--bt-slate-200);background:var(--bt-white)}button,a[role=button]{position:relative;overflow:hidden;transform-style:preserve-3d;backface-visibility:hidden}button:before,a[role=button]:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:var(--bt-shine);transform:translate(-50%,-50%);transition:width .6s,height .6s;pointer-events:none}button:active:before,a[role=button]:active:before{width:300px;height:300px}button:hover,a[role=button]:hover{transform:translateY(-2px) scale(1.02);box-shadow:var(--bt-shadow-elevated)}button:active,a[role=button]:active{transform:translateY(0) scale(.98)}a[role=button][style*="background-color: #1e3a8a"]:hover,a[role=button][style*="background-color: #2563eb"]:hover{background-color:var(--bt-navy-hover)!important}a[role=button][style*="background-color: #059669"]:hover{background-color:var(--bt-success-hover)!important}button[style*="background-color: #dc2626"]:hover{background-color:var(--bt-red-700)!important}.select-field{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) backwards}.select-field__trigger{transition:all .3s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow}.select-field__trigger:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--bt-shadow-select-hover);border-color:var(--bt-navy)}.select-field__trigger:focus-visible{transform:translateY(-1px);box-shadow:var(--bt-focus-ring-combo);border-color:var(--bt-navy);outline:none}.variant-details{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.5s}.variant-details div{transition:all .3s cubic-bezier(.4,0,.2,1);animation:scaleIn .4s cubic-bezier(.4,0,.2,1) backwards}.variant-details div:nth-child(1){animation-delay:.6s}.variant-details div:nth-child(2){animation-delay:.65s}.variant-details div:nth-child(3){animation-delay:.7s}.variant-details div:nth-child(4){animation-delay:.75s}.variant-details div:nth-child(5){animation-delay:.8s}.variant-details div:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--bt-shadow-card);background:var(--bt-white)}.action-buttons{animation:slideInRight .5s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.4s}.action-buttons a,.action-buttons button{animation:scaleIn .3s cubic-bezier(.4,0,.2,1) backwards}.action-buttons a:nth-child(1),.action-buttons button:nth-child(1){animation-delay:.5s}.action-buttons a:nth-child(2),.action-buttons button:nth-child(2){animation-delay:.55s}.action-buttons a:nth-child(3),.action-buttons button:nth-child(3){animation-delay:.6s}html{scroll-behavior:smooth}@media(prefers-reduced-motion:no-preference){.result-panel{transition:transform .1s ease-out}}.product-image-container img{opacity:0;animation:fadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.product-image-container img[src]{opacity:1}.filters-grid>*{animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) backwards}.filters-grid>*:nth-child(1){animation-delay:.1s}.filters-grid>*:nth-child(2){animation-delay:.15s}.filters-grid>*:nth-child(3){animation-delay:.2s}.filters-grid>*:nth-child(4){animation-delay:.25s}.filters-grid>*:nth-child(5){animation-delay:.3s}.filters-grid>*:nth-child(6){animation-delay:.35s}.filters-grid>*:nth-child(7){animation-delay:.4s}.filters-grid>*:nth-child(8){animation-delay:.45s}.filters-grid>*:nth-child(9){animation-delay:.5s}.filters-grid>*:nth-child(10){animation-delay:.55s}.app-topbar{animation:fadeInUp .45s cubic-bezier(.4,0,.2,1) backwards}.app-hero{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.04s}.panel{background:var(--bt-white);border:1px solid var(--bt-border);box-shadow:var(--bt-shadow)}.result-card{background:var(--bt-white)}.product-image-container{perspective:none;transform:none}.product-image-container img{transform:none;transition:none}.magnetic-element{position:relative;transition:transform .3s cubic-bezier(.23,1,.32,1)}.scroll-reveal{opacity:1;transform:translateY(10px);transition:opacity .22s ease-out,transform .22s ease-out}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.text-reveal{display:inline-block;animation:textReveal .18s ease-out backwards}.variant-code{animation:textReveal .14s ease-out backwards;animation-delay:.04s}.count-up{display:inline-block;animation:countUp .14s ease-out backwards}.match-counter{animation:countUp .5s cubic-bezier(.4,0,.2,1) backwards;animation-delay:.2s}button.magnetic,a[role=button].magnetic{position:relative;transition:transform .3s cubic-bezier(.23,1,.32,1)}.parallax-container{position:relative;overflow:hidden}.parallax-element{transition:transform .1s ease-out}.image-blur-up{filter:blur(10px);opacity:0;transition:filter .5s,opacity .5s}.image-blur-up.loaded{filter:blur(0);opacity:1}.page-transition{animation:slideUpFade .5s cubic-bezier(.4,0,.2,1)}.card-flip{transform-style:preserve-3d;transition:transform .6s}.card-flip:hover{transform:rotateY(5deg)}.animated-gradient{background:linear-gradient(-45deg,var(--bt-slate-50),var(--bt-slate-100),var(--bt-slate-200),var(--bt-slate-50));background-size:400% 400%;animation:gradientShift 15s ease infinite}.result-card{transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.result-card:hover{box-shadow:var(--bt-shadow-navy-lg);transform:translateY(-3px)}.stagger-text{display:inline-block;animation:fadeInUp .6s cubic-bezier(.4,0,.2,1) backwards}.code-card{position:relative;overflow:hidden}.code-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--bt-navy-rgb),.12),transparent);transition:left .5s}.code-card:hover:before{left:100%}.progress-indicator{position:relative;overflow:hidden}.progress-indicator:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--bt-navy),transparent);animation:shimmer 2s infinite}.morph-shape{transition:border-radius .5s cubic-bezier(.4,0,.2,1)}.morph-shape:hover{border-radius:24px}.cursor-glow{position:fixed;width:20px;height:20px;border-radius:50%;background:radial-gradient(circle,rgba(var(--bt-navy-rgb),.22),transparent);pointer-events:none;z-index:9999;transition:transform .2s ease;mix-blend-mode:screen}.split-text{display:inline-block;overflow:hidden}.split-text span{display:inline-block;animation:slideUpFade .6s cubic-bezier(.4,0,.2,1) backwards}button,a[role=button],.select-field__trigger{background-position:0% 50%;background-size:200% 200%;transition:background-position .5s ease,transform .3s ease}.interactive-scale{transition:transform .3s cubic-bezier(.4,0,.2,1)}.interactive-scale:active{animation:scaleRotate .3s ease}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scroll-reveal{opacity:1;transform:none}}@media(hover:none)and (pointer:coarse),(max-width:768px){html{scroll-behavior:auto}.app-topbar,.app-hero,.panel,.filters-panel,.result-panel,.selector-layout,.scroll-reveal,.text-reveal,.filters-grid>*,.code-card,.result-card,.product-image-container,.variant-code,.count-up{animation:none!important;animation-delay:0!important;opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important}.product-image-container img{opacity:1!important;animation:none!important}.scroll-reveal.visible{opacity:1;transform:none}}@media(min-width:768px){.selector-layout{flex-direction:row;align-items:flex-start;gap:1.5rem}.filters-panel{flex:0 1 400px;width:100%;max-width:min(460px,100%);min-width:min(100%,280px)}.result-panel{flex:1 1 0;min-width:0}}@media(min-width:1100px){.filters-panel{flex-basis:430px;max-width:460px}}@media(hover:none),(pointer:coarse){.select-field,.panel,.result-card,.code-card,.filters-grid>*{animation:none!important}.select-field__trigger,.select-field__trigger:hover,.select-field__trigger:focus-visible{transform:none!important;transition:none!important;box-shadow:none!important;touch-action:manipulation}button:hover,a[role=button]:hover,.result-card:hover,.code-card:hover,.variant-details div:hover{transform:none!important;box-shadow:none!important}}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:radial-gradient(1200px 520px at 12% -10%,rgba(var(--bt-primary-rgb),.2),transparent 62%),radial-gradient(900px 420px at 100% 0%,rgba(var(--bt-navy-rgb),.18),transparent 58%),linear-gradient(180deg,#f2f5fb,#e8edf6)}.login-page__brand{margin-bottom:1.5rem;text-align:center}.login-page__logo{height:56px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 3px 10px rgba(10,28,67,.08))}.login-card{width:100%;max-width:460px;background:var(--bt-white);border-radius:18px;border:1px solid var(--bt-border);box-shadow:0 14px 40px #12213e24;padding:2.5rem 2.25rem;display:flex;flex-direction:column;gap:2rem}.login-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.login-card__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.login-card__eyebrow{margin:0;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--bt-text-soft);font-weight:700}.login-card__title{margin:0;font-size:1.55rem;font-weight:800;color:var(--bt-heading-slate);letter-spacing:-.02em}.login-lang{display:inline-flex;border-radius:var(--bt-radius-pill, 999px);border:1px solid var(--bt-navy);overflow:hidden}.login-lang__btn{padding:6px 12px;font-size:12px;font-weight:600;border:none;background:var(--bt-white);color:var(--bt-navy);cursor:pointer;transition:background .15s,color .15s}.login-lang__btn:first-of-type{border-right:1px solid var(--bt-navy)}.login-lang__btn--active{background:var(--bt-navy);color:var(--bt-white)}.login-lang__btn:hover:not(.login-lang__btn--active){background:var(--bt-navy-soft)}.login-form{display:flex;flex-direction:column;gap:1.25rem;padding-top:.25rem}.login-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--bt-slate-600)}.login-field__label{font-weight:500}.login-field__input{padding:12px 14px;border:1px solid var(--bt-slate-200);border-radius:10px;font-size:15px;transition:border-color .2s,box-shadow .2s}.login-field__input:focus{outline:none;border-color:var(--bt-navy);box-shadow:var(--bt-focus-ring)}.login-field__input:disabled{opacity:.7;cursor:not-allowed}.login-form__error{margin:0;font-size:14px;color:var(--bt-danger-600);padding:8px 0 0}.login-form__submit{width:100%;margin-top:.5rem;padding:14px 22px;min-height:46px;font-size:16px;font-weight:600;color:var(--bt-white, #ffffff);background:linear-gradient(135deg,var(--bt-navy, #0f2f66) 0%,var(--bt-primary, #1a4fa3) 100%);border:1px solid var(--bt-navy, #0f2f66);border-radius:var(--bt-radius-pill, 999px);cursor:pointer;transition:background .2s,box-shadow .2s;display:inline-flex;align-items:center;justify-content:center}.login-form__submit:hover:not(:disabled){box-shadow:var(--bt-shadow-navy-xl);background:linear-gradient(135deg,var(--bt-navy-hover, #0c2857) 0%,var(--bt-primary-hover, #17468f) 100%)}.login-form__submit:disabled{opacity:.8;cursor:not-allowed}.password-input__toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;line-height:1;color:var(--bt-text-soft);display:flex;align-items:center;justify-content:center}.password-input__toggle:hover{color:var(--bt-slate-900)}.password-input__error{margin:4px 0 0;font-size:13px;color:var(--bt-danger-600)}.user-mgmt-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bt-login-brand-overlay);backdrop-filter:blur(6px)}.user-mgmt-card{width:100%;max-width:520px;max-height:90vh;overflow:auto;background:var(--bt-white);border-radius:16px;box-shadow:var(--bt-shadow-modal);padding:1.5rem}.user-mgmt-card h2{margin:0 0 1.25rem;font-size:1.25rem;color:var(--bt-slate-900)}.user-mgmt-section{padding:1rem;margin-bottom:1.5rem;background:var(--bt-navy-soft);border-radius:12px;border:1px solid rgba(var(--bt-navy-rgb),.2)}.user-mgmt-section h3{margin:0 0 .75rem;font-size:.95rem;color:var(--bt-navy)}.user-mgmt-form-row{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}.user-mgmt-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.user-mgmt-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--bt-slate-50);border-radius:8px}.user-mgmt-btn--danger{padding:6px 12px;font-size:12px;background:var(--bt-error-bg);color:var(--bt-error-text);border:none;border-radius:6px;cursor:pointer;font-weight:500}.user-mgmt-btn--danger:hover{background:var(--bt-error-soft)}.user-mgmt-card--wide{max-width:720px}.user-mgmt-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.user-mgmt-header h2{margin:0;font-size:1.25rem;color:var(--bt-slate-900)}.user-mgmt-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--bt-text-soft);padding:.25rem;line-height:1}.user-mgmt-close:hover{color:var(--bt-slate-900)}.user-mgmt-form{display:flex;flex-direction:column;gap:.75rem}.user-mgmt-label{display:flex;flex-direction:column;gap:4px;font-size:14px;color:var(--bt-slate-600)}.user-mgmt-label-text{font-size:14px;color:var(--bt-slate-600);margin-bottom:4px;display:block}.user-mgmt-msg{margin:0;font-size:14px}.user-mgmt-msg--ok{color:var(--bt-green-800)}.user-mgmt-msg--err{color:var(--bt-danger-600)}.user-mgmt-section--muted{background:var(--bt-slate-50);border-color:var(--bt-slate-200)}.user-mgmt-section--muted h3{color:var(--bt-text-soft)}.user-mgmt-accordion{width:100%;display:flex;align-items:center;padding:.5rem 0;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--bt-sky-900);cursor:pointer;text-align:left}.user-mgmt-perms-help{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--bt-slate-200);display:flex;flex-direction:column;gap:.5rem}.user-mgmt-perm-row{display:flex;flex-direction:column;gap:2px}.user-mgmt-perm-row strong{font-size:13px;color:var(--bt-slate-700)}.user-mgmt-perm-desc{font-size:12px;color:var(--bt-text-soft)}.user-mgmt-form-row--wrap{flex-wrap:wrap;gap:12px}.user-mgmt-perms-inline{display:flex;flex-direction:column;gap:6px;min-width:200px}.user-mgmt-checkbox-group{display:flex;flex-wrap:wrap;gap:12px 16px}.user-mgmt-checkbox-group--vertical{flex-direction:column;gap:8px}.user-mgmt-checkbox{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--bt-slate-600);cursor:pointer}.user-mgmt-checkbox input{width:16px;height:16px}.user-mgmt-btn{padding:8px 16px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .15s}.user-mgmt-btn:disabled{opacity:.7;cursor:not-allowed}.user-mgmt-btn--primary{background:var(--bt-navy);color:var(--bt-white)}.user-mgmt-btn--primary:hover:not(:disabled){background:var(--bt-navy-hover)}.user-mgmt-btn--accent{background:var(--bt-navy);color:var(--bt-white)}.user-mgmt-btn--accent:hover:not(:disabled){background:var(--bt-navy-hover)}.user-mgmt-btn--secondary{background:var(--bt-slate-100);color:var(--bt-slate-600);border:1px solid var(--bt-slate-200)}.user-mgmt-btn--secondary:hover:not(:disabled){background:var(--bt-slate-200)}.user-mgmt-btn--danger{background:var(--bt-error-bg);color:var(--bt-error-text)}.user-mgmt-btn--danger:hover:not(:disabled){background:var(--bt-error-soft)}.user-mgmt-btn--small{padding:6px 12px;font-size:12px}.user-mgmt-empty{margin:0;color:var(--bt-slate-400);font-size:14px}.user-mgmt-table-wrap{overflow-x:auto;border:1px solid var(--bt-slate-200);border-radius:10px;background:var(--bt-white)}.user-mgmt-table{width:100%;border-collapse:collapse;font-size:14px}.user-mgmt-table th,.user-mgmt-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--bt-slate-100)}.user-mgmt-table th{background:var(--bt-slate-50);font-weight:600;color:var(--bt-slate-600)}.user-mgmt-table tbody tr:hover{background:var(--bt-zinc-50)}.user-mgmt-username{font-weight:500;color:var(--bt-slate-900)}.user-mgmt-badges{display:flex;flex-wrap:wrap;gap:6px}.user-mgmt-actions{display:flex;gap:8px}.user-mgmt-modal{position:fixed;inset:0;z-index:1001;display:flex;align-items:center;justify-content:center;background:var(--bt-overlay-scrim);padding:2rem}.user-mgmt-modal-content{background:var(--bt-white);border-radius:12px;padding:1.5rem;max-width:360px;width:100%;box-shadow:var(--bt-shadow-popover)}.user-mgmt-modal-content--wide{max-width:420px}.user-mgmt-modal-content h3{margin:0 0 .75rem;font-size:1.1rem;color:var(--bt-slate-900)}.user-mgmt-modal-content p{margin:0 0 1rem;color:var(--bt-text-soft);font-size:14px}.user-mgmt-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:1rem}.user-mgmt-edit-perms{margin:.75rem 0}.sales-field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.sales-field__label{font-size:.78rem;font-weight:600;color:var(--bt-text-soft)}.sales-field__hint{display:block;margin-top:.35rem;font-size:.75rem;color:var(--bt-text-soft);line-height:1.4}.sales-autosave-status{margin:.35rem 0 0;font-size:.78rem;color:var(--bt-text-soft)}.sales-field__textarea{width:100%;padding:.5rem .65rem;border:1px solid var(--bt-slate-300);border-radius:8px;font-family:inherit;font-size:.875rem;resize:vertical;box-sizing:border-box}.sales-payment-terms{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.5;color:var(--bt-text)}.sales-payment-terms__pct{width:3rem;padding:.25rem .35rem;border:1px solid var(--bt-slate-300);border-radius:6px;font-family:inherit;font-size:.875rem;text-align:center;box-sizing:border-box}.sales-payment-terms__pct:focus{outline:2px solid var(--bt-blue-400);outline-offset:1px;border-color:var(--bt-blue-400)}.delivery-terms{margin-top:.5rem}.delivery-terms__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.35rem}.delivery-terms__head h2{margin:0;font-size:1rem}.delivery-terms__badge{font-size:.72rem;font-weight:600;color:var(--bt-primary);background:color-mix(in srgb,var(--bt-primary) 12%,transparent);padding:.2rem .55rem;border-radius:999px}.delivery-terms__intro{margin:0 0 .85rem;font-size:.82rem;color:var(--bt-text-soft);line-height:1.45}.delivery-terms__options{display:flex;flex-direction:column;gap:.55rem}.delivery-terms__option{display:flex;align-items:flex-start;gap:.65rem;padding:.65rem .75rem;border:1px solid var(--bt-border);border-radius:10px;background:var(--bt-white);cursor:pointer;transition:border-color .15s,background .15s}.delivery-terms__option--active{border-color:var(--bt-primary);background:color-mix(in srgb,var(--bt-primary) 6%,var(--bt-white))}.delivery-terms__option input{margin-top:.2rem;flex-shrink:0}.delivery-terms__option-body{display:flex;flex-direction:column;gap:.15rem;min-width:0}.delivery-terms__option-body strong{font-size:.875rem}.delivery-terms__option-body span{font-size:.78rem;color:var(--bt-text-soft);line-height:1.4}.delivery-terms__confirmed{display:grid;gap:.65rem;margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--bt-border)}.delivery-terms__warn{margin:0;font-size:.78rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.5rem .65rem}.delivery-terms__approval{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin:.15rem 0 .35rem}.delivery-terms__approval-status{margin:0;font-size:.78rem;font-weight:600;color:var(--bt-navy)}.delivery-terms__approval-btn{padding:.45rem 1rem;border-radius:999px;border:1px solid var(--bt-navy);background:var(--bt-navy);color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.delivery-terms__approval-btn:hover:not(:disabled){background:#1a3d6e;border-color:#1a3d6e}.delivery-terms__approval-btn:disabled{opacity:.55;cursor:not-allowed}.delivery-terms__approval-msg{margin:0;font-size:.78rem;line-height:1.45;border-radius:8px;padding:.45rem .65rem}.delivery-terms__approval-msg--ok{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.delivery-terms__approval-msg--err{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.delivery-terms__preview{margin:.75rem 0 0;font-size:.82rem;color:var(--bt-text-soft);line-height:1.45}.delivery-terms__preview-label{font-weight:600;color:var(--bt-text)}.delivery-terms__approval-status--pending{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.45rem .65rem}.delivery-terms__approval-status--approved{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.45rem .65rem}.delivery-terms__approval-status--rejected{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.45rem .65rem}.delivery-terms__approval-status--revision_requested{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:.45rem .65rem}.delivery-terms__revision{margin:.75rem 0;padding:.75rem;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;font-size:.84rem;color:#1e3a8a}.delivery-terms__revision p{margin:0 0 .35rem}.delivery-terms__revision p:last-child{margin-bottom:0}.delivery-terms__approved-date{margin-top:.75rem}.delivery-terms__approved-date-value{margin:.25rem 0 0;font-size:1rem;font-weight:600;color:var(--bt-text)}.delivery-approval-page{max-width:1200px;margin:0 auto;padding:1.25rem 1rem 2rem}.delivery-approval-page__hero h1{margin:.25rem 0 .5rem}.delivery-approval-page__intro{margin:0;color:var(--bt-text-soft);max-width:52rem}.delivery-approval-page__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0}.delivery-approval-page__filter{border:1px solid var(--bt-border);background:var(--bt-white);color:var(--bt-text);border-radius:999px;padding:.35rem .85rem;font-size:.82rem;cursor:pointer}.delivery-approval-page__filter--active{background:var(--bt-navy);border-color:var(--bt-navy);color:#fff}.delivery-approval-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:1rem;align-items:start}@media(max-width:900px){.delivery-approval-layout{grid-template-columns:1fr}}.delivery-approval-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.delivery-approval-list__item{width:100%;text-align:left;border:1px solid var(--bt-border);border-radius:12px;background:var(--bt-white);padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.25rem}.delivery-approval-list__item--active{border-color:var(--bt-navy);box-shadow:0 0 0 1px var(--bt-navy)}.delivery-approval-list__no{font-family:ui-monospace,Consolas,monospace;font-size:.82rem;font-weight:600}.delivery-approval-list__customer{font-size:.88rem}.delivery-approval-list__meta{font-size:.74rem;color:var(--bt-text-soft)}.delivery-approval-badge{display:inline-flex;width:fit-content;margin-top:.25rem;font-size:.72rem;font-weight:600;border-radius:999px;padding:.15rem .55rem}.delivery-approval-badge--pending{color:#92400e;background:#fef3c7}.delivery-approval-badge--approved{color:#166534;background:#dcfce7}.delivery-approval-badge--rejected{color:#991b1b;background:#fee2e2}.delivery-approval-badge--revision{color:#1e40af;background:#dbeafe}.delivery-approval-detail__head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.delivery-approval-detail__head h2{margin:0}.delivery-approval-detail__head p{margin:.25rem 0 0;color:var(--bt-text-soft)}.delivery-approval-detail__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:0 0 1rem}.delivery-approval-detail__meta dt{font-size:.72rem;color:var(--bt-text-soft);margin-bottom:.15rem}.delivery-approval-detail__meta dd{margin:0;font-size:.86rem}.delivery-approval-table{width:100%;border-collapse:collapse;font-size:.82rem}.delivery-approval-table th,.delivery-approval-table td{border-bottom:1px solid var(--bt-border);padding:.45rem .35rem;text-align:left;vertical-align:top}.delivery-approval-detail__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.delivery-approval-detail__resolved{margin-top:.75rem;padding:.75rem;border-radius:10px;background:var(--bt-gray-50);font-size:.84rem}.delivery-approval-detail__resolved--rejected{background:#fef2f2}.delivery-approval-detail__resolved--revision{background:#eff6ff}.delivery-approval-detail__viewer-note{margin:1rem 0 0;font-size:.74rem;color:var(--bt-text-soft)}.sales-divider{border:none;border-top:1px solid var(--bt-border);margin:1rem 0}.sales-segment-toggle{margin-bottom:.75rem;width:fit-content}.sales-picker-list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:280px;overflow-y:auto}.sales-picker-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;padding:.65rem .75rem;border:1px solid var(--bt-border);border-radius:12px;background:var(--bt-gray-50)}.sales-picker-item--extra{border-style:dashed;background:var(--bt-white)}.sales-picker-item__body{min-width:0;flex:1}.sales-picker-item__code{font-family:ui-monospace,Consolas,monospace;font-size:.8rem;font-weight:700;color:var(--bt-navy);word-break:break-all}.sales-picker-item__desc{margin:.25rem 0 0;font-size:.8rem;line-height:1.4;color:var(--bt-text-muted)}.sales-picker-item__hint{margin:.2rem 0 0;font-size:.72rem;color:var(--bt-text-soft)}.sales-picker-item__add{flex-shrink:0;border:1px solid var(--bt-navy);background:var(--bt-white);color:var(--bt-navy);border-radius:999px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit}.sales-picker-item__add:hover{background:var(--bt-navy-soft)}.sales-lines{display:flex;flex-direction:column;gap:.65rem}.sales-line-card{border:1px solid var(--bt-border);border-radius:12px;padding:.75rem;background:var(--bt-gray-50)}.sales-line-card__head{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .65rem}.sales-line-card__index{font-size:.72rem;font-weight:700;color:var(--bt-text-soft)}.sales-line-card__code{font-family:ui-monospace,Consolas,monospace;font-size:.85rem;font-weight:700;color:var(--bt-navy)}.sales-line-card__badge{font-size:.68rem;font-weight:600;padding:.1rem .4rem;border-radius:4px;background:var(--bt-navy-soft);color:var(--bt-navy)}.sales-line-card__remove{margin-left:auto;font-size:.78rem}.sales-line-card__desc{margin:.35rem 0 .65rem;font-size:.82rem;line-height:1.45;color:var(--bt-text-muted)}.sales-line-card__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}@media(max-width:520px){.sales-line-card__fields{grid-template-columns:1fr}}.sales-line-card__amount{padding:.45rem .65rem;border-radius:8px;background:var(--bt-white);border:1px solid var(--bt-border);font-weight:700;color:var(--bt-navy);font-size:.9rem}.sales-summary{margin-top:1rem}.sales-summary__grid{margin:0}.sales-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.sales-warning{color:var(--bt-error-text);margin-top:.5rem}.quote-preview-frame{margin-top:.5rem;padding:.75rem;border:1px solid var(--bt-border);border-radius:12px;background:#f1f5f9;overflow:auto;max-height:min(90vh,calc(297mm + 2rem))}.quote-preview-frame .quote-sheet{min-height:var(--qs-page-h);height:auto;display:flex;flex-direction:column}.quote-preview-frame .quote-sheet__print-shell{flex:1 1 auto;display:flex;flex-direction:column;min-height:calc(var(--qs-page-h) - 28mm)}.quote-preview-frame .quote-sheet__page-cell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.quote-preview-frame .quote-sheet__page{flex:1 1 auto;min-height:0}.quote-preview-frame .quote-sheet__footer-cell{flex-shrink:0;margin-top:auto}.sales-app .sales-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.sales-hero__actions{display:flex;gap:.5rem;flex-wrap:wrap}.sales-badge,.app-topbar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;margin-left:.35rem;padding:0 .35rem;border-radius:999px;background:var(--bt-navy);color:#fff;font-size:.7rem;font-weight:700}.delivery-terms__pending-hint{margin:0 0 .5rem;font-size:.78rem;color:#92400e;line-height:1.45}.sales-pending-banner{margin:0 0 1rem;padding:.65rem .85rem;border-radius:10px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:.84rem;line-height:1.45}.sales-pending-banner--revision{border-color:#bfdbfe;background:#eff6ff;color:#1e40af}.my-quotes-page__hero{margin-bottom:1rem}.my-quotes-toolbar{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:1rem}.my-quotes-search{flex:1 1 220px;min-width:180px}.my-quotes-filter{min-width:150px}.my-quotes-mine-toggle{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--bt-text-soft);margin-bottom:.35rem}.my-quotes-table-wrap{overflow-x:auto}.my-quotes-table{width:100%;border-collapse:collapse;font-size:.84rem}.my-quotes-table th,.my-quotes-table td{padding:.55rem .45rem;border-bottom:1px solid var(--bt-border);text-align:left;vertical-align:top}.my-quotes-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--bt-text-soft)}.my-quotes-table__no{font-family:ui-monospace,Consolas,monospace;font-weight:600;white-space:nowrap}.my-quotes-table__customer{display:block;font-weight:600}.my-quotes-table__meta{display:block;font-size:.74rem;color:var(--bt-text-soft);margin-top:.1rem}.my-quotes-table__date,.my-quotes-table__amount{white-space:nowrap}.my-quotes-status-select{min-width:118px;font-size:.82rem}.my-quotes-table__actions{white-space:nowrap}.my-quotes-action-btn{padding:.35rem .65rem;font-size:.78rem}.my-quotes-delete{margin-left:.35rem;font-size:1.1rem}.my-quotes-badge{display:inline-flex;font-size:.72rem;font-weight:600;border-radius:999px;padding:.15rem .55rem}.my-quotes-badge--pending{color:#92400e;background:#fef3c7}.my-quotes-badge--approved{color:#166534;background:#dcfce7}.my-quotes-badge--rejected{color:#991b1b;background:#fee2e2}.my-quotes-badge--revision{color:#1e40af;background:#dbeafe}.my-quotes-badge--muted{color:var(--bt-text-soft)}.my-quotes-table__delivery{font-size:.78rem;color:var(--bt-text);white-space:nowrap}.my-quotes-mobile-list{display:none}.my-quotes-card{display:flex;flex-direction:column;gap:.75rem}.my-quotes-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.my-quotes-card__no{margin:0;font-family:ui-monospace,Consolas,monospace;font-size:.88rem;font-weight:700;color:var(--bt-navy)}.my-quotes-card__customer{margin:.25rem 0 0;font-size:.92rem;font-weight:600;color:var(--bt-text);line-height:1.35}.my-quotes-card__meta{display:block;margin-top:.15rem;font-size:.76rem;color:var(--bt-text-soft)}.my-quotes-card__amount{margin:0;font-size:.95rem;font-weight:700;color:var(--bt-navy);white-space:nowrap}.my-quotes-card__facts{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem;margin:0}.my-quotes-card__facts>div{min-width:0}.my-quotes-card__facts dt{margin:0;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bt-text-soft)}.my-quotes-card__facts dd{margin:.15rem 0 0;font-size:.82rem;color:var(--bt-text)}.my-quotes-card__status{margin:0}.my-quotes-card__actions{display:flex;gap:.5rem}.my-quotes-card__actions .user-mgmt-btn{flex:1}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.code-card__toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.code-card__toolbar-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.shipping-modal-overlay{position:fixed;inset:0;background:var(--bt-overlay-scrim-50);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.shipping-modal-card{background:var(--bt-white);border-radius:16px;padding:2rem;max-width:800px;width:100%;max-height:90vh;overflow:auto;box-shadow:var(--bt-shadow-float)}.shipping-modal-card__head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem}.shipping-modal-card__title{margin:0;font-size:1.5rem;font-weight:600;color:var(--bt-heading-2, #0f172a)}.shipping-modal-card__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--bt-text-soft);padding:.25rem .5rem}.my-quotes-footnote{margin:1rem 0 0;font-size:.74rem;color:var(--bt-text-soft)}.ops-overview-page__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.ops-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.65rem;margin-bottom:1rem}.ops-stat-card{padding:.75rem .85rem;border:1px solid var(--bt-border);border-radius:12px;background:var(--bt-white)}.ops-stat-card--pending{border-color:#fde68a;background:#fffbeb}.ops-stat-card--compact{opacity:.92}.ops-stat-card__label{display:block;font-size:.72rem;color:var(--bt-text-soft);margin-bottom:.2rem}.ops-stat-card__value{font-size:1.35rem;color:var(--bt-navy)}.patron-dashboard__hero{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.patron-dashboard__updated{margin:.5rem 0 0;font-size:.74rem;color:var(--bt-text-soft)}.patron-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem}.patron-kpi-card{padding:1rem 1.1rem;border:1px solid var(--bt-border);border-radius:14px;background:var(--bt-white);box-shadow:0 1px 3px #0f172a0a}.patron-kpi-card--primary{border-color:#bfdbfe;background:linear-gradient(145deg,#eff6ff,#fff)}.patron-kpi-card--success{border-color:#bbf7d0;background:linear-gradient(145deg,#f0fdf4,#fff)}.patron-kpi-card--warn{border-color:#fde68a;background:linear-gradient(145deg,#fffbeb,#fff)}.patron-kpi-card__label{display:block;font-size:.72rem;color:var(--bt-text-soft);margin-bottom:.35rem}.patron-kpi-card__value{display:block;font-size:1.25rem;line-height:1.3;color:var(--bt-navy);font-weight:700}.patron-kpi-card__hint{display:block;margin-top:.35rem;font-size:.72rem;color:var(--bt-text-soft)}.patron-section-title{margin:0 0 .75rem;font-size:1rem;color:var(--bt-heading)}.patron-section-desc{margin:-.35rem 0 .85rem;font-size:.82rem;color:var(--bt-text-soft)}.patron-status-row{margin-bottom:1rem;padding:1rem 1.15rem}.patron-status-bars{display:grid;gap:.85rem}.patron-status-bar__head{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem}.patron-status-bar__count{font-size:.78rem;color:var(--bt-text-soft)}.patron-status-bar__track{height:8px;border-radius:999px;background:#f1f5f9;overflow:hidden}.patron-status-bar__fill{height:100%;border-radius:999px;transition:width .3s ease}.patron-status-bar__fill--draft{background:#94a3b8}.patron-status-bar__fill--sent{background:#3b82f6}.patron-status-bar__fill--accepted{background:#22c55e}.patron-status-bar__fill--rejected{background:#ef4444}.patron-status-bar__value{display:block;margin-top:.25rem;font-size:.76rem;color:var(--bt-text-soft)}.patron-tab-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:1rem}.patron-tab-panel,.patron-chart-panel{padding:1rem 1.15rem}.patron-chart{display:flex;align-items:flex-end;gap:.65rem;min-height:160px;padding-top:.5rem}.patron-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;min-width:0}.patron-chart__bars{display:flex;align-items:flex-end;gap:4px;height:120px;width:100%;justify-content:center}.patron-chart__bar{width:14px;border-radius:4px 4px 0 0;min-height:4px}.patron-chart__bar--quotes{background:#3b82f6}.patron-chart__bar--accepted{background:#22c55e}.patron-chart__label{margin-top:.45rem;font-size:.68rem;color:var(--bt-text-soft);text-align:center}.patron-chart__meta{font-size:.65rem;color:var(--bt-text-soft)}.patron-chart-legend{display:flex;gap:1rem;margin-top:.85rem;font-size:.72rem;color:var(--bt-text-soft)}.patron-chart-legend__item:before{content:"";display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:.35rem;vertical-align:middle}.patron-chart-legend__item--quotes:before{background:#3b82f6}.patron-chart-legend__item--accepted:before{background:#22c55e}.patron-table .patron-table__highlight{font-weight:600;color:var(--bt-navy)}.ops-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.ops-tabs__btn{border:1px solid var(--bt-border);background:var(--bt-white);color:var(--bt-text);border-radius:999px;padding:.35rem .85rem;font-size:.82rem;cursor:pointer}.ops-tabs__btn--active{background:var(--bt-navy);border-color:var(--bt-navy);color:#fff}.ops-tab-panel{margin-bottom:1rem}.ops-search{margin-bottom:.75rem;max-width:360px}.ops-summary{display:grid;gap:1.5rem}.ops-summary h2{margin:0 0 .65rem;font-size:1rem}.ops-panel-intro{margin:0 0 .75rem;font-size:.84rem;color:var(--bt-text-soft)}.ops-approval-layout{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:1rem;align-items:start}@media(max-width:900px){.ops-approval-layout{grid-template-columns:1fr}}.ops-badge{display:inline-flex;font-size:.72rem;font-weight:600;border-radius:999px;padding:.15rem .55rem}.ops-badge--pending{color:#92400e;background:#fef3c7}.ops-badge--approved{color:#166534;background:#dcfce7}.ops-badge--rejected{color:#991b1b;background:#fee2e2}.ops-badge--revision{color:#1e40af;background:#dbeafe}.ops-badge--muted{color:var(--bt-text-soft)}.ops-badge--quote-draft{color:#374151;background:#f3f4f6}.ops-badge--quote-sent{color:#1e40af;background:#dbeafe}.ops-badge--quote-accepted{color:#166534;background:#dcfce7}.ops-badge--quote-rejected{color:#991b1b;background:#fee2e2}.ops-variants-table__selections{max-width:280px;font-size:.78rem;color:var(--bt-text-soft);line-height:1.4}.sales-workspace{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:1rem;align-items:start}.sales-sidebar,.sales-main{min-width:0}.sales-sidebar__fields{display:flex;flex-direction:column;gap:.65rem}.sales-customer-card{padding:.65rem .75rem;border:1px solid var(--bt-border);border-radius:10px;background:var(--bt-gray-50);font-size:.8rem;color:var(--bt-text-soft)}.sales-customer-card p{margin:.2rem 0 0}.sales-private-customer-fields{display:flex;flex-direction:column;gap:.65rem;padding:.65rem .75rem;border:1px dashed var(--bt-border);border-radius:10px;background:var(--bt-gray-50)}.sales-private-customer-fields .sales-field__hint{margin:0}.customer-picker{display:flex;flex-direction:column;gap:.4rem}.customer-picker__control{position:relative}.customer-picker__search-row{display:flex;align-items:center;gap:.35rem}.customer-picker__input{flex:1;min-width:0}.customer-picker__clear{flex:0 0 auto;width:2rem;height:2rem;border:1px solid var(--bt-border);border-radius:8px;background:var(--bt-gray-50);color:var(--bt-text-soft);font-size:1.1rem;line-height:1;cursor:pointer}.customer-picker__clear:hover:not(:disabled){background:var(--bt-gray-100);color:var(--bt-text)}.customer-picker__add{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--bt-border);border-radius:8px;background:var(--bt-white);color:var(--bt-navy);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.customer-picker__add:hover:not(:disabled){background:var(--bt-navy-tint-06);border-color:var(--bt-navy-soft, #c5d4e8);color:var(--bt-navy)}.customer-picker__add:focus-visible{outline:2px solid var(--bt-navy);outline-offset:2px}.customer-picker__clear:disabled,.customer-picker__add:disabled{opacity:.45;cursor:not-allowed}.customer-picker__selected,.customer-picker__hint{margin:0;font-size:.78rem;line-height:1.35;color:var(--bt-text-soft)}.customer-picker__selected{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;padding:.45rem .55rem;border:1px solid var(--bt-border);border-radius:8px;background:var(--bt-gray-50);color:var(--bt-text)}.customer-picker__selected-no{font-weight:700;font-variant-numeric:tabular-nums}.customer-picker__selected-name{flex:1 1 auto;min-width:0}.customer-picker__selected-meta,.customer-picker__option-meta{color:var(--bt-text-soft);font-size:.72rem}.customer-picker__list{position:absolute;z-index:40;top:calc(100% + .25rem);left:0;right:0;max-height:280px;margin:0;padding:.35rem;list-style:none;overflow-y:auto;border:1px solid var(--bt-border);border-radius:10px;background:var(--bt-surface, #fff);box-shadow:0 10px 28px #0f172a1f}.customer-picker__option{display:flex;align-items:flex-start;gap:.55rem;width:100%;padding:.5rem .55rem;border:none;border-radius:8px;background:transparent;text-align:left;cursor:pointer;color:inherit}.customer-picker__option:hover,.customer-picker__option--selected{background:var(--bt-gray-50)}.customer-picker__option-no{flex:0 0 auto;min-width:2rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--bt-text-soft)}.customer-picker__option-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.customer-picker__option-name{font-size:.82rem;line-height:1.3}.customer-picker__empty{padding:.65rem .55rem;font-size:.8rem;color:var(--bt-text-soft)}.sales-field__hint--inline{font-weight:400;margin-left:.25rem;opacity:.85}.sales-history-search{margin-bottom:.5rem}.sales-history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:320px;overflow-y:auto}.sales-history-item{display:flex;align-items:stretch;gap:.25rem;border:1px solid var(--bt-border);border-radius:10px;overflow:hidden;background:var(--bt-white)}.sales-history-item--active{border-color:var(--bt-navy);box-shadow:0 0 0 1px var(--bt-navy)}.sales-history-item__main{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.55rem .65rem;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit}.sales-history-item__no{font-family:ui-monospace,Consolas,monospace;font-size:.78rem;font-weight:700;color:var(--bt-navy)}.sales-history-item__customer{font-size:.82rem;font-weight:600}.sales-history-item__meta{font-size:.72rem;color:var(--bt-text-soft)}.sales-history-item__delete{padding:0 .55rem;font-size:1.1rem;align-self:stretch}.sales-empty{padding:2rem 1rem;text-align:center;border:1px dashed var(--bt-border);border-radius:12px;background:var(--bt-gray-50)}.sales-extras-panel{margin-top:1rem;padding:.85rem;border:1px dashed var(--bt-border);border-radius:12px;background:#f8fafc}.sales-extras-panel__title{margin:0 0 .5rem;font-size:.9rem;color:var(--bt-navy)}.sales-extras-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.sales-extras-panel__item{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.55rem 0;border-top:1px solid var(--bt-border)}.sales-extras-panel__item:first-child{border-top:none;padding-top:0}.sales-extras-panel__item code{font-size:.78rem;font-weight:700}.sales-extras-panel__item p{margin:.2rem 0 0;font-size:.8rem}.sales-extras-panel__reason{display:block;margin-top:.15rem;font-size:.72rem;color:var(--bt-text-soft)}.customer-mgmt-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}@media(max-width:900px){.sales-workspace,.customer-mgmt-form__grid{grid-template-columns:1fr}}@page{size:A4 portrait;margin:14mm 16mm 16mm}.quote-sheet{--qs-navy: #0f2f66;--qs-border: #e5e7eb;--qs-muted: #6b7280;--qs-muted-light: #9ca3af;--qs-subtle: #f8fafc;--qs-discount: #b45309;--qs-discount-bg: rgba(180, 83, 9, .07);--qs-page-w: 210mm;--qs-page-h: 297mm;position:relative;isolation:isolate;background:#fff;color:var(--qs-navy);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:8pt;line-height:1.4;width:var(--qs-page-w);max-width:var(--qs-page-w);min-height:var(--qs-page-h);margin:0 auto;padding:14mm 16mm 10mm;box-sizing:border-box;display:flex;flex-direction:column;overflow:visible}.quote-sheet__page{position:relative;z-index:1;flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.quote-sheet__watermark{position:absolute;top:0;left:0;width:var(--qs-page-w);height:var(--qs-page-h);box-sizing:border-box;pointer-events:none;z-index:0;overflow:hidden}.quote-sheet__wm-tile{position:absolute;inset:0;width:100%;height:100%;background-repeat:repeat;background-size:30px 30px;pointer-events:none;opacity:.035;filter:brightness(0) saturate(100%) invert(13%) sepia(85%) saturate(3500%) hue-rotate(210deg);-webkit-print-color-adjust:exact;print-color-adjust:exact}.quote-sheet>:not(.quote-sheet__watermark):not(.quote-sheet__print-shell){position:relative;z-index:1}.quote-sheet__print-shell{flex:1 1 auto;display:flex;flex-direction:column;width:100%;border-collapse:collapse;border:none;border-spacing:0;position:relative;z-index:1;min-height:0}.quote-sheet__print-shell>tbody,.quote-sheet__print-shell>tfoot{display:block;width:100%;padding:0;border:none}.quote-sheet__print-shell>tbody>tr,.quote-sheet__print-shell>tfoot>tr{display:block;width:100%;padding:0;border:none}.quote-sheet__print-shell>tbody>tr>td,.quote-sheet__print-shell>tfoot>tr>td{display:block;width:100%;padding:0;border:none}.quote-sheet__page-cell,.quote-sheet__footer-cell{padding:0;border:none}.quote-sheet__legal-footer{position:relative;z-index:2;flex-shrink:0;margin-top:auto;box-sizing:border-box;border-top:1px solid var(--qs-border);padding:2mm 0 0;background:#fff;pointer-events:none}.quote-sheet__sign-area{margin-top:3rem;display:flex;justify-content:flex-end;page-break-inside:avoid;break-inside:avoid;flex-shrink:0}.quote-sheet__footer-legal{margin:0;padding:0 18mm 0 0;font-size:5.5pt;color:var(--qs-muted-light);line-height:1.35}.quote-sheet__footer-page{position:absolute;right:0;bottom:0;margin:0;white-space:nowrap;font-size:6pt;font-weight:600;color:var(--qs-muted-light)}.quote-sheet__footer-page:after{content:"1"}.quote-sheet__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding-bottom:.65rem;border-bottom:1.5px solid var(--qs-navy);margin-bottom:.75rem;flex-shrink:0}.quote-sheet__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;max-width:56%;flex:1 1 0;min-width:0}.quote-sheet__logo{height:42px;width:auto;max-width:168px;object-fit:contain;object-position:left center;flex-shrink:0}.quote-sheet__brand-text{display:flex;flex-direction:column;gap:.15rem}.quote-sheet__brand-legal{margin:0;font-size:7pt;font-weight:500;color:#4b5563;line-height:1.45}.quote-sheet__brand-contact{margin:.35rem 0 0;font-size:7pt;color:var(--qs-muted);line-height:1.5}.quote-sheet__doc-title{text-align:right;min-width:148px;flex-shrink:0;box-sizing:border-box}.quote-sheet__doc-title h1{margin:0;font-size:18pt;font-weight:800;letter-spacing:-.02em;color:var(--qs-navy);line-height:1}.quote-sheet__doc-sub{margin:.45rem 0 0;font-size:6.5pt;font-weight:400;color:var(--qs-muted-light)}.quote-sheet__doc-number{margin:.55rem 0 0;font-family:ui-monospace,Consolas,monospace;font-size:7.5pt;font-weight:600;letter-spacing:.02em;color:var(--qs-navy);opacity:.92}.quote-sheet__doc-dates{margin:.55rem 0 0;display:grid;gap:.15rem}.quote-sheet__doc-dates>div{display:flex;justify-content:flex-end;gap:.55rem;font-size:6.5pt}.quote-sheet__doc-dates dt{margin:0;color:var(--qs-muted-light);font-weight:500}.quote-sheet__doc-dates dd{margin:0;font-weight:500;color:var(--qs-navy)}.quote-sheet__parties{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.85rem;align-items:stretch}.quote-sheet__party{display:flex;flex-direction:column;height:100%;min-height:0;padding:.55rem .7rem;border:1px solid var(--qs-border);border-radius:6px;background:#fff;page-break-inside:avoid;break-inside:avoid;box-sizing:border-box}.quote-sheet__party h2{margin:0 0 .55rem;font-size:6.5pt;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9ca3af}.quote-sheet__party-name{margin:0;font-size:9.5pt;font-weight:700;color:var(--qs-navy);line-height:1.35}.quote-sheet__party-meta{margin:.25rem 0 0;font-size:7.5pt;color:#4b5563;line-height:1.5}.quote-sheet__facts{margin:0;display:grid;gap:.25rem}.quote-sheet__facts>div{display:flex;justify-content:space-between;gap:.65rem;padding-bottom:.35rem;border-bottom:1px solid #f3f4f6}.quote-sheet__facts>div:last-child{border-bottom:none;padding-bottom:0}.quote-sheet__facts dt{margin:0;font-size:7pt;font-weight:500;color:#9ca3af;flex-shrink:0}.quote-sheet__facts dd{margin:0;font-size:7.5pt;font-weight:600;text-align:right;color:var(--qs-navy);line-height:1.4}.quote-sheet__table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:7pt;margin-bottom:.75rem}.quote-sheet__table th{background:transparent;color:var(--qs-navy);text-align:left;padding:.35rem .25rem;font-size:6pt;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-bottom:2px solid var(--qs-navy)}.quote-sheet__table th:nth-child(1){width:4%}.quote-sheet__table th:nth-child(2){width:21%}.quote-sheet__table th:nth-child(4),.quote-sheet__table th:nth-child(5),.quote-sheet__table th:nth-child(6){width:12%;text-align:right}.quote-sheet__table td{padding:.4rem .25rem;border-bottom:1px solid var(--qs-border);vertical-align:top;word-break:break-word;line-height:1.35}.quote-sheet__table tbody tr{page-break-inside:avoid;break-inside:avoid}.quote-sheet__idx{color:#9ca3af;font-weight:500}.quote-sheet__desc-primary{margin:0;font-size:8pt;font-weight:700;color:var(--qs-navy);line-height:1.4}.quote-sheet__desc-specs{margin:.2rem 0 0;font-size:6.5pt;font-weight:400;font-style:normal;color:var(--qs-muted-light);line-height:1.35}.quote-sheet__bottom{display:grid;grid-template-columns:1fr minmax(180px,220px);gap:.85rem;align-items:start;margin-top:.25rem;page-break-inside:avoid;break-inside:avoid}.quote-sheet__bottom-left{display:flex;flex-direction:column;gap:.45rem}.quote-sheet__payment,.quote-sheet__delivery,.quote-sheet__delivery-time{padding:.45rem .6rem;border-radius:6px;font-size:7pt;line-height:1.35}.quote-sheet__payment{background:var(--qs-subtle);border:1px solid var(--qs-border)}.quote-sheet__delivery,.quote-sheet__delivery-time{background:#fff;border:1px solid var(--qs-border)}.quote-sheet__payment strong,.quote-sheet__delivery strong,.quote-sheet__delivery-time strong{display:block;margin-bottom:.35rem;font-size:6.5pt;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9ca3af}.quote-sheet__payment p,.quote-sheet__delivery p,.quote-sheet__delivery-time p{margin:0;color:#4b5563}.quote-sheet__payment-notes{margin-top:.45rem!important;padding-top:.45rem;border-top:1px solid var(--qs-border);font-size:7pt;color:#6b7280!important}.quote-sheet__footer-sign-block{width:12rem;text-align:right;flex-shrink:0;page-break-inside:avoid;break-inside:avoid}.quote-sheet__footer-sign-label{margin:0 0 .5rem;font-size:6.5pt;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--qs-muted-light)}.quote-sheet__footer-sign-img{display:block;margin-left:auto;margin-bottom:.1rem;max-width:100%;max-height:32px;width:auto;height:auto;object-fit:contain;object-position:right bottom}.quote-sheet__footer-sign-line{border-bottom:1.5px solid rgba(15,47,102,.35);height:0;min-height:1.35rem}.quote-sheet__footer-sign-name{margin:.4rem 0 0;font-size:7pt;font-weight:600;color:var(--qs-navy)}.quote-sheet__footer-sign-role{margin:.1rem 0 0;font-size:6.5pt;font-weight:400;color:var(--qs-muted-light)}.quote-sheet__product-code{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-weight:700;font-size:7pt;letter-spacing:.01em;color:var(--qs-navy);line-height:1.35;word-break:normal;overflow-wrap:anywhere}.quote-sheet__mono{font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-weight:600;font-size:7pt;color:var(--qs-navy)}.quote-sheet__num{text-align:right;white-space:nowrap;color:#374151}.quote-sheet__num--amount{font-weight:600;color:var(--qs-navy)}.quote-sheet__totals{width:100%;padding-top:.15rem;padding-bottom:.6rem}.quote-sheet__total-row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:7.5pt;border-bottom:1px solid var(--qs-border);color:var(--qs-muted)}.quote-sheet__total-row span:last-child{font-weight:600;color:var(--qs-navy);white-space:nowrap}.quote-sheet__total-row--discount{margin:.15rem 0;padding:.5rem .65rem;border-bottom:none;border-radius:6px;background:var(--qs-discount-bg);color:#92400e}.quote-sheet__total-row--discount span:last-child{color:var(--qs-discount);font-weight:700}.quote-sheet__total-row--grand{border:none;border-radius:0;padding:.5rem 0 1.1rem;margin-top:.35rem;margin-bottom:.5rem;background:transparent;border-top:1.5px solid var(--qs-navy);align-items:baseline}.quote-sheet__total-row--grand span:first-child{font-size:8.5pt;font-weight:800;color:var(--qs-navy)}.quote-sheet__total-row--grand span:last-child{font-size:12pt;font-weight:800;color:var(--qs-navy)}.sales-summary__discount{color:#b45309;font-weight:600}.app-view--hidden{display:none!important}.action-buttons-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--bt-border)}.action-buttons-row__group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.action-buttons-row__quote{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.35rem;margin-left:auto;background:linear-gradient(135deg,var(--bt-navy) 0%,var(--bt-navy-hover) 100%);color:#fff;border-radius:999px;border:none;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(var(--bt-navy-rgb),.28);white-space:nowrap}.action-buttons-row__quote:hover{background:linear-gradient(135deg,#2349a8 0%,var(--bt-navy-hover) 100%)}.selector-extras-card{margin:1.25rem 0 0;padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.selector-extras-card--inline{margin-top:1.5rem;border-top:1px solid var(--bt-border);padding-top:1.25rem;border-radius:0 0 14px 14px;background:linear-gradient(180deg,#fafbfc,#fff)}.selector-extras-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.selector-extras-card__head h3{margin:0;font-size:.95rem;color:var(--bt-navy)}.selector-extras-card__head p{margin:.2rem 0 0;font-size:.78rem;color:var(--bt-text-soft)}.selector-extras-card__quote-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;margin-left:.35rem;border-radius:999px;background:#ffffff38;font-size:.78rem;font-weight:800}.selector-extras-card__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.55rem}.selector-extras-card__item{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;padding:.65rem .75rem;border-radius:10px;background:#fff;border:1px solid var(--bt-border);transition:border-color .15s ease,box-shadow .15s ease}.selector-extras-card__item--in-quote{border-color:#86efac;background:#f0fdf4;box-shadow:inset 0 0 0 1px #22c55e26}.selector-extras-card__open{flex:1;min-width:0;margin:0;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit;border-radius:8px;transition:background .15s ease}.selector-extras-card__open:hover{background:var(--bt-navy-soft, #eef2f8)}.selector-extras-card__open:focus-visible{outline:2px solid var(--bt-navy);outline-offset:2px}.selector-extras-card__item code{font-size:.78rem;font-weight:700;color:var(--bt-navy)}.selector-extras-card__item p,.selector-extras-card__open p{margin:.2rem 0 0;font-size:.8rem}.selector-extras-card__item span{display:block;margin-top:.15rem;font-size:.72rem;color:var(--bt-text-soft)}.selector-extras-card__add{flex-shrink:0;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--bt-navy);background:var(--bt-white);color:var(--bt-navy);font-size:.78rem;font-weight:600;cursor:pointer}.selector-extras-card__add:hover{background:var(--bt-navy);color:#fff}.selector-quote-qty{flex-shrink:0;display:inline-flex;align-items:center;gap:.15rem;padding:.2rem;border-radius:999px;border:1px solid var(--bt-navy);background:#fff}.selector-quote-qty--compact{border-color:var(--bt-border)}.selector-quote-qty__btn{width:1.75rem;height:1.75rem;border:none;border-radius:999px;background:transparent;color:var(--bt-navy);font-size:1rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.selector-quote-qty__btn:hover{background:var(--bt-navy-soft, #eef2f8)}.selector-quote-qty__value{min-width:1.5rem;text-align:center;font-size:.85rem;font-weight:700;color:var(--bt-navy)}.selector-quote-control__add--compact{padding:.4rem .9rem;border-radius:999px;border:1px solid var(--bt-border);background:transparent;color:var(--bt-text-muted, #64748b);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.selector-quote-control__add--compact:hover:not(:disabled){background:var(--bt-navy-soft, #eef2f8);border-color:var(--bt-navy);color:var(--bt-navy)}.selector-quote-control__add--compact:disabled,.selector-extras-card__add:disabled{opacity:.45;cursor:not-allowed}.select-field__required-hint{margin:-.35rem 0 .5rem;color:var(--bt-error-text, #b45309);font-size:.78rem}.code-card__action-btn--quote-go{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .95rem;border-radius:999px;border:none;background:linear-gradient(135deg,var(--bt-navy) 0%,var(--bt-navy-hover) 100%);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(var(--bt-navy-rgb),.28)}.code-card__action-btn--quote-go:hover{background:linear-gradient(135deg,#2349a8 0%,var(--bt-navy-hover) 100%)}.code-card__action-btn-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3rem;border-radius:999px;background:#ffffff38;font-size:.72rem;font-weight:800}.customers-page__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.customers-page__hero .subtitle{margin:.35rem 0 0;max-width:42rem}.customers-page__form-top{margin-bottom:.75rem}.customers-page--form{width:100%;max-width:none;padding:1.25rem 1.5rem 2.5rem;display:flex;flex-direction:column;gap:1rem}.customers-page__form-toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.customers-page__form-toolbar-title{display:flex;align-items:center;gap:.65rem;flex:1;min-width:0}.customers-page__form-toolbar-title h1{margin:0;font-size:1.35rem;font-weight:800;color:var(--bt-heading);letter-spacing:-.02em}.customers-page__form-flash{margin:0}.customer-form{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:1.25rem;align-items:start;width:100%}.customer-form__aside{position:sticky;top:1rem;display:flex;flex-direction:column;gap:.85rem}.customer-form__aside-kicker{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--bt-navy)}.customer-form__summary{margin:0;display:grid;gap:.65rem}.customer-form__summary dt{margin:0;font-size:.72rem;font-weight:600;color:var(--bt-text-soft, #64748b);text-transform:uppercase;letter-spacing:.04em}.customer-form__summary dd{margin:.15rem 0 0;font-size:.92rem;font-weight:600;color:var(--bt-heading);word-break:break-word}.customer-form__input--inline{width:100%;max-width:8rem;font-weight:600;padding:.35rem .5rem}.customer-form__summary-brand{color:var(--bt-navy)}.customer-form__aside-hint{margin:0;font-size:.8rem;line-height:1.45;color:var(--bt-text-soft, #64748b)}.customer-form__aside-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.customer-form__main{display:flex;flex-direction:column;gap:1rem;min-width:0}.customer-form__section{padding:1.15rem 1.25rem}.customer-form__section-title{margin:0 0 1rem;font-size:.95rem;font-weight:800;color:var(--bt-navy);letter-spacing:-.01em}.customer-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}.customer-form__grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-form__split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.customer-form__field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.customer-form__field--wide{grid-column:1 / -1}.customer-form__field--check{flex-direction:row;align-items:center;gap:.5rem;padding-top:1.6rem}.customer-form__field--check input{width:auto;margin:0}.customer-form__label{font-size:.78rem;font-weight:600;color:var(--bt-text-soft, #64748b)}.customer-form__req{color:#dc2626;margin-left:.15rem}.customer-form__input,.customer-form__textarea{width:100%;box-sizing:border-box;padding:.55rem .7rem;border:1px solid var(--bt-border);border-radius:8px;font:inherit;font-size:.9rem;color:var(--bt-heading);background:var(--bt-white);transition:border-color .15s ease,box-shadow .15s ease}.customer-form__input:hover,.customer-form__textarea:hover{border-color:#cbd5e1}.customer-form__input:focus,.customer-form__textarea:focus{outline:none;border-color:var(--bt-navy);box-shadow:var(--bt-focus-ring, 0 0 0 3px rgba(30, 58, 95, .15))}.customer-form__input:disabled,.customer-form__textarea:disabled{background:var(--bt-gray-50, #f8fafc);color:var(--bt-text-soft, #64748b)}.customer-form__textarea{resize:vertical;min-height:4.5rem;line-height:1.45}.customers-page__form-panel--full{max-width:none;width:100%}.customers-page__list-panel--full{width:100%}.customers-page__cell--brands{min-width:7rem;max-width:11rem}.customers-page__quick-panel{margin-bottom:1rem}.customers-page__quick-panel h2{margin:0 0 .65rem;font-size:1rem}.customers-page__quick-form{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.customers-page__quick-input{flex:1 1 220px;min-width:0}.customers-page__hint{margin:.55rem 0 0;font-size:.78rem;color:var(--bt-text-soft)}.customers-page__toggle-details{margin:.35rem 0 .85rem;font-size:.82rem}.customers-page__grid--compact{margin-bottom:.35rem}.customers-page__badge{display:inline-block;margin-left:.35rem;font-size:.65rem;font-weight:700;padding:.12rem .4rem;border-radius:999px;vertical-align:middle}.customers-page__badge--incomplete{background:#fef3c7;color:#92400e}.customers-page__badge--sold{background:#dcfce7;color:#166534}.customers-page__badge--quoted{background:#dbeafe;color:#1e40af}.customers-page__badge--prospect{background:#f1f5f9;color:#475569}.customers-page__segments{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.5rem}.customers-page__segment{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--bt-border);background:var(--bt-white);border-radius:999px;padding:.3rem .75rem;font:inherit;font-size:.78rem;cursor:pointer;color:var(--bt-text)}.customers-page__segment--active{background:var(--bt-navy);border-color:var(--bt-navy);color:#fff}.customers-page__segment-count{font-size:.68rem;opacity:.85}.customers-page__segment-hint{margin:0 0 .75rem;font-size:.74rem;color:var(--bt-text-soft)}.customer-detail__status{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid var(--bt-border)}.customer-detail__status-meta{font-size:.78rem;color:var(--bt-text-soft)}.customers-list__item{flex-wrap:wrap}.customers-list__item .customers-page__badge{margin-left:auto;flex-shrink:0}.profile-menu{position:relative}.profile-menu__trigger{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--bt-border);background:var(--bt-white);border-radius:999px;padding:.25rem .55rem .25rem .3rem;font:inherit;cursor:pointer;color:var(--bt-nav-link);transition:border-color .15s ease,box-shadow .15s ease}.profile-menu__trigger:hover,.profile-menu__trigger--open{border-color:var(--bt-navy);box-shadow:0 0 0 2px var(--bt-navy-tint-06)}.profile-menu__trigger--active{background:var(--bt-navy-tint-06)}.profile-menu__avatar{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--bt-navy);color:#fff;font-size:.78rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.profile-menu__name{font-size:.82rem;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu__chevron{font-size:.65rem;opacity:.65}.profile-menu__dropdown{position:absolute;top:calc(100% + .35rem);right:0;min-width:220px;background:var(--bt-white);border:1px solid var(--bt-border);border-radius:12px;box-shadow:0 12px 32px #0f172a1f;padding:.35rem;z-index:300}.profile-menu__section+.profile-menu__section{margin-top:.2rem;padding-top:.2rem;border-top:1px solid var(--bt-border)}.profile-menu__section-label{margin:0;padding:.35rem .65rem .15rem;font-size:.66rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#94a3b8}.profile-menu__dropdown-head{padding:.45rem .65rem .35rem}.profile-menu__dropdown-user{font-size:.78rem;font-weight:700;color:var(--bt-text-soft)}.profile-menu__sep{border:none;border-top:1px solid var(--bt-border);margin:.25rem 0}.profile-menu__item{display:block;width:100%;box-sizing:border-box;text-align:left;text-decoration:none;border:none;background:transparent;font:inherit;font-size:.88rem;padding:.55rem .65rem;border-radius:8px;cursor:pointer;color:var(--bt-nav-link)}.profile-menu__item:hover{background:var(--bt-navy-tint-06);color:var(--bt-nav-link-hover)}.profile-menu__item--danger{color:#b91c1c}.profile-menu__item--danger:hover{background:#fef2f2;color:#991b1b}.profile-page__hero-row{display:flex;align-items:center;gap:1rem}.profile-page__avatar-lg{width:3.5rem;height:3.5rem;border-radius:50%;background:var(--bt-navy);color:#fff;font-size:1.35rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-page__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1rem;align-items:start}.profile-page__col{display:flex;flex-direction:column;gap:1rem;min-width:0}.profile-page .panel.profile-page__section{padding:1.25rem 1.35rem}.profile-page__section h2{margin:0 0 1rem;font-size:1rem;font-weight:700;color:var(--bt-heading)}.profile-page__section--admin{grid-column:1 / -1}.profile-page__section--signature{height:100%}.profile-page__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.85rem 1rem;margin:0 0 1.15rem;padding-bottom:1.15rem;border-bottom:1px solid var(--bt-border)}.profile-page__meta dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bt-text-soft)}.profile-page__meta dd{margin:.15rem 0 0;font-weight:600}.profile-page__title-readonly{margin:0;font-weight:600;font-size:1rem}.profile-page__field{display:grid;gap:.45rem}.profile-page__field-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bt-text-soft)}.profile-page__lang{display:inline-flex;width:fit-content;border-radius:var(--bt-radius-pill, 999px);border:1px solid var(--bt-border);overflow:hidden;background:var(--bt-gray-50)}.profile-page__lang-btn{padding:.45rem 1.1rem;font-size:.82rem;font-weight:600;border:none;background:transparent;color:var(--bt-text-soft);cursor:pointer}.profile-page__lang-btn+.profile-page__lang-btn{border-left:1px solid var(--bt-border)}.profile-page__lang-btn--active{background:var(--bt-navy);color:#fff}.profile-page__lang-btn:not(.profile-page__lang-btn--active):hover{background:var(--bt-white);color:var(--bt-heading)}.profile-page__role{display:inline-block;font-size:.78rem;padding:.15rem .5rem;border-radius:999px}.profile-page__role--admin{background:#eef2ff;color:var(--bt-navy)}.profile-page__role--user{background:var(--bt-gray-50);color:var(--bt-text-soft)}.profile-page__perms-label{margin:0 0 .45rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bt-text-soft)}.profile-page__perm-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.profile-page__perm-list li{display:grid;gap:.1rem}.profile-page__perm-list strong{font-size:.85rem}.profile-page__perm-list span{font-size:.78rem;color:var(--bt-text-soft);line-height:1.45}.profile-page__hint{margin:.55rem 0 0;font-size:.78rem;color:var(--bt-text-soft)}.first50-sync{margin-top:1rem;display:grid;gap:.75rem}.first50-sync__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.first50-sync__filter{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--bt-text-soft);cursor:pointer}.first50-sync__list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem;max-height:28rem;overflow:auto}.first50-sync__row{border:1px solid var(--bt-border);border-radius:12px;padding:.75rem .85rem;background:var(--bt-surface)}.first50-sync__row--changed{border-color:color-mix(in srgb,var(--bt-accent) 35%,var(--bt-border))}.first50-sync__row--remove{border-color:color-mix(in srgb,#c0392b 25%,var(--bt-border))}.first50-sync__head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.first50-sync__no{font-size:.82rem;font-weight:600}.first50-sync__badge{font-size:.68rem;padding:.12rem .45rem;border-radius:999px;background:color-mix(in srgb,var(--bt-accent) 12%,transparent);color:var(--bt-accent)}.first50-sync__badge--muted{background:var(--bt-gray-100);color:var(--bt-text-soft)}.first50-sync__title{margin:0 0 .45rem;font-size:.82rem;line-height:1.45}.first50-sync__diff{margin:0 0 .55rem;display:grid;gap:.35rem;font-size:.76rem}.first50-sync__diff div{display:grid;grid-template-columns:5.5rem 1fr;gap:.35rem .65rem;align-items:start}.first50-sync__diff dt{margin:0;color:var(--bt-text-soft)}.first50-sync__diff dd{margin:0;word-break:break-word}.first50-sync__old{color:var(--bt-text-soft);text-decoration:line-through;text-decoration-color:color-mix(in srgb,var(--bt-text-soft) 50%,transparent)}.first50-sync__arrow{margin:0 .35rem;color:var(--bt-text-soft)}.first50-sync__new{font-weight:600}.first50-sync__actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}.profile-page__signature{display:grid;gap:.65rem}.profile-page__signature-preview{min-height:120px;max-height:160px;border:1px dashed var(--bt-border);border-radius:12px;background:var(--bt-gray-50);display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;overflow:hidden}.profile-page__signature-preview img{max-width:100%;max-height:120px;object-fit:contain}.profile-page__signature-empty{font-size:.82rem;color:var(--bt-text-soft)}.profile-page__signature-actions{display:flex;flex-wrap:wrap;gap:.5rem}.profile-page__signature-upload{cursor:pointer;margin:0}.profile-page__password-form{display:grid;gap:.65rem;max-width:360px}.profile-page__admin-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.65rem;margin-bottom:1rem}.profile-page__admin-card{display:grid;gap:.25rem;padding:.85rem 1rem;border:1px solid var(--bt-border);border-radius:12px;text-decoration:none;color:inherit;background:var(--bt-gray-50);transition:border-color .15s ease,background .15s ease}.profile-page__admin-card:hover{border-color:var(--bt-navy);background:var(--bt-navy-tint-06)}.profile-page__admin-card strong{color:var(--bt-navy)}.profile-page__admin-card span{font-size:.78rem;color:var(--bt-text-soft)}.profile-page__data-health{margin:1rem 0;padding:1rem;border:1px solid var(--bt-border);border-radius:12px;background:var(--bt-gray-50)}.profile-page__data-health h3{margin:0 0 .5rem;font-size:.95rem}.profile-page__health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:.75rem 0}.profile-page__health-grid dt{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bt-text-soft)}.profile-page__health-grid dd{margin:.15rem 0 0;font-size:.85rem}.profile-page__code{font-size:.75rem;word-break:break-all}.profile-page__admin-users h3{margin:0 0 .75rem;font-size:.95rem}.admin-page .panel,.admin-page__section.panel{padding:1.25rem 1.35rem}.admin-page__section h2{margin:0 0 1rem;font-size:1rem;font-weight:700;color:var(--bt-heading)}.admin-page__hint{margin:.55rem 0 0;font-size:.78rem;color:var(--bt-text-soft);line-height:1.45}.admin-page__field{display:grid;gap:.45rem}.admin-page__field-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bt-text-soft)}.admin-page__grid{display:grid;gap:1rem;align-items:start}.admin-page__grid--stack{grid-template-columns:1fr}.admin-page__grid--settings{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-page__full{grid-column:1 / -1}.team-panel__intro{margin:0 0 1rem}.team-panel__subhead{margin:1rem 0 .65rem;font-size:.92rem;font-weight:700;color:var(--bt-heading)}.team-member-list{display:flex;flex-direction:column;gap:.65rem}.team-member-card{border:1px solid var(--bt-border);border-radius:12px;background:var(--bt-white);overflow:hidden}.team-member-card--open{border-color:color-mix(in srgb,var(--bt-navy) 25%,var(--bt-border));box-shadow:0 0 0 1px color-mix(in srgb,var(--bt-navy) 8%,transparent)}.team-member-card__head{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem}.team-member-card__toggle{flex:1;min-width:0;display:flex;align-items:center;gap:.65rem;border:none;background:none;font:inherit;text-align:left;cursor:pointer;padding:0}.team-member-card__avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--bt-navy);color:#fff;font-size:.95rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.team-member-card__summary{flex:1;min-width:0;display:flex;flex-direction:column;gap:.12rem}.team-member-card__name{font-size:.92rem;font-weight:700;color:var(--bt-heading)}.team-member-card__you{font-weight:600;color:var(--bt-text-soft)}.team-member-card__meta{font-size:.76rem;color:var(--bt-text-soft);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-member-card__badge{flex-shrink:0;font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;background:#e8f5e9;color:#2e7d32}.team-member-card__badge--muted{background:var(--bt-gray-50);color:var(--bt-text-soft)}.team-member-card__chevron{flex-shrink:0;color:var(--bt-text-soft);font-size:.85rem}.team-member-card__save{flex-shrink:0}.team-member-card__body{padding:.75rem;border-top:1px solid var(--bt-border);background:var(--bt-gray-50)}.team-member-card__body .sales-limits-grid,.team-member-card__body .sales-settings__limits-grid{margin-top:.75rem}.team-member-card__readonly{margin:0;font-weight:600;font-size:.92rem}.admin-teams__intro{margin-bottom:1.25rem}.admin-teams__intro{margin-bottom:1rem}.admin-teams__create-form{display:grid;gap:.75rem;max-width:420px}.admin-teams__section{margin-bottom:1.75rem}.admin-teams__section--warn{padding:1rem 1.1rem;border-radius:10px;border:1px solid rgba(234,179,8,.35);background:#fef9c359}.admin-teams__heading{margin:0 0 .75rem;font-size:1.05rem}.admin-teams__manager-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.admin-teams__manager-item{display:flex;flex-wrap:wrap;gap:.35rem .75rem;padding:.65rem .85rem;border-radius:8px;background:#0f2f660a;border:1px solid rgba(15,47,102,.08)}.admin-teams__manager-item span{color:var(--text-muted, #64748b)}.admin-teams__group-body{padding-top:.25rem}.admin-teams__member-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.admin-teams__member{display:flex;align-items:center;gap:.65rem}.admin-teams__member-avatar{width:2rem;height:2rem;font-size:.85rem}.admin-teams__member-info{display:flex;flex-direction:column;gap:.15rem}.admin-teams__member-meta{font-size:.85rem;color:var(--text-muted, #64748b)}.user-mgmt-embedded{display:grid;gap:1rem}.user-mgmt-embedded .user-mgmt-section{margin-bottom:0;background:var(--bt-white);border:1px solid var(--bt-border);border-radius:var(--bt-radius, 16px);padding:1.25rem 1.35rem;box-shadow:var(--bt-shadow)}.user-mgmt-embedded .user-mgmt-section h3{margin:0 0 1rem;font-size:1rem;font-weight:700;color:var(--bt-heading)}.user-mgmt-embedded .user-mgmt-section--muted{background:var(--bt-gray-50);border-style:dashed;box-shadow:none}.user-mgmt-embedded .user-mgmt-accordion{width:100%;display:flex;align-items:center;gap:.5rem;border:none;background:none;font:inherit;font-weight:600;color:var(--bt-heading);cursor:pointer;padding:0;text-align:left}.user-mgmt-embedded .user-mgmt-accordion__icon{margin-left:auto;color:var(--bt-text-soft)}.user-mgmt-embedded .user-mgmt-table-wrap{border:1px solid var(--bt-border);border-radius:10px;overflow:auto}.user-mgmt-embedded .user-mgmt-table th{background:var(--bt-gray-50)}@media(max-width:960px){.admin-page__grid--settings{grid-template-columns:1fr}.team-member-card__head{flex-wrap:wrap}.team-member-card__save{width:100%}.team-member-card__badge{display:none}}@media(max-width:768px){.team-member-card__meta{white-space:normal}}.customers-page__fieldset{border:1px solid var(--bt-border);border-radius:12px;padding:.85rem 1rem 1rem;margin:0 0 1rem}.customers-page__fieldset legend{padding:0 .35rem;font-size:.78rem;font-weight:700;color:var(--bt-navy);text-transform:uppercase;letter-spacing:.04em}.customers-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.customers-page__checkbox{flex-direction:row!important;align-items:center;gap:.5rem}.customers-page__checkbox input{width:auto}.customers-page__list-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.customers-page__list-head h2{margin:0}.customers-page__count{font-size:.78rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;background:var(--bt-gray-50);color:var(--bt-text-soft)}.customers-page__search{margin-bottom:.65rem}.customers-page__table-wrap{overflow:auto;max-height:calc(100vh - 280px)}.customers-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem;max-height:min(70vh,720px);overflow-y:auto}.customers-list__item{width:100%;display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border:1px solid var(--bt-border);border-radius:10px;background:var(--bt-white);cursor:pointer;text-align:left;font:inherit;transition:border-color .15s ease,background-color .15s ease}.customers-list__item:hover{border-color:var(--bt-navy);background:var(--bt-gray-50)}.customers-list__item--active{border-color:var(--bt-navy);box-shadow:0 0 0 1px var(--bt-navy);background:var(--bt-navy-tint-06)}.customers-list__no{flex-shrink:0;font-family:ui-monospace,Consolas,monospace;font-size:.78rem;font-weight:700;color:var(--bt-navy);min-width:2rem}.customers-list__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.customers-list__name{font-size:.9rem;font-weight:700;color:var(--bt-heading);line-height:1.3;word-break:break-word}.customers-list__meta{font-size:.75rem;color:var(--bt-text-soft);line-height:1.35}.customers-page__empty{margin:.5rem 0 0;font-size:.85rem;color:var(--bt-text-soft)}.customer-detail-backdrop{position:fixed;inset:0;z-index:300;background:#0f2f6659;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.customer-detail{width:min(100%,520px);max-height:min(92vh,900px);overflow-y:auto;margin:auto}.customer-detail__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.customer-detail__kicker{margin:0 0 .25rem;font-size:.72rem;font-weight:600;color:var(--bt-text-soft);text-transform:uppercase;letter-spacing:.04em}.customer-detail__head h2{margin:0;font-size:1.05rem;font-weight:800;color:var(--bt-heading);line-height:1.3;word-break:break-word}.customer-detail__close{flex-shrink:0;border:none;background:var(--bt-gray-50);color:var(--bt-text);width:2rem;height:2rem;border-radius:8px;font-size:1.25rem;line-height:1;cursor:pointer}.customer-detail__grid{margin:0;display:grid;gap:.55rem}.customer-detail__row dt{margin:0;font-size:.7rem;font-weight:600;color:var(--bt-text-soft);text-transform:uppercase;letter-spacing:.03em}.customer-detail__row dd{margin:.1rem 0 0;font-size:.88rem;color:var(--bt-heading);word-break:break-word}.customer-detail__warn{margin:.75rem 0 0;padding:.5rem .65rem;border-radius:8px;background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:.8rem}.customer-detail__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--bt-border)}.customers-page__table{min-width:1100px;font-size:.82rem}.customers-page__table th,.customers-page__cell--nowrap{white-space:nowrap}.customers-page__cell--firm{min-width:10rem;max-width:14rem}.customers-page__cell--truncate{max-width:9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customers-page__cell--email{max-width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.customers-page__sub{display:block;font-size:.72rem;color:var(--bt-text-soft);font-weight:400}.customers-page__row--active{background:#eef2ff}.customers-page__empty{text-align:center;color:var(--bt-text-soft);padding:1.5rem!important}.sales-line-card__order{display:flex;gap:.2rem;margin-left:auto;margin-right:.35rem}.sales-line-card__order-btn{width:1.65rem;height:1.65rem;border:1px solid var(--bt-border);border-radius:6px;background:var(--bt-white);color:var(--bt-navy);font-size:.85rem;line-height:1;cursor:pointer}.sales-line-card__order-btn:disabled{opacity:.35;cursor:not-allowed}.customers-page__form-badge{flex-shrink:0;padding:.3rem .65rem;border-radius:999px;background:var(--bt-navy-tint-06);color:var(--bt-navy);font-size:.78rem;font-weight:700}@media(max-width:1100px){.customer-form__grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-form__split{grid-template-columns:1fr}}@media(max-width:860px){.customer-form{grid-template-columns:1fr}.customer-form__aside{position:static}.customer-form__aside-actions{flex-direction:row;flex-wrap:wrap}}@media(max-width:960px){.customer-form__grid,.customer-form__grid--3,.customers-page__grid,.profile-page__grid,.profile-page__meta{grid-template-columns:1fr}.profile-menu__name{display:none}.action-buttons-row__quote{margin-left:0;width:100%;justify-content:center}}.quote-print-root{position:fixed;left:0;top:0;width:100%;max-width:210mm;opacity:0;pointer-events:none;z-index:-1;overflow:hidden;height:0}body.printing-quote .quote-print-root{opacity:1;z-index:2147483647;height:auto;overflow:visible;pointer-events:auto}.product-print-root{position:fixed;left:-9999px;top:0;width:1px;height:1px;overflow:hidden;pointer-events:none;z-index:-1}body.printing-product{margin:0;background:#fff}body.printing-product .product-print-root{position:relative!important;left:auto!important;top:auto!important;width:auto!important;height:auto!important;min-height:auto!important;overflow:visible!important;pointer-events:auto!important;z-index:auto!important;padding:18mm 16mm;background:#fff;box-sizing:border-box}.product-print-root__sheet{box-sizing:border-box}.product-print-root__brand{margin:0 0 .15rem;font-size:11pt;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#0f2f66}.product-print-root__product{margin:0 0 .35rem;font-size:9pt;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.product-print-root__meta{margin:0 0 1.25rem;font-size:10pt;color:#475569}.product-print-root__heading{margin:0 0 .35rem;font-size:11pt;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.product-print-root__code{margin:0 0 1rem;font-size:18pt;font-weight:800;font-family:ui-monospace,Cascadia Code,Segoe UI Mono,Consolas,monospace;letter-spacing:.02em;color:#0f172a;word-break:break-word;line-height:1.35;padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc}.product-print-root__subheading{margin:0 0 .35rem;font-size:11pt;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.product-print-root__description{margin:0 0 1.25rem;font-size:10.5pt;line-height:1.55;color:#1e293b;white-space:pre-wrap}.product-print-root__footer{margin-top:1.5rem;padding-top:.75rem;border-top:1px solid #e2e8f0;font-size:9pt;color:#64748b}.product-print-root__section{margin:1.25rem 0 0;break-inside:avoid;page-break-inside:avoid}.product-print-root__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0 0 .25rem}.product-print-root__gallery--drawings{grid-template-columns:1fr}.product-print-root__figure{margin:0;break-inside:avoid;page-break-inside:avoid}.product-print-root__figure img{display:block;width:100%;max-height:85mm;object-fit:contain;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.product-print-root__dims{margin:0 0 .25rem;font-size:10.5pt;line-height:1.5;color:#1e293b}.product-print-root__dims-line{margin:0 0 .35rem}.product-print-root__dims-weight{margin:0}.product-print-root__dims-detail{font-size:9pt;font-weight:400;color:#64748b}.product-print-root__pedestal{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.product-print-root__pedestal-title{margin:0 0 .35rem;font-size:10pt;font-weight:600;color:#334155}@media print{@page{size:A4 portrait;margin:14mm 16mm 16mm}body.printing-quote .quote-print-root .quote-sheet,.product-print-root__sheet{padding-top:0;padding-bottom:0}.quote-sheet__watermark{position:fixed;top:0;left:0;width:210mm;height:297mm;margin:0;-webkit-print-color-adjust:exact;print-color-adjust:exact}.quote-sheet__wm-tile{width:100%;height:100%;-webkit-print-color-adjust:exact;print-color-adjust:exact}html,body{margin:0!important;padding:0!important}body.printing-quote .app-root{display:none!important}body.printing-quote .quote-print-root{display:block!important;position:relative!important;left:auto!important;top:auto!important;width:auto!important;min-height:auto!important;height:auto!important;max-width:none!important;opacity:1!important;overflow:visible!important;pointer-events:auto!important;z-index:auto!important;background:#fff!important;box-sizing:border-box!important;padding:0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.quote-sheet__print-shell{display:table!important;width:100%!important;border-collapse:collapse;min-height:269mm}.quote-sheet__print-shell>tbody{display:table-row-group!important}.quote-sheet__print-shell>tfoot{display:table-footer-group!important}.quote-sheet__print-shell>tbody>tr,.quote-sheet__print-shell>tfoot>tr{display:table-row!important}.quote-sheet__print-shell>tbody>tr>td,.quote-sheet__print-shell>tfoot>tr>td{display:table-cell!important;vertical-align:top;padding:0;border:none}.quote-sheet__legal-footer{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:0!important;padding:2mm 0 0!important;border-top:1px solid var(--qs-border);box-sizing:border-box;background:#fff;page-break-inside:avoid;break-inside:avoid;-webkit-print-color-adjust:exact;print-color-adjust:exact}.quote-sheet__print-shell>tfoot>tr>td:after{content:"Sayfa " counter(page);display:block;text-align:right;margin:1mm 0 0;font-size:6pt;font-weight:600;color:var(--qs-muted-light)}body.printing-quote .quote-sheet__footer-page,body.printing-quote .quote-print-root .quote-sheet__footer-page{display:none!important}.quote-sheet__footer-page:after{content:none!important}.quote-sheet__table thead{display:table-header-group}.quote-sheet__table{page-break-inside:auto;break-inside:auto}body.printing-quote .quote-sheet,body.printing-quote .quote-print-root .quote-sheet{max-width:none!important;width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;box-sizing:border-box!important;font-size:7.5pt!important;line-height:1.3!important}body.printing-quote .quote-sheet__page,body.printing-quote .quote-print-root .quote-sheet__page{min-height:auto!important;padding-bottom:0!important}body.printing-quote .quote-sheet__footer-legal,body.printing-quote .quote-print-root .quote-sheet__footer-legal{display:block!important;width:auto!important;max-width:none!important;margin:0!important;padding:0 18mm 0 0!important;font-size:5pt!important;line-height:1.25!important}body.printing-quote .quote-sheet__header,body.printing-quote .quote-print-root .quote-sheet__header{margin-bottom:.6rem!important;padding-bottom:.5rem!important}body.printing-quote .quote-sheet__parties,body.printing-quote .quote-print-root .quote-sheet__parties{margin-bottom:.6rem!important;gap:.5rem!important}body.printing-quote .quote-sheet__party,body.printing-quote .quote-print-root .quote-sheet__party{padding:.4rem .55rem!important}body.printing-quote .quote-sheet__table,body.printing-quote .quote-print-root .quote-sheet__table{margin-bottom:.5rem!important}body.printing-quote .quote-sheet__table td,body.printing-quote .quote-print-root .quote-sheet__table td{padding:.3rem .2rem!important}body.printing-quote .quote-sheet__bottom-left,body.printing-quote .quote-print-root .quote-sheet__bottom-left{gap:.35rem!important}body.printing-quote .quote-sheet__payment,body.printing-quote .quote-sheet__delivery,body.printing-quote .quote-sheet__delivery-time,body.printing-quote .quote-sheet__bank,body.printing-quote .quote-print-root .quote-sheet__payment,body.printing-quote .quote-print-root .quote-sheet__delivery,body.printing-quote .quote-print-root .quote-sheet__delivery-time,body.printing-quote .quote-print-root .quote-sheet__bank{padding:.35rem .5rem!important}body.printing-quote .quote-sheet__bottom,body.printing-quote .quote-print-root .quote-sheet__bottom{page-break-inside:avoid!important;break-inside:avoid!important;break-before:auto}body.printing-quote .quote-sheet__sign-area,body.printing-quote .quote-print-root .quote-sheet__sign-area{margin-top:2.35rem!important}body.printing-quote .quote-sheet__total-row--grand,body.printing-quote .quote-print-root .quote-sheet__total-row--grand{padding-top:.4rem!important;padding-bottom:1rem!important;margin-top:.25rem!important;margin-bottom:.55rem!important}body.printing-quote .quote-sheet__footer-sign-block,body.printing-quote .quote-print-root .quote-sheet__footer-sign-block{page-break-inside:avoid!important;break-inside:avoid!important}body.printing-quote .quote-sheet__footer-sign-img,body.printing-quote .quote-print-root .quote-sheet__footer-sign-img{max-height:26px!important}body.printing-quote .quote-sheet__logo,body.printing-quote .quote-print-root .quote-sheet__logo{height:36px!important}body.printing-quote .quote-sheet *,body.printing-quote .quote-print-root *{visibility:visible!important}body:not(.printing-quote) *{visibility:hidden}body:not(.printing-quote) .product-print-root,body:not(.printing-quote) .product-print-root *{visibility:visible}.product-print-root{position:relative;left:auto;top:auto;width:auto;min-height:auto;height:auto;overflow:visible;pointer-events:auto;z-index:auto;background:#fff;box-sizing:border-box;padding:18mm 16mm;-webkit-print-color-adjust:exact;print-color-adjust:exact}.product-print-root__figure img{max-height:95mm}body.printing-quote .product-print-root,body.printing-product .app-root{display:none!important}body.printing-product .product-print-root{display:block!important;position:relative!important;left:auto!important;top:auto!important;width:auto!important;min-height:auto!important;height:auto!important;max-width:none!important;overflow:visible!important;opacity:1!important;pointer-events:auto!important;z-index:auto!important;background:#fff!important;box-sizing:border-box!important;padding:18mm 16mm!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}body.printing-product .product-print-root *{visibility:visible!important}}@media(max-width:768px){.app-container{padding:1rem .85rem 2rem;gap:1rem}.app-topbar__inner{padding:.5rem .75rem;gap:.45rem}.app-topbar__logo{height:28px}.app-topbar__nav{flex:1 1 100%;order:3;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;padding-bottom:.15rem}.app-topbar__nav::-webkit-scrollbar{display:none}.app-topbar__link{flex-shrink:0;font-size:.82rem;padding:.4rem .6rem}.app-topbar__actions{margin-left:auto}.app-hero h1{font-size:1.2rem}.customers-page__hero,.sales-hero,.ops-overview-page__hero,.my-quotes-page__hero,.delivery-approval-page__hero{flex-direction:column;align-items:stretch}.customers-page__hero .user-mgmt-btn,.sales-hero__actions .user-mgmt-btn{width:100%}.customers-page__quick-form{flex-direction:column;align-items:stretch}.customers-page__quick-input{width:100%}.customer-detail-backdrop{padding:0;align-items:flex-end}.customer-detail{width:100%;max-height:92vh;border-radius:16px 16px 0 0;margin:0}.customer-form{grid-template-columns:1fr}.customer-form__aside{position:static}.customer-form__grid,.customer-form__grid--3,.customer-form__split,.sales-workspace,.sales-line-card__fields{grid-template-columns:1fr}.sales-line-card__head{flex-wrap:wrap}.profile-page__grid{grid-template-columns:1fr}.my-quotes-toolbar,.ops-tabs{flex-direction:column;align-items:stretch}.my-quotes-filter{width:100%}.my-quotes-table-wrap,.ops-tab-panel{overflow-x:auto;-webkit-overflow-scrolling:touch}.my-quotes-table-wrap--desktop .my-quotes-table{min-width:640px}.patron-tab-grid{grid-template-columns:1fr}.patron-kpi-grid{grid-template-columns:1fr 1fr}.patron-dashboard__hero{flex-direction:column}.ops-approval-layout,.delivery-approval-layout{grid-template-columns:1fr}.ops-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters-grid{grid-template-columns:1fr!important}.selector-layout{flex-direction:column}.filters-panel,.result-panel{max-width:100%;flex:1 1 auto}.user-mgmt-overlay{padding:1rem}.user-mgmt-card{width:100%;max-width:none}.customer-detail__actions .user-mgmt-btn{flex:1 1 auto;min-width:calc(50% - .25rem)}.panel{padding:1.15rem 1rem}.profile-menu__dropdown{min-width:min(100vw - 1.5rem,260px);max-height:min(72vh,calc(100dvh - 5rem));overflow-y:auto;overscroll-behavior:contain}.my-quotes-table-wrap--desktop{display:none}.my-quotes-mobile-list{display:flex;flex-direction:column;gap:.75rem}.my-quotes-card__facts{grid-template-columns:1fr}.my-quotes-search,.my-quotes-filter{width:100%;min-width:0}.my-quotes-mine-toggle{width:100%;margin-bottom:0}.user-mgmt-form-row,.user-mgmt-form-row--wrap{grid-template-columns:1fr}.user-mgmt-table thead{display:none}.user-mgmt-table tbody tr{display:block;margin-bottom:.75rem;padding:.85rem;border:1px solid var(--bt-border);border-radius:12px;background:var(--bt-white)}.user-mgmt-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.45rem 0;border:none}.user-mgmt-table td:before{content:attr(data-label);flex:0 0 38%;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--bt-text-soft)}.user-mgmt-table td:last-child{padding-top:.65rem;border-top:1px solid var(--bt-border);margin-top:.25rem}.user-mgmt-table td:last-child:before{align-self:center}.user-mgmt-actions{flex-wrap:wrap;justify-content:flex-end}.action-buttons-row{flex-direction:column;align-items:stretch;gap:.75rem}.action-buttons-row__group{width:100%}.action-buttons-row__quote{width:100%;margin-left:0;justify-content:center}.code-card__toolbar{flex-direction:column;align-items:stretch}.code-card__toolbar-actions{width:100%}.code-card__toolbar-actions .code-card__action-btn{flex:1 1 calc(50% - .25rem);justify-content:center}.form-grid-2{grid-template-columns:1fr}.shipping-modal-card{padding:1.15rem 1rem;max-height:92vh;border-radius:16px 16px 0 0;align-self:flex-end}.shipping-modal-overlay{align-items:flex-end;padding:0}.dimensions-editor__toolbar{flex-direction:column;align-items:stretch}.dimensions-editor__toolbar-actions{width:100%;flex-wrap:wrap}.dimensions-editor__toolbar-actions .dimensions-editor__btn{flex:1 1 auto}.delivery-approval-detail__head,.delivery-approval-detail__actions{flex-direction:column;align-items:stretch}.delivery-approval-detail__actions .user-mgmt-btn{width:100%}.admin-teams__create-form{max-width:none}.admin-teams__member{flex-direction:column;align-items:flex-start}.sales-settings__bank-grid,.sales-settings__limits-grid{grid-template-columns:1fr}.sales-hero__actions{width:100%}.sales-hero__actions .user-mgmt-btn{flex:1}.ops-variants-table{min-width:560px}}@media(max-width:480px){.app-header__lang-btn{padding:6px 10px;font-size:11px}.ops-stats-grid{grid-template-columns:1fr}.sales-actions{flex-direction:column}.sales-actions .user-mgmt-btn{width:100%}.customers-list{max-height:none}.patron-kpi-grid{grid-template-columns:1fr}}@media screen and (max-width:768px){.quote-preview-frame{padding:.35rem;border-radius:10px}.quote-preview-frame .quote-sheet{max-width:100%;min-width:0;width:100%;min-height:var(--qs-page-h);height:auto;padding:.65rem .75rem .75rem;font-size:7pt}.quote-preview-frame .quote-sheet__watermark{width:100%;height:var(--qs-page-h);min-height:var(--qs-page-h)}.quote-preview-frame .quote-sheet__page{flex:1 1 auto;min-height:0}.quote-preview-frame .quote-sheet__header{flex-direction:column;gap:.65rem;align-items:stretch}.quote-preview-frame .quote-sheet__brand{max-width:100%}.quote-preview-frame .quote-sheet__doc-title{text-align:left;min-width:0}.quote-preview-frame .quote-sheet__doc-dates>div{justify-content:flex-start}.quote-preview-frame .quote-sheet__parties,.quote-preview-frame .quote-sheet__bottom{grid-template-columns:1fr}.quote-preview-frame .quote-sheet__table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.quote-preview-frame .quote-sheet__legal-footer{margin-top:auto;padding-top:2mm}.quote-preview-frame .quote-sheet__sign-area{margin-top:1.5rem}.quote-preview-frame .quote-sheet__footer-sign-block{align-items:flex-start;text-align:left}.login-card{padding:1.35rem 1.1rem}.login-page{padding:1rem .85rem}}.sales-limits-hint{margin:0 0 1rem;padding:.65rem .9rem;border-radius:8px;background:var(--bt-surface-subtle, #f4f6f8);color:var(--bt-text-muted, #5a6472);font-size:.875rem;line-height:1.45}.sales-settings__section h2{margin-top:0}.sales-settings__subhead{margin:1.25rem 0 .5rem;font-size:1rem}.sales-settings__hint{margin:0 0 1rem;color:var(--bt-text-muted, #5a6472);font-size:.9rem}.sales-settings__bank-grid,.sales-settings__limits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem 1rem}.sales-field--wide{grid-column:1 / -1}.sales-field--checkbox,.sales-field--radio{display:flex;align-items:center;gap:.5rem;margin:0}.sales-settings__visibility{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.sales-settings__user-checks{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:.5rem}.sales-settings__user-list{display:flex;flex-direction:column;gap:.5rem}.sales-settings__user-row{border:1px solid var(--bt-border, #d8dee6);border-radius:10px;padding:.65rem .85rem}.sales-settings__user-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sales-settings__user-toggle{display:inline-flex;align-items:center;gap:.5rem;border:none;background:none;font:inherit;font-weight:600;cursor:pointer;padding:0}.sales-settings__custom-badge{font-size:.75rem;font-weight:500;padding:.1rem .45rem;border-radius:999px;background:#e8f5e9;color:#2e7d32}.sales-settings__custom-badge--muted{background:#eef1f4;color:#5a6472}.sales-settings__actions{display:flex;align-items:center;gap:1rem;margin:1rem 0 2rem}.sales-app--readonly .sales-sidebar input,.sales-app--readonly .sales-sidebar select,.sales-app--readonly .sales-sidebar textarea,.sales-app--readonly .sales-sidebar button,.sales-app--readonly .sales-lines input,.sales-app--readonly .sales-lines button,.sales-app--readonly .sales-field button{pointer-events:none;opacity:.9}.patron-table__row-btn{display:contents;cursor:pointer;text-align:inherit;font:inherit;color:inherit;background:none;border:0;padding:0;width:100%}.patron-table tr.patron-table__clickable{cursor:pointer}.patron-table tr.patron-table__clickable:hover{background:#0f2d500f}.role-settings-list{display:flex;flex-direction:column;gap:1rem}.role-settings-card{border:1px solid var(--bt-border, #d7dde5);border-radius:12px;padding:1rem 1.1rem;background:#fff}.role-settings-card__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1.25rem;margin-bottom:.85rem}.role-settings-card__title{display:block;font-size:1.05rem}.role-settings-card__meta{display:block;margin-top:.2rem;font-size:.85rem;color:#5a6472}.role-settings-card__scope{min-width:220px}.role-settings-card__head-actions{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.role-settings-add{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem 1rem;align-items:end}.role-settings-add__actions{display:flex;align-items:end}.sales-settings__section-title{margin:0 0 .5rem;font-size:1.05rem}.role-settings-card__perms{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.role-settings-card__groups{display:flex;flex-direction:column;gap:.85rem}.role-settings-card__group{padding-top:.35rem;border-top:1px solid #eef1f5}.role-settings-card__group:first-child{border-top:0;padding-top:0}.role-settings-card__group-title{margin:0 0 .45rem;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#5a6472}.quote-sheet__bank{margin-top:.35rem;padding:.45rem .6rem;border:1px solid var(--qs-border);border-radius:6px;font-size:7pt;line-height:1.35}.quote-sheet__bank strong{display:block;margin-bottom:.15rem;font-size:6pt;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.quote-sheet__bank p{margin:.1rem 0;font-size:inherit}.quote-sheet__bank-notes{font-style:italic}.sales-settings__base-price-add{display:grid;grid-template-columns:1fr 180px auto;gap:.85rem 1rem;align-items:end;margin-bottom:.85rem}.sales-settings__base-price-search{width:100%;max-width:320px;margin-bottom:.85rem}.sales-settings__base-price-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.sales-settings__base-price-row{display:grid;grid-template-columns:minmax(0,1fr) 120px auto;gap:.75rem;align-items:center;padding:.55rem .65rem;border:1px solid var(--bt-border, #dde3ea);border-radius:8px;background:var(--bt-surface-subtle, #f8fafc)}.sales-settings__base-price-row code{font-size:.85rem;word-break:break-all}@media(max-width:720px){.sales-settings__base-price-add,.sales-settings__base-price-row{grid-template-columns:1fr}}:root{--bt-navy: #1e3a8a;--bt-navy-hover: #172554;--bt-navy-rgb: 30, 58, 138;--bt-primary-rgb: 30, 58, 138;--bt-heading-slate: #1e293b;--bt-navy-soft: rgba(var(--bt-navy-rgb), .1);--bt-navy-tint-06: rgba(var(--bt-navy-rgb), .06);--bt-white: #ffffff;--bt-gray-50: #f9fafb;--bt-text: #111827;--bt-nav-link: #4b5563;--bt-nav-link-hover: #1e3a8a;--bt-success-hover: #047857;--bt-heading: #111827;--bt-text-muted: #666666;--bt-text-soft: #64748b;--bt-border: #e5e7eb;--bt-radius: 16px;--bt-radius-pill: 999px;--bt-shadow: 0 1px 3px rgba(var(--bt-navy-rgb), .08);--bt-shadow-md: 0 8px 24px rgba(var(--bt-navy-rgb), .1);--bt-shadow-navy-lg: 0 16px 40px -16px rgba(var(--bt-navy-rgb), .18);--bt-shadow-navy-xl: 0 4px 18px rgba(var(--bt-navy-rgb), .35);--bt-focus-ring: 0 0 0 3px rgba(var(--bt-navy-rgb), .2);--bt-focus-ring-combo: 0 0 0 3px rgba(var(--bt-navy-rgb), .2), 0 4px 12px rgba(0, 0, 0, .06);--bt-shadow-select-hover: 0 4px 14px rgba(var(--bt-navy-rgb), .12);--bt-slate-50: #f8fafc;--bt-slate-100: #f1f5f9;--bt-slate-200: #e2e8f0;--bt-slate-300: #cbd5e1;--bt-slate-400: #94a3b8;--bt-slate-600: #475569;--bt-slate-700: #334155;--bt-slate-800: #1e293b;--bt-slate-900: #0f172a;--bt-slate-900-rgb: 15, 23, 42;--bt-sky-900: #0c4a6e;--bt-zinc-50: #fafafa;--bt-success: #059669;--bt-green-800: #166534;--bt-error-bg: #fee2e2;--bt-error-text: #991b1b;--bt-error-soft: #fecaca;--bt-danger: #ef4444;--bt-danger-600: #dc2626;--bt-red-700: #b91c1c;--bt-hero-gradient: linear-gradient(165deg, var(--bt-slate-900) 0%, var(--bt-navy) 42%, var(--bt-navy-hover) 100%);--bt-topbar-bg: rgba(255, 255, 255, .97);--bt-topbar-line: rgba(0, 0, 0, .06);--bt-topbar-shadow: 0 1px 0 rgba(0, 0, 0, .04), 0 4px 24px -8px rgba(var(--bt-slate-900-rgb), .08);--bt-login-brand-overlay: rgba(var(--bt-slate-900-rgb), .55);--bt-overlay-scrim: rgba(0, 0, 0, .4);--bt-overlay-scrim-50: rgba(0, 0, 0, .5);--bt-overlay-scrim-strong: rgba(0, 0, 0, .6);--bt-overlay-scrim-75: rgba(0, 0, 0, .75);--bt-slate-overlay-75: rgba(var(--bt-slate-900-rgb), .75);--bt-shine: rgba(255, 255, 255, .3);--bt-white-08-on-dark: rgba(255, 255, 255, .08);--bt-white-20-on-dark: rgba(255, 255, 255, .2);--bt-white-35-on-dark: rgba(255, 255, 255, .35);--bt-shadow-elevated: 0 8px 16px rgba(0, 0, 0, .15);--bt-shadow-card: 0 8px 16px rgba(0, 0, 0, .1);--bt-shadow-login-card: 0 32px 64px -12px rgba(0, 0, 0, .4), 0 0 0 1px var(--bt-white-08-on-dark);--bt-shadow-modal: 0 25px 50px -12px rgba(0, 0, 0, .3);--bt-shadow-popover: 0 20px 40px rgba(0, 0, 0, .2);--bt-shadow-float: 0 20px 25px -5px rgba(0, 0, 0, .1);--bt-shadow-drop-lg: 0 10px 25px rgba(0, 0, 0, .2);font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color:var(--bt-text);background-color:var(--bt-gray-50);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bt-gray-50);color:var(--bt-text-muted)}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-weight:800;color:var(--bt-text);letter-spacing:-.02em}button{font-family:inherit}
