:root{
    --brand:#0d6efd;
    --brand-dark:#0a58ca;
    --card-radius:1rem;
}
body{font-size:0.95rem;}
.hero-card,.glass-card,.admin-card{border-radius:var(--card-radius);box-shadow:0 10px 25px rgba(0,0,0,.08);border:0;}
.hero-gradient{
    background:linear-gradient(135deg,#0d6efd 0%, #20c997 100%);
    color:#fff;
}
.logo-box{
    width:54px;height:54px;object-fit:contain;border-radius:12px;background:#fff;padding:6px;
}
.public-form-card{max-width:860px;margin:auto;}
.admin-body{background:#eef3f8;}
.sidebar-form-link{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#212529;padding:.75rem 1rem;border-radius:.9rem;}
.sidebar-form-link:hover,.sidebar-form-link.active{background:#e8f1ff;color:#0d6efd;}
.field-item{border:1px dashed #ced4da;border-radius:12px;padding:12px;background:#fff;}
.sort-handle{cursor:move;}
.sticky-top-panel{position:sticky;top:1rem;}
.badge-soft{background:#e9f3ff;color:#0d6efd;}
.table thead th{white-space:nowrap;}
.small-muted{font-size:.85rem;color:#6c757d;}
