:root{
  --orange:#ff5a00;
  --orange2:#ff7a18;
  --yellow:#fff000;
  --dark:#111114;
  --text:#111827;
  --muted:#64748b;
  --bg:#f6f7fb;
  --card:#ffffff;
  --line:#e5e7eb;
  --radius:24px;
  --shadow:0 22px 60px rgba(15,23,42,.12);
  --soft-shadow:0 12px 35px rgba(15,23,42,.08);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1240px,94%);margin:auto}
.store-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.08)}
.marquee-top{height:42px;background:linear-gradient(90deg,#ff4d00,#ff7100,#ff4d00);color:#fff;overflow:hidden;display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.14)}
.marquee-track{display:flex;align-items:center;gap:55px;white-space:nowrap;animation:marquee 22s linear infinite;font-weight:1000;font-size:17px;text-transform:uppercase;letter-spacing:.02em;text-shadow:0 2px 0 rgba(0,0,0,.12)}
.marquee-track span{display:inline-flex;padding-left:10px}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.mainbar{background:#fff}.mainbar-inner{height:88px;display:grid;grid-template-columns:245px 1fr 230px;align-items:center;gap:28px}.brand-logo{display:flex;align-items:center}.brand-logo img{height:66px;width:auto;max-width:240px;object-fit:contain;filter:drop-shadow(0 6px 8px rgba(0,0,0,.12))}.search-box{height:50px;border:2px solid #ffab7e;border-radius:999px;display:flex;background:#fff;overflow:hidden;box-shadow:0 10px 24px rgba(255,90,0,.09)}.search-box input{flex:1;border:0;outline:0;padding:0 20px;font:inherit;color:var(--text)}.search-box button{width:56px;border:0;background:var(--orange);color:#fff;font-size:26px;font-weight:900;cursor:pointer}.header-actions{display:flex;justify-content:flex-end;gap:18px;font-weight:900}.header-actions a:hover{color:var(--orange)}
.blacknav{background:#111114;color:#fff}.blacknav-inner{height:52px;display:flex;align-items:center;justify-content:center;gap:34px;font-weight:900;font-size:14px}.blacknav a{opacity:.98;transition:.2s}.blacknav a:hover{color:var(--yellow);transform:translateY(-1px)}
.hero-slider{position:relative;min-height:560px;overflow:hidden;background:#ff5a00}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease;background:linear-gradient(135deg,#ff5a00 0%,#ff6a00 48%,#ff7a18 100%)}.hero-slide.active{opacity:1;visibility:visible}.hero-slide:before{content:"";position:absolute;right:8%;top:50%;width:420px;height:420px;border-radius:999px;background:var(--yellow);transform:translateY(-50%);box-shadow:0 0 0 12px rgba(17,17,20,.12)}.hero-slide:after{content:"";position:absolute;inset:auto -15% -42% -15%;height:55%;background:radial-gradient(circle,rgba(255,255,255,.24),transparent 64%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:45px;padding:70px 0}.hero-copy{color:#fff}.hero-kicker{display:inline-flex;background:#111114;color:#fff;border-radius:999px;padding:10px 16px;font-weight:1000;margin-bottom:16px;box-shadow:0 12px 25px rgba(0,0,0,.18)}.hero-copy h1{font-size:clamp(40px,6vw,82px);line-height:.96;letter-spacing:-3px;margin:0 0 18px;font-weight:1000;text-shadow:0 4px 0 rgba(0,0,0,.13)}.hero-copy p{font-size:clamp(18px,2vw,24px);line-height:1.45;font-weight:800;margin:0;max-width:720px}.hero-logo-card{position:relative;z-index:3;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.23);border-radius:34px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.20);backdrop-filter:blur(8px)}.hero-logo-card img{width:100%;height:auto;filter:drop-shadow(0 16px 0 rgba(0,0,0,.18))}.hero-buttons{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:16px;padding:15px 24px;font-weight:1000;cursor:pointer;background:linear-gradient(135deg,var(--orange),#ff8734);color:#fff;box-shadow:0 14px 30px rgba(255,90,0,.26);transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(255,90,0,.30)}.btn.white{background:#fff;color:var(--orange)}.btn.dark{background:#111114;color:#fff}.btn.secondary{background:#fff;color:#111;border:1px solid var(--line);box-shadow:none}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:50px;height:50px;border:0;border-radius:999px;background:rgba(255,255,255,.86);font-size:32px;cursor:pointer;color:#111;box-shadow:0 8px 25px rgba(0,0,0,.12)}.hero-arrow.left{left:18px}.hero-arrow.right{right:18px}.slider-dots{position:absolute;bottom:22px;left:0;right:0;z-index:5;display:flex;justify-content:center;gap:9px}.slider-dots button{width:12px;height:12px;border-radius:999px;border:0;background:rgba(255,255,255,.6);cursor:pointer}.slider-dots button.active{background:#fff;width:30px}
.shortcut-section{background:#fff;padding:30px 0;border-bottom:1px solid #eee}.shortcuts{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.shortcut{min-width:190px;padding:20px 34px;border-radius:16px;color:#fff;font-weight:1000;text-align:center;box-shadow:0 15px 30px rgba(15,23,42,.12);transition:.2s}.shortcut:hover{transform:translateY(-4px)}.shortcut.orange{background:linear-gradient(135deg,#ff5a00,#ff8a32)}.shortcut.yellow{background:linear-gradient(135deg,#fff000,#ffea00);color:#111}.shortcut.dark{background:linear-gradient(135deg,#111,#45454b)}.shortcut.red{background:linear-gradient(135deg,#ff4545,#ff6767)}
.section{padding:78px 0}.section-title{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:0 0 14px;letter-spacing:-1.2px}.section-sub{color:var(--muted);font-size:18px;line-height:1.75;margin:0 0 28px}.mini-title{display:inline-flex;color:var(--orange);font-weight:1000;text-transform:uppercase;letter-spacing:.12em;margin-bottom:13px;font-size:13px}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--soft-shadow);padding:26px}.modern-card{transition:.22s}.modern-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(15,23,42,.14)}
.about-modern{display:grid;grid-template-columns:.92fr 1.08fr;gap:50px;align-items:center}.about-image{position:relative;border-radius:34px}.about-image img{width:100%;height:520px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.about-image:before{content:"";position:absolute;left:-18px;top:-18px;width:175px;height:175px;border-radius:34px;background:var(--yellow);z-index:-1}.floating-card{position:absolute;right:-22px;bottom:34px;background:#fff;border-radius:22px;padding:18px 20px;box-shadow:0 22px 45px rgba(0,0,0,.16);max-width:270px;border:1px solid #eee}.floating-card strong{display:block;color:var(--orange);font-size:22px}.floating-card span{display:block;color:#64748b;font-weight:700;margin-top:4px}.values-grid{display:grid;grid-template-columns:1fr;gap:14px;margin-top:22px}.values-grid div{background:#fff;border:1px solid #eee;border-radius:20px;padding:20px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.values-grid b{display:block;font-size:20px;color:var(--orange);margin-bottom:6px}.values-grid p{margin:0;color:#475569;line-height:1.6}
.section-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:12px}.view-all{color:var(--orange);font-weight:1000}.job-card{overflow:hidden}.job-card img{width:100%;height:205px;object-fit:cover;border-radius:20px;margin-bottom:18px}.job-card h3{font-size:22px;margin:14px 0 8px}.job-card p{color:#64748b;line-height:1.6}.tag{display:inline-block;border-radius:999px;background:#fff3e8;color:var(--orange);padding:7px 12px;font-weight:1000;font-size:13px}
.history-section{background:#fff}.history-card{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;border-radius:34px;padding:42px;background:linear-gradient(135deg,#111114,#2a2a31);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.history-card:after{content:"";position:absolute;right:-120px;top:-140px;width:340px;height:340px;background:var(--yellow);border-radius:999px;opacity:.9}.history-card .section-sub{color:#d6d6d6}.history-stats{position:relative;z-index:2;display:grid;gap:14px}.history-stats div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:20px;backdrop-filter:blur(6px)}.history-stats strong{display:block;font-size:34px;color:var(--yellow)}.history-stats span{color:#fff;font-weight:800}.contact-modern{background:linear-gradient(135deg,#ff5a00,#ff7b1a);border-radius:34px;padding:42px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:var(--shadow)}.contact-modern .mini-title,.contact-modern .section-sub{color:#fff}.contact-modern .btn{background:#111;color:#fff;box-shadow:0 16px 35px rgba(0,0,0,.20)}.footer{padding:35px 0;border-top:1px solid var(--line);color:var(--muted);background:#fff}.footer-inner{display:flex;align-items:center;gap:16px}.footer img{height:54px;width:auto}
.form{display:grid;gap:15px}.input,.textarea,.select{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 15px;font:inherit}.textarea{min-height:120px}.admin-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:26px;position:sticky;top:0;height:100vh}.sidebar a{display:block;padding:13px 14px;border-radius:14px;color:#cbd5e1;font-weight:800}.sidebar a:hover,.sidebar a.active{background:#1e293b;color:#fff}.admin-main{padding:30px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.05)}.table th,.table td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.kanban{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.kanban-col{background:#f1f5f9;border-radius:20px;padding:16px;min-height:200px}.candidate-mini{background:#fff;border-radius:16px;padding:14px;margin:10px 0;border:1px solid var(--line)}.resume{max-width:900px;margin:auto;background:#fff;padding:42px;border-radius:28px;box-shadow:var(--shadow)}.resume-head{display:flex;gap:24px;align-items:center;border-bottom:2px solid var(--line);padding-bottom:24px}.resume-head img{width:120px;height:120px;border-radius:28px;object-fit:cover}.alert{padding:14px 16px;border-radius:16px;background:#dcfce7;color:#166534;font-weight:800;margin-bottom:18px}
@media(max-width:980px){.mainbar-inner{grid-template-columns:1fr;gap:16px;height:auto;padding:16px 0}.brand-logo{justify-content:center}.header-actions{justify-content:center}.blacknav-inner{overflow:auto;justify-content:flex-start}.hero-slider{min-height:680px}.hero-inner{grid-template-columns:1fr;text-align:center}.hero-buttons{justify-content:center}.hero-slide:before{width:300px;height:300px;right:-70px;top:35%}.about-modern,.history-card,.grid-2,.grid-3{grid-template-columns:1fr}.about-image img{height:340px}.contact-modern{flex-direction:column;align-items:flex-start}.section-head-row{align-items:flex-start;flex-direction:column}.admin-layout{grid-template-columns:1fr}.sidebar{height:auto;position:relative}.marquee-track{font-size:14px}}
@media(max-width:560px){.hero-slider{min-height:620px}.hero-copy h1{letter-spacing:-1.5px}.hero-arrow{display:none}.shortcut{width:100%}.section{padding:54px 0}.floating-card{left:18px;right:18px;bottom:18px}.brand-logo img{height:58px}.blacknav-inner{gap:22px}.footer-inner{align-items:flex-start;flex-direction:column}}
/* V5 - slider principal apenas com imagens editáveis no painel */
.hero-image-slider{min-height:clamp(280px,42vw,650px);background:#ff5a00;border-bottom:1px solid rgba(0,0,0,.06)}
.hero-image-slider .hero-slide{background:#ff5a00;padding:0;align-items:stretch}
.hero-image-slider .hero-slide:before,.hero-image-slider .hero-slide:after{display:none!important}
.hero-image-slider .banner-only{display:block}
.hero-banner-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.hero-cta-bar{background:#fff;padding:34px 0;border-bottom:1px solid #eee;box-shadow:0 12px 35px rgba(15,23,42,.05)}
.hero-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:26px}
.hero-cta-inner h1{font-size:clamp(28px,3vw,46px);line-height:1;margin:0 0 8px;font-weight:1000;letter-spacing:-1.4px;color:#111114}
.hero-cta-inner p{margin:0;color:#64748b;font-size:18px;font-weight:700}
.hero-cta-inner .hero-buttons{margin-top:0;justify-content:flex-end}
.banner-admin-preview{width:220px;height:74px;border-radius:12px;object-fit:cover;border:1px solid var(--line);background:#f8fafc}
.admin-help{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:14px 16px;border-radius:16px;font-weight:800;margin:0 0 18px}
@media(max-width:980px){.hero-cta-inner{flex-direction:column;align-items:flex-start}.hero-cta-inner .hero-buttons{justify-content:flex-start}.hero-image-slider{min-height:360px}}
@media(max-width:560px){.hero-image-slider{min-height:260px}.hero-cta-inner .hero-buttons{width:100%}.hero-cta-inner .btn{width:100%}}
/* V6 ajustes solicitados */
.banner-admin-preview{width:180px!important;height:62px!important;border-radius:12px;object-fit:cover;border:1px solid var(--line);background:#f8fafc}.table .banner-admin-preview{width:150px!important;height:52px!important}.job-detail-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(360px,1.05fr);gap:32px;align-items:start}.job-detail-image{background:#fff;border-radius:28px;padding:14px;box-shadow:var(--shadow);position:sticky;top:170px}.job-detail-image img{width:100%;border-radius:20px;object-fit:cover}.job-detail-content{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--soft-shadow)}.job-detail-content h1{font-size:clamp(34px,4vw,56px);line-height:.96;margin:12px 0 14px;letter-spacing:-1.5px}.job-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.job-meta span{background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:999px;padding:9px 12px;font-weight:900}.job-info-box{border-top:1px solid var(--line);padding-top:18px;margin-top:18px}.job-info-box h2{font-size:20px;margin:0 0 10px}.job-info-box p{color:#475569;line-height:1.7;margin:0}.job-apply-btn{width:100%;margin-top:22px}.candidate-form label{display:grid;gap:7px}.candidate-form label span{font-weight:1000;color:#111827}.candidate-form small{color:#64748b;font-weight:700}.span-2{grid-column:span 2}.candidate-photo-row{display:flex;align-items:center;gap:22px;background:#fff7ed;border:1px solid #fed7aa;border-radius:24px;padding:18px}.candidate-photo-preview img,.photo-empty{width:116px;height:116px;border-radius:24px;object-fit:cover;background:#fff;display:flex;align-items:center;justify-content:center;font-size:42px;border:1px solid #fed7aa}.experience-card{background:#f8fafc}.kanban-filter{display:flex;align-items:end;gap:14px;margin-bottom:22px}.kanban-filter label{flex:1}.kanban-filter span{display:block;font-weight:1000;margin-bottom:8px}.kanban-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;align-items:start;overflow-x:auto;padding-bottom:10px}.kanban-col{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:22px;padding:16px;min-height:420px;transition:.2s}.kanban-col.over{background:#fff7ed;border-color:#ffb27a;box-shadow:0 0 0 3px rgba(255,90,0,.13)}.kanban-col h2{font-size:18px;margin:0 0 14px}.kanban-dropzone{min-height:330px}.draggable-card{cursor:grab}.draggable-card:active{cursor:grabbing}.candidate-mini{display:grid;gap:5px}.candidate-mini strong{font-size:16px}.candidate-mini span,.candidate-mini small{color:#64748b}.candidate-mini a{color:var(--orange);font-weight:1000}.dragging{opacity:.55;transform:scale(.98)}
@media(max-width:980px){.job-detail-grid{grid-template-columns:1fr}.job-detail-image{position:relative;top:auto}.span-2{grid-column:auto}.candidate-photo-row{align-items:flex-start;flex-direction:column}.kanban-filter{flex-direction:column;align-items:stretch}}
/* V7 ATS avançado */
.score-badge{background:#ff5b00;color:#fff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(255,91,0,.25)}
.candidate-card-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.pending-icons{display:block;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:10px;padding:5px 7px;margin:8px 0}.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.card-actions a{font-weight:800;color:#ff5b00}.btn.danger{background:#ef4444;color:#fff}.alert{padding:16px 20px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;font-weight:800}.alert.danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}.timeline-wrap{display:flex;align-items:flex-start;gap:14px;margin:30px 0;overflow-x:auto;padding-bottom:10px}.timeline-node{min-width:160px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:18px;padding:18px;text-align:center;position:relative}.timeline-node.done{background:#dcfce7;border-color:#86efac}.timeline-node.active{background:#dbeafe;border-color:#93c5fd;box-shadow:0 18px 40px rgba(37,99,235,.15)}.timeline-node.locked{opacity:.75}.timeline-dot{width:42px;height:42px;display:grid;place-items:center;margin:0 auto 10px;border-radius:50%;background:#fff;font-weight:900}.timeline-node.done .timeline-dot{background:#16a34a;color:#fff}.timeline-node.active .timeline-dot{background:#2563eb;color:#fff}.current-step-card{max-width:760px}.test-question{padding:18px;border:1px solid #eee;border-radius:18px;margin-bottom:16px;background:#fff}.option-line{display:block;padding:12px 14px;margin:8px 0;border:1px solid #eee;border-radius:12px;cursor:pointer}.option-line:hover{background:#fff7ed;border-color:#fb923c}.job-detail-content .job-info-box{margin:12px 0}.candidate-photo-preview img{object-fit:cover}.banner-admin-preview{max-width:260px!important;max-height:120px!important;object-fit:cover;border-radius:12px;border:1px solid #eee}

/* V8 ATS profissional */
.admin-help{background:#fff7ed;border:1px solid #fed7aa;padding:12px 14px;border-radius:14px;color:#7c2d12}.select{width:100%;border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;font:inherit}.danger{background:#dc2626!important}.kanban-board{display:flex;gap:18px;overflow-x:auto;padding:12px 0 26px}.kanban-column{min-width:310px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:20px;padding:14px}.kanban-column h3{margin:0 0 14px}.kanban-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;margin-bottom:12px;box-shadow:0 8px 24px rgba(15,23,42,.08);cursor:grab}.kanban-card .card-title{font-weight:900;font-size:18px}.score{margin:8px 0;color:#ff5a00}.pending-icons{font-size:12px;margin:8px 0}.card-actions{display:flex;gap:10px;margin-top:8px}.card-actions a{font-size:12px;font-weight:800;color:#111827}.timeline{display:flex;gap:14px;overflow-x:auto;margin:24px 0}.timeline-node{min-width:160px;border-radius:18px;padding:16px;border:1px solid #e5e7eb;background:#f3f4f6;text-align:center}.timeline-node.done{background:#dcfce7;border-color:#22c55e}.timeline-node.active{background:#dbeafe;border-color:#2563eb;box-shadow:0 10px 30px rgba(37,99,235,.18)}.timeline-node.locked{opacity:.65}.resume-head,.resume-preview-row{display:flex;gap:18px;align-items:center}.resume-photo{width:110px;height:110px;border-radius:24px;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 25px rgba(0,0,0,.15)}.experience-box,.question,.mini-result{border:1px solid #e5e7eb;border-radius:18px;padding:16px;margin:12px 0;background:#fff}.option{display:block;padding:12px;border:1px solid #eee;border-radius:12px;margin:8px 0}.alert{padding:14px 16px;border-radius:14px;background:#fee2e2;color:#991b1b;font-weight:800}.alert.success{background:#dcfce7;color:#166534}.tag{display:inline-block;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#ea580c;font-weight:900}.candidate-actions{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:800px){.grid-3,.grid-2{grid-template-columns:1fr}.kanban-column{min-width:270px}.resume-head{flex-direction:column;align-items:flex-start}}

.banner-admin-preview{width:180px!important;max-height:90px!important;object-fit:cover!important;border-radius:12px!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 20px rgba(0,0,0,.08)!important}.question{padding:18px;border-radius:18px;background:#f7f7f8;margin-bottom:14px}.option{display:block;margin:8px 0}.disc-table-wrap{overflow:auto}.disc-table td{vertical-align:middle}.disc-table input{width:58px;padding:8px;border:1px solid #ddd;border-radius:10px;margin-right:8px}.disc-totals td{font-size:16px;background:#fff7ed!important}.result-json{white-space:pre-wrap;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px;font-size:12px;margin:8px 0 0}

/* V12 - Criador de funil estilo Gupy */
.stage-builder{display:flex;flex-direction:column;gap:14px;margin:14px 0}
.stage-row{border-left:6px solid #ff5a00;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.08)}
.stage-row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.btn.small{padding:8px 12px;font-size:12px;border-radius:10px}
.btn.danger{background:#ef4444;color:#fff}
.btn.danger:disabled{opacity:.45;cursor:not-allowed;background:#94a3b8}
.admin-help{background:#fff7ed;border:1px solid #fed7aa;padding:12px 14px;border-radius:14px;color:#7c2d12;margin-bottom:16px}


/* V18: ajustes pequenos sem alterar o layout principal */
.auth-links{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:14px}.auth-links a{text-decoration:none;font-weight:700}.auth-links a:hover{text-decoration:underline}
.section#contato{background:linear-gradient(135deg,#ff5a00,#ff7b1a);padding:70px 0;margin:0;max-width:none;width:100%}.section#contato .contact-modern{background:transparent;box-shadow:none;border-radius:0;padding:0;color:#fff}.section#contato .container.contact-modern{width:min(1240px,94%)}
.resume-photo{width:118px;height:118px;object-fit:cover;border-radius:22px;border:4px solid #fff;box-shadow:0 10px 30px rgba(15,23,42,.16)}
.kanban-card .job-name{font-size:12px;font-weight:900;color:#ff5a00;text-transform:uppercase;margin-bottom:6px}

/* ===== V19 ajustes visuais pontuais sem alterar o layout principal do site ===== */
.auth-links{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;flex-wrap:wrap}
.auth-links a{font-weight:800;color:#111827;padding:8px 0}.auth-links a:hover{color:var(--orange)}
.candidate-dashboard-modern .candidate-hero-card{display:flex;justify-content:space-between;align-items:center;gap:24px;background:linear-gradient(135deg,#111114,#25252c);color:#fff;border-radius:28px;padding:34px;box-shadow:var(--shadow);margin-bottom:28px;overflow:hidden;position:relative}.candidate-dashboard-modern .candidate-hero-card:after{content:"";position:absolute;right:-60px;top:-70px;width:230px;height:230px;background:var(--yellow);border-radius:50%;opacity:.9;filter:blur(1px)}.candidate-dashboard-modern .candidate-hero-card>*{position:relative;z-index:1}.candidate-dashboard-modern .candidate-hero-card h1{font-size:42px;margin:8px 0;color:#fff}.candidate-dashboard-modern .candidate-hero-card p{color:#f8fafc;font-size:17px;max-width:660px}.candidate-dashboard-modern .eyebrow{display:inline-flex;color:var(--orange2);font-weight:1000;text-transform:uppercase;letter-spacing:.06em}.candidate-status-card{position:relative;overflow:hidden}.status-pill{display:inline-flex;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:1000;text-transform:uppercase;background:#eef2ff;color:#1d4ed8;margin-bottom:10px}.status-reprovado,.status-desistente{background:#fee2e2;color:#991b1b}.status-contratado{background:#dcfce7;color:#166534}.muted-card{opacity:.86;background:#f8fafc}
.admin-layout{background:linear-gradient(135deg,#f7f8fc,#eef2f7);min-height:100vh}.sidebar{background:rgba(17,17,20,.98)!important;box-shadow:16px 0 50px rgba(15,23,42,.18);border-right:1px solid rgba(255,255,255,.06)}.sidebar h2{color:#fff;font-size:22px;letter-spacing:-.03em;margin-bottom:18px}.sidebar a{border-radius:14px;margin:5px 10px;padding:12px 14px;color:#e5e7eb!important;font-weight:800;transition:.2s}.sidebar a:hover{background:linear-gradient(90deg,var(--orange),var(--orange2));color:#fff!important;transform:translateX(3px)}.admin-main{padding:34px!important}.admin-main h1{font-size:34px;letter-spacing:-.04em}.admin-main .card,.admin-main .table{border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 45px rgba(15,23,42,.08);border-radius:24px}.admin-main .input,.admin-main .select,.admin-main .textarea{border-radius:16px;border:1px solid #dbe3ee;background:#fff}.admin-main .btn{border-radius:16px;box-shadow:0 12px 25px rgba(255,90,0,.18)}.kanban-column{background:rgba(255,255,255,.85)!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 18px 45px rgba(15,23,42,.08)!important}.kanban-card{border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 14px 35px rgba(15,23,42,.10)!important}.kanban-card:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(15,23,42,.14)!important}
@media(max-width:760px){.candidate-dashboard-modern .candidate-hero-card{display:block;padding:24px}.candidate-dashboard-modern .candidate-hero-card h1{font-size:30px}.candidate-dashboard-modern .candidate-actions{margin-top:18px}}

/* ===== V21: responsivo geral e botões de variáveis sem alterar identidade visual ===== */
.variable-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:10px 12px;margin:8px 0 10px;color:#7c2d12;font-size:13px}.variable-toolbar .var-btn{border:0;border-radius:999px;background:#ff5a00;color:#fff;font-weight:900;padding:7px 10px;cursor:pointer;font-size:12px}.variable-toolbar .var-btn:hover{filter:brightness(.94);transform:translateY(-1px)}
img,video,iframe{max-width:100%;height:auto}.table{display:block;overflow-x:auto;white-space:nowrap}.table tbody,.table thead,.table tr{width:100%}.admin-main{max-width:100%;overflow:hidden}.form label small{display:block;color:#64748b;margin:5px 0 8px;font-weight:700;line-height:1.35}.timeline,.timeline-wrap{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.timeline-node{scroll-snap-align:start}.kanban-board{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.kanban-column{scroll-snap-align:start}.job-detail-grid,.grid,.grid-2,.grid-3{min-width:0}.card,.resume,.current-step-card{max-width:100%;box-sizing:border-box}.input,.textarea,.select{box-sizing:border-box;max-width:100%}
@media(max-width:900px){body{overflow-x:hidden}.container{width:min(100% - 28px,1240px)}.mainbar-inner{grid-template-columns:1fr!important;padding:14px 0!important;gap:12px!important}.brand-logo img{height:54px!important;max-width:220px}.search-box{width:100%;height:48px}.header-actions{justify-content:center!important;gap:14px!important;font-size:14px}.blacknav-inner{height:auto!important;min-height:50px;overflow-x:auto;white-space:nowrap;justify-content:flex-start!important;padding:0 10px;gap:22px!important}.section{padding:46px 0}.hero-slider{min-height:auto!important}.hero-slide{position:relative!important;display:none!important;min-height:auto!important}.hero-slide.active{display:block!important}.hero-inner{grid-template-columns:1fr!important;padding:42px 0!important;gap:26px!important}.hero-copy{text-align:center}.hero-copy h1{font-size:42px!important;letter-spacing:-1px!important}.hero-logo-card{padding:22px;border-radius:24px}.shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:12px}.shortcut{min-width:0;width:100%;padding:16px 14px}.grid-2,.grid-3{grid-template-columns:1fr!important}.history-card,.about-modern{grid-template-columns:1fr!important;padding:28px}.history-stats{grid-template-columns:1fr}.contact-modern{flex-direction:column;text-align:left;align-items:flex-start!important}.footer-inner{flex-direction:column;align-items:flex-start!important}.job-detail-grid{grid-template-columns:1fr!important}.job-detail-image{position:relative!important;top:auto!important}.timeline,.timeline-wrap{gap:10px}.timeline-node{min-width:145px;padding:14px 12px}.admin-layout{display:block!important}.sidebar{position:relative!important;height:auto!important;padding:16px!important;display:flex;gap:8px;overflow-x:auto;white-space:nowrap}.sidebar h2{display:none}.sidebar a{display:inline-flex;align-items:center;min-width:max-content;margin:0!important}.admin-main{padding:20px!important}.admin-main h1{font-size:28px!important}.kanban-board{display:flex!important;overflow-x:auto}.kanban-column{min-width:285px!important}.resume{padding:22px}.resume-head{flex-direction:column;align-items:flex-start!important}.candidate-dashboard-modern .candidate-hero-card{display:block!important;padding:24px!important}.candidate-dashboard-modern .candidate-hero-card h1{font-size:30px!important}.candidate-actions{display:grid!important;grid-template-columns:1fr!important}.auth-links{gap:8px!important;justify-content:flex-start!important}.auth-links a{display:block;width:auto}.variable-toolbar{align-items:flex-start}.variable-toolbar .var-btn{font-size:11px;padding:7px 8px}}
@media(max-width:520px){.container{width:min(100% - 20px,1240px)}.brand-logo img{height:46px!important}.marquee-track{font-size:13px}.search-box input{padding:0 14px;font-size:14px}.search-box button{width:50px}.hero-copy h1{font-size:34px!important}.hero-copy p{font-size:16px!important}.hero-buttons .btn,.btn{width:100%;padding:14px 16px}.shortcuts{grid-template-columns:1fr}.section-title{font-size:30px}.card{padding:18px;border-radius:20px}.about-image img{height:260px}.floating-card{position:relative!important;right:auto!important;bottom:auto!important;margin-top:14px}.history-card{border-radius:24px}.history-stats strong{font-size:26px}.contact-modern{border-radius:22px;padding:24px!important}.admin-main{padding:14px!important}.admin-main h1{font-size:25px!important}.table th,.table td{padding:12px;font-size:13px}.timeline-node{min-width:132px;font-size:13px}.current-step-card{padding:18px!important}.question,.test-question{padding:14px}.disc-table input{width:48px}.resume-photo,.resume-head img{width:96px!important;height:96px!important}.form{gap:12px}.variable-toolbar{gap:6px;padding:9px}.variable-toolbar b{width:100%}.kanban-column{min-width:260px!important}}

/* V27 - ajustes pontuais painel/candidato sem alterar site público */
.admin-layout{background:linear-gradient(135deg,#f6f7fb 0%,#fff 55%,#fff3e6 100%)}
.sidebar{background:linear-gradient(180deg,#111216,#1b1c22 60%,#ff5a00 190%)!important;box-shadow:18px 0 48px rgba(0,0,0,.18)}
.sidebar h2{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px;margin-bottom:18px}.sidebar a{border-radius:14px;margin:5px 0;transition:.2s ease}.sidebar a:hover{background:rgba(255,90,0,.18)!important;transform:translateX(5px)}
.admin-main h1{letter-spacing:-.045em}.admin-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;margin:18px 0}.admin-kpi{background:#fff;border:1px solid #edf1f7;border-radius:24px;padding:22px;box-shadow:0 18px 45px rgba(15,23,42,.08);position:relative;overflow:hidden}.admin-kpi:after{content:"";position:absolute;right:-30px;top:-30px;width:110px;height:110px;background:linear-gradient(135deg,#ff5a00,#ffd000);opacity:.16;border-radius:50%}.admin-kpi h2{font-size:42px;margin:0;color:#071329}.admin-kpi p{margin:6px 0 0;color:#64748b;font-weight:800}.admin-quick{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.admin-quick a{text-decoration:none;background:#111216;color:#fff;border-radius:18px;padding:18px;font-weight:900;box-shadow:0 14px 28px rgba(0,0,0,.12)}.admin-quick a:hover{background:#ff5a00}
.card-actions{display:flex;gap:8px;flex-wrap:wrap}.card-actions a{font-size:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;padding:7px 10px;text-decoration:none}.card-actions a:hover{background:#ff5a00;color:#fff}
.candidate-actions{display:flex;gap:10px;flex-wrap:wrap}.auth-links{display:flex!important;gap:12px!important;flex-wrap:wrap;margin-top:14px}.auth-links a{text-decoration:none;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;font-weight:700}
@media(max-width:900px){.admin-layout{display:block!important}.sidebar{width:100%!important;min-height:auto!important;display:flex;gap:8px;overflow-x:auto;padding:12px!important}.sidebar h2{min-width:150px;margin:0}.sidebar a{white-space:nowrap;min-width:max-content}.admin-main{padding:16px!important}.grid.grid-2,.grid.grid-3{grid-template-columns:1fr!important}}
