.dsh-page{background:var(--bg,#f8fafc);grid-template-columns:240px minmax(0,1fr);min-height:calc(100vh - 68px);display:grid}[data-theme=dark] .dsh-page{background:#0a0a0a}@media (max-width:768px){.dsh-page{grid-template-columns:1fr}}.dsh-sidebar{color:#e2e8f0;background:#0c1829;flex-direction:column;gap:0;padding:1rem .65rem;display:flex}@media (max-width:768px){.dsh-sidebar{z-index:9999;width:290px;max-width:85vw;padding-bottom:env(safe-area-inset-bottom);transition:transform .22s;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000040}.dsh-sidebar.is-open{transform:translate(0)}}.dsh-drawer-overlay{display:none}@media (max-width:768px){.dsh-drawer-overlay{z-index:9998;background:#00000080;animation:.15s dshFade;display:block;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes dshFade{0%{opacity:0}to{opacity:1}}}.dsh-sb-hdr{border-bottom:1px solid #1e293b;flex-shrink:0;align-items:center;gap:.75rem;margin-bottom:.65rem;padding:.25rem .5rem 1rem;display:flex}.dsh-sb-av{color:#fff;background:linear-gradient(135deg,#0d9488,#0f766e);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.05rem;font-weight:800;display:flex;overflow:hidden}.dsh-sb-av img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.dsh-sb-info{flex:1;min-width:0}.dsh-sb-name{color:#f1f5f9;text-overflow:ellipsis;white-space:nowrap;font-size:.87rem;font-weight:700;overflow:hidden}.dsh-sb-role{color:#64748b;margin-top:.15rem;font-size:.68rem}.dsh-sb-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;margin-left:.5rem;padding:.35rem;display:none}.dsh-sb-close:hover{color:#fff;background:#ffffff14}@media (max-width:768px){.dsh-sb-close{align-items:center;display:flex}}.dsh-sb-section-label{text-transform:uppercase;letter-spacing:.12em;color:#475569;padding:.85rem .75rem .35rem;font-size:.58rem;font-weight:800}.dsh-sb-item{color:#94a3b8;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.82rem;font-weight:500;line-height:1.4;text-decoration:none;transition:background .12s,color .12s;display:flex}.dsh-sb-item:hover{color:#e2e8f0;background:#ffffff0d}.dsh-sb-item.is-active{color:#2dd4bf;background:#0d94882e;font-weight:700}.dsh-sb-item.is-active svg{stroke:#2dd4bf}.dsh-sb-badge{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:17px;margin-left:auto;padding:0 6px;font-size:.63rem;font-weight:800;line-height:1.7}.dsh-sb-rating{color:#eab308;margin-left:auto;font-size:.68rem;font-weight:700}.dsh-sb-divider{background:#ffffff0f;height:1px;margin:.5rem .25rem}.dsh-main{min-width:0;padding:1.25rem 1.5rem 2rem;padding-bottom:calc(64px + env(safe-area-inset-bottom))}@media (max-width:640px){.dsh-main{padding:1rem .875rem 5rem}}.dsh-burger{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);cursor:pointer;color:var(--text,#0f172a);border-radius:10px;align-items:center;gap:.55rem;margin-bottom:1rem;padding:.55rem .85rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:border-color .15s,background .12s;display:none}.dsh-burger:hover{background:var(--hover-bg,#f3f4f6);border-color:#0d9488}[data-theme=dark] .dsh-burger{color:#f1f5f9;background:#141414;border-color:#2a2a2a}[data-theme=dark] .dsh-burger:hover{background:#1a1a1a;border-color:#2dd4bf}@media (max-width:768px){.dsh-burger{display:inline-flex}}.dsh-ph{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.dsh-ph-title{color:var(--text,#0f172a);letter-spacing:-.015em;margin:0;font-size:1.4rem;font-weight:800}[data-theme=dark] .dsh-ph-title{color:#f1f5f9}.dsh-ph-sub{color:var(--text-muted,#6b7280);margin:.25rem 0 0;font-size:.82rem}.dsh-ph-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.dsh-status-banner{color:#0f766e;background:#f0fdfa;border:1px solid #99f6e4;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:1.25rem;padding:.75rem 1.1rem;font-size:.85rem;display:flex}.dsh-status-banner.is-warn{color:#92400e;background:#fffbeb;border-color:#fde68a}.dsh-status-banner.is-err{color:#b91c1c;background:#fef2f2;border-color:#fecaca}[data-theme=dark] .dsh-status-banner{color:#2dd4bf;background:#0d948814;border-color:#2dd4bf40}[data-theme=dark] .dsh-status-banner.is-warn{color:#fbbf24;background:#d9770614;border-color:#f59e0b40}[data-theme=dark] .dsh-status-banner.is-err{color:#fca5a5;background:#ef444414;border-color:#ef444440}.dsh-status-banner-label{letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.dsh-dot{background:#16a34a;border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.dsh-dot.is-ok{background:#16a34a;box-shadow:0 0 0 3px #16a34a2e}.dsh-dot.is-warn{background:#d97706}.dsh-dot.is-err{background:#dc2626}.dsh-dot.is-mute{background:#94a3b8}.dsh-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.dsh-kpi{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);color:inherit;cursor:default;border-radius:10px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.dsh-kpi.is-clickable{cursor:pointer}.dsh-kpi.is-clickable:hover{border-color:#0d948859;box-shadow:0 4px 12px #0000000a}[data-theme=dark] .dsh-kpi{background:#141414;border-color:#2a2a2a}[data-theme=dark] .dsh-kpi.is-clickable:hover{border-color:#2dd4bf59;box-shadow:0 4px 12px #00000040}.dsh-kpi-label{color:var(--text-muted,#6b7280);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;display:flex}.dsh-kpi-value{color:var(--text,#0f172a);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:900;line-height:1.1}[data-theme=dark] .dsh-kpi-value{color:#f1f5f9}.dsh-kpi-sub{color:var(--text-muted,#6b7280);font-size:.7rem}.dsh-kpi.is-warn .dsh-kpi-value{color:#dc2626}[data-theme=dark] .dsh-kpi.is-warn .dsh-kpi-value{color:#fca5a5}[data-theme=dark] .dsh-kpi-label{color:#cbd5e1}[data-theme=dark] .dsh-kpi-sub,[data-theme=dark] .dsh-ph-sub{color:#94a3b8}@media (max-width:480px){.dsh-kpi-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.dsh-kpi{gap:.15rem;padding:.65rem .75rem}.dsh-kpi-label{letter-spacing:.05em;font-size:.58rem}.dsh-kpi-value{font-size:1.1rem}.dsh-kpi-sub{font-size:.62rem}.dsh-ph{gap:.5rem;margin-bottom:.85rem}.dsh-ph-title{letter-spacing:-.01em;font-size:1.15rem}.dsh-ph-sub{font-size:.72rem}.sd-orders-strip>div{padding:.55rem .65rem!important}.sd-orders-strip>div>div:first-child{font-size:.55rem!important}.sd-orders-strip>div>div:nth-child(2){font-size:.85rem!important}.sd-orders-strip>div>div:nth-child(3){font-size:.55rem!important}}.dsh-card{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);border-radius:12px;margin-bottom:1.25rem;overflow:hidden}[data-theme=dark] .dsh-card{background:#141414;border-color:#2a2a2a}.dsh-card-hdr{border-bottom:1px solid var(--border,#e5e7eb);background:var(--bg,#fafafa);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.15rem;display:flex}[data-theme=dark] .dsh-card-hdr{background:#0f0f0f;border-bottom-color:#2a2a2a}.dsh-card-title{color:var(--text,#0f172a);letter-spacing:-.005em;align-items:center;gap:.5rem;font-size:.87rem;font-weight:800;display:flex}[data-theme=dark] .dsh-card-title{color:#f1f5f9}.dsh-card-body{padding:1rem 1.15rem}.dsh-card-body-flush{padding:0}.dsh-guide{background:var(--bg-card,#fff);border:1px solid var(--border,#e5e7eb);color:var(--text-muted,#6b7280);border-radius:10px;margin-top:1rem;padding:.85rem 1.15rem;font-size:.78rem;line-height:1.65}[data-theme=dark] .dsh-guide{background:#141414;border-color:#2a2a2a}.dsh-guide strong{color:var(--text,#0f172a);font-weight:700}[data-theme=dark] .dsh-guide strong{color:#f1f5f9}.dsh-empty{text-align:center;color:var(--text-muted,#6b7280);padding:2.5rem 1rem;font-size:.88rem}@media (max-width:640px){.dsh-ph-title{font-size:1.15rem}.dsh-kpi-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.dsh-kpi{padding:.75rem .85rem}.dsh-kpi-value{font-size:1.25rem}.dsh-card-hdr{padding:.65rem .9rem}.dsh-card-body{padding:.85rem .9rem}}
