body { background:#f6f8fb; color:#1f2937; }
.hero-gradient { background:linear-gradient(135deg,#0d6efd 0%,#6610f2 100%); }
.hero-card { border-radius:24px; overflow:hidden; box-shadow:0 20px 60px rgba(0,0,0,.12); }
.soft-card { border:0; border-radius:20px; box-shadow:0 15px 40px rgba(12, 31, 61, .08); }
.rounded-4xl { border-radius:28px; }
.icon-badge { width:54px; height:54px; border-radius:18px; display:flex; align-items:center; justify-content:center; background:rgba(13,110,253,.08); color:#0d6efd; font-size:24px; }
.template-card.locked { opacity:.75; }
.resume-preview { background:#fff; border-radius:24px; padding:18px; box-shadow:0 20px 50px rgba(0,0,0,.08); }
.admin-sidebar a { text-decoration:none; display:block; padding:10px 14px; border-radius:12px; color:#1f2937; }
.admin-sidebar a:hover, .admin-sidebar a.active { background:#e9f2ff; color:#0d6efd; }
.metric-card { border-radius:18px; padding:20px; background:#fff; box-shadow:0 12px 35px rgba(0,0,0,.06); }

.builder-form .form-control,
.builder-form .form-select { border-radius:14px; padding:0.85rem 1rem; }
.builder-sidebar-card { max-height:calc(100vh - 120px); overflow:auto; }
.builder-template-scroller { max-height:540px; overflow:auto; padding-right:4px; }
.template-picker-card { cursor:pointer; display:block; }
.template-picker-card > div { transition:all .18s ease; background:#fff; }
.template-picker-card:hover > div { transform:translateY(-1px); box-shadow:0 10px 24px rgba(0,0,0,.08); }
.template-picker-card.is-selected > div { border-color:#0d6efd !important; box-shadow:0 0 0 3px rgba(13,110,253,.12); }
.template-picker-card.locked { cursor:default; }
.template-picker-card.locked > div { background:#f8f9fa; }
.builder-template-preview { background:#f8fafc; }
.builder-tips { background:linear-gradient(180deg,#f8fbff 0%,#eff6ff 100%); border:1px solid rgba(13,110,253,.09); }
.builder-upload-card { background:#fff; transition:all .18s ease; }
.builder-upload-card:hover { border-color:#0d6efd !important; transform:translateY(-1px); box-shadow:0 10px 22px rgba(13,110,253,.08); }
[data-cover-letter-field].is-highlighted textarea { border-color:#0d6efd; box-shadow:0 0 0 3px rgba(13,110,253,.10); background:#fbfdff; }
@media print {
  nav, footer, .btn, .alert { display:none !important; }
  body { background:#fff; }
  .resume-preview { box-shadow:none; padding:0; border-radius:0; }
}

.builder-live-preview { background:#eef3f9; border:1px solid rgba(15, 23, 42, .08); border-radius:20px; padding:14px; min-height:520px; max-height:700px; overflow:auto; }
.builder-live-preview > * { transform-origin:top center; }
.builder-preview-empty { background:#fff; border:1px dashed rgba(15, 23, 42, .16); border-radius:18px; padding:40px 24px; color:#6b7280; text-align:center; }
@media (max-width: 1399px) {
  .builder-live-preview { min-height:420px; max-height:520px; }
}

.builder-draft-banner { border:1px solid rgba(13,110,253,.12); background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%); }
.builder-draft-banner .btn-outline-danger { border-radius:12px; }
.table .resume-preview { max-height:420px; overflow:auto; }
