:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:#fafbfc;font-family:Noto Sans,ui-sans-serif,system-ui,-apple-system,sans-serif}.apply-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.apply-modal{display:grid;grid-template-columns:380px 1fr;width:min(920px,100%);max-height:calc(100vh - 48px);background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #00000040}.apply-modal-sidebar{display:flex;flex-direction:column;padding:32px 28px;background:linear-gradient(180deg,#0a3d32,#0d5244 45%,#0f6b58);color:var(--white)}.apply-modal-logo{height:28px;width:auto;margin-bottom:28px;filter:brightness(0) invert(1)}.apply-modal-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:6px 12px;font-size:.625rem;font-weight:700;letter-spacing:.6px;margin-bottom:20px}.apply-modal-job-title{font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:8px}.apply-modal-company{font-size:.9375rem;color:#ffffffbf;margin-bottom:24px}.apply-modal-details{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:auto}.apply-modal-details li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#ffffffe6}.apply-modal-details svg{width:16px;height:16px;flex-shrink:0;opacity:.85}.apply-modal-info-box{display:flex;gap:12px;margin-top:28px;padding:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px}.apply-modal-info-box svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.apply-modal-info-box strong{display:block;font-size:.875rem;margin-bottom:4px}.apply-modal-info-box p{font-size:.75rem;line-height:1.5;color:#ffffffbf}.apply-modal-form-panel{position:relative;padding:40px 36px 32px;overflow-y:auto}.apply-modal-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s}.apply-modal-close:hover{background:var(--bg);color:var(--text-dark)}.apply-modal-close svg{width:18px;height:18px}.apply-modal-form-title{font-size:1.5rem;font-weight:700;margin-bottom:6px}.apply-modal-form-subtitle{font-size:.875rem;color:var(--text-muted);margin-bottom:24px}.apply-modal-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:var(--bg);border-radius:10px;padding:4px;margin-bottom:24px}.apply-modal-tabs button{background:transparent;border:none;border-radius:8px;padding:10px 12px;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.apply-modal-tabs button.active{background:var(--white);color:var(--text-dark);font-weight:600;box-shadow:0 1px 3px #00000014}.apply-modal-form{display:flex;flex-direction:column;gap:16px}.apply-field{display:flex;flex-direction:column;gap:6px}.apply-field>span{font-size:.6875rem;font-weight:600;letter-spacing:.5px;color:var(--text-light)}.apply-field input{width:100%;border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-size:.9375rem;color:var(--text-dark);outline:none;transition:border-color .15s}.apply-field input:focus{border-color:var(--green)}.apply-field input::placeholder{color:var(--text-light)}.apply-input-icon{position:relative;display:flex;align-items:center}.apply-input-icon>svg:first-child{position:absolute;left:14px;width:16px;height:16px;color:var(--text-light);pointer-events:none}.apply-input-icon input{padding-left:40px;padding-right:40px}.apply-toggle-password{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;color:var(--text-light);cursor:pointer;border-radius:6px}.apply-toggle-password:hover{color:var(--text-muted)}.apply-toggle-password svg{width:16px;height:16px}.apply-modal-error{font-size:.8125rem;color:#dc2626}.apply-modal-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--green);color:var(--white);border:none;border-radius:10px;padding:14px 20px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s;margin-top:4px}.apply-modal-submit:hover:not(:disabled){background:var(--green-dark)}.apply-modal-submit:disabled{opacity:.7;cursor:not-allowed}.apply-modal-submit svg{width:18px;height:18px}.apply-modal-divider{display:flex;align-items:center;gap:16px;margin:24px 0 16px;color:var(--text-light);font-size:.8125rem}.apply-modal-divider:before,.apply-modal-divider:after{content:"";flex:1;height:1px;background:var(--border)}.apply-modal-social{display:none;grid-template-columns:1fr 1fr;gap:12px}.apply-social-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:11px 16px;font-size:.875rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:border-color .15s,background .15s}.apply-social-btn:hover{border-color:#d1d5db;background:var(--bg)}.apply-social-btn svg{width:18px;height:18px}.apply-modal-terms{margin-top:20px;font-size:.75rem;color:var(--text-light);line-height:1.5;text-align:center}.apply-modal-terms a{color:var(--text-muted);text-decoration:underline}.apply-modal-terms a:hover{color:var(--green)}@media(max-width:768px){.apply-modal{grid-template-columns:1fr;max-height:calc(100vh - 32px)}.apply-modal-sidebar{padding:24px 20px}.apply-modal-job-title{font-size:1.375rem}.apply-modal-form-panel{padding:28px 20px 24px}}:root{--green: #01ab7d;--green-dark: #019470;--green-darker: #01573d;--green-light: #f4fbf8;--green-tag: #e6f6f1;--orange: #e94f0e;--orange-light: #fef3ec;--text-dark: #131313;--text-muted: #5e5e60;--text-light: #838486;--border: #e7e8ec;--border-input: #bbbcbf;--bg: #fafbfc;--white: #ffffff;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-green: 0 18px 40px -14px rgba(1, 171, 125, .65);--shadow-green-lg: 0 22px 48px -14px rgba(1, 171, 125, .8);--shadow-green-sm: 0 6px 20px -10px rgba(1, 171, 125, .7);--font-sans: "Noto Sans", ui-sans-serif, system-ui, -apple-system, sans-serif}.landing{min-height:100vh;background:var(--bg);font-family:var(--font-sans);color:var(--text-dark)}.announcement-bar{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--green);color:var(--white);padding:11px 24px;font-size:.875rem;text-align:center;line-height:1.4}.announcement-icon{font-size:.875rem;flex-shrink:0}.header{background:var(--white);padding:0 24px;border-bottom:1px solid rgba(0,0,0,.05)}.header-container{max-width:1200px;margin:0 auto}.header-top{display:flex;align-items:center;justify-content:flex-end;padding:10px 0 14px}.logo-img{height:26px;width:auto;display:block}.logo-img.logo-footer{height:22px}.header-links{display:flex;align-items:center;gap:24px}.header-links a{color:var(--text-muted);text-decoration:none;font-size:.8125rem;font-weight:400;transition:color .15s}.header-links a:hover{color:var(--text-dark)}.header-login{display:flex;align-items:center;gap:6px}.header-login svg{width:15px;height:15px;color:var(--text-muted)}.header-session-group{display:inline-flex;align-items:center;gap:12px}.header-session{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--text-muted)}.header-session svg{width:15px;height:15px;color:var(--green)}.header-logout{background:none;border:none;padding:0;font-size:.8125rem;font-weight:500;color:var(--green-dark);cursor:pointer;transition:color .15s}.header-logout:hover{color:var(--green);text-decoration:underline}.header-logo-link{display:flex;align-items:center;text-decoration:none}.user-menu{position:relative;display:flex;align-items:center}.user-menu-trigger{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--border);border-radius:999px;cursor:pointer;padding:6px 14px 6px 6px;text-align:left;transition:border-color .15s,box-shadow .15s}.user-menu-trigger:hover,.user-menu-trigger.open{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.user-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--green);color:var(--white);font-size:.9375rem;font-weight:700;border-radius:50%;flex-shrink:0}.user-menu-text{display:flex;flex-direction:column;gap:2px;padding-right:4px}.user-menu-text strong{font-size:.875rem;font-weight:700;color:var(--text-dark);line-height:1.2}.user-menu-sub{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:var(--text-muted);font-weight:400}.user-menu-sub svg{width:12px;height:12px;transition:transform .15s}.user-menu-trigger.open .user-menu-sub svg{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:200;width:240px;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #0000001f;padding:8px 0;animation:user-menu-fade-in .15s ease-out}@keyframes user-menu-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-menu-dropdown-header{display:flex;flex-direction:column;gap:2px;padding:12px 16px 10px}.user-menu-dropdown-header strong{font-size:.9375rem;font-weight:700;color:var(--text-dark);text-transform:lowercase}.user-menu-dropdown-header span{font-size:.8125rem;color:var(--text-muted)}.user-menu-dropdown-divider{height:1px;background:var(--border);margin:4px 0}.user-menu-dropdown-item{display:block;width:100%;padding:10px 16px;background:none;border:none;text-align:left;font-size:.875rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:background .15s}.user-menu-dropdown-item:hover{background:var(--bg)}.user-menu-dropdown-logout{color:var(--orange);font-weight:600}.user-menu-dropdown-logout:hover{background:var(--orange-light)}.header-main{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:64px}.main-nav{display:flex;align-items:center;justify-content:center;gap:32px}.main-nav a{color:var(--text-dark);text-decoration:none;font-size:.9375rem;font-weight:700;transition:color .15s}.main-nav a:hover{color:var(--green)}.nav-item{display:inline-flex;align-items:center;gap:4px}.nav-item svg{width:14px;height:14px;color:var(--text-dark);margin-top:1px}.btn-access{flex-shrink:0;margin-left:auto;background:var(--green);color:var(--white);border:none;border-radius:999px;padding:10px 26px;font-size:.8125rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase;cursor:pointer;box-shadow:0 6px 20px -8px #01ab7d99;transition:background .15s,box-shadow .15s;white-space:nowrap}.btn-access:hover{background:var(--green-dark);box-shadow:0 6px 24px -8px #01ab7dbf}.main-content{max-width:1200px;margin:0 auto;padding:32px 24px 48px}.hero-card{position:relative;background:linear-gradient(to bottom right,#f4fbf8,#fff 55%,#fff);border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:40px 32px 36px;margin-bottom:32px;overflow:hidden}.hero-blob{position:absolute;width:288px;height:288px;border-radius:50%;filter:blur(64px);pointer-events:none}.hero-blob-right{top:-96px;right:-96px;background:#01ab7d26}.hero-blob-left{bottom:-96px;left:-96px;background:#5fe3b833}.hero-network-inner{position:relative;max-width:720px;margin:0 auto;text-align:center}.hero-network-title{font-size:2.5rem;font-weight:800;line-height:1.05;letter-spacing:-.02em;margin-bottom:12px;color:var(--text-dark)}.hero-gradient-text{background:linear-gradient(90deg,#01ab7d,#019470,#01573d);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-network-subtitle{color:var(--text-muted);font-size:1rem;font-weight:500;line-height:1.5;margin:0 auto 28px;max-width:520px}.hero-network-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.hero-search{display:flex;align-items:center;gap:8px;max-width:620px;margin:0 auto;padding:6px 6px 6px 16px;background:var(--white);border:1px solid var(--border);border-radius:999px;box-shadow:0 8px 24px #01573d14;transition:border-color .15s,box-shadow .15s}.hero-search:focus-within{border-color:var(--green);box-shadow:0 8px 24px #01ab7d29}.hero-search-icon{width:20px;height:20px;color:var(--text-light);flex-shrink:0}.hero-search input{flex:1;min-width:0;border:none;outline:none;padding:10px 4px;font-size:.9375rem;color:var(--text-dark);background:transparent}.hero-search input::placeholder{color:var(--text-light)}.hero-search-btn{height:44px;border-radius:999px;flex-shrink:0}.btn-outline-green{display:inline-flex;align-items:center;gap:8px;height:48px;background:var(--white);color:var(--green-darker);border:1px solid rgba(1,171,125,.4);border-radius:999px;padding:0 28px;font-size:.84375rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;box-shadow:0 10px 30px -18px #01ab7d66;transition:transform .2s,border-color .2s,background .2s}.btn-outline-green:hover{background:var(--green-light);border-color:var(--green);transform:translateY(-2px)}.btn-outline-green svg{width:16px;height:16px;color:var(--green)}.hero-tag{display:inline-block;background:var(--green-tag);color:var(--green-dark);font-size:.8125rem;font-weight:500;padding:6px 14px;border-radius:999px;margin-bottom:20px}.hero-left h1{font-size:2.25rem;font-weight:700;line-height:1.2;letter-spacing:-.5px;margin-bottom:16px}.hero-subtitle{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:28px;max-width:480px}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:28px}.hero-actions-row{display:flex;flex-wrap:wrap;gap:12px}.hero-actions-secondary{align-self:flex-start}.btn-primary{position:relative;display:inline-flex;align-items:center;gap:8px;height:48px;background:linear-gradient(to right,#01ab7d,#019470);color:var(--white);border:none;border-radius:999px;padding:0 28px;font-size:.84375rem;font-weight:700;font-family:var(--font-sans);cursor:pointer;overflow:hidden;box-shadow:var(--shadow-green);transition:transform .2s,box-shadow .2s}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%);transition:transform .7s;pointer-events:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-green-lg)}.btn-primary:hover:before{transform:translate(100%)}.btn-primary svg{width:16px;height:16px}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:var(--white);color:var(--text-dark);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px 20px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s}.btn-outline:hover{border-color:var(--green);background:var(--green-light)}.btn-outline svg{width:18px;height:18px;color:var(--text-muted)}.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;column-gap:16px;row-gap:4px;margin-top:16px}.hero-trust span{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);font-size:.71875rem}.hero-trust svg{width:12px;height:12px;color:var(--green);flex-shrink:0}.hero-right{display:flex;align-items:center;justify-content:flex-end}.hero-feature-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;max-width:720px;margin:40px auto 0}.hero-feature-grid .feature-card{align-items:flex-start;gap:10px;text-align:left;padding:12px;border-radius:12px;border:1px solid rgba(0,0,0,.05);transition:border-color .15s}.hero-feature-grid .feature-card:hover{border-color:#01ab7d4d;box-shadow:none}.hero-feature-grid .feature-icon{width:32px;height:32px;border-radius:8px;background:#f4fbf8;flex-shrink:0}.hero-feature-grid .feature-icon svg{width:16px;height:16px}.hero-feature-grid .feature-label{font-size:.59375rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--green)}.hero-feature-grid .feature-title{font-size:.78125rem;font-weight:700;line-height:1.25;color:#131313}.hero-feature-stack{display:flex;flex-direction:column;gap:14px;width:100%;max-width:300px}.hero-feature-stack .feature-card:nth-child(2){margin-left:32px}.hero-feature-stack .feature-card:nth-child(3){margin-left:48px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.feature-card{display:flex;align-items:center;gap:12px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px;transition:border-color .15s,box-shadow .15s}.feature-card:hover{border-color:var(--green);box-shadow:var(--shadow)}.feature-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--green-light);border-radius:8px;color:var(--green);flex-shrink:0}.feature-icon svg{width:20px;height:20px}.feature-text{display:flex;flex-direction:column;gap:2px}.feature-label{font-size:.6875rem;font-weight:700;color:var(--green);letter-spacing:.5px}.feature-title{font-size:.875rem;font-weight:600;color:var(--text-dark)}.jobs-section{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 40px;box-shadow:var(--shadow)}.jobs-section h2{font-size:1.375rem;font-weight:700;margin-bottom:6px}.jobs-subtitle{color:var(--text-muted);font-size:.875rem;margin-bottom:24px}.jobs-section .profile-cert-promo{margin-bottom:24px;margin-top:24px}.search-box{display:flex;flex-direction:column;gap:16px}.search-input-wrapper{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--white)}.search-icon{width:20px;height:20px;color:var(--text-light);margin-left:16px;flex-shrink:0}.search-input-wrapper input{flex:1;border:none;outline:none;padding:14px 12px;font-size:.9375rem;color:var(--text-dark);background:transparent}.search-input-wrapper input::placeholder{color:var(--text-light)}.btn-search{display:flex;align-items:center;gap:8px;background:var(--green);color:var(--white);border:none;padding:14px 24px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-search:hover{background:var(--green-dark)}.btn-search svg{width:18px;height:18px}.filter-actions{display:flex;gap:12px}.btn-filter{display:flex;align-items:center;gap:8px;background:var(--white);color:var(--green);border:1px solid var(--green);border-radius:var(--radius-sm);padding:10px 16px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s}.btn-filter:hover{background:var(--green-light)}.btn-filter svg{width:16px;height:16px;color:var(--green)}.btn-filter-active{background:var(--green-light)}.btn-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--green);color:var(--white);font-size:.75rem;font-weight:700;line-height:1}.btn-add-filter{background:var(--white);color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-sm);padding:10px 16px;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s}.btn-add-filter:hover{border-color:var(--green);color:var(--green)}.jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.jobs-empty{margin-top:32px;padding:40px 24px;text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.jobs-empty p{color:var(--text-muted);margin-bottom:16px}.jobs-empty button{background:none;border:none;color:var(--green-dark);font-size:.875rem;font-weight:600;cursor:pointer}.jobs-empty button:hover{text-decoration:underline}.job-card{position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--white);border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:20px;transition:transform .15s,box-shadow .15s,border-color .15s}.job-card:hover{transform:translateY(-2px);border-color:#01ab7d4d;box-shadow:0 20px 50px -25px #01ab7d59}.job-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.job-card-identity{display:flex;align-items:center;gap:8px;min-width:0}.job-card-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.job-favorite-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--white);border:1px solid var(--border);border-radius:8px;color:var(--text-light);cursor:pointer;transition:color .15s,border-color .15s,background .15s;flex-shrink:0}.job-favorite-btn:hover,.job-favorite-btn.active{color:#ef4444;border-color:#fecaca;background:#fff1f2}.job-favorite-btn svg{width:16px;height:16px}.job-card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;background:#f4fbf8;border-radius:12px;color:var(--green)}.job-card-icon svg{width:20px;height:20px}.job-match-badge{display:inline-flex;align-items:center;gap:4px;background:#fef3ec;color:var(--orange);font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:999px}.job-match-badge svg{width:12px;height:12px}.job-card-company{display:flex;flex-direction:column;min-width:0}.job-category{font-size:.6875rem;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}.job-company{font-size:.8125rem;font-weight:600;color:#131313}.job-title{font-size:1.0625rem;font-weight:700;line-height:1.25;color:#131313;margin-bottom:8px}.job-description{font-size:.8125rem;color:var(--text-muted);line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.job-tag{font-size:.6875rem;font-weight:500;color:#4a4a4c;background:#fafbfb;border:1px solid rgba(0,0,0,.05);border-radius:999px;padding:2px 8px}.job-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px}.job-details span{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-muted)}.job-details svg{width:14px;height:14px;flex-shrink:0;color:var(--text-light)}.job-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(0,0,0,.05)}.job-card-footer-left{display:flex;flex-direction:column;gap:4px;min-width:0}.job-certification{display:flex;align-items:center;gap:4px;font-size:.6875rem;font-weight:600;color:var(--green)}.job-certification svg{width:14px;height:14px}.job-published{font-size:.6875rem;color:#a0a0a2}.btn-apply{display:inline-flex;align-items:center;gap:6px;height:36px;background:#131313;color:var(--white);border:none;border-radius:999px;padding:0 16px;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s}.btn-apply:hover{background:var(--green)}.btn-apply svg{width:14px;height:14px}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:32px;padding-top:24px;border-top:1px solid var(--border)}.pagination-info{font-size:.875rem;color:var(--text-muted)}.pagination-controls{display:flex;align-items:center;gap:12px}.pagination-btn{display:inline-flex;align-items:center;gap:4px;height:36px;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:999px;color:var(--text-dark);font-size:.75rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;padding:0 14px;transition:border-color .15s,color .15s}.pagination-btn:hover:not(:disabled){border-color:#01ab7d66;color:var(--green)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn svg{width:16px;height:16px}.pagination-pages{display:flex;gap:6px}.pagination-page{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:999px;font-size:.75rem;font-weight:600;color:var(--text-dark);cursor:pointer;transition:all .15s}.pagination-page:hover{border-color:#01ab7d66;color:var(--green)}.pagination-page.active{background:var(--green);border-color:var(--green);color:var(--white);box-shadow:var(--shadow-green-sm)}.site-footer{background:#fafbfb;border-top:1px solid rgba(0,0,0,.05);margin-top:48px}.footer-content{max-width:1200px;margin:0 auto;padding:48px 24px 32px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand .logo-img{margin-bottom:12px}.footer-tagline{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:20px;max-width:280px}.footer-social{display:flex;gap:12px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--white);border:1px solid var(--border);border-radius:50%;color:var(--text-muted);transition:border-color .15s,color .15s}.footer-social a:hover{border-color:var(--green);color:var(--green)}.footer-social svg{width:16px;height:16px}.footer-links h4{font-size:.75rem;font-weight:700;letter-spacing:.5px;color:var(--text-dark);margin-bottom:16px}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--green)}.footer-bottom{border-top:1px solid var(--border);padding:20px 24px;text-align:center}.footer-bottom p{font-size:.8125rem;color:var(--text-light)}@media(max-width:900px){.hero-card{padding:32px 24px}.hero-left h1,.hero-network-title{font-size:1.75rem}.hero-feature-grid{grid-template-columns:repeat(2,1fr)}.header-links,.user-menu-text{display:none}.main-nav{gap:16px}.main-nav a{font-size:.8125rem}.jobs-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:600px){.header{padding:0 16px}.header-main{gap:16px;min-height:56px}.main-nav{flex-wrap:wrap;justify-content:flex-start;gap:12px}.btn-access{padding:9px 20px}.main-content{padding:20px 16px 40px}.hero-card{padding:24px 20px}.hero-network-actions{flex-direction:column;width:100%}.hero-search{flex-direction:column;align-items:stretch;border-radius:var(--radius-sm);padding:10px}.hero-search-icon{display:none}.hero-search input{padding:10px 6px;border-bottom:1px solid var(--border)}.hero-search-btn,.btn-primary,.btn-outline,.btn-outline-green{width:100%;justify-content:center}.hero-feature-grid{grid-template-columns:repeat(2,1fr)}.hero-feature-stack .feature-card:nth-child(2),.hero-feature-stack .feature-card:nth-child(3){margin-left:0}.hero-right{justify-content:flex-start}.feature-grid{grid-template-columns:1fr}.jobs-section{padding:24px 20px}.search-input-wrapper{flex-direction:column;align-items:stretch}.search-icon{display:none}.search-input-wrapper input{padding:14px 16px;border-bottom:1px solid var(--border)}.btn-search{justify-content:center;border-radius:0}.filter-actions{flex-direction:column}.jobs-grid{grid-template-columns:1fr}.pagination{flex-direction:column;gap:16px;align-items:flex-start}.pagination-controls{width:100%;justify-content:center;flex-wrap:wrap}.footer-content{grid-template-columns:1fr;gap:32px;padding:32px 16px 24px}}.apply-page{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.apply-page-main{flex:1;max-width:920px;width:100%;margin:0 auto;padding:24px 24px 48px}.apply-page-back-btn{display:inline-flex;align-items:center;gap:6px;background:var(--white);border:1px solid var(--border);border-radius:10px;color:var(--text-muted);font-size:.875rem;font-weight:600;cursor:pointer;margin-bottom:20px;padding:8px 14px;transition:color .15s,border-color .15s,background .15s}.apply-page-back-btn:hover{color:var(--text-dark);border-color:#d1d5db;background:#f9fafb}.apply-page-back-btn svg{width:16px;height:16px}.apply-page-card{display:grid;grid-template-columns:380px 1fr;background:var(--white);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 16px 48px #0f172a14}.apply-page-sidebar{display:flex;flex-direction:column;padding:32px 28px;background:linear-gradient(180deg,#0a3d32,#0d5244 45%,#0f6b58);color:var(--white)}.apply-page-logo{height:28px;width:auto;margin-bottom:24px;filter:brightness(0) invert(1)}.apply-page-badge{display:inline-flex;align-items:center;align-self:flex-start;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:6px 12px;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.apply-page-category{display:inline-flex;align-self:flex-start;margin-bottom:10px;padding:4px 10px;border-radius:6px;background:#ffffff1a;font-size:.6875rem;font-weight:700;letter-spacing:.05em}.apply-page-sidebar h1{font-family:inherit;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:6px}.apply-page-company{font-size:.9375rem;color:#ffffffbf;margin-bottom:20px}.apply-page-details{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.apply-page-details li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#ffffffe6}.apply-page-details svg{width:16px;height:16px;flex-shrink:0;opacity:.8}.apply-page-description{font-size:.875rem;line-height:1.6;color:#fffc;margin-bottom:16px}.apply-page-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.apply-page-tags span{font-size:.75rem;font-weight:600;color:#ffffffe6;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:4px 10px}.apply-page-panel{display:flex;flex-direction:column;padding:36px 32px}.apply-page-panel-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:20px;border-radius:14px;background:#f4fbf8;color:#059669}.apply-page-panel-icon svg{width:26px;height:26px}.apply-page-panel h2{font-family:inherit;font-size:1.5rem;font-weight:800;color:#111827;margin-bottom:8px}.apply-page-panel-subtitle{font-size:.9375rem;line-height:1.6;color:var(--text-muted);margin-bottom:24px}.apply-page-panel-subtitle strong{color:var(--text-dark);font-weight:600}.apply-page-profile-chip{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:20px;border:1px solid var(--border);border-radius:14px;background:#f9fafb}.apply-page-profile-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--green);color:var(--white);font-size:1rem;font-weight:700;flex-shrink:0;object-fit:cover}.apply-page-profile-chip>div{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.apply-page-profile-chip strong{font-size:.9375rem;color:#111827}.apply-page-profile-chip span{font-size:.8125rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apply-page-profile-status{display:inline-flex!important;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#f4fbf8;color:#047857!important;font-size:.6875rem!important;font-weight:700;white-space:nowrap}.apply-page-profile-status svg{width:12px;height:12px}.apply-page-checklist{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.apply-page-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;line-height:1.5;color:var(--text-dark)}.apply-page-checklist svg{width:18px;height:18px;flex-shrink:0;color:var(--green);margin-top:1px}.apply-page-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto}.apply-page-confirm{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--green);color:var(--white);border:none;border-radius:12px;padding:15px 24px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .15s,transform .15s}.apply-page-confirm:hover{background:var(--green-dark);transform:translateY(-1px)}.apply-page-confirm svg{width:18px;height:18px}.apply-page-cancel{width:100%;padding:12px 24px;border:1px solid var(--border);border-radius:12px;background:var(--white);color:var(--text-muted);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.apply-page-cancel:hover{background:#f9fafb;border-color:#d1d5db;color:var(--text-dark)}.apply-page-not-found{text-align:center;padding-top:80px}.apply-page-not-found h1{font-size:1.5rem;margin-bottom:8px}.apply-page-not-found p{color:var(--text-muted);margin-bottom:24px}.apply-page-back{color:var(--green);text-decoration:none;font-weight:600}.apply-page-back:hover{text-decoration:underline}@media(max-width:800px){.apply-page-card{grid-template-columns:1fr}.apply-page-sidebar,.apply-page-panel{padding:28px 24px}.apply-page-profile-status{display:none!important}}@media(max-width:480px){.apply-page-main{padding:16px 16px 32px}.apply-page-profile-chip{flex-wrap:wrap}}.cert-start-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cert-start-modal{width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 24px 64px #00000040}.cert-start-header{position:relative;padding:28px 32px 24px;background:linear-gradient(135deg,#0a3d32,#0d5244 42%,#0f6b58);color:#fff}.cert-start-close{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .15s}.cert-start-close:hover{background:#fff3}.cert-start-close svg{width:18px;height:18px}.cert-start-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;margin-bottom:18px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);font-size:.625rem;font-weight:700;letter-spacing:.6px}.cert-start-title{max-width:640px;font-size:1.75rem;font-weight:700;line-height:1.25;margin-bottom:12px;letter-spacing:-.3px}.cert-start-title .highlight{color:#6ee7b7}.cert-start-description{max-width:680px;font-size:.9375rem;line-height:1.6;color:#ffffffe0;margin-bottom:20px}.cert-start-description strong{color:#fff;font-weight:700}.cert-start-pills{display:flex;flex-wrap:wrap;gap:10px}.cert-start-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);font-size:.8125rem;font-weight:600;color:#fffffff2}.cert-start-pill svg{width:16px;height:16px;color:#6ee7b7;flex-shrink:0}.cert-start-body{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:28px 32px 32px}.cert-start-areas-label,.cert-start-prepare-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#9ca3af;margin-bottom:14px}.cert-start-areas-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cert-start-area-card{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.cert-start-area-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#f4fbf8;color:#01ab7d;flex-shrink:0}.cert-start-area-icon svg{width:18px;height:18px}.cert-start-area-card strong{display:block;font-size:.875rem;font-weight:700;color:#111827;margin-bottom:4px}.cert-start-area-card span{display:block;font-size:.75rem;line-height:1.45;color:#6b7280}.cert-start-prepare{display:flex;flex-direction:column}.cert-start-prepare-box{padding:20px;border-radius:14px;background:#f9fafb;border:1px solid #e5e7eb}.cert-start-prepare-box>p{font-size:.875rem;line-height:1.55;color:#4b5563;margin-bottom:18px}.cert-start-prepare-box label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:#6b7280;margin-bottom:8px}.cert-start-prepare-box input{width:100%;padding:12px 14px;margin-bottom:16px;border:1px solid #d1d5db;border-radius:10px;background:#fff;font-size:.9375rem;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s}.cert-start-prepare-box input:focus{border-color:#01ab7d;box-shadow:0 0 0 1px #01ab7d}.cert-start-prepare-box input::placeholder{color:#9ca3af}.cert-start-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border:none;border-radius:12px;background:#01ab7d;color:#fff;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .15s,transform .15s}.cert-start-submit:hover{background:#019470}.cert-start-submit svg{width:18px;height:18px}.cert-start-footnote{margin-top:12px;font-size:.75rem;color:#9ca3af;text-align:center}@media(max-width:800px){.cert-start-overlay{padding:16px}.cert-start-header,.cert-start-body{padding-left:20px;padding-right:20px}.cert-start-body{grid-template-columns:1fr;gap:24px}.cert-start-title{font-size:1.5rem;padding-right:40px}}@media(max-width:480px){.cert-start-areas-grid{grid-template-columns:1fr}}.cert-quiz-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cert-quiz-modal{width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 24px 64px #00000040;padding:24px 28px 28px}.cert-quiz-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.cert-quiz-top-left{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.cert-quiz-theme-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f4fbf8;border:1px solid rgba(0,184,148,.25);color:#019470;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.cert-quiz-theme-pill svg{width:14px;height:14px;flex-shrink:0}.cert-quiz-progress{font-size:.9375rem;font-weight:600;color:#6b7280;white-space:nowrap}.cert-quiz-top-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.cert-quiz-timer{display:inline-flex;align-items:center;gap:6px;font-size:.9375rem;font-weight:700;color:#111827;font-variant-numeric:tabular-nums}.cert-quiz-timer svg{width:18px;height:18px;color:#6b7280}.cert-quiz-timer.urgent{color:#dc2626}.cert-quiz-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:50%;background:#f3f4f6;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.cert-quiz-close:hover{background:#fee2e2;color:#dc2626}.cert-quiz-close svg{width:18px;height:18px}.cert-quiz-divider{height:1px;background:#e5e7eb;margin-bottom:24px}.cert-quiz-question{font-size:1.375rem;font-weight:700;line-height:1.4;color:#111827;margin-bottom:24px}.cert-quiz-options{display:flex;flex-direction:column;gap:12px}.cert-quiz-option{display:flex;align-items:flex-start;gap:14px;width:100%;padding:16px 18px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.cert-quiz-option:hover:not(:disabled){border-color:#01ab7d;background:#f0fdf9;box-shadow:0 1px 3px #00b89414}.cert-quiz-option:disabled{cursor:default}.cert-quiz-option-letter{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f3f4f6;color:#374151;font-size:.875rem;font-weight:700;flex-shrink:0}.cert-quiz-option:hover:not(:disabled) .cert-quiz-option-letter{background:#e6f6f1;color:#019470}.cert-quiz-option-text{font-size:.9375rem;line-height:1.55;color:#374151;padding-top:4px}@media(max-width:640px){.cert-quiz-overlay{padding:16px}.cert-quiz-modal{padding:20px 18px 22px}.cert-quiz-top{flex-wrap:wrap;align-items:flex-start}.cert-quiz-top-left{flex-wrap:wrap;width:100%}.cert-quiz-top-right{margin-left:auto}.cert-quiz-question{font-size:1.125rem}}.cert-result-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cert-result-modal{width:min(640px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 24px 64px #00000047}.cert-result-header{position:relative;z-index:1;padding:28px 28px 40px;background:linear-gradient(180deg,#1f2937,#111827);color:#fff;text-align:center;border-radius:20px 20px 0 0}.cert-result-close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer;transition:background .15s}.cert-result-close:hover{background:#fff3}.cert-result-close svg{width:16px;height:16px}.cert-result-header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 14px;border-radius:50%;background:#ffffff1a;color:#fff}.cert-result-header-icon.passed{background:#00b89433;color:#6ee7b7}.cert-result-header-icon svg{width:22px;height:22px}.cert-result-header h2{font-size:1.5rem;font-weight:700;margin-bottom:8px}.cert-result-header p{font-size:.875rem;line-height:1.5;color:#ffffffd1;max-width:420px;margin:0 auto 20px}.cert-result-score-big{font-size:4rem;font-weight:800;line-height:1;letter-spacing:-2px;margin-bottom:8px}.cert-result-score-detail{font-size:.9375rem;color:#ffffffbf}.cert-result-body{position:relative;z-index:2;padding:0 24px 24px}.cert-result-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:-28px;margin-bottom:24px;position:relative;z-index:2}.cert-result-stat-card{position:relative;z-index:2;padding:16px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 4px 12px #00000014}.cert-result-stat-label{display:flex;align-items:center;gap:6px;font-size:.625rem;font-weight:700;letter-spacing:.06em;color:#9ca3af;margin-bottom:8px}.cert-result-stat-label svg{width:14px;height:14px}.cert-result-stat-value{font-size:1.375rem;font-weight:800;color:#111827;line-height:1.1}.cert-result-stat-value.warning{font-size:.9375rem;color:#e94f0e}.cert-result-stat-value.success{font-size:.9375rem;color:#01ab7d}.cert-result-areas-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#9ca3af;margin-bottom:16px}.cert-result-areas{display:flex;flex-direction:column;gap:18px}.cert-result-area{display:grid;grid-template-columns:1fr auto;gap:8px 16px;align-items:center}.cert-result-area-top{display:flex;align-items:center;gap:10px;grid-column:1}.cert-result-area-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#f3f4f6;color:#6b7280;flex-shrink:0}.cert-result-area-icon svg{width:14px;height:14px}.cert-result-area-name{font-size:.9375rem;font-weight:600;color:#111827}.cert-result-area-score{font-size:.875rem;font-weight:600;color:#6b7280;white-space:nowrap}.cert-result-area-bar{grid-column:1 / -1;height:6px;border-radius:999px;background:#f3f4f6;overflow:hidden}.cert-result-area-bar-fill{height:100%;border-radius:999px;background:#01ab7d;transition:width .4s ease}.cert-result-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 24px;border-top:1px solid #f3f4f6}.cert-result-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.cert-result-btn svg{width:16px;height:16px}.cert-result-btn-outline{border:1px solid #d1d5db;background:#fff;color:#374151}.cert-result-btn-outline:hover{border-color:#9ca3af;background:#f9fafb}.cert-result-btn-primary{border:none;background:#01ab7d;color:#fff}.cert-result-btn-primary:hover{background:#019470}.cert-result-btn-linkedin{border:none;background:#0a66c2;color:#fff}.cert-result-btn-linkedin:hover{background:#004182}@media(max-width:640px){.cert-result-overlay{padding:16px}.cert-result-stats{grid-template-columns:1fr;margin-top:-20px}.cert-result-score-big{font-size:3rem}.cert-result-footer{flex-direction:column}.cert-result-btn{width:100%}}.cert-page{min-height:100vh;background:#fafafa;color:#212121;font-family:Noto Sans,ui-sans-serif,system-ui,-apple-system,sans-serif}.cert-page-header{width:100%;max-width:1024px;margin:0 auto;display:flex;justify-content:center;padding:24px 16px 0}.cert-page-header img{height:30px;object-fit:contain}.cert-container{width:100%;max-width:1024px;margin:0 auto;padding:24px 16px 48px}.cert-container.wide{max-width:1152px}.cert-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px #00000014;padding:24px;border:1px solid rgba(181,181,195,.3);overflow:hidden}@media(min-width:768px){.cert-card{padding:32px}.cert-page-header img{height:34px}}.cert-home{display:flex;flex-direction:column;gap:32px;align-items:stretch}@media(min-width:768px){.cert-home{flex-direction:row;align-items:stretch}}.cert-home-aside{width:100%;background:#fafafa;border-radius:16px;padding:32px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1px solid rgba(181,181,195,.3);min-height:350px}@media(min-width:768px){.cert-home-aside{width:33.333%}}.cert-home-aside h2{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:8px;color:#111219}.cert-home-aside .highlight{color:#01ab7d}.cert-home-emoji{font-size:3rem;margin-top:8px}.cert-home-content{flex:1;display:flex;flex-direction:column;justify-content:center;padding:8px 0}.cert-home-content h1{font-size:1.5rem;font-weight:700;color:#111219;margin-bottom:12px}@media(min-width:768px){.cert-home-content h1{font-size:1.875rem}}.cert-home-content>p{color:#212121;font-size:1rem;line-height:1.6;margin-bottom:24px}@media(min-width:768px){.cert-home-content>p{font-size:1.125rem}}.cert-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.cert-badge{display:inline-flex;align-items:center;gap:8px;background:#fafafa;color:#212121;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:600;border:1px solid rgba(181,181,195,.5)}.cert-badge svg{width:20px;height:20px;color:#01ab7d;flex-shrink:0}.cert-form{display:flex;flex-direction:column;gap:16px;max-width:28rem}.cert-form label{display:block;font-size:.875rem;font-weight:600;color:#212121;margin-bottom:8px}.cert-form input,.cert-form textarea{width:100%;padding:12px 16px;border-radius:12px;background:#fff;border:1px solid #b5b5c3;color:#111219;font-size:1rem;outline:none;transition:border-color .15s,box-shadow .15s}.cert-form input:focus,.cert-form textarea:focus{border-color:#01ab7d;box-shadow:0 0 0 1px #01ab7d}.cert-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;padding:14px 32px;background:#01ab7d;color:#111219;font-size:1.125rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;box-shadow:0 10px 20px #01ab7d33;transition:background .2s,transform .2s}.cert-btn-primary:hover{background:#019470;transform:translateY(-2px)}.cert-btn-primary svg{width:24px;height:24px}.cert-btn-primary.full{width:100%}.cert-quiz{display:flex;flex-direction:column;gap:24px}.cert-quiz-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(181,181,195,.3)}.cert-quiz-exit-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border:1px solid #b5b5c3;border-radius:999px;background:#fff;color:#212121;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.cert-quiz-exit-btn:hover{border-color:#ef4444;background:#fef2f2;color:#dc2626}.cert-quiz-timer{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fafafa;border:1px solid rgba(1,171,125,.5);color:#111219;font-size:.9375rem;font-weight:700;font-variant-numeric:tabular-nums}.cert-quiz-timer svg{width:18px;height:18px;color:#01ab7d}.cert-quiz-timer.urgent{border-color:#fecaca;background:#fef2f2;color:#dc2626}.cert-quiz-timer.urgent svg{color:#dc2626}.cert-quiz-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(181,181,195,.3)}.cert-quiz-counter{font-weight:700;color:#212121}.cert-quiz-theme{font-size:.75rem;font-weight:700;padding:4px 12px;background:#fafafa;color:#01ab7d;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(1,171,125,.5)}.cert-progress-track{width:100%;background:#fafafa;border-radius:999px;height:10px;overflow:hidden;border:1px solid rgba(181,181,195,.3)}.cert-progress-bar{background:#01ab7d;height:100%;border-radius:999px;transition:width .3s}.cert-question-text{font-size:1.5rem;font-weight:700;color:#111219;line-height:1.35;margin-top:8px}@media(min-width:768px){.cert-question-text{font-size:1.875rem}}.cert-options{display:flex;flex-direction:column;gap:12px;margin-top:8px}.cert-option-btn{text-align:left;width:100%;padding:16px;border-radius:12px;background:#fff;border:1px solid #b5b5c3;color:#212121;font-size:1.125rem;font-weight:600;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:border-color .2s,background .2s,transform .2s,color .2s}.cert-option-btn:hover:not(:disabled){border-color:#01ab7d;background:#01ab7d1a;transform:translate(4px)}.cert-option-btn:disabled{cursor:default}.cert-option-btn.correct{border-color:#01ab7d;background:#01ab7d26;color:#01ab7d}.cert-option-btn.incorrect{border-color:#ef4444;background:#ef44441a;color:#dc2626}.cert-result{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.cert-result-title{font-size:2.25rem;font-weight:800;margin-top:16px;color:#111219}.cert-result-title.passed{font-size:2.5rem;color:#01ab7d}.cert-result-score{font-size:1.25rem;color:#212121}.cert-result-score strong{color:#111219}.cert-fail-box{width:100%;max-width:28rem;padding:24px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}.cert-fail-box p{color:#dc2626;font-weight:500;margin-bottom:16px}.cert-fail-box .cert-btn-primary{width:100%;background:#111219;color:#fff;box-shadow:none}.cert-fail-box .cert-btn-primary:hover{background:#212121}.cert-certificate-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;padding:24px 0}.cert-certificate{position:relative;width:100%;max-width:896px;background:#fafafa;box-shadow:0 1px 3px #0000000f;padding:48px 64px;text-align:center;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;aspect-ratio:1.414 / 1;min-height:500px}@media(max-width:767px){.cert-certificate{padding:32px 24px}}.cert-corner{position:absolute;width:80px;height:80px}.cert-corner svg{width:100%;height:100%;fill:#111219}.cert-corner.top-left{top:0;left:0}.cert-corner.top-right{top:0;right:0}.cert-corner.bottom-right{bottom:0;right:0}.cert-corner.bottom-left{bottom:0;left:0}.cert-certificate-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.cert-certificate-inner img{height:32px;margin-bottom:24px;object-fit:contain}@media(min-width:768px){.cert-certificate-inner img{height:40px}}.cert-certificate-subtitle{font-family:Merriweather,Georgia,serif;font-size:1.5rem;color:#01ab7d;letter-spacing:.15em;text-transform:uppercase;margin-bottom:32px}@media(min-width:768px){.cert-certificate-subtitle{font-size:1.875rem}}.cert-certificate-label{font-family:Merriweather,Georgia,serif;letter-spacing:.15em;font-size:.875rem;text-transform:uppercase;color:#212121;margin-bottom:16px}.cert-certificate-name{font-family:Merriweather,Georgia,serif;font-size:3rem;font-weight:700;color:#111219;margin-bottom:24px}@media(min-width:768px){.cert-certificate-name{font-size:3.75rem}}.cert-certificate-text{font-family:Merriweather,Georgia,serif;color:#212121;font-size:1.125rem;max-width:42rem;margin:0 auto 48px;line-height:1.6}.cert-certificate-text strong{font-family:Noto Sans,sans-serif;color:#111219}.cert-certificate-footer{display:flex;justify-content:space-between;align-items:flex-end;width:100%;max-width:48rem;padding:0 16px;margin-top:auto}.cert-signature{display:flex;flex-direction:column;align-items:center;text-align:center;width:12rem;padding-bottom:8px}@media(min-width:768px){.cert-signature{width:16rem}}.cert-signature-line{width:100%;border-top:1px solid #01AB7D;margin-bottom:8px}.cert-signature p{font-family:Merriweather,Georgia,serif;font-size:.875rem}.cert-signature .role{font-size:.75rem;color:#212121;font-style:italic}.cert-qr{display:flex;flex-direction:column;align-items:center;padding:0 16px}.cert-qr img{width:64px;height:64px;margin-bottom:8px;border:1px solid #e5e7eb;padding:4px;background:#fff}@media(min-width:768px){.cert-qr img{width:80px;height:80px}}.cert-qr span{font-family:Merriweather,Georgia,serif;font-size:10px;color:#212121;letter-spacing:.05em}.cert-qr strong{font-size:11px;font-weight:700;color:#111219;letter-spacing:.06em;margin-top:2px}.cert-result-actions{width:100%;max-width:42rem;display:flex;flex-direction:column;gap:12px;margin-top:8px}.cert-action-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.cert-action-grid{grid-template-columns:1fr 1fr}}.cert-btn-linkedin{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:#0a66c2;color:#fff;font-weight:700;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 12px #0a66c24d;transition:background .2s;text-decoration:none}.cert-btn-linkedin:hover{background:#004182}.cert-btn-linkedin svg{width:20px;height:20px}.cert-btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:#111219;color:#fff;font-weight:700;border:1px solid #111219;border-radius:12px;cursor:pointer;transition:background .2s;text-decoration:none}.cert-btn-dark:hover{background:#212121}.cert-btn-dark svg{width:20px;height:20px;color:#01ab7d}.cert-btn-outline-dark{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;background:#fff;color:#111219;font-weight:700;border:2px solid #111219;border-radius:12px;cursor:pointer;transition:background .2s;text-decoration:none}.cert-btn-outline-dark:hover{background:#f8fafc}.cert-resume{display:flex;flex-direction:column;gap:32px;align-items:flex-start}@media(min-width:768px){.cert-resume{flex-direction:row}}.cert-resume-form{width:100%;background:#fafafa;padding:24px;border-radius:16px;border:1px solid rgba(181,181,195,.3)}@media(min-width:768px){.cert-resume-form{width:33.333%}}.cert-resume-form h3{font-size:1.25rem;font-weight:700;color:#111219;margin-bottom:8px}.cert-resume-form-hint{font-size:.8125rem;color:#5e5e60;line-height:1.5;margin-bottom:16px}.cert-resume-form .cert-form{max-width:none}.cert-resume-form label{font-size:.75rem;margin-bottom:4px}.cert-resume-form input,.cert-resume-form textarea{padding:8px 12px;border-radius:8px;font-size:.875rem}.cert-back-link{width:100%;margin-top:8px;font-size:.875rem;color:#212121;background:none;border:none;text-decoration:underline;cursor:pointer;text-align:center}.cert-back-link:hover{color:#111219}.cert-resume-preview-wrap{width:100%;display:flex;justify-content:center;background:#e5e7eb;padding:16px;border-radius:12px}@media(min-width:768px){.cert-resume-preview-wrap{width:66.666%}}.cert-cv-preview{width:100%;max-width:21cm;min-height:29.7cm;background:#fff;box-shadow:0 20px 40px #0000001f;padding:32px 48px;text-align:left;box-sizing:border-box}.cert-cv-header{border-bottom:2px solid #111219;padding-bottom:24px;margin-bottom:24px}.cert-cv-header h1{font-size:2.25rem;font-weight:800;color:#111219;margin-bottom:8px}.cert-cv-header h2{font-size:1.25rem;color:#01ab7d;font-weight:600;margin-bottom:16px}.cert-cv-contacts{display:flex;flex-wrap:wrap;gap:16px;font-size:.875rem;color:#212121}.cert-cv-contacts span{display:inline-flex;align-items:center;gap:4px}.cert-cv-contacts svg{width:16px;height:16px}.cert-cv-body{display:flex;flex-direction:column;gap:32px}@media(min-width:768px){.cert-cv-body{flex-direction:row}}.cert-cv-sidebar{width:100%}@media(min-width:768px){.cert-cv-sidebar{width:33.333%}}.cert-cv-main{width:100%}@media(min-width:768px){.cert-cv-main{width:66.666%}}.cert-cv-section-title{font-size:1.125rem;font-weight:700;color:#111219;border-bottom:1px solid #d1d5db;padding-bottom:8px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.cert-cv-badge{background:#f4fbf8;border:1px solid rgba(1,171,125,.35);border-radius:12px;padding:16px;margin-bottom:24px}.cert-cv-badge img{height:20px;width:auto;margin-bottom:10px}.cert-cv-badge p{font-size:.875rem}.cert-cv-badge .title{font-weight:700;color:#111219}.cert-cv-badge .desc{font-size:.75rem;color:#212121;margin-top:4px;line-height:1.5}.cert-cv-badge .score{margin-top:8px;font-size:.75rem;font-weight:700;color:#01ab7d}.cert-cv-badge .code{margin-top:2px;font-size:.6875rem;color:#5e5e60;letter-spacing:.04em}.cert-cv-summary{font-size:.875rem;color:#212121;line-height:1.6;margin-bottom:32px}.cert-cv-skills{list-style:disc;padding-left:1.25rem;font-size:.875rem;color:#212121;display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.cert-cv-educations{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.cert-cv-educations li{display:flex;flex-direction:column;gap:2px;font-size:.875rem}.cert-cv-educations strong{color:#111219}.cert-cv-educations span{color:#212121;font-size:.8125rem}.cert-cv-educations .period{color:#5e5e60;font-size:.75rem}.cert-cv-experiences{list-style:none;display:flex;flex-direction:column;gap:20px;margin-bottom:8px}.cert-cv-exp-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.cert-cv-exp-head strong{font-size:.9375rem;color:#111219}.cert-cv-exp-head .period{font-size:.75rem;color:#5e5e60;white-space:nowrap}.cert-cv-experiences .company{display:block;font-size:.8125rem;font-weight:600;color:#01573d;margin:2px 0 6px}.cert-cv-experiences p{font-size:.8125rem;color:#212121;line-height:1.55}.cert-cv-footer-note{font-size:.75rem;color:#9ca3af;font-style:italic;text-align:center;border-top:1px solid #e5e7eb;padding-top:16px;margin-top:48px}@media print{body *{visibility:hidden}.cert-container,.cert-card,.cert-resume,.cert-resume-preview-wrap{position:static!important;display:block!important;overflow:visible!important;background:none!important;box-shadow:none!important}.cert-resume-form,.cert-no-print{display:none!important}.cert-cv-preview,.cert-cv-preview *{visibility:visible}.cert-cv-preview{position:absolute;left:0;top:0;width:100%;margin:0;padding:0;box-shadow:none;border:none}}.cert-trails-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1250;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.cert-trails-modal{position:relative;width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;background:#fff;border-radius:20px;box-shadow:0 24px 64px #00000038}.cert-trails-close{position:absolute;top:16px;right:16px;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:50%;background:#fffffff2;color:#111827;cursor:pointer;box-shadow:0 2px 8px #0000001f}.cert-trails-close svg{width:16px;height:16px}.cert-trails-header{position:relative;padding:28px 28px 24px;background:linear-gradient(135deg,#01ab7d,#019470);color:#fff;border-radius:20px 20px 0 0;overflow:hidden}.cert-trails-header-deco{position:absolute;top:20px;right:56px;width:120px;height:120px;opacity:.15}.cert-trails-header-deco svg{width:100%;height:100%}.cert-trails-expert-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;margin-bottom:14px;border-radius:999px;background:#ffffff2e;font-size:.6875rem;font-weight:700;letter-spacing:.06em}.cert-trails-expert-badge svg{width:12px;height:12px}.cert-trails-header h2{font-size:1.625rem;font-weight:800;line-height:1.25;margin-bottom:10px;max-width:480px}.cert-trails-header p{font-size:.9375rem;line-height:1.5;color:#ffffffeb;margin-bottom:16px;max-width:500px}.cert-trails-hours-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fff;color:#065f46;font-size:.8125rem;font-weight:600}.cert-trails-hours-badge svg{width:16px;height:16px;color:var(--green)}.cert-trails-body{padding:24px 28px 0}.cert-trails-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cert-trails-section-head span:first-child{font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:#9ca3af}.cert-trails-section-head span:last-child{font-size:.8125rem;font-weight:600;color:var(--green-dark)}.cert-trails-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cert-trails-card{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.cert-trails-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px #0000000f;transform:translateY(-1px)}.cert-trails-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;flex-shrink:0}.cert-trails-card-icon svg{width:20px;height:20px}.cert-trails-card-copy{flex:1;min-width:0}.cert-trails-card-copy h3{font-size:.9375rem;font-weight:700;color:#111827;line-height:1.3;margin-bottom:2px}.cert-trails-card-copy p{font-size:.75rem;line-height:1.4;color:#9ca3af}.cert-trails-card-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d1d5db}.cert-trails-card-arrow svg{width:18px;height:18px}.cert-trails-card.theme-green .cert-trails-card-icon{background:#f4fbf8;color:#059669}.cert-trails-card.theme-purple .cert-trails-card-icon{background:#f5f3ff;color:#7c3aed}.cert-trails-card.theme-blue .cert-trails-card-icon{background:#eff6ff;color:#2563eb}.cert-trails-card.theme-orange .cert-trails-card-icon{background:#fff7ed;color:#ea580c}.cert-trails-card.theme-pink .cert-trails-card-icon{background:#fdf2f8;color:#db2777}.cert-trails-card.theme-red .cert-trails-card-icon{background:#fef2f2;color:#dc2626}.cert-trails-footer{display:flex;justify-content:flex-end;padding:20px 28px 24px}.cert-trails-skip{padding:12px 20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.cert-trails-skip:hover{background:#f9fafb;border-color:#d1d5db}@media(max-width:640px){.cert-trails-overlay{padding:12px}.cert-trails-header{padding:24px 20px 20px}.cert-trails-header h2{font-size:1.375rem}.cert-trails-body{padding:20px 20px 0}.cert-trails-grid{grid-template-columns:1fr}.cert-trails-benefits{flex-direction:column;gap:12px}.cert-trails-footer{padding:16px 20px 20px}.cert-trails-skip{width:100%;text-align:center}}.profile-wizard-exit-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-wizard-exit-modal{width:min(440px,100%);background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #00000038}.profile-wizard-exit-header{display:flex;gap:16px;padding:24px;background:linear-gradient(135deg,#0f3d34,#1a6b5c);color:#fff}.profile-wizard-exit-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;border-radius:14px;background:#ffffff24}.profile-wizard-exit-icon svg{width:26px;height:26px}.profile-wizard-exit-step{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffffb8;margin-bottom:6px}.profile-wizard-exit-header h2{font-size:1.125rem;font-weight:700;margin-bottom:8px}.profile-wizard-exit-header p{font-size:.875rem;line-height:1.55;color:#ffffffe0}.profile-wizard-exit-header strong{color:#fff}.profile-wizard-exit-body{display:flex;flex-direction:column;gap:10px;padding:20px 24px 24px}.profile-wizard-exit-primary,.profile-wizard-exit-secondary{width:100%;border-radius:999px;padding:12px 20px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.profile-wizard-exit-primary{border:none;background:var(--green);color:var(--white);box-shadow:0 4px 12px #1a6b5c40}.profile-wizard-exit-primary:hover{background:var(--green-dark)}.profile-wizard-exit-secondary{background:var(--white);color:var(--text-dark);border:1px solid var(--border)}.profile-wizard-exit-secondary:hover{border-color:#d1d5db}.profile-wizard-exit-ghost{border:none;background:transparent;color:var(--text-muted);font-size:.875rem;font-weight:500;padding:8px;cursor:pointer}.profile-wizard-exit-ghost:hover{color:var(--text-dark)}.profile-wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;overflow-y:auto;padding:24px 16px 40px;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-wizard-shell{width:min(760px,100%);margin:0 auto}.profile-wizard-cancel-top{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;border:none;background:transparent;color:var(--green-dark);font-size:.875rem;font-weight:600;cursor:pointer}.profile-wizard-cancel-top svg{width:16px;height:16px}.profile-wizard-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 24px 64px #0000002e}.profile-wizard-header{padding:28px 32px 24px;background:linear-gradient(180deg,#0f3d34,#0a2e28);color:#fff}.profile-wizard-header-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.profile-wizard-step-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#ffffff1f;font-size:.75rem;font-weight:600}.profile-wizard-profile-name{font-size:.8125rem;color:#ffffffbf}.profile-wizard-header h2{font-size:1.5rem;font-weight:700;margin-bottom:8px}.profile-wizard-header p{font-size:.9375rem;color:#fffc;margin-bottom:20px}.profile-wizard-progress{height:6px;border-radius:999px;background:#ffffff26;margin-bottom:20px;overflow:hidden}.profile-wizard-progress-fill{height:100%;border-radius:999px;background:var(--green);transition:width .3s ease}.profile-wizard-steps{display:flex;flex-wrap:wrap;gap:8px}.profile-wizard-step-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#ffffffbf;font-size:.75rem;font-weight:600}.profile-wizard-step-pill svg{width:14px;height:14px;flex-shrink:0}.profile-wizard-step-pill.active{background:#fff;color:#0a2e28;border-color:#fff}.profile-wizard-step-pill.done{background:#00b89433;border-color:#00b89459;color:#b7f7e4}.profile-wizard-body{padding:28px 32px}.profile-wizard-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.profile-wizard-field label,.profile-wizard-field legend{font-size:.6875rem;font-weight:700;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase}.profile-wizard-field input,.profile-wizard-field textarea,.profile-wizard-field select{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font-size:.9375rem;color:var(--text-dark);background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.profile-wizard-field input:focus,.profile-wizard-field textarea:focus,.profile-wizard-field select:focus{border-color:var(--green);box-shadow:0 0 0 3px #00b8941f}.profile-wizard-field textarea{min-height:110px;resize:vertical;line-height:1.5}.profile-wizard-field select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:40px;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='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.profile-wizard-field select option{color:var(--text-dark);background:#fff;padding:8px}.profile-wizard-field input:disabled{background:#f3f4f6;color:var(--text-muted);cursor:not-allowed}.profile-wizard-required{color:#e0245e;margin-left:3px;font-weight:700}.profile-wizard-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;border:none;padding:0}.profile-wizard-type-option{position:relative;display:flex;align-items:flex-start;gap:10px;padding:14px;border:1.5px solid var(--border);border-radius:14px;cursor:pointer;transition:border-color .15s,background .15s}.profile-wizard-type-option input{position:absolute;opacity:0;pointer-events:none}.profile-wizard-type-option span{display:block;width:18px;height:18px;margin-top:2px;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0}.profile-wizard-type-option strong{font-size:.875rem;line-height:1.4}.profile-wizard-type-option.selected{border-color:var(--green);background:var(--green-light)}.profile-wizard-type-option.selected span{border-color:var(--green);background:var(--green);box-shadow:inset 0 0 0 3px #fff}.profile-wizard-check-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;margin-bottom:20px;cursor:pointer}.profile-wizard-check-card input{width:18px;height:18px;accent-color:var(--green)}.profile-wizard-entry-card{padding:20px;border:1px solid var(--border);border-radius:14px;margin-bottom:16px;background:#fafafa}.profile-wizard-entry-card h3{font-size:.875rem;font-weight:700;margin-bottom:16px;color:var(--text-dark)}.profile-wizard-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.profile-wizard-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.profile-wizard-toggle-row small{display:block;margin-top:4px;color:var(--text-muted);font-size:.75rem}.profile-wizard-switch{position:relative;width:44px;height:24px;flex-shrink:0}.profile-wizard-switch input{opacity:0;width:0;height:0}.profile-wizard-switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#d1d5db;cursor:pointer;transition:background .2s}.profile-wizard-switch span:before{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}.profile-wizard-switch input:checked+span{background:var(--green)}.profile-wizard-switch input:checked+span:before{transform:translate(20px)}.profile-wizard-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border:2px dashed #d1d5db;border-radius:12px;background:transparent;color:var(--text-muted);font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s}.profile-wizard-add-btn:hover{border-color:var(--green);color:var(--green-dark)}.profile-wizard-info-box{display:flex;gap:12px;padding:14px 16px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;margin-top:20px;font-size:.875rem;color:#9a3412;line-height:1.5}.profile-wizard-info-box.green{background:var(--green-light);border-color:#a7f3d0;color:#065f46}.profile-wizard-skills-counter{font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:16px}.profile-wizard-skill-input-row{display:flex;gap:10px;margin-bottom:16px}.profile-wizard-skill-input-row input{flex:1;padding:12px 14px;border:1px solid var(--border);border-radius:12px;font-size:.9375rem}.profile-wizard-skill-add{padding:0 18px;border:none;border-radius:12px;background:var(--green);color:#fff;font-weight:600;cursor:pointer}.profile-wizard-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.profile-wizard-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:1.5px solid var(--green);background:var(--green-light);color:var(--green-dark);font-size:.8125rem;font-weight:600}.profile-wizard-tag button{border:none;background:transparent;color:inherit;cursor:pointer;font-size:1rem;line-height:1}.profile-wizard-suggestions{display:flex;flex-wrap:wrap;gap:8px}.profile-wizard-suggestion{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;border:1px dashed #d1d5db;border-radius:999px;background:#fff;color:var(--text-muted);font-size:.8125rem;cursor:pointer}.profile-wizard-suggestion:hover:not(:disabled){border-color:var(--green);color:var(--green-dark)}.profile-wizard-suggestion:disabled{opacity:.45;cursor:not-allowed}.profile-wizard-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-wizard-input-icon{position:relative}.profile-wizard-input-icon svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted)}.profile-wizard-input-icon input{padding-left:38px}.profile-wizard-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 32px 28px;border-top:1px solid var(--border)}.profile-wizard-btn-back,.profile-wizard-btn-next{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.profile-wizard-btn-back{border:1px solid var(--border);background:#fff;color:var(--text-dark)}.profile-wizard-btn-back:hover{background:#f9fafb}.profile-wizard-btn-next{border:none;background:var(--green);color:#fff;margin-left:auto}.profile-wizard-btn-next:hover{background:var(--green-dark)}.profile-wizard-btn-next svg,.profile-wizard-btn-back svg{width:16px;height:16px}.profile-wizard-job-note{margin-top:16px;text-align:center;font-size:.8125rem;color:var(--text-muted)}.profile-wizard-job-note strong{color:var(--text-dark)}.profile-wizard-error{margin-bottom:16px;padding:12px 14px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.875rem}.profile-wizard-photo-block{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:20px}.profile-wizard-photo-preview{display:flex;align-items:center;justify-content:center;width:128px;height:128px;border-radius:50%;overflow:hidden;background:var(--green-light);color:var(--green-dark);font-size:2.5rem;font-weight:700;border:3px solid var(--green);box-shadow:0 8px 24px #1a6b5c26}.profile-wizard-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-wizard-photo-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.profile-wizard-photo-input{display:none}.profile-wizard-photo-btn{border-radius:999px;padding:10px 18px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.profile-wizard-photo-btn.primary{border:none;background:var(--green);color:var(--white)}.profile-wizard-photo-btn.primary:hover{background:var(--green-dark)}.profile-wizard-photo-btn.secondary{border:1px solid var(--border);background:var(--white);color:var(--text-muted)}.profile-wizard-photo-btn.secondary:hover{border-color:#d1d5db;color:var(--text-dark)}@media(max-width:720px){.profile-wizard-overlay{padding:12px 12px 28px}.profile-wizard-header,.profile-wizard-body,.profile-wizard-footer{padding-left:20px;padding-right:20px}.profile-wizard-type-grid,.profile-wizard-grid-2,.profile-wizard-contact-grid{grid-template-columns:1fr}.profile-wizard-steps{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.profile-wizard-footer{flex-direction:column}.profile-wizard-btn-next{width:100%;justify-content:center;margin-left:0}.profile-wizard-btn-back{width:100%;justify-content:center}}.job-filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#11182773;display:flex;justify-content:flex-end}.job-filters-drawer{width:min(420px,100vw);height:100%;background:var(--white);display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000001f;animation:job-filters-slide-in .22s ease-out}@keyframes job-filters-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.job-filters-header{position:relative;padding:28px 24px 20px;border-bottom:1px solid var(--border)}.job-filters-close{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:50%;transition:background .15s,color .15s}.job-filters-close:hover{background:var(--bg);color:var(--text-dark)}.job-filters-close svg{width:18px;height:18px}.job-filters-header h2{padding-right:36px;font-size:1.5rem;font-weight:700;margin-bottom:8px}.job-filters-header p{font-size:.9375rem;color:var(--text-muted);line-height:1.5}.job-filters-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:28px}.job-filters-group{display:flex;flex-direction:column;gap:12px}.job-filters-label{font-size:.75rem;font-weight:600;letter-spacing:.04em;color:var(--text-muted)}.job-filters-chips{display:flex;flex-wrap:wrap;gap:10px}.job-filters-chip{border:1px solid var(--border);background:var(--white);color:var(--text-dark);border-radius:999px;padding:8px 16px;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.job-filters-chip:hover{border-color:var(--green);color:var(--green-dark)}.job-filters-chip.active{border-color:var(--green);color:var(--green-dark);background:var(--green-light)}.job-filters-salary-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.job-filters-salary-values{font-size:.875rem;font-weight:600;color:var(--green-dark);white-space:nowrap}.job-filters-range{position:relative;height:28px;margin-top:4px}.job-filters-range:before{content:"";position:absolute;top:50%;left:0;right:0;height:4px;transform:translateY(-50%);background:var(--border);border-radius:999px}.job-filters-range-track{position:absolute;top:50%;height:4px;transform:translateY(-50%);background:var(--green);border-radius:999px;z-index:1}.job-filters-range-input{position:absolute;top:0;left:0;width:100%;height:28px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:2}.job-filters-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--white);border:2px solid var(--green);box-shadow:0 1px 4px #00000026;cursor:pointer;pointer-events:auto}.job-filters-range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--white);border:2px solid var(--green);box-shadow:0 1px 4px #00000026;cursor:pointer;pointer-events:auto}.job-filters-range-input::-webkit-slider-runnable-track{background:transparent}.job-filters-range-input::-moz-range-track{background:transparent;border:none}.job-filters-range-max{z-index:3}.job-filters-range-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.job-filters-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid var(--border)}.job-filters-clear,.job-filters-apply{border-radius:999px;padding:12px 20px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.job-filters-clear{flex:1;background:var(--white);color:var(--text-dark);border:1px solid var(--border)}.job-filters-clear:hover{border-color:#d1d5db;background:var(--bg)}.job-filters-apply{flex:1.4;background:var(--green);color:var(--white);border:1px solid var(--green)}.job-filters-apply:hover{background:var(--green-dark);border-color:var(--green-dark)}@media(max-width:480px){.job-filters-drawer{width:100vw}.job-filters-footer{flex-direction:column}.job-filters-apply,.job-filters-clear{flex:none;width:100%}}.dashboard-content{max-width:1200px;margin:0 auto;padding:40px 24px 48px}.dashboard-header h1{font-size:2rem;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.dashboard-header p{font-size:.9375rem;color:var(--text-muted);margin-bottom:28px}.dashboard-tabs{display:flex;gap:28px;border-bottom:1px solid var(--border);margin-bottom:24px}.dashboard-tabs button{position:relative;display:inline-flex;align-items:center;gap:8px;background:none;border:none;padding:0 0 14px;font-size:.9375rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .15s}.dashboard-tabs button:hover{color:var(--text-dark)}.dashboard-tabs button.active{color:var(--text-dark);font-weight:600}.dashboard-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--green);border-radius:2px 2px 0 0}.dashboard-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--green-light);color:var(--green-dark);font-size:.75rem;font-weight:700;border-radius:999px}.dashboard-applications{display:flex;flex-direction:column;gap:28px}.dashboard-section{display:flex;flex-direction:column;gap:12px}.dashboard-section-title{font-size:.875rem;font-weight:700;color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase}.application-favorite-note{margin-top:10px;font-size:.8125rem;font-weight:500;color:var(--green-dark);background:var(--green-light);border:1px solid var(--green-tag);border-radius:8px;padding:8px 12px;line-height:1.5}.application-status-favorite{color:#ef4444}.application-card-favorite{border-color:#fecaca}.application-card-buttons{display:flex;align-items:center;gap:8px}.application-card-buttons .job-favorite-btn{width:36px;height:36px}.application-apply-btn{padding:8px 16px;font-size:.8125rem}.dashboard-applications .dashboard-applications{gap:12px}.application-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow)}.application-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--green-light);color:var(--green-dark);font-size:.875rem;font-weight:700;border-radius:10px;flex-shrink:0}.application-card-info h3{font-size:1rem;font-weight:700;margin-bottom:8px}.application-card-meta{display:flex;flex-wrap:wrap;gap:16px}.application-card-meta span{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:var(--text-muted)}.application-card-meta svg{width:14px;height:14px;color:var(--text-light)}.dashboard-section-sent{gap:0}.dashboard-sent-list{display:flex;flex-direction:column;gap:12px}.application-card-sent{box-shadow:none}.application-card-actions-sent{flex-direction:row;align-items:center;gap:16px}.application-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.application-status{font-size:.875rem;font-weight:600;color:var(--green)}.application-view-jobs{display:inline-flex;align-items:center;gap:4px;background:var(--white);border:1px solid var(--border);border-radius:999px;padding:8px 14px;font-size:.8125rem;font-weight:500;color:var(--text-dark);text-decoration:none;transition:border-color .15s,background .15s}.application-view-jobs:hover{border-color:#d1d5db;background:var(--bg)}.application-view-jobs svg{width:14px;height:14px}.dashboard-jobs-panel{display:flex;flex-direction:column;gap:24px}.dashboard-search-box{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;box-shadow:var(--shadow)}.dashboard-search-box.search-box{gap:16px}.dashboard-empty-inline{margin-top:0}.dashboard-jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dashboard-empty{text-align:center;padding:48px 24px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}.dashboard-empty p{color:var(--text-muted);margin-bottom:16px}.dashboard-empty button{background:var(--green);color:var(--white);border:none;border-radius:10px;padding:12px 20px;font-size:.875rem;font-weight:600;cursor:pointer}.dashboard-welcome{display:none}@media(max-width:900px){.dashboard-jobs-grid{grid-template-columns:repeat(2,1fr)}.application-card{grid-template-columns:auto 1fr;gap:16px}.application-card-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.application-card-buttons{width:100%;justify-content:flex-end}}@media(max-width:600px){.dashboard-content{padding:28px 16px 40px}.dashboard-header h1{font-size:1.625rem}.dashboard-tabs{gap:20px;overflow-x:auto}.dashboard-jobs-grid{grid-template-columns:1fr}.application-card{padding:16px}.application-card-meta{flex-direction:column;gap:8px}}.profile-cert-promo{padding:0;border:1px solid #fde8d8;border-radius:var(--radius);background:radial-gradient(ellipse 80% 120% at 0% 0%,rgba(255,237,213,.85) 0%,transparent 58%),radial-gradient(ellipse 70% 100% at 100% 100%,rgba(255,237,213,.65) 0%,transparent 52%),linear-gradient(135deg,#fffaf7,#fff 48%,#fff9f5);overflow:hidden}.profile-cert-promo-main{display:flex;align-items:center;gap:20px;padding:24px;background:transparent}.profile-cert-promo-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--orange);color:var(--white);border-radius:12px;flex-shrink:0}.profile-cert-promo-icon svg{width:24px;height:24px}.profile-cert-promo-content{flex:1;min-width:0}.profile-cert-promo-content h2{font-size:1.0625rem;font-weight:700;line-height:1.4;margin-bottom:8px;color:var(--text-dark)}.profile-cert-promo-content p{font-size:.875rem;line-height:1.55;color:var(--text-muted)}.profile-cert-promo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:12px 20px;border:1px solid var(--orange);border-radius:999px;background:var(--white);color:var(--orange);font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.profile-cert-promo-btn svg{width:16px;height:16px}.profile-cert-promo-btn:hover{background:var(--orange-light)}.profile-cert-promo-footer{display:flex;align-items:flex-start;gap:10px;padding:14px 24px;border-top:1px solid #f3e8e0;background:transparent}.profile-cert-promo-footer-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:var(--green);margin-top:1px}.profile-cert-promo-footer-icon svg{width:18px;height:18px}.profile-cert-promo-footer p{font-size:.8125rem;line-height:1.5;color:var(--text-muted)}.profile-cert-promo-footer strong{color:var(--text-dark)}@media(max-width:900px){.profile-cert-promo-main{flex-direction:column;align-items:stretch;text-align:center;padding:20px 16px}.profile-cert-promo-icon{margin:0 auto}.profile-cert-promo-btn{width:100%}.profile-cert-promo-footer{padding:14px 16px}}.profile-content{max-width:920px;margin:0 auto;padding:24px 24px 48px;display:flex;flex-direction:column;gap:16px}.profile-complete-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:var(--white);border:1px solid var(--green);border-radius:var(--radius);box-shadow:0 1px 3px #0000000a}.profile-complete-banner strong{display:block;font-size:.9375rem;margin-bottom:4px}.profile-complete-banner p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.profile-complete-btn{flex-shrink:0;border:none;border-radius:999px;padding:10px 18px;background:var(--green);color:var(--white);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.profile-complete-btn:hover{background:var(--green-dark)}.profile-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:visible}.profile-hero{overflow:hidden}.profile-cover{height:110px;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.14) 0,transparent 45%),radial-gradient(circle at 15% 80%,rgba(255,255,255,.08) 0,transparent 40%),linear-gradient(120deg,#01573d,#01ab7d)}.profile-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--white);border:1px solid var(--border);border-radius:50%;color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s}.profile-icon-btn:hover{border-color:var(--green);color:var(--green)}.profile-icon-btn svg{width:16px;height:16px}.profile-hero-inner{display:flex;flex-direction:column;gap:20px;padding:0 28px 28px}.profile-hero-top{display:flex;align-items:flex-start;gap:24px}.profile-hero-top .profile-avatar{margin-top:-58px}.profile-hero-actions,.profile-hero-top .profile-identity{padding-top:16px}.profile-hero-actions{display:flex;justify-content:flex-end;margin-left:auto;flex-shrink:0}.profile-pdf-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--border);border-radius:10px;background:var(--white);color:var(--text-dark);font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .15s,color .15s,background .15s,box-shadow .15s}.profile-pdf-btn:hover:not(:disabled){border-color:var(--green);color:var(--green-dark);background:#f0fdf4;box-shadow:0 2px 8px #05966914}.profile-pdf-btn:disabled{opacity:.7;cursor:wait}.profile-pdf-btn svg{width:18px;height:18px;flex-shrink:0}.profile-pdf-btn-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#f4fbf8,#f5f3ff);color:#7c3aed;flex-shrink:0}.profile-pdf-btn-icon svg{width:16px;height:16px}.profile-pdf-btn:hover:not(:disabled) .profile-pdf-btn-icon{background:linear-gradient(135deg,#e6f6f1,#ede9fe);color:#6d28d9}.profile-avatar{position:relative;display:flex;align-items:center;justify-content:center;width:130px;height:130px;background:var(--green);color:var(--white);font-size:1.75rem;font-weight:700;border-radius:50%;border:4px solid var(--white);box-shadow:0 4px 16px #0000001f;flex-shrink:0;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar-edit{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0006;color:var(--white);border:1px solid rgba(255,255,255,.55);cursor:pointer;opacity:.6;transition:opacity .15s ease,background .15s ease}.profile-avatar-edit:hover{opacity:1;background:#0009}.profile-avatar-edit svg{width:14px;height:14px}.profile-identity{flex:1;min-width:0;padding-top:4px}.profile-name-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.profile-name-row h1{font-size:1.625rem;font-weight:700;letter-spacing:-.4px}.profile-verified svg{width:20px;height:20px;color:var(--green)}.profile-headline{font-size:.9375rem;color:var(--text-muted);line-height:1.55;margin-bottom:8px}.profile-location{font-size:.875rem;color:var(--text-muted)}.profile-location a,.profile-contact-link{color:var(--green-dark);text-decoration:none;font-weight:500}.profile-contact-link{background:none;border:none;padding:0;font:inherit;cursor:pointer}.profile-location a:hover,.profile-contact-link:hover{text-decoration:underline}.profile-share-tag{margin-top:16px;max-width:520px}.profile-share-tag label{display:block;margin-bottom:8px;font-size:.8125rem;font-weight:600;color:#475569}.profile-share-tag-input-row{display:flex;align-items:stretch;border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;background:#fff}.profile-share-tag-input-row.has-error{border-color:#e94f0e}.profile-share-tag-prefix{display:inline-flex;align-items:center;padding:0 12px;background:#f8fafc;border-right:1px solid #e2e8f0;color:#64748b;font-size:.875rem;white-space:nowrap}.profile-share-tag-input-row input{flex:1;min-width:0;padding:10px 12px;border:none;outline:none;font-size:.9375rem;color:#0f172a;background:transparent}.profile-share-tag-input-row input::placeholder{color:#94a3b8}.profile-share-tag-hint{margin:8px 0 0;font-size:.8125rem;color:#64748b;line-height:1.4}.profile-share-tag-hint a{color:#2563eb;text-decoration:none;word-break:break-all}.profile-share-tag-hint a:hover{text-decoration:underline}.profile-share-tag-error{margin:8px 0 0;font-size:.8125rem;color:#ea580c}.profile-public-tag{margin-top:12px;font-size:.875rem}.profile-public-tag a{color:#2563eb;font-weight:600;text-decoration:none}.profile-public-tag a:hover{text-decoration:underline}.profile-dot{margin:0 6px}.profile-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding-left:128px}.profile-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:9px 20px;min-height:36px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s,border-color .15s,color .15s;white-space:nowrap}.profile-btn-primary{background:var(--green);color:var(--white);border:1px solid var(--green)}.profile-btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.profile-btn-outline{background:var(--white);color:var(--green-dark);border:1px solid var(--green)}.profile-btn-outline:hover{background:var(--green-light)}.profile-btn-muted{background:var(--white);color:var(--text-dark);border:1px solid var(--border)}.profile-btn-muted:hover{border-color:#d1d5db;background:var(--bg)}.profile-affiliations{padding-top:56px;display:flex;flex-direction:column;gap:12px}.profile-affiliation-item{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:500;color:var(--text-dark)}.profile-affiliation-logo{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;font-size:.6875rem;font-weight:700;flex-shrink:0}.profile-affiliation-logo-jusfy{background:var(--green-light);color:var(--green-dark);font-size:1rem}.profile-affiliation-logo-mit{background:#7f1d1d;color:var(--white)}.profile-open-to-work{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 24px 24px;padding:16px 20px;background:var(--green-light);border:1px solid var(--green-tag);border-radius:var(--radius-sm)}.profile-open-to-work strong{display:block;font-size:.9375rem;margin-bottom:4px}.profile-open-to-work p{font-size:.875rem;color:var(--text-muted);margin-bottom:6px}.profile-open-to-work a{font-size:.875rem;font-weight:600;color:var(--green-dark);text-decoration:none}.profile-open-to-work a:hover{text-decoration:underline}.profile-section{padding:24px}.profile-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.profile-section-header h2{font-size:1.25rem;font-weight:700}.profile-section-actions{display:flex;gap:4px}.profile-about-text{font-size:.9375rem;line-height:1.6;color:var(--text-dark);margin-bottom:16px;white-space:pre-line}.profile-empty-text{font-size:.875rem;color:var(--text-muted);line-height:1.5}.profile-empty-text-padded{padding:8px 24px 24px}.profile-read-more{background:none;border:none;color:var(--text-muted);font-size:inherit;cursor:pointer;padding:0;margin-left:4px}.profile-read-more:hover{color:var(--green-dark);text-decoration:underline}.profile-skills-box{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s,background .15s}.profile-skills-box:hover{border-color:var(--green);background:var(--green-light)}.profile-skills-box>svg:first-child{width:18px;height:18px;color:var(--green);flex-shrink:0}.profile-skills-content{flex:1;display:flex;flex-direction:column;gap:2px}.profile-skills-content strong{font-size:.875rem}.profile-skills-content span{font-size:.8125rem;color:var(--text-muted)}.profile-skills-arrow{width:16px;height:16px;color:var(--text-light);flex-shrink:0}.profile-experience-list{display:flex;flex-direction:column;gap:28px}.profile-experience-group{padding-bottom:28px;border-bottom:1px solid var(--border)}.profile-experience-group:last-child{padding-bottom:0;border-bottom:none}.profile-experience-company-row{display:flex;gap:12px;margin-bottom:16px}.profile-company-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:.875rem;font-weight:700;color:var(--text-muted);flex-shrink:0}.profile-experience-company-row h3{font-size:1rem;font-weight:700;margin-bottom:2px}.profile-experience-duration{font-size:.8125rem;color:var(--text-muted)}.profile-roles{display:flex;flex-direction:column;gap:20px;padding-left:60px}.profile-role{display:flex;gap:12px}.profile-roles-timeline .profile-role{position:relative}.profile-role-timeline{display:flex;flex-direction:column;align-items:center;width:16px;flex-shrink:0;padding-top:6px}.profile-role-dot{width:10px;height:10px;border-radius:50%;background:var(--border);border:2px solid var(--white);flex-shrink:0}.profile-role-dot.active{background:var(--green)}.profile-role-line{flex:1;width:2px;background:var(--border);margin-top:4px;min-height:40px}.profile-role-content{flex:1;min-width:0}.profile-role-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.profile-role-content h4{font-size:.9375rem;font-weight:700}.profile-role-current-pill{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#f4fbf8;color:#01573d;font-size:.6875rem;font-weight:700;letter-spacing:.03em}.profile-role-meta{font-size:.8125rem;color:var(--text-muted);margin-bottom:2px}.profile-role-description{font-size:.875rem;color:var(--text-dark);line-height:1.5;margin-top:8px}.profile-role-media{display:flex;gap:8px;margin-top:12px}.profile-media-thumb{display:flex;align-items:center;justify-content:center;width:80px;height:56px;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:.6875rem;color:var(--text-muted);text-align:center;padding:4px}.profile-role-skills{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:.8125rem;color:var(--text-muted)}.profile-role-skills svg{width:14px;height:14px;color:var(--green);flex-shrink:0}.profile-section-list{padding:0}.profile-section-list .profile-section-header{padding:24px 24px 0;margin-bottom:0}.profile-cert-list{display:flex;flex-direction:column}.profile-cert-list .profile-cert-item:last-child{border-bottom:none}.profile-cert-item{display:flex;gap:12px;padding:20px 24px;border-bottom:1px solid var(--border)}.profile-cert-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:4px;font-size:1.25rem;font-weight:700;flex-shrink:0}.profile-cert-logo-alura{background:#101010;color:var(--white)}.profile-cert-logo-puc{background:#1e3a5f;color:var(--white);font-size:.75rem}.profile-cert-logo-epm{background:#7f1d1d;color:var(--white);font-size:.75rem}.profile-cert-logo-ibdpp{background:#374151;color:var(--white);font-size:.625rem}.profile-cert-logo-oab{background:#b45309;color:var(--white);font-size:.75rem}.profile-cert-logo-jusfy{background:#059669;color:var(--white);font-size:.75rem}.profile-section-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.profile-jusfy-expert-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#f4fbf8;color:#047857;font-size:.6875rem;font-weight:700;letter-spacing:.04em}.profile-jusfy-expert-badge svg{width:12px;height:12px}.profile-cert-item-jusfy{margin:0 16px 12px;padding:16px;border:1px solid #a7f3d0;border-radius:12px;background:#f0fdf4}.profile-cert-item-jusfy+.profile-cert-item-jusfy{margin-top:0}.profile-cert-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.profile-cert-title-row h3{margin-bottom:0}.profile-cert-expert-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;background:#059669;color:#fff;font-size:.625rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.profile-cert-expert-pill svg{width:11px;height:11px}.profile-cert-content{flex:1;min-width:0}.profile-cert-content h3{font-size:.9375rem;font-weight:700;margin-bottom:4px}.profile-cert-issuer{font-size:.875rem;color:var(--text-dark);margin-bottom:4px}.profile-cert-dates{font-size:.8125rem;color:var(--text-muted);margin-bottom:12px}.profile-credential-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border:1px solid var(--text-muted);border-radius:999px;font-size:.875rem;font-weight:600;color:var(--text-muted);text-decoration:none;transition:border-color .15s,color .15s,background .15s}.profile-credential-btn:hover{border-color:var(--green);color:var(--green-dark);background:var(--green-light)}.profile-credential-btn svg{width:14px;height:14px}.profile-skill-chips{display:flex;flex-wrap:wrap;gap:10px;padding:4px 24px 24px}.profile-skill-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#f4fbf8;border:1px solid rgba(1,171,125,.25);color:#01573d;font-size:.875rem;font-weight:600}.profile-skill-chip svg{width:14px;height:14px;color:var(--green);flex-shrink:0}.profile-back{padding:8px 0}.profile-back a{font-size:.875rem;font-weight:500;color:var(--green-dark);text-decoration:none}.profile-back a:hover{text-decoration:underline}@media(max-width:768px){.profile-content{padding:16px 16px 40px}.profile-hero-inner{padding:0 16px 20px;gap:16px}.profile-cover{height:84px}.profile-hero-top{flex-direction:column;align-items:center;text-align:center;gap:16px}.profile-avatar{width:96px;height:96px;font-size:1.5rem}.profile-hero-top .profile-avatar{margin-top:-44px}.profile-identity{width:100%;padding-top:0}.profile-hero-actions{width:100%;margin-left:0;justify-content:center}.profile-pdf-btn{width:100%;justify-content:center}.profile-name-row{justify-content:center}.profile-actions{justify-content:center;padding-left:0}.profile-roles{padding-left:0}.profile-section{padding:20px 16px}.profile-section-list .profile-section-header{padding:20px 16px 0}.profile-cert-item{padding:16px}.profile-skill-chips{padding:4px 16px 20px}.profile-complete-banner{flex-direction:column;align-items:stretch;text-align:center}.profile-complete-btn{width:100%}}.profile-public-url{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding:18px 20px;border:1px solid #dbeafe;border-radius:14px;background:#eff6ff}.profile-public-url strong{display:block;margin-bottom:4px;color:#1e3a8a}.profile-public-url p{margin:0;font-size:.875rem;color:#475569}.profile-public-url-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.profile-public-url code{padding:8px 12px;border-radius:8px;background:#fff;border:1px solid #cbd5e1;font-size:.8125rem;color:#0f172a}.profile-public-url-link{display:inline-flex;align-items:center;padding:8px 14px;border-radius:8px;background:#2563eb;color:#fff;font-size:.875rem;font-weight:600;text-decoration:none}.profile-public-url-link:hover{background:#1d4ed8}.profile-owner-public-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;padding:14px 18px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.profile-owner-public-banner p{margin:0;color:#475569;font-size:.9375rem}.profile-owner-public-banner a{font-weight:600;color:#2563eb;text-decoration:none}.profile-owner-public-banner a:hover{text-decoration:underline}.profile-not-found{text-align:center;padding:48px 24px}.profile-not-found h1{margin-bottom:12px;font-size:1.5rem}.profile-not-found p{margin-bottom:20px;color:#64748b}.profile-not-found-link{display:inline-flex;padding:10px 18px;border-radius:10px;background:#01ab7d;color:#fff;font-weight:600;text-decoration:none}.profile-not-found-link:hover{background:#019470}.verify-cert-page{min-height:100vh;display:flex;flex-direction:column}.verify-cert-main{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 20px 64px}.verify-cert-card{width:min(560px,100%);padding:36px 32px;border-radius:20px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 16px 48px #0f172a14;text-align:center}.verify-cert-card.valid{border-color:#a7f3d0}.verify-cert-card.invalid{border-color:#fecaca}.verify-cert-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:16px;border-radius:50%}.verify-cert-card.valid .verify-cert-icon{background:#f4fbf8;color:#059669}.verify-cert-card.invalid .verify-cert-icon{background:#fef2f2;color:#dc2626}.verify-cert-icon svg{width:32px;height:32px}.verify-cert-badge{display:inline-block;margin-bottom:12px;padding:5px 12px;border-radius:999px;background:#f4fbf8;color:#047857;font-size:.6875rem;font-weight:700;letter-spacing:.06em}.verify-cert-card h1{font-size:1.5rem;font-weight:800;color:#111827;margin-bottom:8px}.verify-cert-subtitle{font-size:.9375rem;line-height:1.6;color:#6b7280;margin-bottom:24px}.verify-cert-details{display:grid;gap:14px;text-align:left;margin-top:8px}.verify-cert-details div{display:grid;gap:4px;padding:12px 14px;border-radius:12px;background:#f9fafb;border:1px solid #f3f4f6}.verify-cert-details dt{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af}.verify-cert-details dd{font-size:.9375rem;font-weight:600;color:#111827}.verify-cert-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.04em}
