:root{--primary:#2563eb;--soft:#f7f9fc;--text:#0f172a;--muted:#64748b;--line:#e7edf5}body.bg-soft{background:linear-gradient(180deg,#f7f9fc 0%,#f1f5fb 100%)}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{background:#fff;border-left:1px solid var(--line);position:sticky;top:0;height:100vh}.admin-topbar{padding:1rem 1.25rem;border-bottom:1px solid var(--line);background:#fff}.side-link{display:block;padding:.9rem 1rem;border-radius:1rem;color:var(--text);text-decoration:none;font-weight:600}.side-link:hover{background:#f6f8fc}.side-link.danger{color:#b42318}.stat-box{padding:1.5rem;border-radius:1.5rem;background:#fff;box-shadow:0 14px 30px rgba(17,24,39,.06);height:100%}.stat-label{color:var(--muted);margin-bottom:.5rem}.stat-number{font-weight:900;font-size:2rem}.db-block{margin-bottom:1.5rem}.block-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px rgba(17,24,39,.05);margin-bottom:.75rem}.block-chip small{padding:.2rem .5rem;border-radius:999px;background:#f8fafc;color:var(--muted)}.theme-surface,.theme-hero{background:#fff;border-radius:28px;box-shadow:0 16px 40px rgba(17,24,39,.08);padding:2rem}.theme-hero{background:linear-gradient(135deg,#fff 0%,#edf4ff 100%)}.db-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;margin:0 0 .9rem}.db-text{color:var(--muted);line-height:1.9;margin:0 0 1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.mini-card{padding:1rem;border-radius:1.2rem;background:#f8fafc;border:1px solid var(--line)}.mini-card p{margin:.5rem 0 0;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.eyebrow{display:inline-flex;padding:.5rem .85rem;border-radius:999px;background:#e8f0ff;color:#295df6;font-weight:700;font-size:.875rem;margin-bottom:1rem}.hero-title{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1.1}.hero-description{font-size:1.05rem;color:var(--muted);max-width:64rem}.btn-primary{background:var(--primary);border-color:var(--primary)}.code-area{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92rem}.rounded-4{border-radius:1.2rem!important}@media (max-width:991px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto;border-left:0;border-bottom:1px solid var(--line)}}