:root{--lp-navy: #152c52;--lp-navy-dark: #0f1f38;--lp-blue: #2f7bff;--lp-blue-soft: #e8f1ff;--lp-text: #0f172a;--lp-text-muted: #64748b;--lp-border: #e2e8f0;--lp-bg: #ffffff;--lp-bg-soft: #f8fafc;--lp-shadow: 0 18px 50px rgba(15, 31, 56, .08);--lp-shadow-sm: 0 8px 24px rgba(15, 31, 56, .06);--lp-radius-lg: 24px;--lp-radius-md: 14px;--lp-radius-pill: 999px;--lp-max: 1420px;--lp-space-section: clamp(3.5rem, 6vw, 5.5rem);--lp-gutter: clamp(1rem, 2.5vw, 2.5rem)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.lp-root{min-height:100vh;background:var(--lp-bg)}.lp-container{max-width:var(--lp-max);margin:0 auto;padding:0 var(--lp-gutter, clamp(.5rem, 1.8vw, 1rem))}.lp-pill-btn{cursor:pointer;border:none;border-radius:var(--lp-radius-pill);padding:.65rem 1.35rem;font-size:.95rem;font-weight:700;line-height:1.2;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease,border-color .15s ease}.lp-pill-btn:active{transform:translateY(1px)}.lp-pill-btn--primary{background:var(--lp-navy);color:#fff;box-shadow:var(--lp-shadow-sm)}.lp-pill-btn--primary:hover{background:#1a3a6a}.lp-pill-btn--outline{background:#fff;color:var(--lp-blue);border:1px solid rgba(47,123,255,.35);box-shadow:none}.lp-pill-btn--outline:hover{border-color:var(--lp-blue);background:#2f7bff0f}.lp-ghost-link{cursor:pointer;color:var(--lp-text);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .15s ease}.lp-ghost-link:hover{color:var(--lp-blue)}.lp-section-heading{text-align:center;max-width:760px;margin:0 auto 2.75rem}.lp-section-heading--left{text-align:left;margin-left:0}.lp-section-heading__eyebrow{margin:0 0 .5rem;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-blue)}.lp-section-heading__title{margin:0 0 .85rem;font-size:clamp(1.85rem,3.2vw,2.65rem);font-weight:700;line-height:1.15;color:var(--lp-text)}.lp-section-heading__subtitle{margin:0;font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.65;color:var(--lp-text-muted);font-weight:400}.lp-header{position:sticky;top:0;z-index:40;background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9)}.lp-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:76px;position:relative}.lp-header__brand{cursor:pointer;display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0;z-index:2}.lp-header__logo{height:36px;width:auto;object-fit:contain;display:block}.lp-header__nav{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:clamp(1.5rem,2.5vw,2.5rem);z-index:1}.lp-header__nav-link{cursor:pointer;color:#334155;text-decoration:none;font-size:.97rem;font-weight:500;white-space:nowrap;transition:color .15s ease;line-height:1}.lp-header__nav-link:hover{color:#1b2b5e}.lp-header__actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0;z-index:2}.lp-header__login{cursor:pointer;color:#6b7a99;text-decoration:none;font-size:1rem;font-weight:500;white-space:nowrap;transition:color .15s ease;line-height:1}.lp-header__login:hover{color:#334155}.lp-header__signup{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:.78rem 1.85rem;background:#2b2f3e;color:#fff;font-size:1.05rem;font-weight:600;line-height:1;white-space:nowrap;letter-spacing:.01em;transition:background .15s ease,transform .12s ease;box-shadow:0 2px 8px #0000002e;text-decoration:none}.lp-header__signup:hover{background:#363b4f}.lp-header__signup:active{transform:translateY(1px);box-shadow:0 1px 4px #00000026}.lp-header__menu{display:none;cursor:pointer;width:44px;height:44px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0;z-index:2}.lp-header__menu span{display:block;width:18px;height:2px;background:#334155;border-radius:2px;transition:transform .22s ease,opacity .22s ease}@media(max-width:1100px){.lp-header__nav{gap:1.25rem}.lp-header__nav-link{font-size:.9rem}}@media(max-width:960px){.lp-header__inner{flex-wrap:wrap}.lp-header__nav{position:static;transform:none;order:10;width:100%;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0 1rem;display:none;border-top:1px solid #e2e8f0}.lp-header__nav-link{padding:.65rem 0;font-size:1rem;width:100%;border-bottom:1px solid #f1f5f9}.lp-header__nav-link:last-child{border-bottom:none}.lp-header__menu{display:inline-flex}.lp-header__actions{margin-left:auto;margin-right:.5rem}.lp-header--open .lp-header__nav{display:flex}.lp-header--open .lp-header__menu span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-header--open .lp-header__menu span:nth-child(2){opacity:0}.lp-header--open .lp-header__menu span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media(max-width:480px){.lp-header__login{display:none}.lp-header__signup{padding:.65rem 1.25rem;font-size:.95rem}}@media(max-width:360px){.lp-header__logo-text{font-size:1.15rem}}.lp-hero{position:relative;background:#fff;padding:clamp(3rem,6vw,5rem) 0 clamp(3.5rem,7vw,5.5rem);overflow:hidden;text-align:center}.lp-hero__glow{position:absolute;left:50%;bottom:-60px;transform:translate(-50%);width:800px;height:320px;background:radial-gradient(ellipse 60% 55% at 50% 80%,rgba(166,220,232,.1) 0%,transparent 70%);pointer-events:none;z-index:0}.lp-hero__content{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 2rem}.lp-hero__title{margin:0 0 .75rem;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:600;line-height:1.12;color:#1a1a2e;letter-spacing:-.025em;white-space:normal}.lp-hero__accent{color:#2563eb}.lp-hero__lead{margin:0 auto 2rem;max-width:760px;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.65;color:#6b7280;font-weight:400;white-space:normal}.lp-hero__search{position:relative;display:flex;align-items:center;max-width:780px;margin:0 auto;background:#fff;border-radius:999px;border:1px solid rgba(209,213,219,.8);box-shadow:0 0 0 6px #ffffffe6,0 0 24px 8px #bde4fc8c,0 8px 32px #0000001f;overflow:hidden;height:68px;padding:0}.lp-hero__search-field{display:flex;align-items:center;gap:.65rem;padding:0 1rem 0 1.4rem;cursor:text;min-width:0;height:100%}.lp-hero__search-field:first-child{flex:1 1 0;padding-left:1.5rem}.lp-hero__search-field--location{flex:0 0 230px;padding-left:1rem}.lp-hero__field-icon{width:18px;height:18px;flex-shrink:0;color:#9ca3af;stroke-width:1.8}.lp-hero__field-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;text-align:left;align-items:flex-start}.lp-hero__field-label{font-size:.72rem;font-weight:500;color:#9ca3af;white-space:nowrap;line-height:1;cursor:text;letter-spacing:.01em;text-align:left;display:block}.lp-hero__field-input{border:none;background:transparent;outline:none;font-size:.95rem;font-weight:400;color:#9ca3af;min-width:0;width:100%;line-height:1;padding:0;caret-color:#374151}.lp-hero__field-input::placeholder{color:#9ca3af;font-weight:400}.lp-hero__field-input:focus{color:#111827}.lp-hero__field-input--dark{font-size:.98rem;font-weight:600;color:#111827}.lp-hero__field-input--dark::placeholder{color:#111827;font-weight:600}.lp-hero__divider{width:1px;height:36px;background:#e5e7eb;flex-shrink:0}.lp-hero__search-btn{cursor:pointer;flex-shrink:0;margin:8px;padding:0 2rem;height:calc(100% - 16px);background:#1b2f5e;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;white-space:nowrap;letter-spacing:.01em;transition:background .15s ease,transform .12s ease;box-shadow:inset 0 1px #ffffff14}.lp-hero__search-btn:hover{background:#162650}.lp-hero__search-btn:active{transform:scale(.985)}@media(max-width:1100px){.lp-hero__search{max-width:680px;height:64px}.lp-hero__search-field--location{flex:0 0 200px}.lp-hero__search-btn{padding:0 1.5rem;font-size:.95rem}}@media(max-width:860px){.lp-hero__title{font-size:clamp(2rem,6vw,3rem)}.lp-hero__search{flex-direction:column;border-radius:20px;height:auto;padding:.5rem;gap:0;max-width:500px}.lp-hero__search-field,.lp-hero__search-field--location{width:100%;flex:unset;padding:.8rem 1rem;height:auto}.lp-hero__divider{width:100%;height:1px}.lp-hero__search-btn{width:100%;margin:.5rem 0 0;height:48px;border-radius:12px;font-size:.95rem}}@media(max-width:560px){.lp-hero__title{font-size:clamp(2rem,8.5vw,2.8rem)}.lp-hero__lead{font-size:.93rem}.lp-hero__search-field{padding:.7rem .85rem}.lp-hero__search-btn{border-radius:10px}}.lp-trusted{padding:2rem 0 3.5rem;background:#fff}.lp-trusted__label{text-align:center;margin:0 0 2rem;font-size:.82rem;font-weight:400;color:#45454591;letter-spacing:.18em;text-transform:uppercase}.lp-trusted__row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(2rem,5vw,5rem)}.lp-trusted__logo{cursor:pointer;font-size:clamp(1rem,1.8vw,1.35rem);font-weight:600;color:#45454591;letter-spacing:.12em;text-transform:uppercase;transition:color .2s ease,opacity .2s ease;-webkit-user-select:none;user-select:none}.lp-trusted__logo:hover{color:#6b7280}@media(max-width:860px){.lp-trusted__row{gap:clamp(1.5rem,4vw,3rem)}.lp-trusted__logo{font-size:clamp(.9rem,2.5vw,1.1rem)}}@media(max-width:560px){.lp-trusted{padding:1.5rem 1rem 2.5rem}.lp-trusted__row{gap:1.25rem 2rem}.lp-trusted__logo{font-size:.9rem}.lp-trusted__label{font-size:.65rem;letter-spacing:.14em}}.lp-network{padding:clamp(3.5rem,7vw,6rem) 0;background:#fff}.lp-network__heading{text-align:center;margin-bottom:clamp(2rem,4vw,3.5rem)}.lp-network__title{margin:0 0 1rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:600;color:#000;line-height:1.15;letter-spacing:-.02em}.lp-network__subtitle{margin:0 auto;max-width:480px;font-size:clamp(.92rem,1.2vw,1rem);line-height:1.7;color:#6b7280;font-weight:400}.lp-network__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.lp-network__card{cursor:pointer;background:#fff;border-radius:20px;padding:2rem 2rem 1.75rem;border:1px solid #e8eaf0;box-shadow:0 2px 12px #0000000f;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;display:flex;flex-direction:column}.lp-network__card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #3730a31a;border-color:#3730a333}.lp-network__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#eef0fb;margin-bottom:1.5rem}.lp-network__card-title{margin:0 0 .65rem;font-size:1.15rem;font-weight:700;color:#111827;line-height:1.3}.lp-network__card-body{margin:0;font-size:.95rem;line-height:1.65;color:#6b7280;font-weight:400;flex:1}@media(max-width:1024px){.lp-network__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.lp-network__grid{grid-template-columns:1fr}.lp-network__card{padding:1.5rem}.lp-network__title{font-size:clamp(1.6rem,6vw,2rem)}}.lp-jobs{padding:clamp(3.5rem,7vw,6rem) 0;background:#f1f4f9}.lp-jobs__heading{text-align:center;margin-bottom:2.5rem}.lp-jobs__title{margin:0 0 .6rem;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:600;color:#000;letter-spacing:-.02em}.lp-jobs__subtitle{margin:0;font-size:1rem;color:#6b7280}.lp-jobs__layout{display:grid;grid-template-columns:270px 1fr;gap:1.5rem;align-items:start}.lp-jobs__sidebar{display:flex;flex-direction:column;gap:1rem;align-self:start}.lp-jobs__ai-card{background:#fff;border-radius:20px;padding:1.75rem 1.5rem 1.5rem;text-align:center;box-shadow:0 2px 12px #0000000f}.lp-jobs__ai-title{margin:0 0 .55rem;font-size:1.3rem;font-weight:600;color:#000;line-height:1.25}.lp-jobs__ai-sub{margin:0 0 1rem;font-size:.88rem;color:#94a3b8;line-height:1.55}.lp-jobs__drop-zone{cursor:pointer;border:1.5px dashed #d1d5db;border-radius:14px;background:#f1f4f9;padding:1.75rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;margin-bottom:1rem;min-height:120px;outline:none;transition:border-color .2s,background .2s;text-align:center;position:relative;-webkit-user-select:none;user-select:none}.lp-jobs__drop-zone:hover,.lp-jobs__drop-zone:focus{border-color:#3730a3;background:#eef0fb}.lp-jobs__drop-zone.is-dragging,.lp-jobs__drop-zone.has-file{border-color:#3730a3;background:#eef0fb}.lp-jobs__file-input{display:none}.lp-jobs__drop-text{font-size:.83rem;color:#94a3b8;line-height:1.6}.lp-jobs__file-preview{display:flex;flex-direction:column;align-items:center;gap:.4rem;width:100%}.lp-jobs__file-name{font-size:.82rem;font-weight:600;color:#000;word-break:break-all;max-width:100%;padding:0 .5rem}.lp-jobs__file-clear{cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center}.lp-jobs__get-matched{cursor:pointer;width:100%;padding:.9rem;background:#1b2f5e;color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:700;transition:background .15s,opacity .15s}.lp-jobs__get-matched:hover:not(:disabled){background:#162650}.lp-jobs__get-matched:disabled{opacity:.45;cursor:not-allowed}.lp-jobs__filters-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;gap:1.35rem}.lp-jobs__filter-group{display:flex;flex-direction:column;gap:.5rem}.lp-jobs__filter-label{font-size:.92rem;font-weight:600;color:#000}.lp-jobs__select-wrap{position:relative}.lp-jobs__select{cursor:pointer;width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#f1f4f9;border:none;border-radius:12px;padding:.7rem 2rem .7rem .9rem;font-size:.9rem;color:#374151;font-weight:500;outline:none}.lp-jobs__select-wrap:after{content:"";position:absolute;right:.8rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #6b7280;pointer-events:none}.lp-jobs__select-wrap--sm{width:auto}.lp-jobs__select--sm{padding:.35rem 1.75rem .35rem .65rem;font-size:.82rem;border-radius:8px;background:#fff;border:1px solid #e5e7eb}.lp-jobs__salary-header{display:flex;align-items:center;justify-content:space-between}.lp-jobs__range{width:100%;cursor:pointer;accent-color:#1b2f5e;height:3px;margin-top:.25rem}.lp-jobs__range-labels{display:flex;justify-content:space-between;font-size:.78rem;color:#6b7280;margin-top:.3rem;font-weight:500}.lp-jobs__checkboxes{display:flex;flex-direction:column;gap:.6rem}.lp-jobs__checkbox-label{cursor:pointer;display:flex;align-items:center;gap:.65rem;font-size:.92rem;color:#374151;font-weight:400}.lp-jobs__checkbox{cursor:pointer;width:18px;height:18px;border-radius:5px;accent-color:#1b2f5e;flex-shrink:0}.lp-jobs__main{display:flex;flex-direction:column}.lp-jobs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-job-card{cursor:pointer;background:#fff;border-radius:18px;border:1.5px solid transparent;padding:1.15rem 1.15rem 1rem;display:flex;flex-direction:column;gap:.25rem;transition:border-color .15s,box-shadow .15s,background .15s;outline:none;box-shadow:0 1px 6px #0000000d}.lp-job-card:hover{box-shadow:0 4px 20px #00000017}.lp-job-card.is-selected{border-color:#3730a3;background:#f0f1fb;box-shadow:0 4px 20px #3730a31f}.lp-job-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.6rem}.lp-job-card__logo-circle{width:48px;height:48px;border-radius:50%;background:#1a1a2e;overflow:hidden;flex-shrink:0}.lp-job-card__logo-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.lp-job-card__top-right{display:flex;align-items:center;gap:.45rem;margin-left:auto;padding-left:.5rem}.lp-job-card__top-left{display:flex;align-items:flex-start;gap:.38rem;flex:1;min-width:0}.lp-job-card__top-actions{display:flex;align-items:flex-start;flex-shrink:0;margin-left:.35rem}.lp-job-card__featured{display:inline-flex;align-items:center;gap:.28rem;font-size:.76rem;font-weight:600;color:#0d9488;background:#0d94881a;padding:.22rem .6rem;border-radius:999px;white-space:nowrap}.lp-job-card__bookmark{cursor:pointer;background:none;border:none;padding:0;color:#c8cdd8;display:flex;align-items:center;transition:color .15s;flex-shrink:0}.lp-job-card__bookmark:hover,.lp-job-card__bookmark.is-saved{color:#3730a3}.lp-job-card__company-row{display:flex;align-items:center;gap:.3rem;margin-top:.1rem}.lp-job-card__company{font-size:.84rem;font-weight:600;color:#6b7280}.lp-job-card__title{margin:.15rem 0 0;font-size:1.05rem;font-weight:600;color:#111827;line-height:1.3}.lp-job-card__type{margin:.2rem 0 0;font-size:.76rem;color:#94a3b8;letter-spacing:.01em}.lp-job-card__salary{margin:.4rem 0 0;font-size:1rem;font-weight:600;color:#111827}.lp-job-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.85rem;gap:.5rem}.lp-job-card__meta{display:flex;align-items:center;gap:.65rem}.lp-job-card__meta-item{display:flex;align-items:center;gap:.28rem;font-size:.76rem;color:#94a3b8}.lp-job-card__details{cursor:pointer;border:none;background:#f1f4f9;color:#374151;font-size:.84rem;font-weight:600;padding:.45rem 1.1rem;border-radius:999px;transition:background .15s,color .15s;white-space:nowrap}.lp-job-card__details:hover{background:#e2e8f0}.lp-job-card__details.is-active{background:#1b2f5e;color:#fff}.lp-jobs__pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:1.75rem}.lp-jobs__page-btn,.lp-jobs__page-num{cursor:pointer;border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#374151;transition:all .15s}.lp-jobs__page-btn:hover:not(:disabled),.lp-jobs__page-num:hover{border-color:#3730a3;color:#3730a3}.lp-jobs__page-btn:disabled{opacity:.45;cursor:not-allowed}.lp-jobs__page-num.is-active{background:#1b2f5e;color:#fff;border-color:#1b2f5e}@media(max-width:1200px){.lp-jobs__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.lp-jobs__layout{grid-template-columns:1fr}.lp-jobs__sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1rem}}@media(max-width:640px){.lp-jobs__grid,.lp-jobs__sidebar{grid-template-columns:1fr}}.fs-section{width:100%;max-width:1100px;margin:0 auto;padding:72px 24px 80px;font-family:Inter,DM Sans,sans-serif;box-sizing:border-box}.fs-header{text-align:center;margin-bottom:48px}.fs-title{font-size:clamp(28px,4vw,42px);font-weight:600;color:#0f1b2d;line-height:1.2;margin:0 0 14px;letter-spacing:-.5px}.fs-subtitle{font-size:15px;color:#7a8899;line-height:1.6;margin:0 0 28px}.fs-toggle{display:inline-flex;background:#f0f0f0;border-radius:50px;padding:4px;gap:2px}.fs-toggle-btn{padding:10px 28px;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .22s ease;background:transparent;color:#7a8899;letter-spacing:.3px}.fs-toggle-btn.active{background:#fff;color:#0f1b2d;box-shadow:0 2px 8px #0000001a}.fs-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:16px}.fs-card{border-radius:20px;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.fs-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0000001a}.fs-card-text{padding:28px 28px 0}.fs-card-title{font-size:20px;font-weight:600;color:#0f1b2d;margin:0 0 8px;line-height:1.3}.fs-card-desc{font-size:13.5px;color:#6b7685;line-height:1.6;margin:0;max-width:340px}.fs-icon-badge{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;flex-shrink:0}.fs-icon-badge.teal{background:#e8f5f1;color:#2a9d78}.fs-icon-badge.pink{background:#fce8ef;color:#e8527a}.card-create-job{background:#ebebea;min-height:420px;overflow:hidden;display:flex;flex-direction:column}.create-job-img{width:100%;margin-top:auto;object-fit:contain;object-position:bottom center;display:block}.card-create-job .fs-card-desc{max-width:460px}.card-hire-talent{background:#edeaf7;min-height:420px;overflow:hidden;display:flex;flex-direction:column;position:relative}.hire-talent-visual{position:relative;flex:1;min-height:320px;margin-top:8px}.ht-avatar{position:absolute;width:62px;height:62px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 10px #00000021;z-index:2}.ht-avatar-tl{top:15px;left:15px}.ht-avatar-tr{top:15px;right:15px}.ht-avatar-bl{bottom:35px;left:15px}.ht-avatar-br{bottom:35px;right:15px}.ht-tilde-img{position:absolute;top:25px;right:135px;width:88px;z-index:10}.ht-profile-img{position:absolute;top:50px;left:50%;transform:translate(-55%);width:68%;max-width:290px;z-index:4;border-radius:18px;box-shadow:0 8px 32px #00000021}.card-compat{background:linear-gradient(145deg,#d4ede1,#b8dfc9);min-height:340px;display:flex;align-items:flex-end;justify-content:center;padding:24px 24px 0;overflow:hidden;position:relative}.compat-img-wrapper{width:65%;margin:0 auto}.compat-img-wrapper img{width:100%;height:auto;display:block;border-radius:16px 16px 0 0;object-fit:cover;object-position:top}.card-know{background:#f9f6ef;min-height:340px;display:flex;flex-direction:column}.know-inner{padding:28px 28px 0;display:flex;flex-direction:column;flex:1}.know-charts{display:flex;gap:12px;margin-top:auto;padding-bottom:0;align-items:flex-end}.know-chart-card{flex:1;border-radius:12px 12px 0 0;overflow:hidden}.know-chart-card.light{background:#f9f6ef}.know-chart-img{width:100%;height:auto;display:block}.card-become-talent{background:#dbe8f8;min-height:380px;display:flex;flex-direction:column;overflow:hidden}.become-talent-visual{margin-top:auto;padding:0 24px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:20px}.talent-card-img{width:85%;height:auto;display:block;object-fit:contain}.card-build-profile{background:#f0f0ee;min-height:380px;display:flex;flex-direction:column;overflow:hidden}.build-profile-visual{margin-top:auto;padding:0;display:flex;align-items:flex-end;justify-content:center}.build-profile-img{width:100%;height:auto;display:block;object-fit:contain;object-position:bottom}.card-find-roles{background:#e8eef8;min-height:340px;position:relative;overflow:visible;padding:0}.find-roles-img-main{position:absolute;bottom:0;left:90px;width:55%;height:auto;object-fit:contain;object-position:bottom left;border-radius:inherit;display:block}.find-roles-img-float{position:absolute;bottom:16px;right:50px;width:32%;height:auto;object-fit:contain;z-index:10;filter:drop-shadow(0 8px 24px rgba(0,0,0,.13))}.card-track{background:#fdf0f4;min-height:340px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.track-dashboard{width:100%;display:flex;align-items:flex-end}.track-img{width:70%;height:auto;display:block;object-fit:contain;object-position:bottom;margin:0 auto}@media(min-width:1200px){.fs-section{max-width:1140px}.fs-card-title{font-size:22px}}@media(max-width:1024px){.fs-grid{grid-template-columns:1fr 1fr;gap:14px}.ht-profile-card{width:200px}.job-detail-card{width:195px}}@media(max-width:768px){.fs-grid{grid-template-columns:1fr}.fs-title{font-size:26px}.create-job-visual{height:200px}.phone-mock{width:130px;height:180px}.job-detail-card{width:175px;font-size:12px}.hire-talent-visual{height:270px}.ht-profile-card{left:50%;transform:translate(-50%);width:210px}.find-roles-job-card{position:relative;right:auto;bottom:auto;transform:none;width:100%;margin:14px 0 0;box-sizing:border-box;box-shadow:0 4px 14px #00000017}.card-find-roles{padding-bottom:16px}.find-roles-inner{padding-bottom:0}}@media(max-width:480px){.fs-section{padding:48px 16px 56px}.fs-toggle-btn{padding:9px 20px;font-size:13px}.fs-card-title{font-size:18px}.fs-card-desc{font-size:13px}.ht-profile-card{width:190px}.know-charts{flex-direction:column}.know-chart-card{height:70px}}.lp-intel__badge{display:inline-block;margin-bottom:1.25rem;padding:.5rem 1.25rem;background:#1a2233;border-radius:999px;font-size:.88rem;font-weight:700;color:#fff;letter-spacing:.01em;border:1px solid rgba(148,163,184,.15)}.lp-intel__title{margin:0;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15;color:#fff;letter-spacing:-.02em}.lp-intel__right{display:flex;align-items:flex-end;justify-content:flex-start}.lp-intel__lead{margin:0;font-size:clamp(.95rem,1.4vw,1.1rem);line-height:1.7;color:#94a3b8;font-weight:400;max-width:480px}.lp-intel__learn{display:inline-flex;align-items:center;font-size:.78rem;font-weight:700;letter-spacing:.08em;color:#4f7dff;text-decoration:none;text-transform:uppercase;transition:color .15s ease,gap .15s ease;margin-top:auto}.lp-intel{padding:clamp(4rem,8vw,7rem) 0;background:#0d1424;color:#e2e8f0}.lp-intel__top{display:grid;grid-template-columns:1fr 1fr;gap:2rem 4rem;align-items:end;margin-bottom:3rem}.lp-intel__left{display:flex;flex-direction:column;align-items:flex-start}.lp-intel__badge{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.55rem 1.1rem;background:#1c2535;border-radius:999px;font-size:.83rem;font-weight:600;color:#fff;letter-spacing:.03em;border:1px solid rgba(255,255,255,.1)}.lp-intel__title{margin:0;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.15;color:#fff;letter-spacing:-.02em}.lp-intel__right{display:flex;align-items:flex-end;justify-content:flex-start;padding-bottom:.1rem}.lp-intel__lead{margin:0 0 0 auto;font-size:clamp(.95rem,1.4vw,1.05rem);line-height:1.7;color:#94a3b8;font-weight:400;max-width:440px}.lp-intel__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.lp-intel__card{cursor:pointer;border-radius:18px;padding:1.75rem 1.6rem 1.6rem;background:#111827;border:1px solid rgba(148,163,184,.15);display:flex;flex-direction:column;gap:0;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.lp-intel__card:hover{border-color:#94a3b859;transform:translateY(-3px);box-shadow:0 12px 40px #00000059}.lp-intel__icon-wrap{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#1e2d45;margin-bottom:2.5rem;flex-shrink:0}.lp-intel__card-title{margin:0 0 .65rem;font-size:1.15rem;font-weight:700;color:#fff;line-height:1.3}.lp-intel__card-body{margin:0 0 1.75rem;font-size:.93rem;line-height:1.65;color:#94a3b8;font-weight:400;flex:1}.lp-intel__learn{display:inline-flex;align-items:center;font-size:.78rem;font-weight:700;letter-spacing:.08em;color:#4f7dff;text-decoration:none;text-transform:uppercase;transition:color .15s ease;margin-top:auto}.lp-intel__learn:hover{color:#7aa0ff}@media(max-width:1024px){.lp-intel__top{gap:2rem 2.5rem}}@media(max-width:860px){.lp-intel__top{grid-template-columns:1fr;margin-bottom:2rem}.lp-intel__right{align-items:flex-start}.lp-intel__lead{max-width:100%}.lp-intel__grid{grid-template-columns:1fr;gap:.85rem}}@media(max-width:600px){.lp-intel__card{padding:1.4rem 1.25rem 1.25rem}.lp-intel__icon-wrap{margin-bottom:1.75rem}}.lp-smarter{padding:clamp(4rem,8vw,7rem) 0;background:#f0f0ee}.lp-smarter__header{display:grid;grid-template-columns:1fr 1fr;gap:2rem 4rem;align-items:end;margin-bottom:3rem}.lp-smarter__header-left{display:flex;flex-direction:column;align-items:flex-start}.lp-smarter__eyebrow{display:flex;align-items:center;gap:.55rem;font-size:.88rem;font-weight:600;color:#2d3a8c;margin-bottom:1rem;letter-spacing:.01em}.lp-smarter__eyebrow-bar{display:inline-block;width:3px;height:1.1em;background:#2d3a8c;border-radius:2px;flex-shrink:0}.lp-smarter__title{margin:0;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;line-height:1.12;color:#0d1424;letter-spacing:-.02em}.lp-smarter__text{margin:0 0 0 auto;font-size:clamp(.95rem,1.3vw,1.05rem);line-height:1.7;color:#64748b;font-weight:400;max-width:420px;align-self:end}.lp-smarter__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.lp-smarter__card{cursor:pointer;background:#fff;border-radius:22px;border:1px solid rgba(0,0,0,.07);padding:1.6rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-smarter__card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #00000017;border-color:#3b3fe833}.lp-smarter__icon-wrap{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:16px;background:#eaecf8;margin-bottom:2.5rem;flex-shrink:0}.lp-smarter__card-title{margin:0 0 1rem;font-size:1.35rem;font-weight:600;color:#0d1424;line-height:1.2;letter-spacing:-.01em}.lp-smarter__card-body{margin:0;font-size:.97rem;line-height:1.7;color:#3d3d3d;font-weight:400;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1280px){.lp-smarter__grid{gap:.85rem}}@media(max-width:1024px){.lp-smarter__grid{grid-template-columns:repeat(2,1fr)}.lp-smarter__header{gap:2rem 2.5rem}}@media(max-width:860px){.lp-smarter__header{grid-template-columns:1fr;margin-bottom:2rem}.lp-smarter__text{margin:0;max-width:100%}}@media(max-width:600px){.lp-smarter__grid{grid-template-columns:1fr;gap:.85rem}.lp-smarter__card{padding:1.4rem 1.25rem 1.6rem}.lp-smarter__icon-wrap{margin-bottom:1.75rem;width:50px;height:50px}}.lp-faq{padding:clamp(4rem,8vw,7rem) 0;background:#fff}.lp-faq__layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:2rem 5rem;align-items:stretch}.lp-faq__intro{display:flex;flex-direction:column;align-items:flex-start}.lp-faq__badge{display:inline-block;padding:.4rem 1.1rem;background:#e8ecfb;color:#3b3fe8;font-size:.88rem;font-weight:600;border-radius:999px;margin-bottom:1.25rem;letter-spacing:.01em}.lp-faq__title{margin:0 0 1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;color:#0d1424;line-height:1.1;letter-spacing:-.02em}.lp-faq__lead{margin:0 0 1.75rem;font-size:1rem;line-height:1.65;color:#64748b;font-weight:400;max-width:360px}.lp-faq__image-wrap{width:100%;border-radius:18px;overflow:hidden;flex:1;min-height:0;max-height:280px}.lp-faq__image{width:100%;height:100%;object-fit:cover;display:block;border-radius:18px}.lp-faq__accordion{background:#f8f9fc;border:1px solid rgba(0,0,0,.07);border-radius:22px;overflow:hidden;padding:.5rem 0;display:flex;flex-direction:column;height:100%}.lp-faq__item{border-bottom:none;position:relative}.lp-faq__item:not(:last-child):after{content:"";display:block;height:1px;background:#00000012;margin:0 1.5rem}.lp-faq__question{cursor:pointer;width:100%;text-align:left;border:none;background:transparent;padding:1.35rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:background .15s ease}.lp-faq__question:hover{background:#3b3fe80a}.lp-faq__question-text{font-size:1rem;font-weight:700;color:#0d1a3a;line-height:1.4;transition:color .15s ease}.lp-faq__item.is-open .lp-faq__question-text{color:#3b3fe8}.lp-faq__icon{font-size:1.25rem;font-weight:300;line-height:1;flex-shrink:0;transition:color .15s ease;color:#94a3b8;width:20px;text-align:center}.lp-faq__item.is-open .lp-faq__icon{color:#3b3fe8;font-weight:400}.lp-faq__answer{padding:0 1.5rem 1.35rem;font-size:.96rem;line-height:1.7;color:#64748b;font-weight:400}@media(max-width:1024px){.lp-faq__layout{gap:2rem 3rem}}@media(max-width:860px){.lp-faq__layout{grid-template-columns:1fr;gap:2.5rem;align-items:start}.lp-faq__accordion{height:auto}.lp-faq__item:last-child{flex:none}.lp-faq__image-wrap{flex:none;aspect-ratio:4 / 3;max-width:480px}.lp-faq__lead{max-width:100%}}@media(max-width:480px){.lp-faq__question{padding:1.1rem 1.25rem}.lp-faq__answer{padding:0 1.25rem 1.1rem}}.lp-newsletter{position:relative;padding:clamp(5rem,10vw,8rem) 0;overflow:hidden;min-height:520px;display:flex;align-items:center}.lp-newsletter__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.lp-newsletter .lp-container{position:relative;width:100%}.lp-newsletter__card{max-width:700px;margin:0 auto;text-align:center;padding:clamp(3rem,6vw,4.5rem) clamp(2rem,5vw,5rem);border-radius:32px;background:linear-gradient(160deg,#ffffffd1,#d2d7e6bf,#b4bcd2b3);border:1px solid rgba(255,255,255,.6);box-shadow:0 4px 6px #0000000a,0 24px 60px #0f1f381a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.lp-newsletter__title{margin:0 0 1.25rem;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.12;letter-spacing:-.02em;color:#0d1424}.lp-newsletter__title-italic{font-style:italic;font-weight:400;color:#0d1424}.lp-newsletter__title-of{font-weight:600;font-style:normal;color:#4a5578}.lp-newsletter__title-bold{font-style:normal;font-weight:600;color:#0d1424}.lp-newsletter__title-muted{font-style:italic;font-weight:400;color:#6b7a99}.lp-newsletter__title-dot{font-style:normal;font-weight:800;color:#0d1424}.lp-newsletter__text{margin:0 0 2rem;font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.65;color:#64748b;font-weight:400}.lp-newsletter__form{margin-bottom:1.5rem}.lp-newsletter__form-row{display:flex;align-items:center;gap:.5rem;background:#ffffffbf;border:1px solid rgba(255,255,255,.9);border-radius:999px;padding:.35rem .35rem .35rem 1.25rem;max-width:520px;margin:0 auto;box-shadow:0 2px 12px #0000000f}.lp-newsletter__input{flex:1;border:none;background:transparent;font-size:1rem;color:#0d1424;outline:none;min-width:0;padding:.55rem 0}.lp-newsletter__input::placeholder{color:#94a3b8}.lp-newsletter__btn{flex-shrink:0;cursor:pointer;border:none;background:#0d1424;color:#fff;font-size:1rem;font-weight:600;padding:.75rem 1.75rem;border-radius:999px;transition:background .18s ease,transform .12s ease;white-space:nowrap}.lp-newsletter__btn:hover{background:#1e2d4d;transform:translateY(-1px)}.lp-newsletter__btn:active{transform:translateY(0)}.lp-newsletter__social-proof{display:flex;align-items:center;justify-content:center;gap:.65rem}.lp-newsletter__persons{height:36px;width:auto;display:block;border-radius:999px}.lp-newsletter__proof-text{font-size:.95rem;font-weight:700;color:#0d1424}@media(max-width:768px){.lp-newsletter__card{padding:2.5rem 1.5rem;border-radius:24px}.lp-newsletter__form-row{flex-direction:column;border-radius:16px;padding:.75rem;gap:.65rem;background:transparent;border:none;box-shadow:none}.lp-newsletter__input{width:100%;background:#ffffffd9;border:1px solid rgba(255,255,255,.9);border-radius:999px;padding:.75rem 1.25rem}.lp-newsletter__btn{width:100%;padding:.85rem 1.5rem}}@media(max-width:480px){.lp-newsletter__title{font-size:2rem}.lp-newsletter__proof-text{font-size:.85rem}}.lp-footer{padding:3.5rem 0 2rem;background:#fff;border-top:none}.lp-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem 3rem;align-items:start}.lp-footer__brand-col{display:flex;flex-direction:column;gap:.85rem}.lp-footer__logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer}.lp-footer__logo-icon{font-size:1.25rem;color:#000;flex-shrink:0}.lp-footer__logo-text{font-size:1.05rem;font-weight:700;color:#000;letter-spacing:-.01em}.lp-footer__tagline{margin:0;font-size:.92rem;line-height:1.65;color:#4a5270;max-width:280px}.lp-footer__col{display:flex;flex-direction:column}.lp-footer__heading{margin:0 0 1rem;font-size:.88rem;font-weight:600;color:#4a5270;letter-spacing:.02em;text-transform:none}.lp-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.lp-footer__link{font-size:.92rem;font-weight:400;color:#8892aa;text-decoration:none;cursor:pointer;transition:color .15s ease;display:inline-block}.lp-footer__link:hover{color:#fff}.lp-footer__rule{height:1px;background:#ffffff12;margin:2.5rem 0 1.5rem}.lp-footer__copy{margin:0;text-align:left;font-size:.88rem;color:#4a5270}@media(max-width:1024px){.lp-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}}@media(max-width:860px){.lp-footer__grid{grid-template-columns:1fr 1fr;gap:2rem 3rem}.lp-footer__brand-col{grid-column:1 / -1}.lp-footer__tagline{max-width:100%}}@media(max-width:480px){.lp-footer__grid{grid-template-columns:1fr 1fr;gap:1.75rem 2rem}.lp-footer__copy{text-align:center}}.lp-ft{padding:clamp(2rem,4vw,3rem) 0 clamp(3.5rem,6vw,5rem);background:#fff}.lp-ft__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin-bottom:clamp(2rem,4vw,2.75rem)}.lp-ft__chip{cursor:pointer;border:none;background:#fff;color:#374151;font-size:.9rem;font-weight:500;padding:.55rem 1.1rem;border-radius:999px;line-height:1.2;transition:background .15s ease,color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0000000a}.lp-ft__chip:hover{background:#e5e7eb}.lp-ft__chip.is-active{background:#e5e7eb;color:#111827;font-weight:600;box-shadow:inset 0 0 0 1px #0000000f}.lp-ft__block{margin-bottom:clamp(2.5rem,5vw,3.5rem)}.lp-ft__block--candidates{margin-bottom:0}.lp-ft__block-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap;margin-bottom:clamp(.85rem,1.5vw,1.1rem)}.lp-ft__head-text{flex:1 1 12rem;min-width:0}.lp-ft__title{margin:0 0 .12rem;font-size:clamp(1.5rem,2.8vw,1.85rem);font-weight:600;color:#111827;letter-spacing:-.02em;line-height:1.2}.lp-ft__subtitle{margin:0;font-size:.95rem;color:#6b7280;font-weight:400;line-height:1.45}.lp-ft__link{cursor:pointer;font-size:.95rem;font-weight:600;color:#111827;text-decoration:none;white-space:nowrap;align-self:flex-start;padding-top:.12rem;transition:opacity .15s ease}.lp-ft__link:hover{color:#111827;opacity:.72;text-decoration:none}.lp-ft__grid{display:grid;gap:clamp(1rem,2vw,1.5rem)}.lp-ft__grid--jobs,.lp-ft__grid--candidates{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1200px){.lp-ft__grid--jobs,.lp-ft__grid--candidates{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.lp-ft__grid--jobs,.lp-ft__grid--candidates{grid-template-columns:1fr}}.lp-job-card--talent-layout{cursor:pointer}.lp-job-card--talent-layout:hover{box-shadow:0 4px 20px #00000017}.lp-job-card__title--talent{margin-top:.35rem}.lp-job-card__tag-row{display:flex;flex-wrap:wrap;gap:.4rem;margin:.45rem 0 0}.lp-job-card__tag-pill{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:.28rem .65rem;border-radius:999px;letter-spacing:.02em}.lp-job-card__apply{cursor:pointer;border:1px solid rgba(47,123,255,.38);background:#fff;color:var(--lp-blue, #2f7bff);font-size:.84rem;font-weight:600;padding:.45rem 1.15rem;border-radius:999px;transition:background .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.lp-job-card__apply:hover{background:#2f7bff14;border-color:var(--lp-blue, #2f7bff)}.lp-candidate-card{cursor:pointer;background:#fff;border-radius:16px;overflow:hidden;border:1px solid rgba(226,232,240,.9);box-shadow:0 1px 6px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.lp-candidate-card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-2px)}.lp-candidate-card__media{position:relative;height:clamp(120px,14vw,150px);overflow:hidden}.lp-candidate-card__frame{width:100%;height:100%;object-fit:cover;display:block}.lp-candidate-card__panel{position:relative;margin-top:-28px;padding:1.1rem 1.15rem 1.15rem;background:#fff;border-radius:16px 16px 0 0;border-top:1px solid rgba(241,245,249,.9)}.lp-candidate-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.lp-candidate-card__identity{display:flex;align-items:center;gap:.65rem;min-width:0}.lp-candidate-card__avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #ffffff;box-shadow:0 2px 8px #00000014}.lp-candidate-card__names{min-width:0}.lp-candidate-card__name{margin:0 0 .15rem;font-size:1rem;font-weight:700;color:#111827;line-height:1.25;letter-spacing:-.01em}.lp-candidate-card__role{margin:0;font-size:.82rem;color:#6b7280;font-weight:500}.lp-candidate-card__profile-btn{cursor:pointer;flex-shrink:0;border:1px solid rgba(47,123,255,.38);background:#fff;color:var(--lp-blue, #2f7bff);font-size:.78rem;font-weight:600;padding:.4rem .85rem;border-radius:999px;transition:background .15s ease,border-color .15s ease}.lp-candidate-card__profile-btn:hover{background:#2f7bff14;border-color:var(--lp-blue, #2f7bff)}.lp-candidate-card__bio{margin:0 0 .85rem;font-size:.84rem;line-height:1.55;color:#6b7280;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lp-candidate-card__tags{display:flex;flex-wrap:wrap;gap:.4rem}.lp-candidate-card__tag{font-size:.72rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:.28rem .6rem;border-radius:999px}.lp-job-talent-page{min-height:50vh;background:#f3f4f6;padding:clamp(1.5rem,3vw,2.25rem) 0 clamp(3rem,5vw,4rem)}.lp-job-talent-page__inner{max-width:var(--lp-max, 1420px)}.lp-jt-search-row{display:flex;align-items:center;gap:clamp(.75rem,1.5vw,1.1rem);margin-bottom:1.1rem;flex-wrap:wrap}.lp-jt-search{flex:1 1 min(100%,320px);display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e8eaed;border-radius:999px;padding:.55rem 1.15rem .55rem 1.2rem;min-height:52px;box-shadow:0 1px 2px #0f172a0a}.lp-jt-search__icon{flex-shrink:0;color:#9ca3af}.lp-jt-search__input{flex:1;min-width:0;border:none;background:transparent;font-size:.95rem;color:#111827;outline:none}.lp-jt-search__input::placeholder{color:#9ca3af}.lp-jt-toggle{display:inline-flex;padding:5px;background:#e5e7eb;border-radius:999px;gap:4px;flex-shrink:0;align-self:center}.lp-jt-toggle__btn{cursor:pointer;border:none;background:transparent;padding:.55rem 1.35rem;border-radius:999px;font-size:.82rem;font-weight:700;letter-spacing:.04em;color:#6b7280;transition:background .2s ease,box-shadow .2s ease,color .2s ease;white-space:nowrap}.lp-jt-toggle__btn.is-active{background:#fff;color:#111827;box-shadow:0 1px 6px #0f1d351f}.lp-jt-toggle__btn:hover:not(.is-active){color:#374151}.lp-jt-filter-stack{margin-bottom:clamp(1.35rem,2.5vw,2rem)}.lp-jt-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .75rem;margin-bottom:0}.lp-jt-filters-btn{cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.45rem .95rem .45rem .85rem;font-size:.88rem;font-weight:600;color:#374151;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.lp-jt-filters-btn__icon{flex-shrink:0;color:#2c2f31}.lp-jt-filters-btn:hover{background:#f9fafb;border-color:#d1d5db}.lp-jt-filters-btn.is-open{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 1px 3px #0f172a0f}.lp-jt-filter-panel{margin-top:.75rem;padding:1rem 1.15rem 1.1rem;background:#fff;border:1px solid #e8eaed;border-radius:16px;box-shadow:0 4px 18px #0f172a0f}.lp-jt-filter-panel__hint{margin:0 0 .75rem;font-size:.82rem;font-weight:600;color:#64748b;letter-spacing:.01em}.lp-jt-filter-panel__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem 1.25rem}.lp-jt-filter-panel__label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.lp-jt-filter-panel__checkbox{width:1rem;height:1rem;accent-color:#2f7bff;cursor:pointer}.lp-jt-filters-btn__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#111827;color:#fff;font-size:.72rem;font-weight:700}.lp-jt-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;flex:1;min-width:0}.lp-jt-chip{cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;border:none;background:#fff;color:#374151;font-size:.84rem;font-weight:500;padding:.35rem .55rem .35rem .85rem;border-radius:999px;border:1px solid #e5e7eb;transition:background .15s ease}.lp-jt-chip:hover{background:#f3f4f6}.lp-jt-chip svg{color:#9ca3af}.lp-jt-clear{cursor:pointer;border:none;background:none;font-size:.88rem;font-weight:600;color:var(--lp-blue, #2f7bff);text-decoration:underline;padding:.25rem}.lp-jt-clear:hover{color:#1d4ed8}.lp-jt-section-head{margin-bottom:clamp(1rem,2vw,1.25rem)}.lp-jt-page-title{margin:0 0 .18rem;font-size:clamp(1.65rem,3vw,2.15rem);font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.15}.lp-jt-page-sub{margin:0;font-size:.95rem;color:#6b7280;font-weight:400;line-height:1.45}.lp-jt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.35rem)}.lp-jt-empty{grid-column:1 / -1;margin:1.25rem 0;text-align:center;font-size:.95rem;color:#64748b}.lp-jt-grid--talents{align-items:stretch}@media(max-width:1200px){.lp-jt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.lp-jt-grid{grid-template-columns:1fr}}.lp-jt-explore-wrap{display:flex;justify-content:center;margin-top:clamp(1.1rem,2.2vw,1.5rem)}.lp-jt-explore{cursor:pointer;min-width:min(100%,420px);padding:.85rem 2.5rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.95rem;font-weight:600;color:#111827;text-transform:lowercase;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.lp-jt-explore:hover{background:#fafafa;border-color:#d1d5db;box-shadow:0 2px 10px #0000000d}.lp-jt-header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:none}.lp-jt-header__inner{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;min-height:88px}.lp-jt-header__brand{cursor:pointer;flex-shrink:0;text-decoration:none;font-size:clamp(1.35rem,2.2vw,1.65rem);font-weight:700;letter-spacing:-.02em;color:#111827;line-height:1}.lp-jt-header__nav{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(1.15rem,2.2vw,2.25rem);flex:1 1 auto;min-width:0}.lp-jt-header__nav-link{cursor:pointer;color:#334155;text-decoration:none;font-size:.95rem;font-weight:600;white-space:nowrap;transition:color .15s ease;line-height:1}.lp-jt-header__nav-link:hover{color:#111827}.lp-jt-header__actions{display:flex;align-items:center;gap:1.25rem;flex-shrink:0;margin-left:auto}.lp-jt-header__login{cursor:pointer;color:#6b7a99;text-decoration:none;font-size:1rem;font-weight:500;white-space:nowrap;transition:color .15s ease;line-height:1}.lp-jt-header__login:hover{color:#334155}.lp-jt-header__signup{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:.72rem 1.85rem;background:#2d3134;color:#fff;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;letter-spacing:.01em;transition:background .15s ease,transform .12s ease;box-shadow:0 2px 8px #0000002e;text-decoration:none}.lp-jt-header__signup:hover{background:#3d4246}.lp-jt-header__signup:active{transform:translateY(1px)}.lp-jt-header__menu{display:none;cursor:pointer;width:44px;height:44px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;padding:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0}.lp-jt-header__menu span{display:block;width:18px;height:2px;background:#334155;border-radius:2px;transition:transform .22s ease,opacity .22s ease}@media(max-width:960px){.lp-jt-header__brand{order:1}.lp-jt-header__actions{order:2;margin-left:auto}.lp-jt-header__menu{order:3;margin-left:0}.lp-jt-header__nav{position:static;transform:none;order:10;width:100%;flex-basis:100%;flex-direction:column;align-items:flex-start;gap:0;padding:.5rem 0 1rem;display:none;border-top:1px solid #e5e7eb;flex:none}.lp-jt-header__nav-link{padding:.65rem 0;font-size:1rem;width:100%;border-bottom:1px solid #f1f5f9}.lp-jt-header__nav-link:last-child{border-bottom:none}.lp-jt-header__menu{display:inline-flex}.lp-jt-header__actions{margin-left:auto}.lp-jt-header--open .lp-jt-header__nav{display:flex}.lp-jt-header--open .lp-jt-header__menu span:nth-child(1){transform:translateY(7px) rotate(45deg)}.lp-jt-header--open .lp-jt-header__menu span:nth-child(2){opacity:0}.lp-jt-header--open .lp-jt-header__menu span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}}@media(max-width:480px){.lp-jt-header__login{display:none}.lp-jt-header__signup{padding:.62rem 1.25rem;font-size:.92rem}}@media(min-width:1440px){.lp-container{padding-left:clamp(1.25rem,2.5vw,2.5rem);padding-right:clamp(1.25rem,2.5vw,2.5rem)}.fs-section{max-width:min(1200px,var(--lp-max));padding-left:clamp(24px,2.5vw,40px);padding-right:clamp(24px,2.5vw,40px)}.lp-hero__content{max-width:min(920px,88vw)}}@media(min-width:1600px){.fs-section{max-width:var(--lp-max)}.lp-jobs__layout{gap:clamp(1.5rem,2vw,2rem)}}@media(max-width:1280px){.lp-jobs__layout{grid-template-columns:minmax(200px,240px) minmax(0,1fr);gap:1.25rem}.lp-jt-grid{gap:clamp(.85rem,1.5vw,1.15rem)}}@media(max-width:1200px){.lp-jobs__layout{grid-template-columns:minmax(180px,220px) minmax(0,1fr)}.lp-jobs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1024px){.lp-jobs__layout{grid-template-columns:minmax(160px,200px) minmax(0,1fr);gap:1rem}.lp-hero__search{max-width:100%}.lp-hero__search-field--location{min-width:0}}@media(max-width:960px){.lp-jobs__layout{grid-template-columns:1fr}}.su-root{min-height:100vh;color:#2c2f31}.su-bg{min-height:100vh;background-color:#f4f7fb;background-image:var(--su-bg-img, none);background-size:cover;background-position:center;background-repeat:no-repeat}.su-bg--plain{--su-bg-img: none;background:linear-gradient(180deg,#f8fafc,#eef3f9)}.su-link{cursor:pointer;color:#4f46e5;font-weight:600;text-decoration:none;background:none;border:none;padding:0;font:inherit}.su-link:hover{text-decoration:underline}.su-link--underline{text-decoration:underline;color:#334155;font-weight:400}.su-link--muted{color:#64748b;font-weight:500}.su-link--back{display:inline-flex;align-items:center;gap:.35rem;color:#64748b;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer}.su-link--back:hover{color:#334155}.su-root:not(.su-split){min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.su-bg--dark{background:#fff}.su-bg--plain{background:#f8faff}.su-path{width:100%;max-width:1000px;margin:0 auto;padding:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,3vw,2rem);display:flex;flex-direction:column;align-items:center}.su-path__title{margin:0 0 .6rem;text-align:center;font-size:clamp(1.85rem,3.8vw,2.6rem);font-weight:600;letter-spacing:-.025em;color:#000}.su-path__sub{margin:0 auto 2rem;max-width:480px;text-align:center;font-size:1rem;color:#6b7280;line-height:1.55}.su-path__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);width:100%;margin-bottom:2rem}@media(max-width:700px){.su-root{height:auto;min-height:100vh;align-items:flex-start;padding:2rem 0}.su-path__grid{grid-template-columns:1fr;max-width:480px}}.su-path-card{cursor:pointer;text-align:left;border-radius:20px;border:1.5px solid transparent;background:#fff;padding:0;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease;display:flex;flex-direction:column;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:inherit;font-size:inherit}.su-path-card:hover{box-shadow:0 16px 48px #00000059;transform:translateY(-3px)}.su-path-card.is-selected{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}.su-path-card:focus-visible{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}.su-path-card__visual{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;padding:1.75rem 1.5rem;position:relative;overflow:hidden}.su-path-card__visual--talent{background:radial-gradient(ellipse 80% 80% at 20% 60%,#dbeafe 0%,transparent 55%),radial-gradient(ellipse 65% 65% at 80% 25%,#ede9fe 0%,transparent 55%),radial-gradient(ellipse 55% 50% at 70% 85%,#fef9c3 0%,transparent 55%),#f4f8ff}.su-path-card__visual--hire{background:radial-gradient(ellipse 75% 75% at 20% 55%,#dcfce7 0%,transparent 55%),radial-gradient(ellipse 60% 60% at 78% 22%,#ede9fe 0%,transparent 55%),radial-gradient(ellipse 55% 50% at 65% 85%,#fef9c3 0%,transparent 55%),#f5fff9}.pc-profile-card{position:absolute;background:#fff;border-radius:18px;padding:1.1rem 1.3rem 1rem;width:min(72%,240px);box-shadow:0 12px 40px #0f172a1f,0 2px 8px #0f172a0f;display:flex;flex-direction:column;gap:0}.pc-profile-card--shadow{transform:rotate(3deg) translate(14%) translateY(6%);opacity:.55;box-shadow:0 6px 20px #0f172a12;z-index:1}.pc-profile-card--main{transform:rotate(-1.5deg) translate(-6%) translateY(-4%);z-index:2}.pc-profile-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem}.pc-dot{width:10px;height:10px;border-radius:50%;background:#f59e0b;flex-shrink:0}.pc-line{flex:1;height:3px;border-radius:999px;background:#e2e8f0}.pc-profile-card__name{font-size:.95rem;font-weight:600;color:#0f172a;letter-spacing:.03em;margin-bottom:.5rem}.pc-match-badge{position:absolute;top:.85rem;right:-.9rem;background:#dcfce7;color:#16a34a;font-size:.72rem;font-weight:600;padding:.28rem .7rem;border-radius:999px;white-space:nowrap;box-shadow:0 2px 10px #16a34a26}.pc-profile-card__cta{display:inline-block;margin-top:.45rem;padding:.4rem 1rem;border-radius:999px;border:1.5px solid #e2e8f0;font-size:.8rem;font-weight:600;color:#334155;background:#fff;align-self:flex-start}.pc-hire-card{background:#fff;border-radius:18px;padding:1.1rem 1.3rem 1rem;width:min(72%,240px);box-shadow:0 12px 40px #0f172a1f,0 2px 8px #0f172a0f;display:flex;flex-direction:column;gap:.85rem}.pc-hire-card__top{display:flex;align-items:center;gap:.85rem}.pc-company-icon{width:42px;height:42px;border-radius:12px;background:#1e293b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pc-hire-card__info{display:flex;flex-direction:column;gap:.4rem}.pc-hire-card__label{font-size:.85rem;font-weight:600;color:#0f172a}.pc-avatars{display:flex;align-items:center}.pc-avatar{width:24px;height:24px;border-radius:50%;border:2px solid #fff;display:inline-block}.pc-avatar--a{background:#94a3b8}.pc-avatar--b{background:#64748b;margin-left:-7px}.pc-avatar--c{background:#334155;margin-left:-7px}.pc-hire-card__cta{display:inline-block;padding:.4rem 1rem;border-radius:999px;border:1.5px solid #e2e8f0;font-size:.8rem;font-weight:600;color:#334155;background:#fff;align-self:flex-start}.su-path-card__body{padding:1.25rem 1.5rem 1.5rem;text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.su-path-card__title{margin:0 0 .45rem;font-size:1.2rem;font-weight:600;color:#0f172a}.su-path-card__desc{margin:0;font-size:.9rem;color:#64748b;line-height:1.5;max-width:300px}.su-path__footer{text-align:center;font-size:.95rem;color:#6b7280;margin-bottom:.5rem}.su-path__legal{margin:.75rem auto 0;max-width:560px;text-align:center;font-size:.75rem;color:#4b5563;line-height:1.6}.su-link{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit;color:#6b7280}.su-link--accent{color:#3b82f6;font-weight:600}.su-link--underline{color:#4b5563;text-decoration:underline}.su-link--underline:hover{color:#1e293b}.su-root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.su-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:100vh;height:100vh;max-height:100vh;overflow:hidden;align-items:stretch}@media(max-width:1024px){.su-split{grid-template-columns:1fr;height:auto;min-height:100vh;max-height:none;overflow:auto}.su-split__promo{display:none}}.su-split__form{background:#fff;padding:clamp(1.5rem,3vh,2.75rem) clamp(.75rem,1.75vw,1.5rem);display:flex;flex-direction:column;min-height:0;height:100%;align-self:stretch;overflow:hidden;box-sizing:border-box}.su-split__form-inner{width:100%;max-width:min(680px,100%);margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;scrollbar-gutter:stable}.su-input-hint{margin:.3rem 0 0;font-size:.75rem;color:#94a3b8;line-height:1.45;max-width:100%}.su-split__promo{position:relative;padding:clamp(1.5rem,3vh,2.5rem) clamp(1.25rem,3vw,3rem);display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;color:#1e293b;overflow:hidden;min-height:100%;height:100%;align-self:stretch;background-color:#e8edf3}.su-split__promo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;min-height:100%;background:var(--su-promo-bg) center / cover no-repeat;opacity:.98;z-index:0}.su-split__promo-inner{position:relative;z-index:1;flex:1 1 auto;min-height:0;width:100%;max-width:min(640px,100%);margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(.75rem,1.5vh,1.25rem)}.su-split__promo-inner--fill{justify-content:center;align-items:stretch;gap:0;overflow-y:auto}.su-promo-inner__stack{display:flex;flex-direction:column;gap:0;flex-shrink:0;width:100%}.su-promo-inner__stack .su-promo-title{margin-bottom:clamp(.75rem,1.4vh,1rem)}.su-hero-sub--email-promo{margin-bottom:clamp(1.5rem,3vh,2.25rem)!important;max-width:400px;line-height:1.6!important}.su-promo-card--email{margin-bottom:clamp(1.5rem,3vh,2.25rem)!important}.su-promo-card--email.su-promo-card--testimonial{gap:clamp(1.25rem,2.5vh,1.75rem)!important}.su-promo-trust-band--email{display:flex;flex-direction:column;gap:clamp(.6rem,1.2vh,.85rem)}.su-hero-sub--verify-promo{margin-bottom:clamp(1.5rem,3vh,2.25rem)!important;max-width:400px;line-height:1.6!important}.su-promo-card--verify{margin-bottom:clamp(1.5rem,3vh,2.25rem)!important}.su-promo-card--verify.su-promo-card--testimonial{gap:clamp(1.25rem,2.5vh,1.75rem)!important}.su-promo-trust-band--verify{display:flex;flex-direction:column;gap:clamp(.6rem,1.2vh,.85rem)}.su-brand-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:clamp(1.5rem,3vh,2.5rem);flex-shrink:0}.su-brand-row--form{margin-bottom:clamp(1.5rem,3vh,2.5rem)}.su-brand{display:flex;align-items:center;gap:.45rem}.su-brand__logo-img{height:32px;width:auto;max-width:140px;display:block;object-fit:contain;flex-shrink:0}.su-link--back{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;color:#475569;text-decoration:none;cursor:pointer;transition:color .15s}.su-link--back:hover{color:#0f172a}.su-hero-title{margin:0 0 .5rem;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:#0f172a;flex-shrink:0}.su-hero-title em{font-style:italic;font-weight:600;color:#2563eb}.su-promo-title{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:600;letter-spacing:-.03em;line-height:1.15;color:#0f172a}.su-promo-title em{font-style:italic;color:#2563eb}.su-promo-title .su-promo-accent-serif{font-family:Playfair Display,Georgia,Times New Roman,serif;font-style:italic;font-weight:600;color:#2563eb}.su-hero-sub{margin:0;font-size:.9rem;color:#64748b;line-height:1.5;max-width:420px;flex-shrink:0}.su-hero-sub--promo-br{line-height:1.55;max-width:100%}.su-or{display:flex;align-items:center;gap:.65rem;margin:.85rem 0;color:#94a3b8;font-size:.68rem;font-weight:700;letter-spacing:.12em;flex-shrink:0}.su-or:before,.su-or:after{content:"";flex:1;height:1px;background:#e2e8f0}.su-oauth{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem;width:100%;padding:.72rem 1rem;margin-bottom:0;border-radius:12px;border:1px solid #e2e8f0;background:#fff;font-weight:600;font-size:.88rem;color:#334155;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;flex-shrink:0}.su-oauth:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 1px 4px #0000000f}.su-oauth img{width:20px;height:20px;object-fit:contain}.su-oauth__icon{flex-shrink:0;display:block}.su-label{display:block;font-size:.78rem;font-weight:600;color:#0f172a;margin-bottom:.4rem;margin-top:0;flex-shrink:0}.su-input{width:100%;padding:.72rem 1rem;border-radius:12px;border:1px solid #e2e8f0;font-size:.92rem;color:#0f172a;outline:none;box-sizing:border-box;cursor:text;transition:border-color .15s ease,box-shadow .15s ease;flex-shrink:0}.su-input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.su-recaptcha-box{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;margin:.8rem 0 .25rem;cursor:pointer;flex-shrink:0;transition:border-color .15s}.su-recaptcha-box:hover{border-color:#cbd5e1}.su-recaptcha-label{display:flex;align-items:center;gap:.65rem;font-size:.88rem;color:#334155;cursor:pointer;font-weight:500}.su-recaptcha-check{width:18px;height:18px;cursor:pointer;accent-color:#2563eb;flex-shrink:0}.su-recaptcha-logo{height:42px;width:auto}.su-success-bar{display:flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border-radius:12px;background:#ecfdf5;color:#047857;font-weight:600;font-size:.88rem;margin:.8rem 0 .25rem;border:1px solid #d1fae5;flex-shrink:0}.su-success-bar__right{margin-left:auto}.su-success-bar__right img{height:38px;width:auto}.su-success-bar--neutral{background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;font-weight:600}.su-success-bar__figma-icon{flex-shrink:0}.su-success-bar--neutral .su-success-bar__right img{height:36px;opacity:.95}.su-btn-primary{cursor:pointer;width:100%;margin-top:.6rem;padding:.82rem 1.25rem;border:none;border-radius:12px;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;font-weight:600;font-size:.95rem;transition:filter .15s ease,transform .1s ease,box-shadow .15s ease;flex-shrink:0}.su-btn-primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 12px #2563eb4d}.su-btn-primary:active:not(:disabled){transform:translateY(1px)}.su-btn-primary:disabled{background:linear-gradient(180deg,#94a3b8,#94a3b8);opacity:.5;cursor:not-allowed}.su-btn-primary--navy{border-radius:999px;padding:.88rem 1.5rem;background:#1b2559;box-shadow:none}.su-btn-primary--navy:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 6px 20px #1b255959}.su-btn-primary--navy:disabled{background:#cbd5e1;color:#fff;opacity:1;filter:none;box-shadow:none;cursor:not-allowed}.su-form-foot{margin-top:auto;padding-top:1.25rem;font-size:.78rem;color:#64748b;line-height:1.55;text-align:center;flex-shrink:0}.su-link{color:#2563eb;text-decoration:none;font-weight:600;cursor:pointer;background:none;border:none;padding:0;font-size:inherit;font-family:inherit;transition:color .15s}.su-link:hover{color:#1d4ed8;text-decoration:underline}.su-link--underline{text-decoration:underline}.su-otp-row{display:flex;gap:.5rem;justify-content:flex-start;margin:1rem 0 0;flex-shrink:0}.su-otp-cell{width:52px;height:56px;text-align:center;font-size:1.3rem;font-weight:600;border-radius:10px;border:1.5px solid #e2e8f0;outline:none;background:#fff;color:#0f172a;cursor:text;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.su-otp-cell:focus{outline:none}.su-otp-cell.is-focused{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.su-otp-cell.is-filled{border-color:#334155}.su-otp-cell.is-filled.is-focused{border-color:#3b82f6}.su-email-badge-row{display:flex;align-items:center;gap:.4rem;margin-bottom:0;flex-shrink:0}.su-email-badge{display:inline-block;background:#fef9c3;color:#0f172a;font-size:.85rem;font-weight:600;padding:4px 10px;border-radius:8px}.su-icon-btn{background:none;border:none;padding:4px;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;border-radius:6px;transition:color .15s,background .15s}.su-icon-btn:hover{color:#2563eb;background:#f1f5f9}.su-resend-row{margin-top:1rem;text-align:center;font-size:.85rem;color:#64748b;flex-shrink:0}.su-promo-card{background:#fff;border-radius:16px;padding:clamp(1rem,2vh,1.4rem) clamp(1rem,2vw,1.4rem);box-shadow:0 4px 24px #0f172a14;max-width:100%}.su-promo-card--testimonial{display:flex;flex-direction:column;gap:clamp(1.1rem,2.2vh,1.5rem)}.su-testimonial-quote{margin:0;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600;color:#0f172a;line-height:1.4}.su-testimonial-quote .su-quote-accent{font-style:italic;font-weight:600;color:#2563eb}.su-testimonial-author{display:flex;align-items:center;gap:.75rem}.su-testimonial-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.su-testimonial-name{margin:0;font-size:.88rem;font-weight:600;color:#0f172a}.su-testimonial-role{margin:0;font-size:.78rem;color:#64748b}.su-promo-trust-band{display:flex;flex-direction:column;gap:.3rem}.su-promo-foot{font-size:.68rem;font-weight:700;letter-spacing:.1em;color:#64748b;margin:0}.su-promo-foot--stats{letter-spacing:.06em;color:#64748b}.su-promo-features{display:flex;gap:1rem;flex-wrap:wrap}.su-promo-features span{font-size:.82rem;font-weight:600;color:#0f172a}.su-promo-features--stats{gap:.5rem;align-items:center}.su-promo-dot{color:#94a3b8;font-size:.7rem}.su-logo-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.su-logo-row>span,.su-logo-row__stack{font-size:.88rem;font-weight:600;color:#0f172a;opacity:.6;letter-spacing:-.01em}.su-logo-row__stack{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:0;line-height:1.05}.su-logo-row__stack-line{display:block;font-size:.88rem;font-weight:600;color:#0f172a;opacity:1;letter-spacing:-.01em}@media(min-width:1400px){.su-split__form{padding:2.5rem clamp(1.25rem,2.5vw,2.5rem)}.su-hero-sub--email-promo,.su-hero-sub--verify-promo{max-width:420px}}@media(min-width:1600px){.su-split__form{padding:2.75rem clamp(1.5rem,2.75vw,3rem)}.su-split__form-inner{max-width:min(720px,100%)}.su-hero-sub--email-promo,.su-hero-sub--verify-promo{max-width:440px}}@media(min-width:1800px){.su-split__promo-inner--fill{max-width:min(680px,100%)}}@media(max-width:1280px){.su-otp-cell{width:46px;height:50px;font-size:1.1rem}.su-hero-sub--email-promo,.su-hero-sub--verify-promo{max-width:360px}}@media(max-width:1200px){.su-split__form{padding:1.5rem clamp(1rem,2vw,1.75rem)}}@media(max-width:1100px){.su-otp-cell{width:42px;height:46px;font-size:1rem}.su-hero-sub--email-promo,.su-hero-sub--verify-promo{max-width:320px}}@media(max-width:1024px){.su-split__form-inner{max-width:480px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.su-onboard{min-height:100vh;--su-onboard-gutter-x: clamp(1rem, 3vw, 2rem);padding:0 0 2.5rem}.su-root.su-onboard.su-bg{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#dce5ed;background-image:var(--su-bg-img, none);background-size:cover;background-position:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:0!important}.su-page--noscroll{height:100vh;overflow:hidden}.su-root.su-onboard.su-bg.su-page--noscroll{padding:0;background-color:#f4f7fa}.su-onboard.su-page--noscroll .su-page-body{padding-top:clamp(.5rem,1.5vh,1.25rem);padding-bottom:clamp(.75rem,2vh,1.5rem)}.su-root.su-onboard.su-bg--white{background-color:#fff;background-image:none}.su-root.su-onboard.su-bg--white.su-hiring-goal-root{display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box;padding:0 0 .25rem}.su-hiring-goal-root .su-onboard__header{height:50px;min-height:50px}.su-onboard__header{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;width:100%;max-width:100%;margin-left:0;margin-right:0;margin-top:0;padding:0 clamp(1.25rem,3vw,2rem);height:56px;min-height:56px;flex-shrink:0;background:#fff;border-bottom:1px solid #f1f5f9;gap:1rem}.su-onboard__header-left{display:flex;align-items:center;gap:1.25rem}.su-link--back{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:#374151;text-decoration:none;cursor:pointer;transition:color .15s}.su-link--back:hover{color:#111827}.su-onboard__header .su-link--back{color:#9ca3af;font-weight:500}.su-onboard__header .su-link--back:hover{color:#6b7280}.su-onboard__logo{display:flex;align-items:center;flex-shrink:0}.su-onboard__logo .su-brand__logo-img{height:28px;max-width:120px}.su-progress-wrap{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.su-progress-label{font-size:.8rem;font-weight:500;color:#64748b;white-space:nowrap}.su-progress{display:flex;gap:3px;align-items:center}.su-progress__seg{width:28px;height:4px;border-radius:99px;background:#e5e7eb;transition:background .2s}.su-progress__seg.is-done{background:#e5e7eb}.su-progress__seg.is-current{background:#1b2559}.su-page-body{flex:1 1 0;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,2.5vh,2rem) clamp(1rem,3vw,2rem);overflow:hidden;min-height:0}.su-card{background:#fff;border-radius:24px;box-shadow:0 8px 40px #0f172a1a;width:100%}.su-card--company{width:min(100%,clamp(18rem,56vw,920px));max-width:100%;padding:2rem clamp(1.75rem,4vw,3rem) 2.75rem;border-radius:22px;box-shadow:0 6px 36px #1b255917}.su-card--company .su-label{font-size:.8125rem;font-weight:500;color:#64748b;margin-bottom:.5rem}.su-card--company .su-input{padding:.75rem .875rem;border-color:#e5e7eb;border-radius:8px}.su-card--company .su-select{padding:.75rem 2.5rem .75rem .875rem;border-color:#e5e7eb;border-radius:8px}.su-card--company .su-input:focus,.su-card--company .su-select:focus{border-color:#d1d5db;box-shadow:0 0 0 2px #1b25590f}.su-card--company .su-btn-navy{min-height:56px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:999px;background:#1b2559}.su-card--company .su-btn-navy:hover{background:#141d45}.su-card--company .su-hire-field{margin-bottom:1.5rem}.su-card--company .su-hire-grid-2 .su-hire-field{margin-bottom:0}.su-card--company .su-hire-grid-2{margin-bottom:1.5rem;gap:1rem}.su-card--wide{max-width:min(860px,calc(100% - 3rem));padding:clamp(1.5rem,3vw,2.25rem)}.su-card--centered{max-width:min(700px,calc(100% - 3rem));padding:clamp(1.5rem,3vw,2.25rem)}.su-hire-kicker{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#4b5563;background:#e5e7eb;padding:.375rem .75rem;border-radius:999px;margin-bottom:.875rem}.su-hire-company-title{font-size:clamp(2rem,1.5vw + 1.5rem,2.25rem);font-weight:600;color:#0f172a;letter-spacing:-.025em;line-height:1.2;margin-bottom:1.5rem}.su-hire-field{margin-bottom:1.125rem}.su-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.4rem}.su-input{width:100%;padding:.72rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;color:#0f172a;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit;cursor:text}.su-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.su-input::placeholder{color:#94a3b8}.su-select-wrap{position:relative}.su-select{width:100%;padding:.72rem 2.5rem .72rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.95rem;color:#0f172a;background:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s}.su-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.su-select-wrap__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.su-hire-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem;margin-bottom:0}@media(max-width:600px){.su-hire-grid-2{grid-template-columns:1fr}}.su-btn-navy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;border-radius:999px;background:#1e3a5f;color:#fff;font-size:.95rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;transition:background .15s,transform .1s;white-space:nowrap}.su-btn-navy:hover{background:#162d4a}.su-btn-navy:active{transform:scale(.98)}.su-btn-navy:disabled{opacity:.5;cursor:not-allowed}.su-btn-navy--block{width:100%}.su-hire-company-cta{margin-top:.25rem}.su-btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.78rem 1.5rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-weight:600;font-size:.92rem;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s}.su-btn-outline:hover{border-color:#cbd5e1;color:#374151}.su-link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:.92rem;padding:0}.su-link--muted{color:#94a3b8;font-weight:500;text-decoration:none}.su-link--muted:hover{color:#64748b}.su-actions-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.25rem}.su-actions-row--spread{justify-content:space-between;width:100%}.su-actions-row--center{justify-content:center}.su-onboard__title-block{text-align:center;padding:clamp(2rem,4vh,3.5rem) clamp(1rem,4vw,2rem) clamp(1.5rem,3vh,2.5rem);max-width:720px;margin:0 auto}.su-onboard__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.15;margin-bottom:.85rem}.su-accent{font-family:Georgia,Times New Roman,Times,serif;font-style:italic;color:#2563eb;font-weight:700}.su-onboard__sub{font-size:1rem;color:#64748b;line-height:1.6;max-width:540px;margin:0 auto}@media(max-width:480px){.su-onboard__logo .su-brand__logo-img{height:24px;max-width:100px}.su-brand__logo-img{height:28px;max-width:110px}.su-progress-label{display:none}}.su-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:720px){.su-grid-2{grid-template-columns:1fr}}.su-field{margin-bottom:1rem}.su-actions-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin-top:1.75rem}.su-cat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}@media(max-width:900px){.su-cat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.su-cat-grid{grid-template-columns:1fr}}.su-cat-card{cursor:pointer;position:relative;text-align:left;border-radius:16px;border:1px solid #e8ecf1;background:#fff;padding:1rem 2.75rem 1rem 1rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit}.su-cat-card:hover{border-color:#cbd5e1;box-shadow:0 8px 28px #0f172a14;transform:translateY(-2px)}.su-cat-card.is-on:hover{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f,0 10px 28px #2563eb14}.su-cat-card.is-on{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.su-cat-card__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;font-size:1.15rem}.su-cat-card__title{margin:0 0 .2rem;font-weight:700;font-size:.98rem;color:#0f172a}.su-cat-card__count{margin:0;font-size:.8rem;color:#94a3b8}.su-cat-card__check{position:absolute;top:.85rem;right:.85rem;width:22px;height:22px;border-radius:6px;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:transparent}.su-cat-card.is-on .su-cat-card__check{border-color:#2563eb;background:#2563eb;color:#fff}.su-pill-grid{display:flex;flex-wrap:wrap;gap:.5rem}.su-pill{cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border-radius:999px;font-size:.82rem;font-weight:600;border:1px solid #e2e8f0;background:#fff;color:#334155;transition:background .12s ease,border-color .12s ease}.su-pill.is-on{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.su-section-label{display:flex;justify-content:space-between;align-items:baseline;margin:1.25rem 0 .5rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.su-pref-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.su-pref{cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .95rem;border-radius:999px;border:1px solid #e2e8f0;font-size:.86rem;font-weight:600;color:#0f172a;background:#fff}.su-pref.is-on{border-color:#2563eb;color:#1d4ed8;background:#eff6ff}.su-salary-bar{margin:.75rem 0 1rem;height:14px;border-radius:999px;background:linear-gradient(90deg,#e2e8f0,#bae6fd 18%,#38bdf8 38%,#6366f1,#a78bfa 72%,#e2e8f0);position:relative}.su-salary-marker{position:absolute;top:-6px;width:3px;height:26px;background:#0f172a;border-radius:2px;transform:translate(-50%)}.su-salary-scale{display:flex;justify-content:space-between;font-size:.72rem;font-weight:600;color:#64748b;margin-bottom:1rem}.su-salary-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;font-size:.82rem}@media(max-width:640px){.su-salary-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.su-salary-metrics strong{display:block;font-size:1rem;color:#0f172a}.su-salary-metrics .su-green{color:#059669}.su-invite-row{display:grid;grid-template-columns:1fr 140px 36px;gap:.65rem;align-items:center;margin-bottom:.65rem}@media(max-width:640px){.su-invite-row{grid-template-columns:1fr}}.su-icon-btn{cursor:pointer;border:none;background:#f1f5f9;width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b}.su-icon-btn:hover{background:#e2e8f0;color:#0f172a}.su-select{padding:.65rem .75rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:.88rem}.su-promo-card{background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;padding:1.25rem;max-width:380px;box-shadow:0 20px 50px #0f172a1f}.su-promo-card__open{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;color:#059669;margin-bottom:.35rem}.su-promo-card__title{margin:0 0 .65rem;font-size:1.25rem;font-weight:800}.su-promo-card__apps{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#64748b;margin-bottom:.85rem}.su-promo-card__apps img{width:72px;height:auto}.su-promo-meta{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#64748b}.su-promo-meta span{display:inline-flex;align-items:center;gap:.4rem}.su-promo-foot{margin-top:2rem;font-size:.68rem;font-weight:700;letter-spacing:.08em;color:#64748b}.su-promo-features{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.75rem;font-size:.82rem;font-weight:700;color:#334155}.su-hire-visual{background:#ffffffe6;border-radius:20px;padding:1.5rem;max-width:400px;box-shadow:0 16px 48px #0f172a1a}.su-hire-visual__label{font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:.35rem}.su-hire-visual__role{font-size:1.35rem;font-weight:800;margin:0 0 .75rem}.su-hire-visual__apps{display:flex;align-items:center;gap:.65rem}.su-hire-visual__apps img{width:80px}.su-hire-visual__apps span{font-size:.9rem;font-weight:700;color:#334155}.su-profile-row{display:flex;gap:1.25rem;align-items:flex-start;margin-bottom:1.5rem;flex-wrap:wrap}.su-profile-avatar-wrap{position:relative;flex-shrink:0}.su-profile-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover}.su-profile-cam{position:absolute;right:0;bottom:0;width:28px;height:28px;border-radius:50%;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}.su-textarea{width:100%;min-height:120px;padding:.85rem 1rem;border-radius:12px;border:1px solid #e2e8f0;resize:vertical;font-size:.92rem}.su-resume-box{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px dashed #cbd5e1;border-radius:14px;margin-bottom:1.25rem}.su-social-row{display:grid;grid-template-columns:100px 1fr;gap:.65rem;margin-bottom:.5rem;align-items:center}@media(max-width:520px){.su-social-row{grid-template-columns:1fr}}.su-range{width:100%;margin:.5rem 0 .25rem;accent-color:#2563eb}.su-range-labels{display:flex;justify-content:space-between;font-size:.72rem;color:#94a3b8;font-weight:600}.su-range-labels .is-active{color:#2563eb}.su-hiring-goal{flex:1 1 0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem 1rem 1.5rem;background:#fff;font-family:Inter,system-ui,sans-serif;min-height:0;gap:1.5rem;overflow:hidden}.su-hiring-goal__heading{text-align:center;max-width:52rem;padding:0 .25rem;flex-shrink:0;margin-top:-.5rem}.su-hiring-goal__title{margin:0;display:flex;flex-direction:column;align-items:center;gap:.05em;font-size:clamp(1.75rem,2.2vw + .85rem,2.75rem);line-height:1.12;letter-spacing:-.03em;font-weight:600}.su-hiring-goal__title-prefix{color:#111827;font-weight:600}.su-hiring-goal__title-accent{color:#2563eb;font-style:italic;font-weight:600}.su-hiring-goal__subtitle{font-size:clamp(.875rem,.35vw + .8rem,1rem);line-height:1.55;color:#6b7280;font-weight:400;max-width:40rem;margin:.55rem auto 0}.su-hiring-goal__grid{width:100%;max-width:min(920px,calc(100vw - 2rem));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;flex-shrink:0}.su-hiring-goal-card{position:relative;background:#f8f9fc;border:1.5px solid #e9eaf0;border-radius:22px;overflow:hidden;padding:0;cursor:pointer;text-align:left;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.su-hiring-goal-card:hover:not(.is-selected){transform:translateY(-2px);border-color:#c7d2fe;box-shadow:0 12px 36px #0f172a12}.su-hiring-goal-card.is-selected{border:2px solid #3b5bdb;box-shadow:0 8px 32px #2563eb1f;background:#fff}.su-hiring-goal-card:focus-visible{outline:3px solid rgba(37,99,235,.45);outline-offset:3px}.su-hire-goal-card__visual{position:relative;height:clamp(200px,22vh,240px);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.su-hire-goal-card__visual--source{background:radial-gradient(ellipse 55% 55% at 20% 20%,rgba(191,219,254,.65),transparent),radial-gradient(ellipse 50% 50% at 82% 18%,rgba(187,247,208,.5),transparent),radial-gradient(ellipse 60% 55% at 50% 95%,rgba(224,231,255,.5),transparent),#f3f6fb}.su-hire-goal-card__visual--specialized{background:radial-gradient(ellipse 55% 55% at 15% 18%,rgba(233,213,255,.55),transparent),radial-gradient(ellipse 50% 50% at 85% 20%,rgba(254,249,195,.5),transparent),radial-gradient(ellipse 55% 55% at 60% 90%,rgba(199,210,254,.45),transparent),#f3f6fb}.goal-source-card{width:min(240px,72%);background:#fffffff7;border-radius:16px;padding:1rem;position:relative;top:-18px;box-shadow:0 10px 32px #0f172a1a,0 2px 8px #0f172a0a;z-index:2}.goal-source-card__top{display:flex;align-items:center;gap:.65rem}.goal-source-card__icon{flex-shrink:0;width:42px;height:42px;border-radius:999px;background:#1f2937;color:#fff;display:flex;align-items:center;justify-content:center}.goal-source-card__content{display:flex;flex-direction:column;gap:.4rem}.goal-source-card__title{font-size:.8125rem;font-weight:600;color:#111827;line-height:1}.goal-source-card__avatars{display:flex;align-items:center}.goal-source-card__avatars span{width:22px;height:22px;border-radius:999px;border:2px solid #fff;margin-left:-6px}.goal-source-card__avatars span:first-child{margin-left:0;background:#d1d5db}.goal-source-card__avatars span:nth-child(2){background:#9ca3af}.goal-source-card__avatars span:nth-child(3){background:#6b7280}.goal-source-card__button-float{position:absolute;bottom:26px;left:50%;transform:translate(-50%);background:#fff;border:1.5px solid #e5e7eb;border-radius:999px;padding:.45rem 1.1rem;font-size:.78125rem;font-weight:500;color:#374151;white-space:nowrap;box-shadow:0 6px 16px #0f172a1a,0 2px 6px #0f172a0d;z-index:3;font-family:inherit}.goal-special-wrap{position:relative;width:min(260px,75%);overflow:visible;z-index:2}.goal-special-card{width:100%;background:#fffffff7;border-radius:16px;padding:1.1rem 1.1rem 1.4rem;position:relative;box-shadow:0 10px 32px #0f172a1a,0 2px 8px #0f172a0a}.goal-special-card__top{display:flex;align-items:center;gap:.6rem}.goal-special-card__avatar{flex-shrink:0;width:40px;height:40px;border-radius:999px;background:#dde1ea}.goal-special-card__details{display:flex;flex-direction:column;gap:.35rem}.goal-special-card__name{font-size:.9rem;font-weight:700;color:#111827;line-height:1}.goal-special-card__line{display:block;width:3.25rem;height:.3rem;border-radius:999px;background:#e5e7eb}.goal-special-pill{position:absolute;border-radius:999px;font-size:.6875rem;font-weight:600;font-family:inherit;white-space:nowrap;line-height:1}.goal-special-pill--salary{top:-10px;right:-48px;background:#fff;color:#374151;border:1.5px solid #e5e7eb;padding:.38rem .7rem;box-shadow:0 4px 14px #0f172a14,0 1px 4px #0f172a0a}.goal-special-pill--skill{bottom:-4px;left:-44px;padding:.42rem .85rem;color:#fff;background:linear-gradient(135deg,#7c3aed,#4338ca);box-shadow:0 6px 18px #6d28d966}.goal-special-pill--senior{bottom:14px;right:-36px;background:#fff;color:#111827;border:1.5px solid #d1d5db;padding:.38rem .7rem;box-shadow:0 4px 14px #0f172a14,0 1px 4px #0f172a08}.su-hiring-goal-card__body{padding:1rem 1.25rem 1.4rem;text-align:center;flex-shrink:0;background:transparent}.su-hiring-goal-card__title{font-size:clamp(1rem,.85vw + .75rem,1.15rem);font-weight:700;color:#111827;margin:0 0 .4rem;letter-spacing:-.02em}.su-hiring-goal-card__desc{font-size:.78125rem;line-height:1.55;color:#6b7280;max-width:22rem;margin:0 auto}.su-hiring-goal__footer{width:100%;max-width:min(920px,calc(100vw - 2rem));flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:1.25rem;padding-top:.1rem}.su-hiring-goal__skip{background:transparent;border:none;color:#9ca3af;font-size:.875rem;font-weight:500;cursor:pointer;padding:.35rem 0;transition:color .15s ease;font-family:inherit}.su-hiring-goal__skip:hover{color:#374151}.su-hiring-goal__continue{min-height:46px;min-width:148px;padding:0 1.5rem;border:none;border-radius:999px;background:#1e295b;color:#fff;font-size:.9375rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.su-hiring-goal__continue:hover{background:#161f47;transform:translateY(-1px);box-shadow:0 12px 28px #1e295b47}@media(max-width:1020px){.su-hiring-goal__grid{grid-template-columns:1fr;max-width:480px}.su-hire-goal-card__visual{height:clamp(170px,24vw,210px)}}@media(max-width:640px){.su-hiring-goal{padding:1.25rem .875rem 1rem;gap:1.1rem}.su-hiring-goal__title{font-size:clamp(1.45rem,7vw,1.9rem)}.su-hire-goal-card__visual{height:170px}.goal-source-card,.goal-special-card{width:85%}.su-hiring-goal__continue{min-width:130px;font-size:.875rem}}.su-roles-title-block{padding-top:clamp(.75rem,2vh,1.5rem);padding-bottom:clamp(.5rem,1.5vh,1rem);text-align:center}.su-roles-title{display:flex;flex-direction:column;align-items:center;gap:0;line-height:1.15;font-size:clamp(1.6rem,3.2vw,2.25rem);font-weight:600;color:#0f172a;margin:0 0 .5rem}.su-roles-title__line1{display:block;font-weight:600}.su-roles-title__line2{display:block}.su-roles-wrapper{display:flex;flex-direction:column;align-items:center;padding:0 clamp(2rem,6vw,6rem) clamp(.75rem,1.5vh,1.5rem);flex:1 1 auto;min-height:0;width:100%;box-sizing:border-box}.su-cat-grid--roles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.6rem,1vw,1rem);width:100%;max-width:960px;margin-bottom:clamp(.75rem,1.5vh,1.25rem)}@media(max-width:700px){.su-cat-grid--roles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:440px){.su-cat-grid--roles{grid-template-columns:1fr}}.su-cat-card--compact{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;padding:clamp(.75rem,1.3vw,1.1rem) clamp(.75rem,1.3vw,1.1rem) clamp(.65rem,1.1vw,.9rem);border-radius:14px;border:1.5px solid #e8eef4;background:#fff;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color .15s,box-shadow .15s,transform .12s;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:0}.su-cat-card--compact:hover{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a12;transform:translateY(-1px)}.su-cat-card--compact.is-on{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb26,0 4px 14px #2563eb14}.su-cat-card--compact:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.su-cat-card__icon--sm{width:clamp(34px,3.2vw,42px);height:clamp(34px,3.2vw,42px);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.su-cat-card__text{display:flex;flex-direction:column;gap:.15rem}.su-cat-card__title--sm{font-size:clamp(.8rem,1.05vw,.92rem);font-weight:700;color:#0f172a;margin:0;line-height:1.2}.su-cat-card__count--sm{font-size:clamp(.7rem,.85vw,.78rem);color:#94a3b8;margin:0;font-weight:500;line-height:1.2}.su-cat-card__check{position:absolute;top:.65rem;right:.65rem;width:20px;height:20px;border-radius:5px;border:1.5px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s;flex-shrink:0}.su-cat-card--compact.is-on .su-cat-card__check{border-color:#2563eb;background:#2563eb;color:#fff}.su-roles-actions{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;max-width:960px;padding-top:clamp(.25rem,.75vh,.5rem)}@media(max-height:700px){.su-roles-title{font-size:1.4rem}.su-cat-card--compact{padding:.55rem .7rem;gap:.3rem}.su-cat-card__icon--sm{width:28px;height:28px;border-radius:7px}.su-cat-grid--roles{gap:.5rem;margin-bottom:.6rem}}.su-ht-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;min-height:0;padding:1.5rem 1.25rem 1.75rem;gap:1.25rem;box-sizing:border-box}.su-ht-title-block{text-align:center;max-width:640px}.su-ht-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;color:#1e293b;margin:0 0 .55rem;line-height:1.2;letter-spacing:-.01em}.su-ht-accent{color:#2b52ce;font-style:italic;font-weight:600}.su-ht-sub{font-size:clamp(.82rem,1.3vw,.95rem);color:#64748b;line-height:1.6;margin:0}.su-ht-card{background:#fff;border-radius:20px;box-shadow:0 4px 32px #00000012;padding:1.75rem 2rem 1.5rem;width:100%;max-width:620px;box-sizing:border-box}.su-ht-rows{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.75rem}.su-ht-row{display:flex;align-items:center;gap:.6rem}.su-ht-input{flex:1 1 0;min-width:0;height:44px;padding:0 .875rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;color:#1e293b;background:#fff;outline:none;box-sizing:border-box;font-family:inherit;cursor:text;transition:border-color .15s}.su-ht-input::placeholder{color:#94a3b8}.su-ht-input:focus{border-color:#2b52ce}.su-ht-select-wrap{position:relative;flex:0 0 118px}.su-ht-select{width:100%;height:44px;padding:0 2rem 0 .875rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;color:#1e293b;background:#fff;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;font-family:inherit;box-sizing:border-box;transition:border-color .15s}.su-ht-select:focus{border-color:#2b52ce}.su-ht-select-icon{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#64748b}.su-ht-remove-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:none;background:transparent;color:#94a3b8;border-radius:7px;cursor:pointer;transition:background .12s,color .12s;padding:0;font-family:inherit}.su-ht-remove-btn:hover{background:#f1f5f9;color:#475569}.su-ht-add-btn{display:inline-flex;align-items:center;gap:.15rem;background:none;border:none;padding:.2rem 0;font-size:.875rem;font-weight:600;color:#3b4fd8;cursor:pointer;font-family:inherit;margin-bottom:1.25rem;transition:color .15s}.su-ht-add-btn:hover{color:#2b52ce;text-decoration:underline}.su-ht-card-footer{display:flex;align-items:center;gap:.75rem;border-top:1px solid #f1f5f9;padding-top:1.25rem}.su-ht-skip-outline{height:44px;padding:0 1.25rem;border:1.5px solid #e2e8f0;border-radius:999px;background:transparent;font-size:.875rem;font-weight:600;color:#374151;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .12s,border-color .12s;flex-shrink:0}.su-ht-skip-outline:hover{background:#f8fafc;border-color:#cbd5e1}.su-ht-send-btn{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:.5rem;height:44px;padding:0 1.5rem;border:none;border-radius:999px;background:#1a2b6b;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,opacity .15s;white-space:nowrap}.su-ht-send-btn:hover:not(:disabled){background:#1e3380}.su-ht-send-btn:disabled{opacity:.45;cursor:not-allowed}.su-ht-outer-actions{display:flex;align-items:center;justify-content:center;gap:1.5rem}.su-ht-skip-text{background:none;border:none;font-size:.875rem;font-weight:500;color:#94a3b8;cursor:pointer;padding:0;font-family:inherit;transition:color .15s}.su-ht-skip-text:hover{color:#64748b}.su-ht-continue-btn{display:inline-flex;align-items:center;gap:.4rem;height:44px;padding:0 1.5rem;border:none;border-radius:999px;background:#1a2b6b;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s;white-space:nowrap}.su-ht-continue-btn:hover{background:#1e3380}@media(min-width:1400px){.su-ht-card{max-width:680px}.su-ht-title-block{max-width:720px}}@media(max-width:860px){.su-ht-card{max-width:calc(100% - 2rem)}}@media(max-width:600px){.su-ht-wrapper{padding:1rem 1rem 1.25rem;gap:1rem}.su-ht-title{font-size:1.65rem}.su-ht-card{padding:1.25rem 1rem 1.1rem}.su-ht-card-footer{flex-direction:column;align-items:stretch}.su-ht-card-footer>*{width:100%;text-align:center;justify-content:center}.su-ht-skip-outline,.su-ht-send-btn{height:42px}}@media(max-width:420px){.su-ht-row{flex-wrap:wrap}.su-ht-input{flex:1 1 100%}.su-ht-select-wrap{flex:1 1 auto}.su-ht-remove-btn{align-self:flex-end}}@media(min-width:1400px){.su-path{max-width:min(1100px,92vw);padding-left:clamp(1.5rem,3vw,2.5rem);padding-right:clamp(1.5rem,3vw,2.5rem)}.su-path__grid{gap:clamp(1.25rem,2vw,2rem)}.su-onboard__header{padding:0 clamp(1.5rem,2.5vw,2.75rem)}.su-card--company{width:min(100%,clamp(20rem,52vw,960px))}}@media(min-width:1600px){.su-path{max-width:1200px}.su-path-card__visual{min-height:220px}.su-cat-grid--roles{max-width:min(1040px,92vw)}.su-onboard.su-page--noscroll .su-page-body{padding-left:clamp(2rem,4vw,4rem);padding-right:clamp(2rem,4vw,4rem)}}@media(min-width:1800px){.su-path{max-width:1280px}.su-cat-grid--roles{max-width:1080px}}@media(max-width:1280px){.su-onboard__header{padding:0 clamp(1rem,2.5vw,1.75rem);gap:.75rem}.su-progress-wrap{flex-shrink:1;min-width:0}.su-progress-label{font-size:.8125rem}.su-split__form{padding:clamp(1.25rem,2.5vh,2rem) clamp(.75rem,1.5vw,1.25rem)}.su-cat-grid--roles{max-width:min(900px,96vw)}}@media(max-width:1024px)and (min-width:901px){.su-split__form-inner{max-width:min(520px,100%)}}.su-promo-inner__stack{display:flex;flex-direction:column;gap:2rem;flex-shrink:0;width:100%}.st-promo-card--float{background:#fff;border-radius:18px;padding:16px 18px;box-shadow:0 8px 32px #0f172a24;width:230px;position:absolute;right:212px;bottom:25px;z-index:4;font-size:12.5px}.st-vjc2__logo{width:35px;height:52px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:none;box-shadow:none}.st-vjc2__logo-img{width:30px;height:30px;object-fit:contain;object-fit:cover}.su-promo-inner__stack{display:flex;flex-direction:column;gap:clamp(.75rem,1.5vh,1.25rem);flex-shrink:0;width:100%}.su-promo-inner__stack .su-promo-title{margin-bottom:clamp(.6rem,1.2vh,.9rem)}.su-hero-sub--dark{font-size:.9rem;color:#475569;line-height:1.6;max-width:420px;margin:0}.su-split__promo{overflow:hidden}.st-promo-cards{position:relative;display:flex;flex-direction:column;padding-bottom:56px}.st-promo-card--main{background:#fff;border-radius:20px;padding:22px 22px 18px;box-shadow:0 4px 28px #0f172a17;max-width:320px;width:100%}.st-promo-card__icon-badge{width:44px;height:44px;background:#dff0ec;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.st-promo-card__label{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 6px;line-height:1.3}.st-promo-card__sub{font-size:12px;color:#64748b;line-height:1.55;margin:0 0 16px}.st-skeleton-list{display:flex;flex-direction:column;gap:8px;background:#eef3f8;border-radius:12px;padding:10px}.st-skeleton-row{background:#fff;border-radius:10px;padding:10px 12px;display:flex;align-items:center;gap:10px}.st-skeleton-thumb{width:28px;height:28px;border-radius:6px;background:#dde4ed;flex-shrink:0}.st-skeleton-lines{flex:1;display:flex;flex-direction:column;gap:6px}.st-skeleton-line{height:7px;border-radius:4px;background:#dde4ed}.st-skeleton-line--title{width:55%}.st-skeleton-line--short{width:40%}.st-skeleton-line--sub{width:90%;background:#eaf0f6}.st-promo-card--float{background:#fff;border-radius:18px;padding:16px 18px;box-shadow:0 8px 32px #0f172a24;width:clamp(200px,18vw,250px);position:absolute;right:clamp(24px,10vw,212px);bottom:20px;z-index:4;font-size:12.5px}.st-float-open{font-size:11.5px;font-weight:700;color:#22c55e;margin-bottom:4px;letter-spacing:.01em}.st-float-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:10px;line-height:1.2}.st-float-avatars{display:flex;align-items:center;gap:10px;margin-bottom:12px}.st-float-avatar-img{height:28px;width:auto;display:block;flex-shrink:0}.st-float-apps{font-size:12px;color:#94a3b8;font-weight:500}.st-float-row{display:flex;align-items:center;gap:7px;font-size:12px;color:#334155;margin-bottom:6px;line-height:1.3}.st-float-row:last-child{margin-bottom:0}.st-float-dur{font-size:11px;color:#94a3b8;margin-left:2px}.su-promo-trust-band--talent-email,.su-promo-trust-band--talent-verify{display:flex;flex-direction:column;gap:clamp(.5rem,1vh,.75rem);margin-top:0}.su-promo-foot--dark{font-size:.68rem;font-weight:700;letter-spacing:.1em;color:#94a3b8;margin:0}.st-trust-pills{display:flex;gap:2rem;flex-wrap:wrap}.st-trust-pills span{font-size:.82rem;font-weight:600;color:#0f172a}.st-vjc2{background:#fff;border-radius:20px;padding:20px 22px 18px;box-shadow:0 4px 28px #0f172a1a;max-width:360px;width:100%;border:1px solid rgba(226,232,240,.8)}.st-vjc2__header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.st-vjc2__logo{width:52px;height:52px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:none;box-shadow:none}.st-vjc2__logo-img{width:32px;height:32px;object-fit:contain}.st-vjc2__featured{display:inline-flex;align-items:center;gap:5px;background:#d1fae5;color:#059669;font-size:12px;font-weight:700;padding:5px 12px;border-radius:999px;letter-spacing:.01em}.st-vjc2__bookmark{margin-left:auto;background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s;flex-shrink:0}.st-vjc2__bookmark:hover{background:#f1f5f9}.st-vjc2__company{display:flex;align-items:center;font-size:13px;font-weight:600;color:#64748b;margin-bottom:4px}.st-vjc2__role{font-size:clamp(18px,2.2vw,22px);font-weight:600;color:#0f172a;margin-bottom:10px;letter-spacing:-.02em;line-height:1.2}.st-vjc2__tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.st-vjc2__tags span{font-size:12px;font-weight:500;color:#64748b}.st-vjc2__salary{font-size:clamp(18px,2vw,22px);font-weight:600;color:#0f172a;letter-spacing:-.02em;margin-bottom:16px}.st-vjc2__footer{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.st-vjc2__meta{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:500;color:#64748b}.st-vjc2__details-btn{margin-left:auto;background:#f1f5f9;border:none;border-radius:999px;padding:8px 20px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer;transition:background .15s;white-space:nowrap}.st-vjc2__details-btn:hover{background:#e2e8f0}.su-promo-title--dark{color:#0f172a}.st-full-page{height:100vh;max-height:100vh;overflow:hidden;background-image:var(--st-bg);background-size:cover;background-position:center bottom;display:flex;flex-direction:column}.st-full-body{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(16px,2vh,28px) 24px clamp(16px,2vh,28px);overflow-y:auto;scrollbar-gutter:stable}.st-full-title{font-size:clamp(22px,2.8vw,34px);font-weight:600;color:#0f172a;text-align:center;margin:0 0 8px;line-height:1.2;flex-shrink:0}.st-full-sub{font-size:clamp(13px,1.1vw,15px);color:#64748b;text-align:center;margin:0 0 clamp(16px,2.5vh,28px);max-width:520px;line-height:1.6;flex-shrink:0}.st-form-card,.st-skills-card,.st-pref-card,.st-portfolio-card{background:#fff;border-radius:20px;padding:clamp(20px,2.5vh,32px) clamp(20px,2.5vw,36px);width:100%;max-width:min(640px,94vw);box-shadow:0 2px 24px #00000012;flex-shrink:0;box-sizing:border-box}.st-avatar-row{display:flex;align-items:flex-start;gap:16px;margin-bottom:clamp(14px,2vh,20px)}.st-avatar-wrap{position:relative;flex-shrink:0;width:64px;height:64px}.st-avatar-img{width:64px;height:64px;border-radius:50%;object-fit:cover;display:block}.st-avatar-overlay{position:absolute;bottom:0;right:0;width:22px;height:22px;background:#fff;border-radius:50%;border:1.5px solid #e2e8f0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000001a}.st-avatar-info{display:flex;flex-direction:column;gap:3px;min-width:0}.st-avatar-label{font-size:14px;font-weight:600;color:#0f172a;margin:0}.st-avatar-hint{font-size:12.5px;color:#64748b;margin:0;line-height:1.4}.st-change-photo-btn{background:none;border:1.5px solid #e2e8f0;border-radius:8px;padding:5px 12px;font-size:12.5px;font-weight:500;color:#0f172a;width:fit-content;cursor:pointer;transition:border-color .15s,background .15s;margin-top:4px}.st-change-photo-btn:hover{background:#f8fafc;border-color:#cbd5e1}.st-divider{height:1px;background:#f1f5f9;margin:clamp(12px,1.5vh,20px) 0}.st-field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:clamp(12px,1.5vh,18px)}.st-field-group{display:flex;flex-direction:column;gap:0}.st-field-group--full{margin-bottom:clamp(12px,1.5vh,18px)}.st-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:5px}.st-input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:clamp(9px,1.1vh,12px) 14px;font-size:14px;color:#0f172a;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box;font-family:inherit}.st-input::placeholder{color:#94a3b8}.st-input:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a14}.st-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;cursor:pointer}.st-input-hint{font-size:12px;color:#94a3b8;margin:5px 0 0;line-height:1.4}.st-section-label{font-size:13px;font-weight:600;color:#374151;margin:0 0 12px;display:block}.st-section-count{font-size:12px;color:#94a3b8}.st-cta-btn{width:100%;background:#1e3a8a;color:#fff;border:none;border-radius:50px;padding:clamp(12px,1.5vh,15px) 24px;font-size:clamp(14px,1.2vw,15px);font-weight:600;margin-top:clamp(16px,2vh,24px);cursor:pointer;transition:background .15s,opacity .15s,transform .1s;font-family:inherit}.st-cta-btn:hover:not(:disabled){background:#1e40af;transform:translateY(-1px)}.st-cta-btn:active:not(:disabled){transform:translateY(0)}.st-cta-btn:disabled{opacity:.45;cursor:not-allowed}.st-cta-btn--inline{width:auto;padding:13px 28px;margin-top:0}.st-skip-btn{background:none;border:none;font-size:14px;color:#94a3b8;font-weight:500;cursor:pointer}.st-skip-btn--outline{border:1.5px solid #e2e8f0;border-radius:50px;padding:13px 28px;color:#0f172a;background:#fff;font-size:15px;cursor:pointer;transition:border-color .15s,background .15s}.st-skip-btn--outline:hover{background:#f8fafc;border-color:#cbd5e1}@media(max-width:640px){.st-field-row{grid-template-columns:1fr}.st-form-card,.st-skills-card,.st-pref-card,.st-portfolio-card{border-radius:16px}}@media(max-height:700px){.st-full-body{justify-content:flex-start;padding-top:12px}.st-full-title{font-size:20px}.st-full-sub{margin-bottom:12px;font-size:13px}}html:has(.st-full-page--basics),body:has(.st-full-page--basics){overflow:hidden;height:100%}#root:has(.st-full-page--basics){height:100%;max-height:100%;min-height:0;overflow:hidden}.st-full-page--basics{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;max-height:100dvh;overflow:hidden;z-index:0}.st-full-page--basics .st-full-body{justify-content:flex-start;padding:clamp(20px,2.2vh,30px) 24px clamp(8px,1vh,12px);overflow:hidden;overflow-y:hidden;scrollbar-gutter:auto}.st-full-page--basics .st-full-title{margin-bottom:12px}.st-full-page--basics .st-full-sub{font-size:15px!important;margin-top:10px;margin-bottom:clamp(56px,6vh,84px);line-height:1.45}.st-full-page--basics .st-form-card{padding:clamp(14px,1.8vh,22px) clamp(18px,2vw,28px);margin-top:clamp(44px,4.5vh,64px)}.st-full-page--basics .st-avatar-row{margin-bottom:clamp(8px,1vh,12px);gap:12px}.st-full-page--basics .st-avatar-hint{display:none}.st-full-page--basics .st-divider{margin:clamp(6px,.8vh,10px) 0}.st-full-page--basics .st-field-row{gap:12px;margin-bottom:clamp(8px,1vh,12px)}.st-full-page--basics .st-field-group--full{margin-bottom:clamp(8px,1vh,12px)}.st-full-page--basics .st-label{margin-bottom:4px;font-size:12.5px}.st-full-page--basics .st-input{padding:9px 12px;font-size:13.5px}.st-full-page--basics .st-input-hint{margin-top:3px;font-size:11px}.st-full-page--basics .st-cta-btn{margin-top:clamp(8px,1vh,12px);padding:11px 24px}@media(max-height:900px){.st-full-page--basics .st-full-body{padding:14px 20px 8px}.st-full-page--basics .st-full-title{margin-bottom:8px}.st-full-page--basics .st-full-sub{margin-bottom:30px;font-size:13px;line-height:1.35}.st-full-page--basics .st-form-card{padding:12px 18px;margin-top:22px}.st-full-page--basics .st-avatar-wrap,.st-full-page--basics .st-avatar-img{width:52px;height:52px}.st-full-page--basics .st-avatar-row{margin-bottom:6px}.st-full-page--basics .st-divider{margin:6px 0}.st-full-page--basics .st-field-row,.st-full-page--basics .st-field-group--full{margin-bottom:6px}.st-full-page--basics .st-input{padding:8px 12px}.st-full-page--basics .st-cta-btn{margin-top:6px;padding:10px 24px}}.st-role-content{width:100%;max-width:min(840px,94vw)}.st-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}.st-cat-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 16px 14px;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s;position:relative;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit}.st-cat-card:hover{border-color:#1e3a8a;box-shadow:0 2px 12px #1e3a8a14}.st-cat-card.is-selected{border-color:#1e3a8a;box-shadow:0 0 0 2px #1e3a8a26}.st-cat-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.st-cat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.st-cat-check{width:20px;height:20px;border-radius:5px;border:1.5px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;transition:background .15s,border-color .15s}.st-cat-check.is-checked{background:#1e3a8a;border-color:#1e3a8a}.st-cat-label{font-size:13.5px;font-weight:600;color:#0f172a;margin:0 0 3px;line-height:1.3}.st-cat-count{font-size:11.5px;color:#94a3b8;margin:0;line-height:1.3}.st-exp-section{margin-bottom:28px}.st-section-label{font-size:13px;font-weight:500;color:#0f172a;margin:0 0 10px}.st-slider-wrap{position:relative;margin-bottom:8px;padding:10px 0}.st-slider-track{position:relative;height:4px;border-radius:99px;background:linear-gradient(to right,#2563eb 0%,#2563eb var(--fill, 40%),#dde3ee var(--fill, 40%),#dde3ee 100%)}.st-slider{position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:4px;margin:0;background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none}.st-slider::-webkit-slider-runnable-track{background:transparent;height:4px;border-radius:99px}.st-slider::-moz-range-track{background:transparent;height:4px;border-radius:99px}.st-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:2.5px solid #2563eb;box-shadow:0 1px 8px #2563eb40;cursor:pointer;margin-top:-9px;transition:transform .12s,box-shadow .12s}.st-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;border:2.5px solid #2563eb;box-shadow:0 1px 8px #2563eb40;cursor:pointer;transition:transform .12s,box-shadow .12s}.st-slider:hover::-webkit-slider-thumb,.st-slider:focus::-webkit-slider-thumb{transform:scale(1.1);box-shadow:0 2px 12px #2563eb59}.st-slider:hover::-moz-range-thumb,.st-slider:focus::-moz-range-thumb{transform:scale(1.1);box-shadow:0 2px 12px #2563eb59}.st-slider-labels{display:flex;justify-content:space-between;font-size:12px;color:#4a4a4a;margin-top:2px}.st-slider-label--active{color:#0f172a;font-weight:700}.st-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.st-field-row--role{margin-bottom:0}.st-field-group{display:flex;flex-direction:column;gap:6px}.st-label{font-size:13px;font-weight:500;color:#0f172a}.st-input{height:44px;border:1.5px solid #e2e8f0;border-radius:10px;padding:0 14px;font-size:14px;color:#0f172a;background:#fff;outline:none;cursor:text;transition:border-color .15s,box-shadow .15s;font-family:inherit}.st-input:focus{border-color:#1e3a8a;box-shadow:0 0 0 3px #1e3a8a1a}.st-role-footer{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:32px}.st-skip-btn{background:transparent;border:none;font-size:14px;font-weight:500;color:#94a3b8;cursor:pointer;padding:0 4px;transition:color .15s;font-family:inherit}.st-skip-btn:hover{color:#64748b}.st-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:48px;padding:0 32px;border-radius:99px;border:none;background:#1e3a8a;color:#fff;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,transform .12s,box-shadow .15s;letter-spacing:.01em}.st-cta-btn:hover{background:#1e40af;box-shadow:0 4px 16px #1e3a8a47;transform:translateY(-1px)}.st-cta-btn:active{transform:translateY(0)}@media(max-width:768px){.st-cat-grid{grid-template-columns:repeat(2,1fr)}.st-field-row{grid-template-columns:1fr}.st-role-content{max-width:100%}}@media(max-width:480px){.st-cat-grid{grid-template-columns:repeat(2,1fr);gap:10px}.st-cat-card{padding:12px 12px 10px}.st-cat-icon{width:36px;height:36px}.st-cta-btn{height:44px;padding:0 24px;font-size:14px}.st-role-footer{flex-direction:row;gap:16px;flex-wrap:wrap;justify-content:center}}.st-full-page--skills .st-full-body{justify-content:flex-start;padding:32px 24px 14px;overflow:hidden}.st-full-page--skills .st-full-title{font-size:clamp(26px,3vw,36px);margin-bottom:8px}.st-full-page--skills .st-full-sub{font-size:15px;margin-bottom:22px;line-height:1.55}.st-skills-card{width:100%;max-width:min(720px,94vw);background:#fff;border-radius:18px;border:1px solid #e8edf4;padding:18px 24px 16px;box-shadow:0 2px 20px #0f172a0f;box-sizing:border-box}.st-skills-section{margin-bottom:0}.st-skills-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.st-section-label{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.07em;text-transform:uppercase}.st-section-count{font-size:11.5px;color:#94a3b8;font-weight:400}.st-chip-group{display:flex;flex-wrap:wrap;gap:6px}.st-chip{display:inline-flex;align-items:center;gap:3px;background:#fff;border:1.5px solid #e2e8f0;border-radius:99px;padding:5px 13px;font-size:12.5px;font-weight:400;color:#374151;cursor:pointer;transition:border-color .15s,background .15s,color .15s;white-space:nowrap;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;line-height:1.4}.st-chip:hover{border-color:#94a3b8}.st-chip.is-active{border-color:#1e3a8a;background:#eff6ff;color:#1e3a8a;font-weight:500}.st-chip.is-active:hover{background:#dbeafe;border-color:#1e40af}.st-chip--add{border-color:#c7d2fe;color:#1e3a8a;background:#eff6ff;font-weight:500}.st-chip--add:hover{background:#dbeafe;border-color:#818cf8}.st-divider{height:1px;background:#f1f5f9;margin:12px 0}.st-skills-footer{display:flex;justify-content:center;margin-top:16px}.st-cta-btn--skills{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:46px;padding:0 32px;border-radius:99px;border:none;background:#1e3a8a;color:#fff;font-size:14.5px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:.01em;transition:background .15s,transform .12s,box-shadow .15s}.st-cta-btn--skills:hover:not(.st-cta-btn--disabled){background:#1e40af;box-shadow:0 4px 16px #1e3a8a47;transform:translateY(-1px)}.st-cta-btn--skills:active:not(.st-cta-btn--disabled){transform:translateY(0)}.st-cta-btn--disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed}@media(max-width:768px){.st-skills-card{max-width:100%;padding:16px 16px 14px;border-radius:14px}.st-full-page--skills .st-full-body{padding:10px 16px 12px}}@media(max-width:480px){.st-chip{font-size:12px;padding:5px 11px}.st-cta-btn--skills{font-size:14px;height:44px}}.st-full-page--pref{display:flex;flex-direction:column;height:100vh;overflow:hidden}.st-full-page--pref .st-full-body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1;padding:24px 24px 0;overflow:hidden;box-sizing:border-box}.st-full-page--pref .st-full-title{line-height:1.18;margin:0 0 10px}.st-full-page--pref .st-full-sub{font-size:15px;color:#94a3b8;text-align:center;margin:0 0 20px;line-height:1.5}.st-pref-card{width:100%;max-width:min(640px,94vw);background:#fff;border-radius:20px;border:1px solid #e8edf4;padding:22px 28px 18px;box-shadow:0 2px 20px #0f172a12;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0}.st-pref-bottom-space{height:28px;flex-shrink:0}.st-pref-section{margin-bottom:0}.st-pref-label{font-size:13.5px;font-weight:700;color:#0f172a;margin:0 0 10px;line-height:1.3}.st-toggle-group{display:flex;flex-wrap:wrap;gap:8px}.st-toggle-chip{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1.5px solid #e2e8f0;border-radius:99px;padding:7px 16px;font-size:13px;font-weight:400;color:#374151;cursor:pointer;transition:border-color .15s,background .15s,color .15s;white-space:nowrap;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;line-height:1.4;-webkit-user-select:none;user-select:none}.st-toggle-chip:hover{border-color:#94a3b8}.st-toggle-chip.is-active{border-color:#1e3a8a;background:#eff6ff;color:#1e3a8a;font-weight:500}.st-toggle-chip.is-active:hover{background:#dbeafe}.st-chip-check{width:13px;height:13px;flex-shrink:0;color:#1e3a8a}.st-pref-divider{height:1px;background:#f1f5f9;margin:13px 0}.st-salary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.st-market-rate{font-size:13px;color:#64748b;font-weight:400}.st-market-rate strong{color:#0f172a;font-weight:700}.st-salary-track{position:relative;height:14px;background:#e2e8f0;border-radius:99px;margin-bottom:6px;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none}.st-salary-fill{position:absolute;top:0;bottom:0;border-radius:99px;background:linear-gradient(to right,#c7d2fe,#6366f1 35%,#7c3aed 65%,#c4b5fd);pointer-events:none}.st-salary-marker{position:absolute;top:-3px;bottom:-3px;width:2.5px;background:#1e1b4b;border-radius:2px;transform:translate(-50%);z-index:2;pointer-events:none}.st-salary-thumb{position:absolute;top:50%;width:18px;height:18px;border-radius:50%;border:2.5px solid #fff;transform:translate(-50%,-50%);z-index:3;cursor:grab;box-shadow:0 1px 6px #1e3a8a38;transition:box-shadow .12s}.st-salary-thumb:active{cursor:grabbing;box-shadow:0 2px 10px #1e3a8a5c}.st-salary-thumb--min{background:#818cf8}.st-salary-thumb--target{background:#4f46e5}.st-salary-thumb--stretch{background:#a78bfa}.st-salary-ticks{display:flex;justify-content:space-between;font-size:11.5px;color:#94a3b8;margin-bottom:12px}.st-salary-stats{display:flex;justify-content:space-between;width:100%}.st-stat{display:flex;flex-direction:column;gap:1px}.st-stat-label{font-size:11px;color:#94a3b8;margin:0;font-weight:400}.st-stat-val{font-size:16px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.st-stat-val--green{color:#22c55e}.st-pref-footer{display:flex;justify-content:center;margin-top:18px}.st-pref-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 36px;border-radius:99px;border:none;background:#1e3a8a;color:#fff;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:.01em;transition:background .15s,transform .12s,box-shadow .15s}.st-pref-cta:hover{background:#1e40af;box-shadow:0 4px 16px #1e3a8a47;transform:translateY(-1px)}.st-pref-cta:active{transform:translateY(0);box-shadow:none}@media(max-width:768px){.st-pref-card{max-width:100%;padding:18px 18px 14px;border-radius:16px}.st-full-page--pref .st-full-body{padding:16px 14px 0}.st-salary-stats{flex-wrap:wrap}.st-pref-bottom-space{height:16px}}@media(max-width:480px){.st-full-page--pref .st-full-sub{font-size:13px;margin-bottom:14px}.st-toggle-chip{font-size:12px;padding:6px 12px}.st-stat-val{font-size:14px}.st-pref-cta{height:44px;font-size:14px}.st-pref-divider{margin:10px 0}}@media(max-height:700px){.st-full-page--pref .st-full-title{margin-bottom:6px}.st-full-page--pref .st-full-sub{font-size:12.5px;margin-bottom:12px}.st-pref-card{padding:14px 16px 12px}.st-pref-divider{margin:9px 0}.st-pref-footer{margin-top:12px}.st-pref-cta{height:40px;font-size:13.5px}.st-pref-label{font-size:12.5px;margin-bottom:7px}.st-salary-stats{gap:18px}.st-stat-val{font-size:14px}}.st-full-page--portfolio{display:flex;flex-direction:column;height:100vh;overflow:hidden}.st-full-body--portfolio{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1;padding:28px 24px 0;overflow:hidden;box-sizing:border-box}.st-full-title--portfolio{line-height:1.18;margin:0 0 10px;letter-spacing:-.02em}.st-full-sub--portfolio{font-size:15px;color:#94a3b8;text-align:center;margin:0 0 22px;line-height:1.5}.st-portfolio-card--scrollable{overflow-y:auto;max-height:calc(100vh - 220px);scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent}.st-portfolio-card--scrollable::-webkit-scrollbar{width:4px}.st-portfolio-card--scrollable::-webkit-scrollbar-track{background:transparent}.st-portfolio-card--scrollable::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}.st-portfolio-card--scrollable::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.st-portfolio-card{width:100%;max-width:min(640px,94vw);background:#fff;border-radius:20px;border:1px solid #e8edf4;padding:26px 28px 24px;box-shadow:0 2px 20px #0f172a12;box-sizing:border-box;display:flex;flex-direction:column;gap:0;flex-shrink:0}.st-port-section{margin-bottom:18px}.st-port-section:last-of-type{margin-bottom:0}.st-port-label{font-size:13.5px;font-weight:700;color:#0f172a;margin:0 0 10px;line-height:1.3}.st-resume-box{display:flex;align-items:center;gap:12px;border:1.5px solid #e2e8f0;border-radius:12px;padding:13px 16px;background:#fff;cursor:default}.st-resume-icon-wrap{width:36px;height:36px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.st-resume-info{flex:1;min-width:0}.st-resume-name{font-size:13.5px;font-weight:700;color:#0f172a;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-resume-meta{font-size:12px;color:#94a3b8;margin:0}.st-resume-replace{background:none;border:none;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;padding:4px 0;font-family:inherit;white-space:nowrap;transition:color .15s;flex-shrink:0}.st-resume-replace:hover{color:#1e3a8a}.st-social-rows{display:flex;flex-direction:column;gap:9px}.st-social-row{display:flex;align-items:center;gap:10px}.st-social-tag{min-width:80px;width:80px;flex-shrink:0;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:8px 0;font-size:12.5px;font-weight:500;color:#374151;text-align:center;line-height:1.3;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.st-social-tag--add{background:#eff6ff;border-color:#c7d2fe;color:#1e3a8a;cursor:pointer;font-weight:600;transition:background .15s,border-color .15s}.st-social-tag--add:hover{background:#dbeafe;border-color:#818cf8}.st-social-tag--extra{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.st-remove-link{flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1.5px solid #e2e8f0;background:#f8fafc;color:#94a3b8;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-family:inherit;padding:0}.st-remove-link:hover{background:#fee2e2;border-color:#fca5a5;color:#ef4444}.st-social-add-hint{font-size:12.5px;color:#cbd5e1;flex:1;padding-left:2px}.st-social-input{flex:1;height:40px;border:1.5px solid #e2e8f0;border-radius:10px;padding:0 14px;font-size:13.5px;color:#0f172a;font-family:inherit;outline:none;background:#fff;box-sizing:border-box;transition:border-color .15s;cursor:text}.st-social-input:focus{border-color:#818cf8;box-shadow:0 0 0 3px #818cf81a}.st-social-input--placeholder::placeholder{color:#cbd5e1;font-size:12.5px}.st-bio-wrap{border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:border-color .15s}.st-bio-wrap:focus-within{border-color:#818cf8;box-shadow:0 0 0 3px #818cf81a}.st-textarea{width:100%;min-height:78px;border:none;padding:13px 16px 10px;font-size:14px;color:#0f172a;resize:none;outline:none;font-family:inherit;box-sizing:border-box;line-height:1.55;cursor:text;display:block}.st-bio-footer{display:flex;justify-content:space-between;align-items:center;padding:7px 14px 8px;background:#f8fafc;border-top:1px solid #f1f5f9}.st-bio-hint{font-size:12px;color:#94a3b8}.st-bio-count{font-size:12px;color:#64748b}.st-bio-count strong{font-weight:700;color:#0f172a}.st-portfolio-footer{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:22px}.st-skip-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;border-radius:99px;border:1.5px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:border-color .15s,background .15s}.st-skip-btn:hover{border-color:#94a3b8;background:#f8fafc}.st-finish-btn{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 28px;border-radius:99px;border:none;background:#1e3a8a;color:#fff;font-size:14.5px;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;letter-spacing:.01em;transition:background .15s,transform .12s,box-shadow .15s}.st-finish-btn:hover{background:#1e40af;box-shadow:0 4px 16px #1e3a8a47;transform:translateY(-1px)}.st-finish-btn:active{transform:translateY(0);box-shadow:none}.st-port-bottom-space{height:28px;flex-shrink:0}@media(max-width:768px){.st-portfolio-card{max-width:100%;padding:20px 18px 18px;border-radius:16px}.st-full-body--portfolio{padding:18px 14px 0}.st-portfolio-footer{flex-direction:column-reverse;gap:10px}.st-skip-btn,.st-finish-btn{width:100%}.st-port-bottom-space{height:16px}}@media(max-width:480px){.st-full-sub--portfolio{font-size:13px;margin-bottom:14px}.st-social-tag{min-width:68px;width:68px;font-size:12px}.st-social-input{font-size:13px}.st-textarea{font-size:13px;min-height:68px}.st-skip-btn,.st-finish-btn{height:44px;font-size:14px}.st-port-section{margin-bottom:14px}}@media(max-height:740px){.st-full-title--portfolio{margin-bottom:6px}.st-full-sub--portfolio{font-size:13px;margin-bottom:14px}.st-portfolio-card{padding:18px 24px 16px}.st-port-section{margin-bottom:13px}.st-port-label{font-size:12.5px;margin-bottom:7px}.st-resume-box{padding:10px 14px}.st-social-rows{gap:7px}.st-social-input{height:36px}.st-social-tag{padding:6px 0}.st-textarea{min-height:62px;padding:10px 14px 8px}.st-portfolio-footer{margin-top:16px}.st-skip-btn,.st-finish-btn{height:42px;font-size:14px}.st-port-bottom-space{height:14px}}@media(min-width:1400px){.st-full-body{padding-left:clamp(28px,3vw,56px);padding-right:clamp(28px,3vw,56px)}.st-form-card,.st-pref-card,.st-portfolio-card{max-width:min(680px,90vw)}.st-skills-card{max-width:min(760px,90vw)}.st-role-content{max-width:min(920px,92vw)}.st-promo-card--main{max-width:340px}.st-full-page--basics .st-form-card{max-width:min(700px,90vw)}}@media(min-width:1600px){.st-form-card,.st-pref-card,.st-portfolio-card{max-width:min(720px,86vw)}.st-skills-card{max-width:min(800px,86vw)}.st-role-content{max-width:min(980px,88vw)}.st-full-title{font-size:clamp(28px,2.2vw,38px)}.st-full-sub{max-width:min(560px,70vw)}}@media(min-width:1800px){.st-form-card,.st-skills-card,.st-pref-card,.st-portfolio-card{max-width:760px}.st-role-content{max-width:1020px}}@media(max-width:1280px){.st-cat-grid{grid-template-columns:repeat(3,1fr);gap:10px}.st-role-content{max-width:min(760px,96vw)}.st-full-body{padding-left:clamp(16px,2vw,24px);padding-right:clamp(16px,2vw,24px)}.st-promo-cards{padding-bottom:48px}}@media(max-width:1024px){.st-cat-grid{grid-template-columns:repeat(3,1fr)}.st-promo-card--main{max-width:min(300px,88%)}.st-promo-card--float{right:clamp(16px,4vw,64px);width:clamp(190px,28vw,220px)}.st-full-page{overflow-y:auto;overflow-x:hidden}.st-full-page--pref,.st-full-page--portfolio,.st-full-page--skills,.st-full-page--basics{max-height:none}}@media(max-width:900px){.st-cat-grid{grid-template-columns:repeat(2,1fr)}}@font-face{font-family:URWGeometric;src:url(/fonts/URWGeometricRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}html,body,*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:URWGeometric,system-ui,-apple-system,Segoe UI,sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#0f172a;background:#fff}#root{min-height:100vh}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.hide-scrollbar,.hide-scrollbar *,html.hide-scrollbar,body.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar,.hide-scrollbar *::-webkit-scrollbar,html.hide-scrollbar::-webkit-scrollbar,body.hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}
