*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{color:#111827;background:#f3f4f6;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.admin-layout{width:100%;min-height:100vh;display:flex}.sidebar{z-index:30;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:256px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{border-bottom:1px solid #e5e7eb;align-items:center;height:64px;padding:0 20px;display:flex}.sidebar-title{color:#111827;font-size:18px;font-weight:700;line-height:1.2}.sidebar-subtitle{color:#6b7280;margin-top:3px;font-size:12px}.sidebar-nav{flex-direction:column;gap:4px;padding:16px;display:flex}.sidebar-link{color:#4b5563;border-radius:8px;align-items:center;gap:12px;min-height:42px;padding:0 12px;font-size:14px;font-weight:500;transition:background-color .15s,color .15s;display:flex}.sidebar-link:hover{color:#111827;background:#f3f4f6}.sidebar-link.active{color:#2563eb;background:#eff6ff}.sidebar-link.active svg{color:#2563eb}.sidebar-logout{color:#4b5563;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:calc(100% - 32px);min-height:42px;margin:auto 16px 20px;padding:0 12px;font-size:14px;font-weight:500;display:flex}.sidebar-logout:hover{color:#111827;background:#f3f4f6}.admin-main{flex-direction:column;width:calc(100% - 256px);min-height:100vh;margin-left:256px;display:flex}.admin-header{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:64px;padding:12px 24px;display:flex;position:sticky;top:0}.admin-header h1{color:#111827;margin:0;font-size:16px;font-weight:600}.admin-header p{color:#6b7280;margin:3px 0 0;font-size:12px}.admin-user{align-items:center;gap:10px;display:flex}.admin-avatar{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.admin-user strong{color:#111827;font-size:13px;font-weight:600;display:block}.admin-user span{color:#6b7280;margin-top:2px;font-size:11px;display:block}.admin-content{flex:1;padding:28px 32px}.admin-footer{color:#9ca3af;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 32px;font-size:12px;display:flex}@media (width<=700px){.admin-layout{flex-direction:column}.sidebar{width:100%;min-height:auto;position:relative}.sidebar-brand{height:64px}.sidebar-nav{grid-template-columns:repeat(2,1fr);display:grid}.sidebar-logout{width:calc(100% - 32px);margin:16px}.admin-main{width:100%;margin-left:0}.admin-header{padding:12px 20px;position:relative}.admin-content{padding:20px}.admin-footer{padding:16px 20px}}.dashboard-page{width:100%;max-width:1400px;margin:0 auto}.dashboard-welcome{margin-bottom:32px}.dashboard-welcome h2{color:#111827;margin:0;font-size:24px;font-weight:700}.dashboard-greeting{color:#374151;margin:8px 0 0;font-size:15px;font-weight:500}.dashboard-description{color:#6b7280;margin:5px 0 0;font-size:14px}.dashboard-section{margin-bottom:32px}.dashboard-section-header{margin-bottom:16px}.dashboard-section-header h3{color:#111827;margin:0;font-size:17px;font-weight:600}.dashboard-section-header p{color:#6b7280;margin:4px 0 0;font-size:13px}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.dashboard-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:flex-start;gap:14px;padding:20px;display:flex}.dashboard-stat-icon{color:#2563eb;background:#eff6ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.dashboard-stat-content{min-width:0}.dashboard-stat-content span{color:#6b7280;font-size:13px;display:block}.dashboard-stat-content strong{color:#111827;margin-top:4px;font-size:24px;font-weight:700;display:block}.dashboard-stat-content small{color:#9ca3af;margin-top:2px;font-size:11px;display:block}.dashboard-module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-module-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:20px;transition:border-color .15s,box-shadow .15s,transform .15s;display:block}.dashboard-module-card:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.dashboard-module-top{justify-content:space-between;align-items:center;display:flex}.dashboard-module-icon{color:#374151;background:#f3f4f6;border-radius:9px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-module-arrow{color:#9ca3af;transition:color .15s,transform .15s}.dashboard-module-card:hover .dashboard-module-arrow{color:#2563eb;transform:translate(2px)}.dashboard-module-card h4{color:#111827;margin:16px 0 0;font-size:15px;font-weight:600}.dashboard-module-card p{color:#6b7280;margin:6px 0 0;font-size:13px;line-height:1.5}@media (width<=1000px){.dashboard-stat-grid,.dashboard-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.dashboard-stat-grid,.dashboard-module-grid{grid-template-columns:1fr}.dashboard-welcome h2{font-size:21px}}
