*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#1a1a2e;flex-direction:column;width:220px;display:flex}.sidebar-header{border-bottom:1px solid #333;padding:20px}.sidebar-header h2{font-size:18px}.sidebar nav{flex:1;padding:10px 0}.nav-item{color:#aaa;justify-content:space-between;align-items:center;padding:12px 20px;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover,.nav-item.router-link-active{color:#fff;background:#16213e}.nav-badge{color:#fff;background:#e74c3c;border-radius:9px;justify-content:center;align-items:center;min-width:20px;height:18px;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.nav-dot{background:#e74c3c;border-radius:50%;flex:none;width:8px;height:8px;box-shadow:0 0 0 3px #e74c3c40}.sidebar-footer{border-top:1px solid #333;padding:15px 20px}.user-info{color:#888;margin-bottom:8px;font-size:13px}.logout-btn{color:#aaa;cursor:pointer;background:0 0;border:1px solid #555;border-radius:4px;width:100%;padding:6px 12px}.logout-btn:hover{color:#e74c3c;border-color:#e74c3c}.lang-btn{color:#ddd;cursor:pointer;background:0 0;border:1px solid #555;border-radius:4px;width:100%;margin-bottom:10px;padding:4px 10px;font-size:12px;font-weight:600}.lang-btn:hover{color:#3498db;border-color:#3498db}.account-btn{text-align:center;color:#aaa;cursor:pointer;background:0 0;border:1px solid #555;border-radius:4px;width:100%;margin-bottom:8px;padding:6px 12px;font-size:13px;text-decoration:none;display:block}.account-btn:hover,.account-btn.router-link-active{color:#3498db;border-color:#3498db}.main-content{flex:1;min-width:0;padding:24px;overflow-y:auto}.topbar,.nav-backdrop{display:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:inline-flex}.hamburger span{background:#fff;border-radius:2px;width:100%;height:2px;display:block}@media (width<=768px){.app-layout{display:block}.topbar{z-index:30;color:#fff;background:#1a1a2e;align-items:center;gap:8px;height:52px;padding:0 12px;display:flex;position:sticky;top:0}.topbar-title{font-size:16px;font-weight:600}.sidebar{z-index:50;width:260px;max-width:80vw;height:100%;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:2px 0 16px #0006}.nav-backdrop{z-index:40;background:#00000080;display:block;position:fixed;inset:0}.main-content{padding:16px}}
