.social-share-buttons{display:flex;gap:.75rem;margin:2rem 0}.share-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);font-weight:500;cursor:pointer;transition:var(--transition)}.share-btn:hover{background:var(--bg-tertiary);border-color:var(--primary-color)}.share-btn svg{width:20px;height:20px}.advanced-search-form{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);margin:2rem 0}.search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.search-field label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-primary)}.search-field input[type="text"],.search-field select{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.search-actions{display:flex;gap:1rem;justify-content:center}.applications-list{display:grid;gap:1.5rem}.application-item{background:#fff;padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color)}.status-badge{display:inline-block;padding:.375rem .875rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;margin-top:.5rem}.status-pending{background:#fef3c7;color:#92400e}.status-reviewed{background:#dbeafe;color:#1e40af}.status-accepted{background:#d1fae5;color:#065f46}.status-rejected{background:#fee2e2;color:#991b1b}.cv-analytics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.stat-card{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);text-align:center}.stat-card h4{margin:0 0 1rem 0;color:var(--text-secondary);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin:0}@media (max-width:768px){.search-grid{grid-template-columns:1fr}.social-share-buttons{flex-wrap:wrap}.search-actions{flex-direction:column}}.cv-builder-container,.dashboard-container,.job-submission-container,.login-form-container,.register-form-container{margin:2rem 0}.job-content{line-height:1.8}.job-content h1,.job-content h2,.job-content h3,.job-content h4,.job-content h5,.job-content h6{margin-top:1.5rem;margin-bottom:1rem}.job-content ol,.job-content ul{margin:1rem 0;padding-left:2rem}.job-content li{margin-bottom:.5rem}.job-content a{color:var(--primary-color);text-decoration:underline}.job-listings-container{margin:2rem 0}@media (max-width:768px){.dashboard-container>div{grid-template-columns:1fr!important}.cv-header .cv-contact{flex-direction:column;gap:.5rem}}:root{--jobcv-star-filled:#f59e0b;--jobcv-star-empty:#e2e8f0;--jobcv-star-hover:#fbbf24;--jobcv-star-size:20px;--jobcv-modal-radius:18px}.jobcv-rating-block{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:.35rem 0}.jobcv-stars-display{display:inline-flex;align-items:center;gap:2px;line-height:1}.jobcv-star{flex-shrink:0;display:block}.jobcv-rating-label{display:inline-flex;align-items:baseline;gap:.3em;font-size:.9rem;color:var(--text-primary,#0f172a)}.jobcv-rating-label strong{font-weight:700;color:var(--text-primary,#0f172a)}.jobcv-rating-count{font-size:.8125rem;color:var(--text-secondary,#64748b);font-weight:400}.jobcv-rating-none{font-size:.8125rem;color:var(--text-secondary,#64748b)}.jobcv-btn-rate{display:inline-flex;align-items:center;gap:.35em;padding:.3rem .85rem;border:1.5px solid var(--primary-color,#6366f1);border-radius:20px;background:0 0;color:var(--primary-color,#6366f1);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease;line-height:1.4}.jobcv-btn-rate:focus-visible,.jobcv-btn-rate:hover{background:var(--primary-color,#6366f1);color:#fff;outline:0}.jobcv-review-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:var(--z-modal,1000);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .2s ease}.jobcv-review-modal-overlay.is-open{opacity:1;pointer-events:auto}.jobcv-review-modal{background:#fff;border-radius:var(--jobcv-modal-radius);box-shadow:0 24px 64px rgba(15,23,42,.18),0 4px 16px rgba(15,23,42,.08);width:100%;max-width:480px;padding:1.75rem 1.75rem 1.5rem;position:relative;transform:translateY(12px);transition:transform .22s ease}.jobcv-review-modal-overlay.is-open .jobcv-review-modal{transform:translateY(0)}.jobcv-review-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:var(--bg-muted,#f1f5f9);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary,#64748b);transition:background .15s;font-size:1rem;line-height:1;padding:0}.jobcv-review-modal-close:hover{background:#e2e8f0}.jobcv-review-modal h3{margin:0 0 1.25rem;font-size:1.125rem;font-weight:700;color:var(--text-primary,#0f172a);line-height:1.3;padding-right:2rem}.jobcv-stars-input{display:flex;align-items:center;gap:4px;margin-bottom:.25rem}.jobcv-stars-input .jobcv-star-btn{background:0 0;border:none;padding:2px;cursor:pointer;color:var(--jobcv-star-empty);transition:color .1s,transform .1s;line-height:0;border-radius:4px}.jobcv-stars-input .jobcv-star-btn svg{display:block;width:28px;height:28px;transition:transform .1s}.jobcv-stars-input .jobcv-star-btn.is-active svg,.jobcv-stars-input .jobcv-star-btn:hover svg{transform:scale(1.15)}.jobcv-stars-input .jobcv-star-btn:focus-visible{outline:2px solid var(--primary-color,#6366f1);outline-offset:2px}.jobcv-stars-input .jobcv-star-btn.is-filled .star-path{fill:var(--jobcv-star-filled);stroke:var(--jobcv-star-filled)}.jobcv-stars-input .jobcv-star-btn:not(.is-filled) .star-path{fill:none;stroke:var(--jobcv-star-empty)}.jobcv-stars-input .jobcv-star-btn.is-hover .star-path{fill:var(--jobcv-star-hover);stroke:var(--jobcv-star-hover)}.jobcv-rating-label-text{font-size:.8rem;color:var(--text-secondary,#64748b);margin-bottom:1rem;min-height:1.2em}.jobcv-contract-select{width:100%;padding:.6rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9375rem;color:var(--text-primary,#0f172a);background:#fff;margin-bottom:1rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px;cursor:pointer;transition:border-color .15s}.jobcv-contract-select:focus{border-color:var(--primary-color,#6366f1);outline:0}.jobcv-review-textarea{width:100%;min-height:90px;padding:.7rem .9rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-family:inherit;color:var(--text-primary,#0f172a);resize:vertical;transition:border-color .15s;box-sizing:border-box;margin-bottom:1rem}.jobcv-review-textarea:focus{border-color:var(--primary-color,#6366f1);outline:0}.jobcv-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.25rem}.jobcv-btn-cancel{padding:.55rem 1.1rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;color:var(--text-secondary,#64748b);font-size:.9375rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s}.jobcv-btn-cancel:hover{border-color:#94a3b8;color:var(--text-primary,#0f172a)}.jobcv-btn-submit-review{padding:.55rem 1.25rem;border:none;border-radius:10px;background:linear-gradient(135deg,#6366f1,#6366f1);color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px rgba(124,58,237,.3);transition:box-shadow .15s,transform .1s,opacity .15s}.jobcv-btn-submit-review:hover{box-shadow:0 4px 14px rgba(124,58,237,.4);transform:translateY(-1px)}.jobcv-btn-submit-review:active{transform:translateY(0)}.jobcv-btn-submit-review:disabled{opacity:.55;cursor:not-allowed;transform:none}.jobcv-review-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 0 .5rem;gap:.75rem;color:var(--text-primary,#0f172a)}.jobcv-review-success-icon{width:52px;height:52px;border-radius:50%;background:rgba(5,150,105,.1);display:flex;align-items:center;justify-content:center;color:#059669;font-size:1.5rem}.jobcv-review-success p{margin:0;font-size:.9375rem;color:var(--text-secondary,#64748b);line-height:1.5}.jobcv-modal-loading{display:flex;align-items:center;justify-content:center;min-height:80px;color:var(--text-secondary,#64748b);gap:.5rem;font-size:.9rem}.jobcv-spinner{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:var(--primary-color,#6366f1);border-radius:50%;animation:jobcv-spin .6s linear infinite;flex-shrink:0}@keyframes jobcv-spin{to{transform:rotate(360deg)}}.jobcv-profile-reviews-title{font-size:1rem;font-weight:700;color:var(--text-primary,#0f172a);margin:1.5rem 0 .5rem;display:flex;align-items:center;gap:.5rem}@media (prefers-reduced-motion:reduce){.jobcv-btn-rate,.jobcv-btn-submit-review,.jobcv-review-modal,.jobcv-review-modal-overlay{transition:none}.jobcv-spinner{animation:none;border-top-color:var(--primary-color,#6366f1)}}@media (max-width:520px){.jobcv-review-modal{padding:1.25rem 1.1rem 1rem;max-width:100%;border-radius:14px 14px 0 0}.jobcv-review-modal-overlay{align-items:flex-end}}.language-switcher-dropdown{position:relative;display:inline-block}.lang-dropdown-btn{padding:.35rem .6rem;background:#fff0;border:1px solid rgb(0 0 0 / .1);border-radius:999px;color:var(--text-secondary);font-size:.8rem;font-weight:600;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center}.lang-label-short{display:inline}.lang-dropdown-btn:hover{background:rgb(0 0 0 / .03);border-color:rgb(0 0 0 / .15)}.lang-dropdown-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgb(0 0 0 / .15);min-width:140px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease;z-index:1000;border:1px solid rgb(0 0 0 / .1)}.lang-dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown-item{display:block;padding:.625rem 1rem;color:var(--text-secondary);text-decoration:none;font-size:.875rem;transition:all 0.15s ease;border-bottom:1px solid rgb(0 0 0 / .05)}.lang-dropdown-item:last-child{border-bottom:none}.lang-dropdown-item:hover{background:rgb(0 102 204 / .05);color:var(--primary-color)}.lang-dropdown-item.active{background:rgb(0 102 204 / .1);color:var(--primary-color);font-weight:600}.hostinger-reach-block-connect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;-webkit-box-shadow:0 0 10px rgb(0 0 0 / .05);box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;-webkit-box-shadow:none;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);-ms-flex-line-pack:center;align-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;-webkit-box-shadow:0 0 0 #fff0;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;-webkit-box-sizing:border-box;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message.is-success{background:rgb(0 158 91 / .1019607843);font-weight:700;padding:1em;gap:10px}.screen-reader-text,.sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.skip-link{background:var(--primary-color,#6366f1);color:#fff;font-weight:700;font-size:.875rem;left:1rem;padding:.5rem 1rem;position:absolute;top:-4rem;text-decoration:none;border-radius:0 0 .375rem .375rem;z-index:100000;transition:top 0.15s ease}.skip-link:focus{top:0;outline:3px solid #fff;outline-offset:2px}#masthead.site-header,.site-header,header.site-header{background:#ffffff!important;border-bottom:1px solid var(--border-color,#e2e8f0)!important;box-shadow:0 1px 3px rgb(0 0 0 / .05)!important;backdrop-filter:none!important}#masthead.site-header::before,#masthead.site-header::after,.site-header::before,.site-header::after,header.site-header::before,header.site-header::after,#page .site-header::before,#page .site-header::after{content:none!important;display:none!important;visibility:hidden!important;background:transparent!important;background-image:none!important;animation:none!important;height:0!important;opacity:0!important;border:none!important}body.admin-bar .site-header,body.admin-bar #masthead.site-header,body.admin-bar header.site-header{top:32px!important}@media screen and (max-width:900px){body.admin-bar .site-header,body.admin-bar #masthead.site-header,body.admin-bar header.site-header{top:46px!important}}#page .site-header{background:#fff!important;border-bottom:1px solid var(--border-color,#e2e8f0)!important;box-shadow:0 1px 3px rgb(0 0 0 / .05)!important}.header-container{flex-wrap:nowrap!important;padding-left:max(0px, env(safe-area-inset-left))!important}.site-header{overflow:visible!important;min-height:64px!important}.site-branding,.site-branding .site-logo,.site-branding a.site-logo,.site-logo img.site-logo-img{background:transparent!important;background-color:transparent!important}.site-branding .site-logo{display:inline-flex;align-items:center}.site-logo img.site-logo-img{height:48px;max-height:48px;width:auto;display:block;vertical-align:middle;object-fit:contain;filter:drop-shadow(0 2px 4px rgb(0 0 0 / .08)) drop-shadow(0 6px 14px rgb(0 0 0 / .1)) hue-rotate(-8deg) saturate(1.05)}.site-branding{margin-left:0!important;padding-left:0!important}.site-logo{padding:0;margin:0;margin-left:0!important;display:flex;align-items:center}.footer-logo-img{filter:drop-shadow(0 2px 6px rgb(99 102 241 / .1)) drop-shadow(0 3px 10px rgb(0 0 0 / .05))}.header-actions{display:flex;align-items:center;gap:.2rem}.header-user-menu{display:flex;align-items:center;gap:.625rem}.header-messenger-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;color:var(--primary-color,#6366f1);background:linear-gradient(135deg,rgb(99 102 241 / .12) 0%,rgb(139 92 246 / .08) 100%);border:1px solid rgb(99 102 241 / .2);transition:color 0.2s ease,background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;text-decoration:none}@media (hover:hover){.header-messenger-btn:hover{color:var(--primary-dark,#4f46e5);background:linear-gradient(135deg,rgb(99 102 241 / .2) 0%,rgb(139 92 246 / .15) 100%);transform:scale(1.06);box-shadow:0 0 20px rgb(99 102 241 / .35),0 0 0 1px rgb(99 102 241 / .2)}.header-messenger-btn:has(.header-messenger-badge):hover{transform:none}.header-messenger-btn.has-badge:hover{transform:none}}.header-messenger-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;font-size:.6875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 2px 6px rgb(239 68 68 / .35);pointer-events:none}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--primary-light:#818cf8;--secondary-color:#8b5cf6;--secondary-dark:#7c3aed;--accent-color:#6366f1;--accent-light:#818cf8;--text-primary:#0f172a;--text-secondary:#475569;--text-light:#64748b;--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--bg-tertiary:#e2e8f0;--bg-gradient-1:linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--bg-dark:#0f172a;--border-color:#e2e8f0;--border-light:#f1f5f9;--border-dark:#cbd5e1;--error-color:#dc2626;--success-color:#059669;--warning-color:#d97706;--info-color:#0284c7;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / 0.04);--shadow-md:0 4px 6px -1px rgb(0 0 0 / 0.06), 0 2px 4px -2px rgb(0 0 0 / 0.04);--shadow-lg:0 10px 15px -3px rgb(0 0 0 / 0.06), 0 4px 6px -4px rgb(0 0 0 / 0.04);--shadow-xl:0 20px 25px -5px rgb(0 0 0 / 0.08);--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--transition:background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;--transition-fast:background 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;--z-dropdown:1000;--z-modal:10000;--z-modal-layer:10002;--z-toast:99999;--z-fullscreen:100000;--tab-height:44px;--tab-height-mobile:48px;--tab-padding-x:1rem;--tab-padding-y:0.625rem;--tab-font-size:0.875rem;--tab-gap:0.5rem;--tab-border-radius:var(--radius-lg, 0.75rem);--tab-indicator-height:2px}.jobcv-avatar{--av-size:48px;display:inline-flex;align-items:center;justify-content:center;width:var(--av-size);height:var(--av-size);min-width:var(--av-size);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0;background:#fff;border:2px solid #e2e8f0;box-shadow:0 1px 4px rgb(0 0 0 / .06);transition:box-shadow 0.2s ease,transform 0.15s ease;box-sizing:border-box}.jobcv-avatar:hover{box-shadow:0 3px 12px rgb(99 102 241 / .18)}.jobcv-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:0}.jobcv-avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:700;color:#fff;line-height:1;letter-spacing:-.02em;border-radius:50%;user-select:none}.jobcv-avatar-xs{--av-size:36px}.jobcv-avatar-sm{--av-size:48px}.jobcv-avatar-md{--av-size:56px}.jobcv-avatar-lg{--av-size:96px}.jobcv-avatar-xl{--av-size:120px}.jobcv-avatar-xxl{--av-size:132px}.jobcv-avatar-hero{--av-size:200px}.jobcv-ring-wrap .jobcv-avatar{border:none;box-shadow:none}.jobcv-ring-wrap .jobcv-avatar:hover{box-shadow:none}.single-job-avatar-link{display:block;transition:opacity 0.2s ease}.single-job-avatar-link:hover{opacity:.85}.jobcv-crop-overlay{position:fixed;inset:0;z-index:100001;background:rgb(15 23 42 / .75);backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding:clamp(0.5rem, 2vh, 1rem);overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:0;transition:opacity 0.25s ease;box-sizing:border-box}.jobcv-crop-overlay.is-visible{opacity:1}.jobcv-crop-modal{background:#fff;border-radius:20px;box-shadow:0 25px 60px -12px rgb(0 0 0 / .35);max-width:560px;width:100%;display:flex;flex-direction:column;max-height:calc(100dvh - 1rem);margin:0 auto;overflow:hidden;transform:scale(.95) translateY(12px);transition:transform 0.3s cubic-bezier(.34,1.56,.64,1)}.jobcv-crop-overlay.is-visible .jobcv-crop-modal{transform:scale(1) translateY(0)}.jobcv-crop-header{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.jobcv-crop-header h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}.jobcv-crop-close{width:36px;height:36px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:1.25rem;cursor:pointer;transition:background-color 0.15s ease,color 0.15s ease,transform 0.15s ease}.jobcv-crop-close:hover{background:#e2e8f0;color:#334155;transform:scale(1.03)}.jobcv-crop-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.9rem;flex:1 1 auto;min-height:0;overflow:auto}.jobcv-crop-stage{position:relative;width:min(100%, 500px);aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;background:#fff;margin:0 auto;border:1px solid #e2e8f0;touch-action:none;cursor:grab}.jobcv-crop-stage.is-dragging{cursor:grabbing}.jobcv-crop-image{position:absolute;left:50%;top:50%;transform-origin:50% 50%;user-select:none;pointer-events:none;image-orientation:from-image}.jobcv-crop-mask{position:absolute;inset:0;pointer-events:none}.jobcv-crop-mask::before{content:"";position:absolute;inset:0;background:rgb(15 23 42 / .52)}.jobcv-crop-mask::after{content:"";position:absolute;left:50%;top:50%;width:76%;height:76%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 9999px rgb(15 23 42 / .52),0 2px 8px rgb(0 0 0 / .25)}.jobcv-crop-controls{display:flex;align-items:center;gap:.75rem}.jobcv-crop-controls label{font-size:.8125rem;color:#64748b;min-width:2.6rem}.jobcv-crop-zoom{flex:1;accent-color:#6366f1;min-height:30px}.jobcv-crop-hint{margin:0;font-size:.8125rem;color:#94a3b8;text-align:center}.jobcv-crop-footer{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.jobcv-crop-btn-cancel{padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer}.jobcv-crop-btn-save{padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;border-radius:10px;border:none;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;cursor:pointer}.jobcv-crop-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .8);z-index:2}.jobcv-crop-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:jobcv-spin 0.7s linear infinite}@keyframes jobcv-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.jobcv-crop-overlay{padding:calc(0.5rem + env(safe-area-inset-top)) calc(0.5rem + env(safe-area-inset-right)) calc(0.5rem + env(safe-area-inset-bottom)) calc(0.5rem + env(safe-area-inset-left));align-items:flex-start;justify-content:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch}.jobcv-crop-modal{border-radius:16px;max-height:calc(100vh - (0.5rem + env(safe-area-inset-bottom)) - env(safe-area-inset-top))}.jobcv-crop-header{padding:.85rem 1rem}.jobcv-crop-header h3{font-size:1rem}.jobcv-crop-body{padding:.85rem 1rem;gap:.6rem;overflow:auto;flex:1 1 auto;min-height:0}.jobcv-crop-footer{flex:0 0 auto;padding:.55rem .75rem}.jobcv-crop-stage{width:min(100%, 320px)}.jobcv-crop-controls{gap:.4rem}.jobcv-crop-controls label{min-width:2.2rem;font-size:.78rem}.jobcv-crop-zoom-value{min-width:3.1rem;text-align:right;font-size:.8rem}.jobcv-crop-btn-cancel,.jobcv-crop-btn-save{min-height:36px;font-size:.82rem}}.jobcv-ring-wrap{display:inline-flex;position:relative;align-items:center;justify-content:center;flex-shrink:0;transition:box-shadow 0.3s ease}.jobcv-gate-modal-overlay{position:fixed;inset:0;z-index:99999;background:rgb(10 14 33 / .65);display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity 0.25s ease}.jobcv-gate-modal-overlay.is-visible{opacity:1}.jobcv-gate-modal{background:#fff;border-radius:24px;padding:36px 32px 28px;max-width:420px;width:100%;text-align:center;box-shadow:0 24px 60px rgb(0 0 0 / .18),0 4px 16px rgb(99 102 241 / .07);transform:translateY(16px) scale(.97);transition:transform 0.28s cubic-bezier(.34,1.56,.64,1),opacity 0.22s ease;opacity:0;position:relative}.jobcv-gate-modal-overlay.is-visible .jobcv-gate-modal{transform:translateY(0) scale(1);opacity:1}.jobcv-gate-modal-x{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease,color 0.15s ease;padding:0}.jobcv-gate-modal-x:hover{background:#e2e8f0;color:#1e293b}.jobcv-gate-modal-icon{display:flex;justify-content:center;margin-bottom:22px}.jobcv-gate-ring{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 4px 12px rgb(249 115 22 / .25))}.jobcv-gate-ring-inner{width:68px;height:68px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.jobcv-gate-ring-pct{font-size:1.15rem;font-weight:800;color:#1e293b;letter-spacing:-.03em}.jobcv-gate-modal-title{font-size:1.375rem;font-weight:800;color:#0f172a;margin:0 0 6px;letter-spacing:-.025em}.jobcv-gate-modal-hint{font-size:.875rem;font-weight:700;color:#f97316;margin:0 0 10px}.jobcv-gate-modal-msg{font-size:.875rem;color:#64748b;line-height:1.6;margin:0 0 20px}.jobcv-gate-modal-actions{display:flex;flex-direction:column;gap:10px}.jobcv-gate-modal-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff!important;text-decoration:none!important;font-weight:700;font-size:.95rem;padding:14px 24px;border-radius:14px;border:none;cursor:pointer;transition:opacity 0.18s ease,transform 0.15s ease,box-shadow 0.18s ease;box-shadow:0 4px 16px rgb(99 102 241 / .4);letter-spacing:-.01em}.jobcv-gate-modal-cta:hover{opacity:.91;transform:translateY(-1px);box-shadow:0 8px 24px rgb(99 102 241 / .5)}.jobcv-gate-modal-divider{display:flex;align-items:center;gap:10px;color:#94a3b8;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.jobcv-gate-modal-divider::before,.jobcv-gate-modal-divider::after{content:'';flex:1;height:1px;background:#e2e8f0}.jobcv-gate-premium-block{display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;background:none;border:none;border-radius:0;box-shadow:none}.jobcv-gate-premium-badge{display:inline-flex;align-items:center;gap:3px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;font-size:.57rem;font-weight:800;letter-spacing:.1em;padding:2px 7px;border-radius:20px;box-shadow:none;text-transform:uppercase;flex-shrink:0}.jobcv-gate-premium-note{font-size:.75rem;color:#94a3b8;line-height:1.4;margin:0;font-weight:400;text-align:center}.jobcv-gate-modal-premium-cta{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff!important;text-decoration:none!important;font-weight:700;font-size:.9rem;padding:12px 24px;border-radius:12px;border:none;cursor:pointer;width:100%;transition:opacity 0.18s ease,transform 0.15s ease,box-shadow 0.18s ease;box-shadow:0 4px 14px rgb(99 102 241 / .35);letter-spacing:-.01em}.jobcv-gate-modal-premium-cta:hover{opacity:.91;transform:translateY(-1px);box-shadow:0 8px 22px rgb(99 102 241 / .45)}.jobcv-gate-one-time-divider{display:flex;align-items:center;gap:8px;width:100%;margin:2px 0}.jobcv-gate-one-time-divider::before,.jobcv-gate-one-time-divider::after{content:'';flex:1;height:1px;background:#e2e8f0}.jobcv-gate-one-time-divider span{font-size:.7rem;color:#94a3b8;font-weight:500;letter-spacing:.04em;white-space:nowrap}.jobcv-gate-modal-one-time-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#fff0;color:#6366f1!important;text-decoration:none!important;font-weight:600;font-size:.875rem;padding:10px 22px;border-radius:10px;border:1.5px solid rgb(99 102 241 / .4);cursor:pointer;width:100%;transition:background 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease;box-shadow:none;letter-spacing:-.01em}.jobcv-gate-modal-one-time-cta:hover{background:rgb(99 102 241 / .05);border-color:#6366f1;box-shadow:0 2px 10px rgb(99 102 241 / .15)}.jobcv-gate-one-time-note,.jobcv-gate-one-time-detail{font-size:.7rem;color:#94a3b8;text-align:center;margin:0;line-height:1.4}.jobcv-gate-one-time-detail{margin-top:.35rem}@media (max-width:480px){.jobcv-gate-modal{padding:28px 20px 22px;border-radius:22px}.jobcv-gate-modal-title{font-size:1.2rem}.jobcv-gate-modal-premium-cta{font-size:.875rem;padding:11px 20px}.jobcv-gate-modal-one-time-cta{font-size:.8125rem;padding:9px 18px}}.jobcv-ring-popover{position:absolute;z-index:10000;top:calc(100% + 10px);right:-8px;width:230px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 12px 40px rgb(15 23 42 / .14),0 2px 8px rgb(15 23 42 / .06);padding:16px;pointer-events:auto;animation:jobcvRingPop 0.2s cubic-bezier(.34,1.5,.64,1) both}.jobcv-ring-popover::before{content:'';position:absolute;top:-6px;right:20px;transform:rotate(45deg);width:11px;height:11px;background:#fff;border-left:1px solid #e2e8f0;border-top:1px solid #e2e8f0;border-radius:2px 0 0 0}@keyframes jobcvRingPop{from{opacity:0;transform:translateY(-6px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.jobcv-ring-popover-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.jobcv-ring-popover-percent{font-size:1.375rem;font-weight:800;line-height:1;letter-spacing:-.04em}.jobcv-ring-popover-label{font-size:.8rem;font-weight:600;color:#64748b;line-height:1.3}.jobcv-ring-popover-bar{height:5px;border-radius:99px;background:#f1f5f9;margin-bottom:12px;overflow:hidden}.jobcv-ring-popover-bar-fill{height:100%;border-radius:99px;transition:width 0.6s ease}.jobcv-ring-popover-items{display:flex;flex-direction:column;gap:5px}.jobcv-ring-popover-item a{display:flex;align-items:center;gap:7px;font-size:.8rem;font-weight:600;color:#6366f1;text-decoration:none;padding:7px 10px;background:#f5f3ff;border-radius:10px;transition:background 0.15s,color 0.15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jobcv-ring-popover-item a:hover{background:#ede9fe;color:#4f46e5}.jobcv-ring-popover-item a svg{flex-shrink:0;opacity:.8}.jobcv-ring-popover-complete{display:flex;align-items:center;justify-content:center;gap:7px;font-size:.875rem;font-weight:700;color:#10b981;padding:4px 0}@media (max-width:480px){.jobcv-ring-popover{right:0;left:auto;transform:none;animation:none;opacity:1;width:min(230px, calc(100vw - 2rem))}.jobcv-ring-popover::before{right:16px;left:auto;transform:rotate(45deg)}}.jobcv-ring-wrap-lg .jobcv-ring-popover{width:250px;top:calc(100% + 14px)}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--text-primary);background:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:var(--text-primary);margin-bottom:.75em;letter-spacing:-.02em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}.site-header{background:#ffffff!important;border-bottom:1px solid #e5e7eb!important;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px rgb(0 0 0 / .05)!important;overflow:visible;min-height:64px}body.admin-bar .site-header,body.admin-bar #masthead.site-header,body.admin-bar header.site-header{top:32px!important}@media screen and (max-width:782px){body.admin-bar .site-header,body.admin-bar #masthead.site-header,body.admin-bar header.site-header{top:46px!important}html.admin-bar-scrolled{margin-top:0!important}body.admin-bar.admin-bar-scrolled .site-header,body.admin-bar.admin-bar-scrolled #masthead.site-header,body.admin-bar.admin-bar-scrolled header.site-header{top:0!important}}.site-content{min-height:calc(100vh - 64px)}#main-content{display:block}.site-header::before,.site-header::after{content:none!important;display:none!important;background:none!important;animation:none!important}.header-container{width:100%;max-width:100%;box-sizing:border-box;padding-left:max(1.5rem, env(safe-area-inset-left))!important;padding-right:max(1.5rem, env(safe-area-inset-right))!important;padding-top:0;padding-bottom:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:64px;gap:1rem;position:relative}.header-container>.site-branding{min-width:0;display:flex;justify-content:flex-start;align-items:center;order:1;margin-right:0;justify-self:start}.header-container>.header-nav-wrap{align-items:center;min-width:0;order:2;justify-content:center;justify-self:center}.header-container>.header-actions{min-width:0;display:flex;justify-content:flex-end;align-items:center;order:3;margin-left:0;justify-self:end}.site-header .site-branding{display:flex;align-items:center}body.page-messages .site-header .header-container{display:flex;align-items:center}body.page-messages .header-container>.site-branding,body.page-messages .header-container>.header-nav-wrap,body.page-messages .header-container>.header-actions{align-self:center}body.page-messages .main-navigation{align-items:center}.site-branding{background:transparent!important;padding:0;margin:0}.site-branding .site-logo{background:transparent!important}.site-branding .site-logo img,.site-logo img{background:transparent!important}.site-logo{font-size:1.375rem;font-weight:700;color:var(--primary-color);text-decoration:none;letter-spacing:-.025em;transition:var(--transition)}.site-logo:hover{color:var(--primary-dark)}.header-nav-wrap{display:flex;align-items:center;justify-content:center;min-width:0;position:relative;min-height:64px;align-self:center;justify-self:center}.header-drawer-lang{display:none!important}.main-navigation{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem .75rem;margin:0;justify-content:center;box-sizing:border-box;flex-shrink:1;min-width:0;overflow:hidden}.header-container .header-actions{margin-left:0}.main-navigation ul{display:flex;list-style:none;gap:1.25rem;align-items:center;margin:0;padding:0}.main-navigation a,.main-navigation .nav-link{color:var(--text-primary);text-decoration:none;font-weight:700;font-size:1rem;padding:.6rem .35rem;position:relative;transition:var(--transition);white-space:nowrap;display:inline-flex;align-items:center;min-height:2.75rem;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.main-navigation .nav-link-premium{position:relative;padding-right:.75rem;overflow:visible}.main-navigation .nav-link-premium-badge{position:absolute;top:2px;right:2px;font-size:.52rem;font-weight:700;padding:1px 5px;border-radius:999px;background:linear-gradient(135deg,rgb(99 102 241 / .25) 0%,rgb(139 92 246 / .2) 100%);color:var(--primary-dark,#4f46e5);border:1px solid rgb(99 102 241 / .35);text-transform:uppercase;letter-spacing:.03em;line-height:1.1;white-space:nowrap}.main-navigation .nav-link-premium .nav-link-text{display:inline-block}.mobile-only{display:none}@media (max-width:1100px){.main-navigation .nav-link-premium-badge{display:none!important}.main-navigation .nav-link-premium{padding-right:0}}@media (max-width:900px){.header-container{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem}.header-container>.site-branding{order:1;flex-shrink:0}.header-container>.header-nav-wrap{position:fixed;top:0;left:0;bottom:0;width:min(300px, 85vw);z-index:1099;background:#fff;box-shadow:4px 0 24px rgb(0 0 0 / .12);padding:max(1.25rem, env(safe-area-inset-top)) 1rem 2rem;padding-left:max(1rem, env(safe-area-inset-left));overflow-y:auto;transform:translateX(-100%);transition:transform 0.3s cubic-bezier(.32,.72,0,1)}.header-nav-wrap.active{transform:translateX(0)}.header-container>.mobile-menu-toggle{order:2;flex-shrink:0}.header-container>.header-actions{order:3;flex-shrink:0;margin-left:auto}.main-navigation{display:none}.header-nav-wrap .main-navigation{display:flex!important;flex-direction:column;align-items:stretch;gap:.25rem;margin:0;padding:0}.header-nav-wrap .main-navigation a,.header-nav-wrap .main-navigation .nav-link{display:flex;align-items:center;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;color:var(--text-primary,#0f172a);border-radius:10px;text-decoration:none;transition:background 0.2s ease,color 0.2s ease}.header-nav-wrap .main-navigation a:hover,.header-nav-wrap .main-navigation .nav-link:hover{background:rgb(99 102 241 / .08);color:var(--primary-color)}.header-nav-wrap .main-navigation a.current-menu-item{background:rgb(99 102 241 / .12);color:var(--primary-color)}.header-nav-wrap .header-drawer-lang.mobile-only{display:flex!important;align-items:center;gap:.5rem;margin-top:1rem;padding:0 1.25rem}.header-nav-wrap .header-drawer-lang .header-drawer-lang-label{font-size:.875rem;font-weight:600;color:var(--text-secondary,#64748b)}.mobile-menu-toggle{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;border:none;background:rgb(99 102 241 / .1);border-radius:10px;cursor:pointer;transition:background 0.2s ease}.mobile-menu-toggle:hover{background:rgb(99 102 241 / .18)}.mobile-menu-toggle .hamburger-line{display:block;width:20px;height:2px;background:var(--text-primary,#1f2937);border-radius:1px;position:absolute;left:50%;margin-left:-10px}.mobile-menu-toggle .hamburger-line:nth-child(1){top:16px}.mobile-menu-toggle .hamburger-line:nth-child(2){top:21px}.mobile-menu-toggle .hamburger-line:nth-child(3){top:26px}.mobile-menu-toggle{position:relative}}.main-navigation a:hover,.main-navigation .nav-link:hover,.main-navigation a.current-menu-item{color:var(--primary-color)}.main-navigation a::after,.main-navigation .nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width 0.2s ease}.main-navigation a:hover::after,.main-navigation .nav-link:hover::after,.main-navigation a.current-menu-item::after{width:100%}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-actions-icons{display:flex;align-items:center;gap:.5rem}.header-actions .nav-link{color:var(--text-secondary);text-decoration:none;font-weight:600;font-size:.875rem;padding:.5rem .5rem;min-height:2.5rem;display:inline-flex;align-items:center;transition:var(--transition);white-space:nowrap}.header-actions .nav-link:hover{color:var(--text-primary)}.header-actions .btn{font-size:.875rem;padding:.5rem 1rem;min-height:2.5rem;display:inline-flex;align-items:center;white-space:nowrap}.header-lang-right{flex-shrink:0}.header-lang-right .language-switcher-dropdown{display:inline-block}.header-lang-right .lang-dropdown-btn{font-size:.875rem;padding:.5rem .75rem;min-height:2.5rem;display:inline-flex;align-items:center;background:#fff0;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-weight:500}.header-lang-right .lang-dropdown-btn:hover{border-color:#cbd5e1;color:#0f172a}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}#mobile-menu-toggle,.mobile-menu-toggle,button[aria-controls="header-nav-wrap"]{display:none!important;visibility:hidden!important;pointer-events:none!important}.mobile-drawer-overlay{pointer-events:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;border-radius:10px;cursor:pointer;transition:background 0.2s ease,box-shadow 0.2s ease,color 0.2s ease,border-color 0.2s ease;border:1px solid #fff0;text-decoration:none;white-space:normal;word-break:keep-all;overflow-wrap:normal;line-height:1.5;text-align:center}.btn:focus-visible{outline:2px solid var(--primary-color,#6366f1);outline-offset:2px}.btn-primary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;border-color:#fff0;position:relative;overflow:hidden;box-shadow:0 4px 14px rgb(99 102 241 / .3)}.btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);transition:left 0.6s}.btn-primary:hover::before{left:100%}.btn-primary:hover{box-shadow:0 8px 24px rgb(99 102 241 / .4);background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%)}.btn-secondary{background-color:#fff0;color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover{background-color:var(--bg-tertiary);border-color:var(--text-secondary)}.job-card .btn-secondary{color:#fff;border-color:#6366f1;background:#6366f1}.job-card .btn-secondary:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.btn-success{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;border-color:#fff0;box-shadow:0 4px 14px rgb(16 185 129 / .3)}@media (hover:hover){.btn-success:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);box-shadow:0 12px 32px rgb(16 185 129 / .45)}}.btn-lg{padding:.75rem 2rem;font-size:1rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.save-job-btn{display:inline-flex;align-items:center;gap:4px;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease,transform 0.15s ease}.save-job-btn.saved{background:#fef2f2!important;color:#dc2626!important;border-color:#fca5a5!important}.save-job-btn.saved:hover{background:#fee2e2!important;border-color:#f87171!important}.save-job-btn.saved svg{color:#dc2626}.save-job-btn:not(.saved) svg{color:inherit}.saved-job-card{transition:opacity 0.25s ease,transform 0.25s ease}.hero-section{background:#f8fafc;color:#0f172a;padding:4.5rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgb(255 255 255 / .1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgb(255 255 255 / .08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgb(255 255 255 / .06) 0%,transparent 50%);animation:floatPatterns 20s ease-in-out infinite}@keyframes floatPatterns{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(20px,-20px) scale(1.05)}66%{transform:translate(-20px,10px) scale(.95)}}@media (prefers-reduced-motion:reduce){.hero-patterns{animation:none}.hero-section h1,.hero-section p,.hero-actions{animation:none}}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-section h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;font-weight:900;line-height:1.1;text-shadow:0 4px 20px rgb(0 0 0 / .2);letter-spacing:-1px;animation:fadeInUp 0.8s ease}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-section p{color:rgb(255 255 255 / .95);font-size:1.35rem;margin-bottom:2.5rem;max-width:750px;margin-left:auto;margin-right:auto;line-height:1.7;text-shadow:0 2px 10px rgb(0 0 0 / .1);animation:fadeInUp 0.8s ease 0.2s both}.hero-actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 0.8s ease 0.4s both}.search-bar{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-xl);display:flex;gap:1rem;max-width:1000px;margin:2rem auto 0;flex-wrap:wrap}.search-field{flex:1;min-width:200px}.search-field input,.search-field select{width:100%;padding:.875rem 1rem;border:1.5px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease}.search-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:12px;padding-right:2.4rem;cursor:pointer;background-color:#fff}.search-field select:hover{border-color:#c7d2fe;background-color:#faf8ff}.search-field input:focus,.search-field select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgb(37 99 235 / .1)}.content-section{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;background:#f8fafc}.auth-page-section.content-section{padding-top:0.5rem!important;padding-bottom:3rem}.auth-page-section .auth-container{transition:opacity 0.25s ease,transform 0.25s ease}.auth-page-section .auth-page-wrap{display:flex;justify-content:center;align-items:flex-start;min-height:0;width:100%}.auth-page-section .auth-page-wrap>*{width:100%;max-width:520px}.auth-page-section.auth-register-wide .auth-page-wrap>*{max-width:560px}.cv-builder-overlay{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:0;opacity:0;visibility:hidden;transition:opacity 0.3s cubic-bezier(.4,0,.2,1),visibility 0.3s ease}.cv-builder-overlay.is-open{opacity:1;visibility:visible}.cv-builder-overlay .cv-builder-overlay-frame{transform:scale(.98);opacity:0;transition:transform 0.32s cubic-bezier(.34,1.2,.64,1),opacity 0.28s ease}.cv-builder-overlay.is-open .cv-builder-overlay-frame{transform:scale(1);opacity:1}body.cv-overlay-open{overflow:hidden}.cv-builder-overlay-backdrop{position:absolute;inset:0;background:rgb(15 23 42 / .52);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cv-builder-overlay-frame{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;min-height:0;background:#f1f5f9;box-shadow:0 32px 80px -12px rgb(15 23 42 / .35),0 0 0 1px rgb(99 102 241 / .06);border-radius:0;overflow:hidden}.cv-builder-overlay-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f1f5f9;color:#64748b;font-size:.9375rem;font-weight:500;z-index:2}.cv-builder-overlay-loading.is-hidden{display:none!important}.cv-overlay-spinner{width:44px;height:44px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:jobcv-spin 0.7s linear infinite}@keyframes jobcv-spin{to{transform:rotate(360deg)}}.cv-builder-overlay-iframe{flex:1;width:100%;height:100%;min-height:0;border:none;display:none;background:#f1f5f9}.cv-builder-overlay-iframe.is-loaded{display:block}html.create-cv-embed-html,html.create-cv-embed-html body{height:100%;margin:0;overflow:hidden}body.create-cv-embed-active .create-cv-embed-wrap{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;background:#f1f5f9;overflow:hidden}body.create-cv-embed-active .create-cv-embed-wrap .cv-builder-fullscreen-wrap{flex:1;min-height:0;display:flex;flex-direction:column}body.create-cv-embed-active .cv-builder-fullscreen-bar{flex-shrink:0}body.create-cv-embed-active .cv-builder-fullscreen-inner{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}body.create-cv-embed-active .cv-builder-wrapper{flex:1;min-height:0;display:flex;flex-direction:column}body.create-cv-embed-active .cv-embed-close-btn{color:#6366f1!important;font-weight:600}body.create-cv-embed-active .cv-wizard-actions{position:sticky;bottom:0;left:0;right:0;z-index:10;background:#fff;box-shadow:0 -2px 10px rgb(0 0 0 / .06);padding:1rem 1.5rem;border-top:1px solid #e2e8f0;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem}body.create-cv-embed-active .cv-wizard-actions .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;font-weight:600}.cv-builder-overlay-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.cv-builder-overlay-content .cv-builder-fullscreen-wrap{display:flex;flex-direction:column;height:100%;min-height:0}.cv-builder-overlay-content .cv-builder-fullscreen-bar{flex-shrink:0}.cv-builder-overlay-content .cv-builder-fullscreen-inner{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.cv-builder-overlay-content .cv-builder-wrapper{min-height:min-content;max-width:none;width:100%;padding:0;margin:0}.cv-builder-overlay-content .cv-builder-form-premium{border-radius:0;box-shadow:none;border:none}.cv-builder-overlay-content .cv-wizard-panels{display:block}.cv-builder-overlay-content .cv-wizard-step.active{display:block!important}.cv-builder-overlay-content .cv-wizard-progress{flex-shrink:0;padding:.75rem 1rem 1rem;background:rgb(255 255 255 / .95);border-bottom:1px solid #e2e8f0}.cv-builder-overlay-content .cv-wizard-step-label{font-weight:600;color:#1e1b4b;font-size:.9375rem}.cv-builder-overlay-content .cv-wizard-actions{flex-shrink:0;position:sticky;bottom:0;left:0;right:0;z-index:10;background:#fff;box-shadow:0 -4px 20px rgb(99 102 241 / .08);padding:1rem 1.5rem;border-radius:0;border-top:1px solid #e2e8f0;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cv-builder-overlay-content .cv-wizard-actions .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;font-weight:600}.cv-builder-overlay-content .cv-wizard-actions .btn-secondary{border-color:#e2e8f0;color:#475569}.create-cv-fullscreen-page{min-height:100vh;background:linear-gradient(180deg,#f1f5f9 0%,#e2e8f0 100%);padding:2rem 0 4rem 0}body.create-cv-fullscreen-active #main-content{padding:0;max-width:none}.create-cv-fullscreen-page .cv-builder-fullscreen-wrap{max-width:680px;margin:0 auto;padding:0 1.25rem}.create-cv-fullscreen-page .cv-builder-fullscreen-bar{background:#fff;border-bottom:1px solid #e2e8f0;margin:0 -1.25rem 0 -1.25rem;padding:1rem 1.25rem;box-shadow:0 1px 3px rgb(0 0 0 / .04);border-radius:12px 12px 0 0}.create-cv-fullscreen-page .cv-builder-fullscreen-inner{padding:0}.create-cv-fullscreen-page .cv-builder-wrapper{max-width:100%;padding:0;margin:0}.create-cv-fullscreen-page .cv-builder-form-premium{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .06),0 10px 30px -10px rgb(0 0 0 / .1);border:1px solid rgb(226 232 240 / .8);overflow:hidden}.create-cv-fullscreen-page .cv-wizard-panels{display:block}.create-cv-fullscreen-page .cv-wizard-step.active{display:block!important}.create-cv-fullscreen-page .cv-wizard-actions{position:relative;bottom:auto;left:auto;right:auto;z-index:1;background:#f8fafc;border-top:1px solid #e2e8f0;box-shadow:none;padding:1.25rem 1.5rem;border-radius:0 0 16px 16px;margin-top:.5rem}.create-cv-fullscreen-page .cv-wizard-scroll-body{max-height:none;padding:1.75rem 1.5rem 1.5rem}.create-cv-fullscreen-page .cv-wizard-progress{margin-bottom:1rem;padding:1rem 1.25rem;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.create-cv-fullscreen-page .cv-section-card{padding:1.25rem 0;border-bottom:1px solid #f1f5f9}.create-cv-fullscreen-page .cv-section-card:last-child{border-bottom:none}.create-cv-fullscreen-page .cv-section-card h3{font-size:1.0625rem;font-weight:700;color:#0f172a;margin-bottom:1rem;letter-spacing:-.01em}.create-cv-fullscreen-page .form-input,.create-cv-fullscreen-page .form-textarea{border-radius:10px;padding:.625rem .875rem;font-size:.9375rem;transition:border-color 0.2s ease,box-shadow 0.2s ease}.create-cv-fullscreen-page .form-input:focus,.create-cv-fullscreen-page .form-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgb(99 102 241 / .12)}.create-cv-fullscreen-page .cv-upload-zone{min-height:96px!important;padding:1rem!important;border-radius:12px}.create-cv-fullscreen-page .upload-grid{margin-bottom:1rem}.create-cv-fullscreen-page{scroll-behavior:smooth}.create-cv-fullscreen-page .cv-wizard-step-label{font-size:.9375rem;font-weight:600;color:#475569;letter-spacing:-.01em}.create-cv-fullscreen-page .cv-wizard-actions .btn-primary{border-radius:12px;padding:.75rem 1.5rem;font-weight:600;transition:transform 0.2s ease,box-shadow 0.2s ease}.create-cv-fullscreen-page .cv-wizard-actions .btn-primary:hover{transform:translateY(-1px)}.create-cv-fullscreen-page .form-label{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.375rem}.jobcv-dashboard-page .content-section>div{padding-top:16px!important}.jobcv-dashboard-page .dashboard-wrapper{padding-top:0.5rem!important}.jobcv-dashboard-page .dashboard-header{border-color:#e5e7eb;transition:box-shadow 0.2s ease,border-color 0.2s ease}.jobcv-dashboard-page .dashboard-card .count-badge{background:linear-gradient(135deg,rgb(99 102 241 / .15),rgb(139 92 246 / .1));color:var(--primary-color)}.jobcv-dashboard-page .dashboard-notifications-subtitle{font-size:.875rem;color:#64748b;margin:0 0 1.25rem 0;line-height:1.45}.jobcv-dashboard-page .dashboard-notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.75rem;text-align:center;background:linear-gradient(180deg,#fafbff 0%,#f8fafc 100%);border-radius:14px;border:1px dashed rgb(99 102 241 / .25)}.jobcv-dashboard-page .dashboard-notifications-empty-title{margin:0 0 .35rem 0;font-size:1rem;font-weight:600;color:#475569}.jobcv-dashboard-page .dashboard-notifications-empty-desc{margin:0;font-size:.875rem;color:#94a3b8;line-height:1.45;max-width:280px}.jobcv-dashboard-page .dashboard-notifications-empty p{margin:.75rem 0 0;font-size:.9375rem;color:#64748b}.jobcv-dashboard-page .dashboard-notifications-empty-icon{color:rgb(99 102 241 / .35);display:flex;align-items:center;justify-content:center}.jobcv-dashboard-page .dashboard-notifications-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;max-height:360px;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;box-shadow:0 1px 2px rgb(0 0 0 / .04)}.jobcv-dashboard-page .dashboard-notification-item{margin:0;padding:0;list-style:none;background:#fff;border-bottom:1px solid #e2e8f0;transition:background 0.2s ease}.jobcv-dashboard-page .dashboard-notification-item:last-child{border-bottom:none}.jobcv-dashboard-page .dashboard-notification-item:hover{background:#fafbff}.jobcv-dashboard-page .dashboard-notification-item.is-unread .dashboard-notification-link{background:linear-gradient(90deg,rgb(99 102 241 / .06) 0%,transparent 100%)}.jobcv-dashboard-page .dashboard-notification-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;color:inherit;transition:background 0.2s ease,color 0.2s ease;min-height:56px;box-sizing:border-box}.jobcv-dashboard-page .dashboard-notification-link:hover{color:#0f172a}.jobcv-dashboard-page .dashboard-notification-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,rgb(99 102 241 / .12),rgb(139 92 246 / .08));color:var(--primary-color,#6366f1)}.jobcv-dashboard-page .dashboard-notification-icon-message{background:linear-gradient(135deg,rgb(99 102 241 / .14),rgb(139 92 246 / .1));color:#6366f1}.jobcv-dashboard-page .dashboard-notification-icon-application{background:linear-gradient(135deg,rgb(34 197 94 / .12),rgb(34 197 94 / .06));color:#16a34a}.jobcv-dashboard-page .dashboard-notification-icon-contract{background:linear-gradient(135deg,rgb(124 58 237 / .12),rgb(124 58 237 / .06));color:#7c3aed}.jobcv-dashboard-page .dashboard-notification-icon-like{background:linear-gradient(135deg,rgb(236 72 153 / .12),rgb(236 72 153 / .06));color:#db2777}.jobcv-dashboard-page .dashboard-notification-icon-invite{background:linear-gradient(135deg,rgb(59 130 246 / .12),rgb(59 130 246 / .06));color:#2563eb}.jobcv-dashboard-page .dashboard-notification-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.jobcv-dashboard-page .dashboard-notification-title{font-size:.9375rem;font-weight:600;color:#0f172a;line-height:1.3}.jobcv-dashboard-page .dashboard-notification-preview{font-size:.8125rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jobcv-dashboard-page .dashboard-notification-time{font-size:.75rem;color:#94a3b8;margin-top:.15rem}.jobcv-dashboard-page .dashboard-notification-chevron{flex-shrink:0;color:#cbd5e1;display:flex;align-items:center;justify-content:center;transition:color 0.2s ease,transform 0.2s ease}.jobcv-dashboard-page .dashboard-notification-link:hover .dashboard-notification-chevron{color:var(--primary-color,#6366f1);transform:translateX(2px)}.jobcv-dashboard-page .empty-state svg{color:#94a3b8}.jobcv-dashboard-page .jobs-table tbody tr{transition:background 0.15s ease}.jobcv-dashboard-page .action-btn{transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease}.create-cv-page .cv-builder-wrapper{max-width:640px;margin:0 auto}.create-cv-page .cv-form-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .06),0 1px 3px rgb(0 0 0 / .04);border:1px solid #e2e8f0}.create-cv-page .cv-form-section .form-container{padding:2.5rem 2.5rem 3rem}.create-cv-page #cv-builder-form{display:flex;flex-direction:column;align-items:stretch}.create-cv-page .form-container div[style*="display: grid"]{display:block!important}.create-cv-page .form-container .form-group{width:100%;max-width:100%;margin-bottom:1.25rem}.create-cv-page .cv-form-section .form-container>h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.create-cv-page .cv-form-section .form-container>p{color:#475569;font-size:.9375rem;margin-bottom:2rem}.create-cv-page .form-section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:1.75rem 0 1rem 0;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.create-cv-page .form-section-title:first-of-type{margin-top:0}.create-cv-page .form-label{display:block;font-size:.9375rem;font-weight:600;color:#334155;margin-bottom:.375rem}.create-cv-page .form-input,.create-cv-page .form-textarea{display:block;width:100%;box-sizing:border-box;border-radius:8px;border:1px solid #e2e8f0;padding:.625rem .875rem}.create-cv-page .form-input:focus,.create-cv-page .form-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgb(99 102 241 / .12)}.create-cv-page .field-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.25rem}.create-cv-page .field-group .form-group{margin-bottom:1rem}.create-cv-page .field-group div[style*="grid-template-columns"]{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1rem!important}.create-cv-page #image-upload-area{background:#f8fafc!important;border:2px dashed #c7d2fe!important;border-radius:12px!important;padding:2.5rem!important}.create-cv-page #image-upload-area:hover{background:#eef2ff!important;border-color:#6366f1!important}.create-cv-page .add-section-btn,.create-cv-page .add-experience-btn,.create-cv-page .add-education-btn{border-style:dashed;border-color:#cbd5e1;color:#475569}.create-cv-page .btn-primary{background:#6366f1;border-color:#6366f1}.create-cv-page .btn-primary:hover{background:#4f46e5;border-color:#4f46e5}.create-cv-page .form-container .btn-primary.btn-lg{width:100%;margin-top:.5rem}body.jobcv-legal-page .site-main{padding-top:1.5rem}.legal-page-content{max-width:720px;margin:0 auto;padding:1.5rem 1.25rem 4rem}.legal-intro-card,.legal-section-card{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.15rem;box-shadow:0 8px 24px rgb(15 23 42 / .04)}.legal-intro-card{margin:0 0 1rem 0}.legal-section-card{margin:0 0 .85rem 0}.legal-page-meta{font-size:.8125rem;color:#64748b;margin:0 0 1rem 0;letter-spacing:.01em}.legal-page-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 1.5rem 0;letter-spacing:-.02em;line-height:1.3}.legal-section-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .5rem 0;padding-top:0;border-top:none;letter-spacing:-.01em}.legal-section-text{font-size:.9375rem;line-height:1.72;color:#475569;margin:0 0 1rem 0}.legal-section-card .legal-section-text,.legal-intro-card .legal-section-text{margin-bottom:0}.legal-page-content .legal-section-list{font-size:.9375rem;line-height:1.72;color:#475569;margin:0 0 1rem 0;padding-left:1.25rem}.legal-page-content .legal-section-list li{margin-bottom:.35rem}.campaign-terms-lead{background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.35rem;margin:0 0 2rem 0}.campaign-terms-lead p{margin:0 0 .75rem 0;font-size:.9375rem;line-height:1.65;color:#334155}.campaign-terms-lead p:last-child{margin-bottom:0}.campaign-terms-lead ul{margin:.5rem 0 .75rem 0;padding-left:1.25rem;color:#334155;font-size:.9375rem;line-height:1.65}.campaign-terms-disclaimer{margin-top:2rem;padding:1rem 1.125rem;background:#f1f5f9;border-radius:8px;font-size:.875rem;line-height:1.65;color:#64748b}@media (max-width:560px){.legal-page-content{padding:1rem 1rem 3rem}.legal-page-title{font-size:1.5rem}.legal-section-title{font-size:1.0625rem;margin-top:1.5rem;padding-top:1rem}}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary);text-align:center;letter-spacing:-.02em}.section-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.6}.section-subtitle-center{text-align:center;max-width:560px;margin-left:auto;margin-right:auto}.section-actions{text-align:center;margin-top:3rem}.home-section{padding:4rem 2rem}.how-it-works-section{background:#fff}.how-it-works-section .section-title{margin-bottom:.5rem}.how-it-works-section .section-subtitle{margin-bottom:2.5rem}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto}.how-step{text-align:center;padding:1.75rem 1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.how-step-num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:1.125rem;font-weight:700;color:#6366f1;background:#eef2ff;border-radius:50%;margin-bottom:1rem}.how-step-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.how-step-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.55;margin:0}.why-section{background:#f8fafc}.why-section .section-subtitle{margin-bottom:2.5rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto}.why-card{padding:1.75rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgb(0 0 0 / .04)}.why-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:#eef2ff;color:#6366f1;border-radius:10px;margin-bottom:1rem}.why-title{font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin-bottom:.375rem}.why-desc{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:0}.categories-section{background:#fff}.categories-section .section-subtitle{margin-bottom:2rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.875rem;align-items:stretch;max-width:1100px;margin-left:auto;margin-right:auto}.category-pill{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.1rem;font-size:.9375rem;font-weight:500;color:var(--text-primary);background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;text-decoration:none;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease;min-height:2.75rem;box-sizing:border-box;text-align:center}.category-pill .category-name{flex:1 1 auto;min-width:0;line-height:1.3}.category-pill:hover{background:#eef2ff;border-color:#6366f1;color:#4338ca}.category-count{flex-shrink:0;font-size:.8125rem;font-weight:600;color:var(--text-light);background:#e2e8f0;padding:.15rem .5rem;border-radius:999px}.category-pill:hover .category-count{background:#c7d2fe;color:#4338ca}.categories-section-foot{margin-top:1.75rem;text-align:center}.categories-view-all-link{font-size:.9375rem;font-weight:600;color:var(--primary-color,#6366f1);text-decoration:none}.categories-view-all-link:hover{text-decoration:underline;color:#4f46e5}.home-cta-section{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);padding:4rem 2rem}.home-cta-inner{text-align:center;max-width:560px;margin:0 auto}.home-cta-title{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem}.home-cta-text{font-size:1.0625rem;color:rgb(255 255 255 / .85);margin-bottom:1.75rem}.home-cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.home-cta-section .btn-primary{background:#6366f1;border-color:#6366f1;color:#fff}.home-cta-section .btn-primary:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.home-cta-section .btn-secondary{background:#fff0;border:2px solid rgb(255 255 255 / .85);color:#fff}.home-cta-section .btn-secondary:hover{background:rgb(255 255 255 / .15);border-color:#fff;color:#fff}.jobs-archive.content-section{background:var(--bg-primary,#f8fafc);padding:2.5rem 0 4rem;box-sizing:border-box}.jobs-archive-inner{max-width:1280px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.jobs-archive-header{margin-bottom:1.5rem}.jobs-archive-title{font-size:1.875rem;font-weight:700;margin:0 0 .375rem 0;color:var(--text-primary,#0f172a);letter-spacing:-.025em;line-height:1.25}.jobs-archive-subtitle{color:var(--text-secondary,#475569);font-size:1rem;margin:0}.jobs-archive-search{width:100%;margin-bottom:2rem;background:#fff;border:1px solid var(--border-color,#e2e8f0);border-radius:var(--radius-lg,.75rem);box-shadow:var(--shadow-sm,0 1px 2px 0 rgb(0 0 0 / .04));padding:1rem 1.25rem;box-sizing:border-box;transition:box-shadow 0.2s ease,border-color 0.2s ease}.jobs-archive-search:focus-within{border-color:rgb(99 102 241 / .4);box-shadow:0 0 0 3px rgb(99 102 241 / .08)}.jobs-archive-search-form{margin:0}.jobs-archive-search-row{display:grid;gap:.75rem;align-items:center}.jobs-archive-search-row-main{grid-template-columns:1fr 1fr auto;margin-bottom:.75rem}.jobs-archive-search-row-filters{grid-template-columns:repeat(3,minmax(0,1fr)) auto;padding-top:.75rem;border-top:1px solid var(--border-light,#f1f5f9)}.jobs-archive-filter-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;color:var(--text-secondary,#475569);white-space:nowrap;margin-left:.25rem}.jobs-archive-filter-checkbox input[type="checkbox"]{width:1.125rem;height:1.125rem;accent-color:var(--primary-color,#6366f1);cursor:pointer;flex-shrink:0}.jobs-archive-filter-checkbox-label{user-select:none}.jobs-archive-input,.jobs-archive-select{height:44px;padding:0 .875rem;font-size:.9375rem;border-radius:var(--radius-md,.5rem);border:1px solid var(--border-color,#e2e8f0);background:#fff;color:var(--text-primary,#0f172a);min-width:0;box-sizing:border-box;transition:border-color 0.2s ease,box-shadow 0.2s ease}.jobs-archive-input::placeholder{color:var(--text-light,#64748b)}.jobs-archive-input:focus,.jobs-archive-select:focus{outline:none;border-color:var(--primary-color,#6366f1);box-shadow:0 0 0 2px rgb(99 102 241 / .12)}.jobs-archive-select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px;padding-right:2.25rem}.jobs-archive-select:hover{border-color:#c7d2fe;background-color:#faf8ff}.jobs-archive-search-btn{height:44px;padding:0 1.5rem;font-weight:600;font-size:.9375rem;border-radius:var(--radius-md,.5rem);white-space:nowrap;min-width:120px;transition:transform 0.15s ease,box-shadow 0.2s ease}.jobs-archive-search-btn:hover{transform:translateY(-1px)}.jobs-archive-search-btn:active{transform:translateY(0)}.jobs-archive-search-btn-mobile{display:block;width:100%;margin-top:.75rem}.jobs-archive-list{margin-top:0}.jobs-archive .card-grid{margin-top:0}.jobs-archive-empty{text-align:center;padding:3.5rem 2rem;background:#fff;border-radius:var(--radius-xl,1rem);border:1px solid var(--border-color,#e2e8f0);box-shadow:var(--shadow-sm,0 1px 2px 0 rgb(0 0 0 / .04))}.jobs-archive-empty-icon{margin:0 auto 1rem;display:block;color:var(--text-light,#94a3b8)}.jobs-archive-empty-title{margin:0 0 .5rem 0;font-size:1.5rem;font-weight:600;color:var(--text-primary,#0f172a)}.jobs-archive-empty-text{color:var(--text-secondary,#64748b);margin:0 0 1.5rem 0;max-width:28em;margin-left:auto;margin-right:auto}.jobs-archive-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:.5rem}.jobs-archive-pagination a,.jobs-archive-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;height:2.75rem;padding:0 .5rem;font-size:.875rem;font-weight:500;color:var(--text-primary,#0f172a);background:#fff;border:1px solid var(--border-color,#e2e8f0);border-radius:var(--radius-md,.5rem);text-decoration:none;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease}.jobs-archive-pagination a:hover{border-color:var(--primary-color,#6366f1);color:var(--primary-color,#6366f1);background:rgb(99 102 241 / .06)}.jobs-archive-pagination .current{border-color:var(--primary-color,#6366f1);background:var(--primary-color,#6366f1);color:#fff}.jobs-archive-pagination .dots{border:none;background:#fff0;cursor:default}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(350px, 100%),1fr));gap:2rem;margin-top:2rem;align-items:stretch}.job-card,.cv-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04);transition:border-color 0.2s ease,box-shadow 0.2s ease;border:1px solid #e5e7eb;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:0}.job-card::before,.cv-card::before{display:none}@media (hover:hover){.job-card:hover,.cv-card:hover{border-color:#6366f1;box-shadow:0 6px 20px rgb(0 0 0 / .08),0 0 0 1px rgb(99 102 241 / .25)}}.job-card-badges{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;z-index:7}.job-card-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:.75rem;padding-right:5rem;min-width:0}.job-card-head-content{flex:1;min-width:0}.job-card-head-content .card-title{margin:0 0 .25rem 0;font-size:1.125rem;line-height:1.35}.job-card-head-content .card-subtitle{margin:0;font-size:.9375rem;color:var(--text-secondary,#64748b)}.job-card-logo-wrap{flex-shrink:0;width:56px;height:56px;min-width:56px;min-height:56px}.job-card-score{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;padding:.15rem .35rem;font-size:.6875rem;font-weight:700;color:#4338ca;background:#eef2ff;border-radius:4px;letter-spacing:-.02em}.job-card-rating{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .4rem;font-size:.75rem;color:#92400e;background:#fef3c7;border-radius:6px;font-weight:600}.job-card-stars{letter-spacing:.02em}.job-card-rating-count{font-weight:500;color:#78716c}.job-card-featured{display:inline-block;padding:.15rem .35rem;font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#fff;background:#6366f1;border-radius:4px}.jobcv-views-badge-card{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;min-width:2.35rem;height:1.5rem;padding:0 .45rem;border:1px solid rgb(226 232 240 / .95);border-radius:999px;background:rgb(255 255 255 / .96);color:#64748b;font-size:.72rem;font-weight:700;line-height:1;box-shadow:0 4px 10px rgb(15 23 42 / .08);backdrop-filter:blur(6px);white-space:nowrap}.jobcv-views-badge-card svg{width:12px;height:12px;color:#6366f1}.jobcv-views-badge-single svg{color:#6366f1}.jobcv-found-ribbon{pointer-events:none;position:absolute;inset:0;z-index:4;overflow:hidden;border-radius:inherit}.jobcv-found-ribbon::before{content:"";position:absolute;inset:0;background:rgb(255 255 255 / .3);backdrop-filter:grayscale(.04)}.jobcv-found-ribbon span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-18deg);display:inline-flex;align-items:center;justify-content:center;min-width:145%;padding:.52rem 1rem;background:linear-gradient(135deg,rgb(220 38 38 / .52),rgb(153 27 27 / .48));color:#fff;border-top:1px solid rgb(255 255 255 / .42);border-bottom:1px solid rgb(255 255 255 / .42);box-shadow:0 8px 18px rgb(153 27 27 / .1);text-transform:uppercase;letter-spacing:.14em;font-weight:850;text-align:center}.jobcv-found-ribbon-card span{font-size:clamp(1.15rem, 2.2vw, 1.65rem)}.jobcv-found-ribbon-single span{font-size:clamp(1.6rem, 4vw, 2.6rem);padding:.85rem 1rem}.job-card.is-employee-found .job-card-view-details,.job-card.is-employee-found .job-like-btn{position:relative;z-index:5}.job-card.is-employee-found .job-card-title-text{color:inherit}.job-card.is-employee-found .job-card-view-disabled,.job-card.is-employee-found .job-like-btn:disabled{cursor:not-allowed!important;opacity:.68;pointer-events:none}.job-card.is-employee-found .job-card-view-disabled{background:#f1f5f9!important;color:#64748b!important;border-color:#e2e8f0!important;box-shadow:none!important}.job-card-individual-badge{display:inline-block;padding:.15rem .35rem;font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6366f1;background:#eef2ff;border:1px solid rgb(99 102 241 / .35);border-radius:4px;white-space:nowrap}.job-card-head-content .job-card-individual-badge-under-title{margin-top:.2rem}.job-card-promo-badge,.jobcv-promo-badge{color:#047857;background:#ecfdf5;border-color:rgb(16 185 129 / .32)}.jobcv-promo-wall-section{background:linear-gradient(180deg,rgb(248 250 252 / .92),rgb(255 255 255 / .98))}.jobcv-promo-card{padding:0;border-radius:20px;overflow:hidden;border-color:rgb(226 232 240 / .95);box-shadow:0 18px 46px -38px rgb(15 23 42 / .36),0 1px 2px rgb(15 23 42 / .04)}.jobcv-promo-card-cover{display:block;height:150px;background-size:cover;background-position:center;background-color:#f1f5f9}.jobcv-promo-card-head{display:flex;gap:.9rem;align-items:flex-start;padding:1.15rem 1.25rem .75rem}.jobcv-promo-card-avatar{width:54px;height:54px;flex:0 0 54px}.jobcv-promo-badge{display:inline-flex;padding:.18rem .55rem;border:1px solid rgb(16 185 129 / .32);border-radius:999px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.055em;margin-bottom:.45rem}.jobcv-promo-meta,.jobcv-promo-card .card-excerpt,.jobcv-promo-skills,.jobcv-promo-card .job-card-actions{padding-left:1.25rem;padding-right:1.25rem}.jobcv-promo-skills{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.85rem}.jobcv-promo-skills span{display:inline-flex;padding:.22rem .58rem;border-radius:999px;border:1px solid rgb(203 213 225 / .8);color:#475569;background:rgb(248 250 252 / .92);font-size:.73rem;font-weight:650}.jobcv-promo-card .job-card-actions{margin-top:auto;padding-bottom:1.2rem}.single-job_listing .single-promo-about-card{border:1px solid rgb(226 232 240 / .95)!important}.card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;min-width:0}.card-header>div:last-child{min-width:0;flex:1;padding-right:5.5rem}.single-job_listing .single-job-header-card .single-job-logo-cell{flex-shrink:0}.card-title{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:var(--text-primary);line-height:1.4}.card-title a{color:var(--text-primary);text-decoration:none;transition:color 0.2s ease}.card-title a:hover{color:#4f46e5}.card-subtitle{font-size:.9375rem;color:var(--text-secondary);font-weight:500;margin-bottom:.75rem}.card-excerpt{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:1.25rem 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.job-card .card-excerpt{flex:1;min-height:0;padding-bottom:.125rem}.job-card .job-card-translation-note{display:block;font-size:.75rem;color:#64748b;margin:.5rem 0 0 0;padding:0;font-style:italic;flex-shrink:0;clear:both;line-height:1.3}.job-card .job-card-actions{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem;align-items:center;flex-shrink:0;min-height:2.5rem}.job-card .job-like-wrap{flex-shrink:0;align-self:center}.job-card .job-card-actions-center{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;min-width:0;min-height:2.5rem}.job-card .job-card-actions-center .btn.btn-primary.job-card-view-details,.job-card .job-card-actions .btn.btn-primary.job-card-view-details{flex:0 1 auto;min-width:min-content;min-height:2.5rem;padding:0 .75rem;display:inline-flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700;letter-spacing:.02em;line-height:1.35;white-space:nowrap;text-align:center;border-radius:6px;box-shadow:0 2px 6px rgb(99 102 241 / .22);transition:box-shadow 0.2s ease,transform 0.15s ease}.job-card .job-card-actions-center .btn.btn-primary.job-card-view-details:hover,.job-card .job-card-actions .btn.btn-primary.job-card-view-details:hover{box-shadow:0 4px 12px rgb(99 102 241 / .35);transform:translateY(-1px)}.job-card .job-card-timeline{flex-shrink:0;margin-left:auto;font-size:.8125rem;min-height:2.5rem;display:inline-flex;align-items:center}.job-card-actions-index{justify-content:center}.job-card-actions-index .job-card-actions-center{flex:none;width:100%;max-width:100%}.job-card-actions-index .job-card-actions-center .btn.job-card-view-details{flex:0 1 auto;min-width:min-content}.job-card-actions-index .job-card-timeline{margin-left:auto}.card-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0;color:var(--text-secondary);font-size:.875rem}.meta-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:#f8fafc;color:#475569;border-radius:6px;font-size:.8125rem;font-weight:500;border:1px solid #e2e8f0}.meta-badge svg{flex-shrink:0;opacity:.8}.job-card .card-meta .meta-badge-posted,.job-card .card-meta .meta-item.meta-badge-posted{margin-left:auto;flex-shrink:0}.meta-item{display:flex;align-items:center;gap:.5rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag{padding:.375rem .875rem;background-color:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-sm);font-size:.8125rem;font-weight:600}.tag-featured{background-color:var(--warning-color);color:#fff}.form-container{max-width:800px;margin:2rem auto;background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease;background-color:#fff;color:var(--text-primary,#1e293b)}.form-select{padding:.75rem 2.4rem .75rem 1rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236366f1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:12px;cursor:pointer}.form-select:hover{border-color:#c7d2fe;background-color:#faf8ff}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgb(99 102 241 / .12)}.form-textarea{min-height:120px;resize:vertical}.form-hint{font-size:.875rem;color:var(--text-light);margin-top:.25rem}.form-error{color:var(--error-color);font-size:.875rem;margin-top:.25rem}.file-upload{border:2px dashed var(--border-color);border-radius:var(--radius-md);padding:2rem;text-align:center;cursor:pointer;transition:var(--transition)}.file-upload:hover{border-color:var(--primary-color);background-color:var(--bg-secondary)}.file-upload input[type="file"]{display:none}.social-login{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.btn-social{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.5rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:var(--transition);border:1px solid var(--border-color);background-color:#fff}.btn-social:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-google{border-color:#ea4335;color:#ea4335}.btn-google:hover{background-color:#ea4335;color:#fff}.btn-apple{border-color:#000;color:#000}.btn-apple:hover{background-color:#000;color:#fff}.btn-facebook{border-color:#1877f2;color:#1877f2}.btn-facebook:hover{background-color:#1877f2;color:#fff}.btn-linkedin{border-color:#0a66c2;color:#0a66c2}.btn-linkedin:hover{background-color:#0a66c2;color:#fff}.cv-profile{max-width:1000px;margin:2rem auto}.cv-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:3rem 2rem;border-radius:var(--radius-lg);text-align:center;color:#fff;margin-bottom:2rem}.cv-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 25px rgb(0 0 0 / .2);margin:0 auto 1.5rem;display:block}.cv-header img.cv-avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 25px rgb(0 0 0 / .2);margin:0 auto 1.5rem;display:block}.cv-name{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.cv-title{font-size:1.25rem;color:rgb(255 255 255 / .9);margin-bottom:1rem}.cv-contact{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;color:#fff}.cv-contact span{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:500;font-size:1rem}.cv-contact svg{color:#fff;opacity:1;flex-shrink:0}.cv-contact a{color:#fff;text-decoration:none;font-weight:500;transition:opacity 0.2s ease}.cv-contact a:hover{opacity:.85;text-decoration:underline}.cv-section{background:#fff;padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:2rem;border:1px solid var(--border-color)}.cv-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.timeline-item{position:relative;padding-left:2rem;margin-bottom:2rem;border-left:2px solid var(--border-color)}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-6px;top:0;width:10px;height:10px;border-radius:50%;background-color:var(--primary-color)}.timeline-content h4{font-size:1.125rem;margin-bottom:.25rem}.timeline-date{color:var(--text-secondary);font-size:.875rem;margin-bottom:.5rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.skill-item{text-align:center;padding:.75rem 1.25rem;background-color:var(--bg-tertiary);border-radius:var(--radius-md);font-weight:600;color:var(--text-secondary)}.site-footer{background:#0f172a;color:#94a3b8;padding:0;margin-top:5rem}.footer-inner{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand{padding-right:1rem}.footer-logo{display:inline-block;font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.02em;margin-bottom:.5rem}.footer-logo:hover{color:#e2e8f0}.footer-tagline,.footer-about{font-size:.9375rem;line-height:1.6;color:#94a3b8;margin:0}.footer-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#cbd5e1;margin-bottom:1.25rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.65rem}.footer-links a{color:#94a3b8;text-decoration:none;font-size:.9375rem;transition:color 0.2s ease;display:inline-block;padding:.15em 0}.footer-links a:hover,.footer-links a:focus{color:#fff}.footer-links a:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.footer-feedback-wrap{margin:0 0 .5rem;padding:2.5rem 0 0;border-top:1px solid rgb(255 255 255 / .1)}.footer-feedback-inner{max-width:100%}.footer-feedback-main{min-width:0;position:relative;z-index:2}.footer-feedback-rg{position:relative}.footer-feedback-topline{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 2rem;margin-bottom:1.35rem}.footer-feedback-topline .footer-feedback-tabs{flex:1 1 auto;min-width:0}.footer-feedback-topline .footer-feedback-badge-col{flex:0 0 auto;width:min(100%, 260px)}.jobcv-ffb-tab-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0;pointer-events:none}.footer-feedback-tabs{display:inline-flex;gap:.35rem;margin:0;padding:.35rem;background:rgb(15 23 42 / .6);border-radius:14px;border:1px solid rgb(255 255 255 / .1);box-shadow:inset 0 1px 0 rgb(255 255 255 / .04)}.footer-feedback-tab{margin:0;padding:.6rem 1.25rem;font-size:.8125rem;font-weight:600;font-family:inherit;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;background:#fff0;border:none;border-radius:10px;cursor:pointer;transition:color 0.2s ease,background 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease;user-select:none}.footer-feedback-tab:hover{color:#e2e8f0;background:rgb(255 255 255 / .04)}.footer-feedback-tab:focus-visible{outline:2px solid #a5b4fc;outline-offset:2px}#jobcv-ffb-tab-reviews:checked~.footer-feedback-topline .footer-feedback-tabs label[for="jobcv-ffb-tab-reviews"],#jobcv-ffb-tab-write:checked~.footer-feedback-topline .footer-feedback-tabs label[for="jobcv-ffb-tab-write"]{color:#f8fafc;background:linear-gradient(135deg,rgb(99 102 241 / .55),rgb(124 58 237 / .4));box-shadow:0 4px 20px rgb(99 102 241 / .28)}.footer-feedback-panel{display:none;margin:0;padding:0}#jobcv-ffb-tab-reviews:checked~#jobcv-feedback-panel-reviews,#jobcv-ffb-tab-write:checked~#jobcv-feedback-panel-write{display:block}.footer-feedback-panel[hidden]{display:none!important}.footer-feedback-write-card{padding:1.35rem 1.5rem 1.5rem;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .1);border-radius:16px;box-shadow:0 8px 32px rgb(0 0 0 / .2)}.footer-feedback-empty{margin:0;padding:1.25rem 1rem;font-size:.9375rem;line-height:1.55;color:#94a3b8;background:rgb(255 255 255 / .03);border-radius:12px;border:1px dashed rgb(255 255 255 / .1)}.footer-feedback-list--full{max-height:min(28rem, 55vh);overflow-y:auto;padding-right:.35rem;scrollbar-color:rgb(148 163 184 / .5) #fff0;scrollbar-width:thin}.footer-feedback-list--full::-webkit-scrollbar{width:6px}.footer-feedback-list--full::-webkit-scrollbar-thumb{background:rgb(148 163 184 / .45);border-radius:6px}.footer-feedback-item-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.35rem}.footer-feedback-date{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.footer-feedback-quote--full{white-space:pre-wrap;word-break:break-word}.footer-feedback-heading--form{margin-top:0}.footer-feedback-badge-col{z-index:1}.footer-feedback-rating-badge{text-align:center;padding:1.1rem 1.15rem 1.25rem;background:linear-gradient(160deg,rgb(99 102 241 / .18) 0%,rgb(15 23 42 / .85) 100%);border:1px solid rgb(255 255 255 / .1);border-radius:16px;box-shadow:0 12px 40px rgb(0 0 0 / .25)}.footer-feedback-badge-score{display:block;font-size:2.75rem;font-weight:800;line-height:1;letter-spacing:-.03em;color:#fef3c7;text-shadow:0 2px 24px rgb(251 191 36 / .25)}.footer-feedback-badge-score--muted{color:#64748b;text-shadow:none;font-weight:700}.footer-feedback-badge-stars{display:flex;justify-content:center;align-items:center;gap:5px;margin:.65rem 0 .85rem;flex-wrap:nowrap}.footer-feedback-badge-stars--muted{opacity:.55}.footer-feedback-badge-star-wrap{position:relative;display:inline-block;width:22px;height:22px;vertical-align:middle}.footer-feedback-badge-star--under{position:absolute;left:0;top:0;display:block}.footer-feedback-badge-star--half{position:absolute;left:0;top:0;display:block;clip-path:inset(0 50% 0 0);-webkit-clip-path:inset(0 50% 0 0)}.footer-feedback-badge-meta{margin:0;font-size:.75rem;font-weight:600;line-height:1.4;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}@media (max-width:900px){.footer-feedback-topline{flex-direction:column;align-items:stretch;gap:1.25rem}.footer-feedback-topline .footer-feedback-badge-col{order:-1;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.footer-feedback-rating-badge{margin-left:auto;margin-right:auto}.footer-feedback-list--full{max-height:min(22rem, 50vh)}}.footer-feedback-heading{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#cbd5e1;margin:0 0 .75rem}.footer-feedback-desc{margin:0 0 1rem;font-size:.875rem;line-height:1.55;color:#94a3b8}.footer-feedback-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-feedback-item{margin:0;padding:.85rem 1rem;background:rgb(255 255 255 / .04);border-radius:10px;border:1px solid rgb(255 255 255 / .06)}.footer-feedback-quote{margin:.35rem 0 .35rem;font-size:.875rem;line-height:1.5;color:#e2e8f0}.footer-feedback-author{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.footer-feedback-field{margin-bottom:1rem}.footer-feedback-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.5rem}.footer-feedback-stars-input{display:flex;gap:.25rem;flex-wrap:wrap}.footer-feedback-star-btn{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;margin:0;border:none;background:#fff0;color:rgb(255 255 255 / .22);cursor:pointer;border-radius:6px;transition:color 0.15s ease,transform 0.15s ease}.footer-feedback-star-btn:hover,.footer-feedback-star-btn:focus-visible{color:rgb(251 191 36 / .65);transform:scale(1.08);outline:none}.footer-feedback-star-btn.is-active{color:#fbbf24}.footer-feedback-textarea,.footer-feedback-input{width:100%;max-width:100%;box-sizing:border-box;padding:.65rem .85rem;font-size:.9375rem;line-height:1.45;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit}.footer-feedback-textarea{min-height:5rem;resize:vertical}.footer-feedback-textarea:focus,.footer-feedback-input:focus{outline:2px solid #6366f1;outline-offset:1px;border-color:#a5b4fc}.footer-feedback-msg{min-height:1.25rem;margin:0 0 .75rem;font-size:.8125rem;font-weight:500}.footer-feedback-msg.is-success{color:#6ee7b7}.footer-feedback-msg.is-error{color:#fca5a5}.footer-feedback-submit{margin-top:.75rem;width:100%;justify-content:center;padding:.7rem 1.25rem;font-weight:600;font-size:.9375rem;border-radius:10px}.site-footer .footer-feedback-submit.btn-primary{border:none}.jobcv-feedback-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.footer-feedback-form{position:relative}.footer-feedback-hint,.footer-feedback-email-note{margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:#94a3b8}.footer-feedback-email-note{color:#cbd5e1;font-weight:500}.jobcv-feedback-flash{position:fixed;left:50%;transform:translateX(-50%);top:5.5rem;z-index:99998;max-width:min(36rem, calc(100vw - 2rem));padding:1rem 1.25rem;margin:0;border-radius:12px;box-shadow:0 12px 40px rgb(0 0 0 / .35);font-size:.9375rem;line-height:1.5;animation:jobcv-feedback-flash-in 0.35s ease}.jobcv-feedback-flash p{margin:0}.jobcv-feedback-flash--success{background:linear-gradient(135deg,rgb(16 185 129 / .95),rgb(5 150 105 / .98));color:#ecfdf5;border:1px solid rgb(255 255 255 / .2)}.jobcv-feedback-flash--error{background:linear-gradient(135deg,rgb(239 68 68 / .95),rgb(185 28 28 / .98));color:#fef2f2;border:1px solid rgb(255 255 255 / .15)}@keyframes jobcv-feedback-flash-in{from{opacity:0;transform:translateX(-50%) translateY(-8px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@media (max-width:600px){.jobcv-feedback-flash{top:4.5rem;font-size:.875rem}}.footer-bottom{padding-top:2rem;border-top:1px solid rgb(255 255 255 / .08)}.footer-copy{margin:0;font-size:.875rem;color:#64748b}.footer-legal{margin:.3rem 0 0;font-size:.75rem;color:#475569;opacity:.7;overflow-wrap:anywhere;word-break:break-word}.footer-container{max-width:1200px;margin:0 auto}.footer-section h3{color:#cbd5e1;margin-bottom:1rem;font-size:.9375rem}@media (max-width:1440px){.main-navigation{gap:.4rem .75rem}.main-navigation a,.main-navigation .nav-link{font-size:.8125rem}}@media (min-width:1025px) and (max-width:1440px){.header-container{padding:0 1.25rem}.main-navigation{gap:.5rem .75rem}.main-navigation a,.main-navigation .nav-link{font-size:.9375rem}.header-actions{gap:.5rem}.header-actions .btn{padding:.5rem 1rem;font-size:.9375rem;min-height:2.75rem}.header-actions .nav-link{font-size:.9375rem}.header-lang-right .lang-dropdown-btn,.header-actions-icons .notification-bell,.header-messenger-btn,.header-dots-btn{min-width:48px;min-height:48px;width:48px;height:48px}}@media (max-width:1024px){.header-container{padding:0 1rem}.main-navigation{gap:.4rem .55rem}.main-navigation a,.main-navigation .nav-link{font-size:.8125rem;max-width:9rem}.header-actions{gap:.5rem}.header-actions .nav-link{font-size:.8125rem}.header-actions .btn{padding:.5rem .75rem;font-size:.8125rem}.site-logo{font-size:1.125rem}}@media (max-width:900px){.how-it-works-grid,.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero-section h1{font-size:2rem}.card-grid{grid-template-columns:1fr}.search-bar{flex-direction:column}.content-section{padding:1rem 1rem}.create-cv-page .cv-form-section .form-container{padding:1.75rem 1.25rem}.create-cv-page .field-group div[style*="grid-template-columns"]{grid-template-columns:1fr!important}.form-container{padding:2rem 1rem}.how-it-works-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.home-section{padding:3rem 1rem}.home-cta-buttons{flex-direction:column}}.pagination{display:flex;justify-content:center;gap:.5rem;margin:2rem 0}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);text-decoration:none;transition:var(--transition);font-weight:500}.pagination .page-numbers:hover{background-color:var(--bg-tertiary);border-color:var(--primary-color);color:var(--primary-color)}.pagination .page-numbers.current{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.pagination .page-numbers.dots{border:none;background:none}.page-header{margin-bottom:3rem}body.logged-in .main-navigation a[href*="/login/"],body.logged-in .main-navigation a[href*="/register/"]{display:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.hidden{display:none}.notification-bell{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;background:linear-gradient(135deg,rgb(99 102 241 / .12) 0%,rgb(139 92 246 / .08) 100%);color:var(--primary-color);transition:color 0.2s ease,background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;border:1px solid rgb(99 102 241 / .2);cursor:pointer;box-shadow:0 0 0 0 rgb(99 102 241 / .25);flex-shrink:0;overflow:visible}@media (hover:hover){.notification-bell:hover{background:linear-gradient(135deg,rgb(99 102 241 / .2) 0%,rgb(139 92 246 / .15) 100%);color:var(--primary-dark);transform:scale(1.06);box-shadow:0 0 20px rgb(99 102 241 / .35),0 0 0 1px rgb(99 102 241 / .2)}}.notification-bell:has(.notification-badge){background:linear-gradient(135deg,rgb(239 68 68 / .15) 0%,rgb(220 38 38 / .1) 100%);color:#dc2626;border-color:rgb(239 68 68 / .35);box-shadow:0 0 18px rgb(239 68 68 / .3),0 0 0 1px rgb(239 68 68 / .2);animation:notification-bell-pulse 2.5s ease-in-out infinite}.notification-bell:has(.notification-badge):hover{background:linear-gradient(135deg,rgb(239 68 68 / .25) 0%,rgb(220 38 38 / .2) 100%);color:#b91c1c;box-shadow:0 0 24px rgb(239 68 68 / .45),0 0 0 1px rgb(239 68 68 / .3)}@keyframes notification-bell-pulse{0%,100%{box-shadow:0 0 18px rgb(239 68 68 / .3),0 0 0 1px rgb(239 68 68 / .2)}50%{box-shadow:0 0 24px rgb(239 68 68 / .5),0 0 0 2px rgb(239 68 68 / .25)}}.notification-bell svg{width:24px;height:24px;flex-shrink:0}.header-user-menu{position:relative;display:flex;align-items:center;gap:.625rem}.header-messenger-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;color:var(--primary-color,#6366f1);background:linear-gradient(135deg,rgb(99 102 241 / .12) 0%,rgb(139 92 246 / .08) 100%);border:1px solid rgb(99 102 241 / .2);transition:color 0.2s ease,background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;text-decoration:none;flex-shrink:0;overflow:visible}.header-messenger-btn:hover{color:var(--primary-dark,#4f46e5);background:linear-gradient(135deg,rgb(99 102 241 / .2) 0%,rgb(139 92 246 / .15) 100%);transform:scale(1.06);box-shadow:0 0 20px rgb(99 102 241 / .35),0 0 0 1px rgb(99 102 241 / .2)}.header-messenger-btn:has(.header-messenger-badge):hover{transform:none}.header-messenger-btn{will-change:auto;backface-visibility:hidden}.header-messenger-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;font-size:.6875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 6px rgb(239 68 68 / .35);border:2px solid #fff;pointer-events:none}.header-messenger-btn .header-messenger-badge~.header-messenger-badge{display:none!important}.header-messenger-btn .message-badge{display:none!important}a.header-avatar-link{text-decoration:none;color:inherit;display:inline-flex;border-radius:50%;transition:opacity 0.2s ease}a.header-avatar-link:hover{opacity:.85}.header-user-menu-guest{display:none}.header-dots-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;min-width:44px;min-height:44px;border:none;border-radius:0;background:#fff0;color:var(--primary-color,#6366f1);cursor:pointer;transition:color 0.2s ease;flex-shrink:0}.header-dots-btn:hover{color:var(--primary-dark,#4f46e5)}.header-dots-btn:focus{outline:none}.header-dots-btn:focus-visible{outline:2px solid rgb(99 102 241 / .5);outline-offset:2px;border-radius:6px}.header-dots-btn .header-dot{width:6px;height:6px;border-radius:50%;background:currentColor;transition:background 0.2s ease,box-shadow 0.2s ease;box-shadow:none}.header-dots-btn:hover .header-dot{box-shadow:0 0 10px currentColor,0 0 18px rgb(99 102 241 / .5)}.header-dots-item-mobile-only,.header-dots-divider-mobile-only{display:none!important}.header-dots-btn .header-dots-alert-badge{display:none!important}.header-dots-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;padding:.5rem 0;background:#fff;border-radius:12px;box-shadow:0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04);border:1px solid #e5e7eb;z-index:1100;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.94);transform-origin:top right;transition:opacity 0.28s cubic-bezier(.32,.72,0,1),visibility 0.28s ease,transform 0.28s cubic-bezier(.32,.72,0,1),border-color 0.25s ease,box-shadow 0.25s ease}.header-dots-dropdown.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);border-color:#6366f1;box-shadow:0 6px 20px rgb(0 0 0 / .08),0 0 0 1px rgb(99 102 241 / .25)}@media (min-width:901px){#header-dots-dropdown .header-dots-divider-lang,#header-dots-dropdown .header-dots-lang-wrap,#header-dots-dropdown-guest .header-dots-divider-lang,#header-dots-dropdown-guest .header-dots-lang-wrap{display:none!important}.header-dots-dropdown-close-wrap{display:none!important}}.header-dots-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-primary);text-decoration:none;transition:background 0.15s ease,color 0.15s ease;box-sizing:border-box;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left}.header-dots-item:hover{background:rgb(99 102 241 / .08);color:var(--primary-color)}.header-dots-item-messages{display:flex;align-items:center;justify-content:space-between}.header-dots-badge{font-size:.75rem;font-weight:700;padding:2px 6px;min-width:18px;text-align:center;border-radius:10px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;line-height:1.2}@media (max-width:1024px){.header-dots-dropdown .header-dots-badge{display:none}.header-dots-dropdown .header-dots-item-mobile-only .header-dots-badge{display:inline-flex!important;align-items:center;justify-content:center;min-width:1.25rem;min-height:1.25rem}.header-dots-dropdown .header-dots-item-mobile-only{justify-content:space-between}}.header-notification-menu{position:relative;display:inline-flex;align-items:center}.header-actions-icons .header-messenger-btn{margin-left:0}.header-dots-item-post-request{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.header-dots-tag.header-dots-tag-premium{font-size:.6875rem;font-weight:700;padding:2px 6px;border-radius:4px;background:linear-gradient(135deg,rgb(99 102 241 / .2) 0%,rgb(139 92 246 / .15) 100%);color:var(--primary-dark,#4f46e5);border:1px solid rgb(99 102 241 / .3);text-transform:uppercase;letter-spacing:.02em}.header-notification-dropdown{min-width:300px;max-width:360px;max-height:380px;display:flex;flex-direction:column;border-radius:14px;box-shadow:0 8px 28px rgb(0 0 0 / .1),0 0 1px rgb(0 0 0 / .06);border:1px solid rgb(229 231 235 / .9);background:#fff}.header-notification-dropdown .notification-dropdown-title{padding:1rem 1.25rem .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light)}.notification-dropdown-list{overflow-y:auto;max-height:300px}.notification-dropdown-empty{padding:1.25rem 1rem;font-size:.9375rem;color:var(--text-light);text-align:center}.notification-dropdown-item{display:block;padding:.75rem 1.25rem;text-decoration:none;color:var(--text-primary);transition:background 0.15s ease,color 0.15s ease;border-bottom:1px solid var(--border-light)}.notification-dropdown-item:last-child{border-bottom:none}.notification-dropdown-item:hover{background:rgb(99 102 241 / .08);color:var(--primary-color)}.notification-dropdown-item.is-unread{background:rgb(99 102 241 / .04)}.notification-dropdown-item.is-unread .notification-dropdown-item-title{font-weight:600}.notification-dropdown-item-title{display:block;font-size:.9375rem;font-weight:500;margin-bottom:.125rem}.notification-dropdown-item-preview{display:block;font-size:.8125rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-dropdown-item-time{display:block;font-size:.75rem;color:var(--text-light);margin-top:.25rem}.header-dots-divider{height:1px;margin:.5rem .75rem;background:var(--border-color)}.header-dots-item-logout{color:var(--text-secondary)}.header-dots-item-logout:hover{background:rgb(239 68 68 / .08);color:var(--error-color)}.notification-badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;box-sizing:border-box;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;font-size:.6875rem;font-weight:700;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 6px rgb(239 68 68 / .35);border:2px solid #fff;pointer-events:none}@keyframes pulse-badge{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.nav-link-messages{position:relative}.nav-link-messages .message-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;line-height:1.2}.job-like-wrap{display:inline-flex;align-items:center;gap:.25rem}.job-like-btn{position:relative;overflow:visible;box-sizing:border-box;border-radius:8px;border:2px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease;-webkit-tap-highlight-color:#fff0}.job-like-btn.is-liked{border-color:#ef4444;background:#fef2f2;color:#ef4444}.job-like-wrap .job-like-btn{flex-shrink:0;min-width:2.5rem;width:2.5rem;height:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.job-like-wrap .like-count{font-size:.875rem;font-weight:600;color:#6b7280;min-width:1.25rem}.job-like-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(239 68 68 / .2)}.job-like-btn:active{transform:translateY(0)}.job-like-btn svg{position:relative;z-index:2;transition:fill 0.2s ease,transform 0.2s ease}.job-like-btn.job-like-pop svg{animation:jobcv-heart-pop 0.62s cubic-bezier(.2,1.45,.34,1) both}.job-like-btn.job-like-pop::after{content:"";position:absolute;inset:50% auto auto 50%;width:1.05rem;height:1.05rem;background:#ef4444;transform:translate(-50%,-50%) rotate(45deg);border-radius:.2rem;opacity:0;pointer-events:none;animation:jobcv-heart-float 0.72s ease-out both;z-index:1}.job-like-btn.job-like-pop::before{content:"";position:absolute;inset:-.35rem;border-radius:999px;border:2px solid rgb(239 68 68 / .38);opacity:0;pointer-events:none;animation:jobcv-heart-ring 0.58s ease-out both}.job-like-btn.job-like-pop::after{box-shadow:-.38rem .38rem 0 -.16rem rgb(239 68 68 / .86),.42rem -.3rem 0 -.2rem rgb(244 63 94 / .82)}.job-like-btn.job-like-pop::after,.job-like-btn.job-like-pop::before{will-change:transform,opacity}@keyframes jobcv-heart-pop{0%{transform:scale(1)}34%{transform:scale(1.48) rotate(-8deg)}58%{transform:scale(.88) rotate(5deg)}100%{transform:scale(1) rotate(0)}}@keyframes jobcv-heart-float{0%{opacity:0;transform:translate(-50%,-50%) rotate(45deg) scale(.3)}18%{opacity:.92}100%{opacity:0;transform:translate(-50%,-185%) rotate(45deg) scale(1.25)}}@keyframes jobcv-heart-ring{0%{opacity:.65;transform:scale(.74)}100%{opacity:0;transform:scale(1.42)}}@media (max-width:900px){.job-like-btn{min-width:44px;width:44px;height:44px}}.liked-jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(320px, 100%),1fr));gap:1.5rem;align-items:stretch}.liked-job-card{display:flex;flex-direction:column;height:100%;min-height:0}.liked-job-card>a.btn{margin-top:auto;flex-shrink:0}.liked-job-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgb(0 0 0 / .12);border-color:#cbd5e1}.job-share-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);margin-bottom:2rem}.job-share-title{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.job-share-buttons{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.job-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:44px;height:44px;padding:0 1rem;border-radius:10px;border:1px solid var(--border-color);background:#fff;color:var(--text-primary);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:color 0.2s,background 0.2s,border-color 0.2s,box-shadow 0.2s}.job-share-btn svg{flex-shrink:0}.job-share-btn:hover{border-color:currentColor;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.job-share-facebook{color:#1877f2}.job-share-facebook:hover{background:#1877f2;color:#fff}.job-share-x{color:#0f1419}.job-share-x:hover{background:#0f1419;color:#fff}.job-share-linkedin{color:#0a66c2}.job-share-linkedin:hover{background:#0a66c2;color:#fff}.job-share-copy{color:var(--text-secondary)}.job-share-copy:hover{background:var(--bg-secondary);color:var(--primary-color);border-color:var(--primary-light)}@media (max-width:480px){.job-share-label{display:none}.job-share-btn{padding:0 .75rem}}#notification-container{position:fixed;top:max(1.25rem, env(safe-area-inset-top));right:max(1.25rem, env(safe-area-inset-right));z-index:var(--z-toast,99999);max-width:min(480px, calc(100vw - 2rem));display:flex;flex-direction:column;gap:.8rem;pointer-events:none}.notification{pointer-events:auto;background:#fff;min-width:min(420px, calc(100vw - 2rem));padding:1.1rem 1.2rem;border-radius:18px;box-shadow:0 22px 52px -18px rgb(15 23 42 / .34),0 0 0 1px rgb(99 102 241 / .12),inset 0 1px 0 rgb(255 255 255 / .86);display:flex;align-items:flex-start;gap:.95rem;opacity:0;transform:translateX(120%);transition:opacity 0.32s cubic-bezier(.4,0,.2,1),transform 0.32s cubic-bezier(.4,0,.2,1);border-left:5px solid #fff0;will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.notification{transition-duration:0.01ms!important}}.notification.show{opacity:1;transform:translateX(0)}.notification-icon{flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:14px;margin-top:0}.notification-icon svg{width:24px;height:24px}.notification-success{border-left-color:var(--success-color,#059669)}.notification-success .notification-icon{background:rgb(5 150 105 / .08)}.notification-error{border-left-color:var(--error-color,#dc2626);box-shadow:0 22px 52px -18px rgb(220 38 38 / .28),0 0 0 1px rgb(220 38 38 / .12),inset 0 1px 0 rgb(255 255 255 / .86)}.notification-error .notification-icon{background:rgb(220 38 38 / .08)}.notification-warning{border-left-color:var(--warning-color,#d97706)}.notification-warning .notification-icon{background:rgb(217 119 6 / .08)}.notification-info{border-left-color:var(--primary-color,#6366f1)}.notification-info .notification-icon{background:rgb(99 102 241 / .08)}.notification-message{border-left-color:var(--primary-color,#6366f1)}.notification-message .notification-icon{background:rgb(99 102 241 / .08)}.notification-content{flex:1;min-width:0}.notification-title{color:var(--text-primary,#0f172a);font-size:1rem;font-weight:850;line-height:1.28;margin-bottom:4px;letter-spacing:-.015em}.notification-body{color:#334155;font-size:.92rem;font-weight:600;line-height:1.5}.notification-title:empty{display:none}.notification-body:empty{display:none}.notification-title:empty+.notification-body{color:var(--text-primary,#0f172a);font-size:.98rem;font-weight:800}.notification-action{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;color:var(--primary-color,#6366f1);transition:background 0.15s ease;margin-top:2px}.notification-action:hover{background:rgb(99 102 241 / .08)}.notification-close{background:none;border:none;font-size:1.35rem;line-height:1;cursor:pointer;color:var(--text-light,#94a3b8);padding:3px 6px;border-radius:10px;transition:color 0.15s ease,background 0.15s ease;flex-shrink:0;margin-top:2px}.notification-close:hover{color:var(--text-primary,#0f172a);background:rgb(0 0 0 / .04)}.notification-close:focus-visible{outline:2px solid var(--primary-color,#6366f1);outline-offset:2px}@media (max-width:480px){#notification-container{right:.5rem;left:.5rem;max-width:none;top:max(0.5rem, env(safe-area-inset-top))}.notification{min-width:0;padding:.95rem 1rem;gap:.75rem;border-radius:16px}.notification-icon{width:36px;height:36px;border-radius:12px}.notification-icon svg{width:21px;height:21px}.notification-title{font-size:.95rem}.notification-body,.notification-title:empty+.notification-body{font-size:.9rem}}.jobcv-confirm-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .48);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:200000;display:flex;align-items:center;justify-content:center;padding:1.25rem;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity 0.25s cubic-bezier(.4,0,.2,1),visibility 0.25s ease}.jobcv-confirm-backdrop.is-visible{opacity:1;visibility:visible}.jobcv-confirm-box{background:#fff;border-radius:18px;box-shadow:0 32px 64px -12px rgb(15 23 42 / .25),0 0 0 1px rgb(99 102 241 / .08);max-width:400px;width:100%;padding:28px 28px 24px;text-align:center;transform:scale(.92);opacity:0;transition:transform 0.28s cubic-bezier(.34,1.2,.64,1),opacity 0.25s ease}.jobcv-confirm-backdrop.is-visible .jobcv-confirm-box{transform:scale(1);opacity:1}.jobcv-confirm-box .jobcv-confirm-title{font-size:1.0625rem;font-weight:700;color:#0f172a;margin:0 0 8px 0;line-height:1.3}.jobcv-confirm-box .jobcv-confirm-message{font-size:.9375rem;line-height:1.55;color:#475569;margin:0 0 24px 0;font-weight:400;word-wrap:break-word;overflow-wrap:break-word}.jobcv-confirm-box .jobcv-confirm-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.jobcv-confirm-box .jobcv-confirm-btn{min-width:100px;padding:12px 22px;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;border:none;transition:background 0.2s ease,color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.jobcv-confirm-box .jobcv-confirm-btn:active{transform:scale(.98)}.jobcv-confirm-box .jobcv-confirm-btn-cancel{background:#f1f5f9;color:#475569}.jobcv-confirm-box .jobcv-confirm-btn-cancel:hover{background:#e2e8f0;color:#0f172a}.jobcv-confirm-box .jobcv-confirm-btn-confirm{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);color:#fff;box-shadow:0 4px 14px rgb(99 102 241 / .35)}.jobcv-confirm-box .jobcv-confirm-btn-confirm:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);box-shadow:0 6px 20px rgb(99 102 241 / .4)}.jobcv-confirm-box .jobcv-confirm-btn:focus-visible{outline:2px solid var(--primary-color,#6366f1);outline-offset:2px}.jobcv-confirm-backdrop{pointer-events:auto}.jobcv-premium-page-wrapper{max-width:100%;padding:1rem 1.5rem 2rem}.jobcv-premium-pricing{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch}@media (max-width:520px){.jobcv-premium-pricing{grid-template-columns:1fr}}.jobcv-premium-card-monthly,.jobcv-premium-card-annual,.jobcv-premium-card-once{display:flex;flex-direction:column;min-height:300px}.jobcv-premium-card-monthly .jobcv-premium-checkout-trigger,.jobcv-premium-card-annual .jobcv-premium-checkout-trigger,.jobcv-premium-card-once .jobcv-premium-checkout-trigger{margin-top:auto;flex-shrink:0}.jobcv-premium-pricing .jobcv-premium-choose-btn{height:48px!important;min-height:48px!important;padding:0 1.25rem!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;font-size:0.9375rem!important;font-weight:700!important;border-radius:10px!important}.jobcv-premium-card-monthly .jobcv-premium-choose-btn:hover,.jobcv-premium-card-annual .jobcv-premium-choose-btn:hover,.jobcv-premium-card-once .jobcv-premium-choose-btn:hover{opacity:.92;transform:translateY(-1px)}button.jobcv-pay-badge.jobcv-premium-checkout-trigger:hover{background:rgb(99 102 241 / .08)!important;border-color:var(--primary-color,#6366f1)!important}.jobcv-premium-payment-methods{max-width:100%}.jobcv-premium-payment-methods .jobcv-premium-badges{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.jobcv-premium-payment-methods .jobcv-pay-badge{display:inline-flex;align-items:center;gap:.4rem;min-width:0}.jobcv-premium-payment-methods .jobcv-pay-badge svg{flex-shrink:0}@media (max-width:380px){.jobcv-premium-payment-methods .jobcv-premium-badges{flex-direction:column;gap:.75rem}}.mobile-drawer-overlay{position:fixed;inset:0;z-index:1001;background:rgb(15 23 42 / .4);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity 0.25s ease,visibility 0.25s ease}.mobile-drawer-overlay.active{display:block!important;opacity:1;visibility:visible;pointer-events:auto}@media (max-width:768px){.container{padding-left:1rem;padding-right:1rem}.single-job-header-inner{flex-direction:column!important;gap:1.25rem!important;align-items:stretch!important}.single-job-logo-cell{flex-direction:row!important;gap:1rem!important;align-items:center!important}.single-job-actions{flex-wrap:wrap!important}.single-job-actions .btn,.single-job-actions .btn-lg,.single-job-actions .apply-job-btn{flex:1 1 auto!important;min-width:0!important;white-space:nowrap}.single-job-header-card .card-meta{gap:0.35rem!important}.single-job-header-card .meta-item{font-size:0.75rem!important;padding:.25rem 0.5rem!important}.sjh-two-col{flex-direction:column!important;gap:1.25rem!important}.sjh-info-col,.sjh-gallery-col{width:100%!important;max-width:100%!important}.hero-title{font-size:1.75rem!important;line-height:1.2}.hero-subtitle{font-size:.9375rem}.search-inputs{flex-direction:column!important;gap:0.75rem!important}.search-field{width:100%!important}.search-button{width:100%!important}.hero-stats{gap:1rem!important}.stat-number{font-size:1.5rem!important}.stat-label{font-size:0.75rem!important}.card-grid{gap:1rem}.job-card-badges{top:.6rem;right:.6rem}.job-card-head{padding-right:6.35rem;gap:.75rem}.job-card-head-content .card-title{line-height:1.3}.job-card-featured{font-size:.5rem;padding:.1rem .28rem;letter-spacing:.02em;white-space:nowrap;border-radius:3px}.dashboard-nav{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dashboard-nav::-webkit-scrollbar{display:none}.dashboard-card{padding:1.25rem!important}.dashboard-card h3{font-size:1.125rem}.company-invite-form{grid-template-columns:1fr!important}.pagination{flex-wrap:wrap;gap:.375rem}.pagination .page-numbers{min-width:36px;height:36px;padding:0 .5rem;font-size:.875rem}.site-footer{padding:2rem 1rem 1.5rem}.company-team-role-row,[style*="flex: 0 0 200px"]{flex:1 1 100%!important;min-width:0!important}.single-job-logo-cell a[style*="white-space:nowrap"]{white-space:normal!important;text-align:center;display:inline-flex;align-items:center;justify-content:center;min-height:44px}.jobs-table th,.jobs-table td{padding:.625rem .5rem;font-size:.8125rem}}@media (max-width:600px){.single-job-actions{flex-direction:column!important}.single-job-actions .btn,.single-job-actions .btn-lg,.single-job-actions .apply-job-btn{width:100%!important;justify-content:center}.single-job-header-card>div[style*="padding:2rem"]{padding:1.25rem!important}.single-job-header-inner p[style*="font-size: 1.25rem"]{font-size:1rem!important}.job-share-card{padding:1.25rem}.content-section h2,.section-title{font-size:1.25rem}.jobcv-premium-card-monthly,.jobcv-premium-card-annual,.jobcv-premium-card-once{min-height:0}.legal-page-content{padding:1rem}.dashboard-header h1{font-size:1.375rem}.dashboard-header p{font-size:.875rem}.wl-apps-table th,.wl-apps-table td{padding:.5rem .375rem;font-size:.8125rem}}@media (max-width:480px){.container{padding-left:.75rem;padding-right:.75rem}.hero-title{font-size:1.5rem!important}.hero-subtitle{font-size:.875rem;line-height:1.4}.hero-search .search-input{padding-left:2.5rem!important;font-size:.9375rem}.hero-stats{flex-wrap:wrap;justify-content:center}.stat-item{min-width:0}.home-section{padding:2rem 0.75rem!important}.step-circle{width:64px!important;height:64px!important;font-size:1.5rem!important;margin-bottom:1rem!important}.cta-heading{font-size:1.5rem!important}.cta-subheading{font-size:1rem!important}.job-card{border-radius:10px}.job-card .card-meta{gap:.375rem;font-size:.75rem}.dashboard-card{padding:1rem!important;border-radius:12px}.dashboard-card h3{font-size:1rem}.jobcv-confirm-box{padding:20px 20px 18px;border-radius:14px}.jobcv-confirm-box .jobcv-confirm-actions{flex-direction:column}.jobcv-confirm-box .jobcv-confirm-btn{width:100%}.cv-preview-modal-content{padding:0.75rem!important}.jobcv-crop-modal-content{padding:1rem}.jobcv-gate-modal-box{padding:1.5rem}.dashboard-nav a{padding:.5rem .75rem;font-size:.8125rem}.saved-job-card,[style*="padding: 1.5rem"]{padding:1rem!important}.single-job-logo-cell{flex-direction:column!important}.single-job-title{font-size:1.25rem!important}.dashboard-card [style*="min-width:480px"]{min-width:380px!important}}@media (max-width:380px){.hero-title{font-size:1.375rem!important}.hero-stats{gap:0.5rem!important}.stat-number{font-size:1.25rem!important}.btn{min-height:44px;padding-left:1rem;padding-right:1rem;font-size:.875rem}.btn-lg{padding:.75rem 1.25rem;font-size:.9375rem}.dashboard-card{padding:0.875rem!important}.jobcv-confirm-box .jobcv-confirm-btn{min-width:0;padding:10px 16px;font-size:.875rem}}@media (max-width:768px){.dashboard-nav,.wl-apps-wrap,.company-team-table-wrap,.applied-jobs-table-wrap{-webkit-overflow-scrolling:touch}a,button,[role="button"],input[type="submit"],select{min-height:44px}input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="tel"],input[type="url"],input[type="number"],textarea,select{font-size:16px}body{-webkit-text-size-adjust:100%;text-size-adjust:100%}.company-invite-form,[style*="grid-template-columns: repeat(3"]{grid-template-columns:1fr!important}.jobcv-ring-popover,.jobcv-ring-wrap-lg .jobcv-ring-popover{width:min(230px, calc(100vw - 2rem))!important}}.related-jobs-section.content-section{max-width:1040px;margin:0 auto;padding-top:1rem}.related-jobs-title{margin-bottom:1rem;font-size:1.5rem}.related-jobs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.related-job-card .related-job-card-body{padding:.95rem .95rem .85rem;flex:1 1 auto;display:flex;flex-direction:column}.related-job-card .related-job-head{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.65rem}.related-job-card .related-job-avatar-slot{flex-shrink:0;width:48px;height:48px}.related-job-card .related-job-title-wrap{flex:1;min-width:0}.related-job-card .related-job-title{margin:0 0 .22rem 0;font-size:.98rem;line-height:1.28}.related-job-card .related-job-title-link{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.related-job-card .related-job-meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem;font-size:.79rem;color:#64748b}.related-job-card .related-job-view-btn{margin-top:auto;margin-left:.95rem;margin-right:.95rem;margin-bottom:.95rem;padding:.62rem .9rem;text-align:center;text-decoration:none;border-radius:9px;font-size:.86rem;display:block}@keyframes jobcvJobHeaderGlow{0%,100%{transform:translate3d(-6%,-6%,0) scale(1);opacity:.55}50%{transform:translate3d(8%,4%,0) scale(1.12);opacity:.85}}@keyframes jobcvJobAccentSweep{0%{background-position:0% 50%}100%{background-position:200% 50%}}@keyframes jobcvJobCardIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes jobcvCtaSheen{from{transform:translateX(-120%) skewX(-18deg)}to{transform:translateX(260%) skewX(-18deg)}}.single-job_listing .single-job-page-wrap{max-width:1080px!important;position:relative}.single-job_listing .single-job-page-wrap::before{content:none}.single-job_listing .single-job-page-wrap>*{position:relative;z-index:1}.single-job_listing .single-job-header-card,.single-job_listing .single-job-section-card,.single-job_listing .job-share-card{border:1px solid #ddd6fe!important;box-shadow:0 16px 36px -24px rgb(76 29 149 / .3),0 1px 2px rgb(15 23 42 / .06)!important;border-radius:16px!important}.single-job_listing .single-job-header-card{overflow:hidden;margin-top:0.85rem!important;background:radial-gradient(circle at 18% 0%,rgb(99 102 241 / .1),transparent 34%),linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;border-color:rgb(203 213 225 / .86)!important;box-shadow:0 24px 60px -38px rgb(15 23 42 / .45),0 10px 28px -24px rgb(99 102 241 / .55)!important;isolation:isolate;animation:jobcvJobCardIn 0.5s cubic-bezier(.16,1,.3,1) both}.single-job_listing .single-job-header-card::after,.jobcv-preview-article .single-job-header-card::after{content:"";position:absolute;width:34rem;height:34rem;right:-14rem;top:-18rem;z-index:-1;pointer-events:none;border-radius:999px;background:radial-gradient(circle,rgb(139 92 246 / .18) 0%,rgb(99 102 241 / .1) 34%,transparent 68%);filter:blur(6px);animation:jobcvJobHeaderGlow 9s ease-in-out infinite}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#4f46e5,#8b5cf6,#06b6d4,#4f46e5);background-size:200% 100%;opacity:.88;animation:jobcvJobAccentSweep 5.5s linear infinite}.single-job_listing .single-job-header-content{padding:2.55rem 2.25rem 2.15rem!important;padding-right:6.5rem!important}.single-job_listing .single-job-header-badges{position:absolute;top:1.1rem;right:1.1rem;z-index:9;display:flex;align-items:flex-start;justify-content:flex-end;pointer-events:none}.single-job_listing .single-job-header-badges .jobcv-views-badge-card{pointer-events:auto;height:1.65rem;min-width:2.75rem;padding:0 .55rem;background:rgb(255 255 255 / .97);border-color:rgb(221 214 254 / .95);color:#4c1d95;box-shadow:0 8px 18px rgb(76 29 149 / .1)}.single-job_listing .single-job-header-badges .jobcv-views-badge-card svg{color:#6366f1}.single-job_listing .single-job-title{font-size:clamp(1.72rem, 2.6vw, 2.35rem)!important;line-height:1.12!important;letter-spacing:-.035em;color:#0f172a!important;max-width:740px}.single-job_listing .single-job-header-card .single-job-header-inner>div:last-child>p[style*="font-size: 1.25rem"]{font-size:1.03rem!important;font-weight:600!important;color:#475569!important;margin-bottom:0.85rem!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item{border-radius:10px!important;padding:.46rem 0.78rem!important;font-size:0.78rem!important;border:1px solid rgb(203 213 225 / .78)!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;color:#334155!important;font-weight:650!important;box-shadow:0 1px 2px rgb(15 23 42 / .04)!important;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease!important}.single-job_listing .single-job-header-card .meta-item:hover,.jobcv-preview-article .single-job-header-card .meta-item:hover{transform:translateY(-1px);border-color:rgb(99 102 241 / .3)!important;box-shadow:0 8px 20px -14px rgb(15 23 42 / .42)!important}.single-job_listing .single-job-header-card .meta-item svg,.jobcv-preview-article .single-job-header-card .meta-item svg{stroke:#64748b!important}.single-job_listing .single-job-header-card .meta-item span[style*="color:#5b21b6"],.single-job_listing .single-job-header-card .meta-item span[style*="color: #5b21b6"],.jobcv-preview-article .single-job-header-card .meta-item span[style*="color:#5b21b6"],.jobcv-preview-article .single-job-header-card .meta-item span[style*="color: #5b21b6"]{color:#64748b!important}.single-job_listing .single-job-header-card .card-tags,.jobcv-preview-article .single-job-header-card .card-tags{display:flex;flex-wrap:wrap;gap:0.45rem!important}.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{display:inline-flex!important;align-items:center!important;gap:0.35rem!important;padding:.4rem 0.72rem!important;border-radius:10px!important;border:1px solid rgb(203 213 225 / .78)!important;background:#fff!important;color:#475569!important;font-size:0.78rem!important;font-weight:700!important;box-shadow:0 1px 2px rgb(15 23 42 / .035)!important;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease!important}.single-job_listing .single-job-header-card .card-tags .tag:hover,.jobcv-preview-article .single-job-header-card .card-tags .tag:hover{transform:translateY(-1px);border-color:rgb(99 102 241 / .3)!important;box-shadow:0 8px 20px -15px rgb(15 23 42 / .35)!important}.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip{display:inline-flex!important;align-items:center!important;gap:0.35rem!important;padding:.4rem 0.72rem!important;border-radius:10px!important;border:1px solid rgb(203 213 225 / .78)!important;background:#fff!important;color:#334155!important;font-size:0.8rem!important;font-weight:650!important;box-shadow:0 1px 2px rgb(15 23 42 / .035)!important}.single-job_listing .single-job-language-chip span,.jobcv-preview-article .single-job-language-chip span{color:#334155!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{display:inline-flex!important;align-items:center!important;gap:0.45rem!important;padding:.5rem 0.85rem!important;border-radius:12px!important;border:1px solid rgb(203 213 225 / .82)!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;color:#334155!important;font-size:0.86rem!important;font-weight:650!important;line-height:1.25!important;box-shadow:0 1px 2px rgb(15 23 42 / .035)!important;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,background 0.18s ease!important}.single-job_listing .jobcv-detail-chip:hover,.jobcv-preview-article .jobcv-detail-chip:hover{transform:translateY(-2px);border-color:rgb(99 102 241 / .3)!important;background:#fff!important;box-shadow:0 14px 28px -22px rgb(15 23 42 / .5)!important}.single-job_listing .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip svg{color:#64748b!important;stroke:currentColor!important}.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:#059669!important}.single-job_listing .single-job-header-card .single-job-actions{border-top:1px solid rgb(226 232 240 / .95);padding-top:1.15rem;margin-top:1.35rem!important}.single-job_listing .single-job-header-card .single-job-actions .btn{min-height:44px;border-radius:12px!important;font-weight:700;position:relative;overflow:hidden}.single-job_listing .single-job-header-card .single-job-actions .btn-primary{background:linear-gradient(135deg,#6366f1 0%,#7c3aed 55%,#8b5cf6 100%)!important;box-shadow:0 10px 20px -10px rgb(109 40 217 / .56)}.single-job_listing .single-job-header-card .single-job-actions .btn-primary::after{content:"";position:absolute;inset:-40% auto -40% 0;width:34%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .32),transparent);animation:jobcvCtaSheen 4.8s ease-in-out infinite;pointer-events:none}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 28px -14px rgb(109 40 217 / .72)}.single-job_listing .single-job-header-card .single-job-actions .btn-secondary{border-color:rgb(203 213 225 / .95)!important;color:#334155!important;background:#fff!important}.single-job_listing .single-job-description-intro{margin:-.2rem 0 1.15rem;color:#6d28d9;font-size:.95rem;line-height:1.55;font-weight:500}.single-job_listing .single-job-description-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;animation:jobcvJobCardIn 0.55s 0.04s cubic-bezier(.16,1,.3,1) both}.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;animation:jobcvJobCardIn 0.55s 0.08s cubic-bezier(.16,1,.3,1) both}.single-job_listing .single-job-description-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#7c3aed,#a855f7);opacity:.72}.single-job_listing .single-job-requirements-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#7c3aed,#a855f7);opacity:.72}.single-job_listing .single-job-offers-card::before,.jobcv-preview-article .single-job-offers-card::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#059669,#14b8a6);opacity:.72}.single-job_listing .single-job-description-card h2,.single-job_listing .single-job-requirements-card h2,.single-job_listing .single-job-offers-card h2,.jobcv-preview-article .single-job-description-card h2,.jobcv-preview-article .single-job-requirements-card h2,.jobcv-preview-article .single-job-offers-card h2{display:flex!important;align-items:center!important;gap:0.65rem!important;margin-bottom:0.75rem!important;color:#0f172a!important;letter-spacing:-0.018em!important}.single-job_listing .single-job-description-card h2::before,.single-job_listing .single-job-requirements-card h2::before,.single-job_listing .single-job-offers-card h2::before,.jobcv-preview-article .single-job-description-card h2::before,.jobcv-preview-article .single-job-requirements-card h2::before,.jobcv-preview-article .single-job-offers-card h2::before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:#6366f1;box-shadow:0 0 0 4px rgb(99 102 241 / .12);flex-shrink:0}.single-job_listing .single-job-offers-card h2::before,.jobcv-preview-article .single-job-offers-card h2::before{background:#059669;box-shadow:0 0 0 4px rgb(5 150 105 / .12)}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:0.72rem!important;margin-top:1.15rem!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card{padding:2.15rem!important;border-color:rgb(203 213 225 / .85)!important;box-shadow:0 18px 42px -34px rgb(15 23 42 / .48),0 1px 2px rgb(15 23 42 / .04)!important;transition:transform 0.22s ease,box-shadow 0.22s ease,border-color 0.22s ease!important}.single-job_listing .single-job-section-card:hover,.jobcv-preview-article .single-job-section-card:hover{transform:translateY(-3px);border-color:rgb(99 102 241 / .22)!important;box-shadow:0 24px 54px -38px rgb(15 23 42 / .58),0 10px 28px -26px rgb(99 102 241 / .45)!important}.single-job_listing .single-job-description{color:#1f2937;font-size:1rem;line-height:1.78;padding-left:.45rem;font-weight:500;letter-spacing:.005em}.single-job_listing .single-job-description p{margin:0 0 .95rem;font-weight:520}.single-job_listing .single-job-description ul,.single-job_listing .single-job-description ol{margin:.35rem 0 1.1rem 1.15rem;padding:0}.single-job_listing .single-job-description li{margin:0 0 .45rem;padding-left:.1rem;font-weight:520}.single-job_listing .single-job-description ul li::marker{color:#7c3aed}@media (prefers-reduced-motion:reduce){.single-job_listing .single-job-header-card,.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.single-job_listing .single-job-header-card::before,.single-job_listing .single-job-header-card::after,.single-job_listing .single-job-header-card .single-job-actions .btn-primary::after,.jobcv-preview-article .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::after{animation:none!important}.single-job_listing .single-job-section-card,.single-job_listing .jobcv-detail-chip,.single-job_listing .single-job-header-card .meta-item,.single-job_listing .single-job-header-card .card-tags .tag{transition:none!important}}.single-job_listing .single-job-description-card h2,.single-job_listing .single-job-details-title,.single-job_listing .job-share-title{font-size:1.28rem!important;font-weight:750!important;letter-spacing:-.01em;color:#312e81}.single-job_listing .single-job-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.single-job_listing .single-job-detail-item{background:linear-gradient(180deg,#faf5ff 0%,#f5f3ff 100%);border:1px solid #ddd6fe;border-radius:12px;padding:.9rem .95rem}.single-job_listing .job-share-card{padding:1.35rem 1.5rem!important;background:linear-gradient(180deg,#ffffff 0%,#fbf7ff 100%)!important}.single-job_listing .job-share-buttons{gap:0.7rem!important}.single-job_listing .job-share-btn{border-radius:12px!important;border-color:#ddd6fe!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap::before{display:none}.single-job_listing .single-job-details-grid{grid-template-columns:1fr}}@media (max-width:900px){.related-jobs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.related-jobs-grid{grid-template-columns:1fr}}@media (max-width:900px){#mobile-menu-toggle,.mobile-menu-toggle{display:none!important}}@media (max-width:640px){.jobcv-posting-mode-grid{grid-template-columns:1fr!important}}.jobcv-custom-poster-card{padding:0!important;line-height:0}.jobcv-poster-img{display:block;width:100%;height:auto;border-radius:0}.jobcv-poster-pages{width:100%;line-height:0}.jobcv-poster-pages canvas{display:block;width:100%;height:auto}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{overflow:hidden!important;border-radius:22px!important;border:1px solid rgb(203 213 225 / .78)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99) 0%,rgb(248 250 252 / .96) 100%)!important;box-shadow:0 22px 64px -48px rgb(15 23 42 / .52),0 1px 2px rgb(15 23 42 / .045)!important}.single-job_listing .single-job-description-card::before,.single-job_listing .single-job-requirements-card::before,.single-job_listing .single-job-offers-card::before,.jobcv-preview-article .single-job-description-card::before,.jobcv-preview-article .single-job-requirements-card::before,.jobcv-preview-article .single-job-offers-card::before{display:none!important}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2{padding-bottom:0.85rem!important;margin-bottom:1.05rem!important;border-bottom:1px solid rgb(226 232 240 / .88)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{width:0.48rem!important;height:0.48rem!important;background:#4f46e5!important;box-shadow:0 0 0 4px rgb(79 70 229 / .1)!important}.single-job_listing .single-job-offers-card h2::before,.jobcv-preview-article .single-job-offers-card h2::before{background:#4f46e5!important;box-shadow:0 0 0 4px rgb(79 70 229 / .1)!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{border-color:rgb(203 213 225 / .82)!important;background:#ffffff!important;color:#263244!important}.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:#4f46e5!important;background:rgb(79 70 229 / .08)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{display:block!important;max-width:940px!important;margin-left:auto!important;margin-right:auto!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{margin-bottom:1rem!important;border-radius:24px!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{width:100%!important;min-height:0!important;margin:0 0 1rem!important;border-radius:20px!important;border:1px solid rgb(203 213 225 / .82)!important;background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(248 250 252 / .94) 100%)!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{grid-column:auto!important;padding:1.75rem 1.9rem!important}.single-job_listing .single-job-requirements-card,.jobcv-preview-article .single-job-requirements-card{position:relative!important;top:auto!important}.single-job_listing .single-job-description{max-width:76ch}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0.7rem!important;margin-top:0.9rem!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{min-height:46px;width:100%!important;border-radius:13px!important;padding:.72rem 0.85rem!important}.single-job_listing .single-job-details-grid,.jobcv-preview-article .single-job-details-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:100%!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"],.single-job_listing .single-job-details-grid,.jobcv-preview-article .single-job-details-grid{grid-template-columns:1fr!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{padding:1.35rem!important}}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{color:#111827!important;text-shadow:0 1px 0 rgb(255 255 255 / .85),0 16px 38px rgb(88 28 135 / .1)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{background:radial-gradient(circle at 9% 0%,rgb(168 85 247 / .18),transparent 17rem),radial-gradient(circle at 84% 3%,rgb(236 72 153 / .11),transparent 15rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(250 245 255 / .9))!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 48%,#ec4899 100%)!important;background-color:#a855f7!important;border:0!important;color:#ffffff!important;box-shadow:0 16px 30px -16px rgb(168 85 247 / .88),0 8px 18px -14px rgb(236 72 153 / .86)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,#6d28d9 0%,#9333ea 48%,#db2777 100%)!important}.single-job_listing,.jobcv-preview-article{--ju-violet:#4f46e5;--ju-purple:#6366f1;--ju-pink:#7c3aed}.single-job_listing .content-section,.jobcv-preview-article{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 48%,#ffffff 100%)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{border-color:rgb(203 213 225 / .74)!important;background:radial-gradient(circle at 9% 0%,rgb(99 102 241 / .085),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .97) 0%,rgb(248 250 252 / .88) 100%)!important;box-shadow:0 30px 82px -58px rgb(15 23 42 / .48),0 12px 34px -32px rgb(79 70 229 / .24),inset 0 1px 0 rgb(255 255 255 / .92)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{border-color:rgb(203 213 225 / .84)!important;background:radial-gradient(circle at 12% 4%,rgb(99 102 241 / .1),transparent 17rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 24px 66px -48px rgb(15 23 42 / .52),0 10px 26px -28px rgb(79 70 229 / .34),inset 0 1px 0 rgb(255 255 255 / .94)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before,.single-job_listing .single-job-title::after,.jobcv-preview-article .single-job-title::after{background:linear-gradient(90deg,#4f46e5,#6366f1,#7c3aed)!important;opacity:0.82!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{border-color:rgb(203 213 225 / .86)!important;background:#ffffff!important;color:#334155!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .42),inset 0 1px 0 rgb(255 255 255 / .86)!important}.single-job_listing .single-job-header-card .meta-item svg,.jobcv-preview-article .single-job-header-card .meta-item svg,.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:#6366f1!important;stroke:currentColor!important;background:rgb(99 102 241 / .08)!important;filter:none!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-color:rgb(203 213 225 / .84)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 20px 54px -42px rgb(15 23 42 / .48),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{background:linear-gradient(135deg,#4f46e5,#6366f1)!important;box-shadow:0 0 0 6px rgb(99 102 241 / .09),0 10px 20px -12px rgb(79 70 229 / .54)!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{border-color:rgb(203 213 225 / .88)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;color:#263244!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 58%,#7c3aed 100%)!important;box-shadow:0 16px 30px -17px rgb(79 70 229 / .76),0 8px 18px -15px rgb(124 58 237 / .48)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,#4338ca 0%,#4f46e5 58%,#6d28d9 100%)!important}.single-job_listing,.jobcv-preview-article{--ju-violet:#7c3aed;--ju-purple:#a855f7;--ju-pink:#ec4899;--ju-ink:#0f172a;--ju-muted:#475569;--ju-line:rgba(196, 181, 253, 0.56);--ju-card:rgba(255,255,255,0.92);--ju-glow:rgba(168, 85, 247, 0.34)}.single-job_listing .content-section,.jobcv-preview-article{background:radial-gradient(circle at 50% -8%,rgb(168 85 247 / .13),transparent 28rem),radial-gradient(circle at 4% 18%,rgb(236 72 153 / .08),transparent 24rem),linear-gradient(180deg,#ffffff 0%,#fbf7ff 44%,#ffffff 100%)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:980px!important;padding:1.15rem!important;border-radius:34px!important;border:1px solid rgb(216 180 254 / .72)!important;background:radial-gradient(circle at 7% 0%,rgb(168 85 247 / .16),transparent 18rem),radial-gradient(circle at 94% 9%,rgb(236 72 153 / .1),transparent 20rem),linear-gradient(180deg,rgb(255 255 255 / .96) 0%,rgb(250 245 255 / .76) 100%)!important;box-shadow:0 34px 90px -54px rgb(76 29 149 / .54),0 14px 38px -34px rgb(236 72 153 / .34),inset 0 1px 0 rgb(255 255 255 / .92)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{border-radius:28px!important;border:1px solid rgb(216 180 254 / .82)!important;background:radial-gradient(circle at 13% 4%,rgb(168 85 247 / .2),transparent 17rem),radial-gradient(circle at 88% 8%,rgb(236 72 153 / .13),transparent 16rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(250 245 255 / .94))!important;box-shadow:0 28px 74px -48px rgb(76 29 149 / .68),inset 0 1px 0 rgb(255 255 255 / .94)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{height:6px!important;background:linear-gradient(90deg,var(--ju-violet),var(--ju-purple),var(--ju-pink),var(--ju-purple),var(--ju-violet))!important;background-size:240% 100%!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{display:inline-block!important;margin-bottom:0.42rem!important;color:var(--ju-ink)!important;font-size:clamp(2rem, 4vw, 3.2rem)!important;line-height:0.98!important;font-weight:900!important;letter-spacing:-0.055em!important;text-shadow:0 1px 0 rgb(255 255 255 / .88),0 20px 42px rgb(88 28 135 / .16)!important}.single-job_listing .single-job-title::after,.jobcv-preview-article .single-job-title::after{content:"";display:block;width:min(72%, 17rem);height:5px;margin-top:.55rem;border-radius:999px;background:linear-gradient(90deg,var(--ju-violet),var(--ju-purple),var(--ju-pink));box-shadow:0 10px 26px -10px rgb(168 85 247 / .82)}.single-job_listing .single-job-header-card .single-job-header-inner>div:last-child>p,.jobcv-preview-article .single-job-header-card .single-job-header-inner>div:last-child>p{color:#5b21b6!important;font-weight:800!important;letter-spacing:-0.015em!important}.single-job_listing .single-job-avatar-link,.jobcv-preview-article .single-job-avatar-link,.single-job_listing .single-job-logo-cell>.jobcv-avatar,.jobcv-preview-article .single-job-logo-cell>.jobcv-avatar{filter:drop-shadow(0 16px 24px rgb(168 85 247 / .18))}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{min-height:34px!important;border-radius:999px!important;padding:.48rem 0.82rem!important;border:1px solid rgb(196 181 253 / .72)!important;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgb(124 58 237 / .32),rgb(236 72 153 / .24)) border-box!important;color:#312e81!important;font-size:0.82rem!important;font-weight:800!important;box-shadow:0 10px 24px -20px rgb(76 29 149 / .5),inset 0 1px 0 rgb(255 255 255 / .86)!important;transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease!important}.single-job_listing .single-job-header-card .meta-item:hover,.jobcv-preview-article .single-job-header-card .meta-item:hover,.single-job_listing .single-job-language-chip:hover,.jobcv-preview-article .single-job-language-chip:hover,.single-job_listing .single-job-header-card .card-tags .tag:hover,.jobcv-preview-article .single-job-header-card .card-tags .tag:hover{transform:translateY(-2px);box-shadow:0 18px 34px -24px rgb(76 29 149 / .58),0 8px 18px -18px rgb(236 72 153 / .42)!important}.single-job_listing .single-job-header-card .meta-item svg,.jobcv-preview-article .single-job-header-card .meta-item svg{stroke:var(--ju-purple)!important;filter:drop-shadow(0 4px 8px rgb(168 85 247 / .18))}.single-job_listing .single-job-language-chip span,.jobcv-preview-article .single-job-language-chip span,.single-job_listing .single-job-header-card .meta-item span,.jobcv-preview-article .single-job-header-card .meta-item span{color:#312e81!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-radius:26px!important;border:1px solid rgb(221 214 254 / .82)!important;background:radial-gradient(circle at 0% 0%,rgb(168 85 247 / .055),transparent 16rem),linear-gradient(180deg,rgb(255 255 255 / .98),rgb(252 250 255 / .96))!important;box-shadow:0 22px 58px -42px rgb(76 29 149 / .54),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2,.single-job_listing .single-job-details-title,.jobcv-preview-article .single-job-details-title,.single-job_listing .job-share-title,.jobcv-preview-article .job-share-title{position:relative!important;display:flex!important;align-items:center!important;gap:0.78rem!important;color:var(--ju-ink)!important;font-size:clamp(1.22rem, 2.3vw, 1.58rem)!important;font-weight:900!important;letter-spacing:-0.035em!important;padding-bottom:0.9rem!important;margin-bottom:1.1rem!important;border-bottom:1px solid rgb(221 214 254 / .64)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{width:1rem!important;height:1rem!important;border-radius:0.35rem!important;background:linear-gradient(135deg,var(--ju-violet),var(--ju-purple),var(--ju-pink))!important;box-shadow:0 0 0 6px rgb(168 85 247 / .1),0 10px 20px -10px rgb(168 85 247 / .68)!important;transform:rotate(45deg)}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{min-height:52px!important;border-radius:17px!important;padding:.86rem 0.98rem!important;border:1px solid rgb(216 180 254 / .76)!important;background:linear-gradient(180deg,rgb(255 255 255 / .98),rgb(250 245 255 / .82))!important;color:#1e1b4b!important;font-size:0.9rem!important;font-weight:820!important;box-shadow:0 14px 28px -24px rgb(76 29 149 / .5),inset 0 1px 0 rgb(255 255 255 / .86)!important}.single-job_listing .jobcv-detail-chip:hover,.jobcv-preview-article .jobcv-detail-chip:hover{transform:translateY(-3px);border-color:rgb(168 85 247 / .6)!important;box-shadow:0 24px 42px -28px rgb(76 29 149 / .62),0 8px 18px -18px rgb(236 72 153 / .42)!important}.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{width:1.15rem!important;height:1.15rem!important;padding:0.22rem!important;border-radius:999px!important;color:var(--ju-purple)!important;background:rgb(168 85 247 / .12)!important;box-shadow:inset 0 0 0 1px rgb(168 85 247 / .12)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,var(--ju-violet) 0%,var(--ju-purple) 48%,var(--ju-pink) 100%)!important;box-shadow:0 18px 34px -16px rgb(168 85 247 / .92),0 8px 20px -14px rgb(236 72 153 / .86)!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{padding:0.75rem!important;border-radius:26px!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{font-size:clamp(1.7rem, 9vw, 2.35rem)!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{font-size:0.78rem!important;padding:.44rem 0.72rem!important}}.single-job_listing,.jobcv-preview-article{--ju-violet:#4f46e5;--ju-purple:#6366f1;--ju-pink:#7c3aed;--ju-ink:#111827;--ju-muted:#475569;--ju-line:rgba(203, 213, 225, 0.82);--ju-card:rgba(255,255,255,0.96);--ju-glow:rgba(79, 70, 229, 0.18)}.single-job_listing .content-section,.jobcv-preview-article{background:radial-gradient(circle at 50% -10%,rgb(99 102 241 / .075),transparent 28rem),linear-gradient(180deg,#ffffff 0%,#f8fafc 48%,#ffffff 100%)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{border-color:rgb(203 213 225 / .74)!important;background:radial-gradient(circle at 9% 0%,rgb(99 102 241 / .085),transparent 18rem),radial-gradient(circle at 96% 8%,rgb(124 58 237 / .055),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .97) 0%,rgb(248 250 252 / .88) 100%)!important;box-shadow:0 30px 82px -58px rgb(15 23 42 / .48),0 12px 34px -32px rgb(79 70 229 / .24),inset 0 1px 0 rgb(255 255 255 / .92)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{border-color:rgb(203 213 225 / .84)!important;background:radial-gradient(circle at 12% 4%,rgb(99 102 241 / .11),transparent 17rem),radial-gradient(circle at 88% 8%,rgb(124 58 237 / .055),transparent 16rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 24px 66px -48px rgb(15 23 42 / .52),0 10px 26px -28px rgb(79 70 229 / .34),inset 0 1px 0 rgb(255 255 255 / .94)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{background:linear-gradient(90deg,#4f46e5,#6366f1,#7c3aed,#6366f1,#4f46e5)!important;opacity:0.82!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{color:#0f172a!important;text-shadow:0 1px 0 rgb(255 255 255 / .9),0 18px 36px rgb(15 23 42 / .1)!important}.single-job_listing .single-job-title::after,.jobcv-preview-article .single-job-title::after{background:linear-gradient(90deg,#4f46e5,#6366f1,#7c3aed)!important;box-shadow:0 10px 24px -13px rgb(79 70 229 / .58)!important;opacity:.88}.single-job_listing .single-job-header-card .single-job-header-inner>div:last-child>p,.jobcv-preview-article .single-job-header-card .single-job-header-inner>div:last-child>p{color:#475569!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{border-color:rgb(203 213 225 / .86)!important;background:linear-gradient(#ffffff,#ffffff) padding-box,linear-gradient(135deg,rgb(99 102 241 / .22),rgb(124 58 237 / .15)) border-box!important;color:#334155!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .42),inset 0 1px 0 rgb(255 255 255 / .86)!important}.single-job_listing .single-job-language-chip span,.jobcv-preview-article .single-job-language-chip span,.single-job_listing .single-job-header-card .meta-item span,.jobcv-preview-article .single-job-header-card .meta-item span{color:#334155!important}.single-job_listing .single-job-header-card .meta-item svg,.jobcv-preview-article .single-job-header-card .meta-item svg{stroke:#6366f1!important;filter:none!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-color:rgb(203 213 225 / .84)!important;background:radial-gradient(circle at 0% 0%,rgb(99 102 241 / .035),transparent 16rem),linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 20px 54px -42px rgb(15 23 42 / .48),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2,.single-job_listing .single-job-details-title,.jobcv-preview-article .single-job-details-title,.single-job_listing .job-share-title,.jobcv-preview-article .job-share-title{color:#111827!important;border-bottom-color:rgb(226 232 240 / .92)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{background:linear-gradient(135deg,#4f46e5,#6366f1)!important;box-shadow:0 0 0 6px rgb(99 102 241 / .09),0 10px 20px -12px rgb(79 70 229 / .54)!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{border-color:rgb(203 213 225 / .88)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;color:#263244!important;box-shadow:0 12px 26px -24px rgb(15 23 42 / .44),inset 0 1px 0 rgb(255 255 255 / .86)!important}.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:#6366f1!important;background:rgb(99 102 241 / .09)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 58%,#7c3aed 100%)!important;box-shadow:0 16px 30px -17px rgb(79 70 229 / .76),0 8px 18px -15px rgb(124 58 237 / .48)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,#4338ca 0%,#4f46e5 58%,#6d28d9 100%)!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{color:#111827!important;text-shadow:0 1px 0 rgb(255 255 255 / .85),0 16px 38px rgb(88 28 135 / .1)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{background:radial-gradient(circle at 9% 0%,rgb(168 85 247 / .18),transparent 17rem),radial-gradient(circle at 84% 3%,rgb(236 72 153 / .11),transparent 15rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(250 245 255 / .9))!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 48%,#ec4899 100%)!important;background-color:#a855f7!important;border:0!important;color:#ffffff!important;box-shadow:0 16px 30px -16px rgb(168 85 247 / .88),0 8px 18px -14px rgb(236 72 153 / .86)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary::after,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary::after,.single-job_listing .apply-job-btn.btn-primary::after,.jobcv-preview-article .apply-job-btn.btn-primary::after{background:linear-gradient(90deg,transparent,rgb(255 255 255 / .34),transparent)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,#6d28d9 0%,#9333ea 48%,#db2777 100%)!important;box-shadow:0 22px 38px -18px rgb(168 85 247 / .96),0 12px 24px -16px rgb(236 72 153 / .9)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:980px!important;padding:1.15rem!important;border-radius:32px!important;border:1px solid rgb(221 214 254 / .78)!important;background:radial-gradient(circle at 12% 4%,rgb(168 85 247 / .13),transparent 20rem),radial-gradient(circle at 82% 8%,rgb(236 72 153 / .1),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .96) 0%,rgb(250 245 255 / .62) 100%)!important;box-shadow:0 34px 96px -62px rgb(76 29 149 / .58),inset 0 1px 0 rgb(255 255 255 / .9)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{border-radius:26px!important;border-color:rgb(221 214 254 / .88)!important;background:radial-gradient(circle at 8% 0%,rgb(168 85 247 / .16),transparent 18rem),radial-gradient(circle at 88% 4%,rgb(236 72 153 / .1),transparent 16rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(250 245 255 / .88))!important;box-shadow:0 24px 64px -48px rgb(88 28 135 / .62)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{background:linear-gradient(90deg,#7c3aed,#a855f7,#ec4899,#7c3aed)!important;background-size:220% 100%!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 48%,#ec4899 100%)!important;border:0!important;color:#fff!important;box-shadow:0 16px 28px -16px rgb(168 85 247 / .84),0 6px 16px -12px rgb(236 72 153 / .78)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover{box-shadow:0 22px 38px -18px rgb(168 85 247 / .92),0 10px 22px -14px rgb(236 72 153 / .86)!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-radius:24px!important;border-color:rgb(226 232 240 / .92)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99) 0%,rgb(248 250 252 / .96) 100%)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before,.single-job_listing .single-job-offers-card h2::before,.jobcv-preview-article .single-job-offers-card h2::before{background:#a855f7!important;box-shadow:0 0 0 4px rgb(168 85 247 / .11)!important}.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:#a855f7!important;background:rgb(168 85 247 / .08)!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{padding:0.72rem!important;border-radius:24px!important}}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:980px!important;padding:1.05rem!important;border:1px solid rgb(203 213 225 / .72)!important;border-radius:30px!important;background:radial-gradient(circle at 9% 0%,rgb(79 70 229 / .075),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .94) 0%,rgb(248 250 252 / .82) 100%)!important;box-shadow:0 30px 90px -58px rgb(15 23 42 / .58),inset 0 1px 0 rgb(255 255 255 / .82)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card,.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-radius:22px!important;border:1px solid rgb(226 232 240 / .92)!important;box-shadow:0 12px 34px -30px rgb(15 23 42 / .44)!important}.single-job_listing .single-job-header-card{margin-bottom:0.85rem!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{margin-bottom:0.85rem!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 58%,#7c3aed 100%)!important;box-shadow:0 14px 26px -15px rgb(79 70 229 / .72)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover{box-shadow:0 18px 34px -17px rgb(79 70 229 / .82)!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{padding:0.7rem!important;border-radius:22px!important}}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{display:block!important;max-width:940px!important;margin-left:auto!important;margin-right:auto!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{margin-bottom:1rem!important;border-radius:24px!important;border:1px solid rgb(203 213 225 / .86)!important;box-shadow:0 24px 70px -46px rgb(15 23 42 / .55),0 10px 34px -30px rgb(79 70 229 / .55)!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{width:100%!important;min-height:0!important;margin:0 0 1rem!important;border-radius:20px!important;border:1px solid rgb(203 213 225 / .82)!important;background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(248 250 252 / .94) 100%)!important;box-shadow:0 18px 52px -42px rgb(15 23 42 / .55),0 1px 2px rgb(15 23 42 / .04)!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{grid-column:auto!important}.single-job_listing .single-job-requirements-card,.jobcv-preview-article .single-job-requirements-card{position:relative!important;top:auto!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{padding:1.75rem 1.9rem!important}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2{margin-bottom:1rem!important}.single-job_listing .single-job-description{max-width:76ch}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0.7rem!important;margin-top:0.9rem!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{min-height:46px;width:100%!important;border-radius:13px!important;padding:.72rem 0.85rem!important}.single-job_listing .single-job-details,.jobcv-preview-article .single-job-details{margin-top:0!important}.single-job_listing .single-job-details-grid,.jobcv-preview-article .single-job-details-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:100%!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"],.single-job_listing .single-job-details-grid,.jobcv-preview-article .single-job-details-grid{grid-template-columns:1fr!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{padding:1.35rem!important}}.single-job_listing{--jobcv-job-bg:#f6f8fc;--jobcv-job-surface:rgba(255, 255, 255, 0.96);--jobcv-job-border:rgba(203, 213, 225, 0.82);--jobcv-job-border-strong:rgba(148, 163, 184, 0.34);--jobcv-job-text:#111827;--jobcv-job-muted:#64748b;--jobcv-job-accent:#4f46e5;--jobcv-job-accent-2:#0f766e;--jobcv-job-accent-soft:rgba(79, 70, 229, 0.10);--jobcv-job-shadow:0 22px 70px -48px rgba(15, 23, 42, 0.55), 0 8px 28px -26px rgba(79, 70, 229, 0.45)}.single-job_listing .content-section{background:radial-gradient(circle at 16% 0%,rgb(79 70 229 / .08),transparent 28rem),radial-gradient(circle at 84% 16%,rgb(14 116 144 / .07),transparent 24rem),linear-gradient(180deg,#ffffff 0%,var(--jobcv-job-bg) 34%,#ffffff 100%)!important}.single-job_listing .single-job-page-wrap{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,0.88fr);gap:1.35rem;align-items:start}.single-job_listing .single-job-header-card,.single-job_listing .jobcv-custom-poster-card,.single-job_listing .single-job-details,.single-job_listing .job-share-card,.single-job_listing .related-jobs-section{grid-column:1 / -1}.single-job_listing .single-job-description-card{grid-column:1}.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card{grid-column:2}.single-job_listing .single-job-header-card,.single-job_listing .single-job-section-card,.single-job_listing .job-share-card{background:var(--jobcv-job-surface)!important;border:1px solid var(--jobcv-job-border)!important;border-radius:22px!important;box-shadow:var(--jobcv-job-shadow)!important;backdrop-filter:saturate(1.08) blur(10px)}.single-job_listing .single-job-header-card{background:radial-gradient(circle at 10% 6%,rgb(79 70 229 / .12),transparent 18rem),radial-gradient(circle at 88% 0%,rgb(15 118 110 / .1),transparent 16rem),linear-gradient(135deg,rgb(255 255 255 / .98),rgb(248 250 252 / .96))!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{height:5px;background:linear-gradient(90deg,#1e293b,#4f46e5 38%,#0f766e 76%,#1e293b)}.single-job_listing .single-job-title{color:var(--jobcv-job-text)!important}.single-job_listing .single-job-header-card .single-job-header-inner>div:last-child>p[style*="font-size: 1.25rem"]{color:#334155!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{border-radius:12px!important;background:rgb(255 255 255 / .82)!important;border-color:var(--jobcv-job-border-strong)!important;color:#334155!important;box-shadow:inset 0 1px 0 rgb(255 255 255 / .75),0 1px 2px rgb(15 23 42 / .035)!important}.single-job_listing .single-job-section-card{min-height:100%}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2{font-size:1.22rem!important;color:var(--jobcv-job-text)!important;margin-bottom:1.15rem!important}.single-job_listing .single-job-description-card::before,.single-job_listing .single-job-requirements-card::before,.single-job_listing .single-job-offers-card::before,.jobcv-preview-article .single-job-requirements-card::before,.jobcv-preview-article .single-job-offers-card::before{width:5px;opacity:1}.single-job_listing .single-job-description-card::before,.single-job_listing .single-job-requirements-card::before,.jobcv-preview-article .single-job-requirements-card::before{background:linear-gradient(180deg,var(--jobcv-job-accent),#06b6d4)}.single-job_listing .single-job-offers-card::before,.jobcv-preview-article .single-job-offers-card::before{background:linear-gradient(180deg,var(--jobcv-job-accent-2),#22c55e)}.single-job_listing .single-job-description-card h2::before,.single-job_listing .single-job-requirements-card h2::before,.jobcv-preview-article .single-job-description-card h2::before,.jobcv-preview-article .single-job-requirements-card h2::before{background:var(--jobcv-job-accent);box-shadow:0 0 0 5px var(--jobcv-job-accent-soft)}.single-job_listing .single-job-description{color:#263244!important;font-size:1.01rem;line-height:1.82}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{grid-template-columns:1fr!important;gap:0.65rem!important;margin-top:0.25rem!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{width:100%;justify-content:flex-start!important;border-radius:14px!important;padding:.72rem 0.86rem!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;border-color:var(--jobcv-job-border)!important;color:#263244!important;font-size:0.88rem!important}.single-job_listing .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip svg{padding:.12rem;border-radius:999px;background:rgb(79 70 229 / .09);color:var(--jobcv-job-accent)!important}.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{background:rgb(15 118 110 / .09);color:var(--jobcv-job-accent-2)!important}.single-job_listing .single-job-details-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.single-job_listing .single-job-detail-item{background:#fff!important;border-color:var(--jobcv-job-border)!important;border-radius:16px}.single-job_listing .single-job-header-card .single-job-actions .btn-primary{background:linear-gradient(135deg,#4338ca 0%,#4f46e5 50%,#0f766e 100%)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-secondary{background:rgb(255 255 255 / .9)!important}@media (min-width:901px){.single-job_listing .single-job-requirements-card{position:sticky;top:6rem}}@media (max-width:900px){.single-job_listing .single-job-page-wrap{display:block}.single-job_listing .single-job-details-grid{grid-template-columns:1fr}}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{display:block!important;max-width:940px!important;margin-left:auto!important;margin-right:auto!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{width:100%!important;min-height:0!important;margin:0 0 1rem!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{grid-column:auto!important;padding:1.75rem 1.9rem!important}.single-job_listing .single-job-requirements-card,.jobcv-preview-article .single-job-requirements-card{position:relative!important;top:auto!important}.single-job_listing .single-job-description{max-width:76ch}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0.7rem!important;margin-top:0.9rem!important}.single-job_listing .single-job-details-grid,.jobcv-preview-article .single-job-details-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:100%!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"],.single-job_listing .single-job-details-grid,.jobcv-preview-article .single-job-details-grid{grid-template-columns:1fr!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{padding:1.35rem!important}}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{color:#111827!important;text-shadow:0 1px 0 rgb(255 255 255 / .85),0 16px 38px rgb(88 28 135 / .1)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{background:radial-gradient(circle at 9% 0%,rgb(168 85 247 / .18),transparent 17rem),radial-gradient(circle at 84% 3%,rgb(236 72 153 / .11),transparent 15rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(250 245 255 / .9))!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 48%,#ec4899 100%)!important;background-color:#a855f7!important;border:0!important;color:#ffffff!important;box-shadow:0 16px 30px -16px rgb(168 85 247 / .88),0 8px 18px -14px rgb(236 72 153 / .86)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary::after,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary::after,.single-job_listing .apply-job-btn.btn-primary::after,.jobcv-preview-article .apply-job-btn.btn-primary::after{background:linear-gradient(90deg,transparent,rgb(255 255 255 / .34),transparent)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,#6d28d9 0%,#9333ea 48%,#db2777 100%)!important}.single-job_listing,.jobcv-preview-article{--ju-violet:#4f46e5;--ju-purple:#6366f1;--ju-pink:#7c3aed}.single-job_listing .content-section,.jobcv-preview-article{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 48%,#ffffff 100%)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{border-color:rgb(203 213 225 / .74)!important;background:radial-gradient(circle at 9% 0%,rgb(99 102 241 / .085),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .97) 0%,rgb(248 250 252 / .88) 100%)!important;box-shadow:0 30px 82px -58px rgb(15 23 42 / .48),0 12px 34px -32px rgb(79 70 229 / .24),inset 0 1px 0 rgb(255 255 255 / .92)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{border-color:rgb(203 213 225 / .84)!important;background:radial-gradient(circle at 12% 4%,rgb(99 102 241 / .1),transparent 17rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 24px 66px -48px rgb(15 23 42 / .52),0 10px 26px -28px rgb(79 70 229 / .34),inset 0 1px 0 rgb(255 255 255 / .94)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before,.single-job_listing .single-job-title::after,.jobcv-preview-article .single-job-title::after{background:linear-gradient(90deg,#4f46e5,#6366f1,#7c3aed)!important;opacity:0.82!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag{border-color:rgb(203 213 225 / .86)!important;background:#ffffff!important;color:#334155!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .42),inset 0 1px 0 rgb(255 255 255 / .86)!important}.single-job_listing .single-job-header-card .meta-item svg,.jobcv-preview-article .single-job-header-card .meta-item svg,.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:#6366f1!important;stroke:currentColor!important;background:rgb(99 102 241 / .08)!important;filter:none!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-color:rgb(203 213 225 / .84)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 20px 54px -42px rgb(15 23 42 / .48),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{background:linear-gradient(135deg,#4f46e5,#6366f1)!important;box-shadow:0 0 0 6px rgb(99 102 241 / .09),0 10px 20px -12px rgb(79 70 229 / .54)!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{border-color:rgb(203 213 225 / .88)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;color:#263244!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:linear-gradient(135deg,#4f46e5 0%,#6366f1 58%,#7c3aed 100%)!important;box-shadow:0 16px 30px -17px rgb(79 70 229 / .76),0 8px 18px -15px rgb(124 58 237 / .48)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,#4338ca 0%,#4f46e5 58%,#6d28d9 100%)!important}.single-job_listing,.jobcv-preview-article{--jobcv-post-primary:var(--primary-color, #6366f1);--jobcv-post-primary-dark:var(--primary-dark, #4f46e5);--jobcv-post-secondary:var(--secondary-color, #8b5cf6);--jobcv-post-ink:var(--text-primary, #0f172a);--jobcv-post-muted:var(--text-secondary, #475569);--jobcv-post-border:var(--border-color, #e2e8f0)}.single-job_listing .content-section,.jobcv-preview-article{background:radial-gradient(circle at 50% -8%,rgb(99 102 241 / .075),transparent 30rem),linear-gradient(180deg,#ffffff 0%,#f8fafc 52%,#ffffff 100%)!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{border-color:rgb(226 232 240 / .95)!important;background:radial-gradient(circle at 12% 0%,rgb(99 102 241 / .075),transparent 18rem),radial-gradient(circle at 88% 4%,rgb(139 92 246 / .055),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 250 252 / .9))!important;box-shadow:0 28px 76px -58px rgb(15 23 42 / .46),inset 0 1px 0 rgb(255 255 255 / .92)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{border-color:rgb(226 232 240 / .95)!important;background:radial-gradient(circle at 16% 0%,rgb(99 102 241 / .1),transparent 18rem),radial-gradient(circle at 88% 6%,rgb(139 92 246 / .07),transparent 16rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(248 250 252 / .97))!important;box-shadow:0 22px 64px -50px rgb(15 23 42 / .5),0 8px 24px -24px rgb(99 102 241 / .28),inset 0 1px 0 rgb(255 255 255 / .94)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before,.single-job_listing .single-job-title::after,.jobcv-preview-article .single-job-title::after{background:var(--bg-gradient-1,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%))!important;opacity:0.76!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title{color:var(--jobcv-post-ink)!important;text-shadow:0 1px 0 rgb(255 255 255 / .88),0 18px 36px rgb(15 23 42 / .1)!important}.single-job_listing .single-job-header-card .single-job-header-inner>div:last-child>p,.jobcv-preview-article .single-job-header-card .single-job-header-inner>div:last-child>p{color:var(--jobcv-post-muted)!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag,.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{border-color:rgb(226 232 240 / .98)!important;background:#ffffff!important;color:#334155!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .34),inset 0 1px 0 rgb(255 255 255 / .88)!important}.single-job_listing .single-job-header-card .meta-item svg,.jobcv-preview-article .single-job-header-card .meta-item svg,.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:var(--jobcv-post-primary)!important;stroke:currentColor!important;background:rgb(99 102 241 / .09)!important;filter:none!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-color:rgb(226 232 240 / .95)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 18px 52px -42px rgb(15 23 42 / .46),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2,.single-job_listing .single-job-details-title,.jobcv-preview-article .single-job-details-title,.single-job_listing .job-share-title,.jobcv-preview-article .job-share-title{color:var(--jobcv-post-ink)!important;border-bottom-color:rgb(226 232 240 / .92)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{background:var(--bg-gradient-1,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%))!important;box-shadow:0 0 0 6px rgb(99 102 241 / .08),0 10px 20px -12px rgb(99 102 241 / .42)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary,.single-job_listing .apply-job-btn.btn-primary,.jobcv-preview-article .apply-job-btn.btn-primary{background:var(--bg-gradient-1,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%))!important;background-color:var(--jobcv-post-primary)!important;box-shadow:0 14px 26px -15px rgb(99 102 241 / .72),0 6px 16px -14px rgb(139 92 246 / .48)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary:hover,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary:hover,.single-job_listing .single-job-actions .apply-job-btn.btn-primary:hover,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary:hover,.single-job_listing .apply-job-btn.btn-primary:hover,.jobcv-preview-article .apply-job-btn.btn-primary:hover{background:linear-gradient(135deg,var(--secondary-dark,#7c3aed) 0%,#a855f7 100%)!important;box-shadow:0 18px 34px -17px rgb(124 58 237 / .62)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{content:none!important;display:none!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{display:block!important;max-width:940px!important;margin-left:auto!important;margin-right:auto!important;padding:1.05rem!important;border-radius:30px!important;border:1px solid rgb(226 232 240 / .95)!important;background:radial-gradient(circle at 12% 0%,rgb(99 102 241 / .075),transparent 18rem),radial-gradient(circle at 88% 4%,rgb(139 92 246 / .055),transparent 18rem),linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 250 252 / .9))!important;box-shadow:0 28px 76px -58px rgb(15 23 42 / .46),inset 0 1px 0 rgb(255 255 255 / .92)!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card,.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{border-radius:22px!important;border:1px solid rgb(226 232 240 / .95)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 18px 52px -42px rgb(15 23 42 / .46),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before,.single-job_listing .single-job-section-card::before,.jobcv-preview-article .single-job-section-card::before,.single-job_listing .single-job-description-card::before,.single-job_listing .single-job-requirements-card::before,.single-job_listing .single-job-offers-card::before,.jobcv-preview-article .single-job-description-card::before,.jobcv-preview-article .single-job-requirements-card::before,.jobcv-preview-article .single-job-offers-card::before{content:none!important;display:none!important;width:0!important;opacity:0!important;background:transparent!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{grid-column:auto!important;min-height:0!important;margin:0 0 1rem!important;padding:1.75rem 1.9rem!important}.single-job_listing .single-job-requirements-card,.jobcv-preview-article .single-job-requirements-card{position:relative!important;top:auto!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0.7rem!important;margin-top:0.9rem!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag,.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip,.single-job_listing .jobcv-detail-chip-requirement,.jobcv-preview-article .jobcv-detail-chip-requirement,.single-job_listing .jobcv-detail-chip-offer,.jobcv-preview-article .jobcv-detail-chip-offer{border:1px solid rgb(226 232 240 / .98)!important;background:#ffffff!important;color:#334155!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .34),inset 0 1px 0 rgb(255 255 255 / .88)!important}.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip,.single-job_listing .jobcv-detail-chip-requirement,.jobcv-preview-article .jobcv-detail-chip-requirement,.single-job_listing .jobcv-detail-chip-offer,.jobcv-preview-article .jobcv-detail-chip-offer{width:100%!important;justify-content:flex-start!important;border-radius:14px!important;padding:.72rem 0.86rem!important;font-size:0.9rem!important;font-weight:750!important}.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-requirement svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-requirement svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:var(--primary-color,#6366f1)!important;stroke:currentColor!important;background:rgb(99 102 241 / .09)!important;border-radius:999px!important;padding:0.18rem!important;filter:none!important}@media (max-width:900px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:100%!important;padding:0.7rem!important;border-radius:22px!important}.single-job_listing .single-job-description-card,.single-job_listing .single-job-requirements-card,.single-job_listing .single-job-offers-card,.jobcv-preview-article .single-job-description-card,.jobcv-preview-article .single-job-requirements-card,.jobcv-preview-article .single-job-offers-card{padding:1.35rem!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{grid-template-columns:1fr!important}}@media screen and (max-width:1024px){@media (max-width:900px){:root{--mobile-space-xs:0.5rem;--mobile-space-sm:0.75rem;--mobile-space-md:1rem;--mobile-space-lg:1.25rem;--mobile-space-xl:1.5rem;--mobile-space-2xl:2rem;--mobile-radius-sm:10px;--mobile-radius-md:12px;--mobile-radius-lg:16px;--mobile-radius-xl:20px;--mobile-shadow-card:0 1px 3px rgba(0,0,0,0.06), 0 4px 12px rgba(0,0,0,0.04);--mobile-shadow-elevated:0 4px 6px -1px rgba(0,0,0,0.07), 0 10px 24px -4px rgba(0,0,0,0.08);--mobile-shadow-header:0 1px 3px rgba(0,0,0,0.06);--mobile-touch:44px;--mobile-input-height:48px}}@media (max-width:900px){html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden;scroll-behavior:smooth}body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);overflow-x:hidden;-webkit-tap-highlight-color:#fff0;font-size:16px;line-height:1.5}a.btn,button.btn,.btn-primary,.btn-secondary,.search-button,.header-dots-item,.header-dots-dropdown-close,.header-dots-btn,.category-pill,.job-card .btn-block,.action-btn,.quick-action-btn{min-height:44px!important;min-width:44px;display:inline-flex;align-items:center;justify-content:center}input[type="text"],input[type="email"],input[type="password"],input[type="search"],select.form-select,.form-input,.search-input{min-height:48px!important;font-size:16px!important}select.form-select,.form-select,.hero-category-select{padding:.75rem 1rem!important;min-height:48px!important}}@media (max-width:900px){#page{padding-top:56px!important}body.admin-bar #page{padding-top:calc(56px + 46px)!important}.site-header,#masthead.site-header,header.site-header{margin-top:0!important;padding-top:0!important}.site-header,#masthead.site-header,header.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;height:auto!important;min-height:56px!important;padding:0!important;box-shadow:0 1px 3px rgb(0 0 0 / .05);background:#fff!important;z-index:1000!important;opacity:1!important;visibility:visible!important;transition:box-shadow 0.25s ease,background-color 0.25s ease}body.admin-bar .site-header,body.admin-bar #masthead.site-header{top:46px!important}.site-header.scrolled,#masthead.site-header.scrolled{box-shadow:0 4px 14px rgb(0 0 0 / .08),0 1px 3px rgb(0 0 0 / .06);background:rgb(255 255 255 / .98)!important}.site-header.hide,#masthead.site-header.hide,header.site-header.hide{opacity:1!important;visibility:visible!important}.header-container{min-height:56px;height:56px;padding:0 .75rem;padding-top:0;padding-left:max(0.75rem, env(safe-area-inset-left));padding-right:max(0.75rem, env(safe-area-inset-right));display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:nowrap}.site-branding{flex-shrink:0;min-width:0;background:transparent!important}.site-branding .site-logo img,.site-logo img.site-logo-img{height:40px!important;max-height:44px!important;width:auto!important;display:block;background:transparent!important}.header-container .header-lang-desktop{display:none!important}.header-container .header-lang-right{display:none!important}.header-container .header-notification-menu .notification-bell,.header-container .header-messenger-btn{display:none!important}.header-container .header-notification-menu{width:0;min-width:0;overflow:visible;position:relative}.header-container #header-notification-dropdown{position:fixed!important;top:56px!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;max-height:min(70vh, 400px)!important;border-radius:16px 16px 0 0!important;box-shadow:0 -8px 32px rgb(0 0 0 / .12),0 0 0 1px rgb(99 102 241 / .08)!important;z-index:100002;pointer-events:auto}body.admin-bar .header-container #header-notification-dropdown{top:calc(56px + 46px)!important}.header-container #header-notification-dropdown.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.header-container #header-notification-dropdown .notification-dropdown-list{max-height:min(280px, 55vh)!important}.header-notification-backdrop{display:none;position:fixed;inset:0;background:rgb(15 23 42 / .55);z-index:100001;opacity:0;transition:opacity 0.2s ease}.header-notification-backdrop.is-visible{display:block!important;opacity:1;pointer-events:auto}.header-container .header-actions{display:flex;align-items:center;gap:.2rem;margin-left:0;flex-shrink:0;min-width:0}.header-dots-btn{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fff0;transition:background 0.2s ease,transform 0.2s ease;-webkit-tap-highlight-color:#fff0}.header-dots-btn:focus-visible{background:rgb(99 102 241 / .08);outline:none}.header-dots-btn:active{background:rgb(99 102 241 / .08)}.header-dots-btn .header-dot{width:5px;height:5px;background:var(--primary-color,#6366f1)}.header-dots-btn{position:relative}.header-dots-btn .header-dots-alert-badge{display:flex!important;position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:9px;align-items:center;justify-content:center;box-shadow:0 2px 6px rgb(239 68 68 / .45);border:2px solid #fff}.header-dots-btn.has-alerts{background:rgb(239 68 68 / .06)}.header-dots-btn.has-alerts .header-dot{background:#dc2626}.header-dots-item-mobile-only,.header-dots-divider-mobile-only{display:flex!important}.header-dots-divider-mobile-only{display:block!important;height:1px;background:#e5e7eb;margin:.25rem 1rem;padding:0;min-height:0}.header-dots-item-mobile-only{align-items:center;justify-content:space-between;gap:12px;padding:.75rem 1rem}.header-dots-item-mobile-only .header-dots-item-icon{display:flex;align-items:center;justify-content:center;color:var(--primary-color,#6366f1);flex-shrink:0}.header-dots-item-mobile-only .header-dots-item-text{flex:1;font-weight:600}.header-dots-item-mobile-only .header-dots-badge{flex-shrink:0;display:inline-flex!important;align-items:center;justify-content:center;min-width:1.25rem;min-height:1.25rem}html.header-dots-menu-open,html.header-dropdown-open{overflow-x:hidden!important}body.header-dots-menu-open,body.header-dropdown-open{overflow-x:hidden!important;max-width:100vw}#header-user-menu .header-dots-dropdown,#header-user-menu-guest .header-dots-dropdown,#header-notification-dropdown{overflow-x:hidden!important;overflow-y:auto;touch-action:pan-y;overscroll-behavior:contain;overscroll-behavior-x:none}.header-dots-backdrop,#header-notification-backdrop{touch-action:none}#header-user-menu .header-dots-dropdown{position:fixed;top:auto;bottom:0;left:0;right:0;min-width:0;width:100%;max-height:78vh;border-radius:var(--mobile-radius-xl,20px) var(--mobile-radius-xl,20px) 0 0;box-shadow:0 -8px 32px rgb(0 0 0 / .12);border:1px solid rgb(0 0 0 / .06);border-bottom:none;padding:.5rem 0 max(1rem, env(safe-area-inset-bottom));padding-top:.5rem;background:#fff;z-index:1100;transform:translateY(100%);transform-origin:bottom;opacity:0;visibility:hidden;transition:transform 0.35s cubic-bezier(.32,.72,0,1),opacity 0.25s ease,visibility 0.35s,box-shadow 0.35s ease;overflow-x:hidden!important;overflow-y:auto;touch-action:pan-y;overscroll-behavior-x:none}#header-user-menu .header-dots-dropdown.is-open{transform:translateY(0);opacity:1;visibility:visible;box-shadow:0 -12px 40px rgb(0 0 0 / .15)}#header-user-menu .header-dots-dropdown::before{content:'';display:block;width:40px;height:4px;border-radius:2px;background:#e2e8f0;margin:0 auto .5rem}.header-dots-dropdown-close-wrap{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem .75rem;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right));flex-shrink:0}.header-dots-dropdown-title{font-size:1.125rem;font-weight:700;color:#0f172a}.header-dots-dropdown-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:#f1f5f9;color:#475569;border-radius:12px;font-size:1.5rem;line-height:1;cursor:pointer;-webkit-tap-highlight-color:#fff0;transition:background 0.2s ease,color 0.2s ease}.header-dots-dropdown-close:focus,.header-dots-dropdown-close:active{background:#e2e8f0;color:#1e293b}.header-dots-lang-wrap{padding:.5rem 1rem .75rem}.header-dots-lang-wrap.header-dots-lang-wrap-top{padding:.35rem 1rem .5rem;background:#f8fafc;border-radius:0}.header-dots-lang-wrap.header-dots-lang-wrap-top .header-dots-lang-label{font-size:.65rem;letter-spacing:.08em;font-weight:700;color:#94a3b8;margin-bottom:.25rem}.header-dots-lang-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.5rem}.header-dots-lang-wrap .language-switcher-dropdown{width:100%}.header-dots-lang-wrap .lang-dropdown-btn{width:100%;justify-content:space-between;padding:.75rem 1rem;min-height:48px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-size:1rem;font-weight:500}.header-dots-item{padding:.875rem 1.25rem;font-size:1rem;font-weight:500;min-height:48px;display:flex;align-items:center;border-radius:12px;margin:0 .5rem}.header-dots-divider{margin:.5rem 1rem}.header-dots-backdrop{position:fixed;inset:0;background:rgb(15 23 42 / .55);z-index:1099;opacity:0;pointer-events:none;transition:opacity 0.2s ease}.header-dots-dropdown.is-open~.header-dots-backdrop{opacity:1;pointer-events:auto}.header-notification-menu{position:relative;z-index:100}.header-notification-menu .header-notification-dropdown{max-width:min(360px, calc(100vw - 1rem));max-height:min(380px, 70vh)}.header-notification-menu .header-notification-dropdown .notification-dropdown-list{max-height:min(300px, 50vh)}.notification-bell{-webkit-tap-highlight-color:#fff0}.header-actions{margin-left:auto;flex:0 0 auto}.header-user-menu,.header-user-menu-guest{display:inline-flex;align-items:center;flex-direction:row!important;gap:.2rem;white-space:nowrap;flex-wrap:nowrap}.header-user-menu .header-dots-btn,.header-user-menu-guest .header-dots-btn{order:1;margin-left:0!important}.header-user-menu .header-avatar-link{order:2;margin-left:0.1rem!important;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.header-user-menu .jobcv-ring-wrap{flex-shrink:0}@media (max-width:380px){.header-dots-btn{width:44px;height:44px;min-width:44px;min-height:44px}}.mobile-drawer-overlay{display:block!important;position:fixed;inset:0;background:rgb(15 23 42 / .6);z-index:1098;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease,visibility 0.2s ease}.mobile-drawer-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.header-nav-wrap{display:flex!important;flex-direction:column;align-items:stretch;justify-content:flex-start;position:fixed!important;top:0;left:0;bottom:0;width:min(300px, 85vw);max-width:300px;padding:max(1.25rem, env(safe-area-inset-top)) 1rem 2rem 1rem;padding-left:max(1rem, env(safe-area-inset-left));background:#fff;box-shadow:4px 0 24px rgb(0 0 0 / .1);z-index:1099;transform:translateX(-100%);transition:transform 0.35s cubic-bezier(.32,.72,0,1),box-shadow 0.3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.header-nav-wrap.active{transform:translateX(0);box-shadow:8px 0 40px rgb(0 0 0 / .12),0 0 0 1px rgb(0 0 0 / .04)}.header-nav-wrap .main-navigation{flex-direction:column;align-items:stretch;gap:.25rem;margin:0;padding:0}.header-nav-wrap .main-navigation a,.header-nav-wrap .main-navigation .nav-link{display:flex;align-items:center;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;color:#0f172a;border-radius:var(--mobile-radius-md,12px);margin-bottom:0;transition:background 0.2s ease,color 0.2s ease;-webkit-tap-highlight-color:rgb(99 102 241 / .08)}.header-nav-wrap .main-navigation a:hover,.header-nav-wrap .main-navigation .nav-link:hover{background:rgb(99 102 241 / .08);color:var(--primary-color,#6366f1)}.header-nav-wrap .main-navigation a.current-menu-item{background:rgb(99 102 241 / .1);color:var(--primary-color,#6366f1)}.header-nav-wrap .header-drawer-lang{display:block!important;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.header-nav-wrap .header-drawer-lang-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.5rem}.header-actions .header-login-link,.header-actions .header-register-btn{display:none!important}.header-actions .header-user-menu-guest{display:block!important}.header-container .header-actions{margin-left:auto!important;display:inline-flex!important;align-items:center!important}.header-container .header-actions>.header-actions-icons,.header-container .header-actions>.header-login-link,.header-container .header-actions>.header-register-btn{display:none!important}.header-container .header-actions>.header-user-menu,.header-container .header-actions>.header-user-menu-guest{display:inline-flex!important;align-items:center!important}#header-user-menu-guest .header-dots-dropdown{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;max-height:78vh;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgb(0 0 0 / .12);background:#fff;z-index:1100;transform:translateY(100%);opacity:0;visibility:hidden;transition:transform 0.35s cubic-bezier(.32,.72,0,1),opacity 0.25s ease,visibility 0.35s;overflow-y:auto;padding:.5rem 0 max(1rem, env(safe-area-inset-bottom))}#header-user-menu-guest .header-dots-dropdown.is-open{transform:translateY(0);opacity:1;visibility:visible}#header-user-menu-guest .header-dots-dropdown::before{content:'';display:block;width:40px;height:4px;border-radius:2px;background:#e2e8f0;margin:0 auto .5rem}#header-user-menu-guest .header-dots-backdrop{position:fixed;inset:0;background:rgb(15 23 42 / .55);z-index:1099;opacity:0;pointer-events:none;transition:opacity 0.2s ease}#header-dots-dropdown-guest.is-open~.header-dots-backdrop{opacity:1;pointer-events:auto}#header-dots-dropdown-guest .header-dots-item-browse-jobs{font-weight:600;color:var(--primary-color,#6366f1)}#header-dots-dropdown-guest .header-dots-item-browse-jobs:hover{color:var(--primary-color,#6366f1);background:rgb(99 102 241 / .08)}.header-dots-item-primary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff!important;justify-content:center;font-weight:600}#header-dots-dropdown-guest .header-dots-item-secondary{background:#fff0;color:var(--primary-color,#6366f1)!important;justify-content:center;font-weight:600;border:2px solid var(--primary-color,#6366f1)}#header-dots-dropdown-guest .header-dots-item-secondary:hover{background:rgb(99 102 241 / .08);color:var(--primary-color,#6366f1)!important}}@media (max-width:900px){.hero-section{padding:2.5rem 1rem 3rem!important;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.hero-container{padding:0 .5rem}.hero-title{font-size:1.875rem!important;line-height:1.2!important;margin-bottom:0.75rem!important;letter-spacing:-.03em}.hero-subtitle{font-size:1rem!important;margin-bottom:1.75rem!important;line-height:1.6}.hero-search{margin-bottom:1.75rem}.search-form{flex-direction:column;padding:.75rem;border-radius:var(--mobile-radius-lg,16px);box-shadow:var(--mobile-shadow-elevated,0 4px 6px -1px rgb(0 0 0 / .07),0 10px 24px -4px rgb(0 0 0 / .08));border:1px solid rgb(0 0 0 / .06)}.search-inputs{flex-direction:column;gap:.625rem}.search-field{min-width:0}.search-input{min-height:var(--mobile-input-height,48px)!important;font-size:16px!important;border-radius:var(--mobile-radius-sm,10px)!important}.search-button{width:100%;min-height:var(--mobile-input-height,48px);border-radius:var(--mobile-radius-sm,10px)!important;font-weight:600}.hero-stats{gap:1.75rem;margin-top:1.75rem;flex-wrap:wrap;justify-content:center}.stat-number{font-size:1.5rem!important}.stat-label{font-size:0.8125rem!important}}@media (max-width:900px){.latest-jobs-section,.content-section{padding:2rem 1rem 2.5rem!important;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.section-container{padding:0 0}.section-title{font-size:1.5rem!important;margin-bottom:1.5rem!important;letter-spacing:-.02em}.section-subtitle{font-size:.9375rem}.card-grid{grid-template-columns:1fr;gap:1.25rem}.job-card{padding:1.25rem!important;border-radius:var(--mobile-radius-lg,16px);box-shadow:var(--mobile-shadow-card,0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04));border:1px solid rgb(0 0 0 / .04);transition:box-shadow 0.2s ease,transform 0.2s ease}.job-card:active{transform:scale(.99)}.job-card .card-header{gap:.875rem}.job-card .card-title{font-size:1.0625rem;line-height:1.35}.job-card .card-subtitle{font-size:.875rem}.job-card .card-meta{flex-wrap:wrap;gap:.5rem}.job-card .meta-badge{padding:.375rem .625rem;font-size:.8125rem}.job-card .job-card-badges{top:.65rem;right:.65rem;gap:.25rem}.job-card .jobcv-views-badge-card{min-width:2.15rem;height:1.35rem;padding:0 .38rem;font-size:.68rem;box-shadow:0 3px 8px rgb(15 23 42 / .08)}.job-card .jobcv-views-badge-card svg{width:11px;height:11px}.job-card .jobcv-found-ribbon-card span{font-size:1.15rem;padding:.5rem 1rem;letter-spacing:.12em}.job-card .card-excerpt{font-size:.875rem;-webkit-line-clamp:2;line-clamp:2}.job-card .btn-block{min-height:var(--mobile-touch,44px);font-size:.9375rem;border-radius:var(--mobile-radius-md,12px)}.job-card-badges{top:.5rem;right:.5rem;gap:.25rem;max-width:calc(100% - 5rem)}.job-card-featured{font-size:.5rem;padding:.2rem .4rem;letter-spacing:.04em;white-space:nowrap;box-shadow:0 1px 4px rgb(99 102 241 / .2)}.job-card-head{padding-right:4.5rem!important}.job-card-logo-wrap{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;flex-shrink:0}.job-card .job-card-actions{gap:.5rem;padding-top:.75rem}.job-card .job-card-actions-center{flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.job-card .job-card-timeline{font-size:.75rem;padding:.3rem .5rem;flex-shrink:1;min-height:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.job-card .job-card-view-details{flex-shrink:0}.job-card .card-meta{margin:.75rem 0}.job-card .card-meta .meta-badge{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-section{padding:2rem 1rem!important;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.categories-section .section-title{font-size:1.375rem!important}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}.category-pill{padding:.875rem 1rem;font-size:.875rem;min-height:var(--mobile-touch,44px);display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-radius:var(--mobile-radius-md,12px);box-shadow:0 1px 2px rgb(0 0 0 / .04);border:1px solid rgb(0 0 0 / .06)}.category-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-cta-section{padding:2.5rem 1rem!important;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.home-cta-title{font-size:1.5rem!important}.home-cta-buttons{flex-direction:column;gap:.875rem}.home-cta-buttons .btn{width:100%;min-height:var(--mobile-input-height,48px);justify-content:center;border-radius:var(--mobile-radius-md,12px)}}@media (max-width:480px){.hero-title{font-size:1.5rem!important}.categories-grid{grid-template-columns:1fr}.header-container{padding:0 .75rem;padding-left:max(0.75rem, env(safe-area-inset-left));padding-right:max(0.75rem, env(safe-area-inset-right))}.job-card{padding:1rem!important}.job-card-head{gap:.75rem}.job-card .card-title{font-size:0.9375rem!important}.job-card .card-subtitle{font-size:.8125rem}.job-card .job-card-actions{flex-wrap:wrap}.job-card .job-card-actions-center{width:100%;justify-content:space-between}.job-card .job-card-timeline{font-size:.6875rem}.job-card .card-meta .meta-badge{font-size:.75rem;padding:.3rem .5rem}}body.menu-open{overflow:hidden;touch-action:none}@media (max-width:900px){.job-card a,.category-pill,.btn{-webkit-tap-highlight-color:rgb(99 102 241 / .08)}}@media (max-width:900px){.jobcv-dashboard-page .content-section,.jobcv-dashboard-page .content-section>div,.jobcv-dashboard-page .jobcv-dashboard-outer{width:100%!important;max-width:100%!important;padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important;padding-top:1rem!important;padding-bottom:2rem!important;overflow-x:hidden;box-sizing:border-box}.jobcv-dashboard-page .dashboard-wrapper,.dashboard-wrapper{width:100%!important;max-width:100%!important;padding:0!important;padding-top:6rem!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box}body.admin-bar .jobcv-dashboard-page .dashboard-wrapper,body.admin-bar .dashboard-wrapper{padding-top:calc(6rem + 46px)!important}.dashboard-nav-mobile-wrap{display:block!important;width:100%!important;max-width:100%!important;min-width:0;margin-bottom:1.25rem;box-sizing:border-box;position:relative}.dashboard-nav-toggle{display:flex!important;align-items:center;justify-content:space-between;width:100%!important;min-height:52px;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;color:#0f172a;background:#fff;border:2px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04);cursor:pointer;-webkit-tap-highlight-color:#fff0;box-sizing:border-box;transition:border-color 0.2s,box-shadow 0.2s}.dashboard-nav-toggle:focus{outline:none;border-color:var(--primary-color,#6366f1);box-shadow:0 0 0 4px rgb(99 102 241 / .12)}.dashboard-nav-toggle.open{border-color:var(--primary-color,#6366f1);border-bottom-left-radius:0;border-bottom-right-radius:0}.dashboard-nav-toggle-chevron{flex-shrink:0;transition:transform 0.2s ease;color:#64748b}.dashboard-nav-toggle.open .dashboard-nav-toggle-chevron{transform:rotate(180deg)}.dashboard-nav-dropdown{position:relative;top:auto;left:auto;right:auto;z-index:50;margin-top:.5rem;background:#fff;border:2px solid var(--primary-color,#6366f1);border-top:1px solid #e2e8f0;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 8px 24px rgb(0 0 0 / .1);overflow:hidden;max-height:70vh;overflow-y:auto}.dashboard-nav-dropdown-item{display:block;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:500;color:#334155;text-decoration:none;transition:background 0.15s,color 0.15s;border-bottom:1px solid #f1f5f9}.dashboard-nav-dropdown-item:last-child{border-bottom:none}.dashboard-nav-dropdown-item:hover,.dashboard-nav-dropdown-item:focus{background:#f8fafc;color:var(--primary-color,#6366f1)}.dashboard-nav-dropdown-item.active{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);color:var(--primary-color,#6366f1);font-weight:600}.dashboard-nav{display:none!important;visibility:hidden!important;position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important;margin:0!important;padding:0!important;clip:rect(0,0,0,0)!important}.jobcv-dashboard-page .dashboard-header,.dashboard-header{width:100%;max-width:100%;min-width:0;padding:1.5rem 1.25rem!important;margin-bottom:1.5rem;border-radius:var(--mobile-radius-lg,16px);border:1px solid rgb(0 0 0 / .06);box-shadow:var(--mobile-shadow-card,0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04));overflow:visible;box-sizing:border-box}.jobcv-dashboard-page .dashboard-header-compact,.dashboard-header-compact{padding:1.5rem 1.25rem!important;margin-bottom:1.5rem}.dashboard-header h1{font-size:1.375rem!important;line-height:1.3;word-break:break-word;margin:0 0 .35rem 0!important;color:#0f172a}.dashboard-header p{font-size:0.9375rem!important;margin:0!important;color:#64748b;line-height:1.5}.dashboard-header-with-cv{flex-direction:column!important;align-items:stretch;gap:1.25rem!important;min-height:0!important}.dashboard-header-left{min-width:0!important}.dashboard-header-cv{flex-direction:row!important;flex-wrap:wrap;padding:1.25rem 0 0!important;gap:1rem!important;border-top:1px solid #f1f5f9;margin-top:.25rem;padding-top:1.25rem!important}.dashboard-header-avatar,.dashboard-header-avatar-placeholder{width:64px!important;height:64px!important;min-width:64px;min-height:64px;flex-shrink:0}.dashboard-header-cv-info{flex:1 1 160px;min-width:0}.dashboard-header-cv-label{font-size:0.6875rem!important}.dashboard-header-cv-name{font-size:1.0625rem!important;font-weight:700}.dashboard-header-cv-actions{width:100%;flex-wrap:wrap;gap:.5rem}.dashboard-header-cv-actions .btn-cv-full,.dashboard-header-cv-actions .btn{min-height:46px;font-size:.875rem}.dashboard-header-cv-name,.dashboard-header-cv-meta{overflow-wrap:anywhere;word-break:break-word}.dashboard-header-cv.dashboard-header-cv-empty{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:0.75rem!important;border-top:0!important;margin-top:0!important;padding-top:0.5rem!important}.dashboard-header-cv.dashboard-header-cv-empty .dashboard-header-cv-info{width:100%;flex:0 0 auto!important}.dashboard-header-cv.dashboard-header-cv-empty .btn-cv-full{width:auto!important;max-width:100%}.dashboard-stats{flex-wrap:wrap!important;gap:0.75rem!important;margin-top:1rem!important}.dashboard-stat-card{min-width:0!important;flex:1 1 calc(50% - 0.375rem);box-sizing:border-box}.dashboard-grid{width:100%;max-width:100%;min-width:0;grid-template-columns:1fr!important;gap:1.25rem!important;margin-bottom:1.5rem!important;box-sizing:border-box}.dashboard-sidebar,.dashboard-main{width:100%;min-width:0;gap:1.25rem!important}.dashboard-sidebar>.dashboard-card:last-child,.dashboard-main>.dashboard-card:last-child{min-height:0!important}.jobcv-dashboard-page .dashboard-card,.dashboard-card{width:100%;max-width:100%;min-width:0;padding:1.5rem 1.25rem!important;margin-bottom:0!important;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 2px 12px rgb(0 0 0 / .05);min-height:0!important;overflow:visible;box-sizing:border-box}.dashboard-card h3{font-size:1.0625rem!important;margin-bottom:1rem!important;flex-wrap:wrap;gap:.5rem;color:#0f172a}.dashboard-card h3 .count-badge{font-size:.8125rem}.dashboard-jobs-table-wrap{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;max-height:none!important;min-height:0!important;border-radius:12px;border:1px solid #e2e8f0;margin:0 0 .75rem 0!important;padding:0.5rem!important;box-sizing:border-box}.dashboard-jobs-table-wrap .jobs-table{font-size:.875rem}.dashboard-jobs-table-wrap .jobs-table thead th{padding:.75rem .875rem;font-size:.75rem;white-space:nowrap}.dashboard-jobs-table-wrap .jobs-table tbody td{padding:0.875rem!important}@media (min-width:681px){.dashboard-jobs-table-wrap .jobs-table{min-width:480px}}.job-title-cell a{word-break:break-word;font-weight:600}.action-buttons{flex-wrap:wrap;gap:.5rem}.action-btn{min-height:44px;padding:.5rem .875rem;font-size:.8125rem}.quick-action-btn{min-height:50px;padding:1rem 1.25rem;font-size:.9375rem;border-radius:12px}.empty-state{padding:2.5rem 1.25rem!important;font-size:.9375rem;color:#64748b}.jobcv-dashboard-page .alert,.alert{flex-direction:row;flex-wrap:wrap;align-items:flex-start;padding:1rem 1.25rem!important;margin-bottom:1.25rem;border-radius:14px}.jobcv-dashboard-page .dashboard-card-notifications .dashboard-notifications-subtitle{margin-bottom:1rem}.jobcv-dashboard-page .dashboard-card-notifications .dashboard-notifications-list{border-radius:12px;border:1px solid #e2e8f0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;max-height:360px}.jobcv-dashboard-page .dashboard-notifications-empty{padding:2rem max(1rem, env(safe-area-inset-right)) 2rem max(1rem, env(safe-area-inset-left))}.jobcv-dashboard-page .dashboard-notification-link{padding:1rem max(1rem, env(safe-area-inset-right)) 1rem max(1rem, env(safe-area-inset-left));gap:.875rem;min-height:56px;-webkit-tap-highlight-color:#fff0}.jobcv-dashboard-page .dashboard-notification-icon{width:44px;height:44px;min-width:44px;min-height:44px}.jobcv-dashboard-page .dashboard-notification-preview{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jobcv-dashboard-page .dashboard-notification-item:active .dashboard-notification-link{background:#f1f5f9}.jobcv-create-cv-under-dashboard .dashboard-wrapper,.jobcv-dashboard-page .jobcv-dashboard-outer{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important}}@media (min-width:901px){.dashboard-nav-mobile-wrap{display:none!important}.dashboard-nav{display:flex!important}}@media (max-width:480px){.jobcv-dashboard-page .content-section>div,.jobcv-dashboard-page .jobcv-dashboard-outer{padding-left:max(0.75rem, env(safe-area-inset-left))!important;padding-right:max(0.75rem, env(safe-area-inset-right))!important}.dashboard-nav-toggle{min-height:48px;font-size:.9375rem}.dashboard-header h1{font-size:1.25rem!important}.dashboard-card{padding:1.25rem 1rem!important}}@media (max-width:900px){.single-job_listing .content-section,.single-job_listing .content-section>div{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important;padding-top:1.25rem!important;padding-bottom:2rem!important;max-width:100%!important}.single-job_listing .single-job-header-card{padding:0!important;margin-bottom:1.5rem!important;margin-top:0.75rem!important;border-radius:var(--mobile-radius-lg,16px)!important;margin-left:max(0, env(safe-area-inset-left));margin-right:max(0, env(safe-area-inset-right));box-shadow:var(--mobile-shadow-card,0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04));border:1px solid rgb(0 0 0 / .04)}.single-job_listing .single-job-header-content{padding:1.8rem 1.25rem 1.5rem!important;padding-right:5.5rem!important}.single-job_listing .single-job-header-badges{top:0.9rem!important;right:0.9rem!important;z-index:9!important}.single-job_listing .single-job-header-badges .jobcv-views-badge-card{min-width:2.35rem!important;height:1.45rem!important;padding:0 0.45rem!important;font-size:0.72rem!important}.single-job_listing .single-job-header-badges .jobcv-views-badge-card svg{width:12px!important;height:12px!important}.single-job_listing .single-job-header-inner{flex-direction:column!important;gap:1.25rem!important;align-items:stretch!important}.single-job_listing .single-job-logo-cell{display:flex;justify-content:center;align-items:center;flex-direction:column}.single-job_listing .single-job-header-card h1{font-size:1.62rem!important;line-height:1.2!important;margin-bottom:0.35rem!important}.single-job_listing .single-job-header-card .meta-item{font-size:0.82rem!important;padding:.42rem 0.78rem!important}.single-job_listing .card-meta{flex-wrap:wrap;gap:.5rem}.single-job_listing .card-tags{flex-wrap:wrap;gap:.5rem}.single-job_listing .single-job-section-card{padding:1.35rem!important;border-radius:16px!important;margin-bottom:1.25rem!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"]{grid-template-columns:1fr!important;gap:0.55rem!important}.single-job_listing .jobcv-detail-chip{width:100%!important;justify-content:flex-start!important}.single-job_listing .single-job-header-card .btn,.single-job_listing .single-job-header-card .card-actions .btn,.single-job_listing .content-section .btn{width:100%!important;min-height:var(--mobile-input-height,48px)!important;justify-content:center;font-size:1rem;font-weight:600;border-radius:var(--mobile-radius-md,12px)}.single-job_listing .single-job-actions .btn,.single-job_listing .single-job-actions>*{width:auto!important;box-sizing:border-box}.single-job_listing .single-job-actions{display:flex!important;flex-wrap:wrap;gap:.75rem;min-width:0}.single-job_listing .single-job-actions>*:first-child{flex:1 1 auto;min-width:0}.single-job_listing .single-job-actions>*:last-child{flex:0 0 auto;min-width:0}.single-job_listing .single-job-actions>*:only-child{flex:1 1 100%;width:100%!important}.single-job_listing .single-job-rating-box,.single-job_listing .single-job-rating-box *{box-sizing:border-box}.single-job_listing .single-job-rating-box{padding:1.25rem 1rem!important;margin-top:1.25rem!important;border-radius:var(--mobile-radius-lg,16px)!important;box-shadow:0 1px 3px rgb(0 0 0 / .05);border:1px solid rgb(0 0 0 / .05)}.single-job_listing .content-section .card-meta .meta-item{font-size:.9375rem}.single-job_listing .single-job-description-intro{font-size:0.88rem!important;margin:-.1rem 0 0.8rem!important;line-height:1.55!important}.single-job_listing .single-job-description{font-size:0.95rem!important;line-height:1.72!important;font-weight:520!important}.single-job_listing .single-job-description li{margin-bottom:0.35rem!important}.single-job_listing .single-job-section-card,.single-job_listing .job-share-card{padding:1.25rem 1rem!important;border-radius:14px!important}}@media (max-width:480px){.single-job_listing .single-job-header-card{padding:0!important}.single-job_listing .single-job-header-content{padding:1.55rem 1rem 1.25rem!important;padding-right:4.85rem!important}.single-job_listing .single-job-header-badges{top:0.75rem!important;right:0.75rem!important}.single-job_listing .single-job-header-card h1{font-size:1.375rem!important}.single-job_listing .single-job-actions{flex-direction:column!important;gap:0.625rem!important}.single-job_listing .single-job-actions>*,.single-job_listing .single-job-actions .btn{width:100%!important;flex:0 0 auto!important;min-width:0!important}}@media (max-width:900px){.related-jobs-section.content-section{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important}.related-jobs-section .section-title{text-align:center}.related-jobs-grid{display:flex!important;flex-direction:column;align-items:center;gap:1.25rem}.related-job-card{width:100%;max-width:100%;padding-left:0;padding-right:0}.related-job-card .related-job-card-body{padding:.85rem .8rem 0.75rem!important}.related-job-card .related-job-head{gap:0.65rem!important;margin-bottom:0.55rem!important}.related-job-card .related-job-title{font-size:0.93rem!important;line-height:1.25!important}.related-job-card .related-job-title-link{-webkit-line-clamp:2}.related-job-card .related-job-view-btn{display:block!important;width:calc(100% - 1.6rem)!important;max-width:none;margin:.8rem auto .85rem auto!important;padding:.68rem 0.95rem!important;text-align:center!important;justify-content:center;box-sizing:border-box}}@media (max-width:900px){.archive-job_listing .content-section,.page-jobs .content-section,.jobs-archive.content-section{padding:1.5rem max(1rem, env(safe-area-inset-right)) 2rem max(1rem, env(safe-area-inset-left))!important}.archive-job_listing .content-section>div[style*="padding"],.page-jobs .content-section>div[style*="padding"]{padding-left:0!important;padding-right:0!important}.archive-job_listing h1,.page-jobs .content-section h1,.jobs-archive-title{font-size:1.5rem!important;margin-bottom:0.5rem!important}.jobs-archive-inner{padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.jobs-archive-search-row-main,.jobs-archive-search-row-filters{grid-template-columns:1fr;gap:.625rem}.jobs-archive-search-row-main{margin-bottom:.5rem}.jobs-archive-search-row-filters{padding-top:.625rem}.jobs-archive-search{padding:1rem max(0.75rem, env(safe-area-inset-right)) 1rem max(0.75rem, env(safe-area-inset-left));margin-bottom:1.25rem}.jobs-archive-input,.jobs-archive-select,.jobs-archive-search-btn{min-height:var(--mobile-input-height,48px)!important;font-size:16px!important;width:100%}.jobs-archive-search-btn{min-width:0}.jobs-archive-search-btn-mobile{display:block!important;width:100%;margin-top:.75rem}.archive-job_listing form[method="GET"],.page-jobs .content-section form[method="GET"]{padding:1.25rem!important;border-radius:var(--mobile-radius-lg,16px)!important;box-shadow:var(--mobile-shadow-card,0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04));border:1px solid rgb(0 0 0 / .04)}.archive-job_listing form .form-group,.page-jobs .content-section form .form-group{min-width:0}.archive-job_listing form .form-group input,.archive-job_listing form .form-group select,.page-jobs .content-section form .form-input,.page-jobs .content-section form .form-select{min-height:var(--mobile-input-height,48px)!important;font-size:16px!important;width:100%}.archive-job_listing .card-grid,.page-jobs .card-grid{gap:1.25rem}}@media (max-width:900px){.site-footer .footer-inner{padding:2.5rem max(1.25rem, env(safe-area-inset-right)) max(2rem, env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left))!important}.footer-grid{gap:2rem!important;margin-bottom:2rem!important}.footer-brand{padding-right:0;margin-bottom:.5rem}.footer-logo-img{height:36px!important;width:auto!important}.footer-heading{font-size:0.75rem!important;letter-spacing:.06em;margin-bottom:1rem!important}.footer-links li{margin-bottom:.5rem}.footer-links a{display:inline-block;padding:.5rem 0;min-height:var(--mobile-touch,44px);line-height:1.4;font-size:.9375rem;-webkit-tap-highlight-color:rgb(99 102 241 / .08)}.footer-bottom{padding-top:1.5rem!important;border-top:1px solid rgb(0 0 0 / .06)}.footer-copy{font-size:.8125rem;text-align:center}}@media (max-width:560px){.site-footer .footer-inner{padding:2rem max(1rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left))!important}.footer-grid{grid-template-columns:1fr!important;gap:1.75rem!important;text-align:center}.footer-brand{text-align:center}.footer-links{display:flex;flex-direction:column;align-items:center}}@media (max-width:900px){.auth-page-section.content-section,.page-login .content-section,.page-register .content-section{padding:1.5rem max(1rem, env(safe-area-inset-right)) 2rem max(1rem, env(safe-area-inset-left))!important}.auth-page-section .auth-card,.page-login .content-section>div,.page-register .content-section>div{max-width:100%!important;padding:1.75rem 1.25rem!important;border-radius:var(--mobile-radius-lg,16px)!important;box-shadow:var(--mobile-shadow-elevated,0 4px 6px -1px rgb(0 0 0 / .07),0 10px 24px -4px rgb(0 0 0 / .08));border:1px solid rgb(0 0 0 / .05)}.auth-page-section input[type="text"],.auth-page-section input[type="email"],.auth-page-section input[type="password"],.page-login input:not([type="submit"]):not([type="hidden"]),.page-register input:not([type="submit"]):not([type="hidden"]){min-height:var(--mobile-input-height,48px)!important;font-size:16px!important;border-radius:var(--mobile-radius-sm,10px)}.auth-page-section .btn-primary,.page-login .btn-primary,.page-register .btn-primary{min-height:var(--mobile-input-height,48px)!important;width:100%;font-size:1rem;border-radius:var(--mobile-radius-md,12px)}}@media (max-width:900px){.page-post-job .content-section,.page-create-cv .content-section,.jobcv-dashboard-page .content-section{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important}.page-post-job .form-group label,.page-post-job .form-group input,.page-post-job .form-group select,.page-post-job .form-group textarea{min-height:var(--mobile-input-height,48px)!important;font-size:16px!important}.page-post-job .form-group textarea{min-height:120px!important;padding:1rem!important;border-radius:var(--mobile-radius-sm,10px)}.page-post-job .btn-primary{min-height:var(--mobile-input-height,48px)!important;width:100%;border-radius:var(--mobile-radius-md,12px)}.jobcv-create-cv-under-dashboard .dashboard-cv-form-area,.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap{overflow-x:hidden;max-width:100%}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-cv-section-profile{padding:1.25rem max(1rem, env(safe-area-inset-right)) 1.25rem max(1rem, env(safe-area-inset-left))!important;margin-left:0;margin-right:0;overflow-x:hidden}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-cv-section-profile h3{font-size:0.6875rem!important;font-weight:700!important;letter-spacing:0.08em!important;color:var(--primary-color,#6366f1)!important;margin-bottom:1rem!important}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-editor{flex-direction:column!important;align-items:stretch!important;padding:1.5rem 1.25rem!important;border-radius:var(--mobile-radius-lg,16px)!important;box-shadow:var(--mobile-shadow-card,0 1px 3px rgb(0 0 0 / .06),0 4px 12px rgb(0 0 0 / .04))!important;border:1px solid #e2e8f0!important;overflow:hidden}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-left{align-items:center;margin-bottom:.5rem;width:100%;min-width:0;box-sizing:border-box}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-controls{display:flex!important;gap:0.5rem!important;flex-wrap:wrap!important;justify-content:center!important}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-controls button{min-height:44px!important;padding:.5rem 1rem!important;font-size:0.875rem!important;border-radius:10px!important;-webkit-tap-highlight-color:#fff0;touch-action:manipulation}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-hint,.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-editor .form-hint{font-size:0.8125rem!important;color:#64748b!important;text-align:center!important;max-width:none!important;margin:.25rem 0 0!important;overflow-wrap:break-word;word-wrap:break-word;width:100%;box-sizing:border-box}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-download-wrap{margin-left:0!important;margin-top:1rem!important;padding-top:1rem!important;border-top:1px solid #e2e8f0!important}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-profile-cv-actions{flex-direction:row!important;flex-wrap:wrap!important;gap:0.75rem!important;justify-content:center!important}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-download-cv-btn,.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .jobcv-print-cv-btn{flex:1 1 140px!important;min-height:48px!important;padding:.875rem 1rem!important;font-size:0.9375rem!important;border-radius:12px!important;-webkit-tap-highlight-color:#fff0;touch-action:manipulation}.jobcv-create-cv-under-dashboard .jobcv-cv-form-wrap .profile-photo-upload{padding:1.5rem 1rem!important;border-radius:14px!important}}@media (max-width:900px){.cv-view-page{padding:0 .5rem 1.5rem!important;overflow-x:visible!important;overflow-y:visible!important;max-width:100vw;box-sizing:border-box}.cv-view-main-layout .cv-view-cv-stage{width:100%!important;min-width:0!important;align-items:stretch!important}.cv-view-main-layout{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;max-width:100%!important;overflow:visible!important;width:100%!important}#jobcv-cv-color-override{width:100%!important;max-width:100%!important;overflow:hidden!important;box-sizing:border-box!important}.cv-view-page .cv-print-wrapper,.cv-view-main-layout .cv-print-wrapper,#jobcv-cv-color-override .cv-print-wrapper{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;overflow:hidden!important;flex:none!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;align-items:center!important}.cv-view-page .cv-print-wrapper #cv-print-content{transform-origin:top center!important;-webkit-transform-origin:top center!important}.cv-view-page .jobcv-cv-actions{padding:.75rem 0.5rem!important}.jobcv-view-cv-customize-wrap{position:sticky!important;top:max(0.75rem, env(safe-area-inset-top, 0px))!important;z-index:25!important;width:100%!important;max-width:100%!important;margin:0 0 1rem!important;box-sizing:border-box!important;align-self:stretch!important}}@media (max-width:480px){.cv-view-page{padding:0 .25rem 1rem!important}.cv-view-page .jobcv-cv-actions{gap:0.375rem!important;padding:.5rem 0.25rem!important}}@media (max-width:600px){.jobcv-cv-form-wrap{padding:0 0 1.5rem!important}.jobcv-cv-form-wrap .jobcv-cv-form{border-radius:14px!important}.jobcv-cv-form-wrap .jobcv-cv-section{padding:1.25rem 1rem!important}.jobcv-cv-form-wrap .jobcv-cv-section-profile{padding:1rem!important}.jobcv-cv-form-wrap .jobcv-cv-submit{padding:1.25rem 1rem!important}.jobcv-cv-form-wrap .field-group{padding:1rem!important;border-radius:12px!important}.jobcv-cv-form-wrap .remove-row{position:relative!important;top:auto!important;right:auto!important;display:block!important;width:100%!important;text-align:center!important;margin-top:.75rem}.jobcv-cv-form-wrap .btn-save{width:100%!important;min-height:48px!important}.jobcv-cv-form-wrap .form-input,.jobcv-cv-form-wrap .form-textarea,.jobcv-cv-form-wrap select.form-input{font-size:16px!important}}@media (max-width:640px){.cvp-overlay{overflow-y:scroll!important;-webkit-overflow-scrolling:touch!important}.cvp-modal{width:calc(100% - 1rem)!important;margin:.5rem auto!important;border-radius:16px!important;overflow:visible!important;max-height:none!important}.cvp-modal-body{padding:0 1rem 1.25rem!important}.cvp-modal-header{gap:0.875rem!important}.cvp-modal-name{font-size:1.125rem!important}.cvp-modal-footer{flex-direction:column!important}.cvp-modal-footer .cvp-btn{width:100%!important;justify-content:center!important}}@media (max-width:900px){.page-messages .content-section{padding:0!important;margin:0!important;max-width:100%!important;height:100%!important;min-height:100dvh!important}body.jobcv-messages-page #masthead,body.jobcv-messages-page .site-header,body.jobcv-messages-page .site-footer,body.jobcv-messages-page footer{display:none!important}body.jobcv-messages-page #page{padding-top:0!important;padding-bottom:0!important;margin:0!important;min-height:100vh!important;min-height:100dvh!important;height:100%!important}body.jobcv-messages-page .site-main,body.jobcv-messages-page .content-section,body.jobcv-messages-page .entry-content{margin:0!important;padding:0!important;max-width:100%!important;height:100%!important;min-height:100vh!important;min-height:100dvh!important}body.jobcv-messages-page .messenger-page-outer{position:relative!important;height:100vh!important;height:100dvh!important;min-height:0!important;max-height:100vh!important;max-height:100dvh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}body.jobcv-messages-page .messages-page-wrapper{flex:1 1 0!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;width:100%!important;max-width:100%!important}body.jobcv-messages-page .messages-container.mobile-chat-open{flex:1 1 0!important;min-height:0!important;height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;width:100%!important}@media (min-width:769px){body.jobcv-messages-page .messages-container:not(.mobile-chat-open){flex:1 1 0!important;min-height:0!important;height:100%!important;max-height:100%!important;display:grid!important;grid-template-columns:minmax(240px,42%) minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;overflow:hidden!important;width:100%!important;align-items:stretch!important}body.jobcv-messages-page .messages-container:not(.mobile-chat-open) .conversations-sidebar{flex:unset!important;width:auto!important;min-width:0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}body.jobcv-messages-page .messages-container:not(.mobile-chat-open) .chat-area{flex:unset!important;min-height:0!important;min-width:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}}@media (max-width:768px){body.jobcv-messages-page .messages-container:not(.mobile-chat-open){flex:1 1 0!important;min-height:0!important;height:100%!important;max-height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;width:100%!important}body.jobcv-messages-page .messages-container:not(.mobile-chat-open) .conversations-sidebar{flex:1 1 0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}}body.jobcv-messages-page .messages-container::before{display:none!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-area{flex:1 1 0!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;height:100%!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-messages{flex:1 1 0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-y:contain!important;touch-action:pan-y!important;overflow-anchor:auto}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-input-area,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-applicant-cannot-reply-state{flex:0 0 auto!important;padding:12px 14px max(16px, env(safe-area-inset-bottom))!important;padding-left:max(14px, env(safe-area-inset-left))!important;padding-right:max(14px, env(safe-area-inset-right))!important;background:#fff!important;border-top:1px solid #e2e8f0;-webkit-tap-highlight-color:#fff0;touch-action:manipulation}body.jobcv-messages-page .chat-area.chat-active .chat-input-area{display:block!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important;min-height:72px!important;position:relative!important;z-index:6!important;box-sizing:border-box!important;pointer-events:auto!important}body.jobcv-messages-page .chat-area.chat-active .chat-input-area textarea{pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important}body.jobcv-messages-page .messages-container:not(.mobile-chat-open) .chat-area.chat-active{flex:1 1 0!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}body.jobcv-messages-page .chat-area.chat-active .chat-input-wrapper,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-input-wrapper{display:flex!important;align-items:stretch!important;min-height:48px!important;padding:0!important;padding-left:16px!important;border-radius:24px!important;border:2px solid #e2e8f0!important;background:#fff!important;box-sizing:border-box!important;visibility:visible!important;opacity:1!important}body.jobcv-messages-page .chat-area.chat-active .chat-input-wrapper:focus-within,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-input-wrapper:focus-within{border-color:rgb(99 102 241 / .45)!important;box-shadow:0 0 0 3px rgb(99 102 241 / .1)!important}body.jobcv-messages-page .chat-area.chat-active .chat-input-wrapper textarea,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-input-wrapper textarea{flex:1!important;min-width:0!important;min-height:44px!important;padding:12px 12px 12px 0!important;margin:0!important;border:none!important;font-size:16px!important;line-height:1.375!important;box-sizing:border-box!important;resize:none!important;-webkit-appearance:none!important;appearance:none!important;display:block!important;visibility:visible!important;opacity:1!important}body.jobcv-messages-page .messenger-back-home{display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important;align-items:center;justify-content:flex-start;gap:6px;min-height:44px;padding:max(env(safe-area-inset-top), 10px) 12px 10px;margin:0;color:#475569;font-size:15px;font-weight:600;text-decoration:none;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px rgb(0 0 0 / .06)}body.jobcv-messages-page .messenger-back-home:hover{color:#6366f1;background:#f8fafc}body.jobcv-messages-page .messenger-back-home,body.jobcv-messages-page .messenger-back-home *{-webkit-tap-highlight-color:#fff0;touch-action:manipulation}body.jobcv-messages-page .messages-page-wrapper{padding-top:calc(44px + max(env(safe-area-inset-top), 10px))!important}body.jobcv-messages-page .messenger-back-home{font-size:14px}body.jobcv-messages-page .conversations-header{padding:10px 12px 10px!important;padding-top:max(10px, env(safe-area-inset-top))!important;border-bottom:1px solid #e2e8f0;flex-shrink:0}body.jobcv-messages-page .conversations-header h2{margin:0!important;font-size:18px!important;font-weight:700!important}body.jobcv-messages-page .conversations-header .messages-back-to-home{display:inline-flex!important;min-height:40px;touch-action:manipulation}body.jobcv-messages-page .conversations-list{flex:1 1 0!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding:6px 10px 12px!important;padding-bottom:max(12px, env(safe-area-inset-bottom))!important;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}body.jobcv-messages-page .conversation-item{padding:10px 12px!important;min-height:52px!important;margin-bottom:2px!important;border-radius:10px!important;gap:10px!important;transition:background 0.2s ease,transform 0.15s ease}body.jobcv-messages-page .conversation-item:active{background:#f1f5f9!important}body.jobcv-messages-page .conversation-name{font-size:14px!important}body.jobcv-messages-page .conversation-preview{font-size:12px!important}body.jobcv-messages-page .chat-area:not(.chat-active){justify-content:center!important;align-items:center!important}body.jobcv-messages-page .chat-empty-state{padding:16px 20px!important;justify-content:center!important;align-items:center!important;min-height:0;flex:0 1 auto!important;width:100%;max-width:28rem;text-align:center}body.jobcv-messages-page .chat-empty-state svg{width:40px!important;height:40px!important;margin-bottom:10px!important;opacity:.4}body.jobcv-messages-page .chat-empty-state h3{font-size:15px!important;margin:0 0 4px 0!important}body.jobcv-messages-page .chat-empty-state p{font-size:13px!important;margin:0!important;color:#94a3b8}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header-back.mobile-visible{display:flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;margin:0 4px 0 -4px!important;padding:0!important;border:none!important;border-radius:12px!important;background:transparent!important;color:#0f172a!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;position:relative!important;z-index:10!important;transition:background 0.2s ease,color 0.2s ease}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header-back.mobile-visible:hover{background:#f1f5f9!important;color:#6366f1!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header-back.mobile-visible:active{background:#e2e8f0!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header{display:flex!important;align-items:center;gap:8px;padding:8px 10px 10px 8px!important;padding-top:max(8px, env(safe-area-inset-top))!important;min-height:52px;overflow:hidden;flex-wrap:nowrap;flex-shrink:0!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header .chat-user-info{min-width:0!important;flex:1 1 0!important;overflow:hidden}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header .chat-user-info h3,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header .chat-user-status{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header .chat-user-avatar,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header .chat-user-avatar-slot{flex-shrink:0;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header-actions{flex-shrink:0!important;display:flex!important;align-items:center;gap:6px}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-view-cv-btn,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-send-contract-btn{padding:6px 10px!important;font-size:12px!important;white-space:nowrap}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-view-cv-btn svg,body.jobcv-messages-page .messages-container.mobile-chat-open .chat-send-contract-btn svg{width:18px!important;height:18px!important}}@media (max-width:900px){.content-section{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important;padding-top:1.25rem!important;padding-bottom:max(2rem, env(safe-area-inset-bottom))!important}}@media (max-width:900px){.btn:focus-visible,.search-button:focus-visible,.header-dots-btn:focus-visible,.mobile-menu-toggle:focus-visible,a:focus-visible{outline:2px solid var(--primary-color,#6366f1);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary-color,#6366f1);outline-offset:0}}@media (max-width:380px){.hero-title{font-size:1.375rem!important}.hero-subtitle{font-size:0.875rem!important}.section-title{font-size:1.25rem!important}.header-container{padding-left:max(0.5rem, env(safe-area-inset-left))!important;padding-right:max(0.5rem, env(safe-area-inset-right))!important}.site-logo img.site-logo-img{height:36px!important;max-height:38px!important}.single-job_listing .single-job-header-card h1{font-size:1.25rem!important}.footer-links a{font-size:.875rem}}@media (min-width:600px) and (max-width:900px){.hero-title{font-size:2rem!important}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.jobcv-individual-confirmation{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important;padding-bottom:max(1.5rem, env(safe-area-inset-bottom))!important}.jobcv-individual-confirmation .btn{min-height:44px!important;width:100%!important}.jobcv-individual-confirmation div[style*="flex-wrap: wrap"]{flex-direction:column!important}}@media (max-width:900px){@media (prefers-reduced-motion:reduce){.header-nav-wrap,.mobile-drawer-overlay,#header-user-menu-guest .header-dots-dropdown{transition-duration:0.15s}}}@media (max-width:420px){.dashboard-jobs-table-wrap .jobs-table{min-width:0!important}}@media (max-width:360px){.liked-jobs-grid{grid-template-columns:1fr!important}.latest-jobs-section .card-grid,.page-jobs .card-grid{grid-template-columns:1fr!important}.search-field,.search-field-category,.hero-search-bar .search-field{min-width:0!important}.jobcv-premium-pricing{grid-template-columns:1fr!important;max-width:100%!important}.dashboard-header-cv-label,.header-dots-tag,.notification-dropdown-title{font-size:0.75rem!important}}@media (max-width:380px){.jobcv-confirm-box{padding:20px 16px 20px!important;margin:0 0.5rem!important}.jobcv-confirm-box .jobcv-confirm-btn{min-width:0!important;flex:1;padding:12px 16px!important}}@media (max-width:600px){.jobcv-premium-pricing{grid-template-columns:1fr!important;max-width:380px!important}.jobcv-premium-page-wrapper{padding-left:max(1rem, env(safe-area-inset-left))!important;padding-right:max(1rem, env(safe-area-inset-right))!important}}@media (max-width:900px){.card-header>div:last-child{padding-right:0!important}.header-notification-dropdown{min-width:0!important;width:calc(100vw - 1rem)!important;max-width:calc(100vw - 1rem)!important;box-sizing:border-box}.jobs-archive-filter-checkbox{white-space:normal!important}.saved-jobs-grid{grid-template-columns:repeat(auto-fill,minmax(min(320px, 100%),1fr))!important}.notification-dropdown-item-preview{max-width:100%}.dashboard-card,.dashboard-wrapper{max-width:100%!important;box-sizing:border-box}}@media (max-width:320px){.hero-title,.hero-section .hero-content h1{font-size:1.35rem!important}.hero-stats{gap:0.5rem!important}.hero-stats .stat-number{font-size:1.1rem!important}.hero-stats .stat-label{font-size:0.7rem!important}.search-bar{padding:0.5rem!important}.card-meta .meta-item{font-size:0.7rem!important;padding:.2rem 0.4rem!important}.single-job-header-inner{gap:0.75rem!important}.single-job-logo-cell{max-width:none!important}.footer-grid{gap:1rem!important}.footer-heading{font-size:0.8rem!important}img,video,iframe{max-width:100%!important;height:auto!important}}@media (max-width:900px){.jobcv-ring-popover{right:0!important;left:auto!important;transform:none!important;animation:none!important;opacity:1!important;width:min(240px, calc(100vw - 2rem))!important}.jobcv-ring-popover::before{right:16px!important;left:auto!important;transform:rotate(45deg)!important}}@media (max-width:900px){.cpv-section{overflow:hidden!important;max-width:100%!important;box-sizing:border-box!important}.cpv-values-grid,.cpv-benefits-grid,.cpv-gallery,.cpv-team-grid{max-width:100%!important;overflow:hidden!important}.cpv-value-card,.cpv-benefit-card{min-width:0!important;overflow-wrap:break-word!important;word-break:break-word!important;box-sizing:border-box!important}.cpv-value-title,.cpv-value-desc,.cpv-benefit-title{overflow-wrap:break-word!important;word-break:break-word!important}}@media (max-width:900px){body.header-dots-menu-open,body.header-dropdown-open{max-width:100%!important}.dashboard-nav-and-search,.dashboard-nav{top:56px!important}body.admin-bar .dashboard-nav-and-search,body.admin-bar .dashboard-nav{top:calc(56px + 46px)!important}.dashboard-search-form{min-height:48px!important;height:48px!important}.dashboard-search-input{font-size:16px!important}.dashboard-card-quick-actions{min-height:0!important}.receipts-table-wrap table{min-width:0!important}body.jobcv-messages-page .messages-container.mobile-chat-open .chat-header{padding-top:8px!important}}@media (max-width:600px){.cv-view-page .cv-print-wrapper,.cv-view-page .cv-a4-single,#jobcv-cv-color-override{overflow-x:clip!important;overflow-y:visible!important}}@media (max-width:1100px){.single-job_listing .content-section{background:linear-gradient(180deg,#ffffff 0%,#f8fafc 52%,#ffffff 100%)!important;padding-left:max(0.75rem, env(safe-area-inset-left))!important;padding-right:max(0.75rem, env(safe-area-inset-right))!important}.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{max-width:100%!important;padding:0.75rem!important;border-radius:24px!important;border:1px solid rgb(226 232 240 / .95)!important;background:radial-gradient(circle at 12% 0%,rgb(99 102 241 / .075),transparent 16rem),linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 250 252 / .9))!important;box-shadow:0 24px 62px -52px rgb(15 23 42 / .42),inset 0 1px 0 rgb(255 255 255 / .92)!important;box-sizing:border-box!important}.single-job_listing .single-job-header-card,.jobcv-preview-article .single-job-header-card{margin:0 0 0.8rem!important;border-radius:20px!important;border:1px solid rgb(226 232 240 / .95)!important;background:radial-gradient(circle at 16% 0%,rgb(99 102 241 / .1),transparent 16rem),radial-gradient(circle at 88% 6%,rgb(139 92 246 / .06),transparent 14rem),linear-gradient(135deg,rgb(255 255 255 / .99),rgb(248 250 252 / .97))!important;box-shadow:0 20px 54px -44px rgb(15 23 42 / .46),0 8px 22px -24px rgb(99 102 241 / .28),inset 0 1px 0 rgb(255 255 255 / .94)!important;overflow:hidden!important}.single-job_listing .single-job-header-card::before,.jobcv-preview-article .single-job-header-card::before{content:none!important;display:none!important}.single-job_listing .single-job-header-content,.jobcv-preview-article .single-job-header-content{padding:1.35rem 1rem 1.2rem!important;padding-right:1rem!important}.single-job_listing .single-job-header-inner,.jobcv-preview-article .single-job-header-inner{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.single-job_listing .sjh-two-col,.jobcv-preview-article .sjh-two-col{display:flex!important;flex-direction:column!important;gap:1.1rem!important;width:100%!important}.single-job_listing .sjh-info-col,.single-job_listing .sjh-gallery-col,.jobcv-preview-article .sjh-info-col,.jobcv-preview-article .sjh-gallery-col{width:100%!important;max-width:100%!important;flex:0 1 auto!important}.single-job_listing .single-job-logo-cell,.jobcv-preview-article .single-job-logo-cell{align-items:flex-start!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title,.single-job_listing .single-job-header-card h1,.jobcv-preview-article .single-job-header-card h1{font-size:clamp(1.9rem, 10vw, 2.45rem)!important;line-height:0.98!important;letter-spacing:-0.055em!important;color:var(--text-primary,#0f172a)!important;margin-bottom:0.45rem!important;text-shadow:0 1px 0 rgb(255 255 255 / .88),0 14px 30px rgb(15 23 42 / .1)!important}.single-job_listing .single-job-title::after,.jobcv-preview-article .single-job-title::after{background:var(--bg-gradient-1,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%))!important;opacity:0.76!important;width:min(72%, 13rem)!important;height:4px!important;margin-top:0.5rem!important}.single-job_listing .single-job-header-card .meta-item,.jobcv-preview-article .single-job-header-card .meta-item,.single-job_listing .single-job-language-chip,.jobcv-preview-article .single-job-language-chip,.single-job_listing .single-job-header-card .card-tags .tag,.jobcv-preview-article .single-job-header-card .card-tags .tag,.single-job_listing .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip{border-color:rgb(226 232 240 / .98)!important;background:#ffffff!important;color:#334155!important;border-radius:999px!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .34),inset 0 1px 0 rgb(255 255 255 / .88)!important}.single-job_listing .single-job-section-card,.jobcv-preview-article .single-job-section-card,.single-job_listing .job-share-card,.jobcv-preview-article .job-share-card{padding:1.25rem 1rem!important;border-radius:18px!important;border-color:rgb(226 232 240 / .95)!important;background:linear-gradient(180deg,rgb(255 255 255 / .99),rgb(248 250 252 / .96))!important;box-shadow:0 18px 48px -42px rgb(15 23 42 / .42),0 1px 2px rgb(15 23 42 / .035),inset 0 1px 0 rgb(255 255 255 / .84)!important}.single-job_listing .single-job-section-card h2,.jobcv-preview-article .single-job-section-card h2,.single-job_listing .single-job-details-title,.jobcv-preview-article .single-job-details-title,.single-job_listing .job-share-title,.jobcv-preview-article .job-share-title{color:var(--text-primary,#0f172a)!important;border-bottom-color:rgb(226 232 240 / .92)!important}.single-job_listing .single-job-section-card h2::before,.jobcv-preview-article .single-job-section-card h2::before{background:var(--bg-gradient-1,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%))!important;box-shadow:0 0 0 6px rgb(99 102 241 / .08),0 10px 20px -12px rgb(99 102 241 / .42)!important}.single-job_listing .single-job-header-card .single-job-actions .btn-primary,.jobcv-preview-article .single-job-header-card .single-job-actions .btn-primary,.single-job_listing .single-job-actions .apply-job-btn.btn-primary,.jobcv-preview-article .single-job-actions .apply-job-btn.btn-primary{background:var(--bg-gradient-1,linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%))!important;box-shadow:0 14px 26px -15px rgb(99 102 241 / .72),0 6px 16px -14px rgb(139 92 246 / .48)!important}}@media (max-width:480px){.single-job_listing .single-job-page-wrap,.jobcv-preview-article .single-job-page-wrap{padding:0.55rem!important;border-radius:20px!important}.single-job_listing .single-job-title,.jobcv-preview-article .single-job-title,.single-job_listing .single-job-header-card h1,.jobcv-preview-article .single-job-header-card h1{font-size:clamp(1.65rem, 11vw, 2.2rem)!important}}@media (max-width:760px){.jobcv-individual-form-wrap{max-width:100%!important;padding:0 .75rem;box-sizing:border-box}.jobcv-individual-mode-picker{grid-template-columns:1fr!important}.jobcv-individual-promo-fields>div[style*="grid-template-columns"],#jobcv-individual-job-form>div[style*="grid-template-columns"]{grid-template-columns:1fr!important}.jobcv-promo-card-cover{height:132px}.jobcv-promo-card-head{padding:1rem 1rem .65rem}.jobcv-promo-meta,.jobcv-promo-card .card-excerpt,.jobcv-promo-skills,.jobcv-promo-card .job-card-actions{padding-left:1rem;padding-right:1rem}.single-job_listing .single-job-actions .jobcv-start-promo-chat{width:100%;justify-content:center}}@media (max-width:1100px){.single-job_listing .single-job-description-card::before,.single-job_listing .single-job-requirements-card::before,.single-job_listing .single-job-offers-card::before,.jobcv-preview-article .single-job-description-card::before,.jobcv-preview-article .single-job-requirements-card::before,.jobcv-preview-article .single-job-offers-card::before{content:none!important;display:none!important;width:0!important;opacity:0!important;background:transparent!important}.single-job_listing .jobcv-detail-chip,.single-job_listing .jobcv-detail-chip-requirement,.single-job_listing .jobcv-detail-chip-offer,.jobcv-preview-article .jobcv-detail-chip,.jobcv-preview-article .jobcv-detail-chip-requirement,.jobcv-preview-article .jobcv-detail-chip-offer{width:100%!important;justify-content:flex-start!important;border:1px solid rgb(226 232 240 / .98)!important;background:#ffffff!important;color:#334155!important;border-radius:999px!important;padding:.72rem 0.92rem!important;font-size:0.9rem!important;font-weight:750!important;box-shadow:0 8px 20px -18px rgb(15 23 42 / .34),inset 0 1px 0 rgb(255 255 255 / .88)!important}.single-job_listing .jobcv-detail-chip svg,.single-job_listing .jobcv-detail-chip-requirement svg,.single-job_listing .jobcv-detail-chip-offer svg,.jobcv-preview-article .jobcv-detail-chip svg,.jobcv-preview-article .jobcv-detail-chip-requirement svg,.jobcv-preview-article .jobcv-detail-chip-offer svg{color:var(--primary-color,#6366f1)!important;stroke:currentColor!important;background:rgb(99 102 241 / .09)!important;border-radius:999px!important;padding:0.18rem!important;filter:none!important}.single-job_listing .single-job-requirements-card>div[style*="display:flex"],.single-job_listing .single-job-offers-card>div[style*="display:flex"],.jobcv-preview-article .single-job-requirements-card>div[style*="display:flex"],.jobcv-preview-article .single-job-offers-card>div[style*="display:flex"]{display:grid!important;grid-template-columns:1fr!important;gap:0.62rem!important}}}.career-quiz{--cq-primary:#6366f1;--cq-primary-dark:#4f46e5;--cq-primary-light:#818cf8;--cq-violet:#8b5cf6;--cq-pink:#ec4899;--cq-bg:#ffffff;--cq-surface:#ffffff;--cq-text:#0f172a;--cq-text-soft:#1e293b;--cq-muted:#475569;--cq-muted-2:#64748b;--cq-border:#e2e8f0;--cq-radius:22px;--cq-radius-sm:14px;--cq-shadow:0 30px 70px rgba(15, 23, 42, 0.10);--cq-shadow-soft:0 10px 30px rgba(15, 23, 42, 0.06);--cq-shadow-cta:0 14px 30px rgba(99, 102, 241, 0.30);--cq-glow:0 0 0 6px rgba(99, 102, 241, 0.12);color:var(--cq-text);box-sizing:border-box;display:block;width:100%;max-width:100%;overflow:hidden;background:radial-gradient(1200px 600px at 90% -100px,rgb(236 72 153 / .08),transparent 70%),radial-gradient(900px 500px at -10% 0%,rgb(99 102 241 / .1),transparent 70%),linear-gradient(180deg,#f5f3ff 0%,#ffffff 35%,#fdf2f8 100%)}.career-quiz *,.career-quiz *::before,.career-quiz *::after{box-sizing:border-box}.career-quiz__hero{position:relative;overflow:hidden;text-align:center;padding:88px 20px 56px;background:linear-gradient(135deg,#f5f3ff 0%,#faf5ff 40%,#f0f9ff 100%)}.career-quiz__hero-inner{position:relative;z-index:2;max-width:760px;margin:0 auto}.career-quiz__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;padding:6px 14px;font-size:12px;text-transform:uppercase;letter-spacing:1.4px;color:var(--cq-primary-dark);font-weight:700;background:rgb(99 102 241 / .1);border:1px solid rgb(99 102 241 / .2);border-radius:999px}.career-quiz__eyebrow::before{content:'✨';font-size:14px;line-height:1}.career-quiz__title{margin:0 0 14px;font-size:clamp(32px, 5vw, 56px);line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#0f172a}.career-quiz__title .cq-accent{background:linear-gradient(120deg,#4f46e5 0%,#7c3aed 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.career-quiz__subtitle{margin:0 auto 0;font-size:clamp(16px, 2vw, 19px);color:var(--cq-muted);max-width:620px;line-height:1.6}.career-quiz__hero-orbs{position:absolute;inset:0;z-index:1;pointer-events:none}.career-quiz__hero-orbs .orb{position:absolute;border-radius:999px;filter:blur(70px);opacity:.55}.career-quiz__hero-orbs .orb--1{top:-60px;left:-40px;width:280px;height:280px;background:radial-gradient(circle,#6366f1,transparent 70%);animation:cq-float 14s ease-in-out infinite}.career-quiz__hero-orbs .orb--2{top:30%;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#ec4899,transparent 70%);animation:cq-float 18s ease-in-out infinite reverse}.career-quiz__hero-orbs .orb--3{bottom:-60px;left:35%;width:240px;height:240px;background:radial-gradient(circle,#8b5cf6,transparent 70%);animation:cq-float 16s ease-in-out infinite}@keyframes cq-float{0%,100%{transform:translateY(0) translateX(0) scale(1)}50%{transform:translateY(-30px) translateX(20px) scale(1.05)}}.career-quiz__stage{max-width:760px;margin:-20px auto 80px;padding:0 20px}.career-quiz__loading{display:flex;align-items:center;justify-content:center;height:200px}.career-quiz__spinner{width:36px;height:36px;border-radius:999px;border:3px solid rgb(99 102 241 / .25);border-top-color:var(--cq-primary);animation:cq-spin 0.9s linear infinite}@keyframes cq-spin{to{transform:rotate(360deg)}}.career-quiz__card{background:var(--cq-surface);border-radius:var(--cq-radius);box-shadow:var(--cq-shadow);padding:36px 32px;border:1px solid var(--cq-border);position:relative;animation:cq-fade-in 0.45s cubic-bezier(.22,1,.36,1)}.career-quiz__card.is-leaving{animation:cq-fade-out 0.22s ease forwards}@keyframes cq-fade-in{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cq-fade-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px) scale(.99)}}.cq-start{text-align:center;padding:40px 32px 36px}.cq-start__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 28px}.cq-start__stat{background:linear-gradient(180deg,#faf9ff,#ffffff);border:1px solid var(--cq-border);border-radius:14px;padding:14px 10px 12px;text-align:center;transition:transform 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease}.cq-start__stat:hover{transform:translateY(-2px);border-color:rgb(99 102 241 / .4);box-shadow:var(--cq-shadow-soft)}.cq-start__stat-value{font-size:24px;font-weight:800;color:var(--cq-primary-dark);line-height:1.1;letter-spacing:-.02em}.cq-start__stat-label{font-size:11.5px;color:var(--cq-muted-2);margin-top:4px;font-weight:600;letter-spacing:.2px;text-transform:lowercase}.cq-start__heading{font-size:clamp(22px, 3vw, 28px);font-weight:800;letter-spacing:-.02em;color:var(--cq-text);margin:0 0 10px}.cq-start__lead{margin:0 auto 26px;color:var(--cq-muted);font-size:15.5px;line-height:1.6;max-width:520px}.cq-start__cta-wrap{display:flex;justify-content:center;margin:0 0 4px}.cq-start__cta{display:inline-flex;align-items:center;gap:12px;padding:18px 30px;border-radius:999px;background:linear-gradient(120deg,#6366f1,#8b5cf6 50%,#ec4899);color:#fff;text-decoration:none;font-weight:700;font-size:17px;border:0;cursor:pointer;box-shadow:var(--cq-shadow-cta);transition:transform 0.15s ease,box-shadow 0.15s ease,filter 0.15s ease;font-family:inherit}.cq-start__cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgb(99 102 241 / .42)}.cq-start__cta:active{transform:translateY(0);filter:brightness(.96)}.cq-start__cta-icon{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;background:rgb(255 255 255 / .22);border-radius:999px;font-size:12px;line-height:1}.cq-start__hint{margin:14px 0 0;font-size:13px;color:var(--cq-muted-2);font-weight:600;letter-spacing:.2px;display:inline-flex;align-items:center;gap:6px}.cq-start__hint::before{content:'🔒';font-size:12px}.cq-start__preview{margin:30px 0 0;padding:22px 0 0;border-top:1px dashed var(--cq-border)}.cq-start__preview-label{font-size:11px;text-transform:uppercase;letter-spacing:1.4px;color:var(--cq-muted-2);font-weight:700;margin:0 0 14px}.cq-start__archetypes{display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:center;align-items:center;color:var(--cq-muted);font-size:13.5px;line-height:1.6;user-select:none}.cq-start__chip{display:inline-flex;align-items:center;gap:6px;color:var(--cq-muted);font-weight:500;background:#fff0;border:0;padding:0}.cq-start__chip-emoji{font-size:15px;line-height:1}.cq-question__progress{height:8px;background:#eef2ff;border-radius:999px;overflow:hidden;margin-bottom:20px;position:relative}.cq-question__progress-bar{height:100%;background:linear-gradient(120deg,#6366f1,#8b5cf6,#ec4899);background-size:200% 100%;border-radius:999px;transition:width 0.45s cubic-bezier(.22,1,.36,1);width:0;animation:cq-shimmer 3s linear infinite}@keyframes cq-shimmer{from{background-position:0% 0}to{background-position:200% 0}}.cq-question__counter{font-size:13px;color:var(--cq-muted);text-align:center;margin-bottom:12px;letter-spacing:.4px;font-weight:600;text-transform:uppercase}.cq-question__title{font-size:clamp(20px, 3vw, 27px);line-height:1.3;font-weight:700;margin:0 0 24px;text-align:center;color:var(--cq-text)}.cq-question__answers{display:grid;gap:12px}.cq-answer{text-align:left;width:100%;background:#fff;border:1.5px solid var(--cq-border);border-radius:16px;padding:14px 16px;font-size:16px;color:var(--cq-text);cursor:pointer;transition:transform 0.14s ease,border-color 0.18s ease,box-shadow 0.18s ease,background 0.18s ease;font-family:inherit;line-height:1.4;display:flex;align-items:center;gap:14px;font-weight:500;position:relative}.cq-answer:hover{border-color:var(--cq-primary);background:#faf9ff;transform:translateY(-2px);box-shadow:var(--cq-shadow-soft)}.cq-answer:focus{outline:none;border-color:var(--cq-primary);box-shadow:var(--cq-glow)}.cq-answer.is-selected{border-color:var(--cq-primary);background:linear-gradient(120deg,#eef2ff,#fdf4ff);box-shadow:0 8px 24px rgb(99 102 241 / .18)}.cq-answer__icon{width:44px;height:44px;flex:0 0 44px;border-radius:14px;background:linear-gradient(135deg,#f5f3ff,#fdf2f8);display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;transition:transform 0.18s ease,background 0.18s ease}.cq-answer:hover .cq-answer__icon{transform:rotate(-6deg) scale(1.05)}.cq-answer.is-selected .cq-answer__icon{background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;transform:scale(1.08)}.cq-answer__text{flex:1}.cq-answer__check{width:24px;height:24px;border-radius:999px;border:1.5px solid var(--cq-border);flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;transition:background 0.18s ease,border-color 0.18s ease;color:#fff}.cq-answer.is-selected .cq-answer__check{background:var(--cq-primary);border-color:var(--cq-primary)}.cq-answer.is-selected .cq-answer__check::after{content:'';width:6px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px)}.cq-question__actions{display:flex;justify-content:space-between;gap:12px;margin-top:26px}.cq-btn{padding:11px 20px;border-radius:999px;border:1.5px solid var(--cq-border);background:#fff;color:var(--cq-text);font-weight:600;font-size:14px;cursor:pointer;transition:background 0.15s ease,border-color 0.15s ease,transform 0.12s ease,color 0.15s ease;font-family:inherit}.cq-btn:hover{border-color:var(--cq-primary);color:var(--cq-primary)}.cq-btn:disabled{opacity:.4;cursor:not-allowed}.cq-btn--primary{background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;border-color:#fff0}.cq-btn--primary:hover{color:#fff;transform:translateY(-1px);background:linear-gradient(120deg,#4f46e5,#7c3aed);border-color:#fff0}.cq-calc{text-align:center;padding:56px 24px;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px}.cq-calc__orbs{position:relative;width:130px;height:130px;margin-bottom:8px}.cq-calc__orbs span{position:absolute;inset:0;border-radius:999px;border:4px solid #fff0}.cq-calc__orbs span:nth-child(1){border-top-color:#6366f1;border-right-color:#6366f1;animation:cq-spin 1.4s cubic-bezier(.55,.1,.4,.9) infinite}.cq-calc__orbs span:nth-child(2){inset:18px;border-top-color:#ec4899;border-left-color:#ec4899;animation:cq-spin 1.6s cubic-bezier(.55,.1,.4,.9) infinite reverse}.cq-calc__orbs span:nth-child(3){inset:36px;border-bottom-color:#8b5cf6;border-right-color:#8b5cf6;animation:cq-spin 1.2s linear infinite}.cq-calc__emoji{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:38px;animation:cq-bob 2.2s ease-in-out infinite}@keyframes cq-bob{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-6px) rotate(4deg)}}.cq-calc__line{font-size:17px;font-weight:600;color:var(--cq-text);min-height:1.4em;transition:opacity 0.25s ease}.cq-calc__line.is-out{opacity:0}.cq-result{overflow:hidden;padding:0}.cq-result__hero{padding:56px 32px 64px;text-align:center;color:#fff;position:relative;background:linear-gradient(135deg,var(--cq-grad-from,#4f46e5) 0%,var(--cq-grad-from,#4f46e5) 25%,var(--cq-grad-to,#7c3aed) 75%,var(--cq-grad-to,#7c3aed) 100%)}.cq-result__hero::after{content:'';position:absolute;inset:0;background:radial-gradient(60% 60% at 22% 18%,rgb(255 255 255 / .18) 0%,#fff0 75%),radial-gradient(60% 60% at 82% 86%,rgb(255 255 255 / .1) 0%,#fff0 75%);pointer-events:none}.cq-result__hero>*{position:relative;z-index:1}.cq-result__emoji-ring{width:116px;height:116px;border-radius:999px;margin:0 auto 22px;background:#fff;border:3px solid rgb(255 255 255 / .85);display:flex;align-items:center;justify-content:center;font-size:60px;line-height:1;animation:cq-pop 0.7s cubic-bezier(.22,1,.36,1) backwards;box-shadow:0 14px 40px rgb(15 23 42 / .2),0 4px 10px rgb(15 23 42 / .12),inset 0 0 0 6px rgb(255 255 255 / .6)}@keyframes cq-pop{0%{transform:scale(.4) rotate(-25deg);opacity:0}60%{transform:scale(1.18) rotate(10deg);opacity:1}100%{transform:scale(1) rotate(0deg)}}.cq-result__archetype{font-size:clamp(26px, 4vw, 38px);font-weight:800;margin:0 0 8px;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 10px rgb(0 0 0 / .18);animation:cq-rise 0.6s cubic-bezier(.22,1,.36,1) 0.18s backwards}.cq-result__description{font-size:clamp(15px, 2vw, 18px);line-height:1.55;margin:0 auto;max-width:540px;color:rgb(255 255 255 / .96);text-shadow:0 1px 6px rgb(0 0 0 / .14);animation:cq-rise 0.6s cubic-bezier(.22,1,.36,1) 0.28s backwards}@keyframes cq-rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.cq-result__body{padding:32px}.cq-result__section{margin-top:26px;animation:cq-rise 0.5s cubic-bezier(.22,1,.36,1) backwards}.cq-result__section:nth-child(1){animation-delay:0.05s}.cq-result__section:nth-child(2){animation-delay:0.10s}.cq-result__section:nth-child(3){animation-delay:0.15s}.cq-result__section:nth-child(4){animation-delay:0.20s}.cq-result__section:nth-child(5){animation-delay:0.25s}.cq-result__section:nth-child(6){animation-delay:0.30s}.cq-result__section:nth-child(7){animation-delay:0.35s}.cq-result__section-title{font-size:12px;text-transform:uppercase;letter-spacing:1.6px;font-weight:800;color:var(--cq-muted-2);margin:0 0 10px}.cq-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cq-stat{background:linear-gradient(135deg,#faf9ff,#fdf2f8);border:1.5px solid var(--cq-border);border-radius:16px;padding:14px 16px;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}.cq-stat:hover{transform:translateY(-2px);border-color:var(--cq-primary);box-shadow:var(--cq-shadow-soft)}.cq-stat__icon{font-size:22px;line-height:1;display:inline-block;margin-bottom:6px}.cq-stat__label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px;color:var(--cq-primary-dark);margin:0 0 6px}.cq-stat__value{font-size:14.5px;line-height:1.45;color:var(--cq-text);margin:0;font-weight:500}.cq-mantra{position:relative;overflow:hidden;border-radius:20px;padding:30px 28px 28px;text-align:center;color:#fff;background:radial-gradient(900px 200px at 100% 0%,rgb(255 255 255 / .18),transparent 60%),radial-gradient(700px 200px at 0% 100%,rgb(255 255 255 / .12),transparent 60%),linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#ec4899 100%);box-shadow:0 20px 44px rgb(99 102 241 / .32)}.cq-mantra__label{font-size:11px;text-transform:uppercase;letter-spacing:1.8px;color:rgb(255 255 255 / .92);font-weight:800;margin:0 0 10px;position:relative}.cq-mantra__text{font-size:clamp(20px, 2.4vw, 24px);font-weight:800;line-height:1.35;margin:0;color:#fff;letter-spacing:-.01em;text-shadow:0 2px 12px rgb(0 0 0 / .22);position:relative}.cq-quote{background:#fff;border:1.5px dashed #c7d2fe;border-radius:16px;padding:18px 22px;position:relative}.cq-quote__text{font-size:16px;line-height:1.5;margin:0 0 6px;color:var(--cq-text);font-style:italic}.cq-quote__author{font-size:13px;color:var(--cq-muted);font-weight:600}.cq-result__strengths{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.cq-result__strengths li{background:linear-gradient(135deg,#f5f3ff,#fdf2f8);color:var(--cq-primary-dark);padding:7px 13px;border-radius:999px;font-size:13.5px;font-weight:600;border:1px solid #ede9fe}.cq-result__jobs{display:flex;flex-wrap:wrap;gap:8px}.cq-result__job{text-decoration:none;background:#fff;border:1.5px solid var(--cq-border);color:var(--cq-text);padding:7px 13px;border-radius:999px;font-size:13.5px;font-weight:600;transition:border-color 0.15s ease,color 0.15s ease,background 0.15s ease,transform 0.12s ease}.cq-result__job:hover{border-color:var(--cq-primary);color:var(--cq-primary-dark);background:#f5f7ff;transform:translateY(-1px)}.cq-result__cta-wrap{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;padding-top:6px}.cq-result__cta{display:inline-flex;align-items:center;gap:10px;text-decoration:none;padding:14px 26px;border-radius:999px;font-weight:700;transition:transform 0.12s ease,box-shadow 0.12s ease,background 0.12s ease,color 0.12s ease}.cq-result__cta--primary{background:linear-gradient(120deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 14px 28px rgb(99 102 241 / .3)}.cq-result__cta--primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 18px 36px rgb(99 102 241 / .4)}.cq-result__cta--secondary{background:#fff;color:#4f46e5;border:2px solid #c7d2fe;box-shadow:0 6px 14px rgb(99 102 241 / .1)}.cq-result__cta--secondary:hover{color:#4338ca;background:#f5f3ff;border-color:#a5b4fc;transform:translateY(-1px);box-shadow:0 10px 22px rgb(99 102 241 / .18)}.cq-result__share-block{margin-top:32px;border-top:1px dashed var(--cq-border);padding-top:26px}.cq-result__share-title{font-size:18px;font-weight:700;margin:0 0 6px;color:var(--cq-text)}.cq-result__share-intro{margin:0 0 14px;color:var(--cq-muted);font-size:14px}.cq-result__share-buttons{display:flex;flex-wrap:wrap;gap:12px}.cq-share{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:999px;background:#fff;border:0;color:#fff;font-weight:700;font-size:14px;line-height:1;letter-spacing:.01em;text-decoration:none;cursor:pointer;font-family:inherit;box-shadow:0 8px 18px -8px rgb(15 23 42 / .25);transition:transform 0.12s ease,box-shadow 0.18s ease,filter 0.18s ease}.cq-share:hover,.cq-share:focus-visible{transform:translateY(-2px);color:#fff;box-shadow:0 14px 28px -10px rgb(15 23 42 / .35);filter:brightness(1.05);outline:none}.cq-share__icon{display:inline-flex;width:18px;height:18px;flex:0 0 auto}.cq-share__icon svg{width:100%;height:100%;display:block;fill:currentColor}.cq-share--native{background:linear-gradient(135deg,var(--cq-primary) 0%,var(--cq-primary-dark) 100%);color:#fff}.cq-share--facebook{background:#1877F2;color:#fff}.cq-share--x{background:#000;color:#fff}.cq-share--linkedin{background:#0A66C2;color:#fff}.cq-share--whatsapp{background:#25D366;color:#fff}.cq-share.cq-copy{background:#fff;color:var(--cq-text);border:1.5px solid var(--cq-border);box-shadow:0 4px 10px -6px rgb(15 23 42 / .15)}.cq-share.cq-copy:hover,.cq-share.cq-copy:focus-visible{color:var(--cq-primary-dark);border-color:var(--cq-primary);background:#f5f7ff;filter:none}@media (max-width:520px){.cq-result__share-buttons{gap:8px}.cq-share{flex:1 1 calc(50% - 8px);justify-content:center;padding:12px 14px;font-size:13px}.cq-share--native{flex:1 1 100%}}.cq-result__restart{margin-top:22px;text-align:center}.cq-result__restart .cq-btn{background:#fff0}.cq-toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,30px);background:#0f172a;color:#fff;padding:12px 18px;border-radius:999px;font-size:14px;font-weight:600;opacity:0;pointer-events:none;transition:transform 0.25s ease,opacity 0.25s ease;z-index:99999;box-shadow:0 14px 32px rgb(0 0 0 / .25)}.cq-toast.is-visible{opacity:1;transform:translate(-50%,0)}.cq-confetti{position:fixed;inset:0;pointer-events:none;z-index:99998;overflow:hidden}.cq-confetti__piece{position:absolute;top:-20px;width:10px;height:14px;border-radius:2px;opacity:.95;animation-name:cq-confetti-fall;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes cq-confetti-fall{0%{transform:translateY(-20px) rotate(0deg);opacity:1}100%{transform:translateY(110vh) rotate(720deg);opacity:.2}}@media (max-width:600px){.career-quiz__hero{padding:56px 18px 42px}.career-quiz__card{padding:28px 18px;border-radius:18px}.cq-start{padding:28px 18px}.cq-start__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.cq-start__stat{padding:10px 8px}.cq-start__stat-value{font-size:20px}.cq-start__stat-label{font-size:10.5px}.cq-start__cta{padding:16px 26px;font-size:16px}.cq-result__body{padding:22px 16px}.cq-result__hero{padding:38px 18px 44px}.cq-result__emoji-ring{width:96px;height:96px;font-size:50px}.cq-question__title{margin-bottom:16px}.cq-question__actions{flex-wrap:wrap}.cq-btn{padding:10px 16px;font-size:14px}.cq-answer{padding:12px 12px;font-size:15px;gap:10px}.cq-answer__icon{width:38px;height:38px;flex-basis:38px;font-size:19px}.cq-stat-grid{grid-template-columns:1fr}.cq-mantra{padding:24px 20px 22px}}