.bl-page { width: min(1240px, calc(100% - 48px)); margin: 0 auto 48px; }
.bl-page-head, .bl-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bl-page-head { margin-bottom: 18px; }
.bl-page-head h2 { margin: 0 0 8px; font-size: 24px; }
.bl-page-head p, .bl-panel-head span { margin: 0; color: var(--muted); font-size: 12px; }
.bl-count { border: 1px solid rgba(249,115,22,.3); border-radius: 999px; padding: 7px 12px; background: rgba(249,115,22,.09); color: #fb923c; font-size: 12px; font-weight: 700; }
.bl-panel { border: 1px solid var(--line); border-radius: 18px; padding: 18px; background: var(--panel); box-shadow: 0 20px 48px rgba(0,0,0,.14); }
.bl-panel-head { margin-bottom: 16px; }
.bl-panel-head div { display: grid; gap: 5px; }
.bl-panel-head strong { color: #f8fafc; font-size: 15px; }
.bl-primary { border: 0; border-radius: 10px; padding: 10px 17px; background: linear-gradient(90deg,#f97316,#ea580c); color: #fff; font-weight: 750; cursor: pointer; }
.bl-profile-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.bl-profile-grid label, .bl-upload-panel > label { display: grid; gap: 7px; color: #cbd5e1; font-size: 12px; }
.bl-profile-grid .wide { grid-column: 1 / -1; }
.bl-profile-grid input, .bl-profile-grid textarea, .bl-upload-panel select { box-sizing: border-box; width: 100%; border: 1px solid rgba(148,163,184,.2); border-radius: 10px; padding: 10px 11px; background: rgba(15,23,42,.72); color: #f8fafc; font: inherit; resize: vertical; }
.bl-upload-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 18px; align-items: stretch; }
.bl-upload-panel { display: flex; min-height: 255px; flex-direction: column; }
.bl-drop-zone { display: grid; flex: 1; min-height: 118px; place-content: center; gap: 7px; margin-top: 12px; border: 1px dashed rgba(249,115,22,.45); border-radius: 14px; background: rgba(249,115,22,.055); color: #e2e8f0; text-align: center; cursor: pointer; transition: .18s ease; }
.bl-drop-zone span { color: var(--muted); font-size: 12px; }
.bl-drop-zone:hover, .bl-drop-zone:focus, .bl-drop-zone.dragging { border-color: #fb923c; background: rgba(249,115,22,.12); outline: none; }
.bl-assets-panel { margin-top: 18px; }
.bl-empty { display: grid; min-height: 150px; place-content: center; gap: 7px; color: #cbd5e1; text-align: center; }
.bl-empty span { color: var(--muted); font-size: 12px; }
.bl-asset-section + .bl-asset-section { margin-top: 20px; }
.bl-asset-section h3 { margin: 0 0 12px; color: #e2e8f0; font-size: 13px; }
.bl-assets-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.bl-asset-card { position: relative; overflow: hidden; border: 1px solid rgba(148,163,184,.18); border-radius: 13px; background: rgba(15,23,42,.7); }
.bl-asset-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: #0f172a; }
.bl-asset-meta { display: grid; gap: 3px; padding: 9px 10px; }
.bl-asset-meta strong { overflow: hidden; color: #f8fafc; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.bl-asset-meta span { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.bl-asset-delete { position: absolute; top: 7px; right: 7px; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: rgba(15,23,42,.82); color: #fff; cursor: pointer; }
.bl-message { margin-top: 14px; border: 1px solid rgba(34,197,94,.3); border-radius: 10px; padding: 10px 12px; background: rgba(34,197,94,.08); color: #86efac; font-size: 12px; }
.bl-message.error { border-color: rgba(239,68,68,.35); background: rgba(239,68,68,.08); color: #fca5a5; }
@media (max-width: 980px) { .bl-upload-row { grid-template-columns: 1fr; } .bl-assets-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 680px) { .bl-page { width: min(100% - 24px,1240px); } .bl-page-head, .bl-panel-head { align-items: flex-start; flex-direction: column; } .bl-profile-grid { grid-template-columns: 1fr; } .bl-profile-grid .wide { grid-column: auto; } .bl-assets-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
