:root{--bg-app:#eef2f6;--ink:#0b1220;--ink-muted:#64748b;--surface:#ffffff;--border:#e5e7eb;--shadow-sm:0 1px 3px rgba(15,23,42,0.06);--shadow-md:0 10px 26px rgba(2,12,27,0.1);--radius:12px;--faccokk:#0e2548;--faccokk-mid:#0a1a32;--faccokk-deep:#050f24;--sidebar-accent:#3b82f6;--sidebar-width:260px;--sidebar-collapsed:0px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg-app);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}.as-root{display:flex;height:100vh;width:100%;position:relative;overflow:hidden;color:var(--ink)}.as-main,.as-root{background:var(--bg-app)}.as-main{flex:1 1;min-width:0;padding:18px;overflow:auto;transition:margin-left .25s ease}.as-sidebar{flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;align-self:flex-start;height:100vh;width:var(--sidebar-width);background:linear-gradient(180deg,var(--faccokk) 0,var(--faccokk-mid) 55%,var(--faccokk-deep) 100%);color:#fff;box-shadow:4px 0 24px rgba(5,15,36,.22);transition:width .25s ease,transform .25s ease;z-index:200;display:flex;flex-direction:column;overflow:hidden}.as-root.as-sidebar-closed .as-sidebar{width:var(--sidebar-collapsed);transform:translateX(-100%);box-shadow:none}.as-root.as-sidebar-closed .as-main{margin-left:0}.as-sidebar-head{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px 10px 8px;flex-shrink:0}.as-sidebar-head .as-collapse-btn{align-self:flex-end}.as-topbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:-6px 0 14px;padding:0 2px;flex-wrap:wrap}.as-topbar-hint{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted)}.as-main-inner{min-height:0}.sab{display:flex;align-items:flex-start;gap:10px;position:relative}.sab--sidebar{padding:10px 10px 8px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.sab--bar{padding:8px 14px;border-radius:12px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);max-width:min(420px,100%)}.sab--loading .sab-skel{display:block;border-radius:6px;background:linear-gradient(90deg,rgba(148,163,184,.2),rgba(148,163,184,.35),rgba(148,163,184,.2));background-size:200% 100%;animation:sab-shimmer 1.2s ease-in-out infinite}.sab-skel-badge{width:52px;height:18px;margin-bottom:6px}.sab-skel-title{width:100%;height:14px}@keyframes sab-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.sab-icon{flex-shrink:0;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center}.sab--sidebar .sab-icon{background:rgba(59,130,246,.22);color:#bfdbfe}.sab--bar .sab-icon{background:linear-gradient(145deg,#0e2548,#1e3a5f);color:#e2e8f0}.sab-icon svg{width:18px;height:18px}.sab-body{min-width:0;flex:1 1}.sab-badge{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;border-radius:6px;margin-bottom:4px}.sab--sidebar .sab-badge{background:rgba(147,197,253,.2);color:#dbeafe}.sab--bar .sab-badge{background:rgba(14,37,72,.08);color:var(--faccokk)}.sab--isletme.sab--bar .sab-badge{background:rgba(5,150,105,.1);color:#047857}.sab-title{margin:0;font-size:13px;font-weight:700;line-height:1.35;letter-spacing:.01em}.sab--sidebar .sab-title{color:#fff}.sab--bar .sab-title{color:var(--ink)}.sab-sub{margin:3px 0 0;font-size:11.5px;line-height:1.3;opacity:.85}.sab--sidebar .sab-sub{color:rgba(255,255,255,.72)}.sab--bar .sab-sub{color:var(--ink-muted)}.sab-live{position:absolute;top:10px;right:10px;width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 2px rgba(52,211,153,.35)}@media (max-width:720px){.as-topbar-hint{display:none}.as-topbar{justify-content:stretch}.sab--bar{max-width:100%;flex:1 1}}.as-collapse-btn{width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;transition:background .15s,transform .15s}.as-collapse-btn:hover{background:rgba(255,255,255,.16)}.as-nav{display:flex;flex-direction:column;gap:2px;flex:1 1;overflow-y:auto;overflow-x:hidden;padding:4px 10px 16px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.as-nav-item{padding:11px 14px;border-radius:10px;color:rgba(255,255,255,.86);font-size:13.5px;font-weight:600;letter-spacing:.01em;transition:background .15s,color .15s,padding-left .15s;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.as-nav-hint,.as-nav-item,.as-nav-label{display:block}.as-nav-hint{margin-top:2px;font-size:10px;font-weight:500;color:rgba(255,255,255,.45);line-height:1.3}.as-nav-item.is-active .as-nav-hint{color:rgba(255,255,255,.65)}.as-nav-item:hover{background:rgba(255,255,255,.1);color:#fff}.as-nav-item.is-active{background:rgba(59,130,246,.38);color:#fff;box-shadow:inset 3px 0 0 #93c5fd}.as-floating-toggle{position:fixed;top:14px;left:14px;z-index:300;width:42px;height:42px;border-radius:12px;border:1px solid rgba(14,37,72,.12);background:var(--faccokk);color:#fff;box-shadow:var(--shadow-md);display:none;align-items:center;justify-content:center;cursor:pointer;font-size:20px;line-height:1}.as-root.as-sidebar-closed .as-floating-toggle{display:flex}@media (max-width:900px){.as-sidebar{position:fixed;left:0;top:0}.as-root.as-sidebar-closed .as-floating-toggle,.as-sidebar-head .as-collapse-btn{display:flex}}@media (min-width:901px){.as-root.as-sidebar-closed .as-floating-toggle{display:flex}.as-root:not(.as-sidebar-closed) .as-floating-toggle{display:none}}.as-sidebar-backdrop{display:none;position:fixed;inset:0;background:rgba(5,15,36,.45);z-index:199;border:none;cursor:pointer}@media (max-width:900px){.as-root:not(.as-sidebar-closed) .as-sidebar-backdrop{display:block}}.admin-page{max-width:100%}.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.admin-page-title{font-size:1.35rem;font-weight:800;color:var(--ink);margin:0 0 4px}.admin-page-sub{font-size:.875rem;color:var(--ink-muted);margin:0}.dash-root{display:flex;flex-direction:column;gap:16px;min-height:100%}.dash-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.dash-scope-badge{border-radius:999px;font-size:12px;background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8;border:1px solid #bfdbfe}.dash-scope-badge,.dash-trust-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-weight:700}.dash-trust-badge{border-radius:999px;font-size:11px;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.dash-actions{display:flex;align-items:center;gap:8px}.dash-btn{height:36px;padding:0 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:700;cursor:pointer;color:var(--ink);transition:background .15s,border-color .15s}.dash-btn:hover{background:#f8fafc;border-color:#cbd5e1}.dash-btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.dash-btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8}.dash-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1100px){.dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.dash-kpi-grid{grid-template-columns:1fr}}.dash-kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.dash-kpi:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--kpi-accent,#2563eb)}.dash-kpi-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted)}.dash-kpi-value{font-size:1.65rem;font-weight:800;color:var(--ink);margin-top:8px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.dash-kpi-hint{font-size:11px;color:#94a3b8;margin-top:6px}.dash-panel-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:12px;gap:12px}@media (max-width:960px){.dash-panel-grid{grid-template-columns:1fr}}.dash-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow-sm)}.dash-panel-title{font-size:14px;color:var(--ink)}.dash-tabs{display:flex;gap:6px;flex-wrap:wrap}.dash-tab{height:36px;padding:0 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:700;cursor:pointer;color:#475569}.dash-tab.is-active{background:#2563eb;border-color:#2563eb;color:#fff}.dash-chart-bars{display:flex;align-items:flex-end;gap:4px;height:140px;padding-top:8px}.dash-chart-bar-wrap{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}.dash-chart-bar{width:100%;max-width:28px;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,#3b82f6,#1d4ed8);min-height:2px;transition:height .3s ease}.dash-chart-label{font-size:9px;color:#94a3b8;font-weight:600}.dash-pipeline{display:flex;flex-direction:column;gap:10px}.dash-pipe-row{display:grid;grid-template-columns:120px 1fr 48px;align-items:center;grid-gap:10px;gap:10px}.dash-pipe-label{font-size:12px;font-weight:600;color:#475569}.dash-pipe-track{height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.dash-pipe-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#6366f1)}.dash-pipe-val{font-size:13px;font-weight:800;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-pay-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.dash-pay-card{border:1px solid var(--border);border-radius:10px;padding:12px;text-align:center}.dash-pay-card strong{display:block;font-size:1.1rem;font-weight:800;margin-top:4px}.dash-table{width:100%;border-collapse:collapse;font-size:13px}.dash-table td,.dash-table th{padding:10px 8px;text-align:left;border-bottom:1px solid #f1f5f9}.dash-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--ink-muted)}.dash-phase,.dash-table th{font-size:11px;font-weight:700}.dash-phase{display:inline-block;padding:2px 8px;border-radius:6px}.dash-phase-olustu{background:#dbeafe;color:#1d4ed8}.dash-phase-teslim{background:#d1fae5;color:#047857}.dash-phase-iptal{background:#fee2e2;color:#b91c1c}.dash-phase-silindi{background:#fef3c7;color:#b45309}.dash-phase-odeme{background:#ede9fe;color:#6d28d9}.dash-error{padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:13px;font-weight:700}.dash-loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--ink-muted);font-weight:600}.dash-split-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:1100px){.dash-analytics-kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){.dash-analytics-kpi-row{grid-template-columns:1fr!important}}.dash-info-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:12px 14px;margin-bottom:14px;font-size:13px;color:#0c4a6e}.dash-info-box p{margin:6px 0 0;line-height:1.5}.dash-info-note{font-size:11px;color:#64748b!important;margin-top:8px!important}.dash-period-hint{font-size:12px;color:#64748b;margin:-6px 0 12px;line-height:1.45}.dash-col-hint{font-size:10px;color:#94a3b8;margin-top:4px}.dash-subtitle{font-size:13px;font-weight:800;margin:0 0 8px;color:#334155}.dash-kat-block{margin-bottom:12px;padding:10px 12px;background:#f8fafc;border-radius:10px}.dash-kat-head{display:flex;justify-content:space-between;font-weight:800;font-size:13px;flex-wrap:wrap;gap:6px}.dash-table-scroll{overflow-x:auto;max-height:420px;overflow-y:auto}.dash-table-compact th{font-size:10px;line-height:1.35;white-space:normal;min-width:72px}.dash-table-compact td{font-size:12px;vertical-align:top}.dash-stok-panel{border-color:#86efac;box-shadow:0 4px 20px rgba(5,150,105,.08)}.dash-triple-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:960px){.dash-triple-grid{grid-template-columns:1fr}}.dash-period-col{border:1px solid var(--border);border-radius:10px;padding:12px;background:#fafbfc;min-height:120px}.dash-period-col-title{margin:0 0 10px;font-size:14px;font-weight:800;color:#1e40af}.dash-period-kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:12px}.dash-period-kpis div{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;text-align:center}.dash-period-kpis strong{display:block;font-size:1.15rem;margin-top:4px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-empty-hint{font-size:12px;color:#94a3b8;margin:8px 0 0}@media (max-width:720px){.dash-pay-grid,.dash-period-kpis,.dash-split-row{grid-template-columns:1fr}}.dash-section-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:800;color:var(--ink);margin:8px 0 12px}.dash-chart-legend{display:flex;gap:16px;margin-bottom:10px;font-size:12px;color:#64748b;font-weight:600}.dash-legend-dot{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:6px;vertical-align:-1px}.dash-legend-kar{background:#059669}.dash-legend-gider{background:#dc2626}.dash-chart-dual .dash-dual-bars{display:flex;align-items:flex-end;gap:2px;height:110px}.dash-bar-kar{background:linear-gradient(180deg,#34d399,#059669)!important;max-width:12px}.dash-bar-gider{background:linear-gradient(180deg,#f87171,#dc2626)!important;max-width:12px}.dash-profit-summary{display:flex;flex-direction:column;gap:16px}.dash-profit-row{display:flex;align-items:center;gap:12px}.dash-profit-verdict{padding:12px 14px;border-radius:10px;font-size:13px;font-weight:700}.dash-profit-verdict.is-profit{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.dash-profit-verdict.is-loss{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.dash-highlight-box{margin-bottom:10px;padding:12px 14px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;font-size:13px;color:#334155}.dash-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.dash-product-modal{background:var(--surface);border-radius:14px;border:1px solid var(--border);box-shadow:0 20px 50px rgba(0,0,0,.2);width:min(480px,100%);max-height:90vh;overflow:auto}.dash-product-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--border)}.dash-product-modal-head h3{margin:0;font-size:16px;font-weight:800}.dash-product-modal-body{padding:16px}.dash-product-modal-body h4{margin:0 0 8px;font-size:15px}.dash-product-meta{font-size:12px;color:#64748b;margin:0 0 6px}.dash-product-price-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin:16px 0}.dash-product-modal-actions{display:flex;gap:8px;flex-wrap:wrap}.dash-product-link{background:none;border:none;padding:0;color:#2563eb;font-weight:700;font-size:inherit;cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:2px}.dash-product-link:hover{color:#1d4ed8}.dash-depo-sales-grid{display:flex;flex-direction:column;gap:12px}.dash-depo-sales-card{margin:0}.dash-kat-tree{gap:10px}.dash-inv-tree,.dash-kat-tree{display:flex;flex-direction:column}.dash-inv-tree{gap:12px}.dash-subtitle{font-size:12px;font-weight:700;color:#475569;margin:0 0 6px}.dash-section-hint{margin:-6px 0 12px;font-size:12px;color:#64748b}.dash-welayat-tag{display:inline-block;padding:3px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:12px;font-weight:700;white-space:nowrap}.dash-rank-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800}.dash-rank-badge.is-top{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fcd34d}.dash-rank-top{background:#f0fdf4}.dash-rank-bottom{background:#fef2f2}.dash-product-window{margin-top:8px;border:1px solid #cbd5e1;border-radius:16px;background:linear-gradient(180deg,#f8fafc,#ffffff 120px);box-shadow:0 8px 32px rgba(15,23,42,.06);overflow:hidden}.dash-product-window-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid #e2e8f0;background:#fff}.dash-product-window-title{display:flex;align-items:center;gap:8px;margin:0;font-size:1.1rem;font-weight:800;color:var(--ink)}.dash-product-window-sub{margin:4px 0 0;font-size:12px;color:#64748b}.dash-product-period-pills{display:flex;gap:6px;flex-wrap:wrap}.dash-period-pill{height:34px;padding:0 14px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;font-size:12px;font-weight:700;color:#475569;cursor:pointer}.dash-period-pill.is-active{background:#2563eb;border-color:#2563eb;color:#fff}.dash-product-summary-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px;background:#e2e8f0;border-bottom:1px solid #e2e8f0}.dash-product-summary-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:14px 10px;background:#fff;text-align:center}.dash-product-summary-cell strong{font-size:1.35rem;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink)}.dash-product-highlight-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:#e2e8f0;border-bottom:1px solid #e2e8f0}.dash-product-highlight{display:flex;align-items:flex-start;gap:10px;padding:14px 18px;background:#fff}.dash-product-highlight.is-green svg{color:#059669;flex-shrink:0;margin-top:2px}.dash-product-highlight.is-red svg{color:#dc2626;flex-shrink:0;margin-top:2px}.dash-product-highlight strong{display:block;font-size:13px;font-weight:700;color:var(--ink);margin-top:2px}.dash-product-window-body{padding:12px 16px 16px}.dash-product-window-foot{margin:0;padding:10px 20px 14px;font-size:11px;color:#94a3b8;border-top:1px solid #f1f5f9;background:#fafafa}.dash-acc-group{display:flex;flex-direction:column;gap:6px}.dash-acc-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden}.dash-acc-level-0{border-color:#cbd5e1}.dash-acc-level-1{margin-left:0}.dash-acc-level-2{margin-left:12px;border-color:#e5e7eb}.dash-acc-level-3{margin-left:24px;border-color:#f1f5f9;background:#fafafa}.dash-acc-trigger{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border:none;background:transparent;cursor:pointer;text-align:left}.dash-acc-level-0>.dash-acc-trigger{background:linear-gradient(180deg,#f8fafc,#fff)}.dash-acc-trigger-main{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1}.dash-acc-chevron{flex-shrink:0;color:#64748b;transition:transform .2s ease}.dash-acc-item.is-open>.dash-acc-trigger .dash-acc-chevron{transform:rotate(180deg)}.dash-acc-title{font-size:13px;font-weight:800;color:var(--ink)}.dash-acc-subtitle{font-size:11px;color:#64748b;font-weight:600;margin-left:auto;padding-left:24px}.dash-acc-badge{flex-shrink:0;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:10px;font-weight:700;border:1px solid #bfdbfe;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-acc-body{padding:0 14px 14px;border-top:1px solid #f1f5f9}.dash-acc-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid #f1f5f9}.dash-acc-table{width:100%;table-layout:fixed}.dash-acc-table td,.dash-acc-table th{padding:8px 10px;vertical-align:middle}.dash-acc-col-urun{width:44%;text-align:left}.dash-acc-col-num{width:auto;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-acc-urun-sub{display:block;font-size:10px;color:#94a3b8;margin-top:2px}.dash-acc-mini-stats{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.dash-acc-mini-stat{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:8px;font-size:11px;font-weight:600}.dash-acc-mini-stat.is-up{background:#ecfdf5;color:#047857}.dash-acc-mini-stat.is-down{background:#fef2f2;color:#b91c1c}.dash-acc-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.dash-acc-section-label{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:12px;font-weight:800;color:#475569}@media (max-width:900px){.dash-product-summary-row{grid-template-columns:repeat(2,1fr)}.dash-acc-two-col,.dash-product-highlight-row{grid-template-columns:1fr}.dash-acc-level-2{margin-left:8px}.dash-acc-level-3{margin-left:16px}.dash-stok-ozet-grid{grid-template-columns:repeat(2,1fr)}}.dash-stok-ozet-section{padding:14px 20px;border-bottom:1px solid #e2e8f0;background:#fafbfc}.dash-stok-ozet-title{font-size:12px;font-weight:800;color:#475569;margin-bottom:10px;text-transform:uppercase;letter-spacing:.04em}.dash-stok-ozet-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.dash-stok-ozet-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 10px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;text-align:center}.dash-stok-ozet-card.is-sales{border-color:#bbf7d0;background:linear-gradient(180deg,#f0fdf4,#fff)}.dash-stok-ozet-card strong{font-size:1.25rem;font-weight:800;color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-stok-ozet-stock{font-size:11px;color:#64748b;font-weight:600}.maliye-kpi-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1200px){.maliye-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.maliye-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.maliye-kpi-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:900px){.maliye-kpi-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.maliye-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.maliye-select{height:38px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:600;color:var(--ink);min-width:140px}.maliye-btn-refresh{height:38px;padding:0 16px;border-radius:10px;border:none;background:#16a34a;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.maliye-btn-refresh:hover{background:#15803d}.maliye-btn-export{height:38px;padding:0 16px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:700;cursor:pointer}.maliye-trend-up{color:#16a34a;font-size:11px;font-weight:700}.maliye-trend-down{color:#dc2626;font-size:11px;font-weight:700}.maliye-trend-warn{color:#ea580c;font-size:11px;font-weight:700}.maliye-mid-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:12px;gap:12px;margin-top:16px}@media (max-width:1100px){.maliye-mid-grid{grid-template-columns:1fr}}.maliye-bar-row{display:grid;grid-template-columns:120px 1fr 72px;grid-gap:10px;gap:10px;align-items:center;margin-bottom:10px}.maliye-bar-track{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.maliye-bar-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);border-radius:999px}.maliye-summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.maliye-summary-list li{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px}.maliye-pill{display:inline-flex;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700}.maliye-pill-good{background:#dcfce7;color:#166534}.maliye-pill-warn{background:#fef3c7;color:#92400e}.maliye-pill-danger{background:#fee2e2;color:#991b1b}.maliye-pill-stable{background:#dbeafe;color:#1e40af}.maliye-pill-excellent{background:#bbf7d0;color:#14532d}.maliye-pill-average{background:#ffedd5;color:#9a3412}.maliye-pill-neutral{background:#f1f5f9;color:#475569}.maliye-siparis-status-grid{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.maliye-siparis-status-title{margin:0 0 8px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.maliye-siparis-status-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}@media (max-width:1100px){.maliye-siparis-status-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.maliye-siparis-status-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.maliye-siparis-status-card{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.maliye-siparis-status-card strong{font-size:20px;color:#0f172a}.as-main:has(.maliye-page):not(:has(.hb-root)){overflow-y:auto}.maliye-page:not(.hb-root){display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.maliye-page-header{flex-shrink:0}.maliye-section-nav{display:flex;flex-direction:column;gap:10px}.maliye-nav-panel{border:1px solid var(--border);border-radius:14px;background:var(--surface);overflow:hidden;box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s;scroll-margin-top:12px}.maliye-nav-panel.is-open{box-shadow:var(--shadow-md);border-color:#93c5fd}.maliye-nav-panel-head{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:none;background:linear-gradient(180deg,#ffffff,#f8fafc);cursor:pointer;text-align:left;font-family:inherit}.maliye-nav-panel-head:hover{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.maliye-nav-panel.is-open .maliye-nav-panel-head{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-bottom:1px solid #bfdbfe}.maliye-nav-panel-icon{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#1e3a5f;color:#fff;flex-shrink:0}.maliye-nav-panel.is-open .maliye-nav-panel-icon{background:#2563eb}.maliye-nav-panel-text{flex:1 1;min-width:0}.maliye-nav-panel-title{font-size:15px;font-weight:800;color:#0f172a;display:block;line-height:1.25}.maliye-nav-panel-sub{font-size:12px;color:#64748b;font-weight:500;display:block;margin-top:3px;line-height:1.35}.maliye-nav-panel-badge{flex-shrink:0;padding:5px 11px;border-radius:999px;font-size:11px;font-weight:700;background:#e2e8f0;color:#475569;white-space:nowrap}.maliye-nav-panel.is-open .maliye-nav-panel-badge{background:#2563eb;color:#fff}.maliye-nav-chevron{flex-shrink:0;color:#94a3b8;transition:transform .2s ease,color .2s}.maliye-nav-chevron.is-open{transform:rotate(90deg);color:#2563eb}.maliye-nav-panel-body{padding:16px;animation:maliye-panel-in .22s ease}@keyframes maliye-panel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.maliye-table-wrap{overflow-x:auto;margin-top:8px}.maliye-table-scroll-20{--maliye-table-row-h:2.5rem;--maliye-table-head-h:2.625rem;--maliye-table-visible-rows:20;max-height:calc(var(--maliye-table-head-h) + var(--maliye-table-row-h) * var(--maliye-table-visible-rows));overflow:auto;border:1px solid #e2e8f0;border-radius:8px;scrollbar-width:thin}.maliye-table-scroll-20 .maliye-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;box-shadow:0 1px 0 rgba(15,23,42,.12)}.maliye-table{width:100%;border-collapse:collapse;font-size:12px}.maliye-table thead th{background:#1e3a5f;color:#fff;padding:10px 8px;text-align:left;font-weight:700;white-space:nowrap}.maliye-table tbody td{padding:10px 8px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.maliye-table tbody tr:hover{background:#f8fafc}.maliye-val-profit{color:#16a34a;font-weight:800}.maliye-val-loss{color:#dc2626;font-weight:800}.maliye-val-revenue{color:#1e40af;font-weight:700}.maliye-word-root{margin-top:12px}.maliye-word-doc-title{margin:0 0 10px;font-size:14px;font-weight:800;color:#0f172a;letter-spacing:.02em}.maliye-word-scroll{border:1px solid #cbd5e1;border-radius:10px;overflow:auto;max-height:min(70vh,720px);scrollbar-width:thin}.maliye-word-table .maliye-word-group-h{background:#1e3a5f;text-align:center}.maliye-word-table .maliye-word-roman{width:36px;text-align:center;font-weight:800;color:#475569;background:#f8fafc}.maliye-word-table .maliye-word-label{font-weight:700;min-width:140px;white-space:normal;max-width:220px}.maliye-word-sections .maliye-word-section-row td{background:#eff6ff;font-size:13px;border-top:2px solid #bfdbfe}.maliye-word-sections .maliye-word-subhead td{background:#f8fafc;font-size:12px;font-weight:600;color:#64748b;font-style:italic}.maliye-word-sections .maliye-word-total-row td{background:#f0fdf4;font-weight:800;border-top:1px solid #bbf7d0}.maliye-word-sections .maliye-word-subtotal td{background:#fafafa;font-weight:700;color:#334155}.maliye-search{height:36px;padding:0 12px;border-radius:8px;border:1px solid var(--border);font-size:13px;min-width:200px}.maliye-footnote{margin-top:16px;font-size:11px;color:#94a3b8;line-height:1.5}.maliye-nav-panel-body .maliye-footnote{margin-top:12px;margin-bottom:0}.maliye-date-input{height:38px;padding:0 10px;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-size:13px;font-weight:600;color:var(--ink);min-width:140px}.maliye-date-sep{font-size:12px;color:#64748b;font-weight:600}.maliye-accordion{display:flex;flex-direction:column;gap:10px;margin-top:12px}.maliye-acc-panel{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.maliye-acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:none;background:#f8fafc;cursor:pointer;text-align:left;font-size:14px;font-weight:800;color:var(--ink)}.maliye-acc-head:hover{background:#f1f5f9}.maliye-acc-head-meta{font-size:12px;font-weight:600;color:#64748b}.maliye-acc-body{padding:0 12px 12px}.maliye-acc-sub{margin-top:8px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.maliye-acc-sub-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:none;background:#fff;cursor:pointer;font-size:13px;font-weight:700;color:#334155}.maliye-acc-sub-head:hover{background:#f8fafc}.maliye-acc-chevron{font-size:12px;color:#64748b;transition:transform .2s}.maliye-acc-chevron.is-open{transform:rotate(90deg)}.maliye-table-compact td,.maliye-table-compact th{padding:8px 6px;font-size:11px}.maliye-table-compact .maliye-product-name{font-weight:700;max-width:180px;white-space:normal}.maliye-stock-hint{display:block;font-size:10px;color:#64748b;font-weight:600}.maliye-scope-banner{margin-top:12px;padding:10px 14px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;font-size:13px}.as-main:has(.hb-root){background:#e7f3ff;overflow-x:hidden;overflow-y:auto}.maliye-page.hb-root{display:flex;flex-direction:column;gap:16px;padding:16px 20px 28px;max-width:1440px;margin:0 auto;width:100%;box-sizing:border-box}.hb-root{--hb-blue:#1877f2;--hb-blue-dark:#166fe5;--hb-blue-soft:#e7f3ff;--hb-border:#dbe3ef;--hb-ink:#050505;--hb-muted:#65676b;--hb-white:#ffffff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hb-card{background:var(--hb-white);border:1px solid var(--hb-border);border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,.06),0 4px 16px rgba(24,119,242,.06);padding:16px 18px;box-sizing:border-box}.hb-card--hero{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:linear-gradient(135deg,#ffffff,#f5f9ff);border-color:#c9daf8}.hb-card--toolbar{padding:14px 16px}.hb-period-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.hb-period-chip{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:999px;border:1px solid var(--hb-border);background:#f8fafc;color:#334155;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hb-period-chip:hover:not(:disabled){border-color:#93c5fd;background:#eff6ff}.hb-period-chip.is-active{background:var(--hb-blue);border-color:var(--hb-blue);color:#fff;box-shadow:0 2px 8px rgba(24,119,242,.25)}.hb-period-chip.is-custom{cursor:default}.hb-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16a34a;margin-right:6px;box-shadow:0 0 0 3px rgba(22,163,74,.2);vertical-align:middle;animation:hb-pulse 1.6s ease-in-out infinite}@keyframes hb-pulse{0%,to{opacity:1}50%{opacity:.45}}.hb-kpi-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:900px){.hb-kpi-row{grid-template-columns:1fr}}.hb-kpi{display:flex;flex-direction:column;gap:6px;min-height:110px;justify-content:center}.hb-kpi--hero{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-color:#bfdbfe}.hb-kpi-label{font-size:11px;font-weight:700;color:var(--hb-muted);text-transform:uppercase;letter-spacing:.03em}.hb-kpi-value{font-size:22px;font-weight:800;color:var(--hb-ink);line-height:1.2;word-break:break-word}.hb-kpi-meta{font-size:13px;font-weight:700;color:var(--hb-blue);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hb-rank-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.hb-rank-row{display:grid;grid-template-columns:40px 1fr minmax(110px,140px);grid-gap:12px;gap:12px;align-items:center;padding:10px 12px;border:1px solid var(--hb-border);border-radius:10px;background:#fafbfc}@media (max-width:640px){.hb-rank-row{grid-template-columns:36px 1fr}.hb-rank-nums{grid-column:2;align-items:flex-start}}.hb-rank{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;font-size:13px;font-weight:800;background:#e2e8f0;color:#334155;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hb-rank--gold{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f}.hb-rank--silver{background:linear-gradient(135deg,#e2e8f0,#94a3b8);color:#1e293b}.hb-rank--bronze{background:linear-gradient(135deg,#fdba74,#ea580c);color:#7c2d12}.hb-rank-main{gap:6px}.hb-rank-main,.hb-rank-name-row{min-width:0;display:flex;flex-direction:column}.hb-rank-name-row{gap:2px}.hb-rank-name-row strong{font-size:14px;color:#0f172a}.hb-rank-cat,.hb-rank-name-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-rank-cat{font-size:11px;color:#64748b}.hb-rank-bar{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.hb-rank-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1877f2,#22c55e);min-width:4px;transition:width .35s ease}.hb-rank-nums{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hb-rank-nums strong{font-size:14px;color:var(--hb-blue)}.hb-rank-nums span{font-size:11px;font-weight:600;color:#64748b}.hb-mini-rank{font-style:normal;color:#94a3b8;margin-right:2px}.hb-locked-depo{height:38px;display:flex;align-items:center;padding:0 12px;border-radius:8px;border:1px dashed #93c5fd;background:#eff6ff;font-size:13px;font-weight:700;color:#1e40af}.hb-field-hint{margin:12px 0 0;font-size:12px;color:#64748b;line-height:1.45}.hb-field-hint--error{color:#b91c1c;font-weight:600}.hb-btn--ghost{height:38px;align-self:end;background:#fff;border:1px solid var(--hb-border);color:#475569}.hb-btn--ghost:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.hb-toolbar-grid--v2{grid-template-columns:1fr 1fr 1.2fr 1.6fr auto}@media (max-width:1100px){.hb-toolbar-grid--v2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hb-toolbar-grid--v2{grid-template-columns:1fr}}.hb-card--table{padding:0;overflow:hidden}.hb-hero-text{min-width:0}.hb-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--hb-blue);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.hb-title{margin:0;font-size:24px;font-weight:800;color:var(--hb-ink);line-height:1.2}.hb-subtitle{margin:6px 0 0;font-size:14px;color:var(--hb-muted)}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;border-radius:8px;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s,box-shadow .15s}.hb-btn--primary{background:var(--hb-blue);color:#fff;box-shadow:0 2px 8px rgba(24,119,242,.28)}.hb-btn--primary:hover:not(:disabled){background:var(--hb-blue-dark)}.hb-btn:disabled{opacity:.65;cursor:not-allowed}.hb-spin{animation:hb-spin .8s linear infinite}@keyframes hb-spin{to{transform:rotate(1turn)}}.hb-toolbar-grid{display:grid;grid-template-columns:140px 1fr 1fr 1.6fr;grid-gap:12px;gap:12px;align-items:end}@media (max-width:1100px){.hb-toolbar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.hb-toolbar-grid{grid-template-columns:1fr}}.hb-field{display:flex;flex-direction:column;gap:6px;min-width:0}.hb-field span{font-size:11px;font-weight:700;color:var(--hb-muted);text-transform:uppercase;letter-spacing:.03em}.hb-input{height:38px;width:100%;padding:0 12px;border-radius:8px;border:1px solid var(--hb-border);background:#f8fafc;font-size:14px;font-weight:600;color:var(--hb-ink);box-sizing:border-box}.hb-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(24,119,242,.15);background:#fff}.hb-field--search{grid-column:span 1}.hb-search{position:relative;display:flex;align-items:center}.hb-search svg:first-child{position:absolute;left:12px;color:#94a3b8;pointer-events:none}.hb-input--search{padding-left:36px;padding-right:34px}.hb-search-clear{position:absolute;right:8px;width:24px;height:24px;border:none;border-radius:50%;background:#e2e8f0;color:#475569;display:grid;place-items:center;cursor:pointer}.hb-alert{padding:12px 14px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b;font-size:13px;font-weight:600}.hb-card-head{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--hb-blue)}.hb-card-head h2{margin:0;font-size:16px;font-weight:800;color:var(--hb-ink)}.hb-card-head--table{padding:16px 18px 0;margin-bottom:10px}.hb-card-desc{margin:0 0 12px;font-size:13px;color:var(--hb-muted)}.hb-stat-grid{display:grid;grid-template-columns:1.2fr repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}@media (max-width:1200px){.hb-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.hb-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hb-stat{padding:12px 14px;border-radius:10px;border:1px solid var(--hb-border);background:#f8fafc;display:flex;flex-direction:column;gap:4px;min-height:78px;justify-content:center}.hb-stat--hero{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-color:#bfdbfe}.hb-stat--blue{background:#eff6ff;border-color:#bfdbfe}.hb-stat--amber{background:#fffbeb;border-color:#fde68a}.hb-stat--indigo{background:#eef2ff;border-color:#c7d2fe}.hb-stat--green{background:#ecfdf5;border-color:#a7f3d0}.hb-stat--rose{background:#fff1f2;border-color:#fecdd3}.hb-stat-label{font-size:11px;font-weight:700;color:var(--hb-muted);line-height:1.3}.hb-stat-value{font-size:22px;font-weight:800;color:var(--hb-ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.hb-stat-meta{font-size:11px;color:#64748b;font-weight:600}.hb-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1100px){.hb-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.hb-summary-grid{grid-template-columns:1fr}}.hb-summary-card{border:1px solid var(--hb-border);border-radius:10px;padding:12px;background:#fafbfc;min-height:160px}.hb-summary-card h3{margin:0 0 10px;font-size:13px;font-weight:800;color:#334155}.hb-summary-card--risk{background:#fff7ed;border-color:#fed7aa}.hb-mini-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.hb-mini-list li{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center;font-size:12px}.hb-mini-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-weight:600}.hb-mini-val{font-weight:800;color:var(--hb-blue);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.hb-mini-empty{margin:0;font-size:12px;color:#94a3b8}.hb-kat-grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}@media (max-width:900px){.hb-kat-grid{grid-template-columns:1fr}}.hb-kat-item{border:1px solid var(--hb-border);border-radius:10px;background:#fff;overflow:hidden}.hb-kat-item summary{list-style:none;cursor:pointer;padding:10px 12px;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:13px;font-weight:700;color:#1e293b}.hb-kat-item summary::-webkit-details-marker{display:none}.hb-kat-item summary em{font-style:normal;font-size:11px;font-weight:600;color:#64748b;text-align:right}.hb-kat-body{border-top:1px solid #f1f5f9;padding:8px 12px 10px}.hb-kat-row{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid #f8fafc;font-size:12px}.hb-kat-row span:first-child{font-weight:600;color:#475569}.hb-kat-row span:last-child{color:#64748b;white-space:nowrap}.hb-depo-list{display:flex;flex-direction:column;gap:12px}.hb-depo-row{display:grid;grid-template-columns:minmax(160px,220px) 1fr minmax(150px,190px);grid-gap:12px;gap:12px;align-items:center}@media (max-width:800px){.hb-depo-row{grid-template-columns:1fr;gap:6px}}.hb-depo-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.hb-depo-meta strong{font-size:13px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-depo-meta span{font-size:11px;color:#64748b}.hb-depo-bar{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.hb-depo-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1877f2,#60a5fa);min-width:4px;transition:width .3s ease}.hb-depo-numbers{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px;font-weight:700;color:#334155;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hb-table-scroll{overflow-x:auto;overflow-y:auto;max-height:min(70vh,720px);-webkit-overflow-scrolling:touch;border-top:1px solid var(--hb-border)}.hb-table{width:100%;min-width:1120px;table-layout:fixed;border-collapse:collapse}.hb-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:2;background:#f0f6ff;border-bottom:1px solid var(--hb-border);padding:10px 8px;font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.03em;text-align:right;white-space:nowrap}.hb-table tbody td{padding:10px 8px;border-bottom:1px solid #f1f5f9;font-size:13px;color:#1e293b;text-align:right;vertical-align:middle;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hb-table tbody tr:hover{background:#f8fbff}.hb-table tbody tr.is-risk{background:#fff7ed}.hb-table .col-id{width:56px;text-align:center}.hb-table .col-rank{width:48px;text-align:center}.hb-table .col-name{width:28%;text-align:left}.hb-table .col-num{width:9%}.hb-table .col-unit{width:72px}.hb-table .col-tag{width:130px;text-align:center}.hb-prod-name{font-weight:700;color:#0f172a}.hb-prod-name,.hb-prod-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hb-prod-sub{margin-top:2px;font-size:11px;color:#64748b}.hb-td-sales{color:#1d4ed8;font-weight:700}.hb-td-profit{color:#047857;font-weight:700}.hb-table-empty{text-align:center!important;color:#94a3b8!important;padding:28px!important}.hb-tag{display:inline-flex;align-items:center;justify-content:center;max-width:100%;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800;line-height:1.2;white-space:normal;text-align:center}.hb-tag--danger{background:#fee2e2;color:#991b1b}.hb-tag--warn{background:#fef3c7;color:#92400e}.hb-tag--success{background:#dcfce7;color:#166534}.hb-tag--muted{background:#f1f5f9;color:#64748b}.hb-tag--neutral{background:#dbeafe;color:#1e40af}.hb-modal{--hb-blue:#1877f2;--hb-blue-dark:#166fe5;--hb-blue-soft:#e7f3ff;--hb-border:#ccd0d5;--hb-ink:#050505;--hb-muted:#65676b;--hb-white:#ffffff;width:min(720px,100%);max-height:min(90vh,640px);overflow:hidden;display:flex;flex-direction:column;background:#ffffff;border:none;border-radius:12px;box-shadow:0 16px 48px rgba(0,0,0,.28);color:#050505}.hb-ozet-wrap{align-items:center;gap:14px;justify-content:flex-end}.hb-ozet-inline,.hb-ozet-wrap{display:inline-flex;flex-wrap:wrap}.hb-ozet-inline{margin:0;align-items:baseline;gap:6px;font-family:Google Sans,Product Sans,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;font-weight:500;color:#174ea6;letter-spacing:-.01em;line-height:1.3}.hb-ozet-inline strong{font-weight:700;color:#0b57d0;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hb-ozet-inline-sep{color:#8ab4f8;font-weight:600}.hb-ozet-inline--muted{color:#8ab4f8}.hb-modal-scope-note{color:#64748b;font-weight:500}.hb-ozet-trigger{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;border-radius:8px;border:1px solid #1877f2;background:#1877f2;color:#ffffff;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 2px 6px rgba(24,119,242,.28);transition:background .15s,box-shadow .15s}.hb-ozet-trigger:hover{background:#166fe5;box-shadow:0 4px 12px rgba(24,119,242,.35)}.hb-ozet-trigger svg{flex-shrink:0}.hb-ozet-trigger em{font-style:normal;font-size:12px;font-weight:800;color:#050505;padding:3px 9px;border-radius:999px;background:#ffffff;border:none}.hb-modal-overlay{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.hb-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:#1877f2;color:#ffffff}.hb-modal-head-text{min-width:0}.hb-modal-kicker{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.85)}.hb-modal-title{margin:0;font-size:20px;font-weight:800;line-height:1.2;color:#ffffff}.hb-modal-close{width:36px;height:36px;border:none;border-radius:50%;background:rgba(255,255,255,.2);color:#ffffff;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:background .15s}.hb-modal-close:hover{background:rgba(255,255,255,.32);color:#ffffff}.hb-modal-toolbar{display:grid;grid-template-columns:1.1fr 1fr 1fr auto;grid-gap:10px;gap:10px;align-items:end;padding:14px 18px;background:#f0f2f5;border-bottom:1px solid #e4e6eb}@media (max-width:640px){.hb-modal-toolbar{grid-template-columns:1fr 1fr}.hb-modal-toolbar .hb-btn--modal{grid-column:1/-1}}.hb-modal-field{display:flex;flex-direction:column;gap:5px;min-width:0}.hb-modal-field>span{font-size:11px;font-weight:700;color:#65676b;text-transform:uppercase;letter-spacing:.03em}.hb-input--modal{height:36px;background:#ffffff;border:1px solid #ccd0d5;color:#050505;font-size:13px;font-weight:600}.hb-input--modal:focus{border-color:#1877f2;box-shadow:0 0 0 2px rgba(24,119,242,.2);background:#ffffff}.hb-btn--modal{height:36px;padding:0 16px;background:#1877f2;color:#ffffff;border:none;font-size:13px;white-space:nowrap}.hb-btn--modal:hover:not(:disabled){background:#166fe5}.hb-modal-scope{margin:0;padding:10px 18px 0;font-size:13px;color:#65676b;background:#ffffff}.hb-modal-scope strong{color:#050505}.hb-alert--modal{margin:10px 18px 0;padding:10px 12px;border-radius:8px;background:#fff1f2;border:1px solid #fecdd3;color:#991b1b;font-size:13px;font-weight:600}.hb-modal-body{padding:16px 18px 20px;overflow-y:auto;background:#ffffff}.hb-modal-loading{margin:0;text-align:center;color:#65676b;font-size:14px;font-weight:600;padding:24px 0}.hb-ozet-layout{gap:12px}.hb-ozet-hero,.hb-ozet-layout{display:flex;flex-direction:column}.hb-ozet-hero{padding:18px 20px;border-radius:10px;background:#e7f3ff;border:1px solid #b6d4fe;gap:4px}.hb-ozet-hero-label{font-size:12px;font-weight:700;color:#1877f2;text-transform:uppercase;letter-spacing:.04em}.hb-ozet-hero-value{font-size:32px;font-weight:800;color:#050505;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.hb-ozet-hero-meta{font-size:13px;font-weight:600;color:#65676b}.hb-ozet-status-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}@media (max-width:640px){.hb-ozet-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hb-ozet-status{padding:12px 10px;border-radius:8px;background:#ffffff;border:1px solid #e4e6eb;border-left-width:4px;display:flex;flex-direction:column;gap:6px;min-height:72px;justify-content:center}.hb-ozet-status-label{font-size:11px;font-weight:700;color:#65676b;line-height:1.25}.hb-ozet-status-value{font-size:22px;font-weight:800;color:#050505;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1}.hb-ozet-status.hb-stat--blue{border-left-color:#1877f2}.hb-ozet-status.hb-stat--amber{border-left-color:#f59e0b}.hb-ozet-status.hb-stat--indigo{border-left-color:#6366f1}.hb-ozet-status.hb-stat--green{border-left-color:#16a34a}.hb-ozet-status.hb-stat--rose{border-left-color:#dc2626}.dash-panel{margin-top:20px;padding:18px 20px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(15,23,42,.06)}.dash-panel-title{margin:0 0 14px;font-size:16px;font-weight:800;color:#0f172a}.dash-panel-sub{margin:-8px 0 14px;font-size:13px;color:#64748b}.dash-count{font-weight:600;color:#64748b;font-size:14px}.dash-filters-block{margin-top:16px;flex-wrap:wrap;gap:10px}.dash-search-wrap{display:flex;align-items:center;gap:8px;flex:1 1;min-width:200px}.dash-search-wrap .maliye-search{flex:1 1;min-width:160px}.dash-highlight-card{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-color:#93c5fd}.dash-highlight-card strong{color:#1d4ed8;font-size:20px}.dash-ozet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:1100px){.dash-ozet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.dash-ozet-grid{grid-template-columns:1fr}}.dash-ozet-card{padding:14px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.dash-ozet-card h3{margin:0 0 10px;font-size:13px;font-weight:800;color:#334155}.dash-ozet-risk{background:#fff7ed;border-color:#fed7aa}.dash-ozet-empty{margin:0;font-size:12px;color:#94a3b8}.dash-kat-wrap{margin-top:16px;display:flex;flex-direction:column;gap:8px}.dash-alt-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:12px}.dash-alt-row span:first-child{font-weight:700;color:#334155}.dash-alt-row span:last-child{color:#64748b;text-align:right}.dash-depo-list{gap:12px}.dash-depo-label,.dash-depo-list{display:flex;flex-direction:column}.dash-depo-label{min-width:180px;gap:2px}.dash-depo-label strong{font-size:13px;color:#0f172a}.dash-depo-label span{font-size:11px;color:#64748b}.dash-depo-stat{min-width:140px;text-align:right;font-size:12px;font-weight:700;color:#334155}.dash-row-risk{background:#fff7ed!important}.dash-error-banner{margin-top:12px;padding:12px 14px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:13px;font-weight:600}.df-ozetOpenBtn{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;height:auto;min-height:40px;padding:8px 14px;font-size:13px;font-weight:700}.df-ozetOpenHint{margin-left:6px;padding:2px 8px;border-radius:999px;background:rgba(255,255,255,.2);font-size:11px;font-weight:600}.df-ozet-modal-overlay{position:fixed;inset:0;z-index:1300;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:16px}.df-ozet-modal{width:min(920px,100%);max-height:min(90vh,900px);overflow:auto;background:#fff;border:1px solid #e6ebf2;border-radius:16px;padding:20px;box-shadow:0 22px 55px rgba(2,6,23,.18)}.df-ozet-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.df-ozet-modal-close{flex-shrink:0;width:36px;height:36px;border:1px solid #e6ebf2;border-radius:10px;background:#f8fafc;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b}.df-ozet-modal-close:hover{background:#f1f5f9;color:#0f172a}.df-ozetFiltersModal{margin-bottom:12px}.df-ozet-filter-card{margin-bottom:14px;padding:14px;border:1px solid #e6ebf2;border-radius:12px;background:#f8fafc}.df-ozet-filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px}.df-ozet-filter-label{display:flex;flex-direction:column;gap:4px;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.df-ozet-filter-or{font-size:12px;color:#94a3b8;padding-bottom:10px}.df-ozet-clear-btn{height:40px;font-size:12px}.df-ozet-active-range{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0;font-size:13px;color:#475569}.df-ozet-active-range strong{color:#0f172a}.df-ozet-range-hint{margin-left:6px;font-size:12px;color:#64748b}.df-ozet-loading{padding:24px 0;text-align:center}.df-ozet-modal-body{padding-top:4px}.df-ozetScopeNote{margin:0 0 12px;padding:8px 12px;background:#eff6ff;border-radius:8px;font-size:12px;color:#1e40af}.df-ozetPanel{margin-bottom:14px;padding:16px;background:#fff;border:1px solid #e6ebf2;border-radius:16px;box-shadow:0 12px 30px rgba(2,6,23,.08)}.df-ozetHead{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.df-ozetTitle{margin:0;font-size:16px;font-weight:800;color:#0f172a}.df-ozetSub{margin:6px 0 0;font-size:12px;color:#64748b;max-width:520px}.df-ozetFilters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.df-ozetDateSep{color:#64748b;font-size:12px}.df-input.df-date{width:140px;min-width:120px;height:40px;padding:0 10px;border-radius:12px;border:1px solid #e6ebf2;background:#fff;font-size:13px}.df-ozetError{margin-top:10px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:13px}.df-kpiBar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px}.df-kpiCard{padding:14px;border:1px solid #e6ebf2;border-radius:12px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 24px rgba(2,6,23,.06)}.df-kpiCardProfit .df-kpiValue{color:#16a34a}.df-kpiTitle{font-size:12px;color:#64748b;margin:0 0 6px}.df-kpiValue{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0;color:#0f172a}.df-kpiSub{margin:6px 0 0;font-size:12px;color:#64748b}.df-statusGrid{margin-top:16px;display:flex;flex-direction:column;gap:12px}.df-statusGridTitle{margin:0 0 8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.df-statusRow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px}.df-statusCard{border:1px solid #e6ebf2;border-radius:10px;padding:10px;background:#f8fafc;display:flex;flex-direction:column;gap:8px}.df-statusCard strong{font-size:18px;color:#0f172a}.df-btnPrimary{background:#1e5128;color:#fff;border-color:transparent}.df-ozetPanel .df-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;border:1px solid transparent;white-space:nowrap}.df-ozetPanel .df-badge.df-info{background:#dbeafe;color:#1e40af}.df-ozetPanel .df-badge.df-warn{background:#fef3c7;color:#92400e}.df-ozetPanel .df-badge.df-primary{background:#e0e7ff;color:#3730a3}.df-ozetPanel .df-badge.df-success{background:#dcfce7;color:#166534}.df-ozetPanel .df-badge.df-danger{background:#fee2e2;color:#991b1b}@media (max-width:1100px){.df-kpiBar{grid-template-columns:repeat(2,minmax(0,1fr))}.df-statusRow{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.df-statusRow{grid-template-columns:repeat(2,minmax(0,1fr))}}