*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}.dashboard-layout{display:flex;min-height:100vh;background:#f4f6f9}.sidebar{width:270px;background:#0f172a;color:#fff;padding:24px 18px;display:flex;flex-direction:column}.sidebar-profile{text-align:center;margin-bottom:30px}.sidebar-profile img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #2563eb;margin-bottom:10px}.sidebar-profile h4{font-size:15px;font-weight:600;color:#e5e7eb}.sidebar-menu{list-style:none;margin-top:10px}.sidebar-menu li{display:flex;align-items:center;gap:12px;padding:12px 14px;margin-bottom:6px;border-radius:10px;cursor:pointer;font-size:14px;color:#cbd5f5;transition:all .25s ease}.sidebar-menu li svg{font-size:16px}.sidebar-menu li:hover{background:#28c26333;color:#fff}.sidebar-menu li.active{background:linear-gradient(135deg,#0f766e,#16a34a);color:#fff}.sidebar-menu .logout{margin-top:30px;color:#fff}.sidebar-menu .logout:hover{background:linear-gradient(135deg,#0f766e,#16a34a);color:#fff}.dashboard-main{flex:1;padding:30px 35px;overflow-y:auto}.dashboard-main h2{font-size:22px;font-weight:600;margin-bottom:20px;color:#111827}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.stat-box{background:#fff;padding:22px;border-radius:16px;box-shadow:0 10px 25px #0000000f;font-size:14px;color:#374151;transition:transform .3s ease,box-shadow .3s ease}.stat-box strong{display:block;margin-top:8px;font-size:26px;color:#2563eb}.stat-box:hover{transform:translateY(-6px);box-shadow:0 18px 40px #2563eb26}.card{background:#fff;padding:26px;border-radius:16px;box-shadow:0 10px 30px #00000014;max-width:900px}.card input,.card textarea,.card select{width:100%;padding:12px 14px;margin-bottom:14px;border-radius:10px;border:1px solid #d1d5db;font-size:14px}.card input:focus,.card textarea:focus{outline:none;border-color:#2563eb}.card button{background:#2563eb;color:#fff;border:none;padding:12px 18px;border-radius:10px;font-size:14px;cursor:pointer;transition:background .3s ease}.card button:hover{background:#1d4ed8}@media(max-width:768px){.sidebar{width:220px}.dashboard-main{padding:20px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
