:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f7f8}.shell{min-height:100vh;padding:1.25rem;display:flex;justify-content:center;align-items:flex-start}.panel{width:min(640px,100%);padding:1.5rem;border-radius:12px;background:#fff;border:1px solid #e2e6e9;box-shadow:0 1px 3px #0000000a}.panel--centered{width:min(420px,100%);text-align:center}.auth-panel{width:min(400px,100%)}h1{margin:0;font-size:1.35rem;font-weight:700}p{margin:.3rem 0 0}.muted{color:#6b7280;font-size:.88rem}.header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eef0f2}.actions{display:flex;flex-wrap:wrap;gap:.4rem}.section-tabs{display:flex;gap:.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}.tab-btn{background:#eef2ff;color:#1e3a8a}.tab-btn:hover:enabled{background:#dbeafe}.tab-btn--active{background:#2563eb;color:#fff}.tab-btn--active:hover:enabled{background:#1d4ed8}button{border:none;border-radius:8px;padding:.5rem .85rem;font:inherit;font-size:.88rem;font-weight:600;background:#2563eb;color:#fff;cursor:pointer;transition:background .15s}button:hover:enabled{background:#1d4ed8}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#f3f4f6;color:#374151}button.secondary:hover:enabled{background:#e5e7eb}.add-flag-btn{width:100%;padding:.6rem;background:#f9fafb;color:#2563eb;border:1px dashed #cbd5e1;margin-bottom:1rem}.add-flag-btn:hover:enabled{background:#eff6ff;border-color:#93b4f5}.form{display:grid;gap:.75rem}.create-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;margin-bottom:1rem}.create-form-actions{display:flex;gap:.5rem;margin-top:.25rem}.login-form{margin-top:1rem}.login-form button{margin-top:.25rem}label{font-size:.88rem;color:#374151;font-weight:500;display:grid;gap:.25rem}input{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:.5rem .65rem;font:inherit;font-size:.92rem;background:#fff;color:#111827;transition:border-color .15s}input:focus{outline:2px solid rgba(37,99,235,.25);border-color:#2563eb}.checkbox-row{display:flex;flex-direction:row;align-items:center;gap:.4rem;height:auto}.checkbox-row input{width:auto}.error{margin:.25rem 0;padding:.5rem .75rem;background:#fef2f2;color:#b91c1c;font-weight:600;font-size:.88rem;border-radius:8px;border:1px solid #fecaca}.flag-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.flag-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .85rem;border:1px solid #e5e7eb;border-radius:10px;background:#fafbfc;transition:background .15s}.flag-card:hover{background:#f3f4f6}.flag-card--column{align-items:stretch;flex-direction:column}.flag-card-info{display:flex;flex-direction:column;min-width:0}.flag-name{font-weight:700;font-size:.92rem;color:#111827;word-break:break-all}.flag-desc{color:#6b7280;font-size:.82rem;margin-top:.15rem}.flag-card-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.post-image-preview{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.reported-user-header{width:100%;display:flex;gap:.75rem;align-items:flex-start}.reported-user-avatar{width:52px;height:52px;border-radius:999px;object-fit:cover;border:1px solid #d1d5db;flex-shrink:0}.reported-user-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#e5e7eb;color:#374151;font-weight:700;font-size:.82rem}.reported-user-posts{width:100%;border-top:1px solid #e5e7eb;padding-top:.65rem}.reported-user-post-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.reported-user-post-item{display:flex;gap:.6rem;align-items:flex-start;padding:.55rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.reported-user-post-image{width:56px;height:56px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb;flex-shrink:0}.store-header{width:100%;display:flex;align-items:center;gap:.75rem}.store-header .status{margin-left:auto}.store-editor-grid{width:100%;display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.status{display:inline-flex;border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:700;letter-spacing:.02em}.status--on{background:#dcfce7;color:#166534}.status--off{background:#f3f4f6;color:#6b7280}.toggle-btn{font-size:.82rem;padding:.4rem .7rem;border-radius:6px}.toggle-btn--enable{background:#dcfce7;color:#166534}.toggle-btn--enable:hover:enabled{background:#bbf7d0}.toggle-btn--disable{background:#fee2e2;color:#991b1b}.toggle-btn--disable:hover:enabled{background:#fecaca}.loading-text,.empty-text{text-align:center;color:#9ca3af;padding:2rem 0;font-size:.92rem}.pagination{margin-top:.85rem;padding-top:.75rem;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.pagination-actions{display:flex;gap:.5rem}@media(max-width:480px){.shell{padding:0}.panel{border-radius:0;border-left:none;border-right:none;box-shadow:none}.header-row{flex-direction:column;align-items:flex-start}.actions{width:100%}.actions button{flex:1}.section-tabs{flex-direction:column}.pagination,.flag-card{flex-direction:column;align-items:flex-start}.flag-card-controls{width:100%;justify-content:space-between;margin-top:.25rem}.store-editor-grid{grid-template-columns:1fr}}
