*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#0f1117;color:#e2e8f0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card{background:#1a1d27;padding:2rem;border-radius:12px;width:400px;max-width:90vw}.login-card h1{margin-bottom:1.5rem}.login-card input{width:100%;padding:.75rem;margin-bottom:.75rem;border:1px solid #334155;border-radius:8px;background:#0f1117;color:#e2e8f0}.login-card button{width:100%;padding:.75rem;background:#8b5cf6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600}.link-btn{background:none;border:none;color:#8b5cf6;cursor:pointer;margin-top:1rem;width:100%}.error{color:#ef4444;font-size:.875rem;margin-bottom:.5rem}.admin-layout{display:flex;min-height:100vh}.sidebar{width:220px;background:#1a1d27;padding:1.5rem;display:flex;flex-direction:column;border-right:1px solid #334155}.sidebar h1{font-size:1.25rem;margin-bottom:2rem;color:#8b5cf6}.sidebar nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.sidebar nav button{text-align:left;padding:.75rem 1rem;border:none;background:transparent;color:#94a3b8;border-radius:8px;cursor:pointer}.sidebar nav button.active{background:#8b5cf620;color:#8b5cf6}.logout{padding:.5rem;background:none;border:1px solid #334155;color:#94a3b8;border-radius:8px;cursor:pointer}.content{flex:1;padding:2rem;overflow-y:auto}.content h2{margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#1a1d27;padding:1.5rem;border-radius:12px;text-align:center}.stat-value{display:block;font-size:2rem;font-weight:700;color:#8b5cf6}.stat-label{font-size:.875rem;color:#94a3b8}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{padding:.75rem;text-align:left;border-bottom:1px solid #334155;font-size:.875rem}th{color:#94a3b8;font-weight:500}.badge{padding:.2rem .6rem;border-radius:999px;font-size:.75rem;background:#334155}.badge-manual_review{background:#f59e0b30;color:#f59e0b}.badge-completed{background:#22c55e30;color:#22c55e}.badge-awaiting_deposit{background:#3b82f630;color:#3b82f6}.data-table button,.danger-btn,.ai-generate button,.search-row button{padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem}.danger-btn{background:#ef4444;margin-bottom:1rem}.split-view{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.detail-panel{background:#1a1d27;padding:1rem;border-radius:12px;overflow:auto;max-height:600px}.detail-panel pre{font-size:.75rem;white-space:pre-wrap}.designs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.design-card{background:#1a1d27;padding:1rem;border-radius:12px}.ai-generate textarea{width:100%;padding:.75rem;background:#1a1d27;border:1px solid #334155;border-radius:8px;color:#e2e8f0;margin:.5rem 0}.search-row{display:flex;gap:.5rem;margin-bottom:1rem}.search-row input{flex:1;padding:.75rem;background:#1a1d27;border:1px solid #334155;border-radius:8px;color:#e2e8f0}select{padding:.5rem;background:#1a1d27;border:1px solid #334155;border-radius:8px;color:#e2e8f0;margin-bottom:1rem}.info-msg{padding:.75rem 1rem;background:#22c55e20;color:#22c55e;border-radius:8px;margin-bottom:1rem;animation:fadeIn .3s}.muted{color:#64748b;font-size:.875rem}.content h3{margin:1.5rem 0 .5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.admin-layout{flex-direction:column}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap}.split-view{grid-template-columns:1fr}}
