@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8fafc}a{color:inherit;text-decoration:none}.home{min-height:100vh;background:radial-gradient(circle at top left,#eef2ff,#f8fafc 45%,#fff);color:#0f172a;font-family:Space Grotesk,Segoe UI,sans-serif;padding:32px 32px 48px}.home-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.home-header-left{display:flex;align-items:center;gap:20px}.home-brand{display:flex;gap:16px;align-items:center}.home-logo{width:140px;height:60px;background-image:url(/assets/logo-CulNYUb7.png);background-size:contain;background-repeat:no-repeat}.home-title{font-size:20px;font-weight:700}.home-subtitle{font-size:14px;color:#64748b}.home-pill{background:#0067ed;color:#fff;padding:8px 16px;border-radius:999px;font-size:12px;font-weight:600;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.home-pill:hover{box-shadow:0 8px 16px #16a34a4d;transform:translateY(-1px)}.home-pill:active{transform:translateY(0)}.home-pill.is-static{cursor:default}.home-pill.is-static:hover{box-shadow:none;transform:none}.home-nav{display:flex;align-items:center;gap:10px}.home-nav-link{text-decoration:none;font-size:13px;font-weight:600;color:#0f172a;padding:6px 12px;border-radius:999px;background:#0f172a0f;transition:background .15s ease,color .15s ease,transform .15s ease}.home-nav-link:hover{background:#0ea5e926;color:#0f172a;transform:translateY(-1px)}.home-nav-link.is-active{background:#111;color:#fff}@media(max-width:900px){.home-header{flex-direction:column;align-items:flex-start;gap:16px}.home-header-left{flex-direction:column;align-items:flex-start}.home-nav{flex-wrap:wrap}}.home-alert{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:12px;margin-bottom:16px}.home-panel-alert{background:#fef3c7;color:#92400e;border:1px solid #fcd34d;border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.home-filters{background:#fff;border-radius:16px;padding:16px;margin-bottom:18px;box-shadow:0 10px 24px #0f172a0f;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px 16px;align-items:end}.home-drawer-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;justify-content:flex-end;z-index:120}.home-drawer{width:500px;max-width:100%;height:100%;background:#fff;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:-24px 0 40px #0f172a33}.home-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.home-drawer-title{font-size:18px;font-weight:700;color:#0f172a}.home-drawer-subtitle{font-size:12px;color:#64748b}.home-drawer-close{background:#e2e8f0;border:none;color:#0f172a;width:32px;height:32px;border-radius:8px;font-weight:700;cursor:pointer}.home-drawer-body{flex:1;overflow-y:auto}.home-drawer-section{display:flex;flex-direction:column;gap:12px;padding-bottom:12px;border-bottom:1px solid #e2e8f0;margin-bottom:9px}.home-drawer-section:last-child{border-bottom:none;padding-bottom:0}.home-drawer-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.home-drawer-footer{display:flex;justify-content:flex-end;gap:12px;padding-top:8px;border-top:1px solid #e2e8f0}.home-primary{background:#16a34a;color:#fff;border:none;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700;cursor:pointer}.home-primary:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed}.home-drawer-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.home-drawer-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569}.home-drawer-field span{font-size:11px;font-weight:600;color:#64748b}.home-drawer-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.home-drawer-field-small{min-width:120px;max-width:140px}.home-drawer-products-empty{padding:10px 12px;border-radius:10px;background:#f8fafc;color:#64748b;font-size:12px}.home-drawer-total{font-size:16px;font-weight:700;color:#0f172a;padding:10px 12px;border-radius:12px;background:#f1f5f9}.home-secondary:disabled{opacity:.6;cursor:not-allowed}.home-secondary:disabled:hover{background:#fff}.home-filter{display:flex;flex-direction:column;gap:6px}.home-filter label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;padding-bottom:4px}.home-filter-check{justify-content:flex-end}.home-check{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#0f172a}.home-check input{width:16px;height:16px;accent-color:#e30a15}@media(max-width:640px){.home-drawer{width:100%}}.home-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:24px}.home-metric{background:#fff;border-radius:16px;padding:14px 16px;box-shadow:0 10px 24px #0f172a0f}.home-metric span{display:block;color:#64748b;font-size:12px;margin-bottom:8px}.home-metric strong{font-size:20px}.home-table{background:#fff;border-radius:18px;padding:18px;box-shadow:0 12px 30px #0f172a14}.home-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.home-table-header h2{margin:0;font-size:18px}.home-meta{font-size:13px;color:#64748b}.home-table-wrap{overflow-x:auto}.home table{width:100%;border-collapse:collapse;font-size:14px}.home th,.home td{text-align:left;padding:10px 12px;border-bottom:1px solid #e2e8f0}.home th{color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.home-cell-main{font-weight:600}.home-cell-sub{font-size:12px;color:#85898f;margin-bottom:3px}.home-quarantine-message{max-width:420px;font-size:12px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem}.home-pagination button{background:#121212;border:none;color:#fff;padding:.55rem .9rem;border-radius:10px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.home-pagination button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.home-pagination button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #0ea5e933}.home-empty{text-align:center;color:#94a3b8;padding:20px 0}.home-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#334155}.home-chip.status-draft{background:#fde68a;color:#92400e}.home-chip.status-in_progress{background:#bfdbfe;color:#1d4ed8}.home-chip.status-won{background:#bbf7d0;color:#166534}.home-chip.status-lost{background:#fecaca;color:#b91c1c}.home-ok{color:#166534;font-weight:600}.home-warn{color:#b45309;font-weight:600}.home-edit-cell{text-align:center;color:#64748b}.home-edit{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#232323;color:#fff;font-size:14px;border:none;cursor:pointer}.home-edit span{font-size:18px}.home-expand td{padding:0;border-bottom:1px solid #e2e8f0}.home-panel{background:#f4f4f4;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:16px;box-shadow:inset 0 0 0 1px #e2e8f0;margin:0 0 10px}.home-action-hint{margin-bottom:12px;display:flex;align-items:center;gap:8px;background:#f1f5f9;color:#0f172a;padding:8px 12px;border-radius:10px;font-size:12px;font-weight:600;border:1px solid #cbd5e1}.home-action-hint .material-symbols-outlined{font-size:16px;line-height:1}.home-action-hint.is-loading{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.home-action-hint.is-ok{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.home-action-hint.is-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.home-action-hint.is-info{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.home-panel-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:12px;gap:16px}.home-panel-header-main{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px 16px}.home-panel-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}.home-panel-header .home-panel-sub{margin-bottom:0}.home-panel-header .home-tags{align-items:center}.home-panel-header .home-tag-stack{flex-direction:row;align-items:center;border-right:2px solid #d4d4d4;padding-right:19px;gap:8px;border-left:2px solid #d4d4d4;padding-left:14px}.home-panel-title{font-size:14px;font-weight:700;color:#0f172a}.home-panel-close{border:none;background:transparent;color:#2563eb;font-weight:600;cursor:pointer}.home-panel-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.home-panel-label{font-size:12px;color:#64748b;margin-bottom:4px}.home-panel-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.home-panel-row .home-panel-label{margin-bottom:0}.home-edit-action{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#fff;color:#000;font-size:12px;font-weight:700;border:none;cursor:pointer;box-shadow:0 6px 14px #00000040;transition:background .2s ease,color .2s ease,transform .2s ease}.home-edit-action .material-symbols-outlined{font-size:16px;line-height:1;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20}.home-edit-action:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.home-edit-action:disabled:hover{background:#f1f5f9}.home-edit-action.is-saved{background:#e30a15;color:#062237;box-shadow:0 6px 14px #0ea5e940}.home-edit-action:hover{background:#f2f2f2}.home-action-icons{display:inline-flex;gap:6px}.home-inline-edit{display:grid;gap:8px;margin-top:6px}.home-input{width:100%;padding:6px 8px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12px;color:#0f172a}.home-textarea{min-height:84px;resize:vertical}.home-org-edit{display:flex;flex-direction:column;gap:10px}.home-org-current{padding:.5rem .75rem;background:#f1f5f9;border-radius:8px;margin-bottom:.5rem;color:#0f172a;font-weight:600}.home-org-create{display:grid;gap:.5rem;margin-top:.5rem}.home-action-body{display:grid;gap:.75rem}.home-action-body label{display:flex;flex-direction:column;gap:.3rem;color:#0f172a;font-weight:600}.home-action-body select,.home-action-body input{padding:.55rem .65rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem}.home-action-buttons{display:flex;gap:.5rem}.home-action-buttons button:not(.home-secondary):not(.home-primary){background:#0ea5e9;color:#fff;border:none;padding:.55rem .9rem;border-radius:10px;font-weight:700;cursor:pointer}.home-action-buttons button:not(.home-secondary):not(.home-primary):disabled{background:#cbd5e1;cursor:not-allowed}.home-org-search{display:flex;gap:.5rem}.home-org-search input{flex:1;padding:.5rem .6rem;border-radius:8px;border:1px solid #e2e8f0}.home-org-search button{background:#0ea5e9;border:none;color:#fff;padding:.5rem .8rem;border-radius:8px;font-weight:700;cursor:pointer}.home-org-results{display:grid;gap:.5rem}.home-org-item{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .8rem;cursor:pointer}.home-org-item:hover{background:#eef2ff}.home-org-item.is-selected{border-color:#e30a15;background:#e0f2fe}.home-secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer}.home-secondary:hover{background:#e30a15}.home [data-tooltip]{position:relative}.home [data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%,-6px);padding:6px 8px;border-radius:8px;background:#0f172a;color:#fff;font-size:11px;line-height:1.2;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease;transition-delay:.3s;z-index:20}.home [data-tooltip]:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%,2px);border-width:6px 6px 0 6px;border-style:solid;border-color:#0f172a transparent transparent transparent;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease;transition-delay:.3s;pointer-events:none;z-index:19}.home [data-tooltip]:hover:after,.home [data-tooltip]:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%,-10px)}.home [data-tooltip]:hover:before,.home [data-tooltip]:focus-visible:before{opacity:1;visibility:visible;transform:translate(-50%,-2px)}.home-select{width:100%;padding:6px 8px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:12px;color:#0f172a}.home-select:disabled{opacity:.6;cursor:not-allowed}.home-quote-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;background:#e2e8f0;color:#334155}.home-quote-pill.quote-pending{background:#fde68a;color:#92400e}.home-quote-pill.quote-sent{background:#bfdbfe;color:#1d4ed8}.home-quote-pill.quote-approved{background:#bbf7d0;color:#166534}.home-quote-pill.quote-rejected{background:#fecaca;color:#b91c1c}.home-quote-pill.quote-none{background:#e2e8f0;color:#64748b}.home-quote-item{padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;margin-bottom:8px}.home-quote-title{display:flex;justify-content:space-between;gap:8px;font-weight:600;color:#0f172a;margin-bottom:4px;font-size:12px}.home-quote-meta{font-weight:600;color:#2563eb;font-size:12px}.home-quote-status-trail{margin-top:4px;font-size:11px;color:#64748b}.home-quote-regenerate{display:inline-flex;align-items:center;justify-content:center;width:100%;border-radius:10px;border:1px dashed #f59e0b;background:#0040ff;color:#fff;font-size:12px;font-weight:700;padding:8px 10px;margin:6px 0 10px;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.home-quote-regenerate:hover{background:#fef3c7;border-color:#f59e0b;color:#92400e}.home-quote-regenerate:disabled{opacity:.6;cursor:not-allowed}.home-quote-actions{display:inline-flex;align-items:center;gap:6px;margin-top:6px}.home-quote-action{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;padding:0;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.home-quote-action .material-symbols-outlined,.home-delete-icon{font-size:16px;line-height:1;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20}.home-quote-action:hover{border-color:#cbd5e1;color:#0f172a;background:#fff}.home-quote-action:disabled{opacity:.4;cursor:not-allowed}.home-quote-hint{margin-top:6px;font-size:11px;color:#b45309}.home-panel-value{font-weight:600;color:#0f172a}.home-panel-sub{font-size:12px;color:#94a3b8;margin-bottom:3px}.home-notes-text{color:#475569;white-space:pre-wrap;line-height:1.4}.home-thread-list{display:flex;flex-direction:column;gap:8px;max-height:100%;overflow-y:auto;padding-right:4px}.home-thread-item{border-bottom:1px solid #e2e8f0;padding-bottom:8px}.home-thread-item:last-child{border-bottom:none;padding-bottom:0}.home-thread-meta{font-size:11px;color:#64748b;margin-bottom:4px}.home-thread-body{font-size:12px;color:#0f172a;white-space:pre-wrap;line-height:1.4}.home-panel-sub.home-derivation-text,.home-panel-sub strong{color:#000}.home-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.home-status-icons{display:inline-flex;align-items:center;gap:6px}.home-status-reason{display:inline-flex;align-items:center;gap:6px;margin-left:8px}.home-status-reason-input{min-width:220px;height:30px;padding:0 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#0f172a;background:#fff}.home-status-reason-input:disabled{background:#f1f5f9;color:#94a3b8}.home-status-reason-save{height:30px;padding:0 12px;border:none;border-radius:6px;background:#0ea5e9;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.home-status-reason-save:disabled{background:#cbd5e1;cursor:not-allowed}.home-status-reason-text{margin:0 0 0 8px;font-size:12px;color:#475569}.home-status-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:6px;background:transparent;color:#94a3b8;padding:0;cursor:default}.home-status-icon.is-action{cursor:pointer;transition:color .2s ease,transform .2s ease}.home-status-icon.is-action.is-disabled{cursor:not-allowed;opacity:.45}.home-status-icon.is-action.is-disabled:hover{color:#94a3b8}.home-status-icon.is-action.is-won:hover:not(.is-disabled){color:#22c55e}.home-status-icon.is-action.is-lost:hover:not(.is-disabled){color:#ef4444}.home-status-icon .material-symbols-outlined{font-size:30px;line-height:1;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 20}.home-status-icon.is-active{color:#000}.home-notif-history{margin-top:6px;color:#475569}.home-activity-block{margin-top:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.home-activity-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.home-notif-line{font-size:12px;line-height:1.35;margin-bottom:3px}.home-panel-note{margin-top:12px;font-size:12px;color:#64748b}.home-detail{display:grid;grid-template-columns:minmax(440px,440px) 1fr;gap:20px}.home-detail-v2{margin-top:24px;display:flex;flex-direction:column;gap:16px}.home-detail-v2-row{display:flex;gap:16px;width:100%;min-height:160px}.home-detail-v2-col{flex:1;min-height:160px;padding:16px;border-radius:16px;border:1px dashed #cbd5e1;background:#ffffffb3;color:#64748b;font-weight:600}.home-detail-v2-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-detail-v2-card{border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:12px;color:#0f172a;min-height:140px}.home-detail-v2-section{margin-top:12px}.home-detail-v2-section:first-child{margin-top:0}.home-detail-v2-card-title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:8px;font-weight:700}.home-detail-v2-card-line{font-size:12px;color:#334155;margin-bottom:6px}.home-detail-v2-block{width:100%;min-height:180px;padding:16px;border-radius:16px;border:1px dashed #cbd5e1;background:#ffffffb3;color:#64748b;font-weight:600}.home-detail-v2-title{font-size:14px;font-weight:700;color:#334155;margin-bottom:12px}.home-detail-v2-table{display:flex;flex-direction:column;gap:8px}.home-detail-v2-row-grid{display:grid;grid-template-columns:.9fr 1.6fr .9fr 1.6fr .6fr .8fr .8fr .9fr;gap:8px;align-items:center;font-size:12px;color:#475569;padding:10px 12px;border-radius:10px;background:#f8fafc}.home-detail-v2-flag{display:flex;align-items:center;text-align:center}.home-detail-v2-flag input{margin:0}.home-detail-v2-header{background:#e2e8f0;color:#1f2937;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.home-detail-v2-totals{margin-top:12px;padding:12px;border-radius:12px;background:#f1f5f9;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.home-detail-v2-summary{margin:8px 0 12px}.home-detail-v2-total-row{display:flex;justify-content:space-between;font-size:13px;color:#475569;width:100%;max-width:240px}.home-detail-v2-total-row strong{color:#0f172a}.home-detail-v2-total-final{border-top:1px solid #e2e8f0;padding-top:8px;font-size:14px}.home-detail-v2-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-detail-v2-column{background:#fff;border:1px dashed #cbd5e1;border-radius:14px;padding:12px;min-height:160px;display:flex;flex-direction:column;gap:8px}.home-detail-v2-column-title{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:700}.home-detail-v2-column-body{font-size:12px;color:#475569}.home-sidebar{display:flex;flex-direction:column;gap:12px}.home-sidebar-top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home-sidebar-card{background:#fff;border-radius:12px;padding:12px;box-shadow:inset 0 0 0 1px #e2e8f0;min-height:111px}.home-main{display:flex;flex-direction:column;gap:16px}.home-main-header{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;background:#fff;border-radius:12px;padding:12px 16px;box-shadow:inset 0 0 0 1px #e2e8f0;min-height:111px}.home-header-group{display:flex;gap:12px}.home-header-block{min-width:149px;border-right:2px solid #eee;padding-right:12px}.home-header-block:last-child{border-right:none;padding-right:0}.home-tags{display:flex;gap:8px;align-items:center}.home-tag-stack{flex-direction:column;align-items:flex-start;gap:12px;border-right:2px solid #eee;padding-right:10px}.home-tag{background:#fff;color:#334155;font-size:10px;font-weight:600;border-radius:999px;padding:4px 10px;border:1px solid #cfcfcf}.home-products-body .home-product-search input{padding:.5rem .6rem;border-radius:8px;border:1px solid #e2e8f0;width:100%}.home-products-body .home-product-results{display:grid;gap:.5rem}.home-products-body .home-product-result{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .65rem;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;text-align:left}.home-products-body .home-product-result:hover{border-color:#94a3b8}.home-products-body .home-product-info{display:grid;gap:2px}.home-products-body .home-product-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:#64748b}.home-products-body .home-product-actions{display:inline-flex;align-items:center;gap:8px}.home-products-body .home-qty-input{width:56px;padding:.35rem .45rem;border-radius:8px;border:1px solid #cbd5e1;text-align:center;font-size:.85rem}.home-products-body .home-product-add{border:none;cursor:pointer;font-size:11px;font-weight:700;color:#1e293b;background:#e2e8f0;border-radius:999px;padding:2px 8px}.home-product-list{display:grid;gap:.75rem;margin-top:.5rem}.home-product-item{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;background:linear-gradient(180deg,#f8fafc,#fff);box-shadow:0 8px 18px #0f172a0d;display:flex;flex-direction:column;gap:.5rem}.home-product-item__header{display:flex;align-items:center;justify-content:space-between}.home-product-item__fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.home-product-item__fields label{font-size:.9rem;color:#475569;font-weight:700;display:flex;flex-direction:column;gap:.25rem}.home-product-item__fields input{width:100%}.home-product-summary{display:flex;justify-content:flex-end;margin:.5rem 0;text-align:right}.home-product-summary .home-cell-main{font-size:1.1rem}.home-products-body .home-product-item__fields{grid-template-columns:minmax(80px,110px) minmax(140px,1fr)}.home-products-body .home-product-item__field-qty input{max-width:100px}.home-products-body .home-product-item__field-full{grid-column:1 / -1}.home-product-item__fields .home-product-item__flag{flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;font-size:.85rem;font-weight:600;text-align:right;width:100%}.home-product-item__fields .home-product-item__flag input{margin:0}.home-products-body .home-product-item__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;align-items:end}.home-products-readonly{display:flex;flex-direction:column;gap:12px}.home-products-readonly .home-product-item__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:end}.home-columns{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.home-column{background:#fff;border-radius:12px;padding:12px;box-shadow:inset 0 0 0 1px #e2e8f0}.home-column-title{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.home-item{padding:8px 0;border-bottom:1px solid #e2e8f0}.home-item:last-child{border-bottom:none}@media(max-width:900px){.home-detail,.home-sidebar-top{grid-template-columns:1fr}.home-main-header{flex-direction:column}}.home-timeline{display:flex;align-items:flex-start;gap:16px;flex-wrap:nowrap}.home-timeline-derive{display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:10px;border:1px dashed #cbd5f5;background:#f8fafc;color:#1e293b;min-width:140px}.home-timeline-derive .material-symbols-outlined{font-size:30px;color:#0ea5e9}.home-derive-title{font-size:12px;font-weight:600}.home-derive-sub{font-size:10px;color:#64748b}.home-timeline-step{position:relative;display:flex;flex-direction:column;align-items:center;min-width:64px}.home-timeline-step:not(:first-child):before{content:"";position:absolute;top:14px;left:-50%;width:100%;height:2px;background:#e2e8f0}.home-step-dot{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;background:#94a3b8;z-index:1}.home-step-label{margin-top:6px;font-size:11px;font-weight:600;color:#334155;text-align:center}.home-step-sub{font-size:10px;color:#94a3b8;margin-top:2px;text-align:center}.home-step-data-0 .home-step-dot{background:#94a3b8}.home-step-data-1 .home-step-dot{background:#ef4444}.home-step-data-2 .home-step-dot{background:#f97316}.home-step-data-3 .home-step-dot{background:#facc15;color:#1f2937}.home-step-data-4 .home-step-dot,.home-step-ok .home-step-dot{background:#22c55e}.home-step-bad .home-step-dot{background:#ef4444}.home-step-warn .home-step-dot{background:#facc15;color:#1f2937}.home-step-muted .home-step-dot{background:#94a3b8}@media(max-width:900px){.home{padding:24px}.home-header{flex-direction:column;align-items:flex-start;gap:12px}}
