:root {
  --blue: #2563ff;
  --blue-2: #eef4ff;
  --ink: #101936;
  --muted: #687593;
  --bg: #f5f8ff;
  --line: #e8edf8;
  --gold: #ff9f18;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: radial-gradient(circle at 8% 0%, #eef6ff 0, transparent 280px), var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }
.app-shell { max-width: 430px; min-height: 100vh; margin: 0 auto; padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
.page { padding: 18px 16px 0; }
.status { height: 26px; display: flex; align-items: center; justify-content: space-between; font-size: 20px; font-weight: 800; }
.capsule { width: 92px; height: 36px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); display: flex; align-items: center; justify-content: space-around; }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 64px; }
.brand { display: flex; gap: 10px; align-items: center; }
.logo { width: 38px; height: 38px; border-radius: 12px; background: linear-gradient(145deg, #2d72ff, #1650e8); color: #fff; display: grid; place-items: center; font-weight: 900; }
.brand h1, .center-title h1 { margin: 0; font-size: 22px; letter-spacing: 0; }
.brand p, .center-title p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.center-title { text-align: center; flex: 1; }
.back { width: 36px; height: 36px; border-radius: 12px; background: transparent; color: var(--ink); font-size: 28px; }
.search { height: 44px; display: flex; align-items: center; background: #fff; border: 1px solid #dfe6f4; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(33,74,160,.05); }
.search span { padding-left: 14px; color: var(--muted); }
.search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; padding: 0 10px; color: var(--ink); }
.search button, .primary-btn { background: linear-gradient(135deg, #2f73ff, #2254ed); color: #fff; border-radius: 11px; font-weight: 700; }
.search button { align-self: stretch; width: 70px; border-radius: 12px; }
.hero { margin-top: 14px; min-height: 130px; padding: 24px 20px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #514be8, #075df8); position: relative; overflow: hidden; }
.hero h2 { margin: 0; font-size: 23px; }
.hero h2 b { color: #ffe36f; }
.hero p { margin: 10px 0 18px; font-size: 14px; opacity: .9; }
.gold-btn { min-width: 94px; height: 36px; padding: 0 16px; border-radius: 10px; color: #713900; font-weight: 800; background: linear-gradient(135deg, #ffe08b, #ffb23f); }
.crown-art { position: absolute; right: 18px; bottom: 14px; width: 118px; height: 84px; opacity: .9; }
.crown-art:before { content: "W"; position: absolute; inset: 14px 18px; display: grid; place-items: center; color: #a96b00; font-size: 48px; font-weight: 900; background: linear-gradient(135deg, #ffe7a8, #ffbb49); clip-path: polygon(8% 78%, 20% 28%, 40% 62%, 50% 12%, 62% 62%, 82% 28%, 94% 78%); }
.card { margin-top: 12px; background: rgba(255,255,255,.9); border: 1px solid #edf1fa; border-radius: 14px; box-shadow: 0 12px 28px rgba(43,84,150,.06); }
.category-grid { padding: 18px 8px; display: grid; grid-template-columns: repeat(4,1fr); row-gap: 18px; }
.cat { text-align: center; color: var(--ink); text-decoration: none; background: transparent; }
.cat-icon, .file-icon { margin: 0 auto 8px; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 16px; }
.tone-orange { background: linear-gradient(135deg,#ff6d33,#ff9b17); }
.tone-blue { background: linear-gradient(135deg,#5897ff,#1459f1); }
.tone-green { background: linear-gradient(135deg,#37c978,#119b55); }
.tone-cyan { background: linear-gradient(135deg,#32a9ff,#2563ff); }
.tone-purple { background: linear-gradient(135deg,#9a5cff,#6537dc); }
.tone-amber { background: linear-gradient(135deg,#ffb23f,#ff8818); }
.cat strong { display: block; font-size: 14px; }
.cat small { color: var(--muted); font-size: 12px; }
.vip-strip { display: flex; align-items: center; justify-content: space-between; padding: 16px; border-color: #ffe0b8; background: linear-gradient(90deg,#fff8ef,#fff); }
.vip-strip .mark { font-size: 42px; margin-right: 10px; }
.vip-strip h3 { margin: 0; font-size: 18px; color: #8d4307; }
.vip-strip p { margin: 4px 0 0; color: #7c6250; font-size: 13px; }
.points-strip { border-color: #c9dafc; background: linear-gradient(90deg,#eff6ff,#fff7ed); cursor: pointer; }
.points-strip h3 { color: #1746a2; }
.points-mark { width: 44px; height: 44px; margin-right: 10px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#2f73ff,#ff9b17); display: grid; place-items: center; font-size: 20px !important; font-weight: 900; }
.section-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 16px 4px; }
.section-head h2 { margin: 0; font-size: 20px; }
.link, .link-btn { color: var(--muted); text-decoration: none; background: transparent; padding: 0; }
.file-row { width: 100%; display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 12px 16px; border-top: 1px solid var(--line); text-decoration: none; color: var(--ink); background: transparent; text-align: left; }
.file-row:first-of-type { border-top: 0; }
.file-row h3 { margin: 1px 0 6px; font-size: 15px; white-space: normal; overflow-wrap: anywhere; word-break: break-word; line-height: 1.35; }
.tag { display: inline-flex; align-items: center; min-height: 22px; padding: 0 8px; border-radius: 6px; background: var(--blue-2); color: var(--blue); font-size: 12px; font-weight: 700; }
.meta { color: var(--muted); display: flex; gap: 10px; font-size: 12px; flex-wrap: wrap; }
.tabs { position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; background: rgba(255,255,255,.94); border-top: 1px solid var(--line); padding: 8px max(12px,calc((100vw - 430px)/2 + 12px)) calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); justify-items: center; backdrop-filter: blur(12px); }
.tab { width: 100%; text-align: center; text-decoration: none; color: #56617d; font-size: 13px; font-weight: 600; }
.tab i { display: block; font-style: normal; font-size: 24px; line-height: 28px; }
.tab.active { color: var(--blue); }
.filters { margin-top: 14px; display: grid; gap: 10px; }
.filter-line { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; padding-bottom: 2px; }
.filter-line b { flex: 0 0 100%; font-size: 13px; }
.pill { flex: 0 0 auto; padding: 7px 11px; border-radius: 8px; background: rgba(255,255,255,.7); color: #2c3651; font-size: 13px; }
.pill.active { background: var(--blue-2); color: var(--blue); font-weight: 800; }
.sort { display: flex; align-items: center; justify-content: space-between; margin: 18px 0 12px; color: #4d5874; font-size: 14px; }
.sort .active { color: var(--blue); font-weight: 800; }
.sort-btn { margin-right: 14px; color: #4d5874; background: transparent; padding: 0; }
.catalog-layout { display: block; }
.side { font-size: 12px; }
.side h3 { font-size: 14px; margin: 8px 0; }
.side button { width: 100%; text-align: left; padding: 8px 7px; border-radius: 7px; color: #45506a; background: transparent; }
.side button.active { background: var(--blue-2); color: var(--blue); font-weight: 800; }
.reset-btn { margin-top: 12px; border: 1px solid #b8c9ff; color: var(--blue) !important; text-align: center !important; background: #fff !important; }
.grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.category-files { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.file-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--ink); box-shadow: 0 8px 20px rgba(43,84,150,.05); text-align: left; }
.list-view { display: grid; gap: 8px; }
.list-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.blueprint { height: 104px; max-height: 104px; background: #fff; display: grid; place-items: center; border-bottom: 1px solid var(--line); overflow: hidden; }
.category-files .blueprint { height: 78px; max-height: 78px; }
.blueprint svg { width: 92%; height: 78px; }
.preview-image-wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preview-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  position: static;
  flex: 0 0 auto;
}
.blueprint .preview-image-wrap,
.thumb .preview-image-wrap,
.preview .preview-image-wrap { border-radius: inherit; }
.blueprint .preview-img { object-fit: cover; }
.file-card .body { padding: 10px; }
.file-card h3 { margin: 0 0 8px; font-size: 13px; line-height: 1.35; min-height: 36px; overflow-wrap: anywhere; word-break: break-word; }
.category-files .file-card .body { padding: 8px; }
.category-files .file-card h3 { min-height: 34px; font-size: 12px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; overflow-wrap: anywhere; word-break: break-word; }
.category-files .meta { gap: 4px; font-size: 10px; }
.category-files .tag { min-height: 20px; padding: 0 6px; font-size: 10px; }
.category-files .download-dot { width: 26px; height: 26px; }
.download-dot { float: right; width: 30px; height: 30px; border-radius: 50%; color: var(--blue); background: var(--blue-2); display: grid; place-items: center; }
.pager { display: flex; justify-content: center; gap: 8px; padding: 24px 0; }
.pager span { min-width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; border: 1px solid var(--line); background: #fff; }
.pager .active { background: var(--blue); color: #fff; }
.preview { margin-top: 14px; height: 224px; max-height: 224px; overflow: hidden; background: #fff; border-radius: 14px 14px 0 0; display: grid; place-items: center; position: relative; border: 1px solid var(--line); }
.preview svg { width: 92%; height: 170px; }
.preview-nav { position: absolute; top: 50%; width: 34px; height: 44px; transform: translateY(-50%); border-radius: 999px; color: var(--blue); background: rgba(238,244,255,.92); font-size: 28px; }
.preview-nav.left { left: 10px; }
.preview-nav.right { right: 10px; }
.count-badge { position: absolute; right: 14px; bottom: 12px; padding: 4px 9px; border-radius: 999px; background: #eef1f7; font-weight: 800; }
.title-card { margin-top: 0; border-radius: 0 0 14px 14px; padding: 16px; }
.title-line { display: flex; justify-content: space-between; gap: 12px; min-width: 0; }
.title-line > div { min-width: 0; flex: 1; }
.title-line h2 { margin: 0; font-size: 21px; overflow-wrap: anywhere; word-break: break-word; line-height: 1.3; }
.icon-btn { width: 44px; background: transparent; color: #64708c; }
.icon-btn.active { color: #f59e0b; }
.info-list { padding: 16px; display: grid; grid-template-columns: 88px 1fr; gap: 14px; font-size: 15px; }
.info-list dt { color: var(--muted); }
.info-list dd { margin: 0; min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.thumbs { display: flex; gap: 10px; padding: 0 16px 16px; overflow-x: auto; }
.thumb { flex: 0 0 92px; height: 70px; border-radius: 8px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; overflow: hidden; }
.thumb.active { border: 2px solid var(--blue); }
.bottom-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 12; padding: 10px max(16px,calc((100vw - 430px)/2 + 16px)) calc(10px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; background: rgba(255,255,255,.95); border-top: 1px solid var(--line); }
.ghost-btn { min-height: 54px; border-radius: 10px; color: var(--blue); background: var(--blue-2); font-weight: 800; }
.orange-btn { min-height: 54px; border-radius: 10px; color: #fff; background: linear-gradient(135deg,#ffad21,#ff850d); font-weight: 800; }
.profile-head { display: grid; grid-template-columns: 88px 1fr auto; gap: 14px; align-items: center; padding-top: 24px; }
.avatar { width: 82px; height: 82px; border-radius: 50%; background: linear-gradient(#f8fbff,#dce7ff); border: 3px solid #fff; display: grid; place-items: center; font-size: 38px; }
.vip-badge { display: inline-flex; align-items: center; padding: 4px 8px; border-radius: 8px; background: #ffd687; color: #7a3d00; font-size: 12px; font-weight: 800; }
.dark-vip { margin-top: 22px; padding: 18px; color: #ffd889; background: linear-gradient(135deg,#09122c,#202b4c); display: flex; align-items: center; justify-content: space-between; }
.stats { padding: 16px 0; display: grid; grid-template-columns: repeat(4,1fr); text-align: center; }
.stats button { background: transparent; color: var(--ink); }
.stats b { display: block; font-size: 23px; margin: 8px 0; color: #080c18; }
.service-grid { padding: 14px 8px 18px; display: grid; grid-template-columns: repeat(4,1fr); row-gap: 24px; text-align: center; }
.service-grid a, .service-grid button { color: var(--ink); text-decoration: none; font-size: 13px; background: transparent; }
.service-grid i { display: block; font-style: normal; font-size: 28px; margin-bottom: 8px; }
.profile-tools { display: grid; gap: 6px; }
.profile-tools button { background: transparent; font-size: 25px; }
.recent { display: flex; gap: 10px; overflow-x: auto; padding: 0 16px 16px; }
.recent-card { flex: 0 0 118px; border: 1px solid var(--line); border-radius: 8px; padding: 8px; text-decoration: none; color: var(--ink); background: #fff; text-align: left; }
.recent-card h4 { margin: 6px 0; font-size: 12px; white-space: normal; overflow-wrap: anywhere; word-break: break-word; line-height: 1.35; }
.faq { padding: 2px 16px 16px; }
.faq details { padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); }
.faq summary { color: var(--ink); font-weight: 700; }
.plan-grid { display: grid; gap: 12px; }
.plan { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: flex; justify-content: space-between; align-items: center; text-align: left; }
.plan.hot { border-color: #ffbc67; background: #fff8ed; }
.plan.selected { outline: 3px solid rgba(37,99,255,.16); border-color: var(--blue); }
.plan h3 { margin: 0 0 4px; }
.price { color: #ff7d00; font-size: 24px; font-weight: 900; }
.fixed-pay { position: fixed; left: max(16px,calc((100vw - 430px)/2 + 16px)); right: max(16px,calc((100vw - 430px)/2 + 16px)); bottom: calc(14px + env(safe-area-inset-bottom)); z-index: 13; height: 52px; }
.toast { position: fixed; left: 50%; bottom: calc(92px + env(safe-area-inset-bottom)); z-index: 30; max-width: min(360px, calc(100vw - 40px)); transform: translateX(-50%); padding: 10px 14px; border-radius: 999px; color: #fff; background: rgba(15,23,42,.88); font-size: 13px; box-shadow: 0 12px 30px rgba(15,23,42,.18); }
.empty { min-height: 160px; display: grid; place-items: center; align-content: center; gap: 8px; color: var(--muted); background: rgba(255,255,255,.72); border: 1px dashed #cfd8ea; border-radius: 12px; }
.empty b { color: var(--ink); }
.panel { padding: 18px; }
.panel h2 { margin: 0 0 8px; }
.panel p { color: var(--muted); line-height: 1.65; }
.panel-btn { min-height: 42px; padding: 0 18px; }
.compact { padding: 0 0 10px; }
.form-panel label, .admin-field { display: grid; gap: 8px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.form-panel input, .form-panel select, .form-panel textarea, .admin-field input { width: 100%; border: 1px solid var(--line); border-radius: 10px; outline: 0; padding: 0 12px; color: var(--ink); background: #fff; }
.form-panel input, .form-panel select, .admin-field input { height: 42px; }
.form-panel textarea { min-height: 112px; padding: 12px; resize: vertical; line-height: 1.5; }
.business-form { padding: 18px; }
.business-form .primary-btn { width: 100%; margin-top: 18px; }
.form-hint { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.upload-box { width: 100%; min-height: 116px; margin: 14px 0; display: grid; place-items: center; align-content: center; gap: 6px; border: 1px dashed #a9c0ff; border-radius: 12px; color: var(--blue); background: #f8fbff; text-align: center; cursor: pointer; }
.upload-box b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-2); font-size: 28px; }
.upload-box small { color: var(--muted); }
.selected-upload { margin-top: 14px; padding: 12px; border: 1px solid #b8c9ff; border-radius: 10px; background: #f8fbff; }
.selected-upload b, .selected-upload span { display: block; overflow-wrap: anywhere; word-break: break-word; }
.selected-upload span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.mini-table { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 12px; }
.mini-table div { padding: 12px 8px; border-radius: 10px; background: #f8fbff; text-align: center; }
.mini-table b, .mini-table span { display: block; }
.mini-table span { margin-top: 6px; color: var(--blue); font-weight: 900; }
.wallet-card { padding: 18px; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(135deg,#0f1937,#263253); color: #fff; }
.wallet-card span, .wallet-card small { display: block; color: #c7d2fe; }
.wallet-card b { display: block; margin: 8px 0; font-size: 38px; }
.ledger-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border-top: 1px solid var(--line); }
.ledger-row b, .ledger-row span { display: block; }
.ledger-row span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.ledger-row strong.plus { color: #16a34a; }
.ledger-row strong.minus { color: #ef4444; }
.service-card { padding: 18px; text-align: center; }
.service-logo { margin: 0 auto 12px; width: 64px; height: 64px; }
.quick-actions { padding: 14px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.quick-actions button { min-height: 42px; border-radius: 10px; color: var(--blue); background: var(--blue-2); font-weight: 800; }
.points-head { margin-top: 14px; min-height: 116px; padding: 20px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#2254ed,#1fb981); display: flex; align-items: center; justify-content: space-between; }
.points-head span { display: block; color: #dbeafe; font-size: 13px; }
.points-head b { display: block; margin-top: 4px; font-size: 38px; }
.points-head i { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: rgba(255,255,255,.2); font-style: normal; font-size: 26px; font-weight: 900; }
.sign-card { padding: 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.sign-card h2 { margin: 0 0 4px; font-size: 18px; }
.sign-card p { margin: 0; color: var(--muted); font-size: 13px; }
.flat-head { padding: 22px 4px 0; }
.ad-list { padding: 0 14px; }
.ad-row { width: 100%; min-height: 76px; padding: 14px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr 58px; gap: 12px; align-items: center; color: var(--ink); background: transparent; text-align: left; }
.ad-row:first-child { border-top: 0; }
.ad-thumb { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,#32a9ff,#2563ff); font-weight: 900; }
.ad-row b, .ad-row small { display: block; }
.ad-row small { margin-top: 4px; color: var(--muted); }
.ad-row em { height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--blue); background: var(--blue-2); font-style: normal; font-weight: 900; }
.ad-watch-mask { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 22px; background: rgba(15,23,42,.58); }
.ad-watch-box { width: min(340px, 100%); padding: 24px 20px; border-radius: 14px; background: #fff; text-align: center; box-shadow: 0 24px 70px rgba(15,23,42,.28); }
.ad-watch-badge { width: 68px; height: 68px; margin: 0 auto 14px; border-radius: 20px; color: #fff; background: linear-gradient(135deg,#32a9ff,#2563ff); display: grid; place-items: center; font-weight: 900; }
.ad-watch-box h2 { margin: 0 0 8px; }
.ad-watch-box p { margin: 0; color: var(--muted); line-height: 1.6; }
.ad-watch-box b { display: block; margin: 18px auto; width: 58px; height: 58px; border-radius: 50%; color: var(--blue); background: var(--blue-2); font-size: 30px; line-height: 58px; }
.admin-page { min-height: 100vh; display: grid; grid-template-columns: 210px 1fr; color: var(--ink); background: #f3f6fb; }
.admin-side { padding: 22px 14px; background: #101936; color: #fff; }
.admin-brand { margin-bottom: 22px; font-size: 20px; font-weight: 900; }
.admin-side button { width: 100%; height: 42px; margin-bottom: 8px; border-radius: 10px; color: #cbd5e1; background: transparent; text-align: left; padding: 0 12px; }
.admin-side button.active { color: #fff; background: #2563ff; }
.admin-main { padding: 24px; overflow: auto; }
.admin-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.admin-top h1 { margin: 0 0 6px; }
.admin-top p { margin: 0; color: var(--muted); }
.admin-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.admin-card { padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 12px 28px rgba(43,84,150,.06); }
.admin-card h2 { margin: 0 0 12px; }
.admin-upload { min-height: 132px; }
.tree-row, .admin-list { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.tree-row span, .admin-list span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
.admin-list button { min-width: 58px; height: 32px; border-radius: 8px; color: var(--blue); background: var(--blue-2); font-weight: 800; }
.switch-line { display: flex; justify-content: space-between; align-items: center; margin: 16px 0; color: var(--ink); }
@media (max-width: 360px) {
  .category-grid, .service-grid { grid-template-columns: repeat(3,1fr); }
  .catalog-layout { grid-template-columns: 82px 1fr; gap: 8px; }
  .meta { gap: 6px; font-size: 11px; }
}
@media (max-width: 980px) {
  .admin-page { display: block; }
  .admin-side { display: flex; gap: 8px; overflow-x: auto; padding: 14px; }
  .admin-brand { flex: 0 0 auto; margin: 0 8px 0 0; align-self: center; font-size: 16px; }
  .admin-side button { flex: 0 0 auto; width: auto; margin: 0; }
  .admin-main { padding: 16px; }
  .admin-top { align-items: flex-start; gap: 12px; }
  .admin-grid { grid-template-columns: 1fr; }
}
