*{box-sizing:border-box}body,html{margin:0;padding:0;background:#0e0f12;color:#e7e9ee;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:#8ab4ff;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}input[type=password],input[type=text],textarea{width:100%;background:#16181d;border:1px solid #2a2d34;border-radius:6px;padding:8px 10px;color:#e7e9ee}textarea{min-height:90px;resize:vertical;font-family:ui-monospace,Menlo,Consolas,monospace}.btn,button{background:#2c5cff;color:#fff;border:0;border-radius:6px;padding:8px 14px;cursor:pointer}.btn.secondary,button.secondary{background:#2a2d34;color:#e7e9ee}.btn.danger,button.danger{background:#6b2020;color:#ffd4d4}button:disabled{opacity:.6;cursor:not-allowed}.row{align-items:center}.col,.row{display:flex;gap:12px}.col,.field{flex-direction:column}.field{display:flex;gap:6px;margin-bottom:14px}.field label{font-size:13px;color:#aab1bd}.muted{color:#8a93a3}.error,.muted{font-size:13px}.error{color:#ff8a8a}.container{max-width:960px;margin:0 auto;padding:24px 20px 60px}.topbar{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #2a2d34;background:#14161a}.topbar h1{margin:0;font-size:18px}.card{background:#14161a;border:1px solid #2a2d34;border-radius:8px;padding:16px}.list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.list .card img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:6px;background:#0a0b0e}.list .card h3{margin:10px 0 4px;font-size:16px}.thumb{width:96px;height:128px;object-fit:cover;border-radius:6px;background:#0a0b0e}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:10px;gap:10px}.gallery .item{background:#0a0b0e;border:1px solid #2a2d34;border-radius:6px;padding:6px;display:flex;flex-direction:column;gap:6px}.gallery .item img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:4px}.gallery .item label{font-size:12px;color:#aab1bd;display:flex;gap:6px;align-items:center}