:root {
    --primary: #0b57d0;
    --primary-2: #4285f4;
    --primary-soft: #e8f0fe;
    --employer: #7b3ff2;
    --employer-2: #ff7a45;
    --employer-soft: #f2eaff;
    --success: #12a36d;
    --ink: #182230;
    --muted: #687386;
    --surface: #ffffff;
    --surface-2: #f6f8fc;
    --border: #e4e8ef;
    --shadow: 0 12px 36px rgba(25, 38, 58, .08);
    --shadow-thin: 0 3px 14px rgba(20, 35, 60, .08);
    --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--surface-2);
    min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.site-main { min-height: calc(100vh - 220px); padding-top: 84px; }
.container-xxl { max-width: 1400px; }

.material-navbar {
    height: 84px;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(225,230,239,.95);
    box-shadow: 0 1px 0 rgba(20,40,70,.03);
    transition: height .25s ease, transform .28s ease, box-shadow .25s ease;
    z-index: 1040;
}
.material-navbar.is-compact { height: 66px; box-shadow: 0 10px 28px rgba(20,40,70,.08); }
.material-navbar.nav-hidden { transform: translateY(-110%); }
.navbar-brand { color: var(--ink); }
.navbar-brand strong { display: block; font-size: 1.28rem; letter-spacing: -.03em; line-height: 1.05; }
.navbar-brand small { display: block; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.brand-orb {
    width: 46px; height: 46px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
    color: white; background: linear-gradient(135deg, #5fbdf6 0%, #0b57d0 70%); box-shadow: 0 10px 22px rgba(11,87,208,.22);
}
.material-navbar .nav-link { color: #4f5868; font-size: .92rem; padding: .75rem .72rem !important; border-radius: 12px; transition: .2s ease; }
.material-navbar .nav-link:hover { color: var(--primary); background: var(--primary-soft); }
.btn-login-applicant, .btn-login-employer, .btn-user-menu {
    min-height: 44px; padding: .7rem 1rem; border-radius: 12px; font-size: .88rem; border: 0; font-weight: 500;
}
.btn-login-applicant { background: #ffb627; color: #352300; }
.btn-login-applicant:hover { background: #ffad0b; color: #352300; transform: translateY(-1px); }
.btn-login-employer { background: var(--primary); color: #fff; }
.btn-login-employer:hover { background: #0847ac; color: #fff; transform: translateY(-1px); }
.btn-user-menu { background: #eef3fb; color: #26354a; }
.material-menu { border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); padding: .5rem; }
.material-menu .dropdown-item { border-radius: 10px; padding: .7rem .85rem; }

.hero {
    position: relative; overflow: hidden; min-height: 540px; display: flex; align-items: center;
    background:
      radial-gradient(circle at 12% 14%, rgba(114,197,255,.34), transparent 25%),
      radial-gradient(circle at 90% 5%, rgba(139,92,246,.25), transparent 28%),
      linear-gradient(120deg, #071c3f 0%, #0b57d0 52%, #6c3ce4 100%);
    color: white;
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, black, transparent); }
.hero .container-xxl { position: relative; z-index: 2; }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; padding: .52rem .78rem; border-radius: 999px; font-size: .83rem; font-weight: 500; letter-spacing: .02em; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.2); }
.hero h1 { font-size: clamp(2.5rem, 5.2vw, 5.1rem); letter-spacing: -.055em; line-height: .98; margin: 1.2rem 0 1.2rem; }
.hero h1 span { color: #a9dcff; }
.hero p { font-size: 1.14rem; line-height: 1.7; color: rgba(255,255,255,.82); max-width: 650px; }
.hero-search { margin-top: 2rem; padding: .6rem; background: rgba(255,255,255,.98); border-radius: 18px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.hero-search .form-control, .hero-search .form-select { border: 0; min-height: 54px; box-shadow: none; color: #26354a; }
.hero-search .search-field { position: relative; }
.hero-search .search-field i { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #8290a6; }
.hero-search .search-field input { padding-left: 2.8rem; }
.hero-search .btn { min-height: 54px; border-radius: 13px; padding-inline: 1.4rem; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; margin-top: 1.7rem; color: rgba(255,255,255,.84); }
.hero-stats strong { color: #fff; font-size: 1.35rem; display: block; }
.hero-visual { position: relative; min-height: 430px; }
.hero-dashboard {
    position: absolute; inset: 34px 0 0 28px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.55); border-radius: 28px; padding: 24px;
    color: var(--ink); box-shadow: 0 35px 75px rgba(5,20,50,.35); transform: rotate(1.6deg);
}
.hero-dashboard::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); pointer-events: none; }
.dashboard-mini-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.2rem; }
.dashboard-mini-head .dots { display: flex; gap: .36rem; }
.dashboard-mini-head .dots span { width: 8px; height: 8px; border-radius: 999px; background: #d9dfeb; }
.mini-chart { height: 105px; border-radius: 18px; background: linear-gradient(180deg, #e8f0fe 0%, #fff 100%); padding: 18px; display: flex; align-items: end; gap: 9px; }
.mini-chart span { flex: 1; border-radius: 6px 6px 2px 2px; background: linear-gradient(180deg, #63a4ff, #0b57d0); }
.mini-candidate { display: grid; grid-template-columns: 44px 1fr auto; gap: .8rem; align-items: center; padding: .8rem; margin-top: .75rem; border: 1px solid #edf0f5; border-radius: 14px; }
.mini-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: #e8f0fe; }
.mini-candidate small { color: var(--muted); }
.floating-chip { position: absolute; z-index: 3; background: white; color: var(--ink); border-radius: 16px; box-shadow: 0 18px 45px rgba(4,20,45,.24); padding: .85rem 1rem; display: flex; align-items: center; gap: .75rem; }
.floating-chip.one { left: -18px; top: 18px; }
.floating-chip.two { right: -12px; bottom: 40px; }
.floating-chip i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(135deg, #12a36d, #53d6a4); }
.floating-chip.two i { background: linear-gradient(135deg, #7b3ff2, #ff7a45); }

.section { padding: 82px 0; }
.section-sm { padding: 55px 0; }
.section-title { max-width: 760px; margin-bottom: 2rem; }
.section-title .eyebrow { color: var(--primary); border-color: #d9e7ff; background: #eef4ff; }
.section-title h2 { font-size: clamp(2rem, 3.3vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; margin: .9rem 0; }
.section-title p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

.material-card {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-thin); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.material-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d7e4f7; }
.metric-card { padding: 1.35rem; height: 100%; }
.metric-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-soft); color: var(--primary); font-size: 1.1rem; }
.metric-card strong { display: block; font-size: 1.8rem; margin-top: 1rem; letter-spacing: -.04em; }
.metric-card span { color: var(--muted); font-size: .9rem; }

.job-card { padding: 1.3rem; height: 100%; position: relative; overflow: hidden; }
.job-card.featured::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(#0b57d0, #7b3ff2); }
.job-head { display: grid; grid-template-columns: 56px 1fr auto; gap: 1rem; align-items: start; }
.company-logo { width: 56px; height: 56px; border-radius: 16px; object-fit: contain; border: 1px solid #e6eaf1; background: #fff; padding: .45rem; }
.job-card h3 { font-size: 1.05rem; line-height: 1.35; margin: 0 0 .25rem; }
.job-card .company { color: var(--primary); font-size: .88rem; font-weight: 500; }
.job-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: .9rem; color: var(--muted); font-size: .84rem; }
.job-meta i { color: #8b98aa; margin-right: .35rem; }
.job-card p { color: #5e6a7c; line-height: 1.58; font-size: .92rem; margin: 1rem 0; }
.job-tags { display: flex; flex-wrap: wrap; gap: .45rem; }
.job-tag { background: #f1f5fb; color: #506078; border: 1px solid #e4eaf3; border-radius: 999px; padding: .34rem .62rem; font-size: .75rem; }
.job-card-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid #edf0f5; }
.job-card-footer .salary { font-weight: 500; color: #23344c; font-size: .9rem; }
.btn-primary-material, .btn-employer-material, .btn-soft, .btn-success-material {
    border: 0; border-radius: 13px; padding: .72rem 1rem; font-weight: 500; transition: .2s ease;
}
.btn-primary-material { background: var(--primary); color: #fff; box-shadow: 0 8px 18px rgba(11,87,208,.2); }
.btn-primary-material:hover { background: #0847ad; color: #fff; transform: translateY(-1px); }
.btn-employer-material { background: linear-gradient(135deg, var(--employer), #9b51e0); color: white; box-shadow: 0 8px 18px rgba(123,63,242,.22); }
.btn-employer-material:hover { color: white; transform: translateY(-1px); filter: brightness(.96); }
.btn-success-material { background: #0f9d70; color: white; }
.btn-success-material:hover { background: #0b825d; color: white; }
.btn-soft { background: #eef3fb; color: #33445d; }
.btn-soft:hover { background: #e3ebf7; color: #24364e; }

.filter-panel { position: sticky; top: 88px; padding: 1.3rem; }
.filter-panel h5 { font-size: 1rem; margin-bottom: 1.1rem; }
.form-label { color: #47566b; font-size: .82rem; font-weight: 500; margin-bottom: .4rem; }
.form-control, .form-select {
    min-height: 46px; border-radius: 12px; border: 1px solid #dfe4ec; background-color: #fff; color: #27364a; box-shadow: none !important;
}
.form-control:focus, .form-select:focus { border-color: #7daef5; box-shadow: 0 0 0 4px rgba(66,133,244,.11) !important; }
textarea.form-control { min-height: 130px; }
.form-help { color: var(--muted); font-size: .78rem; }

.page-hero { padding: 58px 0 52px; background: linear-gradient(135deg, #0a377a, #0b57d0 55%, #6c3ce4); color: white; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -180px; border-radius: 50%; border: 65px solid rgba(255,255,255,.07); }
.page-hero h1 { font-size: clamp(2.1rem, 4vw, 3.7rem); letter-spacing: -.045em; margin-bottom: .6rem; }
.page-hero p { color: rgba(255,255,255,.8); max-width: 760px; }
.area-employer .page-hero, .employer-hero { background: linear-gradient(135deg, #32136f, #7b3ff2 52%, #ff7a45); }
.area-admin .page-hero { background: linear-gradient(135deg, #111827, #27354b 55%, #0b57d0); }

.profile-card { padding: 1.25rem; text-align: center; height: 100%; }
.profile-card .avatar { width: 96px; height: 96px; object-fit: cover; border-radius: 50%; margin: 0 auto 1rem; border: 4px solid #eef4ff; box-shadow: 0 10px 28px rgba(31,63,105,.12); }
.profile-card h3 { font-size: 1.05rem; margin-bottom: .25rem; }
.profile-card .headline { color: var(--primary); font-size: .88rem; min-height: 42px; }
.profile-card .profile-meta { margin: 1rem 0; display: grid; gap: .5rem; text-align: left; color: var(--muted); font-size: .82rem; }
.profile-card .profile-meta i { width: 20px; color: #8390a3; }
.profile-skills { display: flex; justify-content: center; flex-wrap: wrap; gap: .35rem; min-height: 50px; }

.dashboard-shell { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 24px; align-items: start; }
.dashboard-sidebar { position: sticky; top: 88px; padding: 1rem; }
.dashboard-sidebar .profile-mini { padding: .7rem; display: grid; grid-template-columns: 48px 1fr; gap: .75rem; align-items: center; border-bottom: 1px solid #edf0f5; margin-bottom: .75rem; }
.dashboard-sidebar .profile-mini img { width: 48px; height: 48px; border-radius: 14px; object-fit: cover; background: #e9eef6; }
.dashboard-nav { display: grid; gap: .3rem; }
.dashboard-nav a { display: flex; align-items: center; gap: .75rem; padding: .8rem .85rem; border-radius: 12px; color: #536077; font-size: .9rem; }
.dashboard-nav a:hover, .dashboard-nav a.active { color: var(--primary); background: var(--primary-soft); }
.area-employer .dashboard-nav a:hover, .area-employer .dashboard-nav a.active { color: var(--employer); background: var(--employer-soft); }
.area-admin .dashboard-nav a:hover, .area-admin .dashboard-nav a.active { color: #fff; background: #1e293b; }
.dashboard-content { min-width: 0; }
.dashboard-card { padding: 1.35rem; }
.dashboard-card h2, .dashboard-card h3 { letter-spacing: -.025em; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.stat-card { padding: 1.15rem; }
.stat-card .stat-row { display: flex; justify-content: space-between; align-items: flex-start; }
.stat-card .stat-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: #edf4ff; color: var(--primary); }
.area-employer .stat-card .stat-icon { background: var(--employer-soft); color: var(--employer); }
.stat-card strong { display: block; font-size: 1.85rem; margin-top: .7rem; letter-spacing: -.04em; }
.stat-card small { color: var(--muted); }
.table-material { --bs-table-bg: transparent; margin-bottom: 0; }
.table-material > :not(caption) > * > * { padding: .9rem .7rem; border-bottom-color: #edf0f5; vertical-align: middle; }
.table-material thead th { color: #718096; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 500; }
.table-material tbody td { color: #344258; font-size: .88rem; }

.job-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 24px; align-items: start; }
.job-detail-main, .job-detail-side { padding: 1.55rem; }
.job-detail-side { position: sticky; top: 88px; }
.job-detail-main h1 { font-size: clamp(1.9rem, 3vw, 2.8rem); letter-spacing: -.04em; }
.content-rich { color: #455469; line-height: 1.8; }
.content-rich h2, .content-rich h3 { color: var(--ink); margin-top: 1.7rem; }
.detail-list { display: grid; gap: .75rem; margin: 1rem 0; }
.detail-list div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .75rem; border-bottom: 1px solid #edf0f5; }
.detail-list span { color: var(--muted); font-size: .86rem; }
.detail-list strong { font-size: .88rem; text-align: right; }

.login-shell { min-height: calc(100vh - 84px); display: grid; grid-template-columns: 1.05fr .95fr; }
.login-visual { padding: 4rem; display: flex; flex-direction: column; justify-content: center; color: white; background: linear-gradient(135deg, #06285e, #0b57d0 60%, #6c3ce4); position: relative; overflow: hidden; }
.login-visual.employer { background: linear-gradient(135deg, #351568, #7b3ff2 58%, #ff7a45); }
.login-visual.admin { background: linear-gradient(135deg, #0f172a, #1f2937 58%, #0b57d0); }
.login-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; right: -250px; top: -180px; }
.login-visual > * { position: relative; z-index: 1; }
.login-visual h1 { font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.055em; line-height: 1; max-width: 700px; }
.login-visual p { color: rgba(255,255,255,.8); max-width: 580px; font-size: 1.05rem; line-height: 1.7; }
.login-panel { padding: 3.5rem; display: flex; align-items: center; justify-content: center; background: #fff; }
.login-card { width: min(460px, 100%); }
.login-card h2 { letter-spacing: -.035em; }
.login-card .form-control { min-height: 52px; }

.empty-state { text-align: center; padding: 3.5rem 1rem; color: var(--muted); }
.empty-state i { width: 72px; height: 72px; border-radius: 22px; display: grid; place-items: center; margin: 0 auto 1rem; background: #edf4ff; color: var(--primary); font-size: 1.6rem; }
.material-alert { border: 0; border-radius: 14px; box-shadow: var(--shadow-thin); }

.site-footer { background: #fff; border-top: 1px solid var(--border); }
.footer-brand { display: flex; gap: .8rem; align-items: center; font-size: 1.15rem; font-weight: 500; }
.footer-brand .brand-orb { width: 40px; height: 40px; border-radius: 13px; }
.site-footer h6 { color: #2f3d52; margin-bottom: 1rem; }
.site-footer a { display: block; color: var(--muted); margin-bottom: .6rem; font-size: .9rem; }
.site-footer a:hover { color: var(--primary); }

.floating-actions { position: fixed; right: 18px; bottom: 84px; z-index: 1030; display: grid; gap: 10px; }
.floating-btn { min-height: 48px; display: flex; align-items: center; gap: .75rem; color: white; padding: .65rem .9rem; border-radius: 15px; box-shadow: 0 14px 32px rgba(20,35,55,.22); transition: .2s ease; }
.floating-btn:hover { color: white; transform: translateY(-2px); }
.floating-btn.quote { background: linear-gradient(135deg, #0b57d0, #6c3ce4); }
.floating-btn.whatsapp { background: linear-gradient(135deg, #25d366, #0aa66f); }
.floating-btn i { font-size: 1.05rem; }
.floating-btn span { font-size: .82rem; font-weight: 500; }
.scroll-top { position: fixed; right: 20px; bottom: 20px; width: 48px; height: 48px; border: 0; border-radius: 15px; background: #fff; color: #2b3b53; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; z-index: 1030; }
.scroll-top.visible { opacity: 1; visibility: visible; transform: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
    .hero-visual { min-height: 390px; }
    .dashboard-shell { grid-template-columns: 240px minmax(0,1fr); }
    .stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 991.98px) {
    .site-main { padding-top: 74px; }
    .material-navbar { height: 74px; }
    .material-navbar .navbar-collapse { background: white; margin: .7rem -12px 0; padding: 1rem 12px 1.2rem; border-top: 1px solid var(--border); box-shadow: 0 16px 24px rgba(20,35,55,.08); }
    .material-navbar .navbar-nav { align-items: stretch !important; }
    .btn-login-applicant, .btn-login-employer, .btn-user-menu { width: 100%; margin-top: .35rem; }
    .hero { padding: 60px 0 70px; }
    .hero-visual { margin-top: 2rem; min-height: 410px; }
    .dashboard-shell { grid-template-columns: 1fr; }
    .dashboard-sidebar { position: static; }
    .dashboard-nav { grid-template-columns: repeat(3,1fr); }
    .dashboard-nav a { justify-content: center; text-align: center; }
    .job-detail-grid { grid-template-columns: 1fr; }
    .job-detail-side { position: static; }
    .login-shell { grid-template-columns: 1fr; }
    .login-visual { min-height: 360px; padding: 3rem 2rem; }
    .login-panel { padding: 3rem 1.5rem; }
}
@media (max-width: 767.98px) {
    .section { padding: 62px 0; }
    .hero { min-height: auto; }
    .hero h1 { font-size: 2.65rem; }
    .hero-search .row > div { margin-bottom: .45rem; }
    .hero-visual { min-height: 350px; }
    .hero-dashboard { inset: 24px 0 0 0; padding: 18px; }
    .floating-chip.one { left: 6px; top: -4px; }
    .floating-chip.two { right: 0; bottom: 20px; }
    .floating-chip span { display: none; }
    .stat-grid { grid-template-columns: 1fr 1fr; }
    .dashboard-nav { grid-template-columns: 1fr 1fr; }
    .job-head { grid-template-columns: 48px 1fr; }
    .job-head > :last-child { grid-column: 2; }
    .company-logo { width: 48px; height: 48px; border-radius: 13px; }
    .floating-btn span { display: none; }
    .floating-btn { width: 48px; justify-content: center; padding: 0; }
    .floating-actions { right: 14px; bottom: 80px; }
    .page-hero { padding: 45px 0 40px; }
}
@media (max-width: 480px) {
    .stat-grid { grid-template-columns: 1fr; }
    .dashboard-nav { grid-template-columns: 1fr; }
    .hero-stats { gap: .8rem 1.2rem; }
    .login-panel { padding-inline: 1rem; }
}

/* ==========================================================================
   cmsEmpleos 3.1 · Actualización visual premium
   ========================================================================== */

/* Identidad y navegación */
.premium-brand,
.footer-premium-brand {
    display: inline-flex;
    align-items: center;
    gap: .78rem;
    color: var(--ink);
    min-width: max-content;
}

.brand-symbol {
    position: relative;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: inline-grid;
    place-items: center;
    overflow: hidden;
    color: #fff;
    border-radius: 17px;
    background: linear-gradient(145deg, #59a5ff 0%, #0b57d0 58%, #073990 100%);
    box-shadow: 0 12px 28px rgba(11, 87, 208, .28), inset 0 1px 0 rgba(255, 255, 255, .38);
}

.brand-symbol::before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    left: -18px;
    top: -20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .24);
}

.brand-symbol i {
    position: relative;
    z-index: 2;
    font-size: 1.25rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .18));
}

.brand-symbol-glow {
    position: absolute;
    width: 28px;
    height: 28px;
    right: -7px;
    bottom: -7px;
    border-radius: 50%;
    background: #7dd3fc;
    filter: blur(7px);
    opacity: .8;
}

.brand-signal {
    position: absolute;
    z-index: 3;
    right: 7px;
    top: 7px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #34d399;
}

.brand-copy {
    display: grid;
    gap: .1rem;
    line-height: 1;
}

.brand-name {
    color: #111827;
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: -.035em;
}

.brand-version {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin-left: .25rem;
    padding: .15rem .42rem;
    color: #0b57d0;
    border: 1px solid #cfe0ff;
    border-radius: 999px;
    background: #eef5ff;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .03em;
    vertical-align: middle;
}

.brand-copy small {
    color: #738096;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.material-navbar {
    height: 86px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 8px 28px rgba(29, 52, 87, .08);
}

.material-navbar.is-compact {
    height: 70px;
}

.premium-nav {
    gap: .18rem;
}

.premium-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: .42rem;
    min-height: 46px;
    padding: .72rem .78rem !important;
    color: #465267;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: .9rem;
    font-weight: 500;
}

.premium-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 2px;
    height: 3px;
    border-radius: 999px;
    background: #0b57d0;
    opacity: 0;
    transform: scaleX(.4);
    transition: .2s ease;
}

.premium-nav .nav-link:hover,
.premium-nav .nav-link.active {
    color: #0b57d0;
    border-color: #dfe9fa;
    background: #f2f6fd;
}

.premium-nav .nav-link.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-icon {
    display: none;
    width: 18px;
    text-align: center;
}

.btn-login-applicant,
.btn-login-employer,
.btn-user-menu {
    min-height: 46px;
    border-radius: 13px;
    padding: .72rem 1rem;
    box-shadow: 0 8px 18px rgba(26, 52, 92, .12);
}

.btn-login-applicant {
    color: #fff;
    background: linear-gradient(135deg, #1769e0, #0b57d0);
}

.btn-login-applicant:hover {
    color: #fff;
    background: linear-gradient(135deg, #0b57d0, #0746ad);
    box-shadow: 0 12px 24px rgba(11, 87, 208, .25);
}

.btn-login-employer {
    color: #fff;
    background: linear-gradient(135deg, #ff9c20, #f57c00);
    box-shadow: 0 8px 18px rgba(245, 124, 0, .22);
}

.btn-login-employer:hover {
    color: #fff;
    background: linear-gradient(135deg, #f58b00, #df6900);
}

/* Portada con fotografía */
.hero.hero-photo {
    position: relative;
    min-height: 670px;
    padding: 76px 0 88px;
    display: flex;
    align-items: center;
    color: #fff;
    background-image: url('../img/hero-empleos-premium.webp');
    background-size: cover;
    background-position: center 48%;
    isolation: isolate;
}

.hero.hero-photo::before {
    display: none;
}

.hero-photo-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(3, 18, 45, .98) 0%, rgba(5, 31, 72, .92) 34%, rgba(6, 38, 85, .63) 58%, rgba(4, 20, 44, .16) 100%),
        linear-gradient(0deg, rgba(2, 13, 31, .44), rgba(2, 13, 31, .08) 48%, rgba(2, 13, 31, .16));
}

.hero.hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(58, 146, 255, .24), transparent 26%),
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: auto, 42px 42px, 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.hero-container {
    position: relative;
    z-index: 2;
}

.hero-copy {
    max-width: 820px;
}

.hero-eyebrow {
    padding: .58rem .86rem;
    color: #eaf4ff;
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.hero.hero-photo h1 {
    max-width: 780px;
    margin: 1.2rem 0 1rem;
    font-size: clamp(3rem, 5.5vw, 5.6rem);
    line-height: .98;
    letter-spacing: -.058em;
    text-shadow: 0 12px 36px rgba(0, 0, 0, .28);
}

.hero.hero-photo h1 span {
    display: inline-block;
    color: #7ec7ff;
    background: linear-gradient(90deg, #7ec7ff, #a8dcff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero.hero-photo p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 1.12rem;
    line-height: 1.75;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .22);
}

.hero-search-premium {
    max-width: 1000px;
    margin-top: 1.75rem;
    padding: .5rem;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 20px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 26px 72px rgba(1, 12, 32, .38);
}

.hero-search-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.55fr) minmax(165px, .8fr) minmax(195px, 1fr) auto;
    align-items: stretch;
}

.hero-search-control {
    position: relative;
    display: block;
    margin: 0;
    border-right: 1px solid #e4e9f1;
}

.hero-search-control > i {
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 50%;
    color: #75839a;
    transform: translateY(-50%);
}

.hero-search-premium .form-control,
.hero-search-premium .form-select {
    min-height: 58px;
    padding-left: 2.75rem;
    border: 0;
    border-radius: 0;
    color: #26354a;
    background-color: transparent;
    box-shadow: none;
    font-size: .92rem;
}

.hero-search-premium .form-control:focus,
.hero-search-premium .form-select:focus {
    background: #f7faff;
}

.hero-search-button {
    min-width: 164px;
    min-height: 58px;
    margin-left: .5rem;
    border-radius: 15px;
    font-weight: 500;
    box-shadow: 0 10px 24px rgba(11, 87, 208, .24);
}

.hero-search-button i {
    margin-right: .5rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem 1.35rem;
    margin-top: 1.15rem;
}

.hero-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: rgba(255, 255, 255, .88);
    font-size: .88rem;
    font-weight: 500;
}

.hero-link:hover {
    color: #fff;
}

.hero-link i {
    color: #85ccff;
}

.hero-stats-premium {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 850px;
    margin-top: 1.6rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.hero-stat-item {
    display: flex;
    align-items: center;
    gap: .72rem;
    min-width: 0;
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.hero-stat-item:last-child {
    border-right: 0;
}

.hero-stat-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
}

.hero-stat-icon.blue { background: rgba(41, 121, 255, .72); }
.hero-stat-icon.green { background: rgba(0, 168, 107, .72); }
.hero-stat-icon.amber { background: rgba(255, 145, 0, .78); }
.hero-stat-icon.violet { background: rgba(124, 58, 237, .78); }

.hero-stat-item strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    letter-spacing: -.035em;
}

.hero-stat-item small {
    display: block;
    margin-top: .25rem;
    color: rgba(255, 255, 255, .72);
    font-size: .76rem;
}

.hero-trust-panel {
    position: relative;
    max-width: 430px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 32px 80px rgba(1, 14, 35, .38);
    color: var(--ink);
    backdrop-filter: blur(18px);
    transform: translateY(18px) rotate(1.25deg);
}

.hero-trust-panel::before {
    content: "";
    position: absolute;
    width: 210px;
    height: 210px;
    right: -90px;
    top: -105px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(66, 133, 244, .28), rgba(124, 58, 237, .22));
}

.hero-trust-head {
    position: relative;
    display: flex;
    align-items: center;
    gap: .55rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #e8edf5;
    color: #526079;
    font-size: .78rem;
    font-weight: 500;
}

.hero-trust-head .badge {
    margin-left: auto;
    color: #087b53;
    background: #dcf8ed;
}

.live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20c784;
    box-shadow: 0 0 0 5px rgba(32, 199, 132, .12);
}

.hero-trust-body {
    position: relative;
    padding: 1.2rem;
}

.trust-score {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem;
    border-radius: 17px;
    background: linear-gradient(135deg, #eef5ff, #f7f9ff);
}

.trust-score-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #0b57d0, #6e49e8);
    box-shadow: 0 10px 22px rgba(11, 87, 208, .22);
}

.trust-score strong,
.trust-score small {
    display: block;
}

.trust-score strong {
    font-size: .93rem;
}

.trust-score small {
    margin-top: .2rem;
    color: #728097;
    font-size: .76rem;
}

.trust-candidates {
    display: grid;
    gap: .65rem;
    margin-top: .9rem;
}

.trust-candidate {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: .7rem;
    align-items: center;
    padding: .72rem;
    border: 1px solid #e8edf5;
    border-radius: 14px;
    background: rgba(255, 255, 255, .8);
}

.trust-candidate img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef4ff;
}

.trust-candidate strong,
.trust-candidate small {
    display: block;
}

.trust-candidate strong {
    font-size: .82rem;
}

.trust-candidate small {
    margin-top: .18rem;
    color: #76839a;
    font-size: .72rem;
}

.trust-candidate > span {
    padding: .25rem .45rem;
    color: #087b53;
    border-radius: 999px;
    background: #dcf8ed;
    font-size: .68rem;
    font-weight: 700;
}

.trust-panel-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .9rem;
    padding: .8rem .15rem .15rem;
    color: #0b57d0;
    font-size: .82rem;
    font-weight: 500;
}

.hero-wave {
    position: absolute;
    z-index: 1;
    left: -2%;
    right: -2%;
    bottom: -44px;
    height: 88px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: #fff;
}

/* Categorías de portada */
.category-showcase {
    position: relative;
    z-index: 3;
    padding: 82px 0 76px;
    background: #fff;
}

.category-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.category-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    color: #0b57d0;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.category-heading h2 {
    max-width: 780px;
    margin: 0;
    color: #121c2c;
    font-size: clamp(2rem, 3.3vw, 3.05rem);
    line-height: 1.08;
    letter-spacing: -.045em;
}

.category-card {
    --cat-color: #0b57d0;
    --cat-soft: #eaf2ff;
    position: relative;
    min-height: 132px;
    display: grid;
    grid-template-columns: 58px 1fr auto;
    gap: .9rem;
    align-items: center;
    overflow: hidden;
    padding: 1.2rem;
    border: 1px solid #e3e9f2;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(35, 57, 88, .07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.category-card::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -70px;
    bottom: -74px;
    border-radius: 50%;
    background: var(--cat-soft);
    transition: transform .25s ease;
}

.category-card:hover {
    color: inherit;
    border-color: color-mix(in srgb, var(--cat-color) 35%, #dce5f2);
    box-shadow: 0 18px 38px rgba(35, 57, 88, .12);
    transform: translateY(-5px);
}

.category-card:hover::before {
    transform: scale(1.35);
}

.category-icon {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    color: var(--cat-color);
    background: var(--cat-soft);
    font-size: 1.22rem;
}

.category-content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.category-content strong,
.category-content small {
    display: block;
}

.category-content strong {
    color: #172235;
    font-size: .98rem;
    line-height: 1.35;
}

.category-content small {
    margin-top: .4rem;
    color: #748196;
    font-size: .78rem;
}

.category-arrow {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--cat-color);
    background: #fff;
    box-shadow: 0 5px 15px rgba(28, 48, 78, .1);
    transition: transform .22s ease;
}

.category-card:hover .category-arrow {
    transform: translateX(4px);
}

.category-tone-1 { --cat-color: #0b57d0; --cat-soft: #e8f0fe; }
.category-tone-2 { --cat-color: #0f9d58; --cat-soft: #e4f7ed; }
.category-tone-3 { --cat-color: #f57c00; --cat-soft: #fff1dd; }
.category-tone-4 { --cat-color: #d93025; --cat-soft: #fde9e7; }
.category-tone-5 { --cat-color: #7c3aed; --cat-soft: #f1eafe; }
.category-tone-6 { --cat-color: #00838f; --cat-soft: #e2f5f7; }
.category-tone-7 { --cat-color: #c2185b; --cat-soft: #fbe7f0; }
.category-tone-8 { --cat-color: #455a64; --cat-soft: #edf1f3; }

/* Footer premium */
.premium-footer {
    color: #d9e5f5;
    border-top: 0;
    background:
        radial-gradient(circle at 80% 0%, rgba(45, 114, 224, .23), transparent 28%),
        linear-gradient(135deg, #07172e 0%, #09254a 55%, #071a36 100%);
}

.footer-premium-brand {
    color: #fff;
}

.footer-premium-brand .brand-name {
    color: #fff;
}

.footer-premium-brand .brand-copy small {
    color: #93acd0;
}

.footer-description {
    max-width: 430px;
    margin: 1.2rem 0 1.25rem;
    color: #9fb2cf;
    line-height: 1.7;
}

.footer-social {
    display: flex;
    gap: .6rem;
}

.premium-footer .footer-social a {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    margin: 0;
    color: #dbeafe;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
}

.premium-footer .footer-social a:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .12);
}

.premium-footer h6 {
    color: #fff;
    font-weight: 500;
}

.premium-footer a {
    color: #9fb2cf;
}

.premium-footer a:hover {
    color: #fff;
}

.footer-employer-cta {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1rem;
    padding: 1.3rem;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.footer-cta-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #ff9d25, #ff6f00);
}

.footer-cta-kicker {
    color: #7ec7ff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-employer-cta h5 {
    margin: .35rem 0 .55rem;
    color: #fff;
    font-size: 1.05rem;
}

.footer-employer-cta p {
    margin-bottom: 1rem;
    color: #9fb2cf;
    font-size: .82rem;
    line-height: 1.55;
}

.footer-cta-button {
    color: #0b57d0;
    font-size: .82rem;
    font-weight: 500;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2.2rem;
    padding-top: 1.35rem;
    color: #8fa4c2;
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: .8rem;
}

.footer-separator {
    margin: 0 .45rem;
}

.admin-access-button {
    display: inline-flex !important;
    align-items: center;
    gap: .55rem;
    margin: 0 !important;
    padding: .68rem .9rem;
    color: #dbeafe !important;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    font-size: .78rem !important;
    font-weight: 500;
}

.admin-access-button:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .12);
}

/* Dashboard administrativo */
.area-admin {
    background: #f4f6fb;
}

.admin-site-main {
    min-height: calc(100vh - 70px);
    padding-top: 72px;
}

.admin-topbar {
    z-index: 1060;
    height: 72px;
    border-bottom: 1px solid #e4e9f1;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 6px 20px rgba(31, 50, 79, .07);
    backdrop-filter: blur(16px);
}

.admin-topbar-inner {
    height: 100%;
    display: grid;
    grid-template-columns: 255px minmax(260px, 620px) 1fr;
    gap: 1.3rem;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.admin-topbar-brand {
    display: flex;
    align-items: center;
    gap: .72rem;
    color: #13213a;
}

.admin-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 13px;
    background: linear-gradient(135deg, #0b57d0, #5a35d6);
    box-shadow: 0 9px 21px rgba(11, 87, 208, .25);
}

.admin-topbar-brand strong,
.admin-topbar-brand small {
    display: block;
}

.admin-topbar-brand strong {
    font-size: 1rem;
    letter-spacing: -.025em;
}

.admin-topbar-brand small {
    margin-top: .12rem;
    color: #8490a3;
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.admin-global-search {
    position: relative;
    align-items: center;
}

.admin-global-search i {
    position: absolute;
    left: 1rem;
    color: #8b97aa;
}

.admin-global-search input {
    width: 100%;
    min-height: 43px;
    padding: .65rem 1rem .65rem 2.7rem;
    border: 1px solid #e1e7f0;
    border-radius: 14px;
    outline: 0;
    background: #f6f8fc;
    color: #26354a;
    font-size: .85rem;
    transition: .2s ease;
}

.admin-global-search input:focus {
    border-color: #b9d0f7;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(11, 87, 208, .08);
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
}

.admin-topbar-icon,
.admin-portal-button,
.admin-user-button {
    border: 1px solid #e1e7f0;
    background: #fff;
    color: #42506a;
}

.admin-topbar-icon {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 13px;
}

.admin-notification-dot {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ea4335;
}

.admin-portal-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .6rem .8rem;
    border-radius: 13px;
    font-size: .78rem;
    font-weight: 500;
}

.admin-user-button {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: .58rem;
    padding: .35rem .55rem;
    border-radius: 14px;
    text-align: left;
}

.admin-user-button::after {
    margin-left: .2rem;
}

.admin-user-avatar {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #0b57d0;
    border-radius: 11px;
    background: #e8f0fe;
}

.admin-user-button strong,
.admin-user-button small {
    display: block;
}

.admin-user-button strong {
    max-width: 120px;
    overflow: hidden;
    color: #1e2a3d;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-user-button small {
    margin-top: .15rem;
    color: #8b96a8;
    font-size: .65rem;
}

.admin-dashboard-section {
    min-height: calc(100vh - 72px);
    padding: 24px 0 38px;
}

.admin-dashboard-shell {
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 22px;
}

.admin-sidebar {
    position: sticky;
    top: 94px;
    min-height: calc(100vh - 120px);
    padding: 1rem;
    overflow: hidden;
    color: #fff;
    border: 0;
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(93, 162, 255, .42), transparent 28%),
        linear-gradient(180deg, #0b57d0 0%, #0846a8 52%, #073776 100%);
    box-shadow: 0 18px 45px rgba(9, 61, 142, .24);
}

.admin-sidebar::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -92px;
    bottom: -90px;
    border: 34px solid rgba(255, 255, 255, .06);
    border-radius: 50%;
}

.admin-sidebar-profile {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: .75rem;
    align-items: center;
    padding: .75rem .6rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.admin-sidebar-avatar {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #0b57d0;
    background: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .14);
}

.admin-sidebar-profile strong,
.admin-sidebar-profile small {
    display: block;
}

.admin-sidebar-profile strong {
    font-size: .86rem;
}

.admin-sidebar-profile small {
    margin-top: .18rem;
    color: rgba(255, 255, 255, .68);
    font-size: .68rem;
}

.admin-sidebar-label {
    position: relative;
    z-index: 1;
    margin: 1rem .7rem .45rem;
    color: rgba(255, 255, 255, .52);
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.admin-dashboard-nav {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .28rem;
}

.admin-dashboard-nav a {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: .68rem;
    align-items: center;
    padding: .62rem .7rem;
    color: rgba(255, 255, 255, .76);
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: .78rem;
    font-weight: 500;
}

.area-admin .admin-dashboard-nav a:hover,
.area-admin .admin-dashboard-nav a.active {
    color: #fff;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.admin-nav-icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
}

.admin-dashboard-nav a.active .admin-nav-icon {
    color: #0b57d0;
    background: #fff;
}

.admin-sidebar-support {
    position: absolute;
    z-index: 2;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: .65rem;
    align-items: center;
    padding: .72rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(0, 0, 0, .13);
}

.admin-sidebar-support > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
}

.admin-sidebar-support strong,
.admin-sidebar-support small {
    display: block;
}

.admin-sidebar-support strong {
    font-size: .72rem;
}

.admin-sidebar-support small {
    margin-top: .12rem;
    color: rgba(255, 255, 255, .58);
    font-size: .62rem;
}

.admin-dashboard-content {
    min-width: 0;
}

.admin-page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.25rem;
}

.admin-breadcrumb {
    margin-bottom: .45rem;
    color: #8591a4;
    font-size: .72rem;
}

.admin-breadcrumb i {
    margin-right: .35rem;
    color: #0b57d0;
}

.admin-breadcrumb span {
    margin: 0 .35rem;
}

.admin-page-heading h1 {
    margin: 0;
    color: #172135;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    letter-spacing: -.045em;
}

.admin-page-heading p {
    margin: .45rem 0 0;
    color: #748096;
    font-size: .87rem;
}

.admin-heading-actions {
    display: flex;
    gap: .55rem;
}

.admin-action-secondary,
.admin-action-primary {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 12px;
    font-size: .78rem;
    font-weight: 500;
}

.admin-action-secondary {
    color: #46536b;
    border: 1px solid #dfe5ee;
    background: #fff;
}

.admin-action-primary {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #0b57d0, #5b3fd4);
    box-shadow: 0 10px 22px rgba(11, 87, 208, .22);
}

.admin-action-primary:hover {
    color: #fff;
}

.admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.admin-stat-card {
    position: relative;
    min-height: 135px;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: .85rem;
    align-items: start;
    overflow: hidden;
    padding: 1.15rem;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(30, 48, 76, .16);
    transition: transform .2s ease, box-shadow .2s ease;
}

.admin-stat-card::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -55px;
    top: -58px;
    border: 24px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.admin-stat-card:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(30, 48, 76, .22);
}

.stat-blue { background: linear-gradient(135deg, #5c63f2, #7048e8); }
.stat-amber { background: linear-gradient(135deg, #ffab19, #f57c00); }
.stat-violet { background: linear-gradient(135deg, #7d3fd6, #5e35b1); }
.stat-red { background: linear-gradient(135deg, #ff4f64, #ea283e); }

.admin-stat-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}

.admin-stat-copy small,
.admin-stat-copy strong,
.admin-stat-copy span {
    display: block;
}

.admin-stat-copy small {
    color: rgba(255, 255, 255, .74);
    font-size: .72rem;
}

.admin-stat-copy strong {
    margin-top: .25rem;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: -.045em;
}

.admin-stat-copy span {
    margin-top: .58rem;
    color: rgba(255, 255, 255, .78);
    font-size: .68rem;
}

.admin-stat-copy span i {
    margin-right: .28rem;
}

.admin-stat-arrow {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: rgba(255, 255, 255, .55);
    font-size: .72rem;
}

.admin-panel-card {
    height: 100%;
    padding: 1.25rem;
    border: 1px solid #e1e7f0;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(31, 50, 79, .07);
}

.admin-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.admin-panel-heading.compact {
    align-items: center;
}

.admin-panel-kicker {
    display: block;
    margin-bottom: .35rem;
    color: #0b57d0;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .13em;
}

.admin-panel-heading h2 {
    margin: 0;
    color: #1b2639;
    font-size: 1.05rem;
    letter-spacing: -.025em;
}

.admin-panel-heading p {
    margin: .4rem 0 0;
    color: #8490a3;
    font-size: .77rem;
}

.admin-panel-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .48rem .65rem;
    color: #5a6880;
    border: 1px solid #e0e6ef;
    border-radius: 11px;
    background: #f8f9fc;
    font-size: .69rem;
}

.admin-text-link,
.admin-panel-heading.compact > a {
    color: #0b57d0;
    font-size: .72rem;
    font-weight: 500;
}

.admin-bar-chart {
    min-height: 285px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: .9rem;
    padding: 1.1rem 1rem .1rem;
    border-radius: 15px;
    background:
        linear-gradient(#edf1f7 1px, transparent 1px),
        linear-gradient(180deg, #fbfcff, #fff);
    background-size: 100% 54px, auto;
}

.admin-bar-item {
    min-width: 48px;
    flex: 1;
    display: grid;
    justify-items: center;
    align-items: end;
}

.admin-bar-value {
    margin-bottom: .4rem;
    color: #5d6a7e;
    font-size: .68rem;
    font-weight: 500;
}

.admin-bar-track {
    height: 215px;
    display: flex;
    align-items: flex-end;
}

.admin-bar-fill {
    width: min(44px, 7vw);
    min-height: 18px;
    display: block;
    border-radius: 9px 9px 3px 3px;
    background: linear-gradient(180deg, #76a9ff 0%, #4285f4 42%, #0b57d0 100%);
    box-shadow: 0 10px 20px rgba(11, 87, 208, .2);
}

.admin-bar-item small {
    margin-top: .55rem;
    color: #8390a3;
    font-size: .66rem;
}

.admin-chart-empty {
    width: 100%;
    align-self: center;
    color: #8793a5;
    text-align: center;
}

.admin-donut-wrap {
    display: grid;
    place-items: center;
    padding: .35rem 0 1.1rem;
}

.admin-donut {
    width: 172px;
    height: 172px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(
        #34a853 0 var(--p1),
        #4285f4 var(--p1) var(--p2),
        #fbbc04 var(--p2) var(--p3),
        #ea4335 var(--p3) 100%
    );
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 12px 25px rgba(37, 56, 85, .12);
}

.admin-donut::before {
    content: "";
    grid-area: 1 / 1;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px #edf1f6;
}

.admin-donut > div {
    position: relative;
    z-index: 2;
    grid-area: 1 / 1;
    text-align: center;
}

.admin-donut strong,
.admin-donut span {
    display: block;
}

.admin-donut strong {
    color: #1c2739;
    font-size: 1.55rem;
    letter-spacing: -.04em;
}

.admin-donut span {
    color: #8792a4;
    font-size: .7rem;
}

.admin-status-list {
    display: grid;
    gap: .2rem;
}

.admin-status-list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .62rem .15rem;
    border-bottom: 1px solid #edf1f6;
    color: #59667a;
    font-size: .75rem;
}

.admin-status-list > div:last-child {
    border-bottom: 0;
}

.admin-status-list span {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.status-dot.accepted { background: #34a853; }
.status-dot.reviewing { background: #4285f4; }
.status-dot.pending { background: #fbbc04; }
.status-dot.rejected { background: #ea4335; }

.admin-users-list,
.admin-jobs-list {
    display: grid;
}

.admin-user-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto auto 20px;
    gap: .75rem;
    align-items: center;
    padding: .72rem 0;
    border-bottom: 1px solid #edf1f6;
}

.admin-user-row:last-child {
    border-bottom: 0;
}

.admin-user-row img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border: 1px solid #e5eaf1;
    border-radius: 13px;
    background: #f4f7fb;
}

.admin-user-info {
    min-width: 0;
}

.admin-user-info strong,
.admin-user-info small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-user-info strong {
    color: #263247;
    font-size: .78rem;
}

.admin-user-info small {
    margin-top: .18rem;
    color: #8b96a8;
    font-size: .67rem;
}

.admin-role-badge {
    padding: .32rem .5rem;
    border-radius: 999px;
    font-size: .62rem;
    font-weight: 500;
}

.admin-role-badge.applicant {
    color: #0b57d0;
    background: #e8f0fe;
}

.admin-role-badge.employer {
    color: #7a3ae0;
    background: #f1e9ff;
}

.admin-user-date {
    color: #8793a5;
    font-size: .66rem;
}

.admin-user-row > a {
    color: #9aa5b5;
}

.admin-job-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: .75rem;
    align-items: center;
    padding: .72rem 0;
    border-bottom: 1px solid #edf1f6;
}

.admin-job-row:last-child {
    border-bottom: 0;
}

.admin-job-row:hover {
    color: inherit;
}

.admin-job-row img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    padding: .35rem;
    border: 1px solid #e4e9f1;
    border-radius: 13px;
    background: #fff;
}

.admin-job-row strong,
.admin-job-row small {
    display: block;
}

.admin-job-row strong {
    overflow: hidden;
    color: #263247;
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-job-row small {
    margin-top: .18rem;
    color: #8b96a8;
    font-size: .65rem;
}

.admin-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.admin-quick-grid > a {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: .75rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #e1e7f0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(31, 50, 79, .06);
    transition: .2s ease;
}

.admin-quick-grid > a:hover {
    color: inherit;
    border-color: #cddcf4;
    transform: translateY(-3px);
}

.quick-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
}

.quick-icon.blue { color: #0b57d0; background: #e8f0fe; }
.quick-icon.violet { color: #7c3aed; background: #f1eafe; }
.quick-icon.green { color: #0f9d58; background: #e4f7ed; }

.admin-quick-grid strong,
.admin-quick-grid small {
    display: block;
}

.admin-quick-grid strong {
    color: #263247;
    font-size: .78rem;
}

.admin-quick-grid small {
    margin-top: .18rem;
    color: #8b96a8;
    font-size: .65rem;
}

.admin-quick-grid > a > i {
    color: #a0aaba;
}

.admin-footer {
    color: #7f8b9d;
    border-top: 1px solid #e2e7ef;
    background: #fff;
}

.admin-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 0;
    font-size: .72rem;
}

/* Ajustes de las páginas de gestión que reutilizan el nuevo menú */
.area-admin .page-hero {
    padding: 42px 0 38px;
    background: linear-gradient(135deg, #0c4bb5, #0b57d0 58%, #6841dc);
}

.area-admin .dashboard-sidebar {
    border-color: transparent;
}

/* Responsive */
@media (max-width: 1279.98px) {
    .hero-search-grid {
        grid-template-columns: minmax(220px, 1.3fr) minmax(155px, .75fr) minmax(175px, .9fr) auto;
    }

    .hero-trust-panel {
        max-width: 390px;
    }

    .admin-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .admin-topbar-inner {
        grid-template-columns: 230px minmax(220px, 1fr) auto;
    }

    .admin-dashboard-shell {
        grid-template-columns: 225px minmax(0, 1fr);
    }

    .admin-user-row {
        grid-template-columns: 42px minmax(0, 1fr) auto 20px;
    }

    .admin-user-date {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .material-navbar {
        height: 76px;
    }

    .premium-nav {
        gap: .3rem;
    }

    .nav-icon {
        display: inline-block;
    }

    .hero.hero-photo {
        min-height: 680px;
        padding: 62px 0 76px;
        background-position: 60% center;
    }

    .hero-photo-overlay {
        background: linear-gradient(90deg, rgba(3, 18, 45, .97), rgba(4, 31, 73, .87) 65%, rgba(4, 25, 57, .55));
    }

    .hero.hero-photo h1 {
        max-width: 760px;
    }

    .hero-search-grid {
        grid-template-columns: 1fr 1fr;
        gap: .3rem;
    }

    .hero-search-control {
        border-right: 0;
        border-bottom: 1px solid #e6eaf1;
    }

    .hero-category-control {
        border-bottom: 0;
    }

    .hero-search-button {
        margin-left: 0;
    }

    .hero-stats-premium {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .9rem;
    }

    .hero-stat-item {
        border-right: 0;
    }

    .category-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-topbar-inner {
        grid-template-columns: 220px 1fr;
    }

    .admin-global-search {
        display: none !important;
    }

    .admin-dashboard-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        position: relative;
        top: auto;
        min-height: auto;
    }

    .admin-sidebar-support {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 1rem;
    }

    .admin-dashboard-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .admin-dashboard-nav a {
        grid-template-columns: 34px 1fr;
    }

    .admin-quick-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .site-main {
        padding-top: 76px;
    }

    .brand-symbol {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 15px;
    }

    .brand-name {
        font-size: 1.12rem;
    }

    .hero.hero-photo {
        min-height: auto;
        padding: 52px 0 76px;
        background-position: 67% center;
    }

    .hero-photo-overlay {
        background: linear-gradient(90deg, rgba(3, 18, 45, .98), rgba(4, 31, 73, .92));
    }

    .hero.hero-photo h1 {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .hero.hero-photo p {
        font-size: 1rem;
    }

    .hero-search-premium {
        padding: .45rem;
        border-radius: 17px;
    }

    .hero-search-grid {
        grid-template-columns: 1fr;
    }

    .hero-search-control,
    .hero-category-control {
        border-right: 0;
        border-bottom: 1px solid #e6eaf1;
    }

    .hero-search-premium .form-control,
    .hero-search-premium .form-select,
    .hero-search-button {
        min-height: 54px;
    }

    .hero-search-button {
        width: 100%;
        margin-top: .25rem;
    }

    .hero-stats-premium {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-stat-item {
        padding-right: .2rem;
    }

    .category-showcase {
        padding: 66px 0 58px;
    }

    .category-card {
        min-height: 112px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-topbar {
        height: 66px;
    }

    .admin-site-main {
        padding-top: 66px;
    }

    .admin-topbar-inner {
        grid-template-columns: 1fr auto;
        padding-left: 12px;
        padding-right: 12px;
    }

    .admin-topbar-brand small {
        display: none;
    }

    .admin-portal-button {
        width: 42px;
        justify-content: center;
        padding: 0;
    }

    .admin-user-button {
        padding: .3rem;
    }

    .admin-page-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-heading-actions {
        width: 100%;
    }

    .admin-heading-actions .btn {
        flex: 1;
        justify-content: center;
    }

    .admin-stat-grid {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-nav {
        grid-template-columns: 1fr 1fr;
    }

    .admin-bar-chart {
        gap: .35rem;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .admin-bar-item {
        min-width: 58px;
    }

    .admin-user-row {
        grid-template-columns: 42px minmax(0, 1fr) 20px;
    }

    .admin-role-badge,
    .admin-user-date {
        display: none;
    }

    .admin-footer-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 479.98px) {
    .brand-copy small,
    .brand-version {
        display: none;
    }

    .hero-stats-premium {
        grid-template-columns: 1fr 1fr;
        gap: 1rem .5rem;
    }

    .hero-stat-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .hero-stat-item strong {
        font-size: 1.15rem;
    }

    .category-card {
        grid-template-columns: 52px 1fr auto;
    }

    .category-icon {
        width: 52px;
        height: 52px;
    }

    .admin-dashboard-nav {
        grid-template-columns: 1fr;
    }

    .admin-heading-actions {
        flex-direction: column;
    }

    .admin-heading-actions .btn {
        width: 100%;
    }
}
