@tailwind base;@tailwind components;@tailwind utilities;.admin-panel{background:#f8fafc;min-height:100vh}.admin-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1rem 2rem}.admin-header h1{color:#1e293b;font-size:1.5rem;font-weight:600}.admin-nav{display:flex;gap:1rem}.admin-nav button{background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;color:#64748b;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.admin-nav button:hover{background:#f1f5f9;color:#1e293b}.admin-nav button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.admin-main{padding:2rem}.dashboard h2,.settings h2,.users h2{color:#1e293b;font-size:1.875rem;font-weight:600;margin-bottom:1.5rem}.stats-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:1.5rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1.5rem}.stat-card h3{color:#64748b;font-size:.875rem;font-weight:500;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.stat-number{color:#1e293b;font-size:2rem;font-weight:700;margin:0}.settings,.users{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:2rem}
