:root{--ink:#080e1d;--ink2:#162038;--ink3:#1e2d4a;--gold:#b8862a;--gold2:#d4a043;--gold3:#f5cb6a;--gtint:#b8862a14;--gborder:#b8862a33;--white:#fff;--off:#f5f7fc;--off2:#eef0f8;--border:#e2e6f0;--muted:#6b738f;--muted2:#9aa1b8;--active-bg:#b8862a1a;--serif:"Cormorant Garamond",Georgia,serif;--sans:"Outfit",system-ui,sans-serif;--sb-width:232px;--top-h:60px}.dash-shell{font-family:var(--sans);-webkit-font-smoothing:antialiased;color:var(--ink);background:var(--off2);min-height:100vh}.dash-loading{background:var(--ink);justify-content:center;align-items:center;height:100vh;display:flex}.dash-loading__ring{border:3px solid #ffffff1a;border-top-color:var(--gold2);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dash-shell{background:var(--off2);min-height:100vh}.dash-sidebar{width:var(--sb-width);background:var(--ink);z-index:100;border-right:1px solid #ffffff0f;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.dash-logo{height:var(--top-h);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;padding:0 20px;text-decoration:none;display:flex}.dash-logo-text{font-family:var(--serif);color:#fff;align-items:center;gap:3px;font-size:21px;font-weight:700;display:flex}.dash-logo-text span{color:var(--gold2)}.dash-logo-pip{background:var(--gold2);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-left:1px}.dash-nav{flex-direction:column;flex:1;gap:2px;padding:12px 10px;display:flex;overflow-y:auto}.dash-nav::-webkit-scrollbar{width:0}.dash-nav-link{color:#ffffff73;border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:13.5px;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative}.dash-nav-link:hover{color:#ffffffd9;background:#ffffff0f}.dash-nav-link.active{color:#fff;background:var(--active-bg);font-weight:600}.dash-nav-link.active:before{content:"";background:var(--gold2);border-radius:0 2px 2px 0;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.dash-nav-link .nav-ico{flex-shrink:0;transition:color .15s;display:flex}.dash-nav-link.active .nav-ico{color:var(--gold2)}.nav-badge{background:var(--gold2);width:18px;height:18px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:10px;font-weight:700;display:flex}.dash-sidebar-footer{border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:2px;padding:12px 10px;display:flex}.dash-footer-link{color:#ffffff59;border-radius:9px;align-items:center;gap:10px;padding:9px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dash-footer-link:hover{color:#ffffffb3;background:#ffffff0d}.dash-logout{color:#ffffff59;cursor:pointer;text-align:left;width:100%;font-size:13px;font-weight:500;font-family:var(--sans);background:0 0;border:none;border-radius:9px;align-items:center;gap:10px;padding:9px 12px;transition:all .15s;display:flex}.dash-logout:hover{color:#fca5a5;background:#ef444414}.dash-main{margin-left:var(--sb-width);flex-direction:column;min-height:100vh;display:flex}.dash-topbar{height:var(--top-h);background:var(--white);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;padding:0 28px;display:flex;position:sticky;top:0}.dash-topbar-left{align-items:center;gap:8px;display:flex}.dash-topbar-icon-wrap{background:var(--gtint);border:1px solid var(--gborder);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-page-title{font-family:var(--serif);color:var(--ink);letter-spacing:-.2px;font-size:17px;font-weight:700}.dash-topbar-right{align-items:center;gap:8px;display:flex}.dash-topbar-btn{border:1px solid var(--border);background:var(--off);width:36px;height:36px;color:var(--muted);border-radius:9px;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex;position:relative}.dash-topbar-btn:hover{border-color:var(--gborder);color:var(--gold);background:var(--gtint)}.dash-topbar-notif-dot{background:var(--gold2);border:2px solid var(--white);border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px}.dash-topbar-avatar{background:linear-gradient(135deg,var(--ink2),var(--ink3));border:2px solid var(--gborder);width:36px;height:36px;font-family:var(--serif);color:var(--gold2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;text-decoration:none;transition:all .15s;display:flex}.dash-topbar-avatar:hover{border-color:var(--gold)}.dash-content{flex:1;overflow-y:auto}.dash-menu-btn,.dash-sidebar-close,.dash-mobile-backdrop{display:none}@media (max-width:1024px){.dash-sidebar{width:min(84vw,320px);transition:transform .22s;transform:translate(-100%);box-shadow:0 18px 50px #080e1d47}.dash-sidebar.open{transform:translate(0)}.dash-sidebar-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:absolute;top:14px;right:12px}.dash-mobile-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:90;background:#080e1d61;display:block;position:fixed;inset:0}.dash-main{margin-left:0}.dash-topbar{padding:0 16px}.dash-menu-btn{border:1px solid var(--border);background:var(--off);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:9px;justify-content:center;align-items:center;transition:all .15s;display:flex}.dash-menu-btn:hover{border-color:var(--gborder);color:var(--gold);background:var(--gtint)}}@media (max-width:720px){.dash-topbar{height:auto;min-height:var(--top-h);align-items:flex-start;gap:12px;padding:12px 14px}.dash-topbar-left,.dash-topbar-right{min-height:36px}.dash-topbar-right{gap:6px}.dash-page-title{font-size:15px}.dash-content{padding-bottom:24px}}@media (max-width:520px){.dash-logo{padding:0 16px}.dash-nav,.dash-sidebar-footer{padding:10px 8px}.dash-topbar-left{align-items:flex-start;gap:10px}.dash-topbar-icon-wrap{width:30px;height:30px}.dash-topbar-btn,.dash-topbar-avatar,.dash-menu-btn{width:34px;height:34px}}
