*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f172a;color:#e2e8f0}.admin-layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#1e293b;border-right:1px solid #334155;position:fixed;height:100vh;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid #334155}.sidebar-header h1{color:#3b82f6;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.sidebar-header p{color:#94a3b8;font-size:.875rem;margin-top:.25rem}.sidebar-nav{padding:1rem 0}.nav-item{padding:.75rem 1.5rem;color:#cbd5e1;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.75rem;border-left:3px solid transparent;text-decoration:none}.nav-item:hover{background:#334155;color:#fff}.nav-item.active{background:#1e40af;color:#fff;border-left-color:#3b82f6}.nav-item i{width:20px;text-align:center}.main-content{margin-left:260px;flex:1;padding:2rem}.page-header{margin-bottom:2rem}.page-header h2{font-size:2rem;margin-bottom:.5rem}.page-header p{color:#94a3b8}.card{background:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.card h3{margin-bottom:1rem;color:#3b82f6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #334155;border-radius:.5rem;padding:1.5rem}.stat-card .icon{width:48px;height:48px;background:#3b82f6;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.stat-card .value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-card .label{color:#94a3b8;font-size:.875rem}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;color:#cbd5e1;font-weight:500}input[type=text],input[type=email],input[type=number],textarea,select{width:100%;padding:.75rem;background:#0f172a;border:1px solid #334155;border-radius:.375rem;color:#e2e8f0;font-size:1rem}input[type=file]{padding:.5rem;background:#0f172a;border:1px solid #334155;border-radius:.375rem;color:#e2e8f0;width:100%}textarea{min-height:100px;resize:vertical}button{background:#3b82f6;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}button:hover{background:#2563eb}button:disabled{background:#475569;cursor:not-allowed}.alert{padding:1rem;border-radius:.375rem;margin-bottom:1rem}.alert.success{background:#10b981;color:#fff}.alert.error{background:#ef4444;color:#fff}.plugin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.plugin-card{background:#0f172a;border:1px solid #334155;border-radius:.5rem;padding:1.5rem;transition:border-color .2s}.plugin-card:hover{border-color:#3b82f6}.plugin-card h4{color:#3b82f6;margin-bottom:.5rem}.plugin-card p{color:#94a3b8;font-size:.875rem;margin-bottom:1rem}.plugin-meta{display:flex;gap:1rem;color:#64748b;font-size:.875rem}.plugin-meta span{display:flex;align-items:center;gap:.25rem}
