:root{--color-primary:#c9252d;--color-primary-dark:#7f1117;--color-bg:#f4f5f7;--color-panel:#fff;--color-dark:#080808;--color-sidebar:#151a22;--color-muted:#667085;--color-border:#e4e7ec;--sidebar-width:220px;--content-max:1280px;--list-max:1200px;--shell-max:1360px;--topbar-height:64px;--shadow-soft:0 10px 30px #0808080f;--shadow-panel:0 16px 40px #0808080d;--radius-card:16px;--radius-button:12px;--red:var(--color-primary);--red-dark:var(--color-primary-dark);--black:var(--color-dark);--white:#fff;--gray-100:var(--color-bg);--gray-300:var(--color-border);--gray-600:var(--color-muted);color:var(--color-dark);background:var(--color-bg);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:var(--color-bg);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{background:var(--color-bg);min-height:100vh}.app-sidebar{z-index:40;width:var(--sidebar-width);background:var(--color-sidebar);color:#e5e7eb;border-right:1px solid #ffffff0f;flex-direction:column;height:100vh;display:none;position:fixed;inset:0 auto 0 0;overflow:hidden}.sidebar-brand{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.55rem;padding:.65rem .75rem .6rem;display:flex}.sidebar-brand-mark{background:linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));width:32px;height:32px;color:var(--white);border-radius:9px;flex-shrink:0;place-items:center;font-size:.78rem;font-weight:800;display:grid}.sidebar-brand-title{color:var(--white);letter-spacing:.01em;margin:0;font-size:.84rem;font-weight:800;line-height:1.15}.sidebar-brand-subtitle{color:#9ca3af;margin:.08rem 0 0;font-size:.62rem;line-height:1.25}.sidebar-nav{scrollbar-width:none;-ms-overflow-style:none;flex:1;padding:.45rem .55rem .65rem;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:0;height:0;display:none}.sidebar-group+.sidebar-group{margin-top:.5rem}.sidebar-group-title{letter-spacing:.08em;text-transform:uppercase;color:#8b95a5;margin:0 0 .22rem;padding:0 .45rem;font-size:.62rem;font-weight:700}.sidebar-menu{flex-direction:column;gap:.12rem;margin:0;padding:0;list-style:none;display:flex}.sidebar-link{color:#d4d4d4;border:1px solid #0000;border-radius:12px;align-items:center;gap:.55rem;height:40px;padding:0 .55rem;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.sidebar-link:hover{color:var(--white);background:#ffffff0a}.sidebar-link.active{color:var(--white);background:#c9252d24;border:1px solid #c9252d59}.sidebar-link.active .sidebar-link-icon{color:#fecdd3;background:#c9252d29}.sidebar-link-icon{background:#ffffff0d;border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:.6rem;font-weight:800;display:grid}.sidebar-footer{border-top:1px solid #ffffff0f;flex-shrink:0;padding:.55rem .65rem .65rem}.sidebar-user{align-items:center;gap:.45rem;margin-bottom:.45rem;display:flex}.sidebar-user-avatar{color:#ffd7da;background:#c9252d2e;border-radius:999px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.68rem;font-weight:800;display:grid}.sidebar-user-copy strong{color:var(--white);font-size:.72rem;line-height:1.15;display:block}.sidebar-user-copy span{color:#9ca3af;text-transform:lowercase;font-size:.62rem;display:block}.btn-sidebar-logout{color:#d4d4d4;background:#ffffff0a;border:1px solid #ffffff14;width:100%;height:40px;min-height:40px;padding:0 .65rem;font-size:.75rem;font-weight:600}.btn-sidebar-logout:hover{color:var(--white);background:#c9252d24;border-color:#c9252d59}.app-content{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.app-topbar{z-index:20;height:var(--topbar-height);max-height:var(--topbar-height);background:var(--color-panel);border-bottom:1px solid #eaecf0;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:0 20px;display:flex;position:sticky;top:0;box-shadow:0 1px #0f172a0f}.topbar-left,.topbar-right{align-items:center;gap:.75rem;display:flex}.topbar-menu-btn{border:1px solid var(--color-border);background:var(--color-panel);cursor:pointer;border-radius:10px;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;padding:0;display:inline-flex}.topbar-menu-btn span{background:var(--color-dark);border-radius:999px;width:16px;height:2px;margin:0 auto;display:block}.topbar-context{min-width:0}.topbar-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin:0;font-size:11px;font-weight:700;line-height:1.2}.topbar-title{color:var(--color-dark);margin:.06rem 0 0;font-size:15px;font-weight:700;line-height:1.2}.topbar-meta{flex-direction:column;align-items:flex-end;gap:.05rem;display:none}.topbar-role{color:var(--color-dark);text-transform:lowercase;font-size:.72rem;font-weight:600}.topbar-date{color:var(--color-muted);white-space:nowrap;font-size:.65rem}.topbar-logout{height:36px;min-height:36px;padding:0 14px;font-size:.75rem;font-weight:600;display:none}.app-drawer,.sidebar-backdrop{display:none}.app-drawer{z-index:50;background:var(--color-sidebar);width:min(86vw,300px);height:100vh;color:var(--white);scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1rem;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-100%)}.app-drawer::-webkit-scrollbar{display:none}.app-drawer.open{transform:translate(0)}.sidebar-backdrop{z-index:45;cursor:pointer;background:#08080873;border:none;position:fixed;inset:0}.drawer-logout{margin:.75rem .85rem 0}.mobile-bottom-nav{z-index:30;background:var(--color-sidebar);padding-bottom:env(safe-area-inset-bottom,0);border-top:1px solid #ffffff14;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav-link{color:#bdbdbd;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;min-height:58px;padding:.45rem .25rem;font-size:.68rem;font-weight:700;display:flex}.mobile-nav-link.active{color:var(--white);background:#c9252d38}.mobile-nav-icon{font-size:.72rem;font-weight:800}.app-main{width:100%;max-width:var(--shell-max);padding:.75rem 1rem;padding-bottom:calc(4.75rem + env(safe-area-inset-bottom,0));flex:1;margin:0 auto}.page{width:100%;max-width:var(--content-max);flex-direction:column;gap:.75rem;margin:0 auto;display:flex}.page:not(.dashboard-page){max-width:var(--list-max);padding-top:28px}.page-header{width:100%;max-width:var(--list-max);justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;display:flex}.page-header h2{max-width:100%;font-size:clamp(1.05rem,1.8vw,1.35rem)}.page-header .btn-primary{white-space:nowrap;border-radius:12px;height:44px;min-height:44px;padding:0 1rem;font-size:.84rem}.page-header h2,.hero-card h2,.login-brand h1{margin:0}.bottom-nav,.app-header{display:none}.nav-link{color:#ccc;text-align:center;padding:.85rem .5rem;font-size:.85rem;font-weight:600}.nav-link.active{color:var(--white);background:#c9252d40}.muted{color:var(--color-muted);margin:.25rem 0 0}.card{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:1rem}.hero-card{background:linear-gradient(135deg, var(--black), #1f1f1f);color:var(--white);border-radius:16px;padding:1.25rem}.hero-kicker{color:var(--red);text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}.menu-grid{gap:1rem;display:grid}.menu-card{background:var(--white);border:1px solid var(--gray-300);border-left:4px solid var(--red);border-radius:14px;align-items:center;gap:1rem;padding:1rem;display:flex}.menu-icon{background:var(--red);width:44px;height:44px;color:var(--white);border-radius:12px;place-items:center;font-weight:700;display:grid}.form-stack{flex-direction:column;gap:.85rem;display:flex}.form-stack label{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}.form-stack input,.form-stack select,.form-stack textarea{border:1px solid var(--color-border);border-radius:var(--radius-button);background:var(--color-panel);min-height:44px;padding:.75rem .85rem}.payment-form-grid{gap:.85rem;display:grid}.payment-form-grid .payment-form-field{flex-direction:column;gap:.35rem;display:flex}.payment-form-grid .payment-form-full{grid-column:1/-1}@media (width>=768px){.payment-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.btn{border-radius:var(--radius-button);cursor:pointer;border:none;min-height:44px;padding:.75rem 1rem;font-weight:700}.btn-sm,.compact-actions .btn,.compact-card-actions .btn{border-radius:12px;height:36px;min-height:36px;padding:0 14px;font-size:.78rem;font-weight:600}.btn-primary{background:var(--color-primary);color:var(--white)}.btn-primary:hover{background:var(--color-primary-dark)}.btn-outline{color:var(--color-dark);border:1px solid var(--color-border);background:0 0}.btn-danger{background:var(--color-dark);color:var(--white);border:1px solid var(--color-primary-dark)}.btn-danger:hover{background:var(--color-primary-dark)}.button-row{flex-wrap:wrap;gap:.5rem;display:flex}.list-stack{flex-direction:column;gap:.85rem;display:flex}.list-toolbar{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-card);max-width:var(--list-max);flex-direction:column;gap:.4rem;width:100%;margin:0 auto;padding:.45rem .55rem;display:flex}.list-toolbar-input{border:1px solid var(--color-border);background:var(--color-panel);border-radius:10px;width:100%;height:36px;min-height:36px;padding:.35rem .55rem;font-size:.82rem}.list-toolbar-filters{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.list-toolbar-field{color:var(--gray-600);text-transform:uppercase;letter-spacing:.03em;flex-direction:column;gap:.2rem;font-size:.72rem;font-weight:700;display:flex}.list-toolbar-field select{border:1px solid var(--color-border);height:36px;min-height:36px;color:var(--color-dark);background:var(--color-panel);text-transform:none;letter-spacing:normal;border-radius:8px;padding:.35rem .5rem;font-size:.82rem;font-weight:600}.list-toolbar-meta{color:var(--gray-600);margin:0;font-size:.75rem}.list-toolbar-secondary{margin-top:-.25rem;padding-top:0}.list-toolbar-secondary .list-toolbar-filters{width:100%}.compact-table-wrap{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-card);max-width:var(--list-max);width:100%;margin:0 auto;display:none;overflow:hidden}.compact-table{border-collapse:collapse;width:100%;font-size:.82rem}.compact-table th,.compact-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;max-height:64px;padding:.35rem .55rem}.compact-table th{text-transform:uppercase;letter-spacing:.04em;height:38px;color:var(--color-muted);background:#f2f4f7;font-size:11px;font-weight:700}.compact-table tbody tr:last-child td{border-bottom:none}.compact-table tbody tr:hover{background:#fafafa}.compact-col-actions{white-space:nowrap;width:1%}.compact-col-doc{min-width:7rem;color:var(--red);font-weight:700}.compact-col-party{max-width:11rem}.compact-col-date{white-space:nowrap;color:var(--gray-600);font-size:.8rem}.compact-col-amount{white-space:nowrap;text-align:right;font-weight:700}.compact-col-status{white-space:nowrap}.compact-actions,.compact-card-actions{flex-wrap:wrap;gap:.35rem;display:flex}.compact-card-list{max-width:var(--list-max);flex-direction:column;gap:.45rem;width:100%;margin:0 auto;display:flex}.compact-card{background:var(--white);border:1px solid var(--gray-300);border-radius:10px;flex-direction:column;gap:.35rem;padding:.55rem .65rem;display:flex}.compact-card-head{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.compact-card-title{color:var(--red);min-width:0;font-size:.88rem;font-weight:800;line-height:1.25}.compact-card-badge{flex-shrink:0}.compact-card-subtitle{color:var(--gray-600);margin:0;font-size:.78rem;line-height:1.35}.compact-card-meta{color:var(--gray-600);flex-wrap:wrap;align-items:center;gap:.35rem .65rem;font-size:.75rem;display:flex}.compact-card-amount{color:var(--black);margin-left:auto;font-size:.82rem}.compact-card-actions .btn{padding:.35rem .55rem;font-size:.78rem}.compact-card-actions .btn-block-mobile{min-height:44px}.compact-empty{padding:1.25rem .75rem;font-size:.88rem}.cell-ellipsis{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.cell-clamp-2{-webkit-line-clamp:2;line-clamp:2;color:var(--gray-600);-webkit-box-orient:vertical;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.doc-number{color:var(--red);font-size:.88rem;font-weight:800}.status-badge-compact{color:var(--red);text-transform:uppercase;letter-spacing:.02em;background:#c628281a;border-radius:999px;padding:.15rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.list-card{flex-direction:column;gap:.85rem;display:flex}.list-card h3{margin:0}.empty-state{text-align:center;color:var(--gray-600);background:var(--white);border:1px dashed var(--gray-300);border-radius:14px;padding:2rem 1rem}.error-text{color:var(--red);margin:0;font-weight:600}.success-text{color:#2e7d32;margin:0 0 12px;font-weight:600}.rcv-posted-badge{margin-top:.35rem;display:inline-flex}.status-badge{color:var(--red);text-transform:uppercase;background:#c628281f;border-radius:999px;margin-top:.35rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.login-page{background:linear-gradient(180deg, var(--black) 0%, #1a1a1a 100%);place-items:center;min-height:100vh;padding:1rem;display:grid}.login-card{background:var(--white);border-radius:18px;width:100%;max-width:420px;padding:1.5rem}.login-brand{text-align:center;margin-bottom:1.25rem}.login-brand h1{color:var(--red)}.items-section{flex-direction:column;gap:.75rem;display:flex}.items-header{justify-content:space-between;align-items:center;display:flex}.item-row{grid-template-columns:1fr;gap:.5rem;display:grid}.detail-grid{gap:1rem;display:grid}.detail-label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.75rem;display:block}.grand-total{color:var(--red);font-size:1.25rem;font-weight:800}.quotation-number{color:var(--red);letter-spacing:.02em;margin:0;font-weight:800}.table-wrap{max-height:min(70vh,720px);overflow:auto}.data-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.9rem}.data-table th,.data-table td{border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;padding:.45rem .55rem}.data-table th{z-index:1;height:38px;color:var(--color-muted);text-transform:uppercase;box-shadow:inset 0 -1px 0 var(--color-border);background:#f2f4f7;font-size:11px;position:sticky;top:0}.data-table tbody tr{max-height:64px}.data-table tbody td{font-size:.82rem;line-height:1.35}@media (width>=640px){.menu-grid{grid-template-columns:repeat(2,1fr)}.list-toolbar-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.list-card{flex-direction:row;justify-content:space-between;align-items:center}.item-row{grid-template-columns:2fr .7fr .7fr 1fr auto;align-items:center}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.app-drawer,.sidebar-backdrop,.mobile-bottom-nav,.topbar-menu-btn{display:none}.app-sidebar{display:flex}.app-content{margin-left:var(--sidebar-width)}.app-main{padding:.65rem 20px 20px}.topbar-meta,.topbar-logout{display:flex}.topbar-title{font-size:.9rem}.compact-table-wrap{display:block}.compact-card-list{display:none}.list-toolbar{flex-flow:wrap;align-items:flex-end;gap:.5rem .75rem}.list-toolbar-search{flex:220px;min-width:180px}.list-toolbar-filters{flex:2 320px}.list-toolbar-meta{flex:none;align-self:center;margin-left:auto}}.dashboard-page{max-width:var(--content-max);gap:8px;padding-top:0;padding-bottom:.25rem}.dash-hero,.dash-hero-premium{color:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);background:radial-gradient(circle at 100% 0,#c9252d1f,#0000 38%),linear-gradient(135deg,#1e2430 0%,#252b38 52%,#2a2230 100%);border:1px solid #ffffff12;gap:.25rem;padding:14px 18px;display:grid}.dash-hero-slim{gap:.15rem;padding:8px 12px}.dash-hero-slim .dash-hero-main h2{margin:.05rem 0 0;font-size:1rem;line-height:1.15}.dash-hero-slim .dash-hero-main .hero-kicker{letter-spacing:.07em;font-size:.58rem}.dash-hero-slim .dash-hero-subtitle{white-space:nowrap;text-overflow:ellipsis;margin:.05rem 0 0;font-size:.62rem;line-height:1.25;overflow:hidden}.dash-hero-slim .dash-hero-updated{font-size:.58rem}.dash-hero-executive{grid-template-columns:1fr auto;align-items:center}.dash-top-priority{grid-template-columns:1fr;align-items:stretch;gap:8px;display:grid}.dash-kpi-row,.dash-kpi-primary-grid,.dash-kpi-secondary-grid{grid-template-columns:1fr;gap:8px;display:grid}.dash-kpi-row-primary,.dash-kpi-row-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-kpi-row-tertiary{grid-template-columns:1fr}.dash-kpi-primary,.dash-kpi-secondary{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-card);height:100%;min-height:108px;box-shadow:var(--shadow-soft);border-left:3px solid #0000;flex-direction:column;justify-content:flex-start;padding:14px 16px;display:flex;overflow:hidden}.dash-kpi-compact{border-radius:10px;min-height:78px;padding:9px 11px}.dash-kpi-row-primary .dash-kpi-compact{min-height:82px}.dash-kpi-compact .dash-kpi-card-icon{border-radius:6px;width:24px;height:24px;font-size:9px}.dash-kpi-compact .dash-kpi-primary-label,.dash-kpi-compact .dash-kpi-secondary-label{font-size:10px}.dash-kpi-compact .dash-kpi-primary-value{margin-top:.2rem;font-size:clamp(.95rem,1.8vw,1.2rem)}.dash-kpi-compact .dash-kpi-secondary-value{margin-top:.2rem;font-size:clamp(.9rem,1.6vw,1.1rem)}.dash-kpi-compact .dash-kpi-primary-hint,.dash-kpi-compact .dash-kpi-secondary-hint{-webkit-line-clamp:1;line-clamp:1;padding-top:.15rem;font-size:.62rem}.dash-kpi-card-head{align-items:center;gap:8px;min-width:0;display:flex}.dash-kpi-card-icon{width:28px;height:28px;color:var(--color-dark);letter-spacing:-.02em;background:#f3f4f6;border-radius:8px;flex-shrink:0;place-items:center;font-size:10px;font-weight:800;display:grid}.dash-kpi-accent-revenue{border-left-color:#059669}.dash-kpi-accent-revenue .dash-kpi-card-icon{color:#047857;background:#0596691f}.dash-kpi-accent-profit{border-left-color:#2563eb}.dash-kpi-accent-profit .dash-kpi-card-icon{color:#1d4ed8;background:#2563eb1a}.dash-kpi-accent-piutang{border-left-color:#d97706}.dash-kpi-accent-piutang .dash-kpi-card-icon{color:#b45309;background:#d977061f}.dash-kpi-accent-work-order{border-left-color:#ea580c}.dash-kpi-accent-work-order .dash-kpi-card-icon{color:#c2410c;background:#ea580c1f}.dash-kpi-accent-low-stock{border-left-color:#dc2626}.dash-kpi-accent-low-stock .dash-kpi-card-icon{color:#b91c1c;background:#dc26261a}.dash-kpi-cat-sales{border-left-color:#2563eb}.dash-kpi-cat-sales .dash-kpi-card-icon{color:#1d4ed8;background:#2563eb1a}.dash-kpi-cat-finance{border-left-color:#059669}.dash-kpi-cat-finance .dash-kpi-card-icon{color:#047857;background:#0596691a}.dash-kpi-cat-production{border-left-color:#ea580c}.dash-kpi-cat-production .dash-kpi-card-icon{color:#c2410c;background:#ea580c1a}.dash-kpi-cat-inventory{border-left-color:#d97706}.dash-kpi-cat-inventory .dash-kpi-card-icon{color:#b45309;background:#d977061a}.dash-attention-panel{padding:12px 14px}.dash-attention-panel-prominent{background:var(--white);border-color:#c9252d2e;box-shadow:0 2px 10px #c9252d0f}.dash-attention-panel-prominent .dash-attention-list{gap:6px}.dash-attention-panel-prominent .dash-attention-item{min-height:46px;padding:8px 10px}.dash-attention-panel-prominent .dash-attention-all-clear{min-height:46px;padding:10px 12px}.dash-panel-header-compact{margin-bottom:10px}.dash-panel-header-compact h3{margin:0;font-size:.9rem}.dash-attention-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.dash-attention-item{border:1px solid var(--color-border);background:var(--white);color:inherit;border-radius:10px;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;min-height:52px;padding:10px 12px;text-decoration:none;display:grid}.dash-attention-item:hover{background:#fcfcfc;border-color:#0000001a}.dash-attention-icon{width:32px;height:32px;color:var(--color-dark);background:#f3f4f6;border-radius:8px;place-items:center;font-size:10px;font-weight:800;display:grid}.dash-attention-body{flex-direction:column;gap:3px;min-width:0;display:flex}.dash-attention-title{color:var(--color-dark);font-size:.78rem;font-weight:700;line-height:1.2}.dash-attention-value{color:var(--color-dark);text-align:right;white-space:nowrap;font-size:.92rem;font-weight:800;line-height:1.1}.dash-attention-status{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:.1rem .4rem;font-size:.6rem;font-weight:700;line-height:1.3}.dash-attention-status-red{color:#b91c1c;background:#dc26261a}.dash-attention-status-orange{color:#c2410c;background:#ea580c1a}.dash-attention-status-yellow{color:#a16207;background:#ca8a041f}.dash-attention-status-blue{color:#1d4ed8;background:#2563eb1a}.dash-attention-status-green{color:#047857;background:#0596691a}.dash-attention-red{border-left:3px solid #dc2626}.dash-attention-red .dash-attention-icon{color:#b91c1c;background:#dc26261a}.dash-attention-orange{border-left:3px solid #ea580c}.dash-attention-orange .dash-attention-icon{color:#c2410c;background:#ea580c1a}.dash-attention-yellow{border-left:3px solid #ca8a04}.dash-attention-yellow .dash-attention-icon{color:#a16207;background:#ca8a041f}.dash-attention-blue{border-left:3px solid #2563eb}.dash-attention-blue .dash-attention-icon{color:#1d4ed8;background:#2563eb1a}.dash-attention-green{border-left:3px solid #059669}.dash-attention-green .dash-attention-icon{color:#047857;background:#0596691a}.dash-attention-all-clear{background:#0596690f;border:1px solid #05966940;border-radius:10px;align-items:center;gap:10px;min-height:52px;padding:12px 14px;display:flex}.dash-attention-all-clear-icon{color:#047857;background:#05966924;border-radius:999px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.85rem;font-weight:800;display:grid}.dash-attention-all-clear p{color:#047857;margin:0;font-size:.82rem;font-weight:700;line-height:1.35}.dash-kpi-primary-label,.dash-kpi-secondary-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);flex:1;min-width:0;margin:0;font-size:11px;font-weight:700;line-height:1.2}.dash-kpi-primary-value{color:var(--color-dark);margin:.35rem 0 0;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:800;line-height:1.05}.dash-kpi-primary-hint,.dash-kpi-secondary-hint{color:var(--color-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:auto 0 0;padding-top:.25rem;font-size:.68rem;line-height:1.25;display:-webkit-box;overflow:hidden}.dash-kpi-secondary-value{color:var(--color-dark);margin:.35rem 0 0;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;line-height:1.05}.dash-kpi-secondary-alert{border-color:#c9252d38}.dash-kpi-secondary-alert .dash-kpi-secondary-value{color:var(--color-primary)}.dash-section-block{flex-direction:column;gap:16px;display:flex}.dash-activity-panel{height:100%}.dash-hero-main h2{max-height:1.2em;margin:.08rem 0 0;font-size:22px;line-height:1.15}.dash-hero-main .hero-kicker{letter-spacing:.08em;font-size:10px}.dash-hero-subtitle{color:#b8bcc6;white-space:nowrap;text-overflow:ellipsis;margin:.1rem 0 0;font-size:.7rem;line-height:1.2;overflow:hidden}.dash-hero-side{flex-direction:column;justify-content:center;align-items:flex-end;gap:.25rem;min-width:0;display:flex}.dash-hero-updated{color:#9ca3af;margin:0;font-size:.65rem}.dash-grid-two,.dash-activity-grid,.dash-side-stack{gap:16px;display:grid}.dash-analytics-row{align-items:stretch}.dash-analytics-compact{margin-top:0}.dash-analytics-compact.dash-grid-two{gap:10px}.dash-analytics-compact .dash-panel-chart{padding:12px 14px}.dash-analytics-compact .dash-panel-header{margin-bottom:.45rem}.dash-analytics-compact .dash-panel-subtitle{font-size:.68rem}.dash-panel{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:18px}.dash-panel-compact{padding:16px}.dash-panel-header{justify-content:space-between;align-items:flex-start;gap:.65rem;margin-bottom:.65rem;display:flex}.dash-panel-header-split{flex-wrap:wrap;align-items:stretch}.dash-panel-header h3,.dash-section-title h3{margin:0;font-size:.92rem;font-weight:700}.dash-panel-subtitle,.dash-section-title .dash-panel-subtitle{color:var(--color-muted);margin:.2rem 0 0;font-size:.72rem}.dash-chart-ytd{flex-wrap:wrap;gap:.85rem;display:flex}.dash-chart-ytd div{background:#fafafa;border:1px solid #0000000d;border-radius:14px;min-width:120px;padding:.75rem .85rem}.dash-chart-ytd span{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);font-size:.72rem;display:block}.dash-chart-ytd strong{color:var(--black);margin-top:.3rem;font-size:.92rem;display:block}.dash-chart-wrap{width:100%;height:240px;max-height:240px}.dash-chart-wrap-compact{height:200px;max-height:200px}.dash-chart-tooltip{background:var(--black);color:var(--white);border-radius:12px;flex-direction:column;gap:.25rem;padding:.65rem .85rem;font-size:.82rem;display:flex;box-shadow:0 10px 24px #0000002e}.dash-funnel{flex-direction:column;gap:14px;display:flex}.dash-funnel-step{position:relative}.dash-funnel-label,.dash-status-meta{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.35rem;font-size:.82rem;display:flex}.dash-funnel-label span{color:var(--color-muted);font-weight:600}.dash-funnel-label strong{color:var(--color-dark);font-size:.88rem;font-weight:700}.dash-funnel-bar,.dash-status-track{background:#eef1f5;border-radius:999px;height:6px;overflow:hidden}.dash-funnel-fill,.dash-status-fill{border-radius:999px;height:100%;transition:width .2s}.dash-funnel-fill.step-1{background:#cbd5e1}.dash-funnel-fill.step-2{background:#94a3b8}.dash-funnel-fill.step-3{background:#64748b}.dash-funnel-fill.step-4{background:#c9252dbf}.dash-status-fill-red{background:var(--red)}.dash-status-fill-dark{background:var(--black)}.dash-panel-production{background:linear-gradient(#fff 0%,#fafafa 100%)}.dash-production-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.dash-production-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-production-stat{background:#f7f8fa;border-radius:12px;padding:.7rem .75rem}.dash-production-stat span{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);font-size:11px;font-weight:700;display:block}.dash-production-stat strong{margin-top:.25rem;font-size:1.05rem;display:block}.dash-production-stat-active{background:#c6282814;border:1px solid #c628281f}.dash-production-stat-active strong{color:var(--red)}.dash-production-note{color:var(--gray-600);margin:.95rem 0 0;font-size:.82rem;line-height:1.5}.dash-activity-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.dash-activity-compact .dash-activity-item{border-radius:10px;gap:.55rem;padding:.55rem .65rem}.dash-activity-compact .dash-activity-icon{border-radius:8px;width:30px;height:30px;font-size:.62rem}.dash-activity-compact .dash-activity-content strong{font-size:.82rem}.dash-activity-compact .dash-activity-customer,.dash-activity-compact .dash-activity-date{font-size:.72rem}.dash-activity-compact .dash-activity-amount{font-size:.78rem}.dash-activity-compact .dash-panel-header{margin-bottom:.65rem}.dash-activity-item{border:1px solid var(--color-border);background:#f8f9fb;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;padding:.65rem .75rem;display:grid}.dash-activity-icon{width:38px;height:38px;color:var(--white);border-radius:12px;place-items:center;font-size:.68rem;font-weight:800;display:grid}.dash-activity-icon.tone-red{background:var(--red)}.dash-activity-icon.tone-dark{background:var(--black)}.dash-activity-icon.tone-gray{background:#616161}.dash-activity-icon.tone-green{background:#2e7d32}.dash-activity-content strong{font-size:.88rem;display:block}.dash-activity-customer,.dash-activity-date{color:var(--gray-600);margin-top:.12rem;font-size:.76rem;display:block}.dash-activity-amount{color:var(--black);white-space:nowrap;font-size:.84rem;font-weight:800}.dash-empty-inline{color:var(--gray-600);padding:.75rem 0;font-size:.9rem}.dash-error-card{background:var(--white);text-align:center;border:1px solid #c6282840;border-radius:22px;padding:2rem 1.35rem;box-shadow:0 16px 38px #0000000d}.dash-error-card h2{margin:0 0 .5rem}.dash-section-title{margin-top:.25rem}.dash-skeleton{background:linear-gradient(90deg,#ececec 25%,#f5f5f5 50%,#ececec 75%) 0 0/200% 100%;border-radius:10px;animation:1.2s infinite dash-shimmer}.dash-skeleton-title{width:60%;height:28px;margin-bottom:.75rem}.dash-skeleton-text{width:40%;height:16px}.dash-skeleton-label{width:55%;height:12px;margin-bottom:.75rem}.dash-skeleton-value{width:70%;height:28px}.dash-kpi-card-loading,.dash-panel-loading,.dash-hero-loading{min-height:110px}.dash-panel-loading{min-height:280px}@keyframes dash-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width>=640px){.dash-kpi-row-secondary,.dash-kpi-row-primary,.dash-kpi-primary-grid,.dash-kpi-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-kpi-row-tertiary{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-production-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.dash-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-hero-premium,.dash-hero-executive{grid-template-columns:1fr auto;align-items:center}.dash-hero-subtitle{white-space:normal}}@media (width>=900px){.dash-grid-two,.dash-grid-two-wide{grid-template-columns:1.45fr 1fr}.dash-top-priority{grid-template-columns:minmax(300px,.92fr) minmax(0,1.35fr);gap:10px}.dash-kpi-row-primary,.dash-kpi-row-secondary,.dash-kpi-primary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dash-kpi-row-tertiary{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-activity-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=768px) and (width<=1023px){.sidebar-brand-copy,.sidebar-group-title,.sidebar-link-label,.sidebar-user-copy,.btn-sidebar-logout{display:none}.sidebar-brand{justify-content:center;padding-inline:.65rem}.sidebar-link{justify-content:center;padding-inline:.55rem}.sidebar-footer{justify-content:center;padding-inline:.55rem;display:flex}.sidebar-user{margin-bottom:0}}@media (width<=767px){.app-drawer,.sidebar-backdrop{display:block}.drawer-open .sidebar-backdrop{opacity:1}.dash-hero-premium,.dash-hero-executive{padding:1.25rem}.dash-hero-slim .dash-hero-subtitle{white-space:normal}.dash-kpi-row-primary,.dash-kpi-row-secondary,.dash-kpi-primary-grid,.dash-kpi-secondary-grid,.dash-kpi-row,.dash-top-priority{gap:.65rem}.dash-attention-item{grid-template-rows:auto auto;grid-template-columns:32px 1fr}.dash-attention-value{text-align:left;grid-column:2;margin-top:2px}.dash-activity-item{grid-template-columns:auto 1fr}.dash-activity-amount{grid-column:2;justify-self:start;margin-top:.15rem}.dash-production-grid{grid-template-columns:1fr}.module-hero{flex-direction:column;align-items:flex-start}}.module-page{gap:.875rem}.module-hero{background:linear-gradient(135deg, var(--color-dark) 0%, #171717 55%, #2a1010 100%);color:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);max-width:var(--list-max);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;width:100%;margin:0 auto;padding:1rem 1.15rem;display:flex}.module-hero h2{margin:.25rem 0 0;font-size:clamp(1.15rem,2vw,1.5rem)}.module-hero-subtitle{color:#d4d4d4;margin:.35rem 0 0;font-size:.92rem}.module-card{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);max-width:var(--list-max);width:100%;margin:0 auto;padding:1rem 1.1rem}.module-card-muted{background:#fafafa}.module-list-card{border-radius:18px}.po-meta-row{color:var(--gray-600);flex-wrap:wrap;gap:.75rem 1.25rem;margin:.35rem 0;font-size:.88rem;display:flex}.po-grand-total{color:var(--black);margin:.35rem 0;font-weight:800}.status-active{color:#2e7d32;background:#2e7d321f}.status-inactive{color:var(--gray-600);background:#00000014}.status-low-stock{color:#e65100;background:#ff980026}.status-normal-stock{color:#2e7d32;background:#2e7d321f}.tx-type{letter-spacing:.02em;border-radius:4px;padding:.15rem .45rem;font-size:.75rem;font-weight:700;display:inline-block}.tx-type-in{color:#2e7d32;background:#2e7d321f}.tx-type-out{color:var(--red);background:#c628281f}.tx-type-adjustment{color:#1565c0;background:#1976d21f}.dash-panel-inventory{border-left:3px solid #e65100}.dash-inventory-alerts{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.dash-inventory-alert-item{color:inherit;background:#ff980014;border-radius:8px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.65rem .75rem;text-decoration:none;display:flex}.dash-inventory-alert-item:hover{background:#ff980024}.dash-inventory-alert-name{color:var(--black);font-weight:600;display:block}.dash-inventory-alert-meta{color:var(--gray-600);margin-top:.15rem;font-size:.82rem;display:block}.dash-inventory-alert-badge{color:#e65100;background:#e6510026;border-radius:999px;flex-shrink:0;padding:.2rem .45rem;font-size:.72rem;font-weight:700}.status-po-draft{color:var(--black);background:#00000014}.status-po-approved{color:#1565c0;background:#1976d21f}.status-po-ordered,.status-po-sent{color:var(--red);background:#c628281f}.status-po-partially_received{color:#e65100;background:#ff980026}.status-po-completed,.status-po-received{color:#2e7d32;background:#2e7d321f}.status-po-cancelled{color:var(--gray-600);background:#00000014}.po-hub-page{flex-direction:column;gap:14px;max-width:1200px;display:flex}.po-hub-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:14px;padding:18px 20px;display:flex}.po-hub-header-main{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.po-hub-eyebrow{letter-spacing:.08em;text-transform:uppercase;width:100%;color:var(--color-muted);margin:0;font-size:.72rem;font-weight:700}.po-hub-title{letter-spacing:-.02em;margin:0;font-size:1.45rem;font-weight:800}.po-hub-status-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.po-hub-header-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.po-hub-header-grid>div{border-radius:var(--radius-md);background:#00000008;padding:10px 12px}.po-hub-header-grid span{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.po-hub-header-grid strong{font-size:.88rem;font-weight:700}.po-hub-header-grid a{color:var(--red);font-weight:700;text-decoration:none}.po-hub-header-actions{flex-wrap:wrap;gap:8px;display:flex}.po-hub-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.po-hub-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px}.po-hub-kpi-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.po-hub-kpi strong{font-size:1rem;font-weight:800}.po-kpi-total{background:#3741510f}.po-kpi-items{background:#1976d212}.po-kpi-received{background:#ea580c12}.po-kpi-remaining{background:#2e7d3212}.po-hub-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px}.po-hub-section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.po-hub-h3{margin:0;font-size:.95rem;font-weight:800}.po-hub-timeline{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.po-hub-timeline-step{text-align:center;opacity:.45;flex:1;min-width:88px}.po-hub-timeline-step.is-done,.po-hub-timeline-step.is-active{opacity:1}.po-hub-timeline-dot{background:var(--gray-400);border-radius:50%;width:10px;height:10px;margin:0 auto 6px}.po-hub-timeline-step.is-done .po-hub-timeline-dot{background:#2e7d32}.po-hub-timeline-step.is-active .po-hub-timeline-dot{background:var(--red);box-shadow:0 0 0 3px #c6282833}.po-hub-timeline-step span{color:var(--color-muted);font-size:.68rem;font-weight:700;display:block}.po-hub-timeline-step.is-active span{color:var(--red)}.po-hub-progress-panel{padding:16px 18px}.po-hub-progress-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.po-hub-progress-value{font-size:1.1rem;font-weight:800}.po-hub-progress-track{background:#00000014;border-radius:999px;height:8px;overflow:hidden}.po-hub-progress-fill{background:linear-gradient(90deg,#ef5350,#c62828);border-radius:999px;height:100%;transition:width .3s}.po-progress-red .po-hub-progress-fill,.po-hub-progress-value.po-progress-red{color:#c62828}.po-progress-yellow .po-hub-progress-fill,.po-hub-progress-value.po-progress-yellow{color:#f57f17}.po-progress-green .po-hub-progress-fill,.po-hub-progress-value.po-progress-green{color:#2e7d32}.po-hub-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.po-hub-notes-field{grid-column:1/-1}.po-hub-table th{letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}.po-hub-tag{background:#0000000f;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.68rem;font-weight:700;display:inline-block}.po-hub-totals{border-radius:var(--radius-md);background:#00000008;margin:14px 0;padding:12px 14px}.po-hub-empty,.po-hub-loading{text-align:center;padding:24px}.po-hub-success-top{border-radius:var(--radius-md);color:#2e7d32;background:#2e7d321a;border:1px solid #2e7d3240;margin:0;padding:10px 14px;font-size:.88rem;font-weight:600}.po-hub-alert{border-radius:var(--radius-md);color:var(--red);background:#c6282814;border:1px solid #c6282833;margin:0;padding:10px 14px;font-size:.88rem}@media (width>=768px){.po-hub-header-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.po-hub-kpi-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=640px){.po-hub-form-grid{grid-template-columns:1fr}.po-hub-header-actions .btn{flex:1;min-width:calc(50% - 4px)}}.po-list-page{max-width:1200px}.po-list-hero{margin-bottom:0}.po-list-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.po-list-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;box-shadow:0 1px 3px #0000000a}.po-list-kpi-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.po-list-kpi strong{font-size:1.05rem;font-weight:800}.po-list-kpi-open{border-left:3px solid var(--red)}.po-list-kpi-ordered{border-left:3px solid #1565c0}.po-list-kpi-partial{border-left:3px solid #e65100}.po-list-kpi-completed{border-left:3px solid #2e7d32}.po-list-kpi-value{border-left:3px solid #374151}.po-list-progress{min-width:72px}.po-list-progress-meta{color:var(--color-muted);margin-bottom:4px;font-size:.72rem;font-weight:700}.po-list-progress-track{background:#00000014;border-radius:999px;height:6px;overflow:hidden}.po-list-progress-fill{background:linear-gradient(90deg,#ef5350,#c62828);border-radius:999px;height:100%}.compact-col-progress{min-width:88px}.rcv-list-page{max-width:1200px}.rcv-list-hero{margin-bottom:0}.rcv-list-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.rcv-list-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;box-shadow:0 1px 3px #0000000a}.rcv-list-kpi-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.rcv-list-kpi strong{font-size:1.05rem;font-weight:800}.rcv-list-kpi-today{border-left:3px solid #1565c0}.rcv-list-kpi-outstanding{border-left:3px solid var(--red)}.rcv-list-kpi-partial{border-left:3px solid #e65100}.rcv-list-kpi-completed{border-left:3px solid #2e7d32}.rcv-list-kpi-pending{border-left:3px solid #7b1fa2}.rcv-list-kpi-value{border-left:3px solid #374151}.rcv-list-toolbar-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.rcv-date-filter{min-height:36px;padding:6px 10px}.rcv-list-progress{min-width:96px}.rcv-list-progress-meta{justify-content:space-between;gap:6px;display:flex}.rcv-list-progress-qty{color:var(--color-muted);font-size:.68rem;font-weight:600}.rcv-po-link{color:var(--red);font-weight:700;text-decoration:none}.rcv-po-link:hover{text-decoration:underline}.rcv-status-badge{text-transform:uppercase;letter-spacing:.03em}.status-rcv-draft{color:var(--black);background:#00000014}.status-rcv-received{color:#2e7d32;background:#2e7d321f}.status-rcv-pending{color:var(--black);background:#00000014}.status-rcv-partial{color:#e65100;background:#ff980026}.status-rcv-completed{color:#2e7d32;background:#2e7d321f}.status-rcv-cancelled{color:var(--gray-600);background:#00000014}.status-rcv-pending_qc{color:#7b1fa2;background:#7b1fa21f}.status-rcv-passed_qc{color:#2e7d32;background:#2e7d321f}.status-rcv-rejected_qc{color:var(--red);background:#c628281f}.rcv-empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:#00000005;padding:40px 24px}.rcv-empty-illustration{width:72px;height:72px;color:var(--red);background:linear-gradient(135deg,#1565c01f,#c628281a);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.75rem;font-weight:800;display:flex}.rcv-empty-state h3{margin:0 0 8px;font-size:1.05rem}.rcv-empty-state p{color:var(--color-muted);max-width:420px;margin:0 auto 16px;font-size:.9rem}.rcv-hub-loading{text-align:center;padding:24px}.po-receiving-notes-summary{border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.po-receiving-notes-list{color:var(--color-muted);margin:8px 0 0;padding-left:18px;font-size:.9rem}.po-receiving-notes-list li+li{margin-top:6px}.inv-transactions-card{margin-top:16px}.po-hub-h4{margin:0 0 8px;font-size:.92rem}.po-status-badge-lg{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;align-items:center;padding:6px 14px;font-size:.78rem;font-weight:800;display:inline-flex}.po-create-page{max-width:1200px}.po-create-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px;display:flex;box-shadow:0 1px 4px #0000000d}.po-create-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.po-create-meta>div{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px}.po-create-meta span{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:6px;font-size:.68rem;font-weight:700;display:block}.po-create-meta strong{font-size:.92rem;font-weight:700}.po-meta-input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;padding:6px 8px;font-size:.88rem}.po-create-shell{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:14px;display:grid}.po-create-main{flex-direction:column;gap:14px;display:flex}.po-create-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.po-create-fields label{flex-direction:column;gap:6px;font-size:.82rem;font-weight:600;display:flex}.po-notes-full{grid-column:1/-1}.po-create-actions{flex-wrap:wrap;gap:10px;display:flex}.po-summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;position:sticky;top:12px;box-shadow:0 2px 8px #0000000f}.po-summary-card h3{letter-spacing:.02em;margin:0 0 12px;font-size:.92rem;font-weight:800}.po-summary-list{flex-direction:column;gap:10px;margin:0;display:flex}.po-summary-list div{justify-content:space-between;gap:10px;font-size:.84rem;display:flex}.po-summary-list dt{color:var(--color-muted);margin:0;font-weight:600}.po-summary-list dd{text-align:right;margin:0;font-weight:700}.po-summary-total{border-top:1px dashed var(--border);padding-top:10px}.po-summary-total dd{color:var(--red);font-size:1rem}.po-summary-tax{flex-direction:column;gap:6px;margin-top:14px;font-size:.82rem;font-weight:600;display:flex}.po-detail-header{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg,#c628280f,#00000005);flex-direction:column;gap:14px;padding:20px;display:flex;box-shadow:0 2px 8px #0000000d}.po-detail-header-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.po-detail-number{font-size:1.65rem}.po-detail-supplier{color:var(--color-muted);margin:4px 0 0;font-size:.92rem;font-weight:600}.po-detail-header-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.po-detail-header-grid>div{border-radius:var(--radius-md);background:#ffffffb3;padding:10px 12px}.po-detail-header-grid span{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.68rem;font-weight:700;display:block}.po-detail-header-grid strong{font-size:.9rem;font-weight:700}.po-detail-total{color:var(--red);font-size:1rem!important}.po-detail-page{gap:12px;max-width:1200px}.po-detail-header-enterprise{background:linear-gradient(135deg,#c6282814,#11111108)}.po-exec-summary{gap:16px}.po-exec-summary-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.po-exec-summary-main{flex:1;min-width:0}.po-exec-number-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.po-exec-total-card{border-radius:var(--radius-md);text-align:right;background:#ffffffeb;border:1px solid #c628282e;min-width:160px;padding:12px 16px;box-shadow:0 2px 8px #0000000f}.po-exec-total-card span{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.66rem;font-weight:700;display:block}.po-exec-total-card strong{color:var(--red);font-size:1.35rem;font-weight:800;line-height:1.1}.po-exec-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.po-exec-summary-grid>div{border-radius:var(--radius-md);background:#ffffffbf;border:1px solid #0000000a;padding:10px 12px}.po-exec-summary-grid span{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.66rem;font-weight:700;display:block}.po-exec-summary-grid strong{font-size:.9rem;font-weight:700}.po-exec-summary-grid a{color:var(--red);font-weight:700;text-decoration:none}.po-detail-number{letter-spacing:-.02em;font-size:1.85rem}.po-detail-timeline-card{padding:20px 22px 24px}.po-detail-timeline{-webkit-overflow-scrolling:touch;gap:0;margin-top:16px;padding:4px 0 8px;display:flex;overflow-x:auto}.po-detail-timeline-step{text-align:center;opacity:.38;flex:1;min-width:128px;padding:0 8px;position:relative}.po-detail-timeline-step.is-done,.po-detail-timeline-step.is-active{opacity:1}.po-detail-timeline-marker{justify-content:center;align-items:center;height:36px;margin-bottom:10px;display:flex;position:relative}.po-detail-timeline-step:not(:last-child) .po-detail-timeline-marker:after{content:"";background:var(--gray-300);z-index:0;border-radius:2px;width:calc(100% - 28px);height:4px;position:absolute;top:50%;left:calc(50% + 14px);transform:translateY(-50%)}.po-detail-timeline-step.is-done:not(:last-child) .po-detail-timeline-marker:after{background:#2e7d32}.po-detail-timeline-dot{background:var(--gray-400);border:4px solid var(--surface);width:24px;height:24px;box-shadow:0 0 0 2px var(--gray-300);z-index:1;border-radius:50%;position:relative}.po-detail-timeline-step.is-done .po-detail-timeline-dot{background:#2e7d32;box-shadow:0 0 0 2px #2e7d32}.po-detail-timeline-step.is-active .po-detail-timeline-dot{background:var(--red);box-shadow:0 0 0 5px #c6282833}.po-detail-timeline-step span{color:var(--color-muted);font-size:.82rem;font-weight:700;line-height:1.3;display:block}.po-detail-timeline-label{margin-bottom:2px}.po-detail-timeline-date{opacity:.85;color:var(--color-muted)!important;font-size:.68rem!important;font-weight:600!important}.po-detail-timeline-step.is-active .po-detail-timeline-label{color:var(--red);font-weight:800}.po-detail-timeline-step.is-done .po-detail-timeline-label{color:#2e7d32}.po-detail-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.po-detail-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px 14px;box-shadow:0 1px 3px #0000000a}.po-detail-kpi-enterprise{align-items:center;gap:12px;display:flex;box-shadow:0 2px 8px #0000000d}.po-detail-kpi-icon{width:36px;height:36px;color:var(--color-muted);background:#0000000d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:flex}.po-detail-kpi-copy{min-width:0}.po-detail-kpi-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.66rem;font-weight:700;display:block}.po-detail-kpi strong{font-size:1.05rem;font-weight:800;line-height:1.2}.po-kpi-po-total{border-left:3px solid var(--red)}.po-kpi-po-total strong{color:var(--red)}.po-kpi-item-count{border-left:3px solid #374151}.po-kpi-ordered{border-left:3px solid #1976d2}.po-kpi-received{border-left:3px solid #ea580c}.po-kpi-remaining{border-left:3px solid #e65100}.po-kpi-progress{border-left:3px solid #2e7d32}.po-receiving-progress-card{padding:20px 22px}.po-receiving-progress-lg{flex-direction:column;gap:16px;display:flex}.po-receiving-progress-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.po-receiving-progress-pct{font-size:1.5rem;font-weight:800;line-height:1}.po-receiving-progress-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.po-receiving-stat{border-radius:var(--radius-md);text-align:center;background:#00000008;padding:12px 14px}.po-receiving-stat span{letter-spacing:.05em;text-transform:uppercase;color:var(--color-muted);margin-bottom:4px;font-size:.66rem;font-weight:700;display:block}.po-receiving-stat strong{font-size:1.2rem;font-weight:800}.po-stat-received strong{color:#ea580c}.po-stat-remaining strong{color:#e65100}.po-receiving-progress-track{background:#0000001a;border:1px solid #0000000f;border-radius:999px;height:28px;overflow:hidden}.po-receiving-progress-track.is-empty{background:repeating-linear-gradient(90deg,#0000000f 0 8px,#00000008 8px 16px)}.po-receiving-progress-fill{background:var(--red);border-radius:999px;min-width:0;height:100%;transition:width .3s}.po-progress-green .po-receiving-progress-fill{background:#2e7d32}.po-progress-orange .po-receiving-progress-fill{background:#ea580c}.po-progress-gray .po-receiving-progress-fill{background:#9ca3af}.po-progress-yellow .po-receiving-progress-fill{background:#f59e0b}.po-progress-red .po-receiving-progress-fill{background:var(--red)}.po-progress-green.po-receiving-progress-pct,.po-progress-green.po-item-pct{color:#2e7d32;background:#2e7d321f}.po-progress-orange.po-receiving-progress-pct,.po-progress-orange.po-item-pct{color:#ea580c;background:#ea580c1f}.po-progress-gray.po-receiving-progress-pct,.po-progress-gray.po-item-pct{color:#6b7280;background:#6b72801f}.po-progress-yellow.po-receiving-progress-pct,.po-progress-yellow.po-item-pct{color:#d97706;background:#f59e0b1f}.po-progress-red.po-receiving-progress-pct,.po-progress-red.po-item-pct{color:var(--red);background:#c628281f}.po-list-progress-track.po-progress-gray .po-list-progress-fill{background:#9ca3af}.po-list-progress-track.po-progress-orange .po-list-progress-fill{background:#ea580c}.po-list-progress-track.po-progress-green .po-list-progress-fill{background:#2e7d32}.po-receiving-history-section{min-height:120px}.po-detail-section .po-hub-h3,.po-receiving-history-section .po-hub-h3{margin:0 0 12px}.po-detail-view{flex-direction:column;gap:12px;display:flex}.po-material-table tbody tr{transition:background .15s}.po-material-table tbody tr:hover,.po-receiving-history-row:hover{background:#c628280a}.po-item-status-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:3px 8px;font-size:.66rem;font-weight:800;display:inline-block}.po-item-status-pending{color:#e65100;background:#ff980024}.po-item-status-receiving{color:#c2410c;background:#ea580c24}.po-item-status-completed{color:#2e7d32;background:#2e7d3224}.po-receiving-empty{padding:36px 24px}.po-empty-icon-lg{width:64px;height:64px;font-size:.95rem}.po-detail-notes-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 18px;box-shadow:0 1px 4px #0000000a}.po-detail-notes-empty{color:var(--color-muted);margin:0;font-size:.88rem;font-style:italic}.po-print-number{margin:4px 0 0;font-size:1rem;font-weight:700}.po-print-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px;display:grid}.po-print-grand-total{margin-top:6px;font-size:1rem}.po-print-footer{text-align:center;color:#666;border-top:1px solid #ddd;margin-top:16px;padding-top:10px;font-size:.68rem}.po-print-footer p{margin:2px 0}.po-detail-page-ultimate{padding-bottom:88px}.po-exec-summary-ultimate{padding:22px 24px;box-shadow:0 4px 14px #0000000f}.po-exec-total-card-ultimate{align-items:center;gap:14px;min-width:200px;padding:16px 20px;display:flex}.po-exec-total-icon{width:44px;height:44px;color:var(--red);background:#c628281f;border-radius:12px;place-items:center;font-size:.82rem;font-weight:800;display:grid}.po-exec-total-card-ultimate strong{font-size:1.5rem}.po-exec-summary-grid-ultimate{grid-template-columns:repeat(2,minmax(0,1fr))}.po-meta-field{border-radius:var(--radius-md);background:#ffffffd1;border:1px solid #0000000d;align-items:flex-start;gap:10px;min-height:58px;padding:10px 12px;display:flex}.po-meta-field-icon{width:28px;height:28px;color:var(--color-muted);background:#0000000d;border-radius:8px;flex-shrink:0;place-items:center;font-size:.68rem;font-weight:800;display:grid}.po-meta-field-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin-bottom:3px;font-size:.64rem;font-weight:700;display:block}.po-meta-field-copy strong{word-break:break-word;font-size:.88rem;font-weight:700;line-height:1.3}.po-meta-field-copy a{color:var(--red);font-weight:700;text-decoration:none}.po-timeline-production-card{padding:22px 24px}.po-timeline-production{align-items:flex-start;gap:0;margin-top:14px;display:flex;overflow-x:auto}.po-timeline-production-item{flex:1;align-items:center;min-width:120px;display:flex}.po-timeline-production-step{text-align:center;opacity:.38;border-radius:var(--radius-md);flex:1;padding:8px 6px;transition:opacity .2s,transform .2s,background .2s}.po-timeline-production-step:hover{background:#00000005;transform:translateY(-2px)}.po-timeline-production-step.is-done,.po-timeline-production-step.is-active{opacity:1}.po-timeline-production-marker{justify-content:center;align-items:center;height:40px;margin-bottom:8px;display:flex;position:relative}.po-timeline-production-item:not(:last-child) .po-timeline-production-marker:after{content:"";background:var(--gray-300);border-radius:2px;width:calc(100% - 32px);height:4px;position:absolute;top:50%;left:calc(50% + 16px);transform:translateY(-50%)}.po-timeline-production-step.is-done+.po-timeline-production-arrow,.po-timeline-production-step.is-done~.po-timeline-production-arrow{color:#2e7d32}.po-timeline-production-step.is-done .po-timeline-production-marker:after{background:#2e7d32}.po-timeline-production-item:has(.is-done) .po-timeline-production-marker:after{background:#2e7d32}.po-timeline-production-dot{background:var(--gray-400);border:3px solid var(--surface);width:26px;height:26px;box-shadow:0 0 0 2px var(--gray-300);z-index:1;border-radius:50%;place-items:center;display:grid;position:relative}.po-timeline-step-icon{letter-spacing:-.02em;color:#fff;font-size:.52rem;font-weight:800}.po-timeline-production-step.is-done .po-timeline-production-dot{background:#2e7d32;box-shadow:0 0 0 2px #2e7d32}.po-timeline-production-step.is-active .po-timeline-production-dot{background:var(--red);box-shadow:0 0 0 5px #c628282e}.po-timeline-production-label{color:var(--color-muted);font-size:.8rem;font-weight:700;display:block}.po-timeline-production-step.is-active .po-timeline-production-label{color:var(--red)}.po-timeline-production-step.is-done .po-timeline-production-label{color:#2e7d32}.po-timeline-production-date{color:var(--color-muted);margin-top:2px;font-size:.66rem;font-weight:600;display:block}.po-timeline-date-empty{opacity:.45}.po-timeline-production-arrow{color:var(--gray-400);flex-shrink:0;padding:0 4px;font-size:1rem;font-weight:700;display:none}.po-detail-kpi-strip-ultimate{gap:12px}.po-detail-kpi-ultimate{min-height:96px;box-shadow:var(--shadow-soft,0 2px 8px #0000000f);border-left-style:solid;border-left-width:3px;flex-direction:column;justify-content:space-between;padding:14px 16px;display:flex}.po-detail-kpi-head{align-items:center;gap:8px;display:flex}.po-detail-kpi-ultimate .po-detail-kpi-icon{background:#f3f4f6;border-radius:8px;width:28px;height:28px;font-size:.68rem}.po-detail-kpi-ultimate .po-detail-kpi-label{margin:0;font-size:.68rem}.po-detail-kpi-value{margin-top:8px;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;line-height:1.15}.po-kpi-accent-total{border-left-color:var(--red)}.po-kpi-accent-total .po-detail-kpi-icon{color:var(--red);background:#c628281f}.po-kpi-accent-items{border-left-color:#374151}.po-kpi-accent-ordered{border-left-color:#1976d2}.po-kpi-accent-ordered .po-detail-kpi-icon{color:#1976d2;background:#1976d21f}.po-kpi-accent-received{border-left-color:#ea580c}.po-kpi-accent-received .po-detail-kpi-icon{color:#ea580c;background:#ea580c1f}.po-kpi-accent-remaining{border-left-color:#e65100}.po-kpi-accent-progress{border-left-color:#2e7d32}.po-kpi-accent-progress .po-detail-kpi-icon{color:#2e7d32;background:#2e7d321f}.po-receiving-progress-ultimate{background:linear-gradient(#fff,#f8f8f8)}.po-receiving-progress-sub{color:var(--color-muted);margin:4px 0 0;font-size:.78rem}.po-receiving-progress-track{height:30px}@keyframes po-progress-grow{0%{width:0!important}}.po-receiving-progress-fill{animation:.85s ease-out po-progress-grow}.po-material-table-ultimate tbody td{vertical-align:middle;padding:14px 12px}.po-material-table-ultimate thead th{padding:12px}.po-material-cell{align-items:center;gap:10px;display:flex}.po-material-icon{width:34px;height:34px;color:var(--red);background:#c6282814;border-radius:10px;flex-shrink:0;place-items:center;font-size:.9rem;display:grid}.po-receiving-illustration{border:1px dashed var(--border);border-radius:var(--radius-lg);background:linear-gradient(#fafafa,#fff)}.po-empty-illustration{background:#c6282814;border-radius:20px;place-items:center;width:80px;height:80px;margin:0 auto 14px;display:grid}.po-empty-box-icon{color:var(--red);opacity:.7;font-size:2rem}.po-receiving-history-ultimate thead th{background:#00000008}.po-detail-notes-card{box-shadow:0 2px 8px #0000000a}.po-detail-notes-body{color:var(--color-text,#111);font-size:.95rem;line-height:1.65}.po-detail-actions-sticky{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius-lg);background:#fffffff5;margin-top:4px;padding:12px 14px;position:sticky;bottom:0;box-shadow:0 -4px 16px #00000014}.po-action-btn{justify-content:center;align-items:center;gap:6px;text-decoration:none;display:inline-flex}.po-action-btn:focus-visible{outline:2px solid var(--red);outline-offset:2px}.po-action-btn:disabled{opacity:.55;cursor:not-allowed}.po-action-icon{font-size:.85rem;line-height:1}.po-summary-card-executive{border-left:3px solid var(--red);box-shadow:0 4px 14px #00000012}.po-detail-editing .po-create-shell{gap:18px}.po-detail-editing .po-field,.po-detail-editing .po-create-fields select,.po-detail-editing .po-create-fields input,.po-detail-editing .po-create-fields textarea{border-radius:var(--radius-sm);border-color:var(--border)}.po-detail-editing .po-field:focus,.po-detail-editing .po-create-fields select:focus,.po-detail-editing .po-create-fields input:focus,.po-detail-editing .po-create-fields textarea:focus{border-color:var(--red);outline:2px solid #c6282840}@media (width>=901px){.po-exec-summary-grid-ultimate{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){.po-timeline-production{flex-direction:column;align-items:stretch}.po-timeline-production-item{flex-direction:column;min-width:0}.po-timeline-production-item:not(:last-child) .po-timeline-production-marker:after{display:none}.po-timeline-production-arrow{text-align:center;margin:2px 0 6px;display:block}.po-timeline-production-step{width:100%}}@media (width<=640px){.po-exec-summary-grid-ultimate{grid-template-columns:1fr}.po-detail-kpi-strip-ultimate{grid-template-columns:repeat(2,minmax(0,1fr))}.po-detail-actions-sticky .po-action-btn{flex:1;min-width:calc(50% - 5px)}}.po-detail-notes-section .po-hub-h3{margin-bottom:10px}.po-detail-notes-body{white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.55}.po-detail-notes-empty{margin:0;font-size:.88rem}.po-detail-actions-footer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;gap:8px;padding:14px 16px;display:flex;box-shadow:0 1px 4px #0000000d}.po-detail-items-table th,.po-receiving-history-table th{white-space:nowrap;font-size:.68rem}.po-print-company{border-bottom:2px solid #111;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:10px;display:flex}.po-print-logo{object-fit:contain;width:52px;height:52px}.po-print-company h2{letter-spacing:.04em;margin:0 0 4px;font-size:1rem}.po-print-company p{color:#555;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.72rem}.po-items-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.po-items-grid .po-field{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;min-width:120px;padding:6px 8px;font-size:.84rem}.po-field-sub{margin-top:6px}.po-field-narrow{min-width:72px;max-width:96px}.po-stock-cell{text-align:center;font-weight:700}.po-stock-low{color:var(--red)}.po-stock-ok{color:#2e7d32}.po-subtotal-cell{white-space:nowrap;font-weight:700}.po-btn-icon{min-width:36px;padding:4px 10px}.po-row-pending{background:#ff98000f}.po-pending-badge{color:#e65100;text-transform:uppercase;background:#ff980026;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.65rem;font-weight:800;display:inline-block}.po-qty-remaining{color:#e65100;font-weight:700}.po-item-pct{border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:800;display:inline-block}.po-inline-actions,.po-edit-actions{flex-wrap:wrap;gap:8px;display:flex}.po-edit-actions{margin-top:14px}.po-empty-state{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:#00000005;padding:32px 20px}.po-empty-inline{padding:24px 16px}.po-empty-icon{width:48px;height:48px;color:var(--red);background:#c628281a;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 12px;font-size:.85rem;font-weight:800;display:flex}.po-empty-state h3,.po-empty-state h4{margin:0 0 8px;font-size:1rem}.po-empty-state p{color:var(--color-muted);margin:0 0 14px;font-size:.88rem}.po-print-sheet{display:none}.po-print-header{border-bottom:2px solid #111;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:12px;display:flex}.po-print-header h1{letter-spacing:.08em;margin:0;font-size:1.4rem}.po-print-meta{margin-bottom:16px;font-size:.9rem;line-height:1.6}.po-print-table{border-collapse:collapse;width:100%;margin-bottom:16px;font-size:.85rem}.po-print-table th,.po-print-table td{text-align:left;border:1px solid #ccc;padding:8px 10px}.po-print-table th{text-transform:uppercase;background:#f5f5f5;font-size:.72rem;font-weight:700}.po-print-totals{text-align:right;margin-bottom:20px;font-size:.9rem}.po-print-notes{background:#f9f9f9;border:1px solid #ddd;margin-bottom:24px;padding:10px;font-size:.85rem}.po-print-signatures{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.po-print-signatures span{text-transform:uppercase;margin-bottom:48px;font-size:.78rem;font-weight:700;display:block}.po-sign-line{border-bottom:1px solid #111;height:1px}@media (width>=768px){.po-list-kpi-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.rcv-list-kpi-strip,.rcv-list-toolbar-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.po-detail-header-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.po-exec-summary-grid,.po-detail-kpi-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.po-detail-kpi-strip,.rcv-list-kpi-strip,.rcv-list-toolbar-filters{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (width<=900px){.po-create-shell{grid-template-columns:1fr}.po-summary-card{position:static}}@media (width<=640px){.po-list-kpi-strip,.rcv-list-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.rcv-list-toolbar-filters,.po-create-meta,.po-create-fields{grid-template-columns:1fr}.po-detail-header-grid{grid-template-columns:1fr 1fr}.po-exec-summary-top{flex-direction:column}.po-exec-total-card{text-align:left;width:100%}.po-exec-summary-grid{grid-template-columns:1fr 1fr}.po-detail-number{font-size:1.45rem}.po-detail-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.po-receiving-progress-stats{grid-template-columns:1fr}.po-detail-actions-footer .btn,.po-create-actions .btn{flex:1;min-width:calc(50% - 5px)}.po-hub-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@page{size:A4 portrait;margin:10mm}@media print{html,body{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff!important;height:auto!important;overflow:visible!important}.app-shell>.app-sidebar,.app-shell>.app-drawer,.sidebar-backdrop,.app-topbar,.mobile-bottom-nav,.po-detail-view,.po-detail-edit-view,.po-create-page,.no-print,.po-hub-header-actions,.po-detail-actions-footer,.btn,form,form button,input,select,textarea,label{display:none!important}.app-content,.app-main,.po-hub-page,.po-detail-page{width:100%!important;max-width:none!important;min-height:0!important;box-shadow:none!important;background:#fff!important;border:none!important;margin:0!important;padding:0!important;display:block!important}.po-print-sheet{page-break-before:avoid;page-break-after:avoid;page-break-inside:avoid;width:100%!important;box-shadow:none!important;border:none!important;margin:0!important;padding:0!important;display:block!important;position:static!important}.po-print-table{font-size:.78rem}.po-print-table th,.po-print-table td{padding:5px 8px}.po-print-signatures{gap:16px;margin-top:24px}.po-print-totals{margin-bottom:12px;font-size:.82rem}.po-print-footer{margin-top:12px;font-size:.62rem}.po-print-signatures span{margin-bottom:28px}}.checkbox-row{align-items:center;gap:.5rem;font-size:.92rem;display:flex}.wo-page{gap:.75rem}.wo-hero-card,.wo-actions-card,.wo-status-card,.wo-info-card,.wo-edit-card{padding:.85rem 1rem}.wo-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-600);margin:0 0 .65rem;font-size:.72rem;font-weight:700}.wo-field-label{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.wo-status-select{border:1px solid var(--gray-300);background:var(--white);border-radius:10px;width:100%;min-height:44px;padding:.65rem .75rem;font-size:.9rem;font-weight:600}.wo-saving-hint{margin:.35rem 0 0;font-size:.78rem}.wo-action-stack{flex-direction:column;gap:.5rem;width:100%;display:flex}.wo-form-actions{margin-top:.25rem}.btn-block{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;display:flex}@media (width<=767px){.wo-page .compact-card-actions{flex-direction:column;align-items:stretch;gap:.5rem;padding-top:.15rem}.wo-page .compact-card-actions .btn,.wo-page .compact-card-actions .btn-block-mobile{justify-content:center;width:100%;min-height:44px;padding:.55rem .75rem;font-size:.85rem}.wo-page .compact-card{overflow:visible}.wo-page .list-toolbar-filters{grid-template-columns:1fr}}@media (width>=768px){.wo-actions-card .wo-action-stack{flex-flow:wrap}.wo-actions-card .btn-block{width:auto;min-width:10rem}.wo-form-actions .btn-block{width:auto;min-width:12rem}.compact-card-actions .btn-block-mobile{width:auto;min-height:auto}}.wo-tabs{background:var(--gray-100);border-radius:10px;gap:.35rem;padding:.15rem;display:flex}.wo-tab{color:var(--gray-600);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.55rem .75rem;font-size:.85rem;font-weight:700}.wo-tab.active{background:var(--white);color:var(--black);box-shadow:0 1px 3px #00000014}.wo-materials-card{padding:.85rem 1rem}.wo-materials-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.wo-materials-header h3{margin:0}.wo-materials-actions{flex-wrap:wrap;gap:.5rem;display:flex}.wo-material-form,.wo-material-edit-form{background:var(--gray-100);border-radius:8px;margin-bottom:.85rem;padding:.75rem}.wo-material-pending{margin-top:.15rem;font-size:.78rem;display:block}.wo-material-row-actions{flex-wrap:wrap;gap:.35rem;display:flex}.wo-material-edit-actions{gap:.5rem;display:flex}.wo-materials-table td{vertical-align:top}.wo-costing-card{padding:.85rem 1rem}.wo-costing-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:.85rem;display:grid}.wo-costing-summary-item{background:var(--gray-100);border-radius:8px;padding:.65rem .75rem}.wo-costing-summary-item span{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);margin-bottom:.2rem;font-size:.72rem;font-weight:700;display:block}.wo-costing-summary-item strong{color:var(--black);font-size:1rem}.wo-costing-summary-total{background:#c6282814;grid-column:1/-1}.wo-costing-summary-total strong{color:var(--red)}.wo-costing-calculated-at{margin:0 0 .75rem;font-size:.78rem}.wo-costing-breakdown-title{margin:0 0 .65rem;font-size:.95rem}@media (width>=768px){.wo-costing-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.wo-costing-summary-total{grid-column:auto}}.wo-profit-card .wo-profit-summary{margin-bottom:.75rem}.wo-profit-highlight strong{font-size:1.05rem}.wo-profit-value-positive strong,.wo-profit-value-positive{color:#2e7d32}.wo-profit-value-neutral strong,.wo-profit-value-neutral{color:#757575}.wo-profit-value-negative strong,.wo-profit-value-negative{color:#c62828}.wo-profit-status-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem;padding-top:.75rem;font-size:.88rem;display:flex}.wo-profit-status-badge{border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.wo-profit-status-excellent{color:#2e7d32;background:#2e7d321f}.wo-profit-status-good{color:#388e3c;background:#388e3c1a}.wo-profit-status-warning{color:#ef6c00;background:#f57c001f}.wo-profit-status-low{color:#616161;background:#7575751f}.wo-profit-status-loss{color:#c62828;background:#c628281f}.wo-profit-hint{margin:.5rem 0 0;font-size:.78rem}.profit-report-page .profit-report-hero h2{margin:.15rem 0 .35rem}.profit-report-filter-grid{gap:.75rem;display:grid}.profit-report-filter-grid label{flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.profit-report-filter-action{align-items:flex-end;display:flex}.profit-report-summary,.profit-report-table-card{margin-top:.75rem}.dash-panel-profit .dash-panel-header{align-items:center}.dash-panel-profit-list .dash-profit-wo-list{margin:0;padding:0;list-style:none}.dash-profit-wo-item{border-bottom:1px solid var(--border);color:inherit;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 0;text-decoration:none;display:flex}.dash-profit-wo-item:last-child{border-bottom:none}.dash-profit-wo-item strong{font-size:.92rem;display:block}.dash-profit-wo-item span{color:var(--muted);font-size:.78rem;display:block}.dash-profit-wo-metrics{text-align:right;font-weight:600}.dash-profit-wo-metrics small{font-size:.75rem;font-weight:500;display:block}.dash-profit-tone-positive{color:#2e7d32}.dash-profit-tone-neutral{color:#757575}.dash-profit-tone-negative{color:#c62828}@media (width>=768px){.profit-report-filter-grid,.wo-profit-summary.wo-costing-summary{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=767px){.wo-materials-header{flex-direction:column}.wo-materials-actions{width:100%}.wo-materials-actions .btn{flex:1}}.wo-labor-card{padding:.85rem 1rem}.wo-labor-summary{background:#1976d214;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.65rem .75rem;display:flex}.wo-labor-summary span{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);font-size:.72rem;font-weight:700}.wo-labor-summary strong{color:#1565c0;font-size:1rem}.wo-labor-table td{vertical-align:top}.wo-overhead-card{padding:.85rem 1rem}.wo-overhead-summary{background:#7b1fa214;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:.65rem .75rem;display:flex}.wo-overhead-summary span{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-600);font-size:.72rem;font-weight:700}.wo-overhead-summary strong{color:#7b1fa2;font-size:1rem}.wo-overhead-table td{vertical-align:top}.wo-page-production{gap:10px}.wo-success-banner{color:#2e7d32;background:#2e7d321f;border:1px solid #2e7d3240;border-radius:10px;padding:10px 14px;font-size:.85rem;font-weight:600}.wo-success-inline{margin-bottom:.65rem}.wo-error-banner{margin:0}.wo-so-wo-number a{color:var(--red);font-size:1.05rem;font-weight:800}.wo-production-hero{padding:14px 16px}.wo-production-hero-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.wo-production-hero-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.wo-production-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.45rem .85rem;font-size:.78rem;font-weight:800;display:inline-flex}.wo-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.wo-kpi-card{border:1px solid var(--color-border);background:#fafbfc;border-radius:10px;min-width:0;padding:10px 12px}.wo-kpi-card strong{word-break:break-word;margin-top:.2rem;font-size:.95rem;display:block}.wo-kpi-card small{color:var(--color-muted);margin-top:.15rem;font-size:.72rem;display:block}.wo-kpi-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);font-size:.66rem;font-weight:800}.wo-kpi-status{background:#2563eb0f;border-color:#2563eb33}.wo-kpi-progress{background:#c9252d0a;border-color:#c9252d2e;grid-column:1/-1}.wo-kpi-customer{border-color:#2e7d322e}.wo-kpi-so a{color:var(--red);font-weight:700;text-decoration:none}.wo-progress-bar-large{background:#00000014;border-radius:999px;height:12px;margin-top:8px;overflow:hidden}.wo-progress-bar-fill{background:linear-gradient(90deg,#c9252d,#e53935);border-radius:999px;height:100%;transition:width .25s}.wo-progress-bar-interactive{margin:8px 0 10px}.wo-progress-slider{width:100%;margin-top:6px}.wo-timeline-card{padding:12px 14px}.wo-production-timeline{-webkit-overflow-scrolling:touch;gap:4px;padding-bottom:4px;display:flex;overflow-x:auto}.wo-timeline-step{opacity:.45;flex-direction:column;flex:1;align-items:center;gap:6px;min-width:72px;display:flex;position:relative}.wo-timeline-step:not(:last-child):after{content:"";background:var(--color-border);z-index:0;width:calc(100% - 20px);height:2px;position:absolute;top:7px;left:calc(50% + 10px)}.wo-timeline-step.is-complete,.wo-timeline-step.is-active{opacity:1}.wo-timeline-step.is-complete:not(:last-child):after{background:#2e7d32}.wo-timeline-step.is-active .wo-timeline-dot{background:var(--red);box-shadow:0 0 0 3px #c9252d33}.wo-timeline-step.is-complete .wo-timeline-dot{background:#2e7d32}.wo-timeline-dot{z-index:1;background:#cbd5e1;border-radius:50%;width:14px;height:14px;position:relative}.wo-timeline-label{text-align:center;color:var(--color-muted);font-size:.62rem;font-weight:700;line-height:1.25}.wo-timeline-step.is-active .wo-timeline-label{color:var(--red);font-weight:800}.wo-status-row{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.wo-progress-control{border-top:1px solid var(--color-border);padding-top:12px}.wo-action-stack-row{flex-flow:wrap}.wo-empty-state,.wo-loading-card{text-align:center;border:1px dashed var(--color-border);background:#fafbfc;border-radius:10px;padding:1.25rem}.wo-empty-state p{margin:0}.wo-material-alert{color:#c62828;background:#c628281a;border:1px solid #c6282838;border-radius:8px;margin-bottom:.65rem;padding:8px 12px;font-size:.82rem;font-weight:600}.wo-row-incomplete td{background:#c628280a}.wo-cell-warning{color:#c62828;font-weight:700}.wo-incomplete-dot{color:#c62828;margin-left:4px;font-size:.65rem}.wo-profit-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.wo-profit-kpi{border:1px solid var(--color-border);border-radius:10px;padding:10px 12px}.wo-profit-kpi strong{margin-top:.25rem;font-size:.92rem;display:block}.wo-kpi-sales{background:#2563eb14;border-color:#2563eb33}.wo-kpi-sales strong{color:#1d4ed8}.wo-kpi-material{background:#ea580c14;border-color:#ea580c33}.wo-kpi-material strong{color:#c2410c}.wo-kpi-labor-cost{background:#1976d214;border-color:#1976d233}.wo-kpi-labor-cost strong{color:#1565c0}.wo-kpi-overhead-cost{background:#7b1fa214;border-color:#7b1fa233}.wo-kpi-overhead-cost strong{color:#7b1fa2}.wo-kpi-total-cost{background:#37415114;border-color:#3741512e}.wo-kpi-profit{background:#2e7d321a;border-color:#2e7d3238}.wo-kpi-profit strong{color:#2e7d32}.wo-kpi-margin{background:#b4860b1a;border-color:#b4860b38}.wo-kpi-margin strong{color:#92650a}@media (width>=768px){.wo-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wo-kpi-progress{grid-column:span 1}.wo-profit-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.wo-kpi-total-cost,.wo-kpi-profit,.wo-kpi-margin{grid-column:span 1}}@media (width<=767px){.wo-production-hero-top{flex-direction:column}.wo-production-badge{justify-content:center;width:100%}.wo-action-stack-row .btn{flex:1;min-width:calc(50% - 4px)}}.customer-page{max-width:var(--content-max);gap:8px;padding-bottom:.25rem}.customer-page .dash-hero-subtitle{white-space:normal}.cust-hero-actions{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.cust-hero-badges{flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.35rem;display:flex}.cust-meta-chip{color:#b8bcc6;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;align-items:center;padding:.18rem .5rem;font-size:.62rem;font-weight:600;display:inline-flex}.cust-status-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.68rem;font-weight:800;display:inline-flex}.cust-status-green{color:#2e7d32;background:#2e7d3224}.cust-status-blue{color:#1d4ed8;background:#2563eb1f}.cust-status-gray{color:#4b5563;background:#6b728024}.cust-status-neutral{color:#6b7280;background:#6b72801a}.cust-status-gold{color:#92650a;background:#b4860b24}.cust-status-warning{color:var(--red);background:#c9252d1f}.cust-list-link{color:var(--red);font-weight:800;text-decoration:none}.cust-list-link:hover{text-decoration:underline}.compact-row-clickable{cursor:pointer}.compact-row-clickable:hover td{background:#c9252d0a}.compact-card-clickable{cursor:pointer}.compact-card-clickable:hover{background:snow;border-color:#c9252d38}.compact-card-clickable:focus-visible{outline-offset:2px;outline:2px solid #c9252d59}.customer-list-page,.customer-list-page .compact-table-wrap{max-width:100%;overflow-x:hidden}.customer-list-page .compact-table{table-layout:fixed;width:100%}.customer-list-page .compact-table .cust-col-nama{width:15%}.customer-list-page .compact-table .cust-col-perusahaan{width:14%}.customer-list-page .compact-table .cust-col-status{width:10%}.customer-list-page .compact-table .cust-col-kontak{width:17%}.customer-list-page .compact-table th.cust-col-actions,.customer-list-page .compact-table td.cust-col-actions{text-align:center;white-space:nowrap;vertical-align:middle;width:140px;min-width:140px;max-width:140px;padding-left:6px;padding-right:6px;overflow:visible}.customer-list-page .compact-table .cust-col-alamat{width:auto;min-width:0;overflow:hidden}.customer-list-page .compact-table td.cust-col-alamat .cell-ellipsis,.customer-list-page .compact-table td.cust-col-alamat .cell-clamp-2{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.customer-list-page .compact-row-clickable:hover td{background:#c9252d0d}.customer-list-page .cust-list-link{cursor:pointer}.cust-row-actions{flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;display:flex}.cust-icon-glyph{font-family:Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,sans-serif;font-size:1.125rem;line-height:1;display:block}.cust-icon-btn{border:1px solid var(--color-border);background:var(--color-panel);cursor:pointer;border-radius:10px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:0;font-family:inherit;line-height:1;text-decoration:none;transition:border-color .15s,background .15s,transform .12s;display:inline-flex}.cust-icon-btn-profile{color:#2563eb;background:#2563eb1a;border-color:#2563eb2e}.cust-icon-btn-edit{color:#ea580c;background:#ea580c1f;border-color:#ea580c38}.cust-icon-btn-delete{color:#dc2626;background:#dc26261a;border-color:#dc26262e}.cust-icon-btn-profile:hover{background:#2563eb29;border-color:#2563eb59}.cust-icon-btn-edit:hover{background:#ea580c2e;border-color:#ea580c61}.cust-icon-btn-delete:hover{background:#dc262624;border-color:#dc262659}@media (width<=767px){.customer-list-page .compact-card-meta .cust-row-actions{justify-content:flex-start;width:100%;margin-top:.25rem}}.cust-form-panel,.cust-edit-panel{padding:14px 16px}.cust-edit-form{gap:.75rem;display:grid}.cust-detail-grid{grid-template-columns:1fr;gap:8px;display:grid}.cust-info-panel{padding:12px 14px}.cust-info-body{gap:.55rem;display:grid}.cust-info-row{gap:.15rem;display:grid}.cust-info-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);font-size:.68rem;font-weight:700}.cust-info-value{color:var(--color-dark);word-break:break-word;font-size:.88rem;font-weight:600;line-height:1.45}.cust-summary-row-single{grid-template-columns:1fr}.cust-kpi-card .dash-kpi-secondary-value{font-size:clamp(.95rem,1.8vw,1.15rem)}.cust-timeline-panel{padding:12px 14px}.cust-timeline-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.cust-timeline-item{border:1px solid var(--color-border);background:#fafbfc}.cust-timeline-item:hover{background:#fff;border-color:#c9252d2e}.cust-hero-loading{min-height:72px}.customer-detail-enterprise{gap:10px}.cust-profile-hero{align-items:flex-start;padding:14px 16px}.cust-profile-main{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.cust-profile-avatar{width:52px;height:52px;color:var(--white);letter-spacing:.02em;background:#ffffff1a;border:1px solid #ffffff24;border-radius:14px;flex-shrink:0;place-items:center;font-size:.95rem;font-weight:800;display:grid}.cust-kpi-row-five{grid-template-columns:repeat(2,minmax(0,1fr))}.cust-quick-actions-panel{padding:10px 12px}.cust-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.cust-quick-action{border:1px solid var(--color-border);background:var(--color-panel);color:var(--color-dark);border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:.78rem;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.cust-quick-action-btn{cursor:pointer;text-align:left;width:100%;font-family:inherit}.cust-quick-action span{width:30px;height:30px;color:var(--red);background:#c9252d1a;border-radius:8px;flex-shrink:0;place-items:center;font-size:.62rem;font-weight:800;display:grid}.cust-quick-action:hover,.cust-quick-action-btn:hover{background:snow;border-color:#c9252d38}.cust-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:6px;padding:2px 0 4px;display:flex;overflow-x:auto}.cust-tab{border:1px solid var(--color-border);background:var(--color-panel);color:var(--color-muted);white-space:nowrap;cursor:pointer;border-radius:999px;padding:8px 12px;font-family:inherit;font-size:.72rem;font-weight:700;transition:background .15s,color .15s,border-color .15s}.cust-tab-active{background:var(--color-dark);border-color:var(--color-dark);color:var(--white)}.cust-tab-content{gap:8px;display:grid}.cust-doc-panel{padding:12px 14px}.cust-doc-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.cust-doc-row{border:1px solid var(--color-border);background:#fafbfc}.cust-doc-row:hover{background:#fff;border-color:#c9252d2e}.cust-edit-panel .dash-panel-header{align-items:flex-start}@media (width>=640px){.cust-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cust-summary-row-single{grid-template-columns:minmax(0,1fr)}.cust-quick-actions{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=900px){.cust-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cust-kpi-row-five{grid-template-columns:repeat(5,minmax(0,1fr))}.cust-hero-actions{flex-direction:row;align-items:center}.cust-profile-hero{align-items:center}}@media (width<=767px){.customer-page .cust-hero-actions{align-items:stretch;width:100%}.customer-page .cust-hero-actions .btn{justify-content:center;width:100%}.cust-profile-hero .dash-hero-side{align-items:stretch;width:100%}.cust-profile-main{flex-direction:column;align-items:flex-start}.customer-page .compact-card-actions{flex-wrap:nowrap;justify-content:center;padding-top:.15rem}}.customer-detail-6a{max-width:100%;overflow-x:hidden}.cust-profile-hero-6a{gap:12px}.cust-profile-avatar-lg{border-radius:16px;width:64px;height:64px;font-size:1.05rem}.cust-hero-copy{min-width:0}.cust-hero-name{margin:.15rem 0 .35rem;font-size:clamp(1.35rem,3vw,1.85rem);line-height:1.15}.cust-hero-company{margin:0}.cust-hero-since{color:#ffffffb8;margin:.35rem 0 0;font-size:.74rem}.cust-hero-badges{flex-wrap:wrap;gap:6px;margin-top:.55rem;display:flex}.cust-profile-hero .cust-status-badge{color:#fff;background:#ffffff1f;border:1px solid #ffffff24}.cust-profile-hero .cust-status-green{background:#2e7d3259;border-color:#ffffff1f}.cust-profile-hero .cust-status-blue{background:#2563eb59;border-color:#ffffff1f}.cust-profile-hero .cust-status-gold{background:#b4860b6b;border-color:#ffffff1f}.cust-profile-hero .cust-status-warning{background:#c9252d6b;border-color:#ffffff1f}.cust-profile-hero .cust-status-gray{background:#ffffff1f;border-color:#ffffff1f}.cust-hero-last-activity{color:#ffffffc7;word-break:break-word;margin:.55rem 0 0;font-size:.74rem;line-height:1.45}.cust-outstanding-warning{color:var(--color-dark);background:#fff5f5;border:1px solid #c9252d38;border-radius:10px;padding:10px 14px;font-size:.82rem}.cust-outstanding-warning strong{color:var(--red)}.cust-kpi-grid-enterprise{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.cust-kpi-card .dash-kpi-primary-value{word-break:break-word;font-size:clamp(.95rem,1.8vw,1.2rem)}.cust-kpi-card-compact .dash-kpi-primary-value{font-size:clamp(.82rem,1.5vw,1rem)}.cust-quick-actions-5{grid-template-columns:repeat(2,minmax(0,1fr))}.cust-quick-action-disabled{opacity:.72;cursor:not-allowed;color:var(--color-muted);background:#f3f4f6}.cust-quick-action-disabled span{color:#6b7280;background:#6b72801f}.cust-overview-grid{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.cust-overview-wide{grid-column:1/-1}.cust-empty-state{border:1px dashed var(--color-border);text-align:center;background:#fafbfc;border-radius:10px;padding:1.25rem 1rem}.cust-empty-state p{color:var(--color-muted);margin:0;font-size:.82rem}.cust-doc-table-wrap{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.cust-doc-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:0}.cust-doc-table th,.cust-doc-table td{text-align:left;border-bottom:1px solid var(--color-border);vertical-align:top;word-break:break-word;padding:.55rem .45rem;font-size:.78rem}.cust-doc-table th{letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);background:#fafbfc;font-size:.66rem;font-weight:800}.cust-doc-table tbody tr:hover td{background:#c9252d08}.cust-timeline-rich .cust-timeline-item{border-radius:10px}.cust-timeline-icon{font-size:.62rem;font-weight:800}.cust-timeline-icon-quotation{color:#4b5563;background:#6b72801f}.cust-timeline-icon-sales_order{color:var(--color-dark);background:#1118271a}.cust-timeline-icon-invoice{color:var(--red);background:#c9252d1f}.cust-timeline-icon-payment{color:#2e7d32;background:#2e7d321f}.customer-detail-6a .cust-tabs{flex-wrap:wrap;overflow-x:visible}@media (width>=640px){.cust-quick-actions-5{grid-template-columns:repeat(3,minmax(0,1fr))}.cust-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.cust-kpi-grid-enterprise,.cust-quick-actions-5{grid-template-columns:repeat(5,minmax(0,1fr))}.cust-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.wo-hub-page{max-width:var(--content-max);gap:10px;padding-bottom:1rem;display:grid}.wo-hub-header{border:1px solid var(--color-border);background:linear-gradient(#fff 0%,#f8f9fb 100%);padding:16px 18px}.wo-hub-header-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.wo-hub-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin:0;font-size:.68rem;font-weight:800}.wo-hub-title{color:var(--red);margin:.15rem 0 0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.1}.wo-hub-status-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:800;display:inline-flex}.wo-hub-header-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.wo-hub-header-grid>div{border:1px solid var(--color-border);background:#fff;border-radius:8px;min-width:0;padding:10px 12px}.wo-hub-header-grid span{letter-spacing:.05em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.2rem;font-size:.64rem;font-weight:800;display:block}.wo-hub-header-grid strong{word-break:break-word;font-size:.88rem}.wo-hub-header-grid a{color:var(--red);font-weight:700;text-decoration:none}.wo-hub-header-actions{flex-wrap:wrap;gap:8px;display:flex}.wo-hub-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.wo-hub-kpi{border:1px solid var(--color-border);background:#fff;border-radius:10px;min-width:0;padding:12px 14px}.wo-hub-kpi-label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.25rem;font-size:.64rem;font-weight:800;display:block}.wo-hub-kpi strong{word-break:break-word;font-size:clamp(.85rem,1.6vw,1rem)}.wo-hub-kpi.wo-kpi-status{background:#2563eb12;border-color:#2563eb2e}.wo-hub-kpi.wo-kpi-progress{background:#c9252d0f;border-color:#c9252d29}.wo-hub-kpi.wo-kpi-material{background:#ea580c12;border-color:#ea580c2e}.wo-hub-kpi.wo-kpi-material strong{color:#c2410c}.wo-hub-kpi.wo-kpi-labor-cost{background:#1976d212;border-color:#1976d22e}.wo-hub-kpi.wo-kpi-labor-cost strong{color:#1565c0}.wo-hub-kpi.wo-kpi-overhead-cost{background:#7b1fa212;border-color:#7b1fa22e}.wo-hub-kpi.wo-kpi-overhead-cost strong{color:#7b1fa2}.wo-hub-kpi.wo-kpi-total-cost{background:#37415114}.wo-hub-kpi.wo-kpi-profit{background:#2e7d3214;border-color:#2e7d3233}.wo-hub-kpi.wo-kpi-profit strong{color:#2e7d32}.wo-hub-kpi.wo-kpi-margin{background:#b4860b1a;border-color:#b4860b38}.wo-hub-kpi.wo-kpi-margin strong{color:#92650a}.wo-hub-section{border:1px solid var(--color-border);background:#fff;border-radius:12px;padding:14px 16px}.wo-hub-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.wo-hub-section-head h3,.wo-hub-h3{margin:0;font-size:1rem}.wo-hub-timeline{gap:4px;padding-bottom:4px;display:flex;overflow-x:auto}.wo-hub-timeline-step{text-align:center;opacity:.45;flex:1;min-width:76px;position:relative}.wo-hub-timeline-step.is-done,.wo-hub-timeline-step.is-active{opacity:1}.wo-hub-timeline-dot{background:#cbd5e1;border-radius:50%;width:14px;height:14px;margin:0 auto 6px}.wo-hub-timeline-step.is-done .wo-hub-timeline-dot{background:#2e7d32}.wo-hub-timeline-step.is-active .wo-hub-timeline-dot{background:var(--red);box-shadow:0 0 0 3px #c9252d33}.wo-hub-timeline-step span{color:var(--color-muted);font-size:.62rem;font-weight:700}.wo-hub-timeline-step.is-active span{color:var(--red);font-weight:800}.wo-hub-progress-panel{padding:16px 18px}.wo-hub-progress-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.wo-hub-progress-value{font-size:1.75rem;font-weight:800;line-height:1}.wo-hub-progress-track{background:#eceff3;border-radius:999px;height:18px;margin-bottom:10px;overflow:hidden}.wo-hub-progress-fill{border-radius:999px;height:100%;transition:width .25s}.wo-progress-red .wo-hub-progress-fill,.wo-hub-progress-value.wo-progress-red{color:#c62828}.wo-progress-red.wo-hub-progress-track .wo-hub-progress-fill{background:linear-gradient(90deg,#ef5350,#c62828)}.wo-progress-yellow .wo-hub-progress-fill,.wo-hub-progress-value.wo-progress-yellow{color:#f57f17}.wo-progress-yellow.wo-hub-progress-track .wo-hub-progress-fill{background:linear-gradient(90deg,#ffb300,#f57f17)}.wo-progress-green .wo-hub-progress-fill,.wo-hub-progress-value.wo-progress-green{color:#2e7d32}.wo-progress-green.wo-hub-progress-track .wo-hub-progress-fill{background:linear-gradient(90deg,#66bb6a,#2e7d32)}.wo-hub-progress-slider{width:100%;margin-bottom:12px}.wo-hub-progress-controls{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.wo-hub-control{flex-direction:column;flex:1;gap:4px;min-width:180px;font-size:.78rem;font-weight:700;display:flex}.wo-hub-control select{width:100%}.wo-hub-cost-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.wo-hub-cost-card{border:1px solid var(--color-border);border-radius:10px;padding:12px 14px}.wo-hub-cost-card span{text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);margin-bottom:.2rem;font-size:.64rem;font-weight:800;display:block}.wo-hub-cost-card strong{font-size:.95rem}.wo-cost-sales{background:#2563eb14}.wo-cost-material{background:#ea580c14}.wo-cost-labor{background:#1976d214}.wo-cost-overhead{background:#7b1fa214}.wo-cost-total{background:#37415114}.wo-cost-profit{background:#2e7d321a}.wo-cost-margin{background:#b4860b1a}.wo-hub-margin-badge{color:#2e7d32;background:#2e7d321f;border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:700}.wo-hub-form-grid{border:1px solid var(--color-border);background:#f8f9fb;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;padding:12px;display:grid}.wo-hub-form-grid label{flex-direction:column;gap:4px;font-size:.78rem;font-weight:600;display:flex}.wo-hub-form-actions{align-items:flex-end;display:flex}.wo-hub-inline-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px 0;display:grid}.wo-hub-inline-actions{grid-column:1/-1;gap:6px;display:flex}.wo-hub-table th{text-transform:uppercase;letter-spacing:.04em;font-size:.66rem}.wo-hub-row-actions{flex-wrap:wrap;gap:4px;display:flex}.wo-hub-tag{background:#37415114;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.wo-hub-empty,.wo-hub-loading{text-align:center;border:1px dashed var(--color-border);background:#fafbfc;border-radius:10px;padding:1.25rem}.wo-hub-success,.wo-hub-success-top{color:#2e7d32;background:#2e7d321f;border:1px solid #2e7d3238;border-radius:10px;padding:10px 14px;font-size:.85rem;font-weight:600}.wo-hub-alert{color:#c62828;background:#c628281a;border:1px solid #c6282838;border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:.82rem;font-weight:600}.wo-row-alert td{background:#c628280a}.wo-text-alert{color:#c62828;font-weight:700}.wo-hub-activity-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.wo-hub-activity-item{border-bottom:1px solid var(--color-border);gap:10px;padding:10px 0;display:flex}.wo-hub-activity-item:last-child{border-bottom:none}.wo-hub-activity-icon{width:32px;height:32px;color:var(--red);background:#c9252d1a;border-radius:8px;flex-shrink:0;place-items:center;font-size:.62rem;font-weight:800;display:grid}.wo-hub-activity-body p{margin:0 0 .15rem;font-size:.84rem;font-weight:600}.wo-hub-activity-body time{color:var(--color-muted);font-size:.72rem}.wo-badge-waiting{color:#e65100;background:#f57c0024}.wo-badge-ready{color:#1d4ed8;background:#2563eb1f}.wo-badge-production{color:var(--red);background:#c9252d1f}.wo-badge-qc{color:#7b1fa2;background:#7b1fa21f}.wo-badge-completed{color:#2e7d32;background:#2e7d3224}.wo-badge-cancelled{color:#4b5563;background:#6b728024}@media (width>=768px){.wo-hub-header-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wo-hub-kpi-strip,.wo-hub-cost-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1024px){.wo-hub-kpi-strip{grid-template-columns:repeat(8,minmax(0,1fr))}.wo-hub-header-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (width<=767px){.wo-hub-form-grid,.wo-hub-inline-form{grid-template-columns:1fr}.wo-hub-header-actions .btn{flex:1;min-width:calc(50% - 4px)}.wo-hub-row-actions{flex-direction:column}}.mfg-dashboard-page{flex-direction:column;gap:1rem;display:flex}.mfg-dashboard-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.mfg-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--red);margin:0 0 .25rem;font-size:.72rem;font-weight:700}.mfg-dashboard-hero h1{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.85rem)}.mfg-hero-actions{flex-wrap:wrap;gap:.5rem;display:flex}.mfg-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.mfg-kpi-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;flex-direction:column;gap:.2rem;min-height:78px;padding:.85rem 1rem;display:flex}.mfg-kpi-label{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.mfg-kpi-value{font-size:clamp(1.1rem,2.2vw,1.45rem);line-height:1.1}.mfg-kpi-card small{color:var(--color-muted);font-size:.68rem}.mfg-kpi-total{border-left:4px solid #374151}.mfg-kpi-waiting{border-left:4px solid #f57c00}.mfg-kpi-production{border-left:4px solid var(--red)}.mfg-kpi-qc{border-left:4px solid #7b1fa2}.mfg-kpi-finished{border-left:4px solid #2e7d32}.mfg-kpi-delivery{border-left:4px solid #1565c0}.mfg-kpi-revenue{border-left:4px solid #2563eb}.mfg-kpi-cost{border-left:4px solid #ea580c}.mfg-kpi-profit{border-left:4px solid #2e7d32}.mfg-kpi-margin{border-left:4px solid #0d9488}.mfg-charts-grid,.mfg-panels-grid{grid-template-columns:1fr;gap:1rem;display:grid}.mfg-panel{padding:1rem 1.15rem}.mfg-panel-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.mfg-panel-head h3{margin:0;font-size:1rem}.mfg-panel-head p{margin:.2rem 0 0;font-size:.78rem}.mfg-chart-wrap{width:100%;min-height:240px}.mfg-chart-tooltip{border:1px solid var(--color-border);background:#fff;border-radius:8px;flex-direction:column;gap:.2rem;padding:.55rem .75rem;font-size:.78rem;display:flex;box-shadow:0 8px 24px #0f172a1f}.mfg-rank-list,.mfg-alert-list,.mfg-deadline-list,.mfg-activity-list{margin:0;padding:0;list-style:none}.mfg-rank-list li,.mfg-alert-list li,.mfg-deadline-list li{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:.65rem;padding:.65rem 0;display:flex}.mfg-rank-list li:last-child,.mfg-alert-list li:last-child,.mfg-deadline-list li:last-child{border-bottom:none}.mfg-rank-num{width:24px;height:24px;color:var(--red);background:#c9252d1a;border-radius:999px;flex-shrink:0;place-items:center;font-size:.72rem;font-weight:700;display:grid}.mfg-rank-list div,.mfg-alert-list a,.mfg-deadline-list a{color:inherit;flex-direction:column;gap:.15rem;text-decoration:none;display:flex}.mfg-rank-list span,.mfg-alert-list span,.mfg-deadline-meta{color:var(--color-muted);font-size:.76rem}.mfg-alert-list a:hover,.mfg-deadline-list a:hover,.mfg-progress-row:hover{color:var(--red)}.mfg-progress-list{flex-direction:column;gap:.65rem;display:flex}.mfg-progress-row{border-bottom:1px solid var(--color-border);color:inherit;grid-template-columns:1fr;gap:.45rem;padding:.65rem 0;text-decoration:none;display:grid}.mfg-progress-row:last-child{border-bottom:none}.mfg-progress-meta{flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;display:flex}.mfg-progress-meta span{color:var(--color-muted);font-size:.78rem}.mfg-progress-bar-wrap{align-items:center;gap:.65rem;display:flex}.mfg-progress-bar{background:#eceff3;border-radius:999px;flex:1;height:8px;overflow:hidden}.mfg-progress-bar>div{border-radius:inherit;height:100%;transition:width .3s}.mfg-progress-bar.wo-progress-red>div{background:linear-gradient(90deg,#ef5350,#c62828)}.mfg-progress-bar.wo-progress-yellow>div{background:linear-gradient(90deg,#ffb300,#f57f17)}.mfg-progress-bar.wo-progress-green>div{background:linear-gradient(90deg,#66bb6a,#2e7d32)}.mfg-progress-bar-wrap>span{text-align:right;min-width:36px;font-size:.76rem;font-weight:700}.mfg-activity-list{flex-direction:column;gap:0;display:flex}.mfg-activity-item{border-bottom:1px solid var(--color-border);gap:.75rem;padding:.75rem 0;display:flex}.mfg-activity-item:last-child{border-bottom:none}.mfg-activity-icon{width:34px;height:34px;color:var(--red);background:#c9252d1a;border-radius:8px;flex-shrink:0;place-items:center;font-size:.62rem;font-weight:800;display:grid}.mfg-activity-item div p,.mfg-activity-item div a{color:inherit;margin:0 0 .15rem;font-size:.84rem;font-weight:600;text-decoration:none}.mfg-activity-item time{color:var(--color-muted);font-size:.72rem}.mfg-activity-material .mfg-activity-icon{color:#7b1fa2;background:#7b1fa21f}.mfg-activity-labor .mfg-activity-icon{color:#ea580c;background:#ea580c1f}.mfg-activity-delivery .mfg-activity-icon{color:#1565c0;background:#1565c01f}.mfg-empty-inline{margin:0;padding:.5rem 0}.mfg-loading{place-items:center;min-height:180px;display:grid}@media (width>=640px){.mfg-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=900px){.mfg-kpi-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.mfg-charts-grid,.mfg-panels-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mfg-progress-row{grid-template-columns:minmax(180px,1fr) minmax(220px,1.4fr);align-items:center}}@media (width>=1200px){.mfg-kpi-grid{grid-template-columns:repeat(10,minmax(0,1fr))}}.exec-dash-page{flex-direction:column;gap:.65rem;padding-bottom:4.5rem;display:flex}.exec-hero{color:#fff;background:linear-gradient(135deg,#1a1d24 0%,#2b3038 45%,#3d1518 100%);border-radius:12px;grid-template-columns:1fr;gap:.55rem;padding:.75rem 1rem;display:grid;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f172a24}.exec-hero-compact{min-height:auto;padding:.65rem 1rem}.exec-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 85% 15%,#c9252d47,#0000 45%);position:absolute;inset:0}.exec-hero-main,.exec-hero-meta,.exec-hero-actions{z-index:1;position:relative}.exec-hero h1{margin:0;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:700;line-height:1.2}.exec-hero-meta-inline{flex-wrap:wrap;gap:.45rem;display:flex}.exec-hero-meta-item{background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:.1rem;min-width:0;padding:.4rem .55rem;display:flex}.exec-hero-meta-item span{text-transform:uppercase;letter-spacing:.04em;color:#ffffff9e;font-size:.62rem}.exec-hero-meta-item strong{font-size:.78rem}.exec-status-online{color:#86efac;align-items:center;gap:.3rem;display:inline-flex}.exec-status-online em{background:#22c55e;border-radius:999px;width:7px;height:7px;font-style:normal;box-shadow:0 0 0 3px #22c55e38}.exec-btn-light{color:#fff;background:#ffffff14;border-color:#ffffff59}.exec-kpi-primary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.exec-kpi-secondary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;display:grid}.exec-kpi-card{border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;flex-direction:column;justify-content:space-between;gap:.12rem;padding:.6rem .7rem;display:flex;box-shadow:0 1px 6px #0f172a0d}.exec-kpi-primary .exec-kpi-card{min-height:96px;max-height:118px;padding:.75rem .85rem}.exec-kpi-secondary .exec-kpi-card{min-height:72px;max-height:96px}.exec-kpi-top{align-items:center;gap:.35rem;display:flex}.exec-kpi-icon{width:26px;height:26px;color:var(--red);background:#c9252d1a;border-radius:7px;flex-shrink:0;place-items:center;font-size:.6rem;font-weight:800;display:grid}.exec-kpi-primary .exec-kpi-icon{width:30px;height:30px;font-size:.65rem}.exec-kpi-label{text-transform:uppercase;letter-spacing:.03em;color:var(--color-muted);font-size:.68rem;font-weight:700;line-height:1.15}.exec-kpi-primary .exec-kpi-label{font-size:.72rem}.exec-kpi-value{font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.1}.exec-kpi-primary .exec-kpi-value{font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:800}.exec-kpi-delta{font-size:.68rem;font-weight:700}.exec-kpi-delta-up{color:#2e7d32}.exec-kpi-delta-down{color:#c62828}.exec-kpi-delta-flat{color:var(--color-muted)}.exec-kpi-revenue{border-left:3px solid #2563eb}.exec-kpi-profit{border-left:3px solid #2e7d32}.exec-kpi-cost{border-left:3px solid #ea580c}.exec-kpi-margin{border-left:3px solid #0d9488}.exec-kpi-wo{border-left:3px solid var(--red)}.exec-kpi-delivery{border-left:3px solid #1565c0}.exec-kpi-invoice{border-left:3px solid #7b1fa2}.exec-kpi-receivable{border-left:3px solid #0284c7}.exec-kpi-purchase{border-left:3px solid #d97706}.exec-kpi-stock{border-left:3px solid #dc2626}.exec-quick-actions{border:1px solid var(--color-border);background:var(--color-surface);border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:.55rem;display:grid;box-shadow:0 2px 10px #0f172a0d}.exec-quick-action{border:1px solid var(--color-border);color:inherit;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.62rem .75rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.exec-quick-plus{background:var(--red);color:#fff;border-radius:999px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:1rem;font-weight:800;line-height:1;display:grid}.exec-quick-action:hover{border-color:var(--red);color:var(--red);box-shadow:0 2px 8px #c9252d1f}.exec-main-grid,.exec-mid-grid{grid-template-columns:1fr;gap:.65rem;display:grid}.exec-panel{border-radius:10px;padding:.8rem .9rem;box-shadow:0 1px 8px #0f172a0d}.exec-panel-featured{border-top:3px solid var(--red);background:linear-gradient(#c9252d08,#fff 40%)}.exec-panel-featured .exec-rank-list strong{font-size:.92rem}.exec-panel-head{justify-content:space-between;align-items:flex-start;gap:.55rem;margin-bottom:.6rem;display:flex}.exec-panel-head h3{margin:0;font-size:.95rem}.exec-panel-head p{margin:.12rem 0 0;font-size:.76rem}.exec-production-bars{flex-direction:column;gap:.55rem;display:flex}.exec-production-row{color:inherit;flex-direction:column;gap:.3rem;padding:.35rem 0;text-decoration:none;display:flex}.exec-production-label{justify-content:space-between;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.exec-production-label span{color:var(--color-muted);font-weight:500}.exec-production-track{background:#e8ecf1;border-radius:999px;height:14px;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a0f}.exec-production-track>div{border-radius:inherit;min-width:0;height:100%;transition:width .35s}.exec-production-waiting .exec-production-track>div{background:linear-gradient(90deg,#ffb74d,#f57c00)}.exec-production-production .exec-production-track>div{background:linear-gradient(90deg,#ef5350,#c9252d)}.exec-production-qc .exec-production-track>div{background:linear-gradient(90deg,#ba68c8,#7b1fa2)}.exec-production-finished .exec-production-track>div{background:linear-gradient(90deg,#66bb6a,#2e7d32)}.exec-deadline-section{border-bottom:1px solid var(--color-border);padding:.45rem 0}.exec-deadline-section:last-child{border-bottom:none}.exec-deadline-section h4{text-transform:uppercase;letter-spacing:.04em;margin:0 0 .35rem;font-size:.76rem}.exec-deadline-empty{color:var(--color-muted);background:#f8fafc;border-radius:6px;margin:0;padding:.35rem .5rem;font-size:.76rem}.exec-deadline-today h4{color:#1565c0}.exec-deadline-late h4{color:#c62828}.exec-deadline-tomorrow h4{color:#f57c00}.exec-deadline-week h4{color:#2e7d32}.exec-deadline-list{margin:0;padding:0;list-style:none}.exec-deadline-list li+li{margin-top:.35rem}.exec-deadline-list a{color:inherit;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:.35rem .65rem;padding:.35rem .45rem;font-size:.76rem;text-decoration:none;display:grid}.exec-deadline-late a{background:#c628280f}.exec-deadline-today a{background:#1565c00f}.exec-deadline-tomorrow a{background:#f57c000f}.exec-deadline-week a{background:#2e7d320f}.exec-charts-area{flex-direction:column;gap:.65rem;display:flex}.exec-charts-row{grid-template-columns:1fr;gap:.65rem;display:grid}.exec-chart-wrap{width:100%;min-height:180px}.exec-chart-empty{border:1px dashed var(--color-border);min-height:180px;color:var(--color-muted);background:#f8fafc;border-radius:8px;place-items:center;font-size:.82rem;font-weight:600;display:grid}.exec-chart-tooltip{border:1px solid var(--color-border);background:#fff;border-radius:8px;flex-direction:column;gap:.15rem;padding:.5rem .65rem;font-size:.74rem;display:flex;box-shadow:0 8px 20px #0f172a1f}.exec-rank-grid{grid-template-columns:1fr;gap:.65rem;display:grid}.exec-rank-list{margin:0;padding:0;list-style:none}.exec-rank-list li{border-bottom:1px solid var(--color-border);gap:.55rem;padding:.5rem 0;display:flex}.exec-rank-list li:last-child{border-bottom:none}.exec-rank-num{width:24px;height:24px;color:var(--red);background:#c9252d1a;border-radius:999px;flex-shrink:0;place-items:center;font-size:.7rem;font-weight:800;display:grid}.exec-rank-list div{flex-direction:column;gap:.1rem;display:flex}.exec-rank-list strong{font-size:.86rem}.exec-rank-list span{color:var(--color-muted);font-size:.76rem}.exec-activity-timeline{margin:0;padding:0;list-style:none}.exec-activity-item{border-bottom:1px solid var(--color-border);gap:.65rem;padding:.75rem 0;display:flex}.exec-activity-item:last-child{border-bottom:none}.exec-activity-panel .exec-activity-item{padding:.8rem 0}.exec-activity-body{flex-direction:column;gap:.12rem;min-width:0;display:flex}.exec-activity-type{text-transform:uppercase;letter-spacing:.04em;color:var(--red);font-size:.68rem;font-weight:800}.exec-activity-doc{color:inherit;margin:0;font-size:.88rem;font-weight:700;text-decoration:none}.exec-activity-customer{color:var(--color-muted);font-size:.78rem}.exec-activity-icon{width:38px;height:38px;color:var(--red);background:#c9252d1a;border-radius:8px;flex-shrink:0;place-items:center;font-size:.62rem;font-weight:800;display:grid}.exec-activity-item time{color:var(--color-muted);font-size:.74rem}.exec-empty-state{color:var(--color-muted);border:1px dashed var(--color-border);text-align:center;background:#f8fafc;border-radius:8px;margin:0;padding:.55rem .65rem;font-size:.8rem;font-weight:600}.exec-activity-quotation .exec-activity-icon{color:#0d9488;background:#0d94881f}.exec-activity-receiving .exec-activity-icon{color:#d97706;background:#d977061f}.exec-activity-material_usage .exec-activity-icon{color:#7b1fa2;background:#7b1fa21f}.exec-activity-invoice .exec-activity-icon{color:#2563eb;background:#2563eb1f}.exec-activity-delivery .exec-activity-icon{color:#1565c0;background:#1565c01f}.exec-activity-payment .exec-activity-icon{color:#2e7d32;background:#2e7d321f}.exec-inventory-grid{grid-template-columns:1fr;gap:.85rem;display:grid}.exec-inventory-block h4{margin:0 0 .55rem;font-size:.82rem}.exec-inventory-list{margin:0;padding:0;list-style:none}.exec-inventory-list li{border-bottom:1px solid var(--color-border);padding:.45rem 0}.exec-inventory-list li:last-child{border-bottom:none}.exec-inventory-list a{color:inherit;flex-direction:column;gap:.12rem;text-decoration:none;display:flex}.exec-inventory-list span{color:var(--color-muted);font-size:.72rem}.exec-inventory-value{background:linear-gradient(135deg,#c9252d0f,#2563eb0f);border-radius:10px;flex-direction:column;gap:.25rem;padding:.85rem;display:flex}.exec-stock-value{color:var(--red);font-size:clamp(1.2rem,2.5vw,1.6rem)}.exec-empty-line{margin:0;font-size:.78rem}.exec-dash-skeleton .exec-skel{background:linear-gradient(90deg,#eceff3 25%,#f8fafc 50%,#eceff3 75%) 0 0/200% 100%;border-radius:12px;animation:1.2s infinite exec-skel-shimmer}@keyframes exec-skel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.exec-skel-hero{height:140px}.exec-skel-kpi-row{grid-auto-columns:minmax(110px,1fr);grid-auto-flow:column;gap:.55rem;display:grid;overflow:hidden}.exec-skel-kpi{height:88px}.exec-skel-grid-2{grid-template-columns:1fr;gap:.85rem;display:grid}.exec-skel-panel-lg,.exec-skel-panel-md{height:220px}.exec-skel-chart{height:240px}.exec-skel-grid-4{grid-template-columns:1fr;gap:.85rem;display:grid}.exec-skel-chart-sm{height:200px}@media (width>=768px){.exec-hero{grid-template-columns:1.2fr 1.4fr auto;align-items:center}.exec-kpi-primary{grid-template-columns:repeat(4,minmax(0,1fr))}.exec-kpi-secondary{grid-template-columns:repeat(6,minmax(0,1fr))}.exec-quick-actions{grid-template-columns:repeat(4,minmax(0,1fr))}.exec-main-grid{grid-template-columns:1.35fr .9fr;align-items:start}.exec-charts-row,.exec-charts-row-4{grid-template-columns:repeat(2,minmax(0,1fr))}.exec-mid-grid{grid-template-columns:1fr 1fr;align-items:start}.exec-rank-grid,.exec-inventory-grid,.exec-skel-grid-2,.exec-skel-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.exec-quick-actions{grid-template-columns:repeat(7,minmax(0,1fr))}.exec-charts-row-4,.exec-inventory-grid,.exec-skel-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=767px){.exec-kpi-primary,.exec-kpi-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.exec-quick-actions{left:.65rem;right:.65rem;bottom:calc(4.5rem + env(safe-area-inset-bottom,0px));z-index:30;grid-template-columns:repeat(2,minmax(0,1fr));padding:.45rem;position:fixed;box-shadow:0 4px 20px #0f172a1f}.exec-dash-page{padding-bottom:7rem}}
