:root{--green:#00b14f;--green-dark:#007a3a;--green-light:#e6f7ed;--green-bg:#f0faf4;--orange:#ff7d00;--blue:#2563eb;--red:#e74c3c;--dark:#212f3f;--text:#333;--text-sub:#6f7882;--border:#e9eaec;--bg:#f4f5f5;--white:#fff;--shadow:0 1px 2px rgba(0,0,0,.06);--shadow-md:0 2px 8px rgba(0,0,0,.08);--shadow-lg:0 4px 12px rgba(0,0,0,.1);--r:4px;--r-md:8px;--font:'Inter',system-ui,sans-serif;--hh:64px}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;font-size:14px}
h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--dark);line-height:1.3}
a{text-decoration:none;color:inherit;transition:.15s}
img{max-width:100%}
.container{max-width:1170px;margin:0 auto;padding:0 15px}
.text-gradient{color:var(--green)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--r);font-weight:600;font-size:14px;border:none;cursor:pointer;transition:.15s;font-family:var(--font)}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:var(--green-dark)}
.btn-outline{border:1px solid var(--green);color:var(--green);background:#fff}
.btn-outline:hover{background:var(--green-light)}
.btn-white{background:#fff;color:var(--green);font-weight:700}
.btn-white:hover{background:var(--green-light)}
.btn-lg{padding:11px 24px;font-size:15px}
.btn-sm{padding:5px 12px;font-size:13px}
.btn-block{display:flex;width:100%;justify-content:center}
.btn-danger{background:var(--red);color:#fff}

/* HEADER - TopCV exact style */
.site-header{position:fixed;top:0;left:0;right:0;height:var(--hh);background:var(--white);z-index:1000;box-shadow:0 0 4px rgba(0,0,0,.1)}
.header-container{max-width:1170px;margin:0 auto;padding:0 15px;display:flex;align-items:center;height:100%;gap:0}
.logo{display:flex;align-items:center;gap:6px;margin-right:24px;flex-shrink:0}
.logo-icon{width:30px;height:30px;background:var(--green);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px}
.logo-text{font-size:26px;font-weight:900;color:var(--dark);letter-spacing:-0.5px}
.logo-accent{color:var(--green)}
.logo-slogan{display:block;font-size:10px;color:var(--text-sub);font-weight:400;margin-left:4px;white-space:nowrap}
.main-nav{display:flex;gap:0;flex:1}
.nav-link{color:var(--text);padding:10px 16px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px;position:relative}
.nav-link:hover{color:var(--green)}
.nav-link.active{color:var(--green)}
.nav-arrow{font-size:9px;opacity:.4;margin-left:2px}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.btn-header-login{color:var(--dark);font-size:14px;padding:7px 16px;border:1px solid var(--dark);border-radius:var(--r);font-weight:600;display:inline-flex;align-items:center}
.btn-header-login:hover{color:var(--green);border-color:var(--green)}
.btn-header-register{background:var(--green);color:#fff;padding:7px 16px;border-radius:var(--r);font-weight:600;font-size:14px;display:inline-flex;align-items:center}
.btn-header-register:hover{background:var(--green-dark)}
.btn-header-employer{color:var(--dark);font-size:14px;padding:7px 14px;font-weight:500;border-left:1px solid var(--border);margin-left:8px;padding-left:16px;white-space:nowrap}
.btn-header-employer:hover{color:var(--green)}
.user-menu{position:relative}
.user-menu-trigger{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid var(--border);color:var(--text);padding:4px 10px;border-radius:20px;cursor:pointer;font-size:13px;font-family:var(--font)}
.user-menu-trigger img,.user-avatar img{width:28px;height:28px;border-radius:50%}
.user-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border-radius:var(--r-md);box-shadow:var(--shadow-lg);border:1px solid var(--border);min-width:200px;opacity:0;visibility:hidden;transform:translateY(4px);transition:.15s;overflow:hidden;z-index:100}
.user-menu:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.user-dropdown a{display:flex;align-items:center;gap:8px;padding:10px 14px;color:var(--text);font-size:14px}
.user-dropdown a:hover{background:var(--bg);color:var(--green)}
.dropdown-divider{height:1px;background:var(--border)}
.mobile-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:6px}
.mobile-toggle span{width:18px;height:2px;background:var(--dark);border-radius:1px}

/* HERO - TopCV style: gradient green bg, centered search */
.hero{padding:calc(var(--hh) + 20px) 0 32px;background:linear-gradient(135deg,#def5e5 0%,#d4f3e0 30%,#c5edd5 60%,#e0f5e9 100%);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;right:-60px;top:0;width:400px;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Ccircle cx='200' cy='200' r='180' fill='none' stroke='%2300b14f' stroke-opacity='0.06' stroke-width='2'/%3E%3Ccircle cx='200' cy='200' r='130' fill='none' stroke='%2300b14f' stroke-opacity='0.04' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.5}
.hero .container{position:relative;z-index:2;text-align:center}
.hero-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(0,177,79,.12);color:var(--green-dark);padding:5px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:14px}
.hero-title{font-size:28px;font-weight:800;color:var(--dark);margin-bottom:10px}
.hero-subtitle{font-size:15px;color:var(--text-sub);margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}
.hero-search{max-width:640px;margin:0 auto 20px;background:var(--white);border-radius:var(--r-md);padding:5px;display:flex;gap:0;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid var(--border)}
.hero-search i{display:flex;align-items:center;padding:0 12px;color:var(--text-sub);font-size:15px}
.hero-search input{flex:1;padding:11px 8px;border:none;font-size:14px;outline:none;color:var(--text);background:transparent}
.hero-search input::placeholder{color:#aaa}
.hero-search .btn{padding:11px 24px;border-radius:var(--r);font-size:14px;flex-shrink:0}
.hero-cta{display:flex;gap:10px;justify-content:center}
.hero-stats{display:flex;gap:32px;justify-content:center;margin-top:18px}
.hero-stat{text-align:center}
.hero-stat-number{display:block;font-size:20px;font-weight:800;color:var(--dark)}
.hero-stat-label{font-size:12px;color:var(--text-sub)}
.hero-visual{display:none}

/* SECTIONS */
.section{padding:40px 0}
.section-header{text-align:center;margin-bottom:28px}
.section-badge{display:none}
.section-title{font-size:20px;margin-bottom:6px}
.section-subtitle{font-size:14px;color:var(--text-sub)}
.section-cta{text-align:center;margin-top:20px}

/* STEPS */
.section-how{background:var(--white);padding:36px 0;border-top:1px solid var(--border)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.step-card{background:var(--white);border-radius:var(--r-md);padding:24px 20px;text-align:center;border:1px solid var(--border);transition:.15s;position:relative}
.step-card:hover{border-color:var(--green);box-shadow:var(--shadow-md)}
.step-number{position:absolute;top:8px;right:12px;font-size:32px;font-weight:800;color:var(--green-light)}
.step-icon{width:52px;height:52px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:20px;color:var(--green)}
.step-card h3{font-size:15px;margin-bottom:6px}
.step-card p{color:var(--text-sub);font-size:13px;line-height:1.5}

/* TEMPLATE CARDS */
.section-templates{background:var(--bg)}
.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.template-card{background:var(--white);border-radius:var(--r-md);overflow:hidden;border:1px solid var(--border);position:relative;transition:.15s;cursor:pointer}
.template-card:hover{border-color:var(--green);box-shadow:var(--shadow-md)}
.template-preview{height:200px;padding:14px;background:var(--bg);display:flex;align-items:center;justify-content:center}
.template-info{padding:10px 14px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border)}
.template-info h4{font-size:14px}
.template-tag{font-size:11px;background:var(--green-light);color:var(--green-dark);padding:2px 8px;border-radius:3px;font-weight:500}
.template-overlay{position:absolute;inset:0;background:rgba(33,47,63,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:.15s}
.template-card:hover .template-overlay{opacity:1}

/* TP mini-cv elements */
.tp-header{display:flex;gap:6px;margin-bottom:7px;padding:7px;background:rgba(0,177,79,.07);border-radius:3px}
.tp-avatar{width:22px;height:22px;border-radius:3px;background:var(--green);flex-shrink:0;opacity:.45}
.tp-info{flex:1}
.tp-body{padding:0 2px}
.tp-line{height:3px;background:var(--border);border-radius:1px;margin-bottom:4px}
.tp-line.light{background:rgba(255,255,255,.2)}
.tp-line.center{margin-left:auto;margin-right:auto}
.tp-section-title{height:3px;width:28%;background:var(--green);border-radius:1px;margin:7px 0 4px;opacity:.3}
.tp-section-title.small{height:3px;width:24%}
.tp-divider{height:1px;background:var(--border);margin:4px auto;width:45%}
.tp-spacer{height:4px}
.tp-classic-header{text-align:center;padding:8px}
.tp-creative-sidebar{width:35%;float:left;height:100%;background:var(--dark);padding:8px;border-radius:3px 0 0 3px}
.tp-creative-main{margin-left:38%;padding:7px}
.tp-avatar-round{width:24px;height:24px;border-radius:50%;background:var(--green);margin:0 auto 5px;opacity:.45}
.tp-dots span{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--green);margin:1px;opacity:.35}
.tp-pro-header{padding:7px;border-bottom:2px solid var(--green);margin-bottom:4px}
.tp-pro-cols{display:flex;gap:5px;padding:3px}
.tp-pro-left{flex:2}.tp-pro-right{flex:1}
.tp-bar{height:4px;background:var(--green);border-radius:2px;margin-bottom:3px;opacity:.2}
.tp-bar.short{width:60%}
.tp-tech-header{background:var(--dark);padding:7px;border-radius:3px 3px 0 0;text-align:center}
.tp-code-icon{color:#4ade80;font-family:monospace;font-size:10px;margin-bottom:2px}
.tp-tags span{display:inline-block;width:16px;height:5px;background:var(--green-light);border-radius:1px;margin:1px}

/* JOBS - TopCV exact card style */
.section-jobs{background:var(--white);border-top:1px solid var(--border)}
.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.job-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-md);padding:14px;transition:.15s}
.job-card:hover{border-color:var(--green);box-shadow:var(--shadow-md)}
.job-card-header{display:flex;gap:12px;align-items:flex-start;margin-bottom:8px}
.job-company-logo{width:52px;height:52px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:var(--text-sub);font-size:16px;flex-shrink:0}
.job-header-info{flex:1;min-width:0}
.job-title{font-size:14px;font-weight:600;margin-bottom:2px;line-height:1.4}
.job-title a{color:var(--dark)}.job-title a:hover{color:var(--green)}
.job-company{color:var(--text-sub);font-size:13px}
.job-meta{display:flex;flex-wrap:wrap;gap:6px 14px;margin-bottom:6px}
.job-meta-item{font-size:12px;color:var(--text-sub);display:flex;align-items:center;gap:3px}
.job-meta-item i{color:var(--green);font-size:10px}
.job-tags{display:flex;flex-wrap:wrap;gap:4px}
.job-tag{font-size:11px;padding:2px 8px;border-radius:3px;font-weight:500}
.job-tag.type{background:#e8f8ee;color:var(--green-dark)}
.job-tag.category{background:#fff3e0;color:var(--orange)}
.job-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid var(--border);margin-top:8px}
.job-deadline{font-size:12px;color:var(--text-sub);display:flex;align-items:center;gap:4px}
.job-deadline i{font-size:11px}
.no-jobs,.no-results{grid-column:1/-1;text-align:center;padding:40px;color:var(--text-sub)}
.no-jobs i,.no-results i{font-size:28px;margin-bottom:8px;opacity:.3;display:block}

/* FEATURES */
.section-features{background:var(--bg)}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.feature-card{background:var(--white);border-radius:var(--r-md);padding:24px 18px;text-align:center;border:1px solid var(--border);transition:.15s}
.feature-card:hover{border-color:var(--green);box-shadow:var(--shadow-md)}
.feature-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:18px;color:#fff}
.gradient-1{background:var(--green)}.gradient-2{background:var(--orange)}.gradient-3{background:var(--blue)}
.gradient-4{background:#f59e0b}.gradient-5{background:#8b5cf6}.gradient-6{background:#06b6d4}
.feature-card h3{font-size:14px;margin-bottom:6px}
.feature-card p{color:var(--text-sub);font-size:13px}

/* CTA BANNER */
.section-cta-banner{padding:36px 0;background:var(--green)}
.cta-banner-content{display:flex;align-items:center;justify-content:space-between;gap:20px}
.cta-banner-text h2{font-size:20px;color:#fff;margin-bottom:4px}
.cta-banner-text p{color:rgba(255,255,255,.85);font-size:14px}

/* PAGE HERO */
.page-hero{background:var(--white);padding:calc(var(--hh) + 20px) 0 18px;border-bottom:1px solid var(--border)}
.page-hero h1{color:var(--dark);font-size:20px;margin-bottom:4px}
.page-hero h1 i{margin-right:6px;color:var(--green)}
.page-hero p{color:var(--text-sub);font-size:14px}
.page-hero p strong{color:var(--dark)}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px;font-size:13px;color:var(--text-sub)}
.breadcrumb a:hover{color:var(--green)}
.jobs-page{padding:16px 0 40px}
.jobs-filters{background:#fff;border-radius:8px;padding:14px;box-shadow:0 1px 2px rgba(0,0,0,.06);margin-bottom:16px;border:1px solid #e9eaec}
.jobs-filter-form{display:flex;gap:8px;flex-wrap:wrap}
.filter-search{flex:2;position:relative;min-width:150px}
.filter-search i{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#6f7882;font-size:13px}
.filter-search input{width:100%;padding:9px 9px 9px 30px;border:1px solid #e9eaec;border-radius:4px;font-size:14px}
.filter-search input:focus{border-color:#00b14f;outline:none}
.filter-selects{display:flex;gap:8px;flex:3}
.filter-selects select{flex:1;padding:9px;border:1px solid #e9eaec;border-radius:4px;font-size:13px}
.filter-selects select:focus{border-color:#00b14f;outline:none}
.jobs-results-header{margin-bottom:10px;font-size:14px;color:#6f7882}
.jobs-list{display:flex;flex-direction:column;gap:8px}
.job-list-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e9eaec;border-radius:8px;padding:14px;transition:.15s}
.job-list-card:hover{border-color:#00b14f;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.job-list-logo{width:48px;height:48px;background:#f4f5f5;border:1px solid #e9eaec;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#6f7882;font-size:15px;flex-shrink:0}
.job-list-content{flex:1;min-width:0}
.job-list-title{font-size:14px;font-weight:600;margin-bottom:2px}
.job-list-title a:hover{color:#00b14f}
.job-list-company{color:#6f7882;font-size:13px;margin-bottom:4px}
.job-list-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#6f7882;margin-bottom:4px}
.job-list-meta i{color:#00b14f;margin-right:2px}
.job-list-tags{display:flex;gap:4px}
.job-list-action{flex-shrink:0}
.jobs-pagination{display:flex;justify-content:center;gap:3px;margin-top:20px}
.jobs-pagination .page-numbers{width:32px;height:32px;border-radius:4px;border:1px solid #e9eaec;display:flex;align-items:center;justify-content:center;font-size:13px;background:#fff}
.jobs-pagination .page-numbers.current,.jobs-pagination .page-numbers:hover{background:#00b14f;color:#fff;border-color:#00b14f}
.single-job-page{padding:16px 0 40px}
.single-job-layout{display:grid;grid-template-columns:1fr 300px;gap:16px}
.single-job-header{display:flex;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid #e9eaec}
.job-company-logo-lg{width:56px;height:56px;background:#f4f5f5;border:1px solid #e9eaec;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#6f7882;font-size:18px;flex-shrink:0}
.job-header-content h1{font-size:18px;margin-bottom:3px}
.job-company-name{color:#6f7882;font-size:14px;margin-bottom:6px}
.job-header-tags{display:flex;gap:4px}
.single-job-content{line-height:1.7;margin-bottom:20px;font-size:14px}
.single-job-content h3{font-size:15px;margin:14px 0 8px}
.single-job-content ul{padding-left:16px;margin-bottom:10px}
.single-job-content li{margin-bottom:4px}
.single-job-apply{background:#f0faf4;border:1px solid #00b14f;border-radius:8px;padding:20px;text-align:center}
.single-job-apply h3{margin-bottom:4px;font-size:15px;color:#00b14f}
.single-job-apply p{color:#6f7882;margin-bottom:12px;font-size:13px}
.apply-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}
.sidebar-card{background:#fff;border:1px solid #e9eaec;border-radius:8px;padding:14px;margin-bottom:10px}
.sidebar-card h4{font-size:14px;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid #00b14f}
.job-info-list{list-style:none}.job-info-list li{display:flex;gap:8px;padding:7px 0;border-bottom:1px solid #e9eaec}
.job-info-list li:last-child{border:none}.job-info-list i{color:#00b14f;width:14px;text-align:center;margin-top:2px;font-size:12px}
.job-info-list .label{display:block;font-size:11px;color:#6f7882}.job-info-list .value{font-weight:600;font-size:13px}
.sidebar-cta{background:#00b14f;text-align:center;border:none;border-radius:8px;padding:18px}
.sidebar-cta h4{color:#fff;border-bottom-color:rgba(255,255,255,.3);font-size:14px}
.sidebar-cta p{color:rgba(255,255,255,.85);margin-bottom:10px;font-size:13px}
.sidebar-cta-icon{font-size:22px;color:#fff;margin-bottom:6px}
.cv-builder-page{background:#f4f5f5}
.cv-steps-bar{background:#fff;border-bottom:1px solid #e9eaec;padding:10px 0;position:sticky;top:64px;z-index:50}
.cv-steps{display:flex;justify-content:center;gap:36px}
.cv-step{display:flex;align-items:center;gap:6px;color:#6f7882;font-size:13px;font-weight:500}
.cv-step.active{color:#00b14f}.cv-step.completed{color:#00b14f}
.step-circle{width:26px;height:26px;border-radius:50%;border:2px solid #e9eaec;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px}
.cv-step.active .step-circle,.cv-step.completed .step-circle{background:#00b14f;color:#fff;border-color:#00b14f}
.cv-step-content{display:none;padding:20px 0 40px}.cv-step-content.active{display:block}
.step-header{text-align:center;margin-bottom:20px}
.step-header h2{font-size:18px;margin-bottom:4px}.step-header h2 i{color:#00b14f;margin-right:4px}
.step-header p{color:#6f7882;font-size:13px}
.step-actions{text-align:center;margin-top:20px}
.step-actions.two-buttons{display:flex;justify-content:space-between}
.cv-templates-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.cv-tpl-card{border:2px solid #e9eaec;border-radius:8px;overflow:hidden;cursor:pointer;transition:.15s;position:relative;background:#fff}
.cv-tpl-card:hover{border-color:#00b14f}.cv-tpl-card.selected{border-color:#00b14f;background:#f0faf4}
.cv-tpl-preview{height:150px;background:#f4f5f5;padding:8px;display:flex;align-items:center;justify-content:center}
.cv-tpl-info{padding:8px 10px;display:flex;justify-content:space-between;align-items:center}
.cv-tpl-info h4{font-size:13px}.cv-tpl-info p{font-size:11px;color:#6f7882}
.cv-tpl-check{position:absolute;top:6px;right:6px;color:#00b14f;font-size:14px;opacity:0}
.cv-tpl-card.selected .cv-tpl-check{opacity:1}
.mini-cv{width:90px;height:125px;background:#fff;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.06);overflow:hidden;font-size:0}
.mini-cv.two-col{display:flex}.mini-cv.dark-cv{background:#212f3f}
.mc-header{padding:5px;text-align:center}.mc-header.gradient-bg{background:#00b14f}
.mc-header.center-header{border-bottom:1px solid #e9eaec}.mc-header.pro-header{border-bottom:2px solid #00b14f;padding:4px}
.mc-header.dark-header{background:#111;padding:5px}
.mc-avatar{width:16px;height:16px;border-radius:3px;background:rgba(255,255,255,.35);margin:0 auto 2px}.mc-avatar.round{border-radius:50%}
.mc-name{height:3px;width:50%;background:rgba(255,255,255,.5);border-radius:1px;margin:0 auto 2px}.mc-name.left{margin:0 0 2px}
.mc-name.light{background:rgba(255,255,255,.4)}
.mc-title{height:2px;width:35%;background:rgba(255,255,255,.3);border-radius:1px;margin:0 auto}.mc-title.left{margin:0}
.mc-title.light{background:rgba(255,255,255,.2)}
.mc-divider{height:1px;background:#e9eaec;margin:3px auto;width:45%}
.mc-thin-divider{height:1px;background:#00b14f;margin:3px 0;opacity:.2}
.mc-body{padding:4px}.mc-section{height:2px;width:25%;background:#00b14f;border-radius:1px;margin:5px 0 3px;opacity:.3}
.mc-line{height:2px;background:#e9eaec;border-radius:1px;margin-bottom:2px}.mc-line.light{background:rgba(255,255,255,.2)}
.w80{width:80%}.w70{width:70%}.w60{width:60%}.w85{width:85%}.w90{width:90%}.w50{width:50%}.w30{width:30%}
.mc-sidebar{width:40%;background:#212f3f;padding:4px}.mc-main{flex:1;padding:4px}
.mc-skill-bars{margin-top:3px}.mc-bar{height:2px;background:#00b14f;border-radius:1px;margin-bottom:2px;opacity:.35}.mc-bar.short{width:60%}
.mc-contact-row{display:flex;gap:1px;margin-top:1px}.mc-contact-row span{width:8px;height:2px;background:#e9eaec;border-radius:1px}
.two-col-body{display:flex;gap:2px}.mc-col-left{flex:2}.mc-col-right{flex:1}
.mc-code{color:#4ade80;font-family:monospace;font-size:7px;margin-bottom:1px}
.mc-tags{display:flex;gap:1px;margin-bottom:3px;flex-wrap:wrap}.mc-tags span{width:12px;height:4px;background:#e6f7ed;border-radius:1px}
.cv-form-layout{display:grid;grid-template-columns:1fr 320px;gap:14px}
.cv-form-panel{background:#fff;border-radius:8px;border:1px solid #e9eaec}
.form-section{padding:14px;border-bottom:1px solid #e9eaec}.form-section:last-of-type{border:none}
.form-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.form-section-header h3{font-size:14px;display:flex;align-items:center;gap:5px}
.form-section-header h3 i{color:#00b14f;font-size:13px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.form-group{display:flex;flex-direction:column}.form-group.full{grid-column:1/-1}
.form-group label{font-size:12px;font-weight:600;color:#6f7882;margin-bottom:3px}
.form-group input,.form-group select,.form-group textarea{padding:8px 10px;border:1px solid #e9eaec;border-radius:4px;font-size:14px;font-family:inherit;resize:vertical}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00b14f;outline:none}
.checkbox-label{display:flex;align-items:center;gap:4px;font-size:12px;margin-top:2px;cursor:pointer}
.btn-add-item{background:#e6f7ed;color:#00b14f;border:none;padding:4px 10px;border-radius:4px;font-size:12px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:3px}
.btn-add-item:hover{background:#00b14f;color:#fff}
.repeater-item{background:#f4f5f5;border-radius:4px;padding:10px;margin-bottom:8px;border:1px solid #e9eaec}
.repeater-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.repeater-item-title{font-weight:600;font-size:12px;color:#00b14f}
.btn-remove-item{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:12px;padding:2px 4px}
.skills-list{display:flex;flex-direction:column;gap:6px}
.skill-item{display:flex;gap:6px;align-items:center}
.skill-item input{flex:2;padding:7px;border:1px solid #e9eaec;border-radius:4px;font-size:13px}
.skill-item select{flex:1;padding:7px;border:1px solid #e9eaec;border-radius:4px;font-size:12px}
.skill-item input:focus,.skill-item select:focus{border-color:#00b14f;outline:none}
.btn-remove-skill{background:none;border:none;color:#e74c3c;cursor:pointer;font-size:13px;padding:2px}
.cv-live-preview-panel{position:sticky;top:calc(64px + 46px);background:#fff;border:1px solid #e9eaec;border-radius:8px;overflow:hidden;height:fit-content;max-height:calc(100vh - 64px - 56px)}
.preview-panel-header{background:#212f3f;padding:8px 10px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:12px}
.preview-panel-body{padding:8px;overflow-y:auto;max-height:calc(100vh - 64px - 100px)}
#cv-live-preview,#cv-final-preview{transform:scale(.48);transform-origin:top left;width:210mm;min-height:297mm;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);font-size:11pt;line-height:1.5;color:#333}
.preview-panel-body #cv-live-preview{transform:scale(.4)}
.cv-render{padding:0;font-family:'Inter',sans-serif}
.cv-render .cv-header-modern{background:#00b14f;padding:22px;color:#fff}
.cv-render .cv-name{font-size:22pt;font-weight:800;margin-bottom:2px}
.cv-render .cv-jobtitle{font-size:10pt;opacity:.9;margin-bottom:8px}
.cv-render .cv-contact{display:flex;flex-wrap:wrap;gap:10px;font-size:8pt;opacity:.85}
.cv-render .cv-contact span{display:flex;align-items:center;gap:3px}
.cv-render .cv-body{padding:18px 22px}
.cv-render .cv-section{margin-bottom:12px}
.cv-render .cv-section-title{font-size:11pt;font-weight:700;color:#00b14f;border-bottom:2px solid #00b14f;padding-bottom:4px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}
.cv-render .cv-item{margin-bottom:8px}
.cv-render .cv-item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}
.cv-render .cv-item-title{font-weight:700;font-size:10pt}
.cv-render .cv-item-subtitle{font-size:9pt;color:#666;font-style:italic}
.cv-render .cv-item-date{font-size:8pt;color:#888;white-space:nowrap}
.cv-render .cv-item-desc{font-size:9pt;color:#555;white-space:pre-line}
.cv-render .cv-skills-grid{display:flex;flex-wrap:wrap;gap:5px}
.cv-render .cv-skill-tag{background:#e6f7ed;color:#007a3a;padding:2px 8px;border-radius:3px;font-size:8pt;font-weight:500}
.cv-render .cv-skill-bar{margin-bottom:5px}
.cv-render .cv-skill-bar-label{display:flex;justify-content:space-between;font-size:8pt;margin-bottom:2px}
.cv-render .cv-skill-bar-track{height:4px;background:#eee;border-radius:2px}
.cv-render .cv-skill-bar-fill{height:100%;background:#00b14f;border-radius:2px}
.cv-render .cv-summary-text{font-size:9pt;color:#555;line-height:1.6}
.cv-classic .cv-header-classic{text-align:center;padding:22px;border-bottom:2px solid #333}
.cv-classic .cv-name{color:#333;font-size:24pt}.cv-classic .cv-jobtitle{color:#666}
.cv-classic .cv-contact{justify-content:center;color:#666}.cv-classic .cv-section-title{color:#333;border-bottom-color:#333}
.cv-creative{display:flex;min-height:297mm}
.cv-creative .cv-sidebar{width:35%;background:#212f3f;color:#fff;padding:22px 14px}
.cv-creative .cv-sidebar .cv-name{font-size:14pt}
.cv-creative .cv-sidebar .cv-section-title{color:#4ade80;border-bottom-color:rgba(255,255,255,.15);font-size:9pt}
.cv-creative .cv-sidebar .cv-skill-bar-track{background:rgba(255,255,255,.15)}
.cv-creative .cv-main-content{flex:1;padding:22px}
.cv-minimal .cv-header-minimal{padding:22px 22px 14px}
.cv-minimal .cv-name{color:#333}.cv-minimal .cv-jobtitle{color:#888}.cv-minimal .cv-contact{color:#888}
.cv-minimal .cv-section-title{border-bottom:1px solid #ddd;color:#333;font-size:9pt;letter-spacing:1.5px}
.cv-tech .cv-header-tech{background:#0a0a0a;padding:22px;color:#fff}
.cv-tech .cv-name{color:#4ade80}.cv-tech .cv-section-title{color:#4ade80;border-bottom-color:#4ade80}
.cv-tech .cv-skill-tag{background:rgba(74,222,128,.1);color:#4ade80}
.cv-professional .cv-header-pro{padding:18px 22px;border-bottom:2px solid #00b14f}
.cv-professional .cv-body{display:flex;gap:18px}
.cv-professional .cv-body-main{flex:2}.cv-professional .cv-body-side{flex:1;padding-left:14px;border-left:1px solid #eee}
.cv-final-layout{display:grid;grid-template-columns:240px 1fr;gap:16px}
.cv-final-actions{position:sticky;top:calc(64px + 20px)}
.cv-final-actions h3{font-size:16px;margin-bottom:12px;color:#00b14f;display:flex;align-items:center;gap:5px}
.final-action-buttons{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.final-tips{background:#f0faf4;border:1px solid #00b14f;border-radius:8px;padding:14px}
.final-tips h4{font-size:13px;margin-bottom:6px;display:flex;align-items:center;gap:4px;color:#00b14f}
.final-tips h4 i{color:#ff7d00}
.final-tips ul{list-style:none;font-size:12px;color:#333}
.final-tips li{padding:3px 0 3px 12px;position:relative}
.final-tips li::before{content:'✓';position:absolute;left:0;color:#00b14f;font-size:11px}
.cv-final-preview{overflow:auto}
#cv-final-preview{transform:scale(.6);transform-origin:top left}
.dashboard-page{padding:16px 0 40px}
.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.stat-card{background:#fff;border:1px solid #e9eaec;border-radius:8px;padding:14px;display:flex;align-items:center;gap:10px}
.stat-icon{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}
.stat-number{font-size:20px;font-weight:800;color:#212f3f}
.stat-label{font-size:12px;color:#6f7882}
.dashboard-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}
.action-card{background:#fff;border:1.5px dashed #e9eaec;border-radius:8px;padding:14px;text-align:center;color:#00b14f;font-weight:600;font-size:13px;transition:.15s}
.action-card:hover{border-color:#00b14f;background:#f0faf4}
.action-card i{font-size:18px;display:block;margin-bottom:4px}
.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.section-header-row h2{font-size:16px;display:flex;align-items:center;gap:5px}
.section-header-row h2 i{color:#00b14f}
.saved-cvs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.saved-cv-card{background:#fff;border:1px solid #e9eaec;border-radius:8px;padding:10px;transition:.15s}
.saved-cv-card:hover{border-color:#00b14f}
.saved-cv-preview{height:56px;background:#f4f5f5;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#00b14f;font-size:18px;margin-bottom:8px}
.saved-cv-info h4{font-size:13px;margin-bottom:2px}
.saved-cv-date{font-size:11px;color:#6f7882}
.saved-cv-actions{display:flex;gap:4px;margin-top:6px}
.empty-state{text-align:center;padding:36px;background:#fff;border:1px solid #e9eaec;border-radius:8px}
.empty-state i{font-size:32px;color:#e9eaec;margin-bottom:10px;display:block}
.empty-state h3{margin-bottom:4px;font-size:15px}
.empty-state p{color:#6f7882;margin-bottom:12px;font-size:13px}
.site-footer{background:#212f3f;color:rgba(255,255,255,.6)}
.footer-wave{display:none}
.footer-content{padding:32px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:24px}
.footer-logo{display:flex;align-items:center;gap:5px;margin-bottom:10px}
.footer-logo .logo-icon{width:26px;height:26px;font-size:11px}
.footer-logo .logo-text{font-size:17px;color:#fff}
.footer-about p{font-size:12px;line-height:1.6;margin-bottom:12px}
.footer-social{display:flex;gap:6px}
.footer-social a{width:28px;height:28px;border-radius:4px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px}
.footer-social a:hover{background:#00b14f}
.footer-col h4{color:#fff;font-size:13px;margin-bottom:10px}
.footer-col ul{list-style:none}.footer-col li{margin-bottom:5px}
.footer-col a{font-size:12px}.footer-col a:hover{color:#fff}
.footer-contact li{display:flex;align-items:center;gap:5px;font-size:12px}
.footer-contact i{color:#00b14f;width:12px;font-size:11px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:12px 0;text-align:center;font-size:11px}
.default-content{padding:20px 0 40px}
.entry-content{max-width:700px;margin:0 auto;line-height:1.7}
.admin-bar .site-header{top:32px}
.admin-bar .hero{padding-top:calc(64px + 32px + 20px)}
.admin-bar .page-hero{padding-top:calc(64px + 32px + 20px)}
.admin-bar .cv-steps-bar{top:calc(64px + 32px)}
.admin-bar .cv-live-preview-panel{top:calc(64px + 32px + 46px)}
.admin-bar .cv-final-actions{top:calc(64px + 32px + 20px)}
.admin-bar .main-nav.active{top:calc(64px + 32px)}
@media(max-width:782px){.admin-bar .site-header{top:46px}.admin-bar .hero{padding-top:calc(64px + 46px + 20px)}.admin-bar .page-hero{padding-top:calc(64px + 46px + 20px)}.admin-bar .cv-steps-bar{top:calc(64px + 46px)}.admin-bar .main-nav.active{top:calc(64px + 46px)}}
@media(max-width:1024px){.hero .container{text-align:center}.hero-search{max-width:100%}.templates-grid,.cv-templates-selector{grid-template-columns:repeat(2,1fr)}.jobs-grid,.features-grid{grid-template-columns:1fr}.cv-form-layout{grid-template-columns:1fr}.cv-live-preview-panel{display:none}.single-job-layout{grid-template-columns:1fr}.cv-final-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-banner-content{flex-direction:column;text-align:center}.btn-header-employer{display:none}}
@media(max-width:768px){.hero-title{font-size:22px}.section-title{font-size:17px}.steps-grid,.templates-grid,.cv-templates-selector,.saved-cvs-grid{grid-template-columns:1fr}.main-nav{display:none}.mobile-toggle{display:flex}.main-nav.active{display:flex;position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:10px;gap:0;border-bottom:1px solid #e9eaec;box-shadow:0 4px 12px rgba(0,0,0,.1)}.filter-selects,.jobs-filter-form{flex-direction:column}.form-grid{grid-template-columns:1fr}.job-list-card{flex-direction:column;align-items:flex-start}.job-list-action{width:100%}.job-list-action .btn{width:100%;justify-content:center}.dashboard-stats,.footer-grid{grid-template-columns:1fr}.cv-steps{gap:10px}.cv-step span{display:none}.hero-stats{flex-direction:column;gap:6px}.hero-search{flex-direction:column}.hero-search .btn{width:100%;justify-content:center}.step-actions.two-buttons{flex-direction:column;gap:6px}.logo-slogan{display:none}.btn-header-employer{display:none}}
