.dashboard-header{align-items:center;display:flex;justify-content:space-between}.dashboard-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.card{background:var(--bg);border:1px solid var(--border);border-radius:10px;box-shadow:0 1px 4px #00000008;overflow:hidden;padding:14px;position:relative}.stat-card{display:flex;flex-direction:column}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.card-title{font-weight:600}.stat-large{color:var(--text);font-size:28px;font-weight:700;margin:6px 0 10px}.card-body{height:220px}.card-main{padding:6px 0 12px}.breakdown-row{align-items:center;border-radius:6px;cursor:default;justify-content:space-between;margin-bottom:4px;overflow:hidden;transition:background .16s ease,transform .12s ease}.breakdown-row:hover{background:#0206170a;transform:translateY(-2px)}.theme-dark .breakdown-row:hover{background:#ffffff08}.breakdown-overlay{align-items:flex-end;bottom:0;display:flex;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:translateY(100%);transition:transform .26s cubic-bezier(.22,.9,.24,1);z-index:30}.card:hover .breakdown-overlay{pointer-events:auto;transform:translateY(0)}.breakdown-inner{background:var(--surface);border-top-left-radius:10px;border-top-right-radius:10px;color:var(--text);max-height:90%;overflow:auto;padding:12px;width:100%}.simple-card .stat-large{font-size:36px;padding:18px 0;text-align:center}.production-row{align-items:center;display:flex;height:40px;position:relative}.progress-bar{background:#4caf50;height:100%;left:0;opacity:.2;position:absolute;top:0}.production-content{align-items:center;display:flex;font-size:12px;justify-content:space-between;padding:0 8px;position:relative;width:100%}.production-content span:first-child{flex:1 1;font-weight:600;text-align:left}.production-content span:last-child{color:var(--text-secondary);text-align:right}.production-content span{align-items:center;display:flex}@media (max-width:900px){.dashboard-grid{grid-template-columns:1fr}.card-body{height:220px}}.hdr{background:var(--surface);border-bottom:1px solid var(--border);height:52px;justify-content:space-between;padding:0 1rem;position:relative;z-index:50}.hdr,.hdr-left{align-items:center;display:flex}.hdr-left{gap:12px}.hdr-burger{align-items:center;background:#0000;border:none;border-radius:6px;color:var(--text);cursor:pointer;display:inline-flex;font-size:18px;height:36px;justify-content:center;width:36px}.hdr-burger:active{background:var(--border)}.hdr-logo{color:var(--text);text-decoration:none}.hdr-right{align-items:center;display:flex;gap:12px}.hdr-profile-wrap{position:relative}.hdr-profile-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text);cursor:pointer;display:flex;gap:8px;padding:4px 8px;transition:background .15s ease}.hdr-profile-btn-open,.hdr-profile-btn:hover{background:var(--border)}.hdr-avatar{align-items:center;background:var(--accent);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:32px;justify-content:center;width:32px}.hdr-avatar-lg{font-size:15px;height:40px;width:40px}.hdr-username{font-size:14px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hdr-caret{display:inline-block;font-size:11px;transition:transform .22s ease}.hdr-caret-open{transform:rotate(180deg)}.hdr-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:220px;opacity:0;padding:8px;pointer-events:none;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-8px) scale(.97);transform-origin:top right;transition:opacity .22s cubic-bezier(.4,0,.2,1),transform .22s cubic-bezier(.4,0,.2,1);z-index:100}.hdr-dropdown-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.hdr-dropdown-mobile{border-radius:16px 16px 0 0;bottom:0;box-shadow:0 -4px 24px #0000002e;left:0;min-width:0;min-width:auto;padding:12px 16px calc(env(safe-area-inset-bottom, 12px) + 12px);position:fixed;right:0;top:auto;transform:translateY(100%);transform-origin:bottom center}.hdr-dropdown-mobile.hdr-dropdown-visible{transform:translateY(0)}.hdr-backdrop{background:#0000;inset:0;position:fixed;transition:background .22s ease;z-index:99}.hdr-backdrop-visible{background:#00000059}.hdr-dd-user{align-items:center;display:flex;gap:12px;padding:8px 4px}.hdr-dd-name{font-size:15px;font-weight:600}.hdr-dd-sep{background:var(--border);height:1px;margin:8px 0}.hdr-dd-row{align-items:center;display:flex;font-size:14px;justify-content:space-between;padding:8px 4px}.hdr-dd-logout{background:#0000;border:none;border-radius:8px;color:var(--text);cursor:pointer;font-size:14px;padding:10px 4px;text-align:left;transition:background .15s ease;width:100%}.hdr-dd-logout:active,.hdr-dd-logout:hover{background:var(--border)}.sidebar-container{align-items:flex-start;display:flex;position:relative}.sidebar{background:var(--surface);border-right:1px solid var(--border);min-width:260px;padding:12px;position:relative;width:260px;z-index:2}.sidebar-back-btn{background:#0000;border:none;color:inherit;cursor:pointer;font-size:16px}.sidebar-header{align-items:center;display:flex;height:auto}.sidebar-left-group-wrap{margin-bottom:8px}.sidebar-left-group{align-items:center;background:#0000;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:8px}.sidebar-left-group.active{background:var(--accent)}.sidebar-nav{margin-top:12px}.sidebar-link,.sidebar-menu-item{align-items:center;border-radius:8px;color:inherit;cursor:pointer;display:flex;gap:8px;padding:8px;text-decoration:none}.sidebar-link.active,.sidebar-menu-item.active{background:var(--accent);color:#fff}.sidebar-right-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 6px 20px #0006;left:272px;padding:12px;position:absolute;top:0;width:260px;z-index:70}.sidebar-child-item{align-items:center;border-radius:6px;display:flex;gap:8px;padding:8px}.sidebar-child-item.active{background:var(--accent);color:#fff}.sidebar-right-enter{animation:rightSlideIn .28s ease both}@keyframes rightSlideIn{0%{opacity:0;transform:translateX(20px) scale(.96)}to{opacity:1;transform:translateX(0) scale(1)}}.sidebar-right-exit{animation:rightSlideOut .28s ease both;pointer-events:none}@keyframes rightSlideOut{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(20px) scale(.96)}}.sidebar-left-enter-from-right{animation:leftEnterFromRight .28s ease both}@keyframes leftEnterFromRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.sidebar-left-exit-to-right{animation:leftExitToRight .28s ease both}@keyframes leftExitToRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(40px)}}.sidebar-ghost-left-exit{animation:ghostLeftFadeOut .28s ease both;left:0;pointer-events:none;position:absolute!important;top:0;z-index:1}@keyframes ghostLeftFadeOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-30px)}}.sidebar-ghost-promote{animation:ghostPromote .28s ease both;pointer-events:none;z-index:3!important}@keyframes ghostPromote{0%{left:272px;opacity:1}to{left:0;opacity:0}}.sidebar-ghost-demote{animation:ghostDemote .28s ease both;pointer-events:none;z-index:3!important}@keyframes ghostDemote{0%{left:0;opacity:1}to{left:272px;opacity:0}}.sidebar-item-wrap{border-radius:8px}.sidebar-item-wrap.active{background:#6366f11a;background:var(--accent-light,#6366f11a);border-radius:8px}.smb-overlay-wrap{inset:0;position:fixed;z-index:60}.smb-backdrop{background:#0000;inset:0;position:absolute;transition:background .25s ease}.smb-backdrop-visible{background:#00000059}.smb-drawer{background:var(--surface);border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;left:0;max-width:360px;overflow:hidden;position:absolute;top:0;transform:translateX(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);width:85vw}.smb-drawer-visible{transform:translateX(0)}.smb-header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;min-height:56px;padding:16px}.smb-title{font-size:17px;font-weight:600}.smb-back-btn{color:var(--accent);font-size:15px;padding:4px 0}.smb-back-btn,.smb-close-btn{background:#0000;border:none;cursor:pointer}.smb-close-btn{border-radius:6px;color:inherit;font-size:18px;padding:4px 8px}.smb-close-btn:active{background:var(--border)}.smb-level-title{color:#888;color:var(--text-secondary,#888);font-size:15px;font-weight:600;padding:12px 16px 0}.smb-nav{display:flex;flex:1 1;flex-direction:column;gap:4px;overflow-y:auto;padding:8px 12px 24px}.smb-slide-left{animation:smbSlideLeft .25s cubic-bezier(.4,0,.2,1) both}.smb-slide-right{animation:smbSlideRight .25s cubic-bezier(.4,0,.2,1) both}@keyframes smbSlideLeft{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes smbSlideRight{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}.smb-item{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:10px;color:inherit;cursor:pointer;display:flex;justify-content:space-between;padding:12px;text-decoration:none;transition:background .15s ease}.smb-item:active{background:var(--border)}.smb-item-link{color:inherit;text-decoration:none}.smb-item-active{color:#fff}.smb-item-active,.smb-item-active:active{background:var(--accent)}.smb-item-left{align-items:center;display:flex;font-size:15px;gap:10px}.smb-chevron{font-size:20px;font-weight:300;line-height:1;opacity:.4}:root{--bg:#fff;--text:#0f1720;--muted:#6b7280;--surface:#f8fafc;--accent:#0f62fe;--border:#e6edf3}.theme-dark{--bg:#0b1220;--text:#e6eef8;--muted:#9aa6b2;--surface:#081018;--accent:#4ea8ff;--border:#172033}body{background:#fff;background:var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0}.app,body{color:#0f1720;color:var(--text)}.app{background:#f8fafc;background:var(--surface);padding:1rem}button{background:#0f62fe;background:var(--accent);border:1px solid #e6edf3;border:1px solid var(--border);border-radius:6px;color:#fff;cursor:pointer;padding:.5rem .75rem}.muted{color:#6b7280;color:var(--muted)}
/*# sourceMappingURL=main.29a840e6.css.map*/