html,body{margin:0;padding:0}body{color:#fff;background:#0b1020;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}.dashboard-shell{color:#fff;background:radial-gradient(circle at top,#13203f 0%,#081226 45%,#050b18 100%);min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dashboard-container{max-width:1240px;margin:0 auto;padding:42px 24px 60px}.page-header h1{letter-spacing:-.04em;margin:0;font-size:52px;font-weight:800;line-height:1}.page-header p{color:#ffffffb3;max-width:700px;margin-top:14px;font-size:17px;line-height:1.6}.dashboard-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0b1222d1;border:1px solid #6f88ff26;border-radius:28px;padding:26px;box-shadow:0 25px 60px #00000047}.dashboard-link{color:#fff;text-decoration:none}.dashboard-card-hover{cursor:pointer;background:linear-gradient(#121e40f2,#0d1425f2);border:1px solid #6d88ff29;border-radius:22px;height:100%;padding:22px;transition:all .18s;box-shadow:0 18px 45px #00000038}.dashboard-card-hover:hover{border-color:#8ca5ff59;transform:translateY(-6px);box-shadow:0 30px 60px #00000059}.dashboard-input,.dashboard-select{color:#fff;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;outline:none;width:100%;padding:14px 16px;transition:all .18s}.dashboard-input::placeholder{color:#ffffff6b}.dashboard-input:focus,.dashboard-select:focus{background:#ffffff0f;border-color:#7391ff8c;box-shadow:0 0 0 4px #5578ff1f}.dashboard-button{color:#fff;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#3f67ff,#5a8dff);border:1px solid #7391ff40;border-radius:14px;padding:12px 16px;font-weight:700;transition:all .18s;box-shadow:0 12px 30px #3f67ff47}.dashboard-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 35px #3f67ff59}.dashboard-button:disabled{cursor:not-allowed;opacity:.75;box-shadow:none;background:#ffffff1a;border-color:#ffffff14}.dashboard-button-danger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#d94a4a,#ff6464);border:1px solid #ff5f5f33;border-radius:12px;padding:8px 12px;font-weight:700;transition:all .18s;box-shadow:0 10px 24px #d94a4a38}.dashboard-button-danger:hover{transform:translateY(-2px);box-shadow:0 16px 28px #d94a4a4d}.dashboard-table{border-collapse:collapse;width:100%;min-width:700px}.dashboard-table th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:#ffffffb8;background:#ffffff08;border-bottom:1px solid #ffffff14;padding:16px;font-size:14px}.dashboard-table td{color:#fffffff0;border-bottom:1px solid #ffffff0f;padding:16px}.dashboard-table tbody tr{transition:background .18s}.dashboard-table tbody tr:hover{background:#ffffff08}.dashboard-layout{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.dashboard-sidebar{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#060c18f5,#040912f5);border-right:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.dashboard-sidebar-brand{align-items:center;gap:12px;margin-bottom:28px;padding:8px 6px 14px;display:flex}.dashboard-sidebar-brand-icon{background:linear-gradient(135deg,#577eff38,#51d5ff2e);border-radius:14px;place-items:center;width:46px;height:46px;font-size:20px;display:grid;box-shadow:0 10px 24px #00000038}.dashboard-sidebar-brand-title{font-size:20px;font-weight:800;line-height:1.1}.dashboard-sidebar-brand-subtitle{color:#ffffff85;margin-top:2px;font-size:13px}.dashboard-sidebar-nav{flex-direction:column;gap:8px;display:flex}.dashboard-sidebar-link{color:#ffffffe0;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:13px 14px;font-weight:650;text-decoration:none;transition:all .18s;display:flex}.dashboard-sidebar-link:hover{background:#ffffff0d;border-color:#ffffff14;transform:translate(2px)}.dashboard-sidebar-link.active{color:#fff;background:linear-gradient(135deg,#577eff2e,#577eff14);border:1px solid #577eff4d;box-shadow:0 8px 20px #577eff29}.dashboard-sidebar-link-disabled{opacity:.42;pointer-events:none}.dashboard-sidebar-link-icon{text-align:center;opacity:.95;width:20px;font-size:15px}.dashboard-sidebar-footer{flex-direction:column;gap:12px;display:flex}.dashboard-sidebar-user{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:12px;padding:12px;display:flex}.dashboard-sidebar-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px}.dashboard-sidebar-user-text{min-width:0}.dashboard-sidebar-username{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.dashboard-sidebar-user-subtext{color:#ffffff80;font-size:12px;font-weight:500}.dashboard-sidebar-logout{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;width:100%;padding:12px 14px;font-weight:700;transition:all .18s}.dashboard-sidebar-logout:hover{background:#ffffff14;border-color:#ffffff1f}@media (max-width:900px){.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{border-bottom:1px solid #ffffff0f;border-right:none;height:auto;position:relative}}
