@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap);:root{--primary-color:#2563eb;--secondary-color:#1d4ed8;--primary-hover:#1d4ed8;--primary-dark:#1e3a8a;--accent-color:#60a5fa;--text-dark:#0f172a;--text-light:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e5e7eb;--success-color:#10b981;--warning-color:#f59e0b;--shadow-soft:0 20px 45px rgba(15, 23, 42, 0.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell',sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background-color:var(--bg-white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgb(15 23 42 / .08)}.header-content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo img{width:200px;height:auto;display:block;max-width:90vw;object-fit:contain;visibility:visible;opacity:1}.main-nav ul{display:flex;list-style:none;gap:8px}.main-nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:.84rem;padding:6px 8px;border-radius:8px;transition:color 0.2s,background-color 0.2s}.main-nav a:hover,.main-nav a.active{color:var(--primary-color);background-color:var(--bg-light)}.header-actions{display:flex;gap:8px;align-items:center}.site-header .btn-secondary{background-color:#fff0;color:var(--primary-color);padding:10px 20px;border:2px solid var(--primary-color);border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s}.site-header .btn-secondary:hover{background-color:var(--primary-color);color:var(--bg-white)!important;border-color:var(--primary-color)}.cta-button{background-color:var(--primary-color);color:var(--bg-white);padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;box-shadow:var(--shadow-soft);transition:background-color 0.3s,transform 0.3s}.cta-button:hover{background-color:var(--secondary-color);transform:translateY(-1px)}.hero-metrics{display:flex;justify-content:flex-start;gap:30px;margin:24px 0 36px;flex-wrap:wrap}.metric-value{display:block;font-size:18px;font-weight:700}.metric-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.85}.hero-section{background:radial-gradient(circle at top right,rgb(96 165 250 / .35),transparent 50%),linear-gradient(135deg,#0f172a 0%,#1e3a8a 60%,#2563eb 100%);color:var(--bg-white);padding:110px 0 120px;position:relative;overflow:hidden}.directory-showcase{padding:80px 0;background:radial-gradient(circle at top left,rgb(14 116 144 / .25),transparent 45%),linear-gradient(180deg,#f8fafc 0%,#e2e8f0 50%,#f8fafc 100%);position:relative;overflow:hidden}.directory-showcase::before{content:'';position:absolute;inset:0;background-image:linear-gradient(120deg,rgb(15 23 42 / .08) 1px,transparent 1px),linear-gradient(30deg,rgb(15 23 42 / .06) 1px,transparent 1px);background-size:180px 180px,120px 120px;pointer-events:none;opacity:.6}.directory-showcase .container{position:relative;z-index:1}.directory-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.directory-title{font-size:32px;margin-bottom:8px}.directory-subtitle{color:var(--text-light);max-width:640px}.directory-cta{background:#0f172a;color:#fff;text-decoration:none;padding:12px 20px;border-radius:999px;font-weight:600;box-shadow:0 14px 28px rgb(15 23 42 / .15)}.directory-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.directory-tab{border:1px solid rgb(15 23 42 / .12);background:rgb(255 255 255 / .8);padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;transition:all 0.2s}.directory-tab.is-active{background:linear-gradient(120deg,#0f172a,#2563eb);color:#fff;border-color:#fff0;box-shadow:0 12px 22px rgb(37 99 235 / .25)}.directory-panel{display:none}.directory-panel.is-active{display:block}.directory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.directory-card{background:#fff;border-radius:14px;padding:16px;text-decoration:none;color:var(--text-dark);box-shadow:0 10px 18px rgb(15 23 42 / .08);border:1px solid rgb(15 23 42 / .1);display:grid;gap:8px;transition:transform 0.2s,box-shadow 0.2s}.directory-card:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgb(15 23 42 / .12)}.directory-top{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.directory-avatar{width:52px;height:52px;border-radius:12px;background:linear-gradient(140deg,rgb(37 99 235 / .2),rgb(14 116 144 / .2));color:#0f172a;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative}.directory-avatar.is-featured{box-shadow:0 0 0 3px #f59e0b,0 0 0 6px rgb(245 158 11 / .25)}.hs-verified-badge{position:absolute;right:-4px;bottom:-4px;width:18px;height:18px;border-radius:999px;background:#1d4ed8;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;box-shadow:0 4px 8px rgb(15 23 42 / .18)}.hs-verified-badge::before{content:"✓"}.hs-featured-pill{margin-top:0;display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:rgb(251 191 36 / .2);color:#92400e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.directory-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.directory-avatar.has-image{background:#fff0;color:inherit}.directory-avatar-company{background:linear-gradient(140deg,rgb(16 185 129 / .25),rgb(34 197 94 / .2))}.directory-avatar-agency{background:linear-gradient(140deg,rgb(245 158 11 / .3),rgb(234 179 8 / .2))}.directory-title-wrap{display:grid;gap:2px;min-width:0}.directory-name{font-weight:700;font-size:15px;line-height:1.2}.directory-role{font-size:12px;color:var(--text-light)}.directory-metrics{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.directory-metric{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.03em;background:#e2e8f0;color:#475569;border:1px solid #cbd5e1;white-space:nowrap}.directory-metric-neural.is-high{background:#dcfce7;color:#166534;border-color:#86efac}.directory-metric-neural.is-mid{background:#e0f2fe;color:#1e3a8a;border-color:#93c5fd}.directory-metric-neural.is-low{background:#fef3c7;color:#92400e;border-color:#fcd34d}.directory-meta,.directory-sub{font-size:12px;color:var(--text-light)}.directory-review-row{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.directory-review-stars{color:#2563eb;letter-spacing:.6px;font-size:11px;white-space:nowrap}.directory-review-rating{white-space:nowrap}.directory-neural{margin-top:10px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:#e2e8f0;color:#334155}.directory-neural.is-high{background:#dcfce7;color:#166534}.directory-neural.is-mid{background:#e0f2fe;color:#1e3a8a}.directory-neural.is-low{background:#fef3c7;color:#92400e}.directory-actions{margin-top:12px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#1d4ed8;text-decoration:none}.directory-lock{display:inline-flex;width:20px;height:20px;border-radius:999px;align-items:center;justify-content:center;background:#dbeafe;color:#1d4ed8;font-size:12px}@media (max-width:1100px){.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.directory-head{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;align-items:center}.hero-content{text-align:left}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:rgb(255 255 255 / .15);color:#e2e8f0;font-weight:600;font-size:12px;letter-spacing:.04em;margin-bottom:18px}.hero-content h1{font-size:50px;margin-bottom:18px;font-weight:700;line-height:1.1}.hero-content .tagline{font-size:22px;margin-bottom:20px;opacity:.95}.hero-content .description{font-size:18px;margin-bottom:32px;max-width:520px;opacity:.9}.hero-buttons{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap}.hero-visual{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center}.hero-glow{position:absolute;width:320px;height:320px;background:radial-gradient(circle,rgb(96 165 250 / .35),transparent 70%);filter:blur(10px);animation:floatGlow 8s ease-in-out infinite}.hero-card{background:rgb(15 23 42 / .78);border:1px solid rgb(255 255 255 / .12);border-radius:18px;box-shadow:0 30px 60px rgb(15 23 42 / .4);padding:20px;color:#f8fafc;backdrop-filter:blur(8px)}.hero-card-main{width:min(420px, 90%);z-index:2;animation:floatMain 9s ease-in-out infinite}.hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.hero-card-title{font-weight:600}.hero-card-chip{background:rgb(96 165 250 / .2);color:#93c5fd;padding:4px 8px;border-radius:999px;font-size:11px}.hero-card-body{display:grid;gap:12px}.hero-kpi{display:flex;justify-content:space-between;font-size:14px;color:#cbd5f5}.hero-kpi strong{color:#f8fafc}.hero-progress{background:rgb(148 163 184 / .2);border-radius:999px;height:8px;overflow:hidden}.hero-progress-bar{height:100%;background:linear-gradient(90deg,#60a5fa,#c4b5fd)}.hero-card-footer{font-size:12px;color:#cbd5f5}.hero-card-float{position:absolute;width:180px;text-align:center;padding:16px;animation:floatSide 6s ease-in-out infinite}.hero-card-left{left:-20px;top:40px}.hero-card-right{right:-10px;bottom:30px;animation-delay:1s}.hero-score{font-size:32px;font-weight:700;margin:8px 0 4px}.hero-role{font-weight:600;margin:8px 0 4px}@keyframes floatMain{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatSide{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes floatGlow{0%,100%{transform:translateY(0);opacity:.8}50%{transform:translateY(-12px);opacity:1}}@media (max-width:900px){.hero-content{text-align:center}.hero-buttons{justify-content:center}.hero-visual{order:-1}}.btn-primary{background:linear-gradient(135deg,#ffffff 0%,#dbeafe 100%);color:var(--primary-dark);padding:15px 40px;border-radius:999px;border:1px solid rgb(255 255 255 / .72);text-decoration:none;font-weight:600;font-size:18px;box-shadow:0 16px 34px rgb(15 23 42 / .16);transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgb(15 23 42 / .2);border-color:rgb(255 255 255 / .94)}.btn-secondary{background-color:#fff0;color:var(--bg-white);border:1px solid rgb(255 255 255 / .52);padding:15px 40px;border-radius:999px;text-decoration:none;font-weight:600;font-size:18px;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .12);transition:background-color 0.3s,border-color 0.3s,transform 0.3s}.btn-secondary:hover{background-color:rgb(255 255 255 / .12);border-color:rgb(255 255 255 / .78);transform:translateY(-2px)}.hero-section .btn-primary,.cta-section .btn-primary,.hero-section a.btn-primary,.cta-section a.btn-primary{background:linear-gradient(135deg,#ffffff 0%,#dbeafe 100%);color:var(--primary-dark)!important;border:1px solid rgb(255 255 255 / .72)}.hero-section .btn-secondary,.hero-section a.btn-secondary{background-color:#fff0;color:var(--bg-white)!important;border:1px solid rgb(255 255 255 / .52)}.directory-cta,.pricing-btn,.resource-link,.cta-button,.screens-cta,.cta-section-button{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--bg-white);box-shadow:0 16px 34px rgb(37 99 235 / .22)}.directory-cta:hover,.pricing-btn:hover,.resource-link:hover,.cta-button:hover,.screens-cta:hover,.cta-section-button:hover{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-dark) 100%)}.cta-section-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 28px;font-size:16px}.features-section{padding:80px 0;background-color:var(--bg-white)}.section-title{text-align:center;font-size:40px;margin-bottom:20px;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:20px;color:var(--text-light);margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{padding:30px;background-color:var(--bg-light);border-radius:12px;transition:transform 0.3s,box-shadow 0.3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgb(0 0 0 / .1)}.feature-icon{font-size:48px;margin-bottom:20px;color:var(--primary-color)}.feature-card h3{font-size:24px;margin-bottom:15px;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.8}.feature-list{list-style:none;padding:0;margin-top:16px;display:grid;gap:6px;color:var(--text-light);font-size:14px}.feature-list li::before{content:'✓';color:var(--primary-color);margin-right:6px;font-weight:700}.screens-section{padding:88px 0;background:radial-gradient(circle at top right,rgb(59 130 246 / .16),transparent 30%),linear-gradient(180deg,#eef4ff 0%,#ffffff 42%,#f8fbff 100%)}.screens-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.screens-kicker{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgb(37 99 235 / .1);color:var(--primary-color);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.screens-title,.screens-subtitle{text-align:left;margin-left:0;margin-right:0}.screens-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,0.8fr);gap:22px;margin-bottom:22px}.screens-stack{display:grid;gap:18px}.screen-card{position:relative;display:grid;gap:16px;padding:24px;border-radius:24px;background:rgb(255 255 255 / .92);border:1px solid rgb(148 163 184 / .22);box-shadow:0 24px 44px rgb(15 23 42 / .08);overflow:hidden}.screen-card::before{content:'';position:absolute;inset:0;background:linear-gradient(145deg,rgb(255 255 255 / .72),rgb(219 234 254 / .18));pointer-events:none}.screen-card>*{position:relative;z-index:1}.screen-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.screen-card-label,.screen-card-chip{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.screen-card-label{padding:8px 12px;background:rgb(15 23 42 / .06);color:var(--text-dark)}.screen-card-chip{padding:8px 12px;background:rgb(37 99 235 / .12);color:var(--primary-color)}.screen-card h3{font-size:24px;line-height:1.2;color:var(--text-dark)}.screen-card p{color:var(--text-light);line-height:1.75}.screen-mock{display:grid;gap:14px;padding:16px;border-radius:20px;background:linear-gradient(180deg,#0f172a 0%,#111f3b 100%);color:#e2e8f0}.screen-topbar{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(226 232 240 / .72)}.screen-dot{width:10px;height:10px;border-radius:999px;background:rgb(255 255 255 / .3)}.screen-window-title{margin-left:8px}.screen-layout-grid{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px}.screen-sidebar-rail{border-radius:16px;min-height:172px;background:linear-gradient(180deg,rgb(59 130 246 / .35),rgb(14 165 233 / .14))}.screen-main-panel{display:grid;gap:12px}.screen-stats-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:14px;background:rgb(255 255 255 / .08)}.screen-stats-row strong{color:#fff;font-size:18px}.screen-pill-row{display:flex;gap:8px;flex-wrap:wrap}.screen-pill-row span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgb(37 99 235 / .1);color:var(--primary-dark);font-size:13px;font-weight:600}.screen-messages-preview{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgb(219 234 254 / .72),rgb(239 246 255 / .95))}.screen-messages-preview strong,.screen-highlight-card strong{color:var(--text-dark)}.screen-messages-preview small,.screen-highlight-card span{display:block;color:var(--text-light);line-height:1.5}.screen-avatar{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);box-shadow:0 10px 24px rgb(37 99 235 / .22)}.screen-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.screen-highlight-card{display:grid;gap:8px;padding:18px;border-radius:18px;background:rgb(255 255 255 / .85);border:1px solid rgb(148 163 184 / .18)}.usecases-section{padding:80px 0;background-color:var(--bg-light)}.usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.usecase-card{background-color:var(--bg-white);padding:40px;border-radius:12px;border-left:4px solid var(--primary-color);box-shadow:0 2px 8px rgb(0 0 0 / .05)}.usecase-card h3{font-size:26px;margin-bottom:15px;color:var(--primary-color)}.usecase-card .persona{font-weight:600;color:var(--text-dark);margin-bottom:10px;font-size:18px}.usecase-card p{color:var(--text-light);line-height:1.8;margin-bottom:15px}.usecase-card ul{list-style:none;margin-top:15px}.usecase-card li{padding:8px 0;padding-left:25px;position:relative;color:var(--text-light)}.usecase-card li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.differentiators-section{padding:80px 0;background-color:var(--bg-white)}.diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.diff-card{text-align:center;padding:30px;background-color:var(--bg-light);border-radius:12px;transition:transform 0.3s}.diff-card:hover{transform:scale(1.05)}.diff-badge{background-color:var(--primary-color);color:var(--bg-white);padding:8px 20px;border-radius:20px;display:inline-block;margin-bottom:20px;font-weight:600}.diff-card h3{font-size:22px;margin-bottom:15px;color:var(--text-dark)}.diff-card p{color:var(--text-light);line-height:1.7}.pricing-section{padding:90px 0;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)}.pricing-header{display:flex;flex-direction:column;gap:24px;margin-bottom:30px}.pricing-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.pricing-tabs{display:inline-flex;gap:10px;background:#eef2ff;padding:6px;border-radius:999px;width:fit-content}.pricing-tab{border:none;background:#fff0;color:var(--text-light);font-weight:600;padding:10px 18px;border-radius:999px;cursor:pointer;transition:all 0.2s ease}.pricing-tab.is-active{background:var(--primary-color);color:#fff;box-shadow:0 10px 20px rgb(37 99 235 / .25)}.pricing-billing{display:inline-flex;align-items:center;gap:12px}.pricing-billing-label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light)}.pricing-billing-toggle{display:inline-flex;gap:8px;background:#e2e8f0;padding:6px;border-radius:999px}.pricing-billing-tab{border:none;background:#fff0;color:var(--text-light);font-weight:600;padding:8px 16px;border-radius:999px;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:8px}.pricing-billing-tab span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:inherit}.pricing-billing-tab.is-active{background:var(--primary-color);color:#fff;box-shadow:0 10px 20px rgb(37 99 235 / .2)}.pricing-panel{display:none}.pricing-panel.is-active{display:block}.pricing-section .container{max-width:1320px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1280px;margin:0 auto;width:100%}.pricing-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pricing-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1280px){.pricing-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.pricing-grid-4{grid-template-columns:1fr}}.pricing-card{background-color:var(--bg-white);padding:34px;border-radius:18px;text-align:center;border:1px solid #e2e8f0;box-shadow:var(--shadow-soft);transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s}.pricing-card:hover{transform:translateY(-6px);border-color:rgb(37 99 235 / .4);box-shadow:0 18px 32px rgb(15 23 42 / .12)}.pricing-card.featured{border:2px solid var(--primary-color);position:relative;transform:translateY(-4px)}.featured-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background-color:var(--warning-color);color:var(--bg-white);padding:5px 20px;border-radius:20px;font-weight:600;font-size:14px}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background-color:var(--warning-color);color:var(--bg-white);padding:5px 20px;border-radius:20px;font-weight:600;font-size:13px;letter-spacing:.02em}.pricing-card h3{font-size:26px;margin-bottom:10px;color:var(--text-dark)}.pricing-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--text-light);margin-bottom:10px;font-weight:600}.pricing-card-custom{text-align:left}.pricing-custom-subtitle{color:var(--text-light);font-size:14px;margin-bottom:16px}.pricing-custom-controls{display:grid;gap:8px;margin-bottom:14px}.pricing-custom-controls label{font-weight:600;font-size:12px;color:var(--text-dark)}.pricing-custom-controls select{width:100%;min-height:36px;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px}.pricing-custom-controls input{width:100%;min-height:36px;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px}.pricing-estimate{color:var(--primary-color);font-weight:700;font-size:36px}.pricing-features{list-style:none;padding:0;margin:16px 0 24px;display:grid;gap:8px;color:var(--text-light);font-size:14px}.pricing-features li::before{content:'✓';margin-right:8px;color:var(--primary-color);font-weight:700}.pricing-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:999px;background-color:var(--primary-color);color:var(--bg-white);text-decoration:none;font-weight:600;transition:transform 0.2s,background-color 0.2s}.pricing-btn:hover{background-color:var(--secondary-color);transform:translateY(-1px)}.pricing-note{margin-top:18px;text-align:center;color:var(--text-light);font-size:14px}.resources-section{padding:80px 0;background-color:var(--bg-white)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}.resource-card{background-color:var(--bg-light);padding:28px;border-radius:12px;box-shadow:0 4px 12px rgb(0 0 0 / .08)}.resource-card h3{margin-bottom:8px;color:var(--text-dark)}.resource-card p{color:var(--text-light);margin-bottom:16px}.resource-list{list-style:none;padding:0;margin:0 0 16px 0;display:grid;gap:6px;color:var(--text-light);font-size:14px}.resource-list li::before{content:'•';color:var(--primary-color);margin-right:6px}.resource-link{display:inline-block;padding:10px 18px;border-radius:999px;background-color:var(--primary-color);color:var(--bg-white);font-weight:600}.resource-link:hover{background-color:var(--primary-dark)}.resources-note{margin-top:16px;color:var(--text-light);font-size:14px}.pricing-card .price{font-size:42px;font-weight:700;color:var(--primary-color);margin:20px 0}.pricing-card .price span{font-size:18px;color:var(--text-light)}.pricing-card .price .pricing-cycle{margin-left:6px;display:inline-block}.pricing-card .price .pricing-estimate{font-size:34px;color:var(--primary-color);font-weight:700}.pricing-card ul{list-style:none;margin:30px 0;text-align:left}.pricing-card li{padding:12px 0;padding-left:30px;position:relative;color:var(--text-light)}.pricing-card li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:18px}.pricing-card .btn{display:inline-block;padding:15px 40px;background-color:var(--primary-color);color:var(--bg-white);text-decoration:none;border-radius:8px;font-weight:600;transition:background-color 0.3s}.pricing-card .btn:hover{background-color:var(--secondary-color)}.cta-section{padding:50px 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--bg-white);text-align:center}.cta-section h2{font-size:40px;margin-bottom:20px}.cta-section p{font-size:20px;margin-bottom:40px;opacity:.95}.site-footer{background-color:var(--text-dark);color:var(--bg-white);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{margin-bottom:20px;font-size:20px}.footer-section ul{list-style:none}.footer-section li{margin-bottom:10px}.footer-section a{color:rgb(255 255 255 / .8);text-decoration:none;transition:color 0.3s}.footer-section a:hover{color:var(--bg-white)}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgb(255 255 255 / .1);color:rgb(255 255 255 / .7)}.mobile-menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}.hamburger-icon{display:flex;flex-direction:column;gap:4px}.hamburger-icon span{display:block;width:24px;height:2px;background:var(--primary-color);transition:all 0.3s ease}.mobile-menu-toggle.active .hamburger-icon span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-icon span:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-controls{display:none;align-items:center;gap:12px}.mobile-search-toggle,.mobile-user-icon{background:none;border:none;padding:8px;cursor:pointer;color:var(--primary-color);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.mobile-search-toggle:hover,.mobile-user-icon:hover{opacity:.7}.mobile-search-toggle svg,.mobile-user-icon svg{display:block}.mobile-search-dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:0 4px 12px rgb(15 23 42 / .15);padding:12px 16px;opacity:0;transform:translateY(-10px);transition:all 0.3s ease;pointer-events:none}.mobile-search-dropdown.active{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-search-dropdown input{width:100%;padding:10px 45px 10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:15px}.mobile-search-dropdown .search-submit-btn{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:none;border:none;padding:6px;cursor:pointer;color:var(--primary-color)}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .95);backdrop-filter:blur(8px);z-index:999;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav-content{position:absolute;top:80px;left:0;right:0;bottom:0;overflow-y:auto;padding:20px}.mobile-nav{max-width:400px;margin:0 auto}.mobile-nav ul{list-style:none;padding:0;margin:0}.mobile-nav li{margin:0;border-bottom:1px solid rgb(255 255 255 / .1)}.mobile-nav li:last-child{border-bottom:none}.mobile-nav a{display:block;padding:16px 20px;color:var(--bg-white);text-decoration:none;font-size:16px;font-weight:500;transition:all 0.2s ease}.mobile-nav a:hover{background:rgb(255 255 255 / .1);padding-left:28px}.mobile-nav a.mobile-nav-cta{background:var(--primary-color);color:var(--bg-white);border-radius:8px;text-align:center;margin-top:20px}.mobile-nav a.mobile-nav-cta:hover{background:var(--primary-hover);padding-left:20px}.mobile-search{display:none}@media (max-width:768px){.container{padding:0 16px}.header-content{flex-wrap:nowrap;gap:16px;padding:12px 0;justify-content:space-between;align-items:center}.logo{order:1;font-size:18px;flex-shrink:0}.logo img{width:140px;height:auto;display:block;visibility:visible;opacity:1}.mobile-controls{display:flex;order:2;margin-left:auto}.mobile-search-dropdown{display:block}.mobile-menu-toggle{display:block}.main-nav,.header-actions{display:none!important}body.mobile-nav-active{overflow:hidden}.hero{padding:40px 0}.hero-content h1{font-size:28px;line-height:1.2;margin-bottom:12px}.hero-content .tagline{font-size:16px;line-height:1.5;margin-bottom:16px}.directory-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;flex-wrap:nowrap;width:100%}.directory-tab{padding:8px 10px;font-size:12px;white-space:nowrap;flex:1 1 0%;text-align:center}.hero-buttons{flex-direction:column;align-items:stretch;gap:10px}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;font-size:15px;padding:12px 20px}.hero-metrics{justify-content:center;text-align:center}section{padding:40px 0}.section-title{font-size:26px;line-height:1.3;margin-bottom:12px}.section-subtitle{font-size:14px;line-height:1.6}.features-grid,.usecases-grid,.diff-grid,.pricing-grid{grid-template-columns:1fr;gap:16px}.feature-card,.usecase-card,.diff-card,.pricing-card{padding:20px 16px}.feature-card h3,.usecase-card h3,.diff-card h3,.pricing-card h3{font-size:18px;margin-bottom:8px}.feature-card p,.usecase-card p,.diff-card p{font-size:14px}.directory-grid{grid-template-columns:1fr;gap:12px}.directory-head{flex-direction:column;align-items:flex-start;gap:16px}.directory-title{font-size:24px}.directory-subtitle{font-size:14px}.directory-card{padding:12px}.directory-top{grid-template-columns:auto minmax(0,1fr)}.directory-avatar{width:48px;height:48px}.directory-name{font-size:15px}.directory-meta,.directory-sub{font-size:11px}.site-footer{padding:30px 0 20px}.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-links{justify-content:center}.cta h2{font-size:24px;margin-bottom:12px}.cta p{font-size:14px;margin-bottom:16px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation:fadeInUp 0.8s ease-out}.page-wrapper{min-height:calc(100vh - 200px);padding:40px 0}.page-content-wrapper{max-width:1400px;margin:0 auto;padding:0 20px}.site-header .btn-secondary,.cta-button{min-height:44px;border-radius:12px}.site-header .btn-secondary{border-width:1px}.cta-button{box-shadow:0 14px 34px rgb(37 99 235 / .18)}.cta-button:hover{background-color:var(--secondary-color)}@media (max-width:900px){.header-content{flex-wrap:wrap;gap:14px;padding:14px 0}.main-nav{order:3;width:100%}.main-nav ul{flex-wrap:wrap;gap:10px}.header-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}}@media (max-width:640px){.container{padding:0 16px}.logo img{width:164px;max-width:72vw}.main-nav a,.site-header .btn-secondary,.cta-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.site-header .btn-secondary,.cta-button{width:100%}.header-actions{gap:10px}.hero-section{padding:88px 0 92px}.directory-head{flex-direction:column;align-items:stretch}.screens-intro,.screens-shell{grid-template-columns:1fr}.screens-intro{align-items:stretch}.screen-highlights{grid-template-columns:1fr}.screens-cta,.cta-section-button{width:100%;justify-content:center}.directory-cta{text-align:center;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}.hero-section{position:relative;overflow:hidden;padding:112px 0 108px;background:radial-gradient(circle at top left,rgb(27 84 224 / .2),transparent 34%),radial-gradient(circle at 85% 18%,rgb(14 165 233 / .18),transparent 24%),linear-gradient(180deg,#f5f9ff 0%,#edf4ff 48%,#ffffff 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,0.95fr);gap:48px;align-items:center}.hero-content h1{max-width:12ch;margin-bottom:20px;font-size:clamp(3rem, 5.6vw, 5.3rem);line-height:.96;letter-spacing:-.05em;color:#0f172a}.hero-content .tagline{max-width:640px;margin-bottom:12px;font-size:1.18rem;color:#1d4ed8;font-weight:700}.hero-content .description{max-width:640px;margin-bottom:22px;font-size:1.02rem;line-height:1.78;color:#475569}.hero-pill{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:9px 16px;border:1px solid rgb(37 99 235 / .16);border-radius:999px;background:rgb(255 255 255 / .82);color:#1e40af;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 16px 34px rgb(15 23 42 / .06)}.hero-bullet-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hero-bullet-list span,.hero-trust-chips span{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border:1px solid rgb(148 163 184 / .24);border-radius:999px;background:rgb(255 255 255 / .88);color:#334155;font-size:.9rem;font-weight:600;box-shadow:0 10px 24px rgb(15 23 42 / .05)}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:26px}.hero-metrics>div{padding:18px 20px;border:1px solid rgb(191 219 254 / .9);border-radius:22px;background:rgb(255 255 255 / .86);box-shadow:0 16px 34px rgb(30 64 175 / .08)}.metric-value{display:block;margin-bottom:6px;color:#0f172a;font-size:1.45rem;font-weight:800}.metric-label{color:#64748b;font-size:.92rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px}.hero-buttons .btn-primary,.hero-buttons .btn-secondary,.cta-section-button,.directory-cta,.resource-link{min-height:48px;border-radius:14px;font-weight:700}.hero-buttons .btn-primary,.cta-section-button,.directory-cta,.resource-link{background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;box-shadow:0 20px 40px rgb(37 99 235 / .22)}.hero-buttons .btn-primary:hover,.cta-section-button:hover,.directory-cta:hover,.resource-link:hover{background:linear-gradient(135deg,#1d4ed8 0%,#0b4bb3 100%)}.hero-buttons .btn-secondary{border:1px solid rgb(37 99 235 / .16);background:rgb(255 255 255 / .9);color:#0f172a}.hero-trust-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hero-trust-label{color:#475569;font-size:.92rem;font-weight:700}.hero-trust-chips{display:flex;flex-wrap:wrap;gap:10px}.hero-visual{position:relative;min-height:560px}.hero-orb{position:absolute;border-radius:999px;filter:blur(2px)}.hero-orb-one{top:22px;right:0;width:180px;height:180px;background:radial-gradient(circle,rgb(59 130 246 / .28),transparent 72%)}.hero-orb-two{bottom:42px;left:10px;width:220px;height:220px;background:radial-gradient(circle,rgb(14 165 233 / .18),transparent 72%)}.hero-workspace-frame{position:relative;z-index:2;margin-left:auto;width:min(100%, 560px);padding:20px;border:1px solid rgb(148 163 184 / .2);border-radius:30px;background:rgb(255 255 255 / .84);box-shadow:0 28px 70px rgb(15 23 42 / .14);backdrop-filter:blur(12px)}.hero-workspace-topbar{display:flex;align-items:center;gap:8px;padding-bottom:16px}.hero-window-dot{width:10px;height:10px;border-radius:999px;background:#bfdbfe}.hero-window-title{margin-left:8px;color:#64748b;font-size:.88rem;font-weight:700}.hero-workspace-shell{display:grid;grid-template-columns:80px minmax(0,1fr);gap:18px}.hero-workspace-sidebar{display:flex;flex-direction:column;gap:14px;padding:18px 14px;border-radius:22px;background:linear-gradient(180deg,#dbeafe 0%,#eff6ff 100%)}.hero-workspace-sidebar span{display:block;width:100%;height:42px;border-radius:16px;background:rgb(37 99 235 / .18)}.hero-workspace-main{display:grid;gap:16px}.hero-command-bar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:#fff}.hero-command-bar strong{font-size:1rem}.hero-command-bar span{color:rgb(255 255 255 / .8);font-size:.9rem}.hero-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hero-command-card{padding:20px;border-radius:22px;background:#f8fbff;border:1px solid rgb(191 219 254 / .86)}.hero-command-card span{display:block;margin-bottom:8px;color:#64748b;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.hero-command-card strong{color:#0f172a;font-size:1.24rem;line-height:1.4}.hero-command-card--wide{grid-column:1 / -1}.hero-float-card{position:absolute;z-index:3;width:220px;padding:18px 20px;border:1px solid rgb(148 163 184 / .18);border-radius:22px;background:rgb(255 255 255 / .92);box-shadow:0 22px 50px rgb(15 23 42 / .1)}.hero-float-card-left{left:10px;bottom:72px}.hero-float-card-right{right:-10px;top:88px}.hero-float-label{display:inline-block;margin-bottom:10px;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-float-card strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1rem;line-height:1.45}.hero-float-card small{color:#64748b;font-size:.84rem;line-height:1.5}.proof-strip{margin-top:-38px;position:relative;z-index:4}.proof-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.proof-card{padding:24px 22px;border:1px solid rgb(191 219 254 / .7);border-radius:24px;background:rgb(255 255 255 / .96);box-shadow:0 18px 42px rgb(15 23 42 / .08)}.proof-card strong{display:block;margin-bottom:10px;color:#0f172a;font-size:1rem}.proof-card span{color:#64748b;line-height:1.7}.directory-showcase,.platform-section,.surfaces-section,.outcomes-section,.pricing-section,.resources-section,.cta-section{padding:108px 0}.directory-showcase{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.directory-head,.platform-header,.surfaces-header,.outcomes-header,.pricing-header,.resources-layout{margin-bottom:34px}.directory-title,.section-title{color:#0f172a;letter-spacing:-.04em}.directory-subtitle,.section-subtitle,.resources-subtitle{color:#64748b;line-height:1.8}.platform-kicker{display:inline-flex;margin-bottom:16px;color:#1d4ed8;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.platform-section{background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%)}.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.platform-card,.surface-mini-card,.outcome-card,.resource-card{padding:28px;border:1px solid rgb(191 219 254 / .72);border-radius:26px;background:rgb(255 255 255 / .94);box-shadow:0 18px 38px rgb(15 23 42 / .07)}.platform-card-eyebrow,.surface-mini-label,.outcome-badge{display:inline-flex;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.platform-card h3,.surface-mini-card h3,.outcome-card h3,.resource-card h3{margin-bottom:12px;color:#0f172a;font-size:1.28rem;line-height:1.35}.platform-card p,.surface-mini-card p,.outcome-card p,.resource-card p{margin-bottom:16px;color:#64748b;line-height:1.75}.platform-card-tags{display:flex;flex-wrap:wrap;gap:10px}.platform-card-tags span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#334155;font-size:.85rem;font-weight:700}.surfaces-section{background:#fff}.surfaces-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,0.8fr);gap:22px;align-items:stretch}.surface-showcase{padding:26px;border-radius:30px;background:linear-gradient(180deg,#0f172a 0%,#172554 100%);box-shadow:0 26px 60px rgb(15 23 42 / .16)}.surface-window-bar{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:rgb(255 255 255 / .82)}.surface-window-bar span{width:10px;height:10px;border-radius:999px;background:rgb(147 197 253 / .8)}.surface-window-bar strong{margin-left:8px;font-size:.92rem}.surface-window-body{display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px}.surface-window-nav{display:grid;gap:14px;padding:16px;border-radius:22px;background:rgb(255 255 255 / .08)}.surface-window-nav span{height:44px;border-radius:16px;background:rgb(219 234 254 / .16)}.surface-window-main{display:grid;gap:16px}.surface-window-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.surface-window-summary>div,.surface-window-card{padding:18px;border-radius:20px;background:rgb(255 255 255 / .08);color:#fff}.surface-window-summary small,.surface-window-card span{display:block;margin-bottom:6px;color:rgb(255 255 255 / .64);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.surface-window-summary strong,.surface-window-card strong{font-size:1rem;line-height:1.45}.surface-window-stack{display:grid;gap:14px}.surface-stack{display:grid;gap:18px}.outcomes-section{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}.outcomes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.outcome-card ul,.resource-list--story{margin:0;padding:0;list-style:none}.outcome-card li,.resource-list--story li{position:relative;padding-left:26px;color:#334155;line-height:1.75}.outcome-card li+li,.resource-list--story li+li{margin-top:10px}.outcome-card li::before,.resource-list--story li::before{content:"";position:absolute;top:10px;left:0;width:10px;height:10px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px rgb(37 99 235 / .12)}.pricing-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.modern-resources-section{background:linear-gradient(180deg,#eef5ff 0%,#ffffff 100%)}.resources-layout{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,1.05fr);gap:24px;align-items:start}.resources-story{padding:32px;border-radius:30px;background:linear-gradient(180deg,#0f172a 0%,#1e3a8a 100%);box-shadow:0 24px 56px rgb(15 23 42 / .14)}.resources-title,.resources-story .platform-kicker{color:#fff}.resources-subtitle,.resources-story .resource-list--story li{color:rgb(255 255 255 / .78)}.resources-story .resource-list--story li::before{background:#7dd3fc;box-shadow:0 0 0 4px rgb(125 211 252 / .18)}.resources-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.resource-link{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;text-decoration:none}.resources-note{margin-top:20px;color:#64748b;text-align:center}.cta-section{background:radial-gradient(circle at top right,rgb(125 211 252 / .2),transparent 24%),linear-gradient(135deg,#0f172a 0%,#172554 100%)}.cta-content{max-width:760px;margin:0 auto;text-align:center}.cta-content h2{color:#fff;font-size:clamp(2.4rem, 4vw, 4rem);line-height:1.02;letter-spacing:-.04em}.cta-content p{margin:18px auto 26px;max-width:620px;color:rgb(255 255 255 / .78);line-height:1.8}@media (max-width:1200px){.hero-grid,.surfaces-grid,.resources-layout{grid-template-columns:1fr}.platform-grid,.outcomes-grid,.proof-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual{min-height:500px}.hero-float-card-right{right:0}.resources-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.hero-section,.directory-showcase,.platform-section,.surfaces-section,.outcomes-section,.pricing-section,.resources-section,.cta-section{padding:84px 0}.hero-grid,.proof-strip-grid,.platform-grid,.outcomes-grid,.resources-grid{grid-template-columns:1fr}.hero-content h1{max-width:none}.hero-metrics{grid-template-columns:1fr}.hero-visual{min-height:auto;padding-top:20px}.hero-workspace-frame{width:100%}.hero-float-card{position:relative;width:100%;inset:auto;margin-top:16px}.surface-window-body,.hero-workspace-shell{grid-template-columns:1fr}.surface-window-nav,.hero-workspace-sidebar{grid-auto-flow:column;grid-auto-columns:1fr}.surface-window-summary{grid-template-columns:1fr}}@media (max-width:640px){.hero-section{padding:88px 0 74px}.hero-content .tagline{font-size:1rem}.hero-buttons,.hero-trust-row,.hero-bullet-list{flex-direction:column;align-items:stretch}.hero-bullet-list span,.hero-trust-chips span,.hero-buttons .btn-primary,.hero-buttons .btn-secondary,.directory-cta,.resource-link,.cta-section-button{width:100%;justify-content:center}.proof-strip{margin-top:-18px}.hero-workspace-frame,.platform-card,.surface-showcase,.surface-mini-card,.outcome-card,.resource-card,.resources-story{padding:22px;border-radius:22px}.cta-content h2{font-size:2.2rem}}.site-header .container{position:relative}.header-actions{flex-wrap:nowrap;align-items:center;gap:8px;justify-content:flex-end}.header-actions .btn-secondary,.header-actions .cta-button{min-height:40px;padding:8px 14px;border-radius:10px;font-size:.84rem;white-space:nowrap}.account-switcher{position:relative;display:inline-flex;align-items:center;z-index:25}.account-switcher-trigger{min-height:40px;display:inline-flex;align-items:center;gap:10px;justify-content:center;padding:0 14px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;font-size:.84rem;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 14px 28px rgb(37 99 235 / .14)}.account-switcher-label{white-space:nowrap}.account-switcher-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px)}.account-switcher-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;display:grid;gap:6px;padding:10px;border:1px solid rgb(191 219 254 / .92);border-radius:18px;background:rgb(255 255 255 / .98);box-shadow:0 20px 40px rgb(15 23 42 / .12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 0.2s ease,transform 0.2s ease,visibility 0.2s ease;z-index:20}.account-switcher.is-open .account-switcher-menu{opacity:1;visibility:visible;transform:translateY(0)}.account-switcher-menu a{display:flex;align-items:center;min-height:40px;padding:0 12px;border-radius:12px;color:#0f172a;text-decoration:none;font-weight:600}.account-switcher-menu a:hover{background:#eff6ff;color:#1d4ed8}.account-switcher-menu a[hidden],.hero-search-slider-track>*[hidden]{display:none!important}.hero-grid{grid-template-columns:1fr;gap:22px;align-items:start}.hero-grid--search{max-width:1180px;margin:0 auto}.hero-bullet-list{justify-content:center;margin-bottom:18px}.hero-bullet-list span,.hero-trust-chips span{min-height:36px;padding:0 14px;font-size:.84rem}.hero-metrics{gap:12px;margin-bottom:18px}.hero-metrics>div{padding:16px 18px}.metric-value{font-size:1.28rem}.metric-label{font-size:.84rem}.hero-buttons{margin-bottom:18px}.hero-search-panel{margin-bottom:18px;padding:18px;border:1px solid rgb(191 219 254 / .92);border-radius:30px;background:rgb(255 255 255 / .96);box-shadow:0 28px 72px rgb(15 23 42 / .1)}.hero-search-panel--bare{width:min(760px, calc(100vw - 120px));margin:0 auto;padding:0;border:none;border-radius:0;background:#fff0;box-shadow:none}.hero-search-head{display:grid;gap:6px;margin-bottom:14px}.hero-search-head strong{color:#0f172a;font-size:.98rem}.hero-search-head span{color:#64748b;font-size:.86rem;line-height:1.6}.hero-search-shell{display:flex;gap:12px;align-items:center}.hero-search-shell--inline{gap:0;padding:10px;border:1px solid rgb(148 163 184 / .14);border-radius:26px;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .7)}.hero-search-query{flex:1 1 auto;min-height:54px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid #fff0;border-radius:16px;background:#fff0;color:#475569;font-size:.92rem;font-weight:600}.hero-search-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#1d4ed8 0%,#0ea5e9 100%);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em}.hero-search-action{flex:0 0 auto;min-height:58px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border:none;border-radius:16px;background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;text-decoration:none;font-size:.92rem;font-weight:700;box-shadow:0 16px 32px rgb(37 99 235 / .18)}.hero-search-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.hero-search-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:.8rem;font-weight:700}.hero-trust-row{justify-content:center;gap:10px}.hero-trust-label{font-size:.86rem}.hero-search-stage{margin-top:30px;display:grid;gap:18px}.hero-search-stage--primary{margin-top:0;gap:22px}.hero-trending-row{width:min(720px, calc(100vw - 48px));margin:6px auto 0;display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;justify-content:center}.hero-trending-label{color:#94a3b8;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-trending-link{color:#64748b;font-size:.9rem;font-weight:600;text-decoration:none;transition:color 0.16s ease}.hero-trending-link:hover{color:#1d4ed8}.hero-search-stage-header{max-width:860px;margin:0 auto;text-align:center}.hero-search-stage-header .hero-pill{justify-content:center;margin:0 auto 14px}.hero-search-stage-header h1{max-width:none;margin:0 auto 12px;color:#0f172a;font-size:20px;line-height:.98;letter-spacing:-.04em}.hero-search-stage-header p{color:#64748b;max-width:760px;margin:0 auto;font-size:1rem;line-height:1.65}.hero-search-panel--centered{max-width:none;margin:0 auto;padding:0}.hero-search-shell--wide{gap:14px}.hero-search-query--wide{min-height:58px;padding:0 20px;font-size:.96rem}.hero-search-query label{display:flex}.hero-search-query--wide input{width:100%;border:none;background:#fff0;color:#0f172a;font-size:.96rem;font-weight:600;outline:none}.hero-search-query--wide input::placeholder{color:#94a3b8}.hero-search-slider{width:min(980px, calc(100vw - 80px));margin:0 auto;display:grid;gap:14px;opacity:0;max-height:0;overflow:hidden;transform:translateY(-10px);transition:opacity 0.22s ease,transform 0.22s ease,max-height 0.22s ease}.hero-search-slider.is-active{opacity:1;max-height:420px;transform:translateY(0)}.hero-search-slider-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.hero-search-slider-head strong{color:#1e3a8a;font-size:.94rem}.hero-search-slider-head span{color:#64748b;font-size:.86rem}.hero-search-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.hero-search-slider-track>*{scroll-snap-align:start}.hero-suggestion-card,.hero-result-card--slider{min-height:172px}.hero-suggestion-card{display:grid;gap:8px;padding:20px;border:1px solid rgb(191 219 254 / .85);border-radius:22px;background:rgb(255 255 255 / .96);color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 18px 34px rgb(15 23 42 / .08)}.hero-suggestion-type{display:inline-flex;width:fit-content;min-height:28px;padding:0 10px;align-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hero-suggestion-card strong{font-size:1.12rem;line-height:1.25}.hero-suggestion-card small{color:#64748b;line-height:1.55}.platform-overview-section{padding:34px 0 14px}.platform-overview-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:28px;align-items:center}.platform-overview-copy{display:grid;gap:20px}.platform-overview-head{max-width:420px;margin:0;text-align:left}.platform-overview-head h2{margin-bottom:12px;color:#0f172a;font-size:clamp(2rem, 3vw, 3rem);line-height:1.04;letter-spacing:-.04em}.platform-overview-head p{color:#64748b;line-height:1.72}.platform-overview-stack{display:grid;gap:12px}.platform-overview-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;padding:16px 18px;border:1px solid rgb(191 219 254 / .8);border-radius:18px;background:rgb(255 255 255 / .92);box-shadow:0 16px 32px rgb(15 23 42 / .06)}.platform-overview-card strong{display:block;margin-bottom:5px;color:#0f172a;font-size:.98rem}.platform-overview-card p{margin:0;color:#64748b;font-size:.86rem;line-height:1.55}.platform-overview-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);color:#1d4ed8;font-size:1.35rem;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px rgb(147 197 253 / .6)}.platform-overview-metrics{margin-bottom:0}.platform-overview-visual{max-width:none;width:100%}.hero-result-card{display:grid;gap:6px;padding:20px;border:1px solid rgb(191 219 254 / .82);border-radius:20px;background:rgb(255 255 255 / .96);color:#0f172a;text-decoration:none;box-shadow:0 16px 34px rgb(15 23 42 / .07);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.hero-result-card:hover{transform:translateY(-2px);border-color:rgb(37 99 235 / .38);box-shadow:0 22px 42px rgb(15 23 42 / .1)}.hero-result-type{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hero-result-card strong{font-size:1.06rem;line-height:1.35}.hero-result-card span:not(.hero-result-type){color:#334155;font-size:.9rem;font-weight:600}.hero-result-card small{color:#64748b;line-height:1.55}.hero-visual{min-height:0;max-width:1040px;margin:0 auto;padding-top:2px}.hero-workspace-frame{width:min(100%, 960px);padding:18px;border-radius:28px}.hero-workspace-shell{grid-template-columns:140px minmax(0,1fr);gap:14px}.hero-workspace-sidebar{padding:14px;gap:10px}.hero-workspace-sidebar--icons{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-workspace-sidebar span{display:flex;align-items:center;justify-content:flex-start;padding:0 12px;height:40px;color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero-workspace-sidebar--icons span{height:auto;min-height:74px;display:grid;justify-items:center;align-content:center;padding:12px;border-radius:16px;background:rgb(219 234 254 / .5);box-shadow:inset 0 0 0 1px rgb(191 219 254 / .9)}.hero-workspace-sidebar--icons span b{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;font-size:.76rem;letter-spacing:.08em}.hero-command-bar{padding:16px 18px}.hero-command-card{padding:18px}.hero-command-card strong{font-size:1.14rem}.hero-command-card small{display:block;margin-top:8px;color:#64748b;font-size:.8rem;line-height:1.5}.proof-strip{margin-top:-24px}.proof-card{min-height:100%}.surface-window-nav span{display:flex;align-items:center;justify-content:flex-start;padding:0 14px;color:rgb(255 255 255 / .84);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.surface-window-summary strong{font-size:1.18rem}.surface-window-card strong{font-size:.95rem}.platform-card::after{display:none}.platform-header,.surfaces-header,.outcomes-header{text-align:center}.platform-card,.surface-mini-card,.outcome-card{text-align:center}.platform-card-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);color:#1d4ed8;font-size:1rem;font-weight:800;letter-spacing:.08em;box-shadow:inset 0 0 0 1px rgb(147 197 253 / .64)}.platform-card-visual{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 16px}.platform-card-visual span{min-height:62px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:16px;background:linear-gradient(180deg,rgb(219 234 254 / .76) 0%,rgb(239 246 255 / .96) 100%);color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:inset 0 0 0 1px rgb(191 219 254 / .88)}@media (max-width:900px){.header-content{flex-wrap:nowrap}.header-actions{display:none!important}.hero-grid{grid-template-columns:1fr;gap:24px}.platform-overview-grid{grid-template-columns:1fr}.platform-overview-head{max-width:none;text-align:center}.hero-search-stage-header h1{max-width:none;font-size:clamp(2.6rem, 8vw, 3.6rem)}.hero-search-shell{flex-direction:row;align-items:center}.hero-search-action{width:auto;flex:0 0 auto}.hero-search-panel--bare,.hero-search-slider{width:100%}.hero-search-slider-head{display:grid;gap:6px}.hero-workspace-shell,.surface-window-body{grid-template-columns:1fr}.hero-workspace-sidebar,.surface-window-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.site-header .container{padding:0 14px}.header-content{gap:10px;padding:10px 0;align-items:center}.logo{flex:1 1 auto;min-width:0}.logo img{width:132px!important;max-width:44vw}.mobile-controls{display:inline-flex!important;align-items:center;gap:6px;margin-left:auto;flex:0 0 auto}.mobile-search-toggle,.mobile-user-icon,.mobile-menu-toggle{width:40px;height:40px;border-radius:0;border:none;background:#fff0;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;padding:0}.mobile-search-toggle svg,.mobile-user-icon svg{width:18px;height:18px}.mobile-search-dropdown{top:calc(100% + 6px);left:12px;right:12px;border:1px solid rgb(191 219 254 / .9);border-radius:18px;box-shadow:0 18px 42px rgb(15 23 42 / .12)}.main-nav,.header-actions{display:none!important}.hero-section,.directory-showcase,.platform-section,.surfaces-section,.outcomes-section,.pricing-section,.resources-section,.cta-section{padding:72px 0}.hero-search-panel,.hero-workspace-frame{padding:18px;border-radius:22px}.hero-search-stage{margin-top:22px}.hero-search-stage-header h1{max-width:none;font-size:clamp(2.55rem, 11vw, 3.25rem);line-height:1.02}.hero-search-stage-header p{font-size:.96rem}.hero-metrics{grid-template-columns:1fr}.proof-strip{margin-top:0}.proof-strip-grid,.platform-grid,.outcomes-grid,.resources-grid{grid-template-columns:1fr}}@media (max-width:640px){.hero-section{padding:62px 0 54px}.hero-search-panel--bare,.hero-search-slider{width:100%}.hero-search-slider-track{grid-auto-columns:minmax(240px,84vw)}.directory-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.directory-tabs::-webkit-scrollbar{display:none}.directory-tab{flex:0 0 auto;min-width:140px;text-align:center}.hero-workspace-sidebar,.surface-window-nav{grid-template-columns:1fr 1fr;gap:10px}.hero-workspace-sidebar span,.surface-window-nav span{padding:0 10px;font-size:.7rem}.surface-window-summary>div,.surface-window-card,.hero-command-card{padding:16px}}.hero-search-panel--bare{width:min(720px, calc(100vw - 48px));margin:0 auto;padding:6px 6px 6px 6px;border:1.5px solid rgb(148 163 184 / .4);border-radius:999px;background:rgb(255 255 255 / .98);box-shadow:0 4px 24px rgb(15 23 42 / .06),0 1px 4px rgb(15 23 42 / .04)}.hero-search-shell--inline{gap:0;padding:0;border:none;border-radius:0;background:#fff0;box-shadow:none}.hero-search-action{border-radius:999px;min-height:48px;padding:0 24px}.hero-search-query--wide{padding:0 16px 0 12px}.account-switcher-trigger{position:relative;min-width:190px;justify-content:center;padding:0 36px 0 18px;text-align:center}.account-switcher-label{width:100%;text-align:center}.account-switcher-caret{position:absolute;right:16px;top:50%;margin-top:-5px}.hero-search-wrap{position:relative;width:min(720px, calc(100vw - 48px));margin:0 auto;z-index:30}.hero-search-wrap .hero-search-panel--bare{width:100%;margin:0}.hero-grid,.hero-search-stage,.hero-search-wrap,.hero-section,.hero-section .container{overflow:visible}.hero-search-slider{position:absolute;top:calc(100% + 8px);left:0;right:0;width:auto;margin:0;padding:10px;background:rgb(255 255 255 / .99);border:1px solid rgb(191 219 254 / .92);border-radius:20px;box-shadow:0 24px 52px rgb(15 23 42 / .15);z-index:120;display:grid;gap:0;opacity:0;max-height:0;overflow:hidden;transform:translateY(-8px);transition:opacity 0.2s ease,transform 0.2s ease,max-height 0.25s ease}.hero-search-slider.is-active{opacity:1;max-height:400px;overflow-y:auto;transform:translateY(0)}.platform-overview-section,.directory-showcase{position:relative;z-index:1}.hero-search-slider-head{display:none}.hero-search-slider-track{display:grid;grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;gap:4px;overflow-x:visible;padding-bottom:0;scroll-snap-type:none}.hero-suggestion-card{min-height:auto;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;border:none;background:#fff0;box-shadow:none;text-align:left;cursor:pointer;transition:background 0.14s ease}.hero-suggestion-card:hover{background:#f0f7ff}.hero-suggestion-type{min-height:24px;padding:0 8px;font-size:.7rem;border-radius:6px;flex-shrink:0}.hero-suggestion-card strong{font-size:.92rem;line-height:1.3}.hero-suggestion-card small{display:none}.hero-result-card--slider{min-height:auto;padding:10px 14px;border-radius:12px;border:none;box-shadow:none;background:#fff0;gap:4px;display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;transition:background 0.14s ease}.hero-result-card--slider:hover{background:#f0f7ff}.hero-result-card--slider .hero-result-type{font-size:.69rem}.hero-result-card--slider strong{font-size:.92rem}.hero-result-card--slider span:not(.hero-result-type),.hero-result-card--slider small{font-size:.82rem;color:#64748b}.hero-search-result-row{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;border-radius:12px;background:#fff0;color:#0f172a;text-align:left;cursor:pointer;transition:background 0.14s ease;text-decoration:none}.hero-search-result-row:hover{background:#f0f7ff}.hero-result-badge{flex-shrink:0;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:6px;background:#eff6ff;color:#1e3a8a;font-size:.7rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.hero-result-copy{display:grid;gap:4px;min-width:0;flex:1 1 auto}.hero-result-name-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.hero-result-avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);box-shadow:inset 0 0 0 1px rgb(191 219 254 / .88)}.hero-result-avatar-img,.hero-result-avatar-fallback{width:100%;height:100%}.hero-result-avatar-img{object-fit:cover;display:block}.hero-result-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#1e3a8a;font-size:.76rem;font-weight:800}.hero-result-name{font-weight:700;font-size:.92rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-result-detail-line{font-size:.82rem;color:#64748b;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip}.hero-search-loading,.hero-search-noresult{padding:16px 14px;color:#64748b;font-size:.88rem;text-align:center}.platform-overview-header{max-width:900px;margin:0 auto 36px;text-align:center}.platform-overview-header h2{margin-bottom:14px;color:#0f172a;font-size:15px;line-height:1.04;letter-spacing:-.04em}.platform-overview-header p{color:#64748b;font-size:1.06rem;line-height:1.7;max-width:760px;margin:0 auto}.platform-overview-head{display:none}.platform-overview-copy{gap:16px}.platform-overview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:0}.platform-overview-metrics>div{padding:14px;border:1px solid rgb(191 219 254 / .6);border-radius:14px;background:rgb(248 250 255 / .9);text-align:center}.platform-overview-metrics .metric-value{font-size:1.4rem;display:block;margin-bottom:4px}.platform-overview-metrics .metric-label{font-size:.78rem;line-height:1.4;display:block;color:#64748b}.hero-workspace-sidebar--icons span{display:grid;grid-template-rows:auto auto;justify-items:center;align-content:center;gap:5px;height:auto;min-height:68px;padding:10px 8px;border-radius:16px;background:rgb(219 234 254 / .5);box-shadow:inset 0 0 0 1px rgb(191 219 254 / .9);font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:none}.hero-workspace-sidebar--icons span .ws-icon{font-size:1.35rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.hero-workspace-sidebar--icons span .ws-label{font-size:.62rem;font-weight:700;color:#1e3a8a;letter-spacing:.05em;text-align:center;text-transform:uppercase}.hero-workspace-sidebar--icons span b{display:none}.hero-workspace-shell{grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:start}.hero-workspace-sidebar{gap:8px;padding:10px;border-radius:20px}.hero-workspace-main{gap:12px;align-content:start}.hero-command-bar{min-height:96px;padding:16px 22px;border-radius:24px}.hero-command-grid{align-items:start}.hero-command-card{padding:18px 20px 16px;min-height:0;align-self:start}.hero-command-card span{margin-bottom:10px}.hero-command-card strong{display:block;line-height:1.18}.hero-command-card small{margin-top:10px}.hero-command-card--wide{padding:16px 20px}.hero-search-panel--bare{padding:4px}.hero-search-query{min-height:60px}.hero-search-query--wide{padding:0 18px}.hero-search-action{min-height:60px;min-width:156px;padding:0 28px;border-radius:999px}.platform-overview-grid{grid-template-columns:minmax(320px,400px) minmax(0,1fr);gap:34px;align-items:start}.platform-overview-visual{padding-top:8px}.hero-workspace-frame{width:100%;padding:18px;border-radius:30px;background:linear-gradient(180deg,rgb(255 255 255 / .94) 0%,rgb(246 250 255 / .96) 100%);box-shadow:0 30px 70px rgb(15 23 42 / .1)}.hero-workspace-topbar{padding-bottom:14px}.hero-workspace-shell{grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:start}.hero-workspace-sidebar{gap:8px;padding:8px;border-radius:22px;background:linear-gradient(180deg,#d8e9ff 0%,#eef5ff 100%)}.hero-workspace-sidebar--icons{grid-template-columns:1fr}.hero-workspace-sidebar--icons span{min-height:46px;gap:0;padding:0;border-radius:14px;background:rgb(255 255 255 / .52);place-items:center;box-shadow:none}.hero-workspace-sidebar--icons span .ws-icon{width:auto;height:auto;min-height:0;border-radius:0;background:#fff0;box-shadow:none;font-size:1rem}.hero-workspace-sidebar--icons span .ws-label{display:none}.hero-workspace-sidebar--icons span,.hero-workspace-sidebar--icons span .ws-icon{justify-self:center;align-self:center;text-align:center}.hero-workspace-sidebar--icons span{display:flex;align-items:center;justify-content:center}.hero-workspace-sidebar--icons span .ws-icon{display:flex;align-items:center;justify-content:center;margin:0 auto}.hero-workspace-main{gap:14px}.hero-command-bar{min-height:86px;padding:18px 22px;border-radius:24px}.hero-command-bar strong{font-size:.98rem;letter-spacing:-.01em}.hero-command-bar span{font-size:.85rem}.hero-workspace-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,0.78fr);gap:12px;align-items:start}.hero-signal-panel{display:grid;gap:10px;padding:16px;border:1px solid rgb(191 219 254 / .78);border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.hero-signal-head{display:grid;gap:4px}.hero-signal-head strong{color:#0f172a;font-size:1rem}.hero-signal-head span{color:#64748b;font-size:.84rem;line-height:1.55}.hero-activity-list{display:grid;gap:8px}.hero-activity-row{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:12px;align-items:start;padding:11px 12px;border-radius:18px;background:#f8fbff;border:1px solid rgb(191 219 254 / .72)}.hero-activity-dot{width:10px;height:10px;margin-top:6px;border-radius:999px}.hero-activity-dot--blue{background:#2563eb}.hero-activity-dot--cyan{background:#06b6d4}.hero-activity-dot--amber{background:#f59e0b}.hero-activity-row strong{display:block;color:#0f172a;font-size:.88rem;line-height:1.35}.hero-activity-row small{display:block;margin-top:4px;color:#64748b;font-size:.76rem;line-height:1.5}.hero-activity-row em{color:#94a3b8;font-size:.76rem;font-style:normal;font-weight:700}.hero-right-stack{display:grid;gap:14px}.hero-command-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-command-card{min-height:116px;padding:16px;border-radius:22px;background:#fff}.hero-command-card span{margin-bottom:10px;font-size:.72rem}.hero-command-card strong{font-size:1.6rem;line-height:1}.hero-command-card small{margin-top:10px;font-size:.76rem}.hero-workspace-note{display:grid;gap:10px;padding:16px;border-radius:22px;border:1px solid rgb(191 219 254 / .8);background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}.hero-workspace-note-label{color:#64748b;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-workspace-note strong{color:#0f172a;font-size:.95rem;line-height:1.35}.hero-workspace-tags{display:flex;flex-wrap:wrap;gap:8px}.hero-workspace-tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:.76rem;font-weight:700}@media (max-width:1100px){.hero-workspace-body{grid-template-columns:1fr}.hero-signal-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.platform-overview-grid{grid-template-columns:1fr}.hero-workspace-shell{grid-template-columns:1fr}.hero-workspace-sidebar--icons{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-workspace-sidebar--icons span{min-height:82px}}@media (max-width:640px){.hero-signal-metrics,.hero-command-grid,.platform-overview-metrics{grid-template-columns:1fr}.hero-workspace-sidebar--icons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:901px){.hero-search-stage-header h1{font-size:20px!important}.platform-overview-header h2{font-size:15px!important}}.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}:root{--hs-bg:#f8fafc;--hs-surface:#ffffff;--hs-surface-2:#f1f5f9;--hs-text:#0f172a;--hs-muted:#64748b;--hs-primary:#2563eb;--hs-primary-dark:#1d4ed8;--hs-border:#e2e8f0;--hs-ring:rgba(37, 99, 235, 0.22);--hs-radius:16px;--hs-sidebar-bg:#f8fafc;--hs-sidebar-text:#0f172a;--hs-sidebar-muted:#64748b;--hs-sidebar-active:rgba(37, 99, 235, 0.08);--hs-upgrade-bg:#1d4ed8;--hs-upgrade-text:#ffffff;--hs-highlight-bg:#eff6ff;--hs-highlight-border:rgba(37, 99, 235, 0.22);--hs-highlight-label:#2563eb;--hs-highlight-value:#1d4ed8;--hs-highlight-sub:#4b5563;--hs-ui-font:14px;--hs-ui-font-small:13px;--hs-ui-heading:20px;--hs-ui-heading-sub:13px;--hs-ui-button:13px;--hs-ui-menu:13px;--hs-ui-icon:14px;--hs-ui-icon-lg:16px;--hs-ui-chip:12px}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{overflow-x:visible!important;overflow-y:hidden!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav{flex:1 1 auto!important;min-height:0!important;overflow-x:visible!important;overflow-y:auto!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer{margin-top:auto!important;position:static!important;top:auto!important;bottom:auto!important;overflow:visible!important;scrollbar-width:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer::-webkit-scrollbar,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav::-webkit-scrollbar{display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{left:50%!important;top:auto!important;bottom:calc(100% + 8px)!important;transform:translateX(-50%) translateY(4px)!important;font-size:10px!important;line-height:1.1!important;white-space:nowrap!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:focus-within::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:focus-visible::after{transform:translateX(-50%) translateY(0)!important}body.hiresmart-page .hs-sidebar-popout,body.hiresmart-page .hs-sidebar-popout.is-open{overflow-x:hidden!important;overflow-y:auto!important;max-height:calc(100vh - 24px)!important}@media (max-width:980px){.hs-directory-bar{display:flex!important;display:grid;gap:8px;line-height:1.45;font-size:11px;background:var(--hs-surface);border:1px solid var(--hs-border);color:var(--hs-text);overflow-wrap:anywhere;padding:10px 12px;border-radius:14px}.hs-message-bubble-avatar{width:26px;height:26px;font-size:10px;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important}.hs-jobs-toolbar .hs-jobs-search{flex:1 1 auto!important;min-width:0!important}.hs-jobs-toolbar .hs-filter-toggle-btn{flex:0 0 auto!important;margin-left:0!important}}.hs-topbar-actions .hs-notification-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:6px 10px;border-radius:999px;text-decoration:none}.hs-topbar-actions .hs-notification-chip .hs-notification-icon{line-height:1;font-size:13px}.hs-topbar-actions .hs-topbar-refer,.hs-topbar-actions .hs-topbar-signout{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 10px;border-radius:999px;white-space:nowrap;text-decoration:none}.hs-topbar-actions .hs-topbar-auth-link{min-height:36px;padding:8px 16px;border-radius:999px;white-space:nowrap}.hs-topbar-actions .hs-topbar-signin,.hs-topbar-actions a.hs-topbar-signin,.hs-topbar-actions .hs-topbar-signin:link,.hs-topbar-actions .hs-topbar-signin:visited{background:rgb(37 99 235 / .1);border-color:rgb(37 99 235 / .22);color:var(--hs-primary)!important}.hs-topbar-actions .hs-topbar-signin:hover,.hs-topbar-actions .hs-topbar-signin:focus-visible{background:rgb(37 99 235 / .16);border-color:rgb(37 99 235 / .34);color:var(--hs-primary-dark)!important}.hs-topbar-actions .hs-topbar-signup{box-shadow:0 10px 24px rgb(37 99 235 / .18)}@media (max-width:1280px){.hs-topbar-actions{flex-wrap:wrap;row-gap:6px}}@media (max-width:980px){.hs-topbar-actions .hs-notification-chip,.hs-topbar-actions .hs-topbar-refer,.hs-topbar-actions .hs-topbar-signout{min-height:28px;padding:4px 8px;font-size:11px;line-height:1.1}.hs-topbar-actions .hs-topbar-refer,.hs-topbar-actions .hs-topbar-signout{display:none}.hs-topbar-actions .hs-topbar-auth-link{min-height:32px;padding:6px 12px;font-size:11px;line-height:1.1}}@media (max-width:980px){.hs-directory-bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important}.hs-directory-bar .hs-directory-tabs{min-width:0!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important}.hs-directory-bar .hs-filter-toggle-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;justify-self:end!important}.hs-jobs-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important}.hs-jobs-toolbar .hs-jobs-search{min-width:0!important;width:100%!important;max-width:100%!important}.hs-jobs-toolbar .hs-jobs-search .hs-input{width:100%!important;min-width:0!important}.hs-jobs-toolbar .hs-filter-toggle-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;justify-self:end!important}}html:has(body.hiresmart-page){margin-top:0!important}body.hiresmart-page,body.hiresmart-page.admin-bar,body.hiresmart-page .hiresmart-page,body.hiresmart-page .hs-app-shell,body.hiresmart-page .hs-content{margin-top:0!important;padding-top:0!important}body.hiresmart-page #wpadminbar,body.hiresmart-page .site-header,body.hiresmart-page header.site-header,body.hiresmart-page .site-branding,body.hiresmart-page .entry-header{display:none!important}@media (max-width:980px){.hs-content,.hs-page,.hs-topbar,body.hiresmart-route-profile .hs-topbar{margin-top:0!important}.hs-topbar,body.hiresmart-route-profile .hs-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;min-height:44px!important}.hs-topbar-titleblock,body.hiresmart-route-profile .hs-topbar-titleblock{display:none!important}.hs-topbar-logo-mobile,.hs-referrals-page .hs-topbar-logo-mobile,body.hiresmart-route-profile .hs-topbar-logo-mobile{display:flex!important;grid-column:1!important;grid-row:1!important;align-items:center!important;justify-content:flex-start!important;margin:0!important}.hs-topbar-logo-mobile .hs-logo-link{display:inline-flex!important;align-items:center!important}.hs-topbar-logo-mobile .hs-logo-link img,body.hiresmart-route-profile .hs-topbar-logo-mobile .hs-logo-link img{height:19px!important;width:auto!important;max-width:98px!important}.hs-topbar-actions,body.hiresmart-route-profile .hs-topbar-actions{grid-column:2!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;margin:0!important;gap:6px!important}.hs-topbar-actions .hs-darkmode-toggle,.hs-topbar-actions .hs-theme-toggle,.hs-topbar-actions .hs-notifications-trigger,body.hiresmart-route-profile .hs-topbar-actions .hs-darkmode-toggle{display:none!important}.hs-topbar-actions .hs-chip,.hs-topbar-actions .hs-coins-card,body.hiresmart-route-profile .hs-topbar-actions .hs-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:26px!important;padding:3px 8px!important;border-radius:999px!important;font-size:11px!important;line-height:1.1!important;gap:4px!important;white-space:nowrap!important;margin:0!important}.hs-topbar .hs-chip .hs-coin-icon{width:0.9em!important;height:0.9em!important;min-width:0.9em!important;min-height:0.9em!important;flex:0 0 0.9em!important;margin-right:1px!important}.hs-content-body,body.hiresmart-route-profile .hs-content-body{margin-top:0!important;padding-top:10px!important}}@media (max-width:768px){.hs-topbar,body.hiresmart-route-profile .hs-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;gap:8px!important;padding:8px 12px!important}.hs-topbar-titleblock,body.hiresmart-route-profile .hs-topbar-titleblock{display:none!important}.hs-topbar-logo-mobile,.hs-referrals-page .hs-topbar-logo-mobile,body.hiresmart-route-profile .hs-topbar-logo-mobile{display:flex!important;grid-column:1!important;grid-row:1!important;align-items:center!important;justify-content:flex-start!important;margin:0!important}.hs-topbar-logo-mobile .hs-logo-link img,body.hiresmart-route-profile .hs-topbar-logo-mobile .hs-logo-link img{height:19px!important;max-width:96px!important}.hs-topbar-actions,body.hiresmart-route-profile .hs-topbar-actions{grid-column:2!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important}.hs-topbar-actions .hs-darkmode-toggle,.hs-topbar-actions .hs-theme-toggle,body.hiresmart-route-profile .hs-topbar-actions .hs-darkmode-toggle{display:none!important}.hs-topbar-actions .hs-chip,.hs-topbar-actions .hs-coins-card,body.hiresmart-route-profile .hs-topbar-actions .hs-chip{min-height:26px!important;padding:3px 8px!important;font-size:11px!important;line-height:1.1!important;gap:4px!important;white-space:nowrap!important;border-radius:999px!important}.hs-topbar .hs-chip .hs-coin-icon{width:0.9em!important;height:0.9em!important;min-width:0.9em!important;min-height:0.9em!important;flex:0 0 0.9em!important;margin-right:1px!important}.hs-content-body,body.hiresmart-route-profile .hs-content-body{padding-top:10px!important}.hs-mobile-bottom-nav{height:68px!important}.hs-mobile-nav-item{min-width:58px!important;padding:6px 7px!important}.hs-mobile-nav-label{font-size:10px!important;line-height:1.15!important;max-width:56px!important}.hs-mobile-notification-trigger{display:flex!important;z-index:2500!important}.hs-notifications-panel{position:fixed!important;left:10px!important;right:10px!important;bottom:78px!important;top:auto!important;width:auto!important;max-width:none!important;max-height:62vh!important;z-index:2600!important}.hs-notifications-panel.is-open{opacity:1!important;pointer-events:auto!important;transform:translateX(0)!important}.hs-mobile-user-menu-body .hs-mobile-menu-link.hs-refer-link,.hs-mobile-user-menu-body .hs-mobile-menu-link[href*="/referrals"]{color:var(--hs-text)!important;border:none!important;background:transparent!important}.hs-mobile-menu-link{border:none!important}.hs-profile-summary{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:12px!important}.hs-profile-summary .hs-profile-summary-text{width:auto!important;flex:1 1 auto!important;min-width:0!important;gap:6px!important}.hs-profile-summary .hs-profile-name,.hs-profile-summary .hs-profile-email{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width:360px){.hs-mobile-nav-label{font-size:9px!important;max-width:50px!important}.hs-topbar-actions .hs-chip,.hs-topbar-actions .hs-coins-card{font-size:10px!important;padding:3px 7px!important}}html[data-hs-theme="dark"]{--hs-bg:#0b1220;--hs-surface:#111827;--hs-surface-2:#0f172a;--hs-text:#e5e7eb;--hs-muted:#9ca3af;--hs-primary:#60a5fa;--hs-primary-dark:#3b82f6;--hs-border:#1f2937;--hs-ring:rgba(96, 165, 250, 0.28);--hs-sidebar-bg:#0b1220;--hs-sidebar-text:#e5e7eb;--hs-sidebar-muted:rgba(229, 231, 235, 0.6);--hs-sidebar-active:rgba(138, 180, 248, 0.14);--hs-upgrade-bg:#2563eb;--hs-upgrade-text:#ffffff;--hs-highlight-bg:rgba(59, 130, 246, 0.12);--hs-highlight-border:rgba(96, 165, 250, 0.28);--hs-highlight-label:#60a5fa;--hs-highlight-value:#dbeafe;--hs-highlight-sub:#cbd5e1}@media (max-width:900px){:root{--hs-ui-font:13px;--hs-ui-font-small:12px;--hs-ui-heading:16px;--hs-ui-heading-sub:12px;--hs-ui-button:12px;--hs-ui-menu:12px;--hs-ui-icon:13px;--hs-ui-icon-lg:15px;--hs-ui-chip:11px}}.hs-referrals-grid{display:grid;gap:18px}.hs-referral-hero{display:grid;gap:12px}.hs-referral-link-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.hs-referral-link-row .hs-input{flex:1;min-width:240px}.hs-referral-code{font-size:14px;color:var(--hs-muted)}.hs-referral-share-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}.hs-referral-share-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);font-weight:600;text-decoration:none;cursor:pointer;justify-content:space-between;gap:12px;flex-wrap:wrap}.hs-referral-meta-row .hs-referral-code{margin-right:auto}.hs-referral-meta-row .hs-referral-link-actions{margin-left:auto}.hs-referral-link-row .hs-input{flex:1;min-width:180px}.hs-referral-link-actions .btn-secondary,.hs-referral-link-actions .btn-primary{flex:0 0 auto;white-space:nowrap}.hs-referral-code{font-size:14px;color:var(--hs-muted)}@media (max-width:760px){.hs-referral-meta-row{align-items:flex-start}.hs-referral-meta-row .hs-referral-link-actions{width:100%;margin-left:0}}.hs-referral-share-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}.hs-referral-share-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);font-weight:600;text-decoration:none;cursor:pointer;transition:border-color 0.2s ease,color 0.2s ease,transform 0.2s ease}.hs-referral-share-btn:hover{border-color:var(--hs-primary);color:var(--hs-primary);transform:translateY(-1px)}.hs-referral-note{margin-top:12px;color:var(--hs-muted);font-size:14px}.hs-referral-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}.hs-referral-stat{border:1px solid var(--hs-border);border-radius:12px;padding:14px;background:var(--hs-surface)}.hs-referral-stat-label{font-size:13px;color:var(--hs-muted)}.hs-referral-stat-value{font-size:24px;font-weight:700;margin-top:6px}.hs-referral-steps{margin:12px 0 0;padding-left:18px;color:var(--hs-text)}.hs-referral-perks{margin-top:16px;padding:12px;border-radius:12px;background:var(--hs-surface);border:1px solid var(--hs-border)}.hs-referral-perks ul{margin:8px 0 0;padding-left:18px;color:var(--hs-muted)}.hs-referral-recent-list{display:grid;gap:10px;margin-top:12px}.hs-referral-recent-item{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--hs-border);border-radius:12px;padding:12px 14px;background:var(--hs-surface)}.hs-referral-recent-name{font-weight:600}.hs-referral-recent-date{font-size:12px;color:var(--hs-muted)}.hs-referral-recent-coins{font-weight:700;color:var(--hs-primary)}.hs-referral-empty{margin-top:12px;color:var(--hs-muted)}@media (max-width:768px){.directory-grid,.candidates-grid,.jobs-grid,.hs-referrals-grid,.hs-usage-grid,.hs-directory-grid{gap:14px;grid-template-columns:1fr!important}.hs-highlight-grid,.hs-overview-grid,.hs-booster-grid,.hs-billing-grid{gap:12px}.hs-coin-pack-grid,.hs-coin-pack{gap:10px}.hs-referral-link-row{flex-direction:column;align-items:stretch}.hs-referral-share-grid{grid-template-columns:1fr}.hs-referral-stats-grid{grid-template-columns:1fr 1fr}.hs-welcome-banner{margin-bottom:8px;padding:12px 14px}.hs-notifications-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(360px, 90vw);max-height:60vh}.hs-notifications-panel.is-open{transform:translate(-50%,-50%);opacity:1}}@media (max-width:520px){.directory-grid,.candidates-grid,.jobs-grid,.hs-referrals-grid,.hs-usage-grid,.hs-directory-grid{gap:12px}.hs-highlight-grid,.hs-overview-grid,.hs-booster-grid,.hs-billing-grid{gap:10px}.hs-coin-pack-grid,.hs-coin-pack{gap:8px}.hs-referral-share-grid,.hs-referral-stats-grid{grid-template-columns:1fr}}.hiresmart-page{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell',sans-serif;background:var(--hs-bg);color:var(--hs-text);min-height:100vh}.hiresmart-page button,.hiresmart-page input:not([type="checkbox"]):not([type="radio"]),.hiresmart-page select,.hiresmart-page textarea{font-family:inherit}.hiresmart-page input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="file"]),.hiresmart-page select,.hiresmart-page textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--hs-border);background:var(--hs-surface);font-size:15px;font-family:inherit;color:var(--hs-text);transition:border-color 0.2s,box-shadow 0.2s}.hiresmart-page input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="hidden"]):not([type="file"]):focus,.hiresmart-page select:focus,.hiresmart-page textarea:focus{outline:none;border-color:var(--hs-primary);box-shadow:0 0 0 4px var(--hs-ring)}.hiresmart-page a{color:var(--hs-primary);text-decoration:none}html[data-hs-theme="dark"] .hiresmart-page a{color:var(--hs-primary)}.hiresmart-directory-container,.hiresmart-candidates-container,.hiresmart-jobs-container,.hiresmart-post-job-container,.hiresmart-integrations-container,.hiresmart-employer-profile{max-width:100%;margin:0;width:100%;align-self:stretch;min-width:0}.hiresmart-post-job-container{display:flex;flex:1}.hiresmart-post-job-container .hs-post-job-shell{flex:1}.directory-header,.candidates-header,.jobs-header,.post-job-header{margin-bottom:18px}.directory-header h1,.candidates-header h1,.jobs-header h1,.post-job-header h1{font-size:28px;margin-bottom:6px;color:var(--hs-primary)}.subtitle{color:var(--hs-muted)}.directory-filters,.candidates-filters,.jobs-filters{background:var(--hs-surface);border:1px solid var(--hs-border);border-radius:14px;padding:16px;margin-bottom:18px;box-shadow:0 10px 22px rgb(15 23 42 / .05)}.filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.filter-tab{padding:8px 14px;background:rgb(148 163 184 / .15);border-radius:999px;border:1px solid #fff0;font-weight:600;cursor:pointer;color:var(--hs-muted)}.filter-tab.active,.filter-tab:hover{background:rgb(37 99 235 / .1);color:var(--hs-primary);border-color:rgb(37 99 235 / .2)}.search-box input,.filter-row select,.filter-row input{width:100%;border:1px solid var(--hs-border);border-radius:10px;padding:10px 12px 10px 44px;font-size:14px;background:var(--hs-surface);color:var(--hs-text)}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.directory-grid,.candidates-grid,.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;width:100%}.entity-card,.candidate-card,.job-card{background:var(--hs-surface);border:1px solid var(--hs-border);border-radius:16px;padding:18px;box-shadow:0 12px 24px rgb(15 23 42 / .06);transition:transform 0.2s,box-shadow 0.2s}.entity-card:hover,.candidate-card:hover,.job-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px rgb(15 23 42 / .1)}.entity-avatar,.candidate-avatar{width:56px;height:56px;border-radius:14px;background:rgb(37 99 235 / .12);color:var(--hs-primary);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:12px}.entity-avatar.has-image,.candidate-avatar.has-image{background:var(--hs-surface-2);color:#fff0}.entity-avatar img,.candidate-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.entity-badge,.subscription-tier,.score-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;background:rgb(37 99 235 / .1);color:var(--hs-primary);margin-top:10px}.candidate-scores,.profile-sync-status{margin-top:12px;background:var(--hs-surface-2);border-radius:12px;padding:12px}.candidate-links,.entity-actions,.job-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.btn-view-jobs,.btn-contact,.btn-view-job,.btn-apply,.btn-login,.btn-signup{padding:8px 12px;border-radius:10px;border:1px solid;border-color:var(--hs-border);background:var(--hs-surface);font-weight:600;box-shadow:0 12px 24px rgb(15 23 42 / .06);transition:transform 0.2s,box-shadow 0.2s}.entity-card:hover,.candidate-card:hover,.job-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px rgb(15 23 42 / .1)}.entity-avatar,.candidate-avatar{width:56px;height:56px;border-radius:14px;background:rgb(37 99 235 / .12);color:var(--hs-primary);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:12px}.entity-avatar.has-image,.candidate-avatar.has-image{background:var(--hs-surface-2);color:#fff0}.entity-avatar img,.candidate-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.entity-badge,.subscription-tier,.score-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;background:rgb(37 99 235 / .1);color:var(--hs-primary);margin-top:10px}.candidate-scores,.profile-sync-status{margin-top:12px;background:var(--hs-surface-2);border-radius:12px;padding:12px}.candidate-links,.entity-actions,.job-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.btn-view-jobs,.btn-contact,.btn-view-job,.btn-apply,.btn-login,.btn-signup{padding:8px 12px;border-radius:10px;border:1px solid;border-color:var(--hs-border);background:var(--hs-surface);font-weight:600;color:var(--hs-text);text-decoration:none;cursor:pointer;font-family:inherit;transition:all 0.3s;display:inline-flex;align-items:center;justify-content:center;gap:4px}.btn-view-jobs:hover,.btn-contact:hover,.btn-view-job:hover,.btn-login:hover{background:var(--hs-surface-2);border-color:var(--hs-primary);color:var(--hs-primary)}.btn-apply,.btn-signup{background:var(--hs-primary);color:#fff;border-color:var(--hs-primary)}.btn-apply:hover,.btn-signup:hover{background:var(--hs-primary-dark);border-color:var(--hs-primary-dark);color:#fff}.access-gate{grid-column:1 / -1;background:var(--hs-surface);border:1px dashed var(--hs-border);border-radius:16px;padding:24px;text-align:center}.blurred-card{filter:blur(2px);opacity:.6;pointer-events:none}.integration-section{margin-bottom:18px}.integration-card{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start;padding:16px;border:1px solid var(--hs-border);border-radius:10px;background:var(--hs-surface);margin-bottom:12px;box-shadow:none}.integration-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:8px}.integration-actions input{flex:1 1 240px;min-width:220px}.integration-actions .btn-secondary{width:auto;white-space:nowrap}.integration-icon img{width:32px;height:32px}.status-badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;background:var(--hs-surface-2);color:var(--hs-muted)}.status-badge.connected{background:rgb(16 185 129 / .12);color:#10b981}.integration-detail{margin-top:6px;font-size:12px;color:var(--hs-muted)}.hiresmart-form{background:var(--hs-surface);border:1px solid var(--hs-border);border-radius:10px;padding:24px;box-shadow:none;width:100%;max-width:none}.hs-form-stack{display:grid;gap:18px}.hiresmart-post-job-container .hs-form-stack{max-width:100%;margin:0}.hiresmart-post-job-container .hs-form-stack{gap:12px}.hiresmart-post-job-container .hs-card{padding:18px}.hiresmart-post-job-container .hs-card{padding:16px}.hiresmart-post-job-container .hs-card-header{margin-bottom:10px}.hiresmart-post-job-container .hs-grid-2{gap:10px}.hiresmart-post-job-container .form-group{margin-bottom:12px}.hiresmart-post-job-container .form-group label{margin-bottom:6px}.hiresmart-post-job-container .form-group small{display:block;margin-top:6px}.hiresmart-post-job-container .form-group input,.hiresmart-post-job-container .form-group select,.hiresmart-post-job-container .form-group textarea{font-size:14px;padding:10px 12px;border-radius:12px;background:var(--hs-surface-2);border:1px solid var(--hs-border);color:var(--hs-text);transition:border-color 0.2s,box-shadow 0.2s}.hiresmart-post-job-container .form-group input:focus,.hiresmart-post-job-container .form-group select:focus,.hiresmart-post-job-container .form-group textarea:focus{outline:none;border-color:var(--hs-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .2);background:var(--hs-surface)}.form-section{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--hs-border)}.form-section:last-of-type{border-bottom:none}.posting-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.info-card{background:var(--hs-surface-2);border-radius:10px;padding:14px;border:1px solid var(--hs-border);box-shadow:none}.form-actions{display:flex;justify-content:space-between;gap:12px}.hs-form-actions{justify-content:flex-end}.hs-billing-plan{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-bottom:12px}.coin-packages{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:8px}.coin-package{border:1px solid var(--hs-border);border-radius:12px;padding:12px;background:var(--hs-surface-2);display:grid;gap:6px}.coin-package h4{margin:0;font-size:14px}.coin-package p{margin:0;color:var(--hs-muted)}.hs-app-shell{--hs-sidebar-width:275px;--hs-sidebar-collapsed-width:92px;display:grid;grid-template-columns:var(--hs-sidebar-width) minmax(0,1fr);min-height:100vh;background:var(--hs-bg);height:100vh;overflow:hidden;position:relative}.hs-app-shell.is-collapsed{grid-template-columns:var(--hs-sidebar-collapsed-width) minmax(0,1fr)}.hs-sidebar{background:var(--hs-sidebar-bg);color:var(--hs-sidebar-text);padding:16px 12px 12px 12px;display:flex;flex-direction:column;gap:12px;min-height:100vh;position:sticky;top:0;height:100vh;min-height:0;overflow:hidden;width:var(--hs-sidebar-width);min-width:var(--hs-sidebar-width);max-width:var(--hs-sidebar-width)}.hs-sidebar-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;font-size:18px}.hs-sidebar-brand img{max-width:90px;width:auto;height:28px;max-height:28px;object-fit:contain;display:block;min-width:0}.hs-sidebar-brand .hs-sidebar-toggle{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;justify-content:center}.hs-sidebar-toggle{background:#fff0;border:1px solid rgb(148 163 184 / .4);color:var(--hs-sidebar-text);border-radius:10px;padding:6px 10px;font-size:12px;cursor:pointer}.hs-nav{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto;overflow-x:visible;padding-right:4px;padding-bottom:12px;scrollbar-width:thin;scrollbar-gutter:stable;scrollbar-color:rgb(148 163 184 / .35) #fff0}.hs-nav::-webkit-scrollbar{width:6px}.hs-nav::-webkit-scrollbar-track{background:#fff0}.hs-nav::-webkit-scrollbar-thumb{background:rgb(148 163 184 / .35);border-radius:999px}.hs-nav::-webkit-scrollbar-thumb:hover{background:rgb(148 163 184 / .5)}.hs-sidebar-footer{margin-top:auto;padding:12px 0 0 0;border-top:1px solid rgb(148 163 184 / .2);display:flex;flex-direction:column;gap:10px;flex-shrink:0;min-height:0}.hs-sidebar-footer>.hs-sidebar-links{order:1}.hs-sidebar-footer>.hs-user-card{order:2}.hs-sidebar-footer>.hs-user-details{order:3}.hs-sidebar-footer>.hs-usage-badges{order:0}.hs-user-card{display:flex;align-items:center;gap:12px;cursor:pointer}.hs-user-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:rgb(148 163 184 / .2);display:flex;align-items:center;justify-content:center;font-weight:700;position:relative;overflow:hidden}.hs-user-avatar.has-image{background:var(--hs-surface-2);color:#fff0}.hs-user-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.hs-user-name{font-weight:600;font-size:14px}.hs-user-email{font-size:12px;color:var(--hs-sidebar-muted)}.hs-sidebar-footer:not(.is-open) .hs-user-email{display:block}.hs-sidebar-links{display:grid;gap:8px;grid-template-columns:1fr}.hs-sidebar-links .hs-upgrade{grid-column:1 / -1}.hs-sidebar-links .hs-refer,.hs-sidebar-links .hs-logout{grid-column:span 1}.hs-sidebar-links .hs-refer{grid-column:1;grid-row:2}.hs-sidebar-links .hs-logout{grid-column:2;grid-row:2}.hs-sidebar-footer .hs-sidebar-links{grid-template-columns:1fr;width:100%;min-width:0}.hs-sidebar-footer .hs-sidebar-links .hs-upgrade,.hs-sidebar-footer .hs-sidebar-links .hs-refer,.hs-sidebar-footer .hs-sidebar-links .hs-logout{grid-column:1 / -1;grid-row:auto}@media (min-width:981px){.hs-sidebar-footer .hs-sidebar-links{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-sidebar-footer .hs-sidebar-links .hs-upgrade{grid-column:1 / -1}.hs-sidebar-footer .hs-sidebar-links .hs-refer,.hs-sidebar-footer .hs-sidebar-links .hs-logout{grid-column:span 1}}@media (max-width:768px){.hs-topbar{grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;gap:8px!important;padding:10px 12px!important}.hs-topbar-logo-mobile{display:flex!important;grid-column:1;grid-row:1;margin:0!important;align-items:center}.hs-topbar-logo-mobile .hs-logo-link img{height:20px;max-width:96px}.hs-topbar-titleblock{grid-column:2;grid-row:1;min-width:0;gap:3px!important}.hs-topbar-title{font-size:16px!important;font-weight:600;line-height:1.25}.hs-topbar-meta{font-size:12px!important;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-topbar-actions{grid-column:3;grid-row:1;display:flex!important;align-items:center;justify-content:flex-end;gap:8px!important}.hs-topbar-actions .hs-chip{padding:5px 9px!important;font-size:12px!important;gap:5px}.hs-topbar .hs-chip .hs-coin-icon{width:1em;height:1em;min-width:1em;min-height:1em;flex:0 0 1em;margin-right:2px}.hs-topbar-actions .hs-darkmode-toggle{display:inline-flex!important;min-height:30px;padding:5px 8px!important;font-size:11px!important}.hs-profile-layout{grid-template-columns:minmax(0,1fr)!important;gap:12px}.hs-profile-card,.hs-connections-card,.hs-resume-card{width:100%;max-width:100%;overflow:hidden}.hs-profile-summary{align-items:flex-start;flex-wrap:wrap;text-align:left}.hs-profile-summary-text{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:10px}.hs-profile-inline-field{width:100%;max-width:100%;align-items:center;flex-wrap:wrap}.hs-profile-inline-input{width:100%;max-width:100%}.hs-profile-summary-actions{margin-left:0;width:100%}.hs-profile-summary-actions .hs-badge-cta{flex:1;min-width:0}.hs-profile-grid{grid-template-columns:minmax(0,1fr)}.hs-email-verify-popover{left:0;right:auto;min-width:min(250px, calc(100vw - 64px))}.hs-connection-actions{flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:8px}.hs-connection-status{min-width:0;max-width:calc(100% - 108px);flex:1 1 auto}.hs-connection-status .status-badge,.hs-connection-detail{white-space:nowrap}.hs-connection-detail{overflow:hidden;text-overflow:ellipsis;display:inline-block;max-width:100%}.hs-connection-actions .btn-secondary{margin-left:0;flex:0 0 auto}.hs-account-settings-grid{grid-template-columns:minmax(0,1fr);gap:12px}.hs-password-card{order:1}.hs-delete-account-card{order:2;margin-top:6px}}@media (min-width:981px){.hs-sidebar .hs-sidebar-footer .hs-sidebar-links{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-sidebar .hs-sidebar-footer .hs-sidebar-links .hs-upgrade{grid-column:1 / -1;grid-row:1}.hs-sidebar .hs-sidebar-footer .hs-sidebar-links .hs-refer{grid-column:1;grid-row:2}.hs-sidebar .hs-sidebar-footer .hs-sidebar-links .hs-logout{grid-column:2;grid-row:2}}.hs-user-details{display:flex;align-items:center;gap:6px;color:var(--hs-sidebar-muted);font-size:clamp(9px, 1.6vw, 12px);white-space:nowrap;overflow:hidden}.hs-sidebar-footer .hs-user-details{justify-content:center;text-align:center;width:100%}.hs-sidebar-footer .hs-user-details{justify-content:center;background:rgb(59 130 246 / .12);border-radius:999px;padding:6px 10px;color:#1d4ed8;font-weight:600}.hs-sidebar-footer .hs-user-details .hs-user-role,.hs-sidebar-footer .hs-user-details .hs-plan-chip{color:inherit}.hs-sidebar-footer .hs-user-details .hs-plan-chip{background:#fff0;padding:0;font-size:inherit;letter-spacing:.04em}.hs-sidebar-footer .hs-user-details .hs-plan-chip::before{content:" | ";color:inherit}.hs-sidebar-footer .hs-user-details .hs-user-role{flex:0 0 auto}.hs-user-details--badge{justify-content:center;background:rgb(59 130 246 / .12);border-radius:999px;padding:6px 10px;color:#1d4ed8;font-weight:600}.hs-user-details--badge .hs-user-role,.hs-user-details--badge .hs-plan-chip{color:inherit}.hs-user-details--badge .hs-plan-chip{background:#fff0;padding:0;font-size:inherit;letter-spacing:.04em}.hs-user-details--badge .hs-plan-chip::before{content:" | ";color:inherit}.hs-user-details .hs-user-role{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.hs-user-details .hs-plan-chip{flex:0 0 auto;padding:0;font-size:clamp(9px, 1.6vw, 12px);letter-spacing:.02em;text-transform:uppercase;background:#fff0;color:inherit}.hs-user-details .hs-plan-chip::before{content:" | ";color:var(--hs-sidebar-muted)}.hs-sidebar-link{color:var(--hs-sidebar-text);text-decoration:none;font-size:13px;font-weight:600;padding:8px 10px;border-radius:10px;background:rgb(148 163 184 / .12);display:flex;align-items:center;justify-content:center;gap:6px;text-align:center;width:100%;min-width:0;box-sizing:border-box;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hs-sidebar-link:hover{background:rgb(148 163 184 / .2)}.hs-sidebar-link.hs-upgrade{background:var(--hs-upgrade-bg);color:var(--hs-upgrade-text);font-weight:700}.hs-sidebar-link.hs-refer,.hs-sidebar-link.hs-logout{color:#1e3a8a}.hs-sidebar-link.hs-refer:hover,.hs-sidebar-link.hs-logout:hover{color:#172554}.hs-plan-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:rgb(37 99 235 / .2);color:var(--hs-sidebar-text);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.hs-profile-summary{display:flex;align-items:center;gap:16px}.hs-profile-summary-text{display:grid;gap:3px;width:100%}.hs-profile-inline-field{display:flex;align-items:center;gap:8px}.hs-profile-inline-display{cursor:text}.hs-profile-inline-input{display:none;max-width:320px}.hs-profile-inline-save{display:none;border:none;background:var(--hs-primary);color:#fff;border-radius:999px;padding:4px 10px;cursor:pointer;font-size:12px}.hs-profile-inline-status{display:none;font-size:12px;color:var(--hs-muted)}.hs-profile-inline-field.is-editing .hs-profile-inline-display{display:none}.hs-profile-inline-field.is-editing .hs-profile-inline-input{display:inline-flex}.hs-profile-inline-field.is-dirty .hs-profile-inline-save{display:inline-flex}.hs-profile-inline-field.is-saved .hs-profile-inline-status{display:inline-flex}.hs-profile-card .hs-input,.hs-profile-card textarea.hs-input{padding:8px 10px;min-height:34px}.hs-nav-item{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:12px;color:var(--hs-sidebar-text);text-decoration:none;font-size:var(--hs-ui-menu)}.hs-nav-label{font-size:13px;line-height:1.2;flex:1 1 auto}.hs-nav-item span{color:var(--hs-sidebar-muted);font-size:var(--hs-ui-font-small)}.hs-nav-item.hs-notifications-trigger{border:none;background:#fff0;padding:6px 10px}.hs-nav .hs-nav-item.hs-notifications-trigger{display:flex;width:100%;justify-content:flex-start;border:none;box-shadow:none}.hs-nav .hs-nav-item.hs-notifications-trigger .hs-nav-badge{position:static;top:auto;right:auto;margin-left:auto}.hs-nav-item.hs-notifications-trigger:hover,.hs-nav-item.hs-notifications-trigger.is-open,.hs-nav-item.hs-notifications-trigger[aria-expanded="true"]{background:var(--hs-sidebar-active)}.hs-nav-item.active,.hs-nav-item:hover{background:var(--hs-sidebar-active);color:var(--hs-sidebar-text)}html:not([data-hs-theme="dark"]) .hs-nav-item:hover,html:not([data-hs-theme="dark"]) .hs-nav-item.active{color:var(--hs-text)}.hs-nav-item[data-icon-key] .hs-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;font-size:0;color:var(--hs-sidebar-muted)}.hs-nav-item[data-icon-key].active .hs-nav-icon,.hs-nav-item[data-icon-key]:hover .hs-nav-icon{color:currentColor}.hs-nav-item[data-icon-key] .hs-nav-icon::before{content:"";width:16px;height:16px;display:block;background-color:currentColor;-webkit-mask-image:var(--hs-menu-icon-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--hs-menu-icon-mask);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-nav-item[data-icon-key="dashboard"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h5v5H2V2zm7 0h5v3H9V2zM9 7h5v7H9V7zM2 9h5v5H2V9z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="directory"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a1 1 0 0 1 1-1h3l1.2 1.2H13a1 1 0 0 1 1 1v7.8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="lists"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 3h2v2H3V3zm3 0h7v2H6V3zM3 7h2v2H3V7zm3 0h7v2H6V7zM3 11h2v2H3v-2zm3 0h7v2H6v-2z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="activity"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm2 1v2h8V4H4zm0 3v1h8V7H4zm0 2v1h5V9H4z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="messages"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7l-3.2 2.4A.5.5 0 0 1 3 13v-2a2 2 0 0 1-1-1.7V3zm3 2h6v1H5V5zm0 2h4v1H5V7z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="post-job"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h8l4 4v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2zm3 7v2h6V9H5zm0-3v2h6V6H5z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="jobs"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 2h4a1 1 0 0 1 1 1v1h2a2 2 0 0 1 2 2v2H1V6a2 2 0 0 1 2-2h2V3a1 1 0 0 1 1-1zm0 2V3h4v1H6zM1 9h14v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="billing"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2c3.314 0 6 1.12 6 2.5S11.314 7 8 7 2 5.88 2 4.5 4.686 2 8 2zm-6 4.2C3.01 7.2 5.3 7.9 8 7.9s4.99-.7 6-1.7v2c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5v-2zm0 3.7C3.01 10.9 5.3 11.6 8 11.6s4.99-.7 6-1.7v1.6c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5V9.9z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="settings"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.8 1h2.4l.3 1.5a5.8 5.8 0 0 1 1.2.5L12 2l1.7 1.7-1 .9c.2.4.4.8.5 1.2L15 6v2.4l-1.5.3c-.1.4-.3.8-.5 1.2l1 .9L12 12l-1.3-1a5.8 5.8 0 0 1-1.2.5L9.2 13H6.8l-.3-1.5a5.8 5.8 0 0 1-1.2-.5L4 12 2.3 10.3l1-.9a5.8 5.8 0 0 1-.5-1.2L1.3 8V5.6l1.5-.3c.1-.4.3-.8.5-1.2l-1-.9L4 1.5l1.3 1a5.8 5.8 0 0 1 1.2-.5L6.8 1zM8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="resources"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 2h9a1 1 0 0 1 1 1v10l-2-1-2 1-2-1-2 1-2-1V3a1 1 0 0 1 1-1zm2 2v1h6V4H5zm0 3v1h6V7H5z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="notifications"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a4 4 0 0 1 4 4v2.8l1.2 2V11H2.8V9.8L4 7.8V5a4 4 0 0 1 4-4zm-1.5 11h3a1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="profile"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 7c3 0 5 1.7 5 3.8V14H3v-1.2C3 10.7 5 9 8 9z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="search"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.24 10.18 14.53 13.47l-1.06 1.06-3.29-3.29a5.5 5.5 0 1 1 1.06-1.06zM6.5 11A4.5 4.5 0 1 0 6.5 2a4.5 4.5 0 0 0 0 9z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="refer"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.2 4.2a2.3 2.3 0 0 1 3.3 0l1.2 1.2-1.1 1.1-1.2-1.2a.8.8 0 0 0-1.1 0L4.9 7.7a.8.8 0 0 0 0 1.1l1.2 1.2L5 11.1 3.8 9.9a2.3 2.3 0 0 1 0-3.3l2.4-2.4zm3.6.7 1.2 1.2a2.3 2.3 0 0 1 0 3.3l-2.4 2.4a2.3 2.3 0 0 1-3.3 0L4.1 10.6l1.1-1.1 1.2 1.2a.8.8 0 0 0 1.1 0l2.4-2.4a.8.8 0 0 0 0-1.1L8.7 6z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="upgrade"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2l3 3H9v5H7V5H5l3-3zm-5 9h10v3H3v-3z'/%3E%3C/svg%3E")}.hs-nav-item[data-icon-key="signout"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 2h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H6v-2h6V4H6V2zM2 8l3-3v2h5v2H5v2L2 8z'/%3E%3C/svg%3E")}.hs-sidebar-link[data-icon-key]{--hs-menu-icon-mask:none}.hs-sidebar-link[data-icon-key]::before{content:"";width:14px;height:14px;display:inline-block;flex:0 0 14px;background-color:currentColor;-webkit-mask-image:var(--hs-menu-icon-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--hs-menu-icon-mask);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-sidebar-link[data-icon-key]>span{display:none}.hs-sidebar-link[data-icon-key="billing"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2c3.314 0 6 1.12 6 2.5S11.314 7 8 7 2 5.88 2 4.5 4.686 2 8 2zm-6 4.2C3.01 7.2 5.3 7.9 8 7.9s4.99-.7 6-1.7v2c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5v-2zm0 3.7C3.01 10.9 5.3 11.6 8 11.6s4.99-.7 6-1.7v1.6c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5V9.9z'/%3E%3C/svg%3E")}.hs-sidebar-link[data-icon-key="profile"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 7c3 0 5 1.7 5 3.8V14H3v-1.2C3 10.7 5 9 8 9z'/%3E%3C/svg%3E")}.hs-sidebar-link[data-icon-key="refer"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.2 4.2a2.3 2.3 0 0 1 3.3 0l1.2 1.2-1.1 1.1-1.2-1.2a.8.8 0 0 0-1.1 0L4.9 7.7a.8.8 0 0 0 0 1.1l1.2 1.2L5 11.1 3.8 9.9a2.3 2.3 0 0 1 0-3.3l2.4-2.4zm3.6.7 1.2 1.2a2.3 2.3 0 0 1 0 3.3l-2.4 2.4a2.3 2.3 0 0 1-3.3 0L4.1 10.6l1.1-1.1 1.2 1.2a.8.8 0 0 0 1.1 0l2.4-2.4a.8.8 0 0 0 0-1.1L8.7 6z'/%3E%3C/svg%3E")}.hs-sidebar-link[data-icon-key="upgrade"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2l3 3H9v5H7V5H5l3-3zm-5 9h10v3H3v-3z'/%3E%3C/svg%3E")}.hs-sidebar-link[data-icon-key="signout"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 2h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H6v-2h6V4H6V2zM2 8l3-3v2h5v2H5v2L2 8z'/%3E%3C/svg%3E")}.hs-mobile-nav-item[data-icon-key]{--hs-menu-icon-mask:none}.hs-mobile-nav-item[data-icon-key] .hs-mobile-nav-icon{font-size:0;margin-bottom:3px;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:var(--hs-sidebar-muted)}.hs-mobile-nav-item[data-icon-key].active .hs-mobile-nav-icon,.hs-mobile-nav-item[data-icon-key]:hover .hs-mobile-nav-icon{color:var(--hs-primary)}.hs-mobile-nav-item[data-icon-key] .hs-mobile-nav-icon::before{content:"";width:16px;height:16px;display:block;background-color:currentColor;-webkit-mask-image:var(--hs-menu-icon-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--hs-menu-icon-mask);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-mobile-menu-link[data-icon-key]{--hs-menu-icon-mask:none}.hs-mobile-menu-link[data-icon-key] .hs-mobile-menu-icon{font-size:0;width:24px;height:24px;color:currentColor}.hs-mobile-menu-link[data-icon-key] .hs-mobile-menu-icon::before{content:"";width:16px;height:16px;display:block;background-color:currentColor;-webkit-mask-image:var(--hs-menu-icon-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--hs-menu-icon-mask);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-mobile-menu-link[data-icon-key="dashboard"],.hs-mobile-nav-item[data-icon-key="dashboard"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h5v5H2V2zm7 0h5v3H9V2zM9 7h5v7H9V7zM2 9h5v5H2V9z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="directory"],.hs-mobile-nav-item[data-icon-key="directory"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a1 1 0 0 1 1-1h3l1.2 1.2H13a1 1 0 0 1 1 1v7.8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="lists"],.hs-mobile-nav-item[data-icon-key="lists"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 3h2v2H3V3zm3 0h7v2H6V3zM3 7h2v2H3V7zm3 0h7v2H6V7zM3 11h2v2H3v-2zm3 0h7v2H6v-2z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="activity"],.hs-mobile-nav-item[data-icon-key="activity"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm2 1v2h8V4H4zm0 3v1h8V7H4zm0 2v1h5V9H4z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="messages"],.hs-mobile-nav-item[data-icon-key="messages"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H7l-3.2 2.4A.5.5 0 0 1 3 13v-2a2 2 0 0 1-1-1.7V3zm3 2h6v1H5V5zm0 2h4v1H5V7z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="post-job"],.hs-mobile-nav-item[data-icon-key="post-job"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h8l4 4v8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2zm3 7v2h6V9H5zm0-3v2h6V6H5z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="jobs"],.hs-mobile-nav-item[data-icon-key="jobs"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 2h4a1 1 0 0 1 1 1v1h2a2 2 0 0 1 2 2v2H1V6a2 2 0 0 1 2-2h2V3a1 1 0 0 1 1-1zm0 2V3h4v1H6zM1 9h14v4a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="billing"],.hs-mobile-nav-item[data-icon-key="billing"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2c3.314 0 6 1.12 6 2.5S11.314 7 8 7 2 5.88 2 4.5 4.686 2 8 2zm-6 4.2C3.01 7.2 5.3 7.9 8 7.9s4.99-.7 6-1.7v2c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5v-2zm0 3.7C3.01 10.9 5.3 11.6 8 11.6s4.99-.7 6-1.7v1.6c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5V9.9z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="settings"],.hs-mobile-nav-item[data-icon-key="settings"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.8 1h2.4l.3 1.5a5.8 5.8 0 0 1 1.2.5L12 2l1.7 1.7-1 .9c.2.4.4.8.5 1.2L15 6v2.4l-1.5.3c-.1.4-.3.8-.5 1.2l1 .9L12 12l-1.3-1a5.8 5.8 0 0 1-1.2.5L9.2 13H6.8l-.3-1.5a5.8 5.8 0 0 1-1.2-.5L4 12 2.3 10.3l1-.9a5.8 5.8 0 0 1-.5-1.2L1.3 8V5.6l1.5-.3c.1-.4.3-.8.5-1.2l-1-.9L4 1.5l1.3 1a5.8 5.8 0 0 1 1.2-.5L6.8 1zM8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="resources"],.hs-mobile-nav-item[data-icon-key="resources"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 2h9a1 1 0 0 1 1 1v10l-2-1-2 1-2-1-2 1-2-1V3a1 1 0 0 1 1-1zm2 2v1h6V4H5zm0 3v1h6V7H5z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="notifications"],.hs-mobile-nav-item[data-icon-key="notifications"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a4 4 0 0 1 4 4v2.8l1.2 2V11H2.8V9.8L4 7.8V5a4 4 0 0 1 4-4zm-1.5 11h3a1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="profile"],.hs-mobile-nav-item[data-icon-key="profile"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 7c3 0 5 1.7 5 3.8V14H3v-1.2C3 10.7 5 9 8 9z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="refer"],.hs-mobile-nav-item[data-icon-key="refer"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.2 4.2a2.3 2.3 0 0 1 3.3 0l1.2 1.2-1.1 1.1-1.2-1.2a.8.8 0 0 0-1.1 0L4.9 7.7a.8.8 0 0 0 0 1.1l1.2 1.2L5 11.1 3.8 9.9a2.3 2.3 0 0 1 0-3.3l2.4-2.4zm3.6.7 1.2 1.2a2.3 2.3 0 0 1 0 3.3l-2.4 2.4a2.3 2.3 0 0 1-3.3 0L4.1 10.6l1.1-1.1 1.2 1.2a.8.8 0 0 0 1.1 0l2.4-2.4a.8.8 0 0 0 0-1.1L8.7 6z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="upgrade"],.hs-mobile-nav-item[data-icon-key="upgrade"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2l3 3H9v5H7V5H5l3-3zm-5 9h10v3H3v-3z'/%3E%3C/svg%3E")}.hs-mobile-menu-link[data-icon-key="signout"],.hs-mobile-nav-item[data-icon-key="signout"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 2h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H6v-2h6V4H6V2zM2 8l3-3v2h5v2H5v2L2 8z'/%3E%3C/svg%3E")}.hs-nav-item.hs-universal-search{background:var(--hs-surface-2);border:1px solid var(--hs-border);margin:0 0 8px 0;padding:10px 12px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all 0.2s ease;height:40px}.hs-nav-item.hs-universal-search:hover,.hs-nav-item.hs-universal-search.is-open,.hs-nav-item.hs-universal-search[aria-expanded="true"]{background:var(--hs-surface);border-color:var(--hs-primary);box-shadow:0 2px 8px rgb(37 99 235 / .1)}.hs-nav-item.hs-universal-search .hs-nav-icon{background:#fff0;color:var(--hs-primary);font-size:18px;flex:0 0 auto;min-width:20px;text-align:center}.hs-nav-item.hs-universal-search .hs-nav-label{color:var(--hs-muted);font-weight:400;font-size:14px;flex:1;text-align:left}.hs-nav-item.hs-universal-search:hover .hs-nav-label,.hs-nav-item.hs-universal-search.active .hs-nav-label{color:var(--hs-text)}.hs-mobile-nav-item.hs-universal-search{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;height:40px}.hs-mobile-nav-item.hs-universal-search:hover,.hs-mobile-nav-item.hs-universal-search.active{background:var(--hs-surface);border-color:var(--hs-primary);box-shadow:0 2px 8px rgb(37 99 235 / .1)}.hs-mobile-nav-item.hs-universal-search .hs-mobile-nav-icon{background:#fff0;color:var(--hs-primary);font-size:20px}.hs-mobile-floating-search{position:fixed;bottom:16px;right:16px;width:48px;height:48px;border-radius:50%;background:var(--hs-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:999;box-shadow:0 4px 12px rgb(37 99 235 / .3);transition:all 0.3s cubic-bezier(.34,1.56,.64,1)}.hs-mobile-floating-search:hover{background:var(--hs-primary-dark);box-shadow:0 6px 16px rgb(37 99 235 / .4);transform:scale(1.1)}.hs-mobile-floating-search:active{transform:scale(.95)}@media (min-width:768px){.hs-mobile-floating-search{display:none}}.hs-mobile-floating-notifications{position:fixed;bottom:84px;right:16px;width:48px;height:48px;border-radius:50%;background:#ef4444;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:998;box-shadow:0 4px 12px rgb(239 68 68 / .3);transition:all 0.3s cubic-bezier(.34,1.56,.64,1);overflow:visible}.hs-mobile-floating-notifications:hover{background:#dc2626;box-shadow:0 6px 16px rgb(239 68 68 / .4);transform:scale(1.1)}.hs-mobile-floating-notifications:active{transform:scale(.95)}.hs-mobile-floating-notifications.has-unread::after{content:"";position:absolute;top:7px;right:7px;width:10px;height:10px;background:#fff;border-radius:50%;transform-origin:center;box-shadow:0 0 0 1px rgb(239 68 68 / .35);animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:.95;transform:scale(1)}50%{opacity:.45;transform:scale(1.06)}}.hs-mobile-floating-notifications .hs-nav-badge{position:absolute;top:-4px;right:-4px;min-width:12px;height:12px;padding:0 3px;margin-left:0;z-index:2}.hs-floating-messages{position:fixed;right:16px;bottom:84px;width:48px;height:48px;border-radius:50%;border:none;background:#0ea5e9;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:0;padding:0;box-shadow:0 4px 12px rgb(14 165 233 / .28);z-index:10004;cursor:pointer;overflow:visible;pointer-events:auto}body:has(.hiresmart-page) .hs-floating-messages{position:fixed!important;z-index:2147483000!important;pointer-events:auto!important}.hs-floating-messages .hs-floating-messages-label,.hs-floating-messages .hs-floating-messages-avatars{display:none}.hs-floating-messages .hs-floating-messages-unread{position:absolute;top:0;right:50%;min-width:12px;height:12px;border-radius:999px;padding:0 3px;background:#ef4444;color:#fff;border:1px solid rgb(255 255 255 / .9);font-size:9px;font-weight:700;line-height:10px;align-items:center;justify-content:center;transform:translate(50%,-52%)}.hs-floating-messages.is-desktop-stack{right:20px;bottom:24px;width:auto;min-width:168px;height:52px;border-radius:999px;padding:0 14px;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);box-shadow:0 12px 30px rgb(2 6 23 / .34);gap:10px;align-items:center;justify-content:flex-start;display:inline-flex!important}.hs-floating-messages.is-desktop-stack .hs-mobile-trigger-icon{width:16px;height:16px;flex:0 0 16px;display:block;align-self:center;margin-top:0;transform:translateY(0)}.hs-floating-messages.is-desktop-stack .hs-floating-messages-label{display:inline-block;font-size:16px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.hs-floating-messages.is-desktop-stack .hs-floating-messages-avatars{display:inline-flex;align-items:center;margin-left:auto}.hs-floating-messages-avatar{width:24px;height:24px;border-radius:999px;border:2px solid rgb(17 24 39 / .9);background:#0f172a;color:#f8fafc;font-size:10px;font-weight:700;line-height:20px;text-align:center;overflow:hidden}.hs-floating-messages-avatar+.hs-floating-messages-avatar{margin-left:-8px}.hs-floating-messages-avatar img{width:100%;height:100%;object-fit:cover;display:block}.hs-floating-messages.is-desktop-stack .hs-floating-messages-unread{position:absolute;top:0;right:50%;min-width:20px;height:20px;margin-left:0;border:none;font-size:10px;line-height:20px;transform:translate(50%,-52%)}.hs-floating-messages.is-mobile-stack{right:16px;bottom:84px;width:50px;height:50px;min-width:50px;border-radius:50%;padding:0;justify-content:center}.hs-floating-messages.is-mobile-stack .hs-floating-messages-label{display:none!important}.hs-floating-messages.is-mobile-stack .hs-floating-messages-unread{position:absolute;top:0;right:50%;margin:0;transform:translate(50%,-52%)}@media (min-width:768px){.hs-mobile-floating-notifications{display:none}}.hs-app-shell.is-collapsed .hs-nav-item.hs-universal-search{padding:8px;justify-content:center;width:auto;height:40px}.hs-app-shell.is-collapsed .hs-nav-item.hs-universal-search .hs-nav-label{display:none}.hs-app-shell.is-collapsed .hs-nav-item.hs-universal-search .hs-nav-icon{margin:0;min-width:auto}.hs-app-shell.is-collapsed .hs-nav-item[data-icon-key] .hs-nav-icon{font-size:0!important}.hs-nav-item[data-icon-key="refer"],.hs-sidebar-link[data-icon-key="refer"],.hs-mobile-menu-link[data-icon-key="refer"],.hs-mobile-nav-item[data-icon-key="refer"]{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1c-2.33 0-4 1.17-4 2.5V13h8v-1.5C10 10.17 8.33 9 6 9zm6-5V2h1v2h2v1h-2v2h-1V5h-2V4h2z'/%3E%3C/svg%3E")}.hs-sidebar-link.hs-refer,.hs-sidebar-link.hs-refer-now{--hs-menu-icon-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1c-2.33 0-4 1.17-4 2.5V13h8v-1.5C10 10.17 8.33 9 6 9zm6-5V2h1v2h2v1h-2v2h-1V5h-2V4h2z'/%3E%3C/svg%3E")}.hs-sidebar-link.hs-refer::before,.hs-sidebar-link.hs-refer-now::before{content:"";width:14px;height:14px;display:inline-block;flex:0 0 14px;background-color:currentColor;-webkit-mask-image:var(--hs-menu-icon-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--hs-menu-icon-mask);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-sidebar-link.hs-refer>span,.hs-sidebar-link.hs-refer-now>span{display:none}.hs-card-header .hs-card-title[data-icon-key]{display:inline-flex;align-items:center;gap:8px}.hs-card-header .hs-card-title[data-icon-key]::before{content:"";width:14px;height:14px;display:inline-block;flex:0 0 14px;background-color:var(--hs-primary);-webkit-mask-image:var(--hs-card-title-mask);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-image:var(--hs-card-title-mask);mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-card-header .hs-card-title[data-icon-key="dashboard"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2h5v5H2V2zm7 0h5v3H9V2zM9 7h5v7H9V7zM2 9h5v5H2V9z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="directory"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 3a1 1 0 0 1 1-1h3l1.2 1.2H13a1 1 0 0 1 1 1v7.8a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="usage"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 13h12v1H2v-1zm1-2.2 2.4-2.9 2.1 1.7L11.2 5 13 6.4l-4 5-2.2-1.8L4.8 12 3 10.8z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="tools"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.6 1.5a3.2 3.2 0 0 0-2.8 4.7L2.4 10.6a1.7 1.7 0 1 0 2.4 2.4l4.4-4.4a3.2 3.2 0 0 0 4.7-2.8l-2 1.1-1.6-1.6 1.1-2zM3.6 12.4a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="resources"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 2h9a1 1 0 0 1 1 1v10l-2-1-2 1-2-1-2 1-2-1V3a1 1 0 0 1 1-1zm2 2v1h6V4H5zm0 3v1h6V7H5z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="settings"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6.8 1h2.4l.3 1.5a5.8 5.8 0 0 1 1.2.5L12 2l1.7 1.7-1 .9c.2.4.4.8.5 1.2L15 6v2.4l-1.5.3c-.1.4-.3.8-.5 1.2l1 .9L12 12l-1.3-1a5.8 5.8 0 0 1-1.2.5L9.2 13H6.8l-.3-1.5a5.8 5.8 0 0 1-1.2-.5L4 12 2.3 10.3l1-.9a5.8 5.8 0 0 1-.5-1.2L1.3 8V5.6l1.5-.3c.1-.4.3-.8.5-1.2l-1-.9L4 1.5l1.3 1a5.8 5.8 0 0 1 1.2-.5L6.8 1zM8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="payment"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4zm2 0v1h8V4H4zm1 4h6v1H5V8zm0 2h4v1H5v-1z'/%3E%3C/svg%3E")}.hs-card-header .hs-card-title[data-icon-key="billing"]{--hs-card-title-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2c3.314 0 6 1.12 6 2.5S11.314 7 8 7 2 5.88 2 4.5 4.686 2 8 2zm-6 4.2C3.01 7.2 5.3 7.9 8 7.9s4.99-.7 6-1.7v2c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5v-2zm0 3.7C3.01 10.9 5.3 11.6 8 11.6s4.99-.7 6-1.7v1.6c0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5V9.9z'/%3E%3C/svg%3E")}@media (max-width:980px){.hs-card-icon{width:30px;height:30px;border-radius:8px}.hs-card-header .hs-card-title[data-icon-key]::before{width:13px;height:13px;flex-basis:13px}}.hs-app-shell.is-collapsed .hs-sidebar-brand span{display:none}.hs-app-shell.is-collapsed .hs-sidebar-brand img{display:none}.hs-app-shell.is-collapsed .hs-sidebar-brand{justify-content:center;width:100%}.hs-app-shell.is-collapsed .hs-sidebar-toggle{margin:0 auto}.hs-app-shell.is-collapsed .hs-sidebar{padding:10px 4px;align-items:center;overflow:visible;width:var(--hs-sidebar-collapsed-width);min-width:var(--hs-sidebar-collapsed-width);max-width:var(--hs-sidebar-collapsed-width);display:flex;flex-direction:column}.hs-app-shell.is-collapsed .hs-nav{width:100%;align-items:center;overflow-y:auto;overflow-x:visible;padding-bottom:8px;margin-bottom:0;scrollbar-width:thin;flex:1;min-height:0}.hs-app-shell.is-collapsed .hs-nav-item{position:relative;flex-direction:column;gap:0;padding:6px 0;text-align:center;width:100%}.hs-app-shell.is-collapsed .hs-nav-icon{width:24px;height:24px;font-size:13px}.hs-app-shell.is-collapsed .hs-nav-label{display:block;margin-top:4px;max-width:64px;white-space:normal;overflow:visible;text-overflow:clip;font-size:8px;line-height:1.15;overflow-wrap:anywhere;color:var(--hs-sidebar-muted)}.hs-app-shell.is-collapsed .hs-sidebar-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;gap:8px;padding:8px 0;border-top:1px solid rgb(148 163 184 / .2);margin-top:0;flex-shrink:0;position:static;background:var(--hs-sidebar-bg);z-index:12}.hs-app-shell.is-collapsed .hs-nav-item.hs-notifications-trigger .hs-nav-badge{position:absolute;top:2px;right:2px;margin:0}.hs-app-shell.is-collapsed .hs-nav-item:hover .hs-nav-label,.hs-app-shell.is-collapsed .hs-nav-item.active .hs-nav-label{color:var(--hs-sidebar-text)}.hs-app-shell.is-collapsed .hs-user-details,.hs-app-shell.is-collapsed .hs-sidebar-links,.hs-app-shell.is-collapsed .hs-user-card div{display:none}.hs-app-shell.is-collapsed .hs-user-card{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 0}.hs-collapsed-profile-trigger{display:none;background:#fff0;border:none;padding:0;width:56px;height:56px;align-items:center;justify-content:center;cursor:pointer;position:relative}.hs-collapsed-profile-trigger .hs-user-avatar{width:48px;height:48px;border-radius:14px}.hs-app-shell.is-collapsed .hs-collapsed-profile-trigger{display:inline-flex}.hs-app-shell.is-collapsed .hs-user-avatar{width:44px;height:44px;border-radius:14px;background:rgb(37 99 235 / .14);color:var(--hs-sidebar-text)}.hs-app-shell.is-collapsed .hs-usage-badges{display:none}.hs-user-role{font-size:12px;text-transform:capitalize;color:var(--hs-sidebar-muted)}.hs-sidebar-popout{position:absolute;left:calc(100% + 12px);bottom:16px;width:260px;background:var(--hs-surface);color:var(--hs-text);border:1px solid var(--hs-border);border-radius:16px;padding:16px;box-shadow:0 24px 60px rgb(15 23 42 / .25);opacity:0;transform:translateX(-8px);pointer-events:none;transition:opacity 0.2s ease,transform 0.2s ease;z-index:30;display:grid;gap:12px}.hs-sidebar-popout.is-open{opacity:1;transform:translateX(0);pointer-events:auto}.hs-sidebar-popout .hs-user-card{cursor:default}.hs-sidebar-popout .hs-user-avatar{background:rgb(37 99 235 / .15);color:var(--hs-text)}.hs-sidebar-popout .hs-sidebar-links{gap:6px}.hs-sidebar-popout .hs-sidebar-link{background:var(--hs-surface-2);color:var(--hs-text)}.hs-sidebar-popout .hs-sidebar-link.hs-upgrade{background:var(--hs-upgrade-bg);color:var(--hs-upgrade-text)}.hs-sidebar-popout .hs-user-details{color:var(--hs-muted);gap:6px}.hs-sidebar-popout .hs-usage-badges{display:flex;gap:10px}.hs-sidebar-popout .hs-usage-badge{flex:1;background:var(--hs-surface-2);flex-direction:row;align-items:center;justify-content:center;gap:6px;min-height:0;padding:8px 10px;text-align:center}.hs-sidebar-popout .hs-usage-badge .hs-usage-label::after{content:':';margin-left:2px}.hs-sidebar-popout .hs-usage-badge .hs-usage-meta{display:none}.hs-content{display:flex;flex-direction:column;height:100vh;overflow:hidden;min-width:0;width:100%}.hs-topbar{background:var(--hs-surface);border-bottom:1px solid var(--hs-border);padding:18px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hs-topbar-logo-mobile{display:none}html[data-hs-theme="dark"] .hs-legal-content [style*="color: #111827"],html[data-hs-theme="dark"] .hs-legal-content [style*="color:#111827"],html[data-hs-theme="dark"] .hs-legal-content [style*="color: #374151"],html[data-hs-theme="dark"] .hs-legal-content [style*="color:#374151"],html[data-hs-theme="dark"] .hs-legal-content [style*="color: #1f2937"],html[data-hs-theme="dark"] .hs-legal-content [style*="color:#1f2937"],html[data-hs-theme="dark"] .hs-legal-content [style*="color: #1e40af"],html[data-hs-theme="dark"] .hs-legal-content [style*="color:#1e40af"]{color:var(--hs-text)!important}html[data-hs-theme="dark"] .hs-legal-content [style*="color: #6b7280"],html[data-hs-theme="dark"] .hs-legal-content [style*="color:#6b7280"],html[data-hs-theme="dark"] .hs-legal-content [style*="color: #9ca3af"],html[data-hs-theme="dark"] .hs-legal-content [style*="color:#9ca3af"]{color:var(--hs-muted)!important}html[data-hs-theme="dark"] .hs-legal-content [style*="background: #ffffff"],html[data-hs-theme="dark"] .hs-legal-content [style*="background:#ffffff"],html[data-hs-theme="dark"] .hs-legal-content [style*="background: #fff"],html[data-hs-theme="dark"] .hs-legal-content [style*="background:#fff"],html[data-hs-theme="dark"] .hs-legal-content [style*="background: white"],html[data-hs-theme="dark"] .hs-legal-content [style*="background:white"]{background:var(--hs-surface)!important}html[data-hs-theme="dark"] .hs-legal-content [style*="background: #f9fafb"],html[data-hs-theme="dark"] .hs-legal-content [style*="background:#f9fafb"],html[data-hs-theme="dark"] .hs-legal-content [style*="background: #dbeafe"],html[data-hs-theme="dark"] .hs-legal-content [style*="background:#dbeafe"]{background:var(--hs-surface-2)!important}html[data-hs-theme="dark"] .hs-legal-content [style*="border: 1px solid #e5e7eb"],html[data-hs-theme="dark"] .hs-legal-content [style*="border:1px solid #e5e7eb"],html[data-hs-theme="dark"] .hs-legal-content [style*="border-bottom: 1px solid #e5e7eb"],html[data-hs-theme="dark"] .hs-legal-content [style*="border-bottom:1px solid #e5e7eb"]{border-color:var(--hs-border)!important}.hs-topbar-titleblock{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1}.hs-topbar-title{font-size:var(--hs-ui-heading);font-weight:700;line-height:1.2;color:var(--hs-text)}.hs-topbar-meta{font-size:var(--hs-ui-heading-sub);color:var(--hs-muted);line-height:1.4}.hs-topbar-actions{display:flex;align-items:center;gap:12px;margin-left:auto;order:3}.hs-topbar-actions .hs-ai-badge{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 10px;border-radius:999px;border:1px solid var(--hs-border);background:var(--hs-surface-2);color:var(--hs-muted);font-size:12px;font-weight:600;white-space:nowrap}.hs-topbar-actions .hs-notifications-trigger{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:8px;padding:8px 10px;font-size:13px;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center;position:relative;color:var(--hs-text)}.hs-topbar-actions .hs-notifications-trigger:hover{background:var(--hs-surface-hover)}.hs-topbar-actions .hs-notifications-trigger .hs-nav-badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:10px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:18px;text-align:center;border:2px solid var(--hs-surface)}.hs-topbar-actions .hs-theme-toggle{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:8px;padding:8px 10px;font-size:13px;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--hs-text)}.hs-topbar-actions .hs-darkmode-toggle{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:8px;padding:8px 10px;font-size:13px;cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--hs-text)}.hs-topbar-actions .hs-theme-toggle:hover{background:var(--hs-surface-hover)}.hs-theme-toggle-label{font-size:13px;font-weight:500}.hs-topbar-row{display:none}@media (min-width:981px){body.hiresmart-route-activity .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle),body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle){display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 18px}body.hiresmart-route-activity .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row,body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row{display:contents}body.hiresmart-route-activity .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-logo-mobile,body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-logo-mobile{display:none!important}body.hiresmart-route-activity .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row-2>div:first-child,body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row-2>div:first-child{display:flex;flex-direction:column;gap:4px;min-width:0;grid-column:1;grid-row:1;padding:0;border:0;background:#fff0;border-radius:0}body.hiresmart-route-activity .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row-1 .hs-topbar-actions,body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row-1 .hs-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;grid-column:2;grid-row:1;margin-left:0}body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row-2 .hs-topbar-secondary-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;grid-column:2;grid-row:2}body.hiresmart-route-dashboard .hs-topbar:has(.hs-topbar-row-2 .hs-topbar-subtitle) .hs-topbar-row-3{display:none!important}}.hs-darkmode-toggle{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:8px;padding:6px 10px;font-size:var(--hs-ui-icon-lg);cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center}.hs-jobs-filters .hs-filter-search{display:none}.hs-darkmode-toggle:hover{background:var(--hs-surface-hover)}.hs-notifications-trigger{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:8px;padding:6px 10px;font-size:var(--hs-ui-icon-lg);cursor:pointer;transition:all 0.2s;display:inline-flex;align-items:center;justify-content:center;position:relative}.hs-notifications-trigger:hover{background:var(--hs-surface-hover)}.hs-notifications-trigger .hs-nav-badge{position:absolute;top:-4px;right:-4px;background:var(--hs-primary);color:#fff;font-size:10px;font-weight:600;padding:2px 5px;border-radius:10px;min-width:16px;text-align:center}@media (max-width:900px){.hs-topbar{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:10px 12px;padding:14px 18px;align-items:center}.hs-topbar-titleblock{grid-column:1 / 4;grid-row:2 / 3;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;overflow:hidden;max-width:100%}.hs-topbar-logo-mobile{grid-column:1 / 2;grid-row:1 / 2;display:flex;align-items:center;justify-content:flex-start}.hs-topbar-actions{grid-column:3 / 4;grid-row:1 / 2;display:flex;gap:10px;align-items:center;justify-content:flex-end}.hs-topbar-actions .hs-coins-card{display:flex;gap:5px;align-items:center;padding:5px 10px;font-size:12px;white-space:nowrap}.hs-topbar-actions .hs-theme-toggle{display:flex;gap:4px;align-items:center;padding:5px 10px;font-size:13px}.hs-topbar-actions .hs-notifications-trigger{display:none!important}.hs-topbar-actions .hs-darkmode-toggle{display:none!important}.hs-topbar-row{display:none}.hs-topbar-row-1,.hs-topbar-row-2,.hs-topbar-row-3,.hs-topbar-row-4{display:none}.hs-topbar-coins{display:none}.hs-topbar-title{font-size:17px;font-weight:600;line-height:1.3}.hs-topbar-meta{font-size:13px;color:var(--hs-muted);line-height:1.4;margin-top:0}.hs-darkmode-toggle{display:flex;align-items:center;justify-content:center;padding:8px;font-size:16px}.hs-filter-toggle-btn{display:inline-flex;align-items:center;gap:6px}.hs-jobs-toolbar .hs-jobs-search{display:none}.hs-jobs-filters .hs-filter-search{display:block}.hs-directory-filters,.hs-jobs-filters{position:static!important;display:none;width:100%;flex-direction:column;border-radius:8px;border:1px solid var(--hs-border);background:var(--hs-surface);padding:14px;margin-top:12px;max-height:none;overflow-y:visible;z-index:auto}.hs-directory-filters.active,.hs-jobs-filters.active{display:flex}.hs-filter-modal-backdrop{display:none!important}.hs-directory-bar{flex-wrap:nowrap;align-items:center;gap:8px}.hs-directory-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:6px}.hs-dir-tab{font-size:11px;padding:6px 10px;white-space:nowrap}.hs-filter-toggle-btn{padding:6px 10px;font-size:11px}}@media (max-width:720px){.hs-directory-grid{grid-template-columns:1fr}.hs-directory-card{padding:12px;max-width:100%}.hs-directory-name{font-size:14px;-webkit-line-clamp:2;line-clamp:2}.hs-directory-meta-row{gap:6px}.hs-directory-meta-item{white-space:normal;font-size:11px}.hs-directory-review-item{display:flex;align-items:center;gap:6px;padding:4px 6px;background:rgb(37 99 235 / .05);border-radius:4px}.hs-review-stars{font-size:12px;color:var(--hs-primary,#2563eb);letter-spacing:1px;white-space:nowrap}.hs-review-rating{font-size:10px;color:var(--hs-muted,#64748b);white-space:nowrap}.hs-actions-unlocked,.hs-actions-locked{flex-direction:column;align-items:stretch;gap:6px}.hs-directory-actions .btn-primary,.hs-directory-actions .btn-secondary{width:100%;padding:8px 12px;font-size:13px}}.hs-coins-card{display:inline-flex;align-items:center;gap:12px;padding:8px 12px 8px 14px;border-radius:999px;background:linear-gradient(135deg,#eff6ff,#f8fafc);color:#0f172a;border:1px solid rgb(59 130 246 / .25);box-shadow:0 10px 22px rgb(59 130 246 / .12)}html[data-hs-theme="dark"] .hs-coins-card{background:linear-gradient(135deg,#111827,#0b1220);border-color:rgb(148 163 184 / .2);color:#e5e7eb}.hs-coins-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.hs-coins-label .hs-coin-icon{margin-right:0}.hs-topbar-actions .hs-coins-label .hs-coin-icon,.hs-topbar .hs-coins-card .hs-coin-icon{width:20px;height:20px;min-width:20px;min-height:20px;flex:0 0 20px;margin-right:0}.hs-coins-amount{font-size:18px;font-weight:700;color:#0f172a;padding:2px 10px;border-radius:999px;background:rgb(37 99 235 / .12)}.hs-coins-cta{padding:6px 12px;border-radius:999px;background:rgb(37 99 235 / .12);color:#1e3a8a;font-size:12px;font-weight:600;border:1px solid rgb(37 99 235 / .25);text-decoration:none;white-space:nowrap;margin-left:auto;position:relative;padding-left:16px}.hs-coins-cta::before{content:'';position:absolute;left:6px;top:6px;bottom:6px;width:1px;background:rgb(59 130 246 / .35)}.hs-coins-cta:hover{background:rgb(37 99 235 / .2);color:#172554}a.hs-coins-cta,.hs-topbar-actions .hs-coins-cta,.hs-topbar-actions a.hs-coins-cta{color:#1e3a8a!important}a.hs-coins-cta:hover,.hs-topbar-actions .hs-coins-cta:hover,.hs-topbar-actions a.hs-coins-cta:hover{color:#172554!important}html[data-hs-theme="dark"] .hs-coins-label{color:rgb(226 232 240 / .7)}html[data-hs-theme="dark"] .hs-coins-amount{color:#e2e8f0;background:rgb(59 130 246 / .18)}html[data-hs-theme="dark"] .hs-coins-cta{background:rgb(59 130 246 / .18);color:#93c5fd;border-color:rgb(147 197 253 / .35)}html[data-hs-theme="dark"] .hs-coins-cta::before{background:rgb(148 163 184 / .4)}html[data-hs-theme="dark"] .hs-coins-cta:hover{background:rgb(59 130 246 / .28);color:#bfdbfe}.hs-buy-coins{white-space:nowrap}.hs-usage-grid{display:grid;gap:8px;line-height:1.45;font-size:11px;background:var(--hs-surface);border:1px solid var(--hs-border);color:var(--hs-text);overflow-wrap:anywhere;padding:10px 12px;border-radius:14px}.hs-message-bubble-avatar{width:26px;height:26px;font-size:10px}.hs-job-edit{margin-top:12px;background:rgb(15 23 42 / .03);border-radius:12px;padding:12px}.hs-usage-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hs-usage-badge{display:flex;flex-direction:column;gap:2px;background:rgb(15 23 42 / .05);border:1px solid rgb(15 23 42 / .08);border-radius:12px;padding:8px 12px;min-width:110px;min-height:64px;justify-content:center}.hs-usage-badge--link{text-decoration:none;color:inherit;cursor:pointer}.hs-usage-badge--link:hover{background:rgb(37 99 235 / .12);border-color:rgb(37 99 235 / .35);color:var(--hs-primary)}.hs-usage-badge .hs-usage-label{font-size:10px;letter-spacing:.08em}.hs-usage-badge .hs-usage-value{font-size:14px;font-weight:700}.hs-usage-badge .hs-usage-meta{font-size:11px}.hs-usage-badges--sidebar{margin-top:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hs-sidebar-footer .hs-usage-badges--sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;min-width:0}.hs-sidebar-footer .hs-usage-badge{background:rgb(15 23 42 / .08);width:100%;min-width:0;max-width:100%;min-height:58px;padding:6px 10px;text-align:left;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:4px;box-sizing:border-box;overflow:hidden}.hs-sidebar-footer .hs-usage-badge .hs-usage-label{font-size:10px;letter-spacing:.08em;line-height:1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-sidebar-footer .hs-usage-badge .hs-usage-label::after{content:none}.hs-sidebar-footer .hs-usage-badge .hs-usage-value{font-size:16px;line-height:1;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-sidebar-footer .hs-usage-badge .hs-usage-meta{display:none}@media (min-width:981px){.hs-sidebar-footer{min-width:0}.hs-sidebar-footer .hs-sidebar-links,.hs-sidebar-footer .hs-usage-badges--sidebar{width:100%;min-width:0;max-width:100%}.hs-sidebar-footer .hs-sidebar-link{padding:7px 8px;font-size:12px;line-height:1.15}.hs-sidebar-footer .hs-usage-badge{padding:6px 8px;border-radius:10px}.hs-sidebar-footer .hs-usage-badge .hs-usage-label{font-size:9px}.hs-sidebar-footer .hs-usage-badge .hs-usage-value{font-size:clamp(12px, 1.1vw, 15px);line-height:1.05;overflow-wrap:anywhere}}.hs-user-name{display:inline-flex;align-items:center;gap:6px}.hs-user-badge{padding:2px 8px;border-radius:999px;background:rgb(37 99 235 / .12);color:var(--hs-primary);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hs-app-shell~.site-footer,body .hiresmart-page~.site-footer{display:none}body .hs-app-shell~footer,body .hiresmart-page~footer,body .hs-app-shell+footer,body .hiresmart-page+footer,body .hs-app-shell~.site-footer,body .hiresmart-page~.site-footer{display:none!important}.hs-topbar-title{font-size:var(--hs-ui-heading);font-weight:600}.hs-topbar-meta{color:var(--hs-muted);font-size:var(--hs-ui-heading-sub)}.hs-theme-toggle{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);font-size:var(--hs-ui-button);font-weight:600;cursor:pointer;transition:border-color 0.2s,color 0.2s,transform 0.2s}.hs-theme-toggle:hover{border-color:var(--hs-primary);color:var(--hs-primary);transform:translateY(-1px)}.hs-theme-toggle-icon{font-size:var(--hs-ui-icon)}.hs-content-body{padding:20px 28px 24px;display:flex;flex-direction:column;gap:18px;flex:1;overflow-y:auto;max-height:none;min-width:0;width:100%}.hs-content-body>:first-child{margin-top:0!important}.hs-content-body>:last-child{margin-bottom:0!important}@media (min-width:981px){.hs-app-shell{--hs-sidebar-width:275px}.hs-sidebar{padding:22px 16px;gap:16px}.hs-sidebar-brand{min-height:42px}.hs-sidebar-brand img{max-width:180px;height:34px;max-height:34px}.hs-sidebar-toggle{min-width:32px;height:32px;padding:0 10px}.hs-topbar{padding:16px 12px;gap:14px;align-items:center}.hs-content-body{padding:18px 12px 22px;gap:16px}.hs-neural-tabs{padding:12px 12px 0}.hs-score-tabs{padding:0 12px}.hs-neural-split{padding:0 12px 8px}}.hs-neural-tabs{display:flex;align-items:center;gap:10px;padding:12px 12px 0}.hs-neural-tab{border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-muted);padding:8px 14px;border-radius:999px;font-weight:600;font-size:12px;cursor:pointer}.hs-neural-tab.is-active{background:#2563eb;color:#fff;border-color:#2563eb}.hs-neural-panel{display:none}.hs-neural-panel.is-active{display:block}.hs-neural-panel>.hs-card:first-child{width:100%;max-width:100%}.hs-profile-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,0.8fr);gap:18px;align-items:stretch;width:100%}.hs-billing-body{gap:14px}.hs-billing-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,0.8fr);gap:16px;align-items:start;width:100%}.hs-billing-stack{display:grid;gap:14px;width:100%}.hs-card-compact{padding:16px}.hs-card-heading{display:flex;align-items:center;gap:10px}.hs-card-icon{width:34px;height:34px;border-radius:10px;background:rgb(37 99 235 / .12);display:inline-flex;align-items:center;justify-content:center;font-size:var(--hs-ui-icon);line-height:1;flex:0 0 26px;font-size:16px;font-weight:700;color:var(--hs-primary)}.hs-card-icon::before{content:"";width:16px;height:16px;display:block;background-color:currentColor;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;mask-repeat:no-repeat;mask-position:center;mask-size:contain}.hs-nav-label{font-size:13px;line-height:1.2}.hs-icon-plan::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 2h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1 3v1h8V5H4zm0 3v1h6V8H4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3 2h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1 3v1h8V5H4zm0 3v1h6V8H4z'/%3E%3C/svg%3E")}.hs-icon-payment::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4zm2 0v1h8V4H4zm1 4h6v1H5V8zm0 2h4v1H5v-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4zm2 0v1h8V4H4zm1 4h6v1H5V8zm0 2h4v1H5v-1z'/%3E%3C/svg%3E")}.hs-icon-coins::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2c3.314 0 6 1.343 6 3s-2.686 3-6 3-6-1.343-6-3 2.686-3 6-3zm-6 5.2C3.01 8.4 5.3 9.2 8 9.2s4.99-.8 6-2v1.8c0 1.657-2.686 3-6 3s-6-1.343-6-3V7.2zm0 3.2C3.01 11.6 5.3 12.4 8 12.4s4.99-.8 6-2v1.6c0 1.657-2.686 3-6 3s-6-1.343-6-3v-1.6z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2c3.314 0 6 1.343 6 3s-2.686 3-6 3-6-1.343-6-3 2.686-3 6-3zm-6 5.2C3.01 8.4 5.3 9.2 8 9.2s4.99-.8 6-2v1.8c0 1.657-2.686 3-6 3s-6-1.343-6-3V7.2zm0 3.2C3.01 11.6 5.3 12.4 8 12.4s4.99-.8 6-2v1.6c0 1.657-2.686 3-6 3s-6-1.343-6-3v-1.6z'/%3E%3C/svg%3E")}.hs-icon-usage::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 13h12v1H2v-1zm1-2.2 2.4-2.9 2.1 1.7L11.2 5 13 6.4l-4 5-2.2-1.8L4.8 12 3 10.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 13h12v1H2v-1zm1-2.2 2.4-2.9 2.1 1.7L11.2 5 13 6.4l-4 5-2.2-1.8L4.8 12 3 10.8z'/%3E%3C/svg%3E")}.hs-icon-tools::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.6 1.5a3.2 3.2 0 0 0-2.8 4.7L2.4 10.6a1.7 1.7 0 1 0 2.4 2.4l4.4-4.4a3.2 3.2 0 0 0 4.7-2.8l-2 1.1-1.6-1.6 1.1-2zM3.6 12.4a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M9.6 1.5a3.2 3.2 0 0 0-2.8 4.7L2.4 10.6a1.7 1.7 0 1 0 2.4 2.4l4.4-4.4a3.2 3.2 0 0 0 4.7-2.8l-2 1.1-1.6-1.6 1.1-2zM3.6 12.4a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2z'/%3E%3C/svg%3E")}.hs-icon-history::before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2a6 6 0 1 1-5.7 8h1.6A4.5 4.5 0 1 0 8 3.5V6l3 1.8-.8 1.3L7 7V2H8zM1 2h4v1.5H2.5V6H1V2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 2a6 6 0 1 1-5.7 8h1.6A4.5 4.5 0 1 0 8 3.5V6l3 1.8-.8 1.3L7 7V2H8zM1 2h4v1.5H2.5V6H1V2z'/%3E%3C/svg%3E")}.hs-notifications-actions .hs-mark-all-read{display:inline-flex!important;align-items:center;justify-content:center;visibility:visible!important}.hs-notifications-actions .hs-mark-all-read[disabled]{opacity:.55;cursor:not-allowed}.hs-wallet-card{display:grid;gap:12px}.hs-wallet-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:600;border-radius:10px;background:#2563eb;color:#fff;border:1px solid #2563eb;cursor:pointer;transition:all 0.2s;min-height:38px;white-space:nowrap}.hs-wallet-cta:hover{background:#1e40af;border-color:#1e40af;color:#fff;transform:translateY(-1px)}.hs-wallet-balance{display:grid;gap:6px;padding:12px 14px;border-radius:12px;border:1px solid var(--hs-border);background:var(--hs-surface-2)}.hs-wallet-amount{font-size:26px;font-weight:700}.hs-wallet-note{font-size:12px;color:var(--hs-muted)}.hs-coin-pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hs-coin-pack{display:grid;gap:12px;align-items:start;padding:10px 12px;border-radius:12px;border:1px solid var(--hs-border);background:#f8fafc}.hs-coin-pack .btn-secondary,.hs-coin-pack-custom .btn-secondary{width:100%;padding:8px 12px;font-size:13px;min-height:38px;justify-content:center;background:#f1f5f9;color:#1e293b;border:1px solid #cbd5e1;font-weight:600;cursor:pointer;transition:all 0.2s}.hs-coin-pack .btn-secondary:hover,.hs-coin-pack-custom .btn-secondary:hover{background:#e2e8f0;border-color:#2563eb;color:#2563eb}.hs-coin-pack h4{margin:0;font-size:14px}.hs-coin-pack p{margin:2px 0 0;color:var(--hs-muted);font-size:12px}.hs-coin-custom-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}@media (max-width:720px){.hs-billing-plan{grid-template-columns:1fr!important;gap:12px!important}.hs-payment-row{grid-template-columns:1fr}.hs-coin-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hs-coin-pack{gap:10px;padding:10px}.hs-coin-pack .btn-secondary,.hs-coin-pack-custom .btn-secondary{padding:8px 10px;font-size:12px;min-height:36px}.hs-coin-pack h4{font-size:13px}.hs-coin-pack p,.hs-coin-pack-custom .hs-coin-custom-meta{font-size:11px;line-height:1.3}.hs-coin-custom-row{grid-template-columns:1fr}.hs-inline-actions{flex-direction:column;align-items:stretch}.hs-billing-body .hs-table{display:block;width:100%;overflow-x:auto}.hs-billing-body .hs-table th,.hs-billing-body .hs-table td{white-space:nowrap}}.hs-coin-custom-meta{font-size:12px;color:var(--hs-muted)}.hs-coin-pack-custom .hs-coin-custom-row{grid-template-columns:1fr;gap:8px;align-items:stretch}.hs-coin-pack-custom .btn-secondary{width:100%;justify-content:center;white-space:normal}.hs-coin-pack-custom .hs-input{max-width:100%;min-height:36px;padding:8px 10px;font-size:13px;text-align:left}.hs-coin-pack-custom .hs-coin-custom-meta{margin-top:-2px;font-size:11px;line-height:1.3}@media (max-width:720px){.hs-coin-pack-custom .hs-coin-custom-row{grid-template-columns:1fr}.hs-coin-pack-custom .hs-input{max-width:100%;text-align:left}.hs-coin-pack-custom .btn-secondary{font-size:11px}}.hs-billing-column{display:grid;gap:16px}.hs-billing-bottom{align-items:start}.hs-billing-body>.hs-card{position:static;inset:auto;z-index:auto}.hs-profile-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,0.8fr);gap:16px;align-items:start}.hs-profile-card{display:grid;gap:10px;padding:16px}.hs-profile-card .form-group{margin-bottom:8px}.hs-profile-card .form-group label{margin-bottom:6px;font-size:12px}.hs-required-star{color:inherit;font-weight:600}#hiresmart-profile-form.hs-has-validation-errors .hs-required-star{color:#ef4444}.hs-profile-card .form-group input,.hs-profile-card .form-group textarea,.hs-profile-card .form-group select{padding:7px 9px;font-size:12px}.hs-profile-header{align-items:center;gap:12px}.hs-profile-summary{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;background:var(--hs-surface-2);border:1px solid var(--hs-border);text-align:center}.hs-profile-avatar-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.hs-profile-avatar{width:44px;height:44px;border-radius:16px;background:rgb(37 99 235 / .12);color:var(--hs-primary);display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.hs-profile-avatar.has-image{color:#fff0;background:var(--hs-surface-2)}.hs-profile-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.hs-profile-avatar-edit{position:absolute;bottom:-4px;right:-4px;width:26px;height:26px;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(4px);transition:opacity 0.2s ease,transform 0.2s ease}.hs-profile-avatar-wrap:hover .hs-profile-avatar-edit{opacity:1;transform:translateY(0)}.hs-profile-avatar-input{display:none}.hs-profile-name{font-size:16px;font-weight:600}.hs-profile-email{font-size:13px;color:var(--hs-muted)}.hs-profile-summary-text{display:flex;align-items:center;gap:12px;width:100%;justify-content:flex-start;flex-wrap:wrap}.hs-profile-info-block{display:flex;flex-direction:column;gap:2px}.hs-profile-summary-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.hs-profile-summary-actions .hs-badge-cta{min-width:96px;position:relative}.hs-profile-summary-actions .hs-badge-cta.is-active::after{content:'✓';position:absolute;right:8px;font-size:11px;font-weight:700;color:inherit}.hs-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.hs-profile-grid textarea{width:100%;min-height:64px;resize:vertical}.hs-profile-full{grid-column:1 / -1}.hs-connections-card{display:grid;gap:12px}.hs-connections-card .hs-connection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@media (max-width:1200px){.hs-connections-card .hs-connection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.hs-connections-card .hs-connection-grid{grid-template-columns:minmax(0,1fr)}}.hs-connection-card{display:grid;grid-template-columns:38px 1fr;gap:8px 10px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid var(--hs-border);background:var(--hs-surface)}.hs-connection-card .hs-input{grid-column:1 / -1}.hs-connection-card .btn-secondary{justify-self:end}.hs-connection-actions{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.hs-connection-status{display:inline-flex;align-items:center;gap:8px;font-size:12px}.hs-connection-actions .btn-secondary{margin-left:auto}.hs-connection-detail{color:var(--hs-muted)}.hs-connection-logo{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:var(--hs-text);background:var(--hs-highlight-bg);border:1px solid var(--hs-highlight-border)}.hs-connections-card .hs-connection-logo{width:28px;height:28px;border-radius:8px}.hs-connections-card .hs-connection-logo img{width:16px;height:16px;max-width:16px;max-height:16px;object-fit:contain}.hs-logo-linkedin{background:var(--hs-highlight-bg)}.hs-logo-github{background:var(--hs-highlight-bg)}.hs-logo-behance{background:var(--hs-highlight-bg)}.hs-logo-canva{background:var(--hs-highlight-bg)}.hs-logo-trailhead{background:var(--hs-highlight-bg)}.hs-logo-portfolio{background:var(--hs-highlight-bg)}.hs-connection-body{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--hs-muted)}.hs-connection-body strong{color:var(--hs-text);font-size:14px}.hs-settings-payments{margin-top:18px}@media (max-width:980px){.hs-profile-layout{grid-template-columns:1fr}.hs-profile-grid{grid-template-columns:1fr}.hs-billing-grid{grid-template-columns:1fr}}.hs-card{background:var(--hs-surface);border:1px solid var(--hs-border);border-radius:12px;padding:20px;box-shadow:none}.hs-card-tight{padding:16px}.hs-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hs-card-title{font-size:18px;margin:0;color:var(--hs-primary)}.hs-card-subtitle{color:var(--hs-muted);font-size:var(--hs-ui-font-small)}.hs-lock-card{text-align:center;border-style:dashed;background:var(--hs-surface)}.hs-lock-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;color:var(--hs-primary);background:var(--hs-highlight-bg);border:1px solid var(--hs-highlight-border);margin-bottom:12px}.hs-lock-actions{justify-content:center;margin-top:4px}.hiresmart-post-job-container .hs-lock-actions{gap:12px;flex-wrap:wrap;margin-top:12px}.hiresmart-post-job-container .hs-lock-actions .btn-primary,.hiresmart-post-job-container .hs-lock-actions .btn-secondary{min-width:170px;padding:11px 20px;font-size:14px}.hs-warning-card{border-color:rgb(245 158 11 / .3);background:rgb(245 158 11 / .08)}.hs-post-job-shell{position:relative;display:grid;gap:18px}.hiresmart-post-job-container .hs-post-job-shell{gap:14px;min-height:calc(100vh - 180px);width:100%}.hiresmart-post-job-container .hs-post-job-shell.is-locked{min-height:auto;height:calc(100vh - 180px);overflow:hidden;position:relative}.hs-post-job-shell.is-locked form{filter:blur(4px);pointer-events:none;opacity:.4;height:0;overflow:hidden;position:absolute}.hs-lock-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0;background:var(--hs-surface);backdrop-filter:none;z-index:3}.hs-lock-panel{width:100%;max-width:640px;background:#fff0;border:none;border-radius:0;padding:48px 32px;text-align:center;box-shadow:none;display:grid;gap:10px;margin:0 auto}.hiresmart-post-job-container .hs-lock-panel{width:100%;max-width:640px;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-card-subtitle{line-height:1.6;margin:0 auto 16px;font-size:15px;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-card-title{margin:8px auto 8px;line-height:1.3;font-size:24px;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-lock-badge{margin:0 auto;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-inline-actions{justify-content:center}.hs-lock-icon{width:80px;height:80px;border-radius:20px;margin:0 auto 16px;background:var(--hs-highlight-bg);border:1px solid var(--hs-highlight-border);position:relative}.hs-lock-icon::before,.hs-lock-icon::after{content:'';position:absolute;left:50%;transform:translateX(-50%);background:var(--hs-primary)}.hs-lock-icon::before{width:36px;height:26px;border-radius:7px;bottom:16px}.hs-lock-icon::after{width:24px;height:20px;border:4px solid var(--hs-primary);border-bottom:none;border-radius:12px 12px 0 0;top:18px;background:#fff0}.hs-card-dark{background:linear-gradient(160deg,#0f172a,#1e293b);color:#f8fafc;border:none}.hs-card-dark .hs-card-subtitle{color:rgb(248 250 252 / .7)}.hs-info-banner{background:linear-gradient(135deg,rgb(37 99 235 / .14),rgb(15 23 42 / .04));border:1px solid rgb(37 99 235 / .18);border-radius:18px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.hs-banner-title{font-weight:600;font-size:15px}.hs-banner-subtitle{color:var(--hs-muted);font-size:13px}.hs-banner-meta{display:flex;align-items:center;gap:8px}.hs-profile-inline-field--email{gap:6px;align-items:center}.hs-welcome-banner{background:linear-gradient(135deg,rgb(16 185 129 / .18),rgb(5 150 105 / .08));border-left:4px solid rgb(16 185 129 / .6);border-radius:12px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;animation:slideDown 0.4s ease-out}.hs-app-shell>.hs-welcome-banner{grid-column:1 / -1}.hs-welcome-banner-content{display:flex;align-items:flex-start;gap:12px;flex:1}.hs-welcome-banner-icon{font-size:24px;flex-shrink:0}.hs-welcome-banner-text h3{font-size:14px;font-weight:600;color:var(--hs-text);margin:0 0 4px 0}.hs-welcome-banner-text p{font-size:13px;color:var(--hs-muted);margin:0}.hs-welcome-banner-close{background:none;border:none;color:var(--hs-muted);font-size:18px;cursor:pointer;padding:0;flex-shrink:0;transition:color 0.2s ease}.hs-welcome-banner-close:hover{color:var(--hs-text)}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hs-dropzone{border:1px dashed rgb(148 163 184 / .5);border-radius:16px;color:var(--hs-text);background:var(--hs-highlight-bg);border:1px solid var(--hs-highlight-border);overflow:hidden;text-align:center;.hs-connection-logo img{width:20px;height:20px;display:block}.hs-dropzone-title{font-weight:600;margin-bottom:6px;background:var(--hs-highlight-bg)}.hs-dropzone-subtitle{font-size:12px;background:var(--hs-highlight-bg);margin-bottom:12px}background:var(--hs-highlight-bg);display:inline-flex;align-items:center;justify-content:center;background:var(--hs-highlight-bg);border-radius:10px;background:#2563eb;color:#fff;background:var(--hs-highlight-bg);font-weight:600;cursor:pointer}.hs-dropzone-action input{display:none}.hs-section{display:grid;gap:12px}.hs-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hs-section-header h3{margin:0 0 4px}.hs-section-header p{margin:0;color:var(--hs-muted);font-size:13px}.hs-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.hs-info-item{padding:12px 14px;border-radius:12px;background:rgb(148 163 184 / .12);border:1px solid rgb(148 163 184 / .2)}.hs-info-label{font-size:12px;color:var(--hs-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.08em}.hs-info-value{font-weight:600}.hs-resume-card{display:flex;flex-direction:column;gap:12px;text-align:center;padding:20px;align-content:start;height:100%}.hs-resume-title{font-size:20px;font-weight:600}.hs-resume-subtitle{color:rgb(248 250 252 / .75);font-size:14px}.hs-resume-dropzone{border:1px dashed rgb(226 232 240 / .4);border-radius:16px;padding:16px;display:flex;flex:1;min-height:150px;flex-direction:column;gap:6px;align-items:center;justify-content:center;color:rgb(248 250 252 / .85);cursor:pointer;width:100%;position:relative;overflow:hidden}.hs-resume-dropzone.is-dragging{border-color:rgb(96 165 250 / .9);background:rgb(59 130 246 / .08)}.hs-resume-dropzone-placeholder{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center}.hs-resume-preview{width:100%;height:260px;display:none;border-radius:12px;overflow:hidden;background:rgb(15 23 42 / .25)}.hs-resume-preview-frame{width:100%;height:100%;border:0}.hs-resume-preview-fallback{padding:16px;font-size:12px;color:rgb(248 250 252 / .7)}.hs-resume-card.has-preview .hs-resume-preview{display:block}.hs-resume-card.has-preview .hs-resume-dropzone-placeholder{display:none}.hs-resume-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hs-resume-actions .btn-secondary{min-height:34px;padding:7px 12px;border-width:1px;background-color:var(--hs-surface);border-color:var(--hs-border);color:var(--hs-primary)}.hs-resume-actions .btn-secondary:hover{background-color:var(--hs-surface-2);border-color:var(--hs-primary);color:var(--hs-primary)}.hs-resume-download.is-hidden{display:none}.hs-email-verify-inline{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;margin-top:0;margin-left:2px}.hs-email-status-icon{width:20px;height:20px;border:none;background:#fff0;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1;cursor:pointer}.hs-email-status-icon.is-pending{color:#f59e0b}.hs-email-status-icon.is-verified{color:#22c55e}.hs-email-verify-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:12;min-width:210px;max-width:min(280px, 82vw);padding:10px;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-surface);box-shadow:none;display:none}.hs-email-verify-popover.is-open{display:block}@media (min-width:769px){.hs-email-verify-inline:hover .hs-email-status-icon.is-pending+.hs-email-verify-popover,.hs-email-verify-inline:focus-within .hs-email-status-icon.is-pending+.hs-email-verify-popover{display:block}}.hs-email-verify-popover-title{font-size:12px;font-weight:600;color:var(--hs-text);margin-bottom:8px}.hs-email-verify-popover-actions{display:grid;grid-template-columns:1fr;gap:8px}.hs-email-code-row{display:none;grid-template-columns:1fr;gap:8px}.hs-email-verify-inline.has-code-sent .hs-email-code-row{display:grid}.hs-email-verify-inline .btn-secondary{min-height:32px;padding:6px 10px;width:100%;justify-content:center;background:var(--hs-primary)!important;color:#ffffff!important;border-color:var(--hs-primary)!important}.hs-email-verify-inline .btn-secondary:hover{background:var(--hs-primary-dark)!important;border-color:var(--hs-primary-dark)!important;color:#ffffff!important}.hs-email-code-verify.is-loading{opacity:.85;pointer-events:none;position:relative}.hs-email-code-verify.is-loading::after{content:'';width:12px;height:12px;border-radius:999px;border:2px solid currentColor;border-right-color:#fff0;display:inline-block;margin-left:8px;animation:hs-spin 0.7s linear infinite}.hs-email-verify-feedback{margin-top:8px;font-size:11px;color:var(--hs-muted);min-height:16px}.hs-email-verify-feedback.is-success{color:#15803d}.hs-email-verify-feedback.is-error{color:#dc2626}.hs-email-code-input{width:100%;min-height:34px;font-size:13px}@keyframes hs-spin{to{transform:rotate(360deg)}}.hs-account-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}.hs-password-form{padding:16px}.hs-resume-progress-wrap{display:none;align-items:center;gap:10px;width:calc(100% - 24px);position:absolute;left:12px;right:12px;bottom:12px;padding:8px 10px;border-radius:999px;background:rgb(15 23 42 / .7)}.hs-resume-card.is-uploading .hs-resume-progress-wrap{display:flex}.hs-resume-progress{flex:1 1 auto;height:8px;border-radius:999px;background:rgb(148 163 184 / .25);overflow:hidden}.hs-resume-progress-bar{height:100%;width:0%;background:linear-gradient(90deg,#38bdf8,#22c55e);transition:width 0.2s ease}.hs-resume-progress-text{font-size:12px;color:rgb(248 250 252 / .75);min-width:36px;text-align:right}.hs-resume-file{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgb(148 163 184 / .35);background:rgb(15 23 42 / .35);text-align:left;display:flex;flex-direction:column;gap:8px}.hs-resume-file-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.hs-resume-file-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgb(248 250 252 / .55)}.hs-resume-file-link{color:#93c5fd;text-decoration:none;font-weight:600}.hs-resume-file-link:hover{text-decoration:underline}.hs-resume-file-empty{color:rgb(248 250 252 / .6)}.hs-resume-file-date{font-size:12px;color:rgb(248 250 252 / .6)}.hs-resume-quick-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.hs-icon-btn{border-radius:999px;padding:6px 12px;border:1px solid rgb(148 163 184 / .35);background:rgb(15 23 42 / .4);color:rgb(248 250 252 / .9);font-size:12px;cursor:pointer;text-decoration:none;transition:border-color 0.2s ease,background 0.2s ease}.hs-icon-btn:hover{border-color:rgb(148 163 184 / .6)}.hs-icon-btn.is-disabled,.hs-icon-btn[disabled]{opacity:.55;cursor:not-allowed}.hs-resume-sync-review{width:100%;display:flex;flex-direction:column;gap:8px}.hs-resume-sync-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgb(148 163 184 / .3);background:rgb(15 23 42 / .45)}.hs-resume-sync-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgb(248 250 252 / .55);margin-bottom:2px}.hs-resume-sync-value{color:rgb(248 250 252 / .85);font-size:13px}.hs-resume-sync-apply{border-radius:999px;width:32px;height:32px;border:none;background:#22c55e;color:#0f172a;font-weight:700;cursor:pointer}.hs-resume-sync-apply[disabled]{opacity:.6;cursor:not-allowed}.is-hidden{display:none}.hs-resume-card.is-locked .hs-resume-dropzone{opacity:.6;pointer-events:none}.hs-resume-card.is-locked .hs-resume-resync{opacity:.6;cursor:not-allowed}.hs-resume-status{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.hs-resume-divider{opacity:.7}.hs-resume-note{font-size:12px;color:rgb(248 250 252 / .7)}.hs-resume-dropzone input{display:none}.hs-resume-dropzone-title{font-weight:600}.hs-resume-dropzone-subtitle{font-size:12px;opacity:.8}.hs-resume-dropzone-cta{font-size:12px;color:#60a5fa}.hs-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.hs-score-tabs{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0 12px;padding:0 12px}.hs-score-tab{flex:1 1 220px;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #dbeafe;border-radius:18px;padding:16px 20px;text-align:left;cursor:pointer;min-height:90px;transition:border-color 0.2s,box-shadow 0.2s,background-color 0.2s;font-family:inherit}.hs-score-tab:hover{border-color:#60a5fa}.hs-score-tab.is-active{border-color:#2563eb;background:linear-gradient(135deg,#e0e7ff,#eff6ff);box-shadow:0 14px 26px rgb(37 99 235 / .18)}.hs-score-tab .hs-highlight-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--hs-primary)}.hs-score-tab .hs-highlight-value{font-size:28px;font-weight:700;color:var(--hs-text);line-height:1.1}.hs-score-tab .hs-highlight-sub{font-size:12px;color:var(--hs-muted)}@media (max-width:900px){.hs-score-tabs{padding:0 20px}.hs-score-tab{flex:1 1 calc(50% - 16px)}}@media (max-width:640px){.hs-score-tab{flex:1 1 calc(50% - 8px);border-radius:16px}}.hs-neural-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;padding:0 12px 8px}.hs-neural-left,.hs-neural-right{display:grid;gap:12px}@media (max-width:980px){.hs-neural-split{grid-template-columns:1fr}}.hs-highlight-card{background:var(--hs-highlight-bg);border:1px solid var(--hs-highlight-border);border-radius:14px;padding:14px 16px}.hs-highlight-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--hs-highlight-label)}.hs-highlight-value{font-size:26px;font-weight:700;color:var(--hs-highlight-value)}.hs-highlight-sub{font-size:12px;color:var(--hs-highlight-sub)}.hs-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.hs-overview-item{background:rgb(148 163 184 / .12);border-radius:12px;padding:12px 14px}.hs-overview-label{font-size:12px;color:var(--hs-muted)}.hs-overview-value{font-size:20px;font-weight:700}.hs-skill-gap{display:grid;gap:12px}.hs-skill-gap-row,.hs-skill-gap-foot{display:flex;align-items:center;justify-content:space-between;font-size:14px}.hs-readonly-block{display:grid;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgb(148 163 184 / .2);background:rgb(148 163 184 / .08)}.hs-readonly-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}.hs-coupon-row{display:flex;flex-wrap:nowrap;gap:10px;align-items:center}.hs-coupon-row .btn-secondary.is-active{background:var(--hs-primary);color:#fff;border-color:var(--hs-primary)}.hs-coupon-row .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.hs-coupon-input{position:relative;flex:1 1 220px;min-width:0}.hs-coupon-row .btn-secondary{flex:0 0 auto}.hs-coupon-input .hs-input{width:100%;padding-right:34px}.hs-coupon-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:none;align-items:center;justify-content:center;font-size:12px;line-height:1;cursor:pointer}.hs-coupon-clear.is-visible{display:inline-flex}.hs-booster-grid{display:grid;gap:16px}.hs-booster-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--hs-border);background:#fff}.hs-connection-list{display:grid;gap:12px}.hs-connection-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--hs-border);background:#fff;flex-wrap:wrap}.hs-connection-actions{display:flex;gap:10px;align-items:center;flex:1;justify-content:flex-end}.hs-connection-actions .hs-input{min-width:220px;max-width:320px}.hs-directory-preview{display:grid;gap:14px}.hs-lists-shell{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;align-items:start}.hs-lists-panel{grid-column:1;grid-row:1;min-width:0}.hs-lists-sidebar{grid-column:2;grid-row:1;align-self:start;display:grid;gap:12px}.hs-lists-stack{display:grid;gap:10px}.hs-list-tab{border:1px solid var(--hs-border);background:var(--hs-surface-2);border-radius:12px;padding:12px 14px;text-align:left;font-weight:600;color:var(--hs-text);cursor:pointer;transition:border-color 0.2s,background 0.2s,color 0.2s}.hs-list-tab.is-active,.hs-list-tab:hover{border-color:rgb(37 99 235 / .4);background:rgb(37 99 235 / .08);color:var(--hs-primary)}.hs-lists-actions{justify-content:flex-start}.hs-directory-shell{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;width:100%;min-width:0}.hs-jobs-shell{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;width:100%;min-width:0}.hs-directory-bar{display:flex;align-items:flex-start;gap:16px;flex-wrap:nowrap;justify-content:space-between;grid-column:1 / -1;grid-row:1}.hs-directory-tabs{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}.hs-directory-filters{grid-column:2;grid-row:2;position:sticky;top:16px;width:100%;max-width:320px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;padding:14px;border-radius:14px;border:1px solid var(--hs-border);background:var(--hs-surface);box-shadow:0 12px 22px rgb(15 23 42 / .05);max-width:none}.hs-jobs-filters{grid-column:2;grid-row:2;position:sticky;top:16px;width:100%;max-width:320px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:12px;padding:14px;border-radius:14px;border:1px solid var(--hs-border);background:var(--hs-surface);box-shadow:0 12px 22px rgb(15 23 42 / .05);max-width:none}.hs-directory-panel{grid-column:1;grid-row:2;margin-top:16px;display:none;width:100%}.hs-directory-panel.is-active{display:block}.hs-jobs-toolbar{grid-column:1;grid-row:1;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:stretch;margin-bottom:12px;min-width:0}.hs-jobs-toolbar-main{display:flex;align-items:center;gap:8px;min-width:0}.hs-jobs-search{position:relative;flex:1 1 auto;min-width:0}@media (min-width:981px){.hs-jobs-toolbar{grid-column:1;grid-row:1;justify-content:flex-start;margin-bottom:0}.hs-jobs-toolbar-main{width:100%}.hs-jobs-filters{grid-column:2;grid-row:1;align-self:start;margin-top:0}.hs-jobs-search{flex:1 1 auto;width:100%;max-width:100%}.hs-jobs-toolbar .hs-filter-toggle-btn{display:none}}.hs-jobs-search .hs-input{padding-left:38px}.hs-jobs-search .hs-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:var(--hs-ui-icon);height:var(--hs-ui-icon);background-color:var(--hs-muted);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;pointer-events:none}.hs-filter-toggle-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hs-filter-toggle-btn .hs-filter-icon{display:inline-block;width:var(--hs-ui-icon);height:var(--hs-ui-icon);background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 3h12l-5 6v3.5l-2 1V9L2 3z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 3h12l-5 6v3.5l-2 1V9L2 3z'/%3E%3C/svg%3E") no-repeat center / contain}.hs-jobs-shell>:not(.hs-jobs-filters):not(.hs-jobs-toolbar){grid-column:1;grid-row:2}.hs-jobs-scope .hs-jobs-toggles{width:100%;flex-wrap:wrap;justify-content:flex-start}.hs-jobs-shell .jobs-grid{margin-top:0}.hs-filter-search{display:grid;gap:6px;min-width:0;width:100%}.hs-filter-input{position:relative}.hs-filter-input .hs-input{line-height:1.2;padding-left:46px}.hs-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:var(--hs-ui-icon);height:var(--hs-ui-icon);background-color:var(--hs-muted);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;pointer-events:none}.hs-filter-group{display:grid;grid-template-columns:1fr;gap:10px;width:100%}.hs-filter-group-job-seekers{grid-template-columns:1fr;width:100%}.hs-filter-score-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}.hs-filter-field-score{min-width:0}.hs-filter-field{display:grid;gap:6px}.hs-filter-label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--hs-muted);font-weight:600}.hs-filter-help{display:none}.hs-directory-filters input,.hs-directory-filters select{width:100%;border:1px solid var(--hs-border);border-radius:12px;padding:9px;background:var(--hs-surface-2);color:var(--hs-text);font-size:13px;line-height:1.2;box-sizing:border-box;height:40px}.hs-directory-filters input::placeholder{font-size:inherit;line-height:inherit}.hs-directory-filters select,.hs-directory-filters .hs-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-left:9px;padding-right:37px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2364758b' d='M4.22 5.97a.75.75 0 0 1 1.06.03L8 8.9l2.72-2.9a.75.75 0 1 1 1.1 1.02l-3.27 3.5a.75.75 0 0 1-1.1 0l-3.27-3.5a.75.75 0 0 1 .03-1.06z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;background-size:14px 14px}.hs-directory-filters select::-ms-expand,.hs-directory-filters .hs-select::-ms-expand{display:none}.hs-directory-filters input{padding-left:46px;padding-right:12px}.hs-directory-filters input:focus,.hs-directory-filters select:focus{outline:none;border-color:var(--hs-primary);box-shadow:0 0 0 3px var(--hs-ring);background:var(--hs-surface)}.hs-filter-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;align-self:stretch}.hs-filter-actions,.hs-filter-actions .btn-secondary{width:100%}.hs-filter-actions .btn-secondary{min-height:38px;font-size:13px;flex:1 1 0%}.hiresmart-page .form-group small:not(.hs-field-error):not(.hs-coupon-message){display:none}.hiresmart-page .search-box{position:relative}.hiresmart-page .search-box i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--hs-muted);pointer-events:none}.hiresmart-page .search-box input{padding-left:44px;height:40px}.hs-dir-tab{border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);padding:6px 12px;border-radius:999px;font-weight:600;font-size:12px;line-height:1.1;min-height:30px;cursor:pointer}.hs-dir-tab.is-active{background:#2563eb;color:#fff;border-color:#2563eb}.hs-filter-toggle-btn{display:none;background:var(--hs-surface);color:var(--hs-text);border:1px solid var(--hs-border);padding:6px 12px;border-radius:999px;font-weight:600;font-size:12px;line-height:1.1;min-height:30px;cursor:pointer;transition:all 0.2s}.hs-filter-toggle-btn:hover{background:var(--hs-surface-2)}.hs-filter-toggle-btn.active{background:#2563eb;color:#fff;border-color:#2563eb}.hs-filter-modal{display:none;position:fixed;inset:0;z-index:2000}.hs-filter-modal.active{display:block}.hs-filter-modal-backdrop{position:absolute;inset:0;background:rgb(15 23 42 / .6);backdrop-filter:blur(4px);display:none!important;z-index:2000}.hs-filter-modal-backdrop.active{display:block!important}.hs-filter-modal-content{position:absolute;bottom:0;left:0;right:0;background:var(--hs-surface);border-top:1px solid var(--hs-border);border-radius:16px 16px 0 0;max-height:60vh;overflow-y:auto;z-index:2001;animation:slideUpFade 0.3s ease-out}.hs-filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--hs-border);background:var(--hs-surface-2);border-radius:16px 16px 0 0;position:sticky;top:0;z-index:10}.hs-filter-modal-title{font-size:16px;font-weight:600;color:var(--hs-text)}.hs-filter-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--hs-muted);padding:4px 8px}.hs-filter-modal-close:hover{color:var(--hs-text)}.hs-filter-modal-body{padding:16px 20px;display:flex;flex-direction:column;gap:16px}.hs-filter-group{display:flex;flex-direction:column;gap:12px}.hs-filter-field{display:flex;flex-direction:column;gap:6px}.hs-filter-label{font-size:13px;font-weight:600;color:var(--hs-text)}.hs-filter-help{font-size:11px;color:var(--hs-muted)}\n\n.hs-filter-actions{display:flex;gap:10px;padding:16px 20px;border-top:1px solid var(--hs-border);background:var(--hs-surface-2)}.hs-filter-actions button{flex:1;padding:10px 16px;border-radius:8px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);font-weight:600;cursor:pointer;transition:all 0.2s;font-family:inherit;min-height:40px}.hs-filter-actions button:hover{background:var(--hs-surface-2)}.hs-directory-panel{display:none}.hs-directory-panel.is-active{display:block}.hs-directory-grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:18px;width:100%;align-items:start}.jobs-header h1,.directory-header h1,.candidates-header h1{font-size:28px;letter-spacing:-.01em}.jobs-header .subtitle,.directory-header .subtitle,.candidates-header .subtitle{font-size:14px}.jobs-filters{padding:14px;border-radius:14px;box-shadow:0 12px 22px rgb(15 23 42 / .05)}.jobs-filters.hs-directory-filters{padding:12px 14px;align-items:center;gap:12px;width:100%;border:1px solid var(--hs-border);border-radius:14px;background:var(--hs-surface);box-shadow:0 12px 22px rgb(15 23 42 / .05)}.jobs-filters--compact{display:grid;grid-template-columns:minmax(220px,1.2fr) auto minmax(420px,2fr) auto;gap:12px}.jobs-filters--compact .hs-filter-search,.jobs-filters--compact .hs-filter-group,.jobs-filters--compact .hs-filter-actions,.jobs-filters--compact .hs-jobs-toggles{margin:0}.jobs-filters--compact .hs-filter-group{grid-template-columns:repeat(3,minmax(140px,1fr))}.jobs-filters--compact .hs-filter-label{display:none}.jobs-filters--compact .hs-filter-actions,.jobs-filters--compact .hs-filter-actions .btn-secondary{width:auto}.hs-jobs-toggles{display:inline-flex;align-items:center;gap:8px}.hs-jobs-toggle{border:1px solid var(--hs-border);background:var(--hs-surface-2);color:var(--hs-text);padding:8px 14px;border-radius:999px;font-weight:600;font-size:12px;cursor:pointer}.hs-jobs-toggle.is-active{background:rgb(37 99 235 / .12);border-color:rgb(37 99 235 / .4);color:var(--hs-primary)}@media (max-width:1100px){.jobs-filters--compact{grid-template-columns:1fr}.jobs-filters--compact .hs-filter-group{grid-template-columns:1fr}.hs-jobs-toggles{justify-content:flex-start}}.jobs-filters .hs-filter-group{grid-template-columns:repeat(3,minmax(170px,1fr));flex:1 1 520px}.jobs-filters .search-box input{padding-left:44px}.jobs-filters .filter-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:center}.jobs-filters .filter-row button{justify-self:flex-start;height:40px}.hs-directory-card{border:1px solid var(--hs-border);border-radius:14px;padding:16px;text-decoration:none;color:var(--hs-text);background:#fff;display:grid;gap:8px;transition:transform 0.2s,box-shadow 0.2s;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;min-width:0;max-width:100%}.hs-directory-card--candidate{gap:10px}.hs-directory-card--candidate{grid-template-areas:"top" "metrics" "meta" "actions"}.hs-directory-top{display:flex;align-items:center;gap:10px}.hs-directory-card--candidate .hs-directory-top{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"avatar title";grid-area:top;align-items:center;column-gap:10px;row-gap:0}.hs-directory-card--candidate .hs-directory-avatar{grid-area:avatar}.hs-directory-card--candidate .hs-directory-title{grid-area:title}.hs-directory-metrics{display:flex;align-items:center;gap:6px;flex-wrap:wrap;grid-area:metrics}.hs-directory-metric{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.03em;border:1px solid rgb(148 163 184 / .35);background:rgb(148 163 184 / .12);color:var(--hs-muted);white-space:nowrap}.hs-directory-metric--neural.is-high{background:rgb(34 197 94 / .14);color:#15803d;border-color:rgb(34 197 94 / .35)}.hs-directory-metric--neural.is-mid{background:rgb(59 130 246 / .12);color:#1d4ed8;border-color:rgb(59 130 246 / .35)}.hs-directory-metric--neural.is-low{background:rgb(245 158 11 / .16);color:#92400e;border-color:rgb(245 158 11 / .35)}.hs-directory-metric--neural.is-none{background:rgb(148 163 184 / .12);color:var(--hs-muted);border-color:rgb(148 163 184 / .3)}.hs-directory-title{display:grid;gap:2px;flex:1;min-width:0;overflow:hidden;word-break:break-word;max-width:100%}.hs-directory-name{font-size:15px;font-weight:600;color:var(--hs-text);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;max-width:100%}.hs-directory-role{font-size:12px;color:var(--hs-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-neural-chip{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border:1px solid #fff0;background:rgb(148 163 184 / .12);color:var(--hs-muted);white-space:nowrap;margin-left:auto}.hs-directory-card--candidate .hs-neural-chip{grid-area:chip;margin-left:0;justify-self:flex-start}.hs-neural-chip.is-high{background:rgb(34 197 94 / .14);color:#15803d;border-color:rgb(34 197 94 / .35)}.hs-neural-chip.is-mid{background:rgb(59 130 246 / .12);color:#1d4ed8;border-color:rgb(59 130 246 / .35)}.hs-neural-chip.is-low{background:rgb(245 158 11 / .16);color:#92400e;border-color:rgb(245 158 11 / .35)}.hs-neural-chip.is-none{background:rgb(148 163 184 / .12);color:var(--hs-muted);border-color:rgb(148 163 184 / .3)}.hs-directory-meta-row{display:grid;gap:4px;font-size:12px;color:var(--hs-muted);grid-area:meta}.hs-directory-meta-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-directory-meta-item--skills{max-width:100%}.hs-directory-actions{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;width:100%;grid-area:actions}.hs-actions-unlocked,.hs-actions-locked{display:flex;gap:8px;width:100%;flex-wrap:wrap;align-items:stretch}.hs-directory-card.is-locked .hs-actions-unlocked{display:none}.hs-directory-card.is-unlocked .hs-actions-locked{display:none}.hs-directory-actions .btn-secondary{width:100%;justify-content:center;white-space:normal;padding:8px 12px;font-size:13px;min-height:36px}.hs-directory-actions .hs-unlock-profile{background:rgb(37 99 235 / .1);border-color:rgb(37 99 235 / .35);color:var(--hs-primary);line-height:1.25}.hs-directory-card--entity .hs-directory-meta-item{white-space:normal;overflow-wrap:anywhere}.hs-directory-card:hover{transform:translateY(-2px);box-shadow:0 10px 18px rgb(15 23 42 / .08)}.hs-directory-avatar{width:52px;height:52px;border-radius:12px;background:rgb(37 99 235 / .15);color:#1d4ed8;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative}.hs-directory-avatar.has-image{background:var(--hs-surface-2);padding:0;color:#fff0}.hs-user-avatar,.hs-mobile-profile-avatar,.hs-mobile-user-avatar-large,.hs-activity-composer-avatar,.hs-profile-avatar,.hs-candidate-avatar,.entity-avatar,.directory-avatar,.hs-featured-avatar{position:relative}.hs-verified-badge{position:absolute;right:1px;bottom:1px;width:16px;height:16px;border-radius:999px;background:#10b981;border:2px solid var(--hs-surface);font-size:14px;align-items:center;justify-content:center;color:#fff;font-size:0;font-weight:700;padding:0;box-shadow:0 6px 12px rgb(15 23 42 / .18);text-transform:none;letter-spacing:0}.hs-verified-badge::before{content:"✓";font-size:10px;line-height:1}.hs-candidate-avatar.is-verified::after{content:"✿ Verified";position:absolute;right:-6px;bottom:-6px;border-radius:999px;background:rgb(219 234 254 / .95);border:1px solid rgb(59 130 246 / .35);display:inline-flex;align-items:center;justify-content:center;color:#1d4ed8;font-size:9px;font-weight:700;padding:3px 6px;box-shadow:0 6px 12px rgb(15 23 42 / .18);text-transform:uppercase;letter-spacing:.04em}.hs-profile-avatar.is-featured::before,.hs-user-avatar.is-featured::before,.hs-mobile-profile-avatar.is-featured::before,.hs-mobile-user-avatar-large.is-featured::before,.hs-activity-composer-avatar.is-featured::before,.hs-directory-avatar.is-featured::before,.hs-directory-card.is-featured .hs-directory-avatar::before,.entity-card.is-featured .entity-avatar::before,.hs-candidate-avatar.is-featured::before,.hs-featured-avatar.is-featured::before{content:"";position:absolute;inset:-4px;border-radius:inherit;background:conic-gradient(from 90deg,#22c55e,#38bdf8,#a855f7,#f59e0b,#22c55e);z-index:-1}.hs-profile-avatar.is-featured,.hs-user-avatar.is-featured,.hs-mobile-profile-avatar.is-featured,.hs-mobile-user-avatar-large.is-featured,.hs-activity-composer-avatar.is-featured,.hs-directory-avatar.is-featured,.hs-directory-card.is-featured .hs-directory-avatar,.entity-card.is-featured .entity-avatar,.hs-candidate-avatar.is-featured,.hs-featured-avatar.is-featured{position:relative;z-index:0;overflow:visible}.hs-featured-pill{margin-top:6px;display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:rgb(251 191 36 / .2);color:#92400e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.hs-profile-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hs-badge-cta{border:1px solid rgb(37 99 235 / .2);background:rgb(37 99 235 / .08);color:#1e3a8a;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700;cursor:pointer}.hs-badge-cta.is-active{background:var(--hs-primary);border-color:var(--hs-primary);color:#fff}.hs-badge-cta--verify{background:rgb(14 116 144 / .12);border-color:rgb(14 116 144 / .2);color:#0e7490}.hs-badge-pricing{display:grid;gap:10px;margin:16px 0}.hs-radio-card{display:flex;gap:12px;align-items:center;padding:12px;border:1px solid var(--hs-border);border-radius:12px;background:var(--hs-surface-2);cursor:pointer}.hs-radio-card input{margin:0}.hs-modal-note{font-size:12px;color:var(--hs-muted);margin-top:6px}.hs-modal-field{margin:12px 0}.hs-checkbox{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--hs-muted)}.hs-directory-avatar img{width:100%;height:100%;border-radius:12px;object-fit:cover;display:block}.hs-directory-avatar-company{background:rgb(16 185 129 / .18);color:#047857}.hs-directory-avatar-agency{background:rgb(245 158 11 / .2);color:#b45309}.hs-directory-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-directory-meta{font-size:12px;color:var(--hs-muted);overflow:hidden;text-overflow:ellipsis}.hs-directory-sub{font-size:12px;color:var(--hs-muted)}.hs-directory-type{font-size:12px;color:var(--hs-muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hs-directory-detail{font-size:13px;color:var(--hs-muted)}.hs-directory-footer{display:flex;justify-content:flex-end}@media (max-width:1200px) and (min-width:901px){.hs-directory-shell{grid-template-columns:1fr}.hs-directory-bar{flex-wrap:wrap;align-items:center;gap:8px}.hs-directory-tabs{display:flex;gap:8px;flex-wrap:wrap}.hs-directory-filters{grid-column:1;position:static;width:100%;align-items:stretch;max-width:none}.hs-filter-toggle-btn{display:none}.hs-jobs-shell{grid-template-columns:1fr}.hs-jobs-filters{grid-column:1;position:static;width:100%;align-items:stretch;max-width:none}.hs-lists-shell{grid-template-columns:minmax(0,1fr)}}@media (max-width:900px){.hs-directory-shell,.hs-jobs-shell{grid-template-columns:1fr}.hs-directory-bar{flex-wrap:nowrap;align-items:center;gap:8px;justify-content:flex-start}.hs-directory-tabs{flex:1 1 auto;min-width:0;overflow-x:auto}.hs-filter-toggle-btn{display:inline-flex!important;position:relative;z-index:5;flex-shrink:0}.hs-directory-filters,.hs-jobs-filters{display:none!important;position:fixed;inset:0;width:100vw;height:100vh;max-height:100vh;overflow-y:auto;flex-direction:column;border-radius:0;border:none;padding:0;z-index:2005!important;background:var(--hs-surface)}.hs-directory-filters.active,.hs-jobs-filters.active{display:flex!important}}@media (max-width:900px){.hs-lists-shell{display:flex;flex-direction:column;gap:16px}.hs-lists-panel,.hs-lists-sidebar{width:100%}.hs-lists-sidebar{order:2}.hs-directory-review-item{gap:5px;padding:4px 6px}.hs-review-stars{font-size:11px}.hs-review-rating{font-size:10px}.hs-learning-grid{grid-template-columns:repeat(3,1fr);gap:8px}.hs-unlock-actions{gap:10px}.hs-unlock-actions .btn-primary,.hs-unlock-actions .btn-secondary{flex:1 1 auto}.hs-timeline-item{grid-template-columns:100px 1fr}.hs-skill-tags{gap:8px}}@media (min-width:1024px){.hs-card-premium{box-shadow:0 10px 40px rgb(2 132 199 / .15);transition:all 0.3s ease}.hs-card-premium:hover{box-shadow:0 15px 50px rgb(2 132 199 / .25);transform:translateY(-2px)}.hs-career-path-header{gap:20px;padding-bottom:16px;border-bottom:1px solid rgb(2 132 199 / .2)}.hs-career-path-title{font-size:18px;font-weight:700;color:#0c4a6e;margin:0}.hs-download-pdf{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s ease}.hs-download-pdf:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgb(2 132 199 / .3)}.hs-skill-gaps{padding:16px;background:#f0fafb;border:1px solid #bae6fd;border-radius:10px}.hs-skill-gaps-title{font-size:14px;font-weight:700;color:#0c4a6e;margin-bottom:10px}.hs-skill-tags{display:flex;flex-wrap:wrap;gap:10px}.hs-skill-tag{padding:6px 12px;background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);color:#fff;border-radius:20px;font-size:12px;font-weight:600}.hs-career-timeline{display:flex;flex-direction:column;gap:16px}.hs-timeline-title{font-size:14px;font-weight:700;color:#0c4a6e;margin-bottom:8px}.hs-timeline-item{display:grid;grid-template-columns:100px 1fr;gap:16px;padding:14px;background:#fff;border-left:4px solid #0284c7;border-radius:4px 6px 6px 4px}.hs-timeline-year{font-size:13px;font-weight:700;color:#0284c7}.hs-timeline-content{font-size:13px;color:#475569;line-height:1.5}.hs-learning-paths{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.hs-learning-item{padding:18px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:12px;text-align:center;transition:all 0.3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 2px 8px rgb(2 132 199 / .08)}.hs-learning-item:hover{background:linear-gradient(135deg,#e0f2fe 0%,#cffafe 100%);border-color:#0284c7;transform:translateY(-2px);box-shadow:0 6px 18px rgb(2 132 199 / .16)}.hs-learning-item-icon{font-size:28px;margin-bottom:10px;display:block}.hs-learning-item-title{font-size:13px;font-weight:700;color:#0c4a6e;margin:0;line-height:1.3}.hs-unlock-section{display:grid;grid-template-columns:auto 1fr;gap:24px;padding-top:20px;border-top:2px solid rgb(2 132 199 / .15);align-items:center}.hs-price-display{text-align:center;padding:18px;background:linear-gradient(135deg,#f0f4ff 0%,#f5f8ff 100%);border:2px solid #dbeafe;border-radius:12px;transition:all 0.3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:180px}.hs-price-display:hover{background:linear-gradient(135deg,#e0e7ff 0%,#ede9fe 100%);border-color:#2563eb;box-shadow:0 4px 12px rgb(37 99 235 / .15)}.hs-price-coins{font-size:32px;font-weight:900;color:#2563eb;line-height:1;margin-bottom:4px}.hs-price-label{font-size:11px;color:#64748b;margin-top:0;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.hs-price-or{font-size:11px;color:#cbd5e1;margin:8px 0;font-weight:500}.hs-price-cash{font-size:14px;font-weight:700;color:#0c4a6e}.hs-unlock-actions{display:flex;gap:12px;flex-direction:column;align-items:stretch}.hs-unlock-actions .btn-primary{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;padding:14px 20px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all 0.3s cubic-bezier(.4,0,.2,1);min-height:46px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgb(37 99 235 / .3)}.hs-unlock-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(37 99 235 / .4)}.hs-unlock-actions .btn-primary:active{transform:translateY(0)}.hs-unlock-actions .btn-secondary{background:#fff0;color:#2563eb;padding:14px 20px;border:2px solid #2563eb;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:all 0.3s ease;min-height:46px;display:flex;align-items:center;justify-content:center}.hs-unlock-actions .btn-secondary:hover{background:#f0f4ff;border-color:#1d4ed8;color:#1d4ed8}}@media (max-width:480px){.hs-card-premium{padding:20px;border:1.5px solid #0284c7;box-shadow:0 4px 12px rgb(2 132 199 / .1)}.hs-card-premium::before{animation:none;opacity:.3}.hs-badge-premium{padding:6px 10px;font-size:10px;letter-spacing:.3px}.hs-career-path-header{flex-direction:column;gap:12px;padding-bottom:12px;border-bottom:1px solid rgb(2 132 199 / .15)}.hs-career-path-title{font-size:15px;font-weight:700}.hs-download-pdf{width:100%;padding:10px 12px;font-size:12px;display:flex;align-items:center;justify-content:center}.hs-skill-gaps{padding:12px;background:#f8fdff;border-radius:8px}.hs-skill-gaps-title{font-size:12px;margin-bottom:8px;font-weight:700}.hs-skill-tags{gap:6px}.hs-skill-tag{padding:5px 10px;font-size:11px;border-radius:16px}.hs-career-timeline{gap:10px}.hs-timeline-item{grid-template-columns:70px 1fr;gap:10px;padding:10px;border-left-width:4px}.hs-timeline-year{font-size:12px;font-weight:700}.hs-timeline-content h5{font-size:12px}.hs-timeline-desc{font-size:11px;line-height:1.3}.hs-learning-paths{padding:10px}.hs-learning-grid{grid-template-columns:repeat(3,1fr);gap:8px}.hs-learning-item{padding:10px 8px;border-radius:8px;gap:6px}.hs-learning-icon{font-size:18px}.hs-learning-item-title{font-size:10px}.hs-price-display{padding:12px;margin-bottom:12px;border-radius:10px}.hs-price-label{font-size:10px;margin-bottom:6px}.hs-coin-label{font-size:16px}.hs-price-coins{font-size:20px}.hs-price-or{font-size:10px;margin:6px 0}.hs-price-cash{font-size:12px}.hs-unlock-actions{gap:8px;flex-direction:column}.hs-unlock-actions .btn-primary,.hs-unlock-actions .btn-secondary{padding:11px 14px;font-size:12px;min-height:42px;width:100%;border-radius:8px}.hs-unlock-actions .btn-primary{order:1}.hs-unlock-actions .btn-secondary{order:2}.hs-career-plan-locked{padding:24px 16px;gap:16px}.hs-locked-badge{padding:8px 12px;font-size:11px}.hs-career-plan-locked>h3{font-size:16px}.hs-premium-features{gap:10px}.hs-premium-features li{font-size:12px;padding-left:20px}}@media (max-width:768px){.hs-card-premium{box-shadow:0 6px 20px rgb(2 132 199 / .12)}.hs-career-path-title{font-size:16px}.hs-skill-gaps{padding:14px}.hs-timeline-item{grid-template-columns:90px 1fr;gap:14px;padding:12px}.hs-learning-paths{gap:12px}.hs-learning-item{padding:14px}.hs-unlock-section{grid-template-columns:1fr;gap:16px}.hs-unlock-actions{flex-direction:row}.hs-unlock-actions .btn-primary,.hs-unlock-actions .btn-secondary{flex:1;min-height:44px}}@media (max-width:1000px){.hs-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.hs-directory-grid{grid-template-columns:1fr!important}}.hs-stat-grid-tight{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.hs-progress-group{display:grid;gap:14px}.hs-growth-bars .hs-progress-row{grid-template-columns:140px 1fr 40px;gap:12px;font-size:13px}.hs-growth-bars .hs-progress{height:10px}.hs-growth-bars .hs-progress-bar{background:linear-gradient(90deg,#2563eb,#8b5cf6)}.hs-growth-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:12px}.hs-growth-pill{border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--hs-muted);min-height:58px}.hs-growth-pill span{font-size:11px;text-transform:uppercase;letter-spacing:.08em}.hs-growth-pill strong{color:var(--hs-text);font-size:14px;font-weight:700}.hs-progress-row{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:10px;font-size:13px}.hs-progress{background:rgb(148 163 184 / .2);border-radius:999px;height:8px;overflow:hidden}.hs-progress-bar{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:999px}.hs-progress-value{font-weight:600;color:var(--hs-muted)}.hs-connection-grid{display:grid;gap:12px}.hs-connection-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--hs-border);border-radius:10px;background:#fff;box-shadow:none}.hs-switch-list{display:grid;gap:12px}.hs-switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid var(--hs-border);border-radius:10px;background:#fff;box-shadow:none}.hs-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.hs-stat{background:#fff;border:1px solid var(--hs-border);border-radius:12px;padding:16px}.hs-stat-label{color:var(--hs-muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.hs-stat-value{font-size:26px;font-weight:700;margin-top:6px}.hs-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgb(37 99 235 / .1);color:var(--hs-primary);font-size:12px;font-weight:600}.hs-coin-icon{width:1em;height:1em;min-width:1em;min-height:1em;display:inline-flex;align-items:center;justify-content:center;background:url(/wp-content/plugins/hiresmart-plugin/assets/images/Coins.svg) no-repeat center;background-size:contain;flex:0 0 1em;margin-right:4px;vertical-align:-.12em}.hs-coin-inline .hs-coin-icon{width:.8em;height:.8em;flex:0 0 .8em;margin-right:3px}.hs-chip .hs-coin-icon{margin-right:0}.hs-topbar .hs-chip .hs-coin-icon{width:2em;height:2em;min-width:2em;min-height:2em;flex:0 0 2em;margin-right:6px;vertical-align:-.18em}.hs-coin-link{cursor:pointer}.hs-coin-link:focus{outline:2px solid var(--hs-primary);outline-offset:2px}.hs-coin-inline{display:inline-flex;align-items:center;gap:6px;line-height:1}.hs-coin-inline .hs-coin-icon{margin-right:0}.hs-grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;width:100%}.hs-grid-neural-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start;width:100%}.hs-grid-neural-right{display:grid;gap:14px;width:100%}.hs-neural-panel.is-active,.hs-directory-panel.is-active{display:flex;flex-direction:column;gap:14px}.hs-list{display:grid;gap:12px}.hs-list-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--hs-border);border-radius:10px}.hs-list-item.hs-latest-job,.hs-list-item.hs-candidate-item{background:var(--hs-surface);cursor:pointer;text-align:left;width:100%}.hs-list-item.is-active{border-color:rgb(37 99 235 / .5);box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.hs-list-item.is-hidden{display:none}.hs-list-item .hs-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:rgb(37 99 235 / .1);color:var(--hs-primary);font-size:12px;font-weight:600}.hs-empty-state{padding:14px;color:var(--hs-muted);font-size:13px}.hs-applicants-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,1fr) minmax(220px,1.2fr);gap:10px;margin-bottom:12px}.hs-modal{position:fixed;inset:0;background:rgb(15 23 42 / .45);display:none;align-items:center;justify-content:center;padding:20px;z-index:99999}.hs-modal.is-open{display:flex}.hs-modal-card{background:var(--hs-surface);border-radius:18px;width:min(720px, 95vw);padding:18px 20px 20px;box-shadow:0 30px 60px rgb(15 23 42 / .2)}.hs-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.hs-modal-close{border:none;background:#fff0;font-size:14px;cursor:pointer;color:var(--hs-muted)}.hs-candidate-meta{display:flex;gap:12px;align-items:center;margin-bottom:12px}.hs-candidate-avatar{width:48px;height:48px;border-radius:14px;background:rgb(37 99 235 / .12);color:var(--hs-primary);display:flex;align-items:center;justify-content:center;font-weight:700}.hs-candidate-avatar.has-image{background:#fff0}.hs-candidate-avatar img{width:100%;height:100%;border-radius:14px;object-fit:cover;display:block}.hs-candidate-name{font-weight:700;font-size:16px}.hs-candidate-email,.hs-candidate-role{font-size:13px;color:var(--hs-muted)}.hs-score-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.hs-score-chip{padding:4px 10px;border-radius:999px;background:var(--hs-surface-2);font-size:12px;font-weight:600;color:var(--hs-text)}.hs-candidate-detail{font-size:13px;color:var(--hs-muted);margin-bottom:6px}.hs-modal-actions{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}#hs-payment-modal .hs-payment-modal-card{width:min(680px, 94vw);padding:0;overflow:hidden;border:1px solid rgb(148 163 184 / .18);box-shadow:0 32px 72px rgb(15 23 42 / .28)}#hs-payment-modal .hs-payment-modal-header{padding:18px 20px 14px;margin-bottom:0;border-bottom:1px solid rgb(148 163 184 / .14);background:linear-gradient(135deg,rgb(15 118 110 / .08),rgb(37 99 235 / .08))}.hs-payment-header-kicker{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hs-muted);margin-bottom:6px}#hs-payment-modal .hs-payment-modal-body{padding:20px}.hs-payment-summary{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:18px;background:linear-gradient(180deg,rgb(248 250 252 / .98),rgb(241 245 249 / .92));border:1px solid rgb(148 163 184 / .18);margin-bottom:16px}.hs-payment-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hs-payment-summary-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--hs-muted);font-weight:700;margin-bottom:5px}.hs-payment-summary-title{font-size:20px;font-weight:700;color:var(--hs-text)}.hs-payment-summary-copy{color:var(--hs-muted);font-size:14px;line-height:1.55}.hs-payment-summary-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.hs-payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgb(15 23 42 / .08);color:var(--hs-text);font-size:12px;font-weight:700}.hs-payment-badge--accent{background:rgb(15 118 110 / .12);color:var(--hs-primary)}.hs-payment-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hs-payment-summary-item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:14px;background:rgb(255 255 255 / .9);border:1px solid rgb(148 163 184 / .16)}.hs-payment-summary-item span{color:var(--hs-muted);font-size:12px}.hs-payment-summary-item strong{color:var(--hs-text);font-size:15px}.hs-payment-note,.hs-payment-status{margin-bottom:14px}.hs-payment-provider{display:flex;flex-direction:column;gap:14px}.hs-payment-provider-shell{padding:14px;border-radius:16px;background:rgb(248 250 252 / .88);border:1px solid rgb(148 163 184 / .16)}#hs-payment-modal #hs-stripe-element{min-height:92px}@media (max-width:767px){#hs-payment-modal{align-items:flex-end;padding:0}#hs-payment-modal .hs-payment-modal-card{width:100%;max-height:calc(100vh - 10px);border-radius:24px 24px 0 0}#hs-payment-modal .hs-payment-modal-header,#hs-payment-modal .hs-payment-modal-body{padding-left:16px;padding-right:16px}.hs-payment-summary-head{flex-direction:column}.hs-payment-summary-badges{justify-content:flex-start}.hs-payment-summary-grid{grid-template-columns:minmax(0,1fr)}.hs-payment-provider-shell{padding:12px}#hs-payment-modal .hs-modal-actions{flex-direction:column}#hs-payment-modal .hs-modal-actions>*{width:100%}}.hs-modal-form{border-top:1px solid var(--hs-border);padding-top:14px}.hs-modal-form-title{font-weight:600;margin-bottom:10px}.hs-modal-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:12px}.hs-profile-company{font-size:13px;color:var(--hs-muted)}.hs-profile-detail{font-size:13px;color:var(--hs-muted);margin-bottom:6px}.hs-profile-detail a{color:var(--hs-primary);text-decoration:none}.hs-profile-detail a:hover{text-decoration:underline}.hs-masked-phone{cursor:help;border-bottom:1px dotted rgb(148 163 184 / .8)}.hs-profile-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.hs-profile-section{margin-top:16px;padding:12px;border-radius:12px;border:1px solid var(--hs-border);background:var(--hs-surface-2)}.hs-profile-section-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.hs-profile-section-title{font-weight:700;font-size:13px;color:var(--hs-text)}.hs-profile-section-body{font-size:13px;color:var(--hs-muted);line-height:1.5;white-space:pre-wrap}.hs-profile-doc-preview{border-radius:10px;overflow:hidden;border:1px dashed var(--hs-border);background:#fff}.hs-profile-doc-preview.is-blurred iframe{filter:blur(6px);pointer-events:none}.hs-profile-doc-overlay{position:relative;margin-top:-12px;padding:16px;border-radius:10px;border:1px dashed var(--hs-border);background:rgb(248 250 252 / .95)}.hs-profile-doc-overlay-title{font-weight:700;margin-bottom:6px}.hs-profile-doc-overlay-text{font-size:13px;color:var(--hs-muted);margin-bottom:12px}.hs-profile-doc-overlay-status{font-size:12px;color:var(--hs-muted);margin-top:10px}.hs-profile-doc-preview .hs-resume-preview-frame{width:100%;height:320px;border:0;display:block}.hs-profile-doc-empty{font-size:12px;color:var(--hs-muted)}.hs-profile-doc-download.is-disabled{pointer-events:none;opacity:.6}.hs-notification-actions{display:flex;gap:8px;margin-top:8px}.hs-notification-request{cursor:default;text-decoration:none}.hs-profile-link{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid var(--hs-border);color:var(--hs-text);font-size:12px;text-decoration:none;background:var(--hs-surface-2)}.hs-profile-link:hover{border-color:var(--hs-primary);color:var(--hs-primary)}.hs-profile-empty{font-size:12px;color:var(--hs-muted)}body.hs-modal-scroll-lock{overflow:hidden!important;touch-action:none}#hs-directory-profile-modal,#hs-private-profile-modal{z-index:2147483646!important;padding:clamp(12px, 3vw, 28px);background:rgb(15 23 42 / .62);backdrop-filter:blur(14px)}#hs-directory-profile-modal .hs-profile-modal-card,#hs-private-profile-modal .hs-modal-container{width:min(980px, calc(100vw - 32px));max-width:980px}#hs-directory-profile-modal .hs-profile-modal-card{position:relative;z-index:2147483646;width:min(980px, calc(100vw - 32px));max-height:min(90vh, 920px);padding:0;overflow:hidden;border:1px solid rgb(148 163 184 / .18);border-radius:26px;box-shadow:0 28px 90px rgb(15 23 42 / .34);background:radial-gradient(circle at top right,rgb(37 99 235 / .12),transparent 30%),linear-gradient(180deg,rgb(248 250 252 / .98),rgb(255 255 255 / .98))}#hs-directory-profile-modal .hs-modal-header{position:sticky;top:0;z-index:2;margin:0;padding:18px 22px;border-bottom:1px solid rgb(148 163 184 / .16);background:rgb(255 255 255 / .88);backdrop-filter:blur(18px)}#hs-directory-profile-modal .hs-modal-header h3{margin:0;font-size:18px;font-weight:700;letter-spacing:-.02em}#hs-directory-profile-modal .hs-modal-close,#hs-private-profile-modal [data-hs-modal-close],#hs-private-profile-modal .hs-modal-close{min-width:40px;min-height:40px;padding:0 14px;border:1px solid rgb(148 163 184 / .22);border-radius:999px;background:rgb(248 250 252 / .9);color:var(--hs-text);font-size:13px;font-weight:600;transition:background 0.2s ease,border-color 0.2s ease,color 0.2s ease}#hs-directory-profile-modal .hs-modal-close:hover,#hs-directory-profile-modal .hs-modal-close:focus-visible,#hs-private-profile-modal [data-hs-modal-close]:hover,#hs-private-profile-modal [data-hs-modal-close]:focus-visible{background:rgb(37 99 235 / .08);border-color:rgb(37 99 235 / .24);color:var(--hs-primary)}#hs-directory-profile-modal .hs-modal-body{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(280px,0.82fr);gap:16px 20px;padding:22px;max-height:calc(min(90vh, 920px) - 78px);overflow:auto}#hs-directory-profile-modal .hs-candidate-meta,#hs-directory-profile-modal .hs-score-row{grid-column:1 / -1}#hs-directory-profile-modal .hs-candidate-meta{align-items:stretch;gap:16px;margin:0;padding:18px;border:1px solid rgb(148 163 184 / .14);border-radius:22px;background:linear-gradient(135deg,rgb(219 234 254 / .58),rgb(255 255 255 / .94)),rgb(255 255 255 / .88);box-shadow:inset 0 1px 0 rgb(255 255 255 / .7)}#hs-directory-profile-modal .hs-candidate-meta>div:last-child{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}#hs-directory-profile-modal .hs-candidate-avatar{width:88px;height:88px;min-width:88px;border-radius:24px;font-size:30px;color:#1d4ed8;background:linear-gradient(135deg,rgb(219 234 254 / .95),rgb(191 219 254 / .78));box-shadow:inset 0 1px 0 rgb(255 255 255 / .8),0 16px 34px rgb(59 130 246 / .16)}#hs-directory-profile-modal .hs-candidate-name{font-size:clamp(24px, 2.8vw, 30px);line-height:1.08;font-weight:800;letter-spacing:-.04em;color:#0f172a}#hs-directory-profile-modal .hs-candidate-role{font-size:15px;font-weight:600;color:#2563eb}#hs-directory-profile-modal .hs-profile-company{font-size:14px;color:#475569}#hs-directory-profile-modal .hs-score-row{gap:10px;margin:0}#hs-directory-profile-modal .hs-score-chip{min-height:38px;padding:10px 14px;border-radius:999px;border:1px solid rgb(148 163 184 / .18);background:rgb(255 255 255 / .82);box-shadow:inset 0 1px 0 rgb(255 255 255 / .8)}#hs-directory-profile-modal .hs-profile-detail{margin:0;padding:14px 16px;border:1px solid rgb(148 163 184 / .14);border-radius:16px;background:rgb(255 255 255 / .86);font-size:14px;line-height:1.5;color:#334155;box-shadow:inset 0 1px 0 rgb(255 255 255 / .72)}#hs-directory-profile-modal #hs-profile-location,#hs-directory-profile-modal #hs-profile-industry,#hs-directory-profile-modal #hs-profile-email,#hs-directory-profile-modal #hs-profile-phone,#hs-directory-profile-modal #hs-profile-website,#hs-directory-profile-modal #hs-profile-skills,#hs-directory-profile-modal #hs-profile-review{grid-column:1 / 2}#hs-directory-profile-modal #hs-profile-links,#hs-directory-profile-modal #hs-profile-company-section,#hs-directory-profile-modal #hs-profile-doc-section{grid-column:2 / 3}#hs-directory-profile-modal #hs-profile-links{align-self:start;margin-top:0;padding:14px;border:1px solid rgb(148 163 184 / .14);border-radius:18px;background:rgb(255 255 255 / .86)}#hs-directory-profile-modal .hs-profile-link{min-height:36px;padding:8px 14px;border-color:rgb(148 163 184 / .18);background:rgb(248 250 252 / .96);color:#0f172a;font-weight:600}#hs-directory-profile-modal .hs-profile-link:hover{background:rgb(37 99 235 / .08)}#hs-directory-profile-modal .hs-profile-section{margin-top:0;padding:16px;border-radius:20px;border:1px solid rgb(148 163 184 / .14);background:rgb(255 255 255 / .88)}#hs-directory-profile-modal .hs-profile-section-title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}#hs-directory-profile-modal .hs-profile-section-body{margin-top:4px;font-size:14px;color:#334155}#hs-directory-profile-modal .hs-profile-doc-preview{min-height:340px;border-style:solid;border-color:rgb(148 163 184 / .2);background:linear-gradient(180deg,rgb(248 250 252 / .86),rgb(255 255 255 / .98))}#hs-directory-profile-modal .hs-profile-doc-preview.is-blurred iframe{filter:blur(8px) saturate(.8)}#hs-directory-profile-modal .hs-profile-doc-overlay{margin-top:12px;border-style:solid;border-color:rgb(37 99 235 / .18);background:linear-gradient(180deg,rgb(239 246 255 / .96),rgb(248 250 252 / .98))}#hs-directory-profile-modal .hs-profile-doc-overlay-title{font-size:16px;color:#0f172a}#hs-directory-profile-modal .hs-profile-doc-overlay-text,#hs-directory-profile-modal .hs-profile-doc-overlay-status,#hs-directory-profile-modal .hs-profile-doc-empty{font-size:13px;color:#475569}#hs-directory-profile-modal .hs-profile-doc-download,#hs-directory-profile-modal .hs-phone-access-request-btn,#hs-directory-profile-modal .hs-resume-request-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px}#hs-private-profile-modal .hs-modal-container{display:flex;align-items:center;justify-content:center}#hs-private-profile-modal .hs-modal-shell{width:min(520px, calc(100vw - 32px));border-radius:26px;overflow:hidden;box-shadow:0 28px 90px rgb(15 23 42 / .34)}#hs-private-profile-modal .hs-lock-panel{padding:28px;border:1px solid rgb(148 163 184 / .14);border-radius:26px;background:radial-gradient(circle at top,rgb(248 113 113 / .14),transparent 42%),linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 250 252 / .98))}@media (max-width:820px){#hs-directory-profile-modal .hs-profile-modal-card{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:22px}#hs-directory-profile-modal .hs-modal-body{grid-template-columns:1fr;padding:16px;max-height:calc(100dvh - 98px)}#hs-directory-profile-modal #hs-profile-location,#hs-directory-profile-modal #hs-profile-industry,#hs-directory-profile-modal #hs-profile-email,#hs-directory-profile-modal #hs-profile-phone,#hs-directory-profile-modal #hs-profile-website,#hs-directory-profile-modal #hs-profile-skills,#hs-directory-profile-modal #hs-profile-review,#hs-directory-profile-modal #hs-profile-links,#hs-directory-profile-modal #hs-profile-company-section,#hs-directory-profile-modal #hs-profile-doc-section{grid-column:1 / -1}#hs-directory-profile-modal .hs-candidate-meta{flex-direction:column;align-items:flex-start}#hs-directory-profile-modal .hs-candidate-avatar{width:74px;height:74px;min-width:74px;border-radius:20px}#hs-directory-profile-modal .hs-score-row{gap:8px}#hs-directory-profile-modal .hs-profile-doc-preview{min-height:240px}#hs-private-profile-modal .hs-lock-panel{padding:22px 18px;border-radius:22px}}@media (max-width:760px){.hs-applicants-toolbar{grid-template-columns:1fr}}.hs-list-item span{color:var(--hs-muted);font-size:13px}.hs-inline-actions{display:flex;flex-wrap:wrap;gap:10px}.hs-table{width:100%;border-collapse:collapse}.hs-table th,.hs-table td{text-align:left;padding:12px 10px;border-bottom:1px solid var(--hs-border);font-size:14px}.hs-table th{color:var(--hs-muted);font-weight:600}.hs-badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#e2e8f0;color:#334155}.hs-badge-premium{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;padding:8px 14px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 4px 12px rgb(37 99 235 / .3);border:1px solid rgb(255 255 255 / .3);transition:all 0.3s ease}.hs-card-premium{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:2px solid #0284c7;border-radius:14px;padding:20px;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px rgb(2 132 199 / .12)}.hs-card-premium:hover{transform:translateY(-2px);box-shadow:0 12px 48px rgb(2 132 199 / .18)}.hs-card-premium::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgb(2 132 199 / .1) 0%,transparent 70%);pointer-events:none;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,100%{opacity:.5}50%{opacity:1}}.hs-card-header-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.hs-career-plan-card .hs-card-header{position:relative;z-index:1}.hs-career-plan-content{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(240px,1fr);gap:12px;align-items:start;padding:10px 0 6px}.hs-career-path-header{display:flex;align-items:center;justify-content:space-between;gap:12px;grid-column:1 / -1;padding-bottom:8px;border-bottom:1px solid rgb(2 132 199 / .2)}.hs-career-plan-content .hs-career-timeline{grid-column:1;grid-row:2 / span 2}.hs-career-plan-content .hs-skill-gaps{grid-column:2;grid-row:2}.hs-career-plan-content .hs-learning-paths{grid-column:2;grid-row:3}.hs-career-path-header h4{font-size:15px;font-weight:700;color:#0c4a6e;margin:0}.hs-btn-sm{padding:6px 10px!important;font-size:12px!important;min-height:28px!important}.hs-download-pdf{background:#0284c7!important;color:white!important;border:none!important}.hs-download-pdf:hover{background:#0369a1!important}.hs-skill-gaps{padding:12px;background:#fff;border-radius:10px;border:1px solid #bfdbfe}.hs-skill-gaps-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.hs-skill-gaps h5{font-size:13px;font-weight:700;color:#0c4a6e;margin:0}.hs-skill-tags{display:flex;flex-wrap:wrap;gap:10px}.hs-skill-tag{display:inline-flex;align-items:center;gap:4px;padding:7px 14px;background:linear-gradient(135deg,#06b6d4 0%,#0891b2 100%);color:#fff;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.3px;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(6 182 212 / .25);cursor:default}.hs-skill-tag:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(6 182 212 / .35)}.hs-career-timeline{display:flex;flex-direction:column;gap:14px}.hs-timeline-item{display:grid;grid-template-columns:86px 1fr;gap:10px;padding:10px 12px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);border-radius:10px;border-left:5px solid #0284c7;border:1px solid #bfdbfe;border-left:5px solid #0284c7;transition:all 0.3s ease;box-shadow:0 2px 8px rgb(2 132 199 / .08)}.hs-timeline-item:hover{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);box-shadow:0 4px 12px rgb(2 132 199 / .15);transform:translateX(2px)}.hs-timeline-marker{font-weight:800;font-size:12px;color:#0284c7;padding:2px 0;text-transform:uppercase;letter-spacing:.5px}.hs-timeline-content h5{font-size:14px;font-weight:700;color:#0c4a6e;margin:0 0 4px 0;line-height:1.3}.hs-timeline-desc{font-size:12px;color:#475569;margin:0;line-height:1.5}.hs-learning-paths{padding:12px;background:#fff;border-radius:10px;border:1px solid #bfdbfe}.hs-learning-paths h5{font-size:13px;font-weight:700;color:#0c4a6e;margin:0 0 10px 0}.hs-learning-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.hs-learning-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 10px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd;border-radius:10px;text-align:center;font-size:12px;font-weight:600;color:#0c4a6e;transition:all 0.3s cubic-bezier(.4,0,.2,1);cursor:pointer}.hs-learning-item:hover{background:linear-gradient(135deg,#e0f2fe 0%,#cffafe 100%);border-color:#0284c7;transform:translateY(-2px);box-shadow:0 8px 16px rgb(2 132 199 / .15)}.hs-learning-icon{font-size:20px;display:flex;align-items:center;justify-content:center}@media (max-width:980px){.hs-career-plan-content{grid-template-columns:1fr;gap:10px;padding:8px 0 4px}.hs-career-path-header,.hs-career-plan-content .hs-career-timeline,.hs-career-plan-content .hs-skill-gaps,.hs-career-plan-content .hs-learning-paths{grid-column:1;grid-row:auto}.hs-card-premium{padding:16px}}.hs-career-plan-locked{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center;padding:32px 24px}.hs-locked-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,rgb(37 99 235 / .15) 0%,rgb(2 132 199 / .1) 100%);border-radius:999px;color:#0284c7;font-weight:700;font-size:13px;border:1px solid rgb(2 132 199 / .3);transition:all 0.3s ease}.hs-locked-badge:hover{background:linear-gradient(135deg,rgb(37 99 235 / .2) 0%,rgb(2 132 199 / .15) 100%)}.hs-icon-lock{font-size:16px}.hs-career-plan-locked>h3{font-size:18px;font-weight:700;color:#0c4a6e;margin:0;line-height:1.3}.hs-career-plan-locked>p{font-size:14px;color:#475569;margin:0 0 8px 0;font-weight:500;line-height:1.5}.hs-premium-features{list-style:none;padding:0;margin:16px 0;display:flex;flex-direction:column;gap:12px;align-items:center;width:100%}.hs-premium-features li{font-size:13px;color:#475569;padding-left:24px;position:relative;font-weight:500;transition:all 0.3s ease}.hs-premium-features li::before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:800;font-size:14px}.hs-premium-features li:hover{color:#0284c7;padding-left:28px}.hs-unlock-section{width:100%;padding:16px;background:#fff;border-radius:12px;border:2px solid #bfdbfe}.hs-price-display{padding:16px;background:linear-gradient(135deg,#f0f4ff 0%,#f5f8ff 100%);border:1px solid #dbeafe;border-radius:12px;text-align:center;margin-bottom:16px;transition:all 0.3s ease}.hs-price-display:hover{background:linear-gradient(135deg,#e0e7ff 0%,#ede9fe 100%);border-color:#2563eb}.hs-price-label{display:block;font-size:11px;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.hs-price-amount{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.hs-coin-label{display:flex;align-items:center;gap:6px;font-size:18px;font-weight:800;color:#2563eb}.hs-icon-coin{font-size:18px}.hs-price-divider{font-size:12px;color:var(--hs-muted);font-weight:500}.hs-cash-label{font-size:16px;font-weight:700;color:#16a34a}.hs-unlock-actions{display:flex;gap:10px;flex-wrap:wrap}.hs-unlock-actions .btn-primary,.hs-unlock-actions .btn-secondary{flex:1;min-width:140px;border-radius:8px;font-weight:700;font-size:13px;padding:14px 16px;transition:all 0.3s cubic-bezier(.4,0,.2,1);min-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.hs-unlock-actions .btn-primary{background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;border:none;box-shadow:0 4px 15px rgb(37 99 235 / .3)}.hs-unlock-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgb(37 99 235 / .4)}.hs-unlock-actions .btn-primary:active{transform:translateY(0)}.hs-unlock-actions .btn-secondary{background:#fff0;color:#2563eb;border:2px solid #2563eb}.hs-unlock-actions .btn-secondary:hover{background:#f0f4ff;border-color:#1d4ed8;color:#1d4ed8}.hs-ai-suggestions-section{margin-top:8px;padding:12px 0;border-top:1px solid var(--hs-border)}.hs-ai-suggestions-section .btn-secondary{width:100%;text-align:center;color:var(--hs-primary);border-color:var(--hs-primary)}.hs-ai-suggestions-section .btn-secondary:hover{background:rgb(37 99 235 / .05)}.hs-career-plan-locked--split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,1fr);align-items:stretch;gap:18px;text-align:left}.hs-career-features,.hs-career-pricing{display:flex;flex-direction:column;gap:12px}.hs-career-features .hs-premium-features{align-items:flex-start}.hs-career-features .hs-open-ai-suggestions{align-self:flex-start;width:auto}.hs-career-pricing .hs-unlock-section{height:100%;margin:0}.hs-career-pricing .hs-unlock-actions{flex-direction:column;align-items:stretch}.hs-career-pricing .hs-unlock-actions .btn-primary,.hs-career-pricing .hs-unlock-actions .btn-secondary{flex:0 0 auto;min-width:0;width:100%}.hs-career-plan-locked.is-hidden,.hs-career-plan-locked--split.is-hidden,[data-hs-career-locked].is-hidden,[data-hs-career-unlocked].is-hidden,[data-hs-career-suggestions].is-hidden{display:none!important}.hs-career-features .hs-open-ai-suggestions,.hs-ai-suggestions-section .hs-open-ai-suggestions{background:transparent!important;color:var(--hs-primary)!important;border:1px solid var(--hs-primary)!important}.hs-career-features .hs-open-ai-suggestions:hover,.hs-ai-suggestions-section .hs-open-ai-suggestions:hover{background:rgb(37 99 235 / .08)!important;color:var(--hs-primary)!important;border-color:var(--hs-primary)!important}@media (max-width:980px){.hs-app-shell{grid-template-columns:1fr}.hs-sidebar{display:none}.hs-content-body{padding:20px}}.hs-auth-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:32px;max-width:1200px;margin:40px auto;padding:0 24px;align-items:stretch;min-height:calc(100vh - 80px)}.hs-auth-card{background:var(--hs-surface);border:1px solid var(--hs-border);border-radius:var(--hs-radius);padding:36px;box-shadow:0 20px 45px rgb(15 23 42 / .08);display:flex;flex-direction:column;justify-content:center}.hs-auth-aside{background:linear-gradient(145deg,rgb(37 99 235 / .12),rgb(37 99 235 / .02));border-radius:var(--hs-radius);padding:32px;border:1px solid rgb(37 99 235 / .15);display:flex;flex-direction:column;justify-content:space-between;gap:24px;position:relative;overflow:hidden}.hs-auth-aside h3{margin-top:0}.hs-auth-title{font-size:28px;margin:0 0 12px 0;color:var(--hs-text)}.hs-auth-subtitle{color:var(--hs-muted);margin-bottom:18px}.hs-auth-aside ul{margin:0;padding-left:18px;color:var(--hs-muted)}.hs-auth-aside ul li{margin-bottom:8px}.hs-auth-illustration{margin-top:12px;padding:20px;border-radius:18px;background:linear-gradient(160deg,rgb(15 23 42 / .9),rgb(37 99 235 / .35));color:#f8fafc;display:grid;gap:14px;position:relative;overflow:hidden}.hs-auth-orb{width:88px;height:88px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#60a5fa,rgb(96 165 250 / .1));box-shadow:0 20px 40px rgb(15 23 42 / .35)}.hs-auth-metric{display:flex;flex-direction:column;gap:4px;font-size:13px;background:rgb(15 23 42 / .35);padding:10px 12px;border-radius:12px}.hs-auth-metric span{font-size:18px;font-weight:700}.hs-auth-metric small{opacity:.75}.hs-section-title{font-size:28px;margin-bottom:8px}.hs-section-subtitle{color:var(--hs-muted);margin-bottom:18px}.hs-input,.hs-select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--hs-border);background:#fff;color:var(--hs-text);font-size:15px;font-family:inherit;transition:border-color 0.2s,box-shadow 0.2s}.hs-input:focus,.hs-select:focus{outline:none;border-color:var(--hs-primary);box-shadow:0 0 0 4px var(--hs-ring)}.hiresmart-page input::placeholder,.hiresmart-page textarea::placeholder{color:var(--hs-muted)}.hs-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hs-billing-toggle{margin-top:14px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hs-billing-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--hs-muted)}.hs-billing-options{display:inline-flex;gap:12px;flex-wrap:wrap}.hs-billing-option{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--hs-border);background:var(--hs-surface-2);font-size:13px;font-weight:600;color:var(--hs-text)}.hs-billing-option input{accent-color:var(--hs-primary);margin:0;align-self:center}.hs-billing-option em{font-style:normal;font-size:11px;font-weight:700;color:var(--hs-primary);text-transform:uppercase;letter-spacing:.08em}@media (max-width:1200px){.hs-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.hs-plan-grid{grid-template-columns:1fr}}.hs-plan-empty{border:1px dashed var(--hs-border);border-radius:14px;padding:18px;color:var(--hs-muted);text-align:center}.hs-plan-grid.hs-input-error{border:1px solid #dc2626;border-radius:12px;padding:8px}.hs-plan-card{border:1px solid var(--hs-border);background:var(--hs-surface);border-radius:10px;padding:16px;cursor:pointer;transition:transform 0.2s,border-color 0.2s,box-shadow 0.2s;position:relative}.hs-plan-card:hover{transform:translateY(-2px);box-shadow:none}.hs-plan-card.is-selected{border-color:var(--hs-primary);box-shadow:0 0 0 3px var(--hs-ring)}.hs-plan-badge{position:absolute;top:12px;right:12px;background:rgb(37 99 235 / .12);color:var(--hs-primary);font-size:12px;padding:4px 10px;border-radius:999px;font-weight:600}.hs-plan-title{font-size:18px;margin:0 0 6px 0}.hs-plan-price{font-size:24px;font-weight:700;margin-bottom:10px}.hs-plan-meta{color:var(--hs-muted);font-size:13px}.hs-plan-more{display:inline-flex;margin-top:10px;font-size:12px;color:var(--hs-primary);font-weight:600;text-decoration:none}.hs-plan-more:hover{text-decoration:underline}.hs-plan-limits{list-style:none;padding:0;margin:12px 0 0 0;display:grid;gap:6px;color:var(--hs-muted);font-size:13px}.hs-plan-limits li::before{content:'✓';margin-right:6px;color:var(--hs-primary);font-weight:700}.hs-plan-custom{background:var(--hs-surface);border:1px dashed var(--hs-border);border-radius:14px;padding:16px;margin-top:16px}.hs-plan-custom label,.hs-plan-custom input,.hs-plan-custom select{font-family:inherit}.hs-custom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:12px}.hs-custom-field{display:grid;gap:6px}.hs-custom-field label{font-size:12px;font-weight:600;color:var(--hs-text)}.hs-custom-field .hs-input,.hs-custom-field select.hs-input{min-height:36px;padding:7px 10px;border-radius:8px;font-size:13px;line-height:1.2}.hs-estimate{font-weight:700;color:var(--hs-primary)}.hs-plan-breakdown{margin-top:10px;font-size:12px;color:var(--hs-muted)}.hiresmart-register-container,.hiresmart-login-container,.hiresmart-password-reset-container{display:block;max-width:none;margin:0;gap:0;padding:0;background:#f5f9ff}.hs-auth-page .site-header{display:none}.hs-auth-page .hs-mobile-search-trigger,.hs-auth-page .hs-mobile-floating-search,.hs-auth-page .hs-mobile-notification-trigger,.hs-auth-page .hs-mobile-floating-notifications,.hs-auth-page .hs-floating-messages,.hiresmart-login-container .hs-mobile-search-trigger,.hiresmart-login-container .hs-mobile-floating-search,.hiresmart-login-container .hs-mobile-notification-trigger,.hiresmart-login-container .hs-mobile-floating-notifications,.hiresmart-login-container .hs-floating-messages,.hiresmart-register-container .hs-mobile-search-trigger,.hiresmart-register-container .hs-mobile-floating-search,.hiresmart-register-container .hs-mobile-notification-trigger,.hiresmart-register-container .hs-mobile-floating-notifications,.hiresmart-register-container .hs-floating-messages,.hiresmart-password-reset-container .hs-mobile-search-trigger,.hiresmart-password-reset-container .hs-mobile-floating-search,.hiresmart-password-reset-container .hs-mobile-notification-trigger,.hiresmart-password-reset-container .hs-mobile-floating-notifications,.hiresmart-password-reset-container .hs-floating-messages{display:none!important}.hs-auth-split{display:grid;grid-template-columns:1fr;min-height:100vh;height:auto;overflow:visible}@media (min-width:1200px){.hs-auth-split{grid-template-columns:minmax(0,1.25fr) minmax(0,0.75fr);height:100vh;overflow:hidden}}.hs-auth-panel{display:flex;align-items:flex-start;justify-content:center;padding:48px 36px;background:#f5f9ff;color:#0f172a;overflow-y:auto;max-height:100vh}.hs-auth-form{width:min(540px, 100%);background:#fff;border-radius:18px;padding:26px 28px;box-shadow:0 18px 36px rgb(37 99 235 / .12);border:none;text-align:center;position:relative;z-index:2;max-height:none;overflow:visible}.hs-auth-form form{text-align:left}.hs-auth-form .form-footer{text-align:center}.hs-auth-visual{position:sticky;top:0;height:100vh;padding:80px 60px;color:#0f172a;background:linear-gradient(135deg,#eaf2ff 0%,#d7e7ff 55%,#c7ddff 100%);overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hs-auth-panel .hs-section-title,.hs-auth-panel .hs-section-subtitle,.hs-auth-panel .form-footer,.hs-auth-panel .form-footer a{color:#0f172a}.hs-auth-panel a{color:var(--hs-primary);font-weight:600}html[data-hs-theme="dark"] .hs-auth-panel{background:var(--hs-bg);color:var(--hs-text)}html[data-hs-theme="dark"] .hs-auth-form{background:var(--hs-surface);border:1px solid var(--hs-border);box-shadow:0 18px 36px rgb(0 0 0 / .35)}html[data-hs-theme="dark"] .hs-auth-panel .hs-input,html[data-hs-theme="dark"] .hs-auth-panel .hs-select{background:var(--hs-surface-2);border-color:var(--hs-border);color:var(--hs-text)}html[data-hs-theme="dark"] .hs-auth-panel label,html[data-hs-theme="dark"] .hs-auth-panel small{color:var(--hs-muted)}html[data-hs-theme="dark"] .hs-auth-panel .btn-secondary{background:var(--hs-surface-2);color:var(--hs-text);border-color:var(--hs-border)}html[data-hs-theme="dark"] .hs-auth-panel .btn-social{background:var(--hs-surface);border-color:var(--hs-border);color:var(--hs-text)}html[data-hs-theme="dark"] .hs-card,html[data-hs-theme="dark"] .hs-card-compact,html[data-hs-theme="dark"] .hs-card-tight,html[data-hs-theme="dark"] .hs-plan-card,html[data-hs-theme="dark"] .hs-plan-custom,html[data-hs-theme="dark"] .hs-option-card{background:var(--hs-surface);border-color:var(--hs-border)}html[data-hs-theme="dark"] .hs-plan-custom{background:var(--hs-surface-2)}.hs-auth-panel .hs-section-subtitle{color:#475569}.hs-auth-panel .hs-input,.hs-auth-panel .hs-select{background:#eef4ff;border-color:#fff0;color:#0f172a}.hs-auth-panel .hs-input:focus,.hs-auth-panel .hs-select:focus{box-shadow:0 0 0 3px rgb(37 99 235 / .2)}.hs-auth-panel label,.hs-auth-panel small{color:#475569}.hs-auth-panel .form-divider:before,.hs-auth-panel .form-divider:after{background:#e2e8f0}.hs-auth-panel .form-divider span{background:#fff;color:#64748b}.hs-auth-panel .btn-social{background:#fff;border-color:#e2e8f0;color:#0f172a}.hs-auth-panel .btn-social:hover{background:#eff6ff;border-color:#93c5fd;color:#0f172a}.hs-auth-panel .form-group{margin-bottom:14px}.hs-input-with-icon{position:relative;display:flex;align-items:center;width:100%}.hs-input-with-icon .hs-input{padding-right:48px}.hs-toggle-password{position:absolute;right:12px;top:50%;transform:translateY(-50%);border:none;background:#fff0;padding:0;cursor:pointer;color:#64748b;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;z-index:2}.hs-toggle-password:hover{color:var(--hs-primary)}.hs-eye-icon{width:20px;height:20px;fill:currentColor}.hs-eye-icon--slash{display:none}.hs-toggle-password.is-visible .hs-eye-icon{display:none}.hs-toggle-password.is-visible .hs-eye-icon--slash{display:block}.hs-auth-panel .btn-large{padding:14px 16px;border-radius:12px}.hs-auth-panel .btn-primary{border-radius:12px;background:#2563eb;color:#fff;box-shadow:0 10px 20px rgb(37 99 235 / .25)}.hs-auth-panel .btn-secondary{border-radius:12px;background:#e2e8f0;color:#1f2937;border:1px solid #cbd5f5}.hs-auth-panel .btn-secondary:hover{background:#dbe7ff;border-color:#93c5fd;color:#1d4ed8}.hs-auth-panel .btn-secondary.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 10px 20px rgb(37 99 235 / .25)}.hs-auth-form .btn-primary.btn-large{width:100%;display:block;margin-top:6px}.hs-step-actions .btn-primary{flex:1}.hs-step-actions .btn-secondary{flex:0 0 140px}.hs-auth-steps{display:flex;gap:18px;justify-content:center;margin-bottom:18px}.hs-step{position:relative;display:inline-flex;align-items:center;gap:8px;border:none;background:#fff0;color:#64748b;font-size:12px;font-weight:600;padding:0;cursor:pointer}.hs-step::after{content:'';position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:18px;height:1px;background:#d8e2f2}.hs-step:last-child::after{display:none}.hs-step-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#64748b;background:#eef4ff;border:1px solid #dbeafe}.hs-step.is-active{color:#1d4ed8}.hs-step.is-active .hs-step-icon{color:#1d4ed8;background:rgb(37 99 235 / .12);border-color:rgb(37 99 235 / .4)}.hs-form-alert{display:none;margin:12px 0 16px;padding:10px 12px;border-radius:10px;background:rgb(220 38 38 / .08);color:#b91c1c;font-size:13px;text-align:left}.hs-form-alert.is-visible{display:block}.hs-input-error{border-color:#dc2626!important;box-shadow:0 0 0 2px rgb(220 38 38 / .2)!important}label.hs-input-error{color:#b91c1c}label.hs-input-error input{accent-color:#dc2626}.hs-field-error{font-size:12px;color:#b91c1c;margin-top:4px}.hs-step-panel{display:none}.hs-step-panel.is-active{display:block}.hs-step-actions{display:flex;gap:12px;justify-content:space-between;margin-top:10px}.hs-auth-meta{display:flex;justify-content:space-between;align-items:center}.hs-social-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hs-auth-panel .hs-plan-grid{display:flex;flex-wrap:wrap;gap:10px}.hs-auth-panel .hs-billing-options{display:flex;flex-wrap:wrap;gap:10px}.hs-auth-panel .hs-billing-option{padding:8px 12px;border-radius:999px;border:1px solid var(--hs-border);background:#fff;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:8px;line-height:1}.hs-auth-panel .hs-billing-option.is-active{background:rgb(37 99 235 / .12);border-color:rgb(37 99 235 / .4);color:var(--hs-primary)}.hs-auth-panel .hs-billing-option em{font-size:10px}.hs-auth-panel .hs-billing-option input{width:14px;height:14px;margin:0;display:block;align-self:center}.hs-auth-panel .hs-plan-card.hs-plan-card-compact{padding:8px 12px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;font-size:11px}.hs-auth-panel .hs-plan-card.hs-plan-card-compact .hs-plan-title{margin:0;font-size:11px;font-weight:600}.hs-auth-panel .hs-plan-card.hs-plan-card-compact .hs-plan-price{margin:0;font-size:11px;font-weight:700}.hs-auth-panel .hs-plan-card.hs-plan-card-compact .hs-plan-more{display:none}.hs-auth-panel .hs-plan-card.hs-plan-card-compact.is-selected{background:rgb(37 99 235 / .12)}.hs-plan-pricing-link{display:block;margin-top:8px;font-size:12px;color:var(--hs-primary);text-align:left}.hs-plan-pricing-link:hover{color:var(--hs-primary);text-decoration:underline}.hs-modal-overlay .hs-modal-card{max-height:85vh;overflow-y:auto;width:min(560px, 92vw)!important;padding:20px!important;border-radius:14px!important;box-shadow:0 18px 42px rgb(15 23 42 / .24)!important}#payment-modal .hs-modal-card,#social-login-modal .hs-modal-card{width:min(460px, 92vw)!important}#hs-plan-modal .hs-modal-card,#hs-payment-summary-modal .hs-modal-card{width:min(560px, 92vw)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card,html[data-hs-theme="dark"] #social-login-modal .hs-modal-card,html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card,html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card{background:var(--hs-surface)!important;color:var(--hs-text)!important;border:1px solid var(--hs-border)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-close,html[data-hs-theme="dark"] #social-login-modal .hs-modal-close,html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-close,html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-close{color:var(--hs-muted)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card input,html[data-hs-theme="dark"] #payment-modal .hs-modal-card select,html[data-hs-theme="dark"] #payment-modal .hs-modal-card textarea,html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card input,html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card select,html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card textarea,html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card input,html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card select,html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card textarea{background:var(--hs-surface-2)!important;color:var(--hs-text)!important;border-color:var(--hs-border)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="background: white"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="background: white"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="background: white"]{background:var(--hs-surface)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="background: #f8fafc"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="background: #f8fafc"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="background: #f8fafc"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="background: #f0f9ff"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="background: #f0f9ff"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="background: #f0f9ff"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="background: #f1f5f9"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="background: #f1f5f9"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="background: #f1f5f9"]{background:var(--hs-surface-2)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="background: #fef2f2"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="background: #fef2f2"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="background: #fef2f2"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="background: #dbeafe"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="background: #dbeafe"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="background: #dbeafe"]{background:var(--hs-surface-2)!important;border-color:var(--hs-border)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="color: #1f2937"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="color: #1f2937"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="color: #1f2937"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="color: #111827"]{color:var(--hs-text)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="color: #666"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="color: #666"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="color: #666"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="color: #6b7280"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="color: #6b7280"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="color: #6b7280"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="color: #999"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="color: #999"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="color: #999"]{color:var(--hs-muted)!important}html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="border: 1px solid #e5e7eb"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="border: 1px solid #e5e7eb"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="border: 1px solid #e5e7eb"],html[data-hs-theme="dark"] #payment-modal .hs-modal-card [style*="border-top: 1px solid #e5e7eb"],html[data-hs-theme="dark"] #hs-plan-modal .hs-modal-card [style*="border-top: 1px solid #e5e7eb"],html[data-hs-theme="dark"] #hs-payment-summary-modal .hs-modal-card [style*="border-top: 1px solid #e5e7eb"]{border-color:var(--hs-border)!important}@media (max-width:640px){.hs-modal-overlay{padding:10px!important}.hs-modal-overlay .hs-modal-card{width:calc(100vw - 20px)!important;max-height:calc(100vh - 20px)!important;padding:14px!important;border-radius:12px!important}}.hs-social-row .btn-social{justify-content:center;font-size:13px}.social-login-buttons.hs-social-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hs-payment-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hs-payment-row.hs-input-error{border:1px solid #dc2626;border-radius:12px;padding:6px}.hs-coupon-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.hs-coupon-row .btn-secondary{flex:0 0 auto;white-space:nowrap}.hs-coupon-message{display:block;margin-top:6px;font-size:12px;color:#16a34a}.hs-coupon-message.is-error{color:#dc2626}.hs-payment-option{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;cursor:pointer;font-size:13px}.hs-auth-logo{display:inline-flex;justify-content:center;margin-bottom:18px;font-weight:700;font-size:22px;color:#2563eb;text-decoration:none}.hs-auth-visual-content{max-width:420px}.hs-auth-visual-content h2{font-size:34px}.hs-auth-visual-content p,.hs-auth-visual-list span{color:#334155}.hs-auth-visual-list strong{color:#0f172a}.hs-auth-visual-art{display:none!important}.hs-auth-page .site-footer{display:none}body.hs-auth-page{overflow:hidden;height:100vh}body.hs-auth-page .hs-mobile-floating-search,body.hs-auth-page .hs-mobile-search-trigger,body.hs-auth-page .hs-nav-item.hs-universal-search,body.hs-auth-page .hs-mobile-nav-item.hs-universal-search,body.hs-auth-page form.hs-universal-search,body.hs-auth-page .hs-universal-search-slider{display:none!important}.hs-plan-card-compact{text-align:center;padding:14px 12px}.hs-plan-card-compact .hs-plan-title{font-size:16px;margin-bottom:6px}.hs-plan-card-compact .hs-plan-price{font-size:20px;margin-bottom:8px}.hs-auth-visual-content h2{font-size:36px;margin:0 0 16px 0}.hs-auth-visual-content p{font-size:16px;color:#475569;max-width:420px}.hs-auth-visual-list{display:grid;gap:16px;margin-top:28px;max-width:420px}.hs-auth-visual-list strong{display:block;font-weight:600;color:#0f172a}.hs-auth-visual-list span{color:#475569;font-size:14px}.hs-auth-visual-art{position:absolute;right:40px;top:40px;display:grid;gap:16px}.hs-auth-card-preview{background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 20px 40px rgb(15 23 42 / .18);width:220px}.hs-auth-card-preview.small{width:180px;margin-left:40px}.hs-auth-card-badge{display:inline-flex;padding:4px 8px;border-radius:999px;background:rgb(37 99 235 / .12);color:#2563eb;font-size:11px;font-weight:600;margin-bottom:10px}.hs-auth-card-title{font-weight:600;margin-bottom:10px}.hs-auth-card-metric{display:flex;flex-direction:column;gap:4px;color:#0f172a}.hs-auth-card-metric span{font-size:22px;font-weight:700}.hs-auth-card-metric small{color:#64748b}@media (max-width:1100px){.hs-auth-split{grid-template-columns:1fr;height:auto;overflow:visible}.hs-auth-visual{position:relative;height:auto;min-height:240px;padding:48px 32px}body.hs-auth-page{overflow:auto;height:auto}}.form-group{margin-bottom:14px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--hs-text)}.form-group input[type="text"],.form-group input[type="email"],.form-group input[type="password"],.form-group input[type="url"],.form-group select{width:100%;padding:12px;border:1px solid var(--hs-border);border-radius:10px;font-size:15px;background:var(--hs-surface);color:var(--hs-text)}.form-group textarea{width:100%;padding:12px;border:1px solid var(--hs-border);border-radius:10px;font-size:15px;background:var(--hs-surface);color:var(--hs-text)}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb}.form-row{display:flex;gap:20px}.form-row .form-group{flex:1}.subscription-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.subscription-option{border:2px solid var(--hs-border);border-radius:8px;padding:20px;cursor:pointer;transition:all 0.3s;background:var(--hs-surface)}.subscription-option:has(input:checked){border-color:var(--hs-primary);background-color:var(--hs-highlight-bg)}.subscription-option input[type="radio"]{display:none}.subscription-option h4{margin:0 0 8px 0;color:var(--hs-text)}.subscription-option .price{font-size:24px;font-weight:700;color:#2563eb;margin:8px 0}.subscription-option ul{list-style:none;padding:0;margin:10px 0 0 0;font-size:14px}.subscription-option li{padding:4px 0;color:var(--hs-muted)}.hs-change-plan-btn,.hs-add-payment-btn,.hs-checkout-button,.hiresmart-billing-container .btn-primary,.hiresmart-billing-container .btn-secondary{font-size:14px!important;padding:10px 16px!important;min-height:40px!important;font-weight:600!important;cursor:pointer!important}.hs-change-plan-btn{background:#f1f5f9!important;color:#1e293b!important;border:1px solid #cbd5e1!important}.hs-change-plan-btn:hover{background:#e2e8f0!important;border-color:#2563eb!important;color:#2563eb!important}.hs-add-payment-btn,.hs-checkout-button{background:#2563eb!important;color:#ffffff!important;border:1px solid #2563eb!important}.hs-add-payment-btn:hover,.hs-checkout-button:hover{background:#1e40af!important;border-color:#1e40af!important;color:#ffffff!important}.btn-primary,.btn-secondary,.btn-large{padding:10px 16px;border:1px solid;border-radius:10px;font-weight:600;cursor:pointer;transition:all 0.3s;font-size:var(--hs-ui-button);font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-primary,.btn-primary:link,.btn-primary:visited,a.btn-primary,a.btn-primary:link,a.btn-primary:visited{color:#ffffff!important}.btn-secondary,.btn-secondary:link,.btn-secondary:visited,a.btn-secondary,a.btn-secondary:link,a.btn-secondary:visited{color:var(--hs-text)!important}.btn-primary{background-color:var(--hs-primary);color:#fff;border-color:var(--hs-primary)}.btn-primary:hover{background-color:var(--hs-primary-dark);border-color:var(--hs-primary-dark);color:#fff}.btn-secondary{background-color:var(--hs-surface-2);color:var(--hs-text);border-color:var(--hs-border)}.btn-secondary:hover{background-color:var(--hs-surface);border-color:var(--hs-primary);color:var(--hs-primary)!important}.btn-secondary.is-active{background-color:rgb(37 99 235 / .12);border-color:var(--hs-primary);color:var(--hs-primary)}.btn-danger{background-color:#dc2626;color:#fff;border:1px solid #dc2626;border-radius:10px;font-weight:600;font-size:var(--hs-ui-button);min-height:40px;padding:10px 16px;font-family:inherit;cursor:pointer;transition:all 0.3s;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-danger:hover{background-color:#b91c1c;border-color:#b91c1c;color:#fff}.hs-btn-block{width:100%}.hs-btn-modal{padding:8px 16px;min-height:36px;font-size:13px}.hs-btn-wide{width:100%;margin:0}.hs-auth-panel label,.hs-auth-panel small{color:#334155}.btn-large{width:100%;padding:12px 18px;font-size:15px}.social-login-buttons{display:flex;flex-direction:column;gap:8px}.btn-social{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:10px 16px;border:1px solid;border-color:var(--hs-border);border-radius:10px;background:var(--hs-surface);cursor:pointer;transition:all 0.3s;font-weight:600;font-size:var(--hs-ui-button);color:var(--hs-text);font-family:inherit;text-decoration:none}.btn-social img{width:20px;height:20px;object-fit:contain;display:inline-block;flex-shrink:0}.btn-social:hover{background-color:var(--hs-surface-2);border-color:var(--hs-primary);color:var(--hs-primary)}.form-divider{text-align:center;margin:16px 0;position:relative}.form-divider:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#e5e7eb}.form-divider span{background:#fff;padding:0 15px;position:relative;color:#6b7280}.form-footer{text-align:center;margin-top:20px;color:#6b7280}.form-footer a{color:#2563eb;text-decoration:none;font-weight:600}.hiresmart-dashboard{max-width:1200px;margin:0 auto;padding:40px 20px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:30px 0}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.stat-card h3{margin:0 0 12px 0;font-size:14px;color:#6b7280;font-weight:600;text-transform:uppercase}.stat-value{font-size:32px;font-weight:700;color:#2563eb}.dashboard-section{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px rgb(0 0 0 / .08);margin:20px 0}.dashboard-section h2{margin:0 0 20px 0;color:#1f2937}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-item{padding:16px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;gap:12px}.activity-type{padding:4px 12px;background:#2563eb;color:#fff;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase}.activity-title{flex:1;color:#1f2937}.activity-time{color:#6b7280;font-size:14px}.ai-scores{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin:20px 0}.score-card{padding:20px;background:#f9fafb;border-radius:8px;text-align:center}.score-card h4{margin:0 0 12px 0;color:#6b7280}.score-value{font-size:36px;font-weight:700;color:#2563eb}.score-display{text-align:center}.score-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:12px}.score-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width 0.3s}.integration-card{display:flex;gap:20px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px}.integration-icon{flex:0 0 60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:32px}.integration-icon img{width:100%;height:100%;object-fit:contain}.integration-info{flex:1}.integration-info h3{margin:0 0 8px 0;color:#1f2937}.integration-info p{margin:0 0 12px 0;color:#6b7280}.status-badge{display:inline-block;padding:4px 12px;background:#f3f4f6;color:#6b7280;border-radius:4px;font-size:12px;font-weight:600}.status-badge.connected{background:#d1fae5;color:#065f46}.hs-activity-page .hs-content-body{display:grid;gap:0;padding-top:0}.hs-activity-layout{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;gap:16px;padding-top:16px}.hs-activity-main{display:grid;gap:16px}.hs-activity-rightbar{position:sticky;top:12px}.hs-activity-page .hs-topbar-title{font-size:var(--hs-ui-heading);letter-spacing:-.01em}.hs-activity-page .hs-topbar-meta{font-size:var(--hs-ui-heading-sub);color:var(--hs-muted)}.hs-activity-composer-grid{display:grid;gap:16px}.hs-activity-composer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hs-activity-composer-author{display:flex;align-items:center;gap:10px;min-width:0}.hs-activity-composer-avatar{width:42px;height:42px;border-radius:12px;background:var(--hs-surface-2);color:var(--hs-text);display:inline-flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden;flex:0 0 42px}.hs-activity-composer-avatar img{width:100%;height:100%;object-fit:cover}.hs-activity-composer-author-meta{display:grid;gap:2px;min-width:0}.hs-activity-composer-author-meta strong{color:var(--hs-text);font-size:14px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-activity-composer-author-meta span{color:var(--hs-muted);font-size:12px;line-height:1.2;text-transform:capitalize}.hs-activity-visibility-wrap{display:inline-flex;align-items:center;gap:8px;color:var(--hs-muted);font-size:12px;font-weight:600}.hs-activity-visibility{min-width:120px;min-height:34px;border-radius:999px}.hs-activity-main-textarea{min-height:140px;border-radius:14px;padding:16px;font-size:15px;line-height:1.6;color:var(--hs-text);resize:vertical}.hs-activity-main-textarea::placeholder{color:var(--hs-muted);opacity:.7}.hs-activity-attach-row{display:flex;gap:8px;flex-wrap:wrap}.hs-activity-attach-btn{border:1px solid var(--hs-border);background:var(--hs-surface);border-radius:999px;font-size:12px;font-weight:700;color:var(--hs-text);padding:7px 12px;cursor:pointer}.hs-activity-attach-btn.is-active{border-color:var(--hs-primary);color:var(--hs-primary);background:rgb(37 99 235 / .08)}.hs-activity-composer{border:1px solid var(--hs-border);background:linear-gradient(180deg,var(--hs-surface) 0%,var(--hs-surface) 70%,var(--hs-surface-2) 100%)}.hs-activity-composer .hs-textarea,.hs-activity-composer .hs-input{background:var(--hs-surface);border-color:var(--hs-border);color:var(--hs-text)}.hs-activity-input-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start}.hs-activity-field{display:flex;align-items:center;gap:8px;border:1px solid var(--hs-border);border-radius:10px;padding:12px 14px;min-height:48px;background:var(--hs-surface);cursor:pointer;transition:all 0.2s ease}.hs-activity-field:hover{border-color:var(--hs-primary);background:rgb(37 99 235 / .02)}.hs-activity-field .hs-input{border:none;padding:0;min-height:38px;background:#fff0}.hs-activity-field-icon{width:20px;text-align:center;color:var(--hs-muted);font-size:14px}.hs-activity-featured-shell{overflow:hidden}.hs-activity-featured-groups{display:grid;gap:12px}.hs-featured-group h4{margin:0 0 8px;font-size:13px;color:var(--hs-muted);text-transform:uppercase;letter-spacing:.06em}.hs-featured-list{display:grid;gap:8px}.hs-featured-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--hs-border);border-radius:12px;padding:8px;background:var(--hs-surface)}.hs-featured-main{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0;flex:1 1 auto}.hs-featured-item:hover{border-color:var(--hs-primary);background:rgb(37 99 235 / .05)}.hs-featured-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;flex:0 0 auto}.hs-featured-action{width:32px;height:32px;position:relative;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-surface-2);color:var(--hs-muted);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;text-decoration:none;transition:all 0.2s ease}.hs-featured-action:hover,.hs-featured-action:focus-visible{border-color:var(--hs-primary);color:var(--hs-primary);background:rgb(37 99 235 / .1)}.hs-featured-action.is-active{border-color:var(--hs-primary);color:var(--hs-primary);background:rgb(37 99 235 / .14)}.hs-featured-action svg{display:block}.hs-featured-action-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hs-featured-avatar{width:34px;height:34px;border-radius:50%;overflow:visible;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--hs-text);background:var(--hs-surface-2)}.hs-featured-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.hs-featured-copy{display:grid;gap:1px;min-width:0}.hs-featured-copy strong,.hs-featured-copy em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-featured-copy strong{color:var(--hs-text);font-size:13px}.hs-featured-copy em{color:var(--hs-muted);font-size:12px;font-style:normal}.hs-activity-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.hs-activity-tab{border:1px solid var(--hs-border);background:var(--hs-surface-2);color:var(--hs-text);border-radius:999px;font-weight:600;font-size:var(--hs-ui-chip);padding:8px 14px;cursor:pointer;transition:all 0.2s ease}.hs-activity-tab.is-active{background:rgb(37 99 235 / .14);border-color:var(--hs-primary);color:var(--hs-primary)}.hs-activity-tab:hover{border-color:var(--hs-primary);color:var(--hs-primary)}.hs-activity-feed{display:grid;gap:14px}.hs-activity-feed-footer{margin-top:12px;display:flex;justify-content:center}.hs-activity-item{border:1px solid var(--hs-border);border-radius:14px;padding:14px;background:var(--hs-surface);box-shadow:0 1px 0 rgb(15 23 42 / .02)}.hs-activity-item-highlight{box-shadow:0 0 0 2px var(--hs-primary);transition:box-shadow 0.2s ease}.hs-activity-header{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.hs-activity-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:var(--hs-surface-2);color:var(--hs-text);display:flex;align-items:center;justify-content:center;font-weight:700}.hs-activity-avatar img{width:100%;height:100%;object-fit:cover}.hs-activity-author{font-weight:700;color:var(--hs-text)}.hs-activity-submeta{color:var(--hs-muted);font-size:var(--hs-ui-font-small)}.hs-activity-badge{font-size:var(--hs-ui-chip);border:1px solid rgb(37 99 235 / .25);color:var(--hs-primary);background:rgb(37 99 235 / .08);border-radius:999px;padding:4px 10px;font-weight:700}.hs-activity-content{margin-top:10px;color:var(--hs-text);line-height:1.55;word-break:break-word;font-size:var(--hs-ui-font)}.hs-activity-owner-actions{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.btn-tertiary{border:1px solid var(--hs-border);border-radius:8px;background:var(--hs-surface-2);color:var(--hs-text);padding:6px 10px;font-size:var(--hs-ui-chip);font-weight:600;cursor:pointer;min-height:36px}.btn-tertiary:hover{background:var(--hs-surface);border-color:var(--hs-primary);color:var(--hs-primary)}.btn-danger{background:#dc2626;border-color:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c;border-color:#b91c1c}.hs-activity-modal-card{width:min(560px, 92vw)!important}.hs-activity-modal-body{display:grid;gap:10px}.hs-activity-modal-grid{display:grid;gap:10px}.hs-activity-modal-actions{justify-content:flex-end}.hs-activity-modal-error{border:1px solid rgb(220 38 38 / .3);background:rgb(220 38 38 / .08);color:#b91c1c;border-radius:10px;padding:8px 10px;font-size:13px}.hs-activity-media{margin-top:10px}.hs-activity-media img,.hs-activity-media video{width:100%;max-height:360px;object-fit:cover;border-radius:10px;border:1px solid var(--hs-border)}.hs-activity-link{margin-top:10px}.hs-activity-link a{color:var(--hs-primary);word-break:break-all}.hs-activity-stats{margin-top:10px;display:flex;gap:14px;color:var(--hs-muted);font-size:var(--hs-ui-font-small)}.hs-activity-actions{margin-top:10px;display:flex;gap:8px}.hs-activity-like.is-active{background:rgb(37 99 235 / .12);color:var(--hs-primary);border-color:var(--hs-primary)}.hs-activity-comments{margin-top:10px;border-top:1px solid var(--hs-border);padding-top:10px}.hs-activity-comments-list{display:grid;gap:8px;margin-bottom:10px}.hs-activity-comment{background:var(--hs-surface-2);border:1px solid var(--hs-border);border-radius:10px;padding:8px 10px}.hs-activity-comment p{margin:4px 0 0;color:var(--hs-text)}.hs-activity-comments-empty{color:var(--hs-muted);font-size:var(--hs-ui-font-small);margin-bottom:10px}.hs-activity-comment-form{display:grid;grid-template-columns:1fr auto;gap:8px}@media (max-width:900px){.hs-activity-page .hs-content-body{gap:12px}.hs-activity-layout{grid-template-columns:1fr}.hs-activity-rightbar{position:static}.hs-activity-item{border-radius:12px;padding:12px}.hs-activity-input-row{grid-template-columns:1fr}.hs-activity-comment-form{grid-template-columns:1fr}.hs-activity-actions,.hs-activity-owner-actions{display:grid;grid-template-columns:1fr 1fr}.hs-activity-modal-actions{display:grid;grid-template-columns:1fr}}.hs-activity-compose-main{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}.hs-activity-compose-editor,.hs-activity-compose-side{display:grid;gap:12px}.hs-activity-section-label{font-weight:600;font-size:13px;color:var(--hs-text);margin-bottom:4px}.hs-activity-compose-steps{display:flex;gap:6px;align-items:center}.hs-activity-step-chip{font-size:11px;padding:4px 10px;border-radius:999px;background:var(--hs-surface-2);color:var(--hs-muted);font-weight:600;border:1px solid var(--hs-border)}.hs-activity-step-chip.is-active{background:rgb(37 99 235 / .1);color:var(--hs-primary);border-color:var(--hs-primary)}.hs-activity-publish-wrap{display:flex;justify-content:flex-end}.hs-activity-field-label{font-size:13px;font-weight:500;color:var(--hs-text)}.hs-activity-composer-simple{display:grid;gap:0;padding:16px}.hs-activity-composer-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.hs-activity-composer-trigger{flex:1;display:flex;align-items:center;gap:12px}.hs-activity-start-post{flex:1;background:#fff0;border:1px solid var(--hs-border);border-radius:24px;padding:12px 16px;text-align:left;color:var(--hs-muted);font-size:14px;cursor:pointer;transition:all 0.2s ease}.hs-activity-start-post:hover{background:var(--hs-surface-2)}.hs-activity-visibility-select{min-width:140px;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600}.hs-activity-composer-textarea-wrap{margin-bottom:12px}.hs-activity-composer-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid var(--hs-border)}.hs-activity-action-buttons{display:flex;gap:4px;flex-wrap:wrap}.hs-activity-action-btn{background:#fff0;border:none;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center}.hs-activity-action-btn:hover{background:var(--hs-surface-2)}.hs-activity-action-icon{font-size:22px;display:block}.hs-activity-post-button-wrap .btn-primary{padding:10px 24px;border-radius:24px;font-weight:600}.hs-mobile-floating-actions{position:fixed;bottom:24px;right:20px;display:none;flex-direction:column-reverse;gap:12px;z-index:1000}.hs-mobile-floating-btn{width:56px;height:56px;border-radius:50%;background:var(--hs-primary);color:#fff;border:none;box-shadow:0 4px 16px rgb(37 99 235 / .3);display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;transition:all 0.2s ease;position:relative}.hs-mobile-floating-btn:hover,.hs-mobile-floating-btn:active{transform:scale(1.08);box-shadow:0 6px 20px rgb(37 99 235 / .4)}.hs-mobile-floating-btn.hs-search-btn{background:var(--hs-primary);box-shadow:0 4px 16px rgb(37 99 235 / .35)}.hs-mobile-floating-btn.hs-notification-btn{background:#10b981;box-shadow:0 4px 16px rgb(16 185 129 / .35)}.hs-mobile-floating-btn .hs-nav-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;border-radius:11px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px;border:2px solid var(--hs-surface);box-shadow:0 2px 8px rgb(0 0 0 / .2)}@media (max-width:768px){.hs-mobile-floating-actions{display:flex}.hs-activity-compose-main{grid-template-columns:1fr}.hs-activity-compose-steps{flex-wrap:wrap}}@media (max-width:560px){.hs-activity-header{grid-template-columns:auto 1fr}.hs-activity-badge{grid-column:1 / -1;justify-self:start;margin-top:2px}.hs-activity-actions,.hs-activity-owner-actions{grid-template-columns:1fr}}.plan-card{background:#fff;padding:30px;border:2px solid #2563eb;border-radius:12px;max-width:400px}.plan-price{font-size:48px;font-weight:700;color:#2563eb;margin:16px 0}.plan-price span{font-size:20px;color:#6b7280}.payment-methods-list{display:flex;flex-direction:column;gap:12px}.payment-method-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-radius:8px}.badge{display:inline-block;padding:2px 8px;background:#2563eb;color:#fff;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px}.billing-history-table{width:100%;border-collapse:collapse;margin-top:20px}.billing-history-table th,.billing-history-table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.billing-history-table th{background:#f9fafb;font-weight:600;color:#1f2937}.badge-success{background:#d1fae5;color:#065f46}.hs-section{display:grid;gap:16px;padding:20px 0;border-top:1px solid var(--hs-border)}.hs-section:first-of-type{border-top:none;padding-top:0}.hs-section-header h3{margin:0 0 6px 0;font-size:18px}.hs-section-header p{margin:0;color:var(--hs-muted);font-size:13px}.hs-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.hs-section-card{border:1px solid var(--hs-border);border-radius:10px;padding:18px;background:var(--hs-surface)}.hs-section-title{font-size:16px;font-weight:600;margin-bottom:10px;color:var(--hs-primary)}.hs-section-note{color:var(--hs-muted);font-size:13px;margin-bottom:12px}.hs-step-list{padding-left:16px;margin:0 0 12px 0;color:var(--hs-text);font-size:13px;display:grid;gap:8px}.hs-info-callout{padding:12px 14px;border:1px solid rgb(37 99 235 / .2);border-radius:10px;background:rgb(37 99 235 / .08);color:var(--hs-text);font-size:13px}.hs-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.hs-form-grid-2{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.hs-settings-row{grid-template-columns:repeat(3,minmax(180px,1fr));align-items:end}.hs-settings-row-4{grid-template-columns:repeat(4,minmax(180px,1fr))}.hs-settings-row-5{grid-template-columns:repeat(5,minmax(160px,1fr))}.hs-settings-top-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hs-settings-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hs-settings-usage-actions{margin-top:12px;flex-wrap:wrap}.hs-settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.hs-invite-actions{align-items:center;flex-wrap:wrap}.hs-invite-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;align-items:end}.hs-invite-button{display:flex;flex-direction:column;gap:8px}.hs-invite-label{font-size:12px;color:var(--hs-muted)}.hs-inline-actions--tight{margin-top:8px}.hs-card-header--tight{margin-bottom:12px}.hs-card-actions{display:flex;align-items:center;gap:8px}.hs-settings-compact{padding:18px}.hs-settings-compact .hs-form-grid{gap:12px}.hs-settings-compact .form-group{margin-bottom:0}.hs-settings-compact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hs-settings-api{margin-top:16px}.hs-settings-api-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hs-card--sub{background:var(--hs-surface-2);border:1px solid var(--hs-border);box-shadow:none}.hs-api-key-preview{margin-top:12px;padding:12px;border-radius:10px;border:1px dashed var(--hs-border);background:rgb(37 99 235 / .06);color:var(--hs-text);font-size:13px;display:none;gap:8px}.hs-api-key-preview.is-visible{display:grid}.hs-api-key-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;word-break:break-all}.hs-api-key-actions{display:flex;gap:8px;flex-wrap:wrap}.hs-section-header--tight{margin-top:16px}.hs-link{color:var(--hs-primary);font-weight:600;text-decoration:none}.hs-link:hover{text-decoration:underline}.hs-notifications-panel{position:fixed;top:80px;left:calc(var(--hs-sidebar-width) + 4px);width:360px;max-height:520px;background:var(--hs-surface);border:1px solid var(--hs-border);border-radius:14px;box-shadow:0 12px 36px rgb(15 23 42 / .15);transform:translateX(0);transition:transform 0.2s ease,opacity 0.2s ease;z-index:9999;display:flex;flex-direction:column;opacity:0;pointer-events:none}.hs-app-shell[data-account-type="agency"] .hs-notifications-panel,.hiresmart-page[data-account-type="agency"] .hs-notifications-panel,.hs-app-shell[data-account-type="agency"] .hs-mobile-notification-trigger,.hiresmart-page[data-account-type="agency"] .hs-mobile-notification-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hs-notifications-panel.is-open{transform:translateX(0);opacity:1;pointer-events:auto}.hs-app-shell.is-collapsed .hs-notifications-panel{left:calc(var(--hs-sidebar-collapsed-width) + 4px);width:340px}.hs-notifications-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--hs-border)}.hs-notifications-title{font-size:16px;font-weight:600}.hs-notifications-close{border:none;background:#fff0;color:var(--hs-muted);cursor:pointer;font-size:14px}.hs-notifications-actions{padding:8px 16px;border-bottom:1px solid var(--hs-border);display:flex;justify-content:flex-end;min-height:44px}.hs-notifications-actions .hs-mark-all-read{background:var(--hs-surface-2)!important;color:var(--hs-text)!important;border:1px solid var(--hs-border)!important}.hs-notifications-actions .hs-mark-all-read:hover{background:var(--hs-surface)!important;color:var(--hs-primary)!important;border-color:var(--hs-primary)!important}.hs-notifications-list{padding:12px 14px 20px;overflow-y:auto;display:grid;gap:10px;max-height:400px}.hs-notification-item{border:1px solid var(--hs-border);border-radius:12px;padding:12px;background:var(--hs-surface-2);display:grid;gap:6px}.hs-notification-title{font-weight:600;font-size:13px;color:var(--hs-text)}.hs-notification-meta{font-size:12px;color:var(--hs-muted)}.hs-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#ffffff!important;font-size:10px;font-weight:700;margin-left:auto}.hs-mobile-nav-badge{position:absolute;top:4px;right:8px;min-width:16px;height:16px;padding:0 5px;border-radius:999px;background:#ef4444;color:#ffffff!important;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:10}@media (max-width:960px){.hs-settings-top-grid{grid-template-columns:1fr}.hs-settings-row-4{grid-template-columns:1fr}.hs-settings-row-5{grid-template-columns:1fr}.hs-settings-api-grid{grid-template-columns:1fr}.hs-settings-row{grid-template-columns:1fr}.hs-settings-usage-grid{grid-template-columns:1fr}}.hs-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.hs-option-card{border:1px solid var(--hs-border);border-radius:10px;background:#fff;padding:14px 16px;font-weight:600;cursor:pointer;transition:border-color 0.2s,color 0.2s}.hs-option-card:hover{border-color:var(--hs-primary);color:var(--hs-primary)}.hs-link-list{list-style:none;padding:0;margin:0 0 12px 0;display:grid;gap:8px}.hs-link-list a{color:var(--hs-primary);font-size:13px;text-decoration:none}.hs-link-list a:hover{text-decoration:underline}.hs-topbar-logo-mobile{display:none}.hs-topbar-logo-mobile .hs-logo-link{display:inline-flex;align-items:center;line-height:1;font-size:22px;font-weight:700;color:var(--hs-primary);text-decoration:none;letter-spacing:-.5px}.hs-topbar-logo-mobile .hs-logo-link img{display:block;width:auto;height:22px;max-width:110px;object-fit:contain}.hs-topbar-logo-mobile .hs-logo-link span{color:var(--hs-text)}.hs-mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--hs-sidebar-bg);border-top:1px solid var(--hs-border);z-index:1500;box-shadow:0 -2px 10px rgb(15 23 42 / .1);height:64px}.hs-mobile-profile-trigger{position:absolute;left:0;bottom:0;height:100%;width:64px;display:flex;align-items:center;justify-content:center;background:var(--hs-sidebar-bg);border:none;border-right:1px solid var(--hs-border);cursor:pointer;z-index:1001;padding:6px}.hs-mobile-profile-avatar{width:40px;height:40px;border-radius:50%;background:rgb(148 163 184 / .2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:var(--hs-sidebar-text);position:relative;border:2px solid #fff0;transition:all 0.2s}.hs-mobile-profile-avatar.is-featured{border-color:#f59e0b;box-shadow:0 0 0 2px rgb(245 158 11 / .2)}.hs-mobile-profile-avatar.has-image{background:var(--hs-surface-2);color:#fff0}.hs-mobile-profile-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.hs-mobile-profile-avatar .hs-verified-badge{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;background:#10b981;border-radius:50%;border:2px solid var(--hs-sidebar-bg);display:flex;align-items:center;justify-content:center}.hs-mobile-profile-avatar .hs-verified-badge::after{content:'✓';color:#fff;font-size:10px;font-weight:700}.hs-mobile-profile-trigger:active .hs-mobile-profile-avatar{transform:scale(.95)}.hs-mobile-nav-scroll{display:flex;overflow-x:auto;overflow-y:hidden;gap:2px;padding:6px 12px 6px 70px;width:100%}.hs-mobile-nav-scroll::-webkit-scrollbar{display:none}.hs-mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:56px;padding:6px 8px;text-decoration:none;color:var(--hs-sidebar-muted);border-radius:8px;transition:all 0.2s;flex-shrink:0}.hs-mobile-nav-item:hover,.hs-mobile-nav-item.active{background:var(--hs-sidebar-active);color:var(--hs-sidebar-text)}.hs-mobile-nav-icon{font-size:0;margin-bottom:3px;color:#fff0;text-shadow:none;overflow:hidden}.hs-mobile-nav-label{font-size:8px;font-weight:600;text-align:center;word-break:break-word;line-height:1.1;max-width:50px;white-space:normal}.hs-mobile-user-menu{position:fixed;inset:0;z-index:2000;display:none}.hs-mobile-user-menu[aria-hidden="false"]{display:block}.hs-mobile-user-menu-backdrop{position:absolute;inset:0;background:rgb(15 23 42 / .6);backdrop-filter:blur(4px)}.hs-mobile-user-menu-panel{position:absolute;bottom:70px;left:12px;width:calc(100% - 24px);max-width:400px;background:var(--hs-surface);border-radius:16px;box-shadow:0 20px 40px rgb(15 23 42 / .3);overflow:hidden;animation:slideUpFade 0.3s ease-out}@media (min-width:981px){body.hiresmart-page .hs-mobile-user-menu.hs-mobile-user-menu--sidebar-popout{z-index:2147483646}body.hiresmart-page .hs-mobile-user-menu.hs-mobile-user-menu--sidebar-popout .hs-mobile-user-menu-backdrop{background:#fff0;backdrop-filter:none}body.hiresmart-page .hs-mobile-user-menu.hs-mobile-user-menu--sidebar-popout .hs-mobile-user-menu-panel{position:fixed;left:calc(92px + 12px);bottom:12px;top:auto;right:auto;width:min(360px, calc(100vw - 124px));max-width:min(360px, calc(100vw - 124px));min-height:0;max-height:calc(100vh - 24px);border-radius:18px;box-shadow:0 18px 44px rgb(15 23 42 / .22);animation:none}body.hiresmart-page .hs-mobile-user-menu.hs-mobile-user-menu--sidebar-popout .hs-mobile-user-menu-body{gap:8px}body.hiresmart-page .hs-mobile-user-menu.hs-mobile-user-menu--sidebar-popout .hs-mobile-menu-section--top,body.hiresmart-page .hs-mobile-user-menu.hs-mobile-user-menu--sidebar-popout .hs-mobile-menu-section--middle{padding-bottom:0;margin-bottom:0;border-bottom:0}}@keyframes slideUpFade{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpMobile{from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.hs-mobile-user-menu-header{display:flex;padding:20px;background:var(--hs-surface-2);border-bottom:1px solid var(--hs-border);gap:16px}.hs-mobile-user-info{display:flex;gap:16px;flex:1;align-items:flex-start}.hs-mobile-user-avatar-large{width:56px;height:56px;border-radius:50%;background:rgb(148 163 184 / .2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;color:var(--hs-text);position:relative;border:3px solid #fff0;flex-shrink:0}.hs-mobile-user-avatar-large.is-featured{border-color:#f59e0b;box-shadow:0 0 0 2px rgb(245 158 11 / .2)}.hs-mobile-user-avatar-large.has-image{background:var(--hs-surface-2);color:#fff0}.hs-mobile-user-avatar-large img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.hs-mobile-user-avatar-large .hs-verified-badge{position:absolute;bottom:-2px;right:-2px;width:20px;height:20px;background:#10b981;border-radius:50%;border:3px solid var(--hs-surface);display:flex;align-items:center;justify-content:center}.hs-mobile-user-avatar-large .hs-verified-badge::after{content:'✓';color:#fff;font-size:11px;font-weight:700}.hs-mobile-user-details{flex:1}.hs-mobile-user-name{font-size:16px;font-weight:600;color:var(--hs-text);margin-bottom:4px}.hs-mobile-user-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hs-mobile-user-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:rgb(15 23 42 / .08);color:var(--hs-text);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hs-mobile-user-email{font-size:13px;color:var(--hs-muted);margin-bottom:8px}.hs-mobile-user-role-info{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:0}.hs-mobile-user-role-info .hs-user-role{font-size:11px;padding:4px 10px;background:rgb(37 99 235 / .1);color:var(--hs-primary);border-radius:999px}.hs-mobile-user-role-info .hs-plan-chip{font-size:11px;padding:4px 10px;background:rgb(16 185 129 / .1);color:#10b981;border-radius:999px}.hs-usage-badges--mobile{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.hs-usage-badges--mobile .hs-usage-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid var(--hs-border);border-radius:999px;background:var(--hs-surface);font-size:11px;line-height:1;white-space:nowrap}.hs-usage-badges--mobile .hs-usage-label{color:var(--hs-muted);font-weight:500;font-size:10px}.hs-usage-badges--mobile .hs-usage-value{color:var(--hs-text);font-weight:600;font-size:11px}.hiresmart-page .hs-usage-badges--sidebar,.hiresmart-page .hs-usage-badges--mobile{display:grid;grid-template-columns:minmax(0,0.82fr) minmax(0,1.18fr);gap:7px;width:100%}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-badge,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge,.hiresmart-page .hs-sidebar-footer .hs-usage-badge{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;min-width:0;min-height:0;padding:6px 10px;border-radius:999px;text-align:center;white-space:nowrap}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-label,.hiresmart-page .hs-usage-badges--mobile .hs-usage-label,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-label{font-size:9px;line-height:1;letter-spacing:.04em;flex:0 0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-label::after,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-label::after{content:':';margin-left:2px}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-value,.hiresmart-page .hs-usage-badges--mobile .hs-usage-value,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-value{margin:0;font-size:11px;line-height:1;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-meta,.hiresmart-page .hs-usage-badges--mobile .hs-usage-meta,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-meta{display:none!important;margin:0;font-size:9px;line-height:1;white-space:nowrap}@media (max-width:768px){.hiresmart-page .hs-usage-badges--sidebar,.hiresmart-page .hs-usage-badges--mobile{grid-template-columns:minmax(0,0.8fr) minmax(0,1.2fr);gap:6px}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-badge,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge,.hiresmart-page .hs-sidebar-footer .hs-usage-badge{padding:5px 8px;gap:4px}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-label,.hiresmart-page .hs-usage-badges--mobile .hs-usage-label,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-label{font-size:8px}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-value,.hiresmart-page .hs-usage-badges--mobile .hs-usage-value,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-value{font-size:10px}.hiresmart-page .hs-usage-badges--sidebar .hs-usage-meta,.hiresmart-page .hs-usage-badges--mobile .hs-usage-meta,.hiresmart-page .hs-sidebar-footer .hs-usage-badge .hs-usage-meta{font-size:8px}}.hs-mobile-menu-close{background:#fff0;border:none;font-size:20px;line-height:1;color:var(--hs-muted);cursor:pointer;padding:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background 0.2s}.hs-mobile-menu-close:hover{background:var(--hs-surface-2)}.hs-mobile-user-menu-body{padding:12px;display:flex;flex-direction:column;gap:4px}.hs-mobile-menu-section{display:grid;gap:4px}.hs-mobile-menu-section--top{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:6px;border-bottom:1px solid var(--hs-border);margin-bottom:6px}.hs-mobile-menu-section--middle{padding-bottom:6px;border-bottom:1px solid var(--hs-border);margin-bottom:6px}.hs-mobile-menu-section--bottom .hs-mobile-menu-link{color:#ef4444}.hs-mobile-user-menu-body .hs-mobile-menu-usage{border:1px solid var(--hs-border);background:var(--hs-surface-2);min-width:0}.hs-mobile-menu-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;text-decoration:none;color:var(--hs-text);transition:all 0.2s}.hs-mobile-menu-link:hover{background:var(--hs-surface-2)}.hs-mobile-menu-link.hs-upgrade-link{color:var(--hs-primary)}.hs-mobile-user-menu-body .hs-mobile-menu-link.hs-refer-link,.hs-mobile-user-menu-body .hs-mobile-menu-link[href*="/referrals"]{color:var(--hs-text);border:1px solid var(--hs-border);background:var(--hs-surface)}.hs-mobile-menu-link.hs-logout-link{color:#ef4444}@media (max-width:980px){.hs-topbar .hs-notifications-trigger,.hs-topbar-actions .hs-notifications-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hs-activity-feed-footer #hs-activity-load-more{border:0!important;background:transparent!important;color:var(--hs-primary)!important;padding:8px 6px!important;min-height:0!important;font-size:13px!important;font-weight:700!important;width:auto!important;margin:4px auto 0!important}.hs-activity-post-button-wrap .btn-primary,.hiresmart-page .hs-activity-post-button-wrap .btn-primary{background:var(--hs-primary)!important;border-color:var(--hs-primary)!important;color:#ffffff!important;min-height:44px!important;padding:10px 16px!important;font-size:14px!important;line-height:1.2!important;width:auto!important}.hiresmart-page .btn-primary,.hiresmart-page a.btn-primary,.hiresmart-register-container .btn-primary,.hiresmart-login-container .btn-primary,.hs-auth-panel .btn-primary{background:var(--hs-primary,#2563eb)!important;border-color:var(--hs-primary,#2563eb)!important;color:#ffffff!important}.hiresmart-page .btn-secondary,.hiresmart-page a.btn-secondary,.hiresmart-register-container .btn-secondary,.hiresmart-login-container .btn-secondary,.hs-auth-panel .btn-secondary{background:var(--hs-surface-2,#f1f5f9)!important;border-color:var(--hs-border,#dbe2ea)!important;color:var(--hs-text,#0f172a)!important}}.hs-mobile-menu-icon{font-size:0;width:24px;display:flex;align-items:center;justify-content:center;color:#fff0;text-shadow:none;overflow:hidden}.hs-mobile-menu-label{font-size:var(--hs-ui-menu);font-weight:500}.hs-mobile-menu-divider{height:1px;background:var(--hs-border);margin:8px 0}@media (max-width:768px){body{overflow-x:hidden;width:100%}.hiresmart-register-container,.hiresmart-login-container,.hiresmart-password-reset-container{flex-direction:column}.hs-auth-split{grid-template-columns:1fr;min-height:100vh}.hs-auth-panel{padding:32px 20px}.hs-auth-form{width:100%;padding:24px 20px;box-shadow:0 8px 24px rgb(37 99 235 / .08)}.register-sidebar{flex:1}.form-row{flex-direction:column}.dashboard-stats{grid-template-columns:1fr}.hs-mobile-bottom-nav{display:flex!important;align-items:center;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:1500!important;height:64px!important}.hs-topbar-logo-mobile{display:block!important;margin-bottom:8px}.hs-sidebar{display:none!important;position:absolute!important;left:-9999px!important;visibility:hidden!important;pointer-events:none!important}.hs-app-shell{grid-template-columns:1fr!important;padding-bottom:70px;overflow-x:hidden;width:100vw}.hs-content{padding-bottom:70px;width:100%;max-width:100vw;overflow-x:hidden}.hs-page{padding:20px 16px;max-width:100%;overflow-x:hidden}.hs-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;gap:8px 10px;padding:12px 14px;align-items:start}.hs-topbar-titleblock{grid-column:1 / 2;grid-row:2 / 3;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;overflow:hidden;min-width:0}.hs-topbar-logo-mobile{grid-column:1 / 2;grid-row:1 / 2;display:flex;align-items:center;justify-content:flex-start;margin-bottom:0!important}.hs-topbar-logo-mobile .hs-logo-link{font-size:18px}.hs-topbar-actions{grid-column:2 / 3;grid-row:1 / 3;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:8px;align-content:start;justify-items:flex-end}.hs-topbar-actions .hs-chip,.hs-topbar-actions .hs-coins-card{grid-row:1 / 2;justify-self:end}.hs-topbar-actions .hs-darkmode-toggle{grid-row:2 / 3;justify-self:end}.hs-topbar-row{display:none}.hs-topbar-row-1,.hs-topbar-row-2,.hs-topbar-row-3,.hs-topbar-row-4{display:none}.hs-topbar-title{font-size:13px;line-height:1.2;font-weight:600}.hs-topbar-meta{font-size:11px;color:var(--hs-muted);line-height:1.3}.hs-chip{font-size:var(--hs-ui-chip);padding:8px 12px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;min-height:32px}.hs-coins-card{padding:8px 12px!important;font-size:12px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;min-height:32px}.hs-coins-label{display:inline-flex!important;gap:4px!important;font-size:11px!important;white-space:nowrap!important}.hs-coins-amount{font-size:14px!important;padding:3px 8px!important;white-space:nowrap!important}.hs-coins-cta{padding:6px 10px!important;font-size:11px!important;white-space:nowrap!important;min-width:auto}.hs-theme-toggle{padding:6px!important;min-width:32px;height:32px;border-radius:6px}.hs-theme-toggle-label{display:none!important}.hs-theme-toggle-icon{font-size:var(--hs-ui-icon-lg)}.hs-grid-2,.hs-grid-3,.hs-grid-4,.hs-grid-neural-2{grid-template-columns:1fr}.hs-directory-bar{flex-wrap:nowrap;align-items:center;gap:8px;width:100%}.hs-directory-tabs{display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto;flex:1;scrollbar-width:none;-ms-overflow-style:none}.hs-directory-tabs::-webkit-scrollbar{display:none}.hs-dir-tab{padding:6px 6px;font-size:10px;min-height:32px;white-space:nowrap;flex:1 1 0%;text-align:center}.hs-filter-toggle-btn{display:inline-flex!important;flex-shrink:0;gap:4px;align-items:center;justify-content:center;min-width:32px!important;width:32px;height:32px;padding:4px!important;border-radius:8px!important;margin-left:4px}.hs-filter-toggle-btn .hs-filter-text{display:none}.hs-filter-toggle-btn .hs-filter-icon{width:var(--hs-ui-icon);height:var(--hs-ui-icon)}.hs-directory-filters,.hs-jobs-filters{display:none!important;position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(92vw, 520px);max-height:calc(100vh - 28px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;border-radius:12px;border:1px solid var(--hs-border);padding:0;z-index:9999!important;background:var(--hs-surface);box-shadow:0 20px 60px rgb(15 23 42 / .25)}.hs-directory-filters.active,.hs-jobs-filters.active{display:flex!important}.hs-jobs-toolbar{display:flex;align-items:center;gap:8px;margin-top:10px;margin-bottom:12px;flex-wrap:nowrap}.hs-jobs-toolbar .hs-jobs-search{display:block!important;flex:1 1 auto;min-width:0}.hs-jobs-toolbar .hs-filter-toggle-btn{width:36px;min-width:36px!important;height:36px}.hs-filter-search,.hs-filter-group,.hs-filter-field{width:100%}.hs-directory-filters .hs-filter-search,.hs-directory-filters .hs-filter-group,.hs-jobs-filters .hs-filter-search,.hs-jobs-filters .hs-filter-group{padding:0 14px}.hs-directory-filters>.hs-filter-search:first-child,.hs-jobs-filters>.hs-filter-search:first-child{padding-top:18px}.hs-directory-filters>*:last-child,.hs-jobs-filters>*:last-child{padding-bottom:18px}.hs-directory-filters .hs-input,.hs-directory-filters .hs-select,.hs-jobs-filters .hs-input,.hs-jobs-filters .hs-select{min-height:44px;font-size:13px;line-height:1.2;padding:12px 14px}.hs-filter-input .hs-input{padding-left:46px}.hs-directory-filters .hs-select,.hs-jobs-filters .hs-select{padding-right:40px}.hs-directory-filters .hs-input::placeholder,.hs-jobs-filters .hs-input::placeholder{font-size:inherit}.hs-filter-label{font-size:13px;font-weight:600;margin-bottom:2px}.hs-filter-help{font-size:11px;margin-top:4px}.hs-filter-actions{display:flex;gap:10px;padding:14px 16px;margin-top:auto;border-top:1px solid var(--hs-border);background:var(--hs-surface-2);border-radius:0 0 12px 12px}.hs-filter-actions button{flex:1;padding:12px 16px;font-size:14px;font-weight:600;border-radius:8px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);min-height:42px;cursor:pointer;transition:all 0.2s;font-family:inherit}.hs-filter-actions button:hover{background:var(--hs-surface-2)}.hs-filter-modal-backdrop{display:none!important;position:fixed;inset:0;background:rgb(15 23 42 / .6);backdrop-filter:blur(4px);z-index:9998}.hs-filter-modal-backdrop.active{display:block!important}.hs-auth-split{grid-template-columns:1fr!important;min-height:auto}.hs-auth-visual{display:none}.hs-auth-panel{padding:24px 20px!important;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start}.hs-auth-form{padding:24px 20px!important;width:100%!important;max-width:100%;margin:0 auto}.hs-section-title{font-size:24px!important;line-height:1.3;margin-bottom:10px;text-align:center}.hs-section-description{font-size:14px;line-height:1.5;text-align:center;margin-bottom:20px}.hs-auth-logo{margin-bottom:20px;text-align:center}.hs-auth-logo img{max-width:160px;height:auto}.hs-form-field,.hs-form-group{margin-bottom:14px}.hs-form-label{font-size:13px;margin-bottom:6px}.hs-input,.hs-select,.hs-textarea{font-size:15px;padding:10px 12px}.btn-primary,.btn-secondary,.btn-danger{font-size:14px;padding:11px 18px;min-height:44px}.hs-btn-modal{font-size:13px;padding:8px 16px;min-height:36px}.btn-large{padding:13px 20px;font-size:15px;min-height:48px}.btn-view-jobs,.btn-contact,.btn-view-job,.btn-apply,.btn-login,.btn-signup{font-size:13px;padding:10px 14px;min-height:42px}.hs-social-row{grid-template-columns:1fr!important;gap:10px;width:100%}.btn-social{font-size:14px;justify-content:center;width:100%!important;padding:11px 18px!important;min-height:44px}.hs-auth-meta{flex-direction:column;gap:10px;align-items:center;font-size:13px;text-align:center;width:100%}.hs-auth-meta a{display:block;width:100%;text-align:center}.hs-auth-steps{gap:12px;margin-bottom:16px;overflow-x:auto;white-space:nowrap}.hs-step{font-size:11px}.hs-step::after{right:-12px;width:12px}.hs-step-icon{width:20px;height:20px;font-size:10px}.hs-step-actions{flex-direction:column-reverse;gap:8px}.hs-step-actions .btn-primary,.hs-step-actions .btn-secondary{width:100%;flex:1}.hs-plan-grid{flex-direction:column;gap:8px}.hs-plan-card{padding:14px 16px}.hs-plan-title{font-size:15px}.hs-plan-price{font-size:20px}.hs-billing-options{flex-direction:column;gap:8px}.hs-billing-option{width:100%;justify-content:flex-start}.hs-payment-row{grid-template-columns:1fr;gap:8px}.hs-payment-option{font-size:12px}.hs-coupon-row{flex-direction:column;gap:8px}.hs-coupon-row .btn-secondary{width:100%}.hs-form-alert{font-size:12px;padding:8px 10px}.hs-field-error{font-size:11px}.hiresmart-post-job-container .hs-post-job-shell.is-locked{height:calc(100vh - 120px)}.hiresmart-post-job-container .hs-lock-panel{padding:24px 20px;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-card-title{font-size:20px;margin:6px auto;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-card-subtitle{font-size:14px;margin:0 auto 12px;text-align:center}.hiresmart-post-job-container .hs-lock-panel .hs-inline-actions{justify-content:center}.hs-lock-icon{width:64px;height:64px;border-radius:16px;margin:0 auto 12px}.hs-lock-icon::before{width:30px;height:22px;border-radius:6px;bottom:12px}.hs-lock-icon::after{width:20px;height:16px;border:3px solid var(--hs-primary);top:14px}.hiresmart-post-job-container .hs-lock-actions{gap:8px;margin-top:8px}.hiresmart-post-job-container .hs-lock-actions .btn-primary,.hiresmart-post-job-container .hs-lock-actions .btn-secondary{min-width:140px;padding:10px 16px;font-size:13px}.hs-notifications-panel{position:fixed!important;top:auto!important;bottom:74px!important;right:10px!important;left:10px!important;width:auto!important;max-width:calc(100vw - 20px)!important;max-height:60vh!important;border-radius:12px!important;background:var(--hs-surface)!important;border:1px solid var(--hs-border)!important;display:flex!important;flex-direction:column!important}.hs-notifications-list{max-height:calc(60vh - 140px)!important}.hs-mobile-nav-item .hs-mobile-nav-label:contains('Notifications'){display:none}.hs-mobile-notification-trigger{position:fixed;bottom:80px;right:16px;width:44px;height:44px;border-radius:50%;background:var(--hs-primary);color:#fff;border:none;box-shadow:0 4px 12px rgb(37 99 235 / .3);display:flex!important;align-items:center;justify-content:center;font-size:18px;cursor:pointer;z-index:1600;transition:all 0.2s ease}.hs-mobile-notification-trigger:active{transform:scale(.95)}.hs-mobile-notification-trigger .hs-nav-badge{position:absolute;top:-4px;right:-4px;margin:0}@media (min-width:981px){.hs-notifications-panel{position:fixed!important;top:20px!important;left:calc(var(--hs-sidebar-width) + 8px)!important;bottom:auto!important;right:auto!important;width:380px!important;max-width:380px!important;height:auto!important;max-height:520px!important;background:var(--hs-surface)!important;border:1px solid var(--hs-border)!important;border-radius:16px!important;box-shadow:0 12px 36px rgb(15 23 42 / .15)!important;transform:translateX(-20px)!important;opacity:0!important;pointer-events:none!important;transition:transform 0.2s ease,opacity 0.2s ease!important}.hs-notifications-panel.is-open{transform:translateX(0)!important;opacity:1!important;pointer-events:auto!important}.hs-app-shell.is-collapsed .hs-notifications-panel{left:calc(var(--hs-sidebar-collapsed-width) + 8px)!important}.hs-mobile-notification-trigger{display:none!important}}}.hs-referrals-page .hs-topbar-logo-mobile{display:none!important}.hs-referrals-page .hs-topbar .hs-topbar-actions .hs-chip{order:1}.hs-referrals-page .hs-topbar .hs-topbar-actions .hs-darkmode-toggle{order:2}.hiresmart-page{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:99999!important;margin:0!important;padding:0!important}body:has(.hiresmart-page){overflow:hidden!important}body:has(.hiresmart-page)>*:not(.hiresmart-page):not(.hs-mobile-search-backdrop):not(.hs-floating-messages):not(.hs-mobile-floating-search):not(.hs-mobile-floating-notifications):not(.hs-notifications-panel):not(#hs-message-modal):not(#hs-universal-search-modal){display:none!important}body.hiresmart-page{overflow:hidden!important}body.hiresmart-page header,body.hiresmart-page footer,body.hiresmart-page .site-header,body.hiresmart-page .site-footer{display:none!important}.hiresmart-route-referrals .hs-sidebar-link.hs-refer,.hiresmart-route-referrals .hs-mobile-user-menu-body .hs-mobile-menu-link.hs-refer-link,.hiresmart-route-referrals .hs-mobile-user-menu-body .hs-mobile-menu-link[href*="/referrals"]{display:inline-flex!important}@media (max-width:980px){.hs-topbar{display:grid;grid-template-columns:1fr auto auto;grid-template-rows:auto auto;gap:8px 12px;padding:12px 16px;align-items:center}.hs-topbar-logo-mobile{grid-column:1;grid-row:1;display:flex!important;align-items:center;justify-content:flex-start}.hs-topbar-actions{grid-column:2 / 4;grid-row:1 / 3;margin-left:0!important;display:grid;grid-template-columns:auto;grid-template-rows:auto auto;gap:8px 12px;justify-items:end;align-content:start}.hs-topbar-titleblock{grid-column:1;grid-row:2;align-items:flex-start}.hs-topbar-actions .hs-chip{grid-column:1;grid-row:1;margin:0}.hs-topbar-actions .hs-darkmode-toggle{grid-column:1;grid-row:2;margin:0;padding:6px 10px;font-size:13px}.hs-topbar-actions .hs-notifications-trigger{display:none!important}.hs-topbar-title{font-size:17px;font-weight:700}.hs-topbar-meta{font-size:13px;color:var(--hs-muted)}.hiresmart-page{position:relative!important;width:100%!important;height:auto!important}body:has(.hiresmart-page){overflow:auto!important}.hs-content{height:auto;min-height:100vh}.hs-content-body{overflow-y:visible}}body[class*="hiresmart-route-directory"] .hiresmart-page,body[class*="hiresmart-route-directory"] .hs-content,body[class*="hiresmart-route-directory"] .hs-content-body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body[class*="hiresmart-route-directory"] .hs-directory-shell,body[class*="hiresmart-route-directory"] .hs-directory-panel,body[class*="hiresmart-route-directory"] .hs-directory-grid,body[class*="hiresmart-route-directory"] .hs-directory-bar{max-width:100%!important;min-width:0!important}body[class*="hiresmart-route-directory"] .hs-directory-filters{width:min(100%, 320px)!important;max-width:320px!important;min-width:0!important}body[class*="hiresmart-route-directory"] .hs-content-body{padding-right:12px!important}.hs-message-thread-profile{flex:1 1 auto}.hs-message-title-avatar{width:38px;height:38px;font-size:13px}.hs-message-titlecopy h3{font-size:15px;line-height:1.2}.hs-message-titlecopy .hs-card-subtitle{font-size:12px;line-height:1.3}.hs-message-compose{position:relative;display:block;padding:10px 12px 12px}.hs-message-compose textarea{min-height:44px;max-height:132px;padding:11px 88px 11px 12px;border-radius:16px}.hs-message-compose-actions{position:absolute;right:18px;bottom:20px;gap:6px;padding-bottom:0}.hs-message-compose-actions .btn-icon{width:32px;min-width:32px;height:32px;border-radius:10px}#hs-message-send{background:rgb(37 99 235 / .1);border-color:rgb(37 99 235 / .18);color:var(--hs-primary)}#hs-message-send:hover,#hs-message-send:focus-visible,#hs-message-send[aria-busy="true"]{background:rgb(37 99 235 / .14);border-color:rgb(37 99 235 / .26);color:var(--hs-primary-dark)}#hs-message-send .hs-message-action-icon{margin:auto}body.hs-auth-page{overflow:auto!important;height:auto!important}body.hs-auth-page .hiresmart-page{position:relative!important;width:100%!important;height:auto!important;display:block!important;max-width:100%!important}body.hs-auth-page .hs-auth-split{min-height:100vh;height:auto;width:100%!important}@media (max-width:980px){.hs-content-body{-webkit-overflow-scrolling:touch}}body:has(.hiresmart-page) .hiresmart-page{display:flex!important}@media (min-width:981px){.hs-app-shell .hs-content .btn-primary,.hs-app-shell .hs-content .btn-secondary,.hs-app-shell .hs-content .btn-danger,.hs-app-shell .hs-content .btn-large,.hs-app-shell .hs-content .hs-change-plan-btn,.hs-app-shell .hs-content .hs-add-payment-btn,.hs-app-shell .hs-content .hs-checkout-button{padding:5px 8px!important;min-height:20px!important;font-size:11px!important;line-height:1.25;border-radius:8px;gap:4px}.hs-app-shell .hs-content .hs-score-tab{padding:8px 10px;min-height:45px;border-radius:12px}.hs-app-shell .hs-content .hs-score-tab .hs-highlight-value{font-size:18px}.hs-app-shell .hs-content .hs-score-tab .hs-highlight-sub{font-size:11px}}@media (min-width:981px){.hs-jobs-shell{grid-template-columns:minmax(0,1fr) 320px;row-gap:12px}.hs-jobs-shell .hs-jobs-toolbar{grid-column:1 / -1;grid-row:1;justify-content:flex-start;margin-bottom:0}.hs-jobs-shell .hs-jobs-filters{grid-column:2;grid-row:2}.hs-jobs-shell .hs-jobs-search{width:100%;max-width:none}.hs-jobs-shell .hs-jobs-filters .hs-filter-actions{flex-direction:row;align-items:center;justify-content:center;width:100%}.hs-jobs-shell .hs-jobs-filters .hs-filter-actions .btn-secondary{width:48%;max-width:140px;flex:0 1 140px;text-align:center}.hs-directory-shell{grid-template-columns:minmax(0,1fr) 320px;row-gap:12px}.hs-directory-bar{grid-column:1;grid-row:1}.hs-directory-filters{grid-column:2;grid-row:2;margin-top:0;top:16px;align-self:start}.hs-directory-panel{grid-column:1;grid-row:2;margin-top:0}.hs-directory-filters .hs-filter-input .hs-input,.hs-directory-filters input{padding-left:48px}.hs-directory-filters .hs-search-icon{left:16px}.hs-directory-filters .hs-filter-actions{flex-direction:row;align-items:center;justify-content:center;width:100%}.hs-directory-filters .hs-filter-actions .btn-secondary{width:48%;max-width:140px;flex:0 1 140px;text-align:center}}@media (max-width:768px){body.hiresmart-route-profile .hs-content-body{padding:12px 12px 86px!important;gap:12px!important}body.hiresmart-route-profile .hs-topbar{grid-template-columns:auto minmax(0,1fr) auto!important;grid-template-rows:auto!important;align-items:center!important;gap:8px!important;padding:10px 12px!important}body.hiresmart-route-profile .hs-topbar-logo-mobile{grid-column:1;grid-row:1;margin:0!important}body.hiresmart-route-profile .hs-topbar-logo-mobile .hs-logo-link img{height:20px!important;max-width:96px!important}body.hiresmart-route-profile .hs-topbar-titleblock{grid-column:2;grid-row:1;min-width:0;gap:2px}body.hiresmart-route-profile .hs-topbar-title{font-size:14px!important;line-height:1.2!important}body.hiresmart-route-profile .hs-topbar-meta{font-size:11px!important;line-height:1.25!important;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.hiresmart-route-profile .hs-topbar-actions{grid-column:3;grid-row:1;display:flex!important;align-items:center;gap:6px!important}body.hiresmart-route-profile .hs-topbar-actions .hs-chip{padding:4px 8px!important;font-size:11px!important;line-height:1}body.hiresmart-route-profile .hs-topbar-actions .hs-darkmode-toggle{min-height:30px;padding:5px 8px!important;font-size:11px!important}body.hiresmart-route-profile .hs-profile-card,body.hiresmart-route-profile .hs-connections-card,body.hiresmart-route-profile .hs-resume-card,body.hiresmart-route-profile .hs-account-settings-grid .hs-card{border-radius:12px}body.hiresmart-route-profile .hs-profile-card{padding:12px;gap:8px}body.hiresmart-route-profile .hs-profile-card .hs-card-title{font-size:15px;line-height:1.25}body.hiresmart-route-profile .hs-profile-card .hs-card-subtitle{font-size:12px;line-height:1.35}body.hiresmart-route-profile .hs-profile-grid{gap:8px}body.hiresmart-route-profile .hs-profile-card .hs-input,body.hiresmart-route-profile .hs-profile-card textarea.hs-input,body.hiresmart-route-profile .hs-connections-card .hs-input,body.hiresmart-route-profile .hs-password-form .hs-input{min-height:36px;padding:8px 10px;font-size:14px;width:100%;box-sizing:border-box}body.hiresmart-route-profile .hs-connection-card{padding:10px;gap:8px}body.hiresmart-route-profile .hs-connection-actions{flex-wrap:nowrap;align-items:center;gap:8px}body.hiresmart-route-profile .hs-connection-status{flex:1 1 auto;min-width:0;max-width:calc(100% - 100px)}body.hiresmart-route-profile .hs-connection-actions .btn-secondary{flex:0 0 auto;min-width:84px;padding:6px 10px;font-size:12px}body.hiresmart-route-profile .hs-account-settings-grid{gap:10px}body.hiresmart-route-profile .hs-password-card{order:1}body.hiresmart-route-profile .hs-delete-account-card{order:2;margin-top:4px}body.hiresmart-route-profile .hs-email-verify-popover{min-width:min(240px, calc(100vw - 56px))}.hs-email-verify-popover{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important;min-width:min(280px, 85vw)!important;max-width:85vw!important;z-index:10000!important;box-shadow:0 20px 50px rgb(15 23 42 / .3)!important}.hs-email-status-icon.is-pending{font-size:16px;width:24px;height:24px}.hs-email-status-icon.is-verified{font-size:16px;width:24px;height:24px}.hs-email-verify-popover.is-open::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .6);backdrop-filter:blur(4px);z-index:-1}}@media (max-width:480px){.hs-directory-card{padding:10px;gap:8px}.hs-directory-avatar{width:44px;height:44px}.hs-directory-card--candidate .hs-directory-top{grid-template-columns:44px minmax(0,1fr);column-gap:8px;row-gap:6px;align-items:start}.hs-directory-card--candidate .hs-directory-metrics{margin-top:2px}.hs-directory-name{font-size:13px;line-height:1.25;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-directory-role{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-directory-meta-row{gap:4px}.hs-directory-meta-item{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.hs-directory-meta-item--skills{white-space:nowrap}.hs-neural-chip{max-width:100%;overflow:hidden;text-overflow:ellipsis}}@media (max-width:360px){.hs-directory-card{padding:9px;gap:7px}.hs-directory-card--candidate .hs-directory-top{grid-template-columns:40px minmax(0,1fr);column-gap:7px;row-gap:5px;align-items:start}.hs-directory-avatar{width:40px;height:40px;border-radius:10px}.hs-directory-name{font-size:12px;line-height:1.2}.hs-directory-role,.hs-directory-meta-item{font-size:10px}.hs-directory-review-item{flex-wrap:wrap;gap:4px;padding:3px 5px}.hs-review-stars{font-size:11px;letter-spacing:.5px}.hs-review-rating{font-size:9px}.hs-neural-chip{font-size:9px;letter-spacing:.04em;padding:3px 7px}.hs-actions-unlocked,.hs-actions-locked{gap:5px}.hs-directory-actions .btn-secondary,.hs-directory-actions .btn-primary{min-height:32px;padding:7px 8px;font-size:11px}}.hs-jobs-top-terms{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;max-width:100%;margin-top:0;overflow:hidden}.hs-jobs-top-term{border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);border-radius:999px;padding:4px 10px;font-size:12px;line-height:1.2;cursor:pointer;flex:0 1 auto;min-width:0;max-width:none;white-space:nowrap;overflow:visible;text-overflow:clip}.hs-jobs-top-term.is-tail{overflow:hidden;text-overflow:ellipsis}.hs-jobs-top-term:hover{border-color:var(--hs-primary);color:var(--hs-primary)}@media (max-width:980px){.hs-jobs-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:stretch!important}.hs-jobs-toolbar-main{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important;min-width:0!important}.hs-jobs-toolbar .hs-jobs-search{display:block!important;min-width:0!important;width:100%!important;max-width:100%!important}.hs-jobs-toolbar .hs-filter-toggle-btn{width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;padding:0!important;justify-self:end!important}.hs-jobs-toolbar .hs-filter-text{display:none!important}.hs-jobs-top-terms{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;width:100%!important;max-width:100%!important;overflow:hidden!important;gap:6px!important}.hs-jobs-top-term{flex:0 1 auto!important;min-width:0!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.hs-jobs-top-term.is-tail{overflow:hidden!important;text-overflow:ellipsis!important}}.hs-universal-search{position:relative;display:block;width:calc(100% - 14px);max-width:238px;box-sizing:border-box;margin:0 auto 6px;border:0;border-radius:0;padding:0;background:#fff0;box-shadow:none;color:var(--hs-sidebar-text)}.hs-universal-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);font-size:12px;line-height:1;color:var(--hs-sidebar-muted);opacity:1;pointer-events:none}.hs-universal-search-input{width:100%;border:0;background:#fff0;color:var(--hs-sidebar-text);font-size:12px;font-weight:500;line-height:1.2;min-height:36px;padding:7px 8px 7px 32px;outline:none}.hs-universal-search-input::placeholder{color:var(--hs-sidebar-muted);opacity:1}.hs-universal-search:focus-within{background:#fff0;border-color:#fff0}.hs-universal-search-slider{position:fixed;left:320px;top:72px;width:min(560px, calc(100vw - 360px));max-height:420px;overflow:auto;background:#fff;border:1px solid var(--hs-border);border-radius:12px;box-shadow:0 10px 24px rgb(15 23 42 / .16);padding:10px;z-index:2147483000;display:none}.hs-universal-search-slider.is-open{display:block}.hs-universal-slider-searchbar{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:10px;margin:-10px -10px 10px -10px;padding:12px;background:rgb(255 255 255 / .98);border-bottom:1px solid #e2e8f0}.hs-universal-slider-search-icon{flex:0 0 auto;font-size:16px;line-height:1}.hs-universal-slider-input{flex:1 1 auto;width:100%;min-height:44px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-size:14px;line-height:1.4;box-shadow:inset 0 1px 2px rgb(15 23 42 / .04)}.hs-universal-slider-input:focus{outline:none;border-color:var(--hs-primary);box-shadow:0 0 0 3px rgb(37 99 235 / .12)}.hs-universal-search:focus-within .hs-universal-search-slider{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.hs-universal-slider-section{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.hs-universal-slider-section--pinned{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:8px;row-gap:8px}.hs-universal-slider-section+.hs-universal-slider-section{margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.hs-universal-slider-title{width:100%;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:4px 6px 2px 6px;margin-bottom:2px}.hs-universal-slider-item{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;border-radius:8px;padding:8px 10px;text-decoration:none;border:1px solid #e2e8f0;background:#fff;min-width:120px;flex:0 1 auto;transition:all 0.15s ease}.hs-universal-slider-section--pinned .hs-universal-slider-item{min-width:0;width:100%}.hs-universal-slider-item:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 2px 8px rgb(15 23 42 / .08)}.hs-universal-slider-row{display:flex;align-items:center;gap:10px;width:100%;min-width:0}.hs-universal-slider-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.hs-universal-slider-avatar{width:32px;height:32px;border-radius:999px;flex:0 0 32px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:#e2e8f0;color:#475569;font-size:12px;font-weight:700;line-height:1}.hs-universal-slider-avatar.has-image{background:#fff;border:1px solid #e2e8f0}.hs-universal-slider-avatar img{width:100%;height:100%;object-fit:cover;display:block}.hs-universal-slider-main{font-size:12px;font-weight:600;color:#1e293b;line-height:1.15;word-break:break-word;min-width:0}.hs-universal-slider-meta{font-size:10px;color:#94a3b8;line-height:1.15;min-width:0}.hs-universal-slider-badge{display:none}.hs-universal-slider-unlock{display:inline-flex;align-items:center;gap:3px;margin-top:3px;font-size:10px;color:#7c3aed;font-weight:600}.hs-universal-slider-unlock-icon{font-size:11px}.hs-mobile-search-trigger{position:fixed;bottom:136px;right:16px;width:44px;height:44px;border-radius:50%;background:var(--hs-surface);color:var(--hs-primary);border:1px solid var(--hs-border);box-shadow:0 4px 12px rgb(15 23 42 / .15);display:none;align-items:center;justify-content:center;font-size:18px;cursor:pointer;z-index:1600}.hs-mobile-search-trigger:active{transform:scale(.95)}@media (max-width:980px){.hs-universal-search{display:none}.hs-universal-search-slider{display:none!important}.hs-directory-card--entity .hs-directory-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important}.hs-directory-card--entity .hs-actions-unlocked,.hs-directory-card--entity .hs-actions-locked{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important}.hs-directory-card--entity .hs-directory-actions .btn-secondary,.hs-directory-card--entity .hs-directory-actions .btn-primary,.hs-directory-card--entity .hs-directory-actions .hs-unlock-profile{width:100%!important;max-width:100%!important;white-space:normal!important;line-height:1.3!important;justify-content:center!important;text-align:center!important}.hs-neural-page,.hs-neural-page.hs-app-shell,.hs-neural-page .hs-app-shell,.hs-neural-page .hs-content,.hs-neural-page .hs-topbar,.hs-neural-page .hs-content-body{margin-top:0!important;padding-top:0!important}.hs-mobile-search-trigger{right:16px!important;display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:99999!important}.hs-mobile-search-trigger{bottom:136px!important}body[class*="hiresmart-route-directory"] .hs-directory-filters{width:100%!important;max-width:100%!important}body[class*="hiresmart-route-directory"] .hs-filter-score-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.hs-mobile-notification-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hs-app-shell.is-collapsed .hs-universal-search{display:flex;width:100%;max-width:none;height:auto;margin:0 0 4px 0;align-items:center;justify-content:center;border:none;border-radius:10px;background:#fff0;cursor:pointer;padding:6px 0;transition:all 0.2s ease}.hs-app-shell.is-collapsed .hs-universal-search:hover{background:var(--hs-sidebar-active)}.hs-app-shell.is-collapsed .hs-universal-search-slider{display:none!important}.hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-icon{position:static;transform:none;margin:0;font-size:13px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--hs-sidebar-text)}.hs-app-shell.is-collapsed .hs-universal-search::after{content:'Search';display:block;margin-top:4px;max-width:70px;white-space:normal;overflow:visible;text-overflow:clip;font-size:9px;line-height:1.15;color:var(--hs-sidebar-muted);text-align:center}.hs-app-shell.is-collapsed .hs-universal-search:hover::after{color:var(--hs-sidebar-text)}.hs-app-shell.is-collapsed .hs-universal-search{flex-direction:column;gap:0}.hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-input{width:0;min-width:0;padding:0;border:0;opacity:0;pointer-events:none}@media (min-width:981px){.hs-mobile-notification-trigger,.hs-mobile-search-trigger{display:none!important}}@media (max-width:360px){.hiresmart-page,.hs-app-shell,.hs-content,.hs-content-body,.hs-topbar,.hs-card,.hs-card-header,.hs-topbar-titleblock,.hs-topbar-actions,.hs-filter-field,.hs-filter-input,.hs-jobs-search,.hs-connection-card,.hs-job-card,.hs-stat,.hs-highlight-card,.hs-usage-badge{min-width:0;max-width:100%;box-sizing:border-box}.hs-content-body{padding:10px 10px 84px!important;gap:10px!important}.hs-topbar{gap:6px;padding:8px 10px!important}.hs-topbar-title,.hs-card-title{font-size:13px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-topbar-meta,.hs-card-subtitle{font-size:10px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hs-card{padding:12px}.hs-card-header{gap:8px;align-items:flex-start}.hs-chip{max-width:100%;font-size:10px;padding:3px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (min-width:1200px){.hs-directory-grid,.directory-grid,.candidates-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}}@media (min-width:768px) and (max-width:1199.98px){.hs-directory-grid,.directory-grid,.candidates-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}}@media (max-width:767.98px){.hs-directory-grid,.directory-grid,.candidates-grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.hs-directory-card,.entity-card,.candidate-card{width:100%!important;max-width:100%!important}}@media (max-width:768px){.hs-topbar,body.hiresmart-route-profile .hs-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;gap:8px 10px!important;padding:10px 12px!important;margin-top:0!important;min-height:auto!important;align-items:start!important}.hs-topbar-logo-mobile,.hs-referrals-page .hs-topbar-logo-mobile,body.hiresmart-route-profile .hs-topbar-logo-mobile{display:flex!important;grid-column:1!important;grid-row:1!important;align-items:center!important;justify-content:flex-start!important;margin:0!important}.hs-topbar-titleblock,body.hiresmart-route-profile .hs-topbar-titleblock{display:flex!important;flex-direction:column!important;grid-column:1 / 3!important;grid-row:2!important;margin:0!important;padding:8px 10px!important;border:1px solid var(--hs-border)!important;border-radius:10px!important;background:var(--hs-surface-2)!important;gap:2px!important}.hs-topbar-title,body.hiresmart-route-profile .hs-topbar-title{display:block!important;font-size:13px!important;line-height:1.2!important;font-weight:600!important}.hs-topbar-meta,body.hiresmart-route-profile .hs-topbar-meta{display:block!important;font-size:11px!important;line-height:1.25!important;margin:0!important;color:var(--hs-muted)!important}.hiresmart-page[data-account-type="employer"] .hs-topbar,.hiresmart-page[data-account-type="agency"] .hs-topbar{display:flex!important;flex-direction:column!important;gap:8px!important;padding:10px 12px!important;align-items:stretch!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-row,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-row{display:flex!important;width:100%!important;justify-content:space-between!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-row-1,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-row-1{align-items:center!important;justify-content:space-between!important;gap:10px!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-row-2,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-row-2{align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;padding:8px 10px!important;border:1px solid var(--hs-border)!important;border-radius:10px!important;background:var(--hs-surface-2)!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-row-2>div:first-child,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-row-2>div:first-child,.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-row-3 .hs-topbar-meta,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-row-3 .hs-topbar-meta{min-width:0!important;flex:1 1 auto!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-row-3,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-row-3{align-items:center!important;justify-content:space-between!important;gap:10px!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-actions,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;margin-left:auto!important}.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-secondary-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-secondary-actions .btn-secondary{min-height:30px!important;padding:5px 10px!important;border-radius:999px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-title,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-title{display:block!important;font-size:15px!important;line-height:1.25!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;overflow:visible!important}.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-subtitle,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-subtitle,.hiresmart-page[data-account-type="employer"] .hs-topbar .hs-topbar-meta,.hiresmart-page[data-account-type="agency"] .hs-topbar .hs-topbar-meta{display:block!important;font-size:11px!important;line-height:1.35!important;margin:0!important;color:var(--hs-muted)!important;-webkit-line-clamp:unset!important;line-clamp:unset!important;overflow:visible!important}.hiresmart-page[data-account-type="employer"] .hs-stat-grid,.hiresmart-page[data-account-type="agency"] .hs-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.hiresmart-page[data-account-type="employer"] .hs-stat,.hiresmart-page[data-account-type="agency"] .hs-stat{min-height:92px!important;padding:12px!important}.hiresmart-page[data-account-type="employer"] .hs-stat-label,.hiresmart-page[data-account-type="agency"] .hs-stat-label{font-size:10px!important;line-height:1.25!important}.hiresmart-page[data-account-type="employer"] .hs-stat-value,.hiresmart-page[data-account-type="agency"] .hs-stat-value{font-size:22px!important;margin-top:8px!important}.hiresmart-page .hs-mobile-nav-item[data-icon-key="dashboard"],.hiresmart-page .hs-mobile-nav-item[data-icon-key="post-job"]{min-width:74px!important}.hiresmart-page .hs-mobile-nav-item[data-icon-key="dashboard"] .hs-mobile-nav-label,.hiresmart-page .hs-mobile-nav-item[data-icon-key="post-job"] .hs-mobile-nav-label{max-width:74px!important;font-size:9px!important;line-height:1.15!important}.hs-topbar-actions,body.hiresmart-route-profile .hs-topbar-actions{grid-column:2!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;margin:0!important}.hs-topbar-actions .hs-darkmode-toggle,body.hiresmart-route-profile .hs-topbar-actions .hs-darkmode-toggle{display:none!important}.hs-topbar-actions .hs-theme-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;height:30px!important;padding:4px 8px!important;border-radius:999px!important}.hs-topbar-actions .hs-theme-toggle .hs-theme-toggle-label{display:none!important}.hs-topbar-actions .hs-theme-toggle .hs-theme-toggle-icon{font-size:14px!important;line-height:1!important}.hs-topbar-actions .hs-coins-card{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:30px!important;padding:4px 8px!important;border-radius:999px!important;margin:0!important}.hs-topbar-actions .hs-coins-label{display:inline-flex!important;align-items:center!important;gap:3px!important;font-size:10px!important;line-height:1.1!important}.hs-topbar-actions .hs-coins-amount{font-size:13px!important;line-height:1!important;padding:2px 6px!important;border-radius:999px!important}.hs-topbar-actions .hs-coins-cta{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important;line-height:1!important;padding:4px 8px!important;min-height:22px!important;border-radius:999px!important;white-space:nowrap!important}.hs-topbar-actions .hs-chip{display:inline-flex!important;align-items:center!important;gap:4px!important;min-height:30px!important;padding:4px 8px!important;border-radius:999px!important;font-size:12px!important}.hs-topbar-actions .hs-chip::before{content:'Coins';font-size:10px;color:var(--hs-muted);margin-right:2px}.hs-content,.hs-content-body,.hs-page,body.hiresmart-route-profile .hs-content,body.hiresmart-route-profile .hs-content-body{margin-top:0!important;padding-top:0!important}.hs-neural-page,.hs-neural-page.hs-app-shell,.hs-neural-page .hs-content,.hs-neural-page .hs-topbar,.hs-neural-page .hs-content-body{margin-top:0!important;padding-top:0!important}}.hs-career-plan-content .hs-career-plan-grid{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start}.hs-career-plan-content .hs-career-plan-years{grid-column:1}.hs-career-plan-content .hs-career-plan-side{grid-column:2;display:flex;flex-direction:column;gap:12px}.hs-career-plan-content .hs-career-plan-side .hs-skill-gaps,.hs-career-plan-content .hs-career-plan-side .hs-learning-paths{margin:0}.hs-career-plan-content .hs-timeline-item{grid-template-columns:72px 1fr}.hs-career-plan-content .hs-timeline-marker{font-size:11px}@media (max-width:980px){.hs-career-plan-content .hs-career-plan-grid{grid-template-columns:1fr}.hs-career-plan-content .hs-career-plan-years,.hs-career-plan-content .hs-career-plan-side{grid-column:1}}@media (max-width:768px){.hs-directory-shell .hs-directory-bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important;flex-wrap:nowrap!important}.hs-directory-shell .hs-directory-tabs{min-width:0!important;width:auto!important;max-width:100%!important;flex:1 1 auto!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important}.hs-directory-shell .hs-directory-tabs .hs-dir-tab{flex:0 0 auto!important;white-space:nowrap!important}.hs-directory-shell .hs-filter-toggle-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;min-width:32px!important;height:32px!important;margin-left:4px!important;flex:0 0 auto!important}.hs-jobs-shell .hs-jobs-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important;flex-wrap:nowrap!important}.hs-jobs-shell .hs-jobs-search{min-width:0!important;width:100%!important;max-width:100%!important;flex:1 1 auto!important}.hs-jobs-shell .hs-jobs-search .hs-input{width:100%!important;min-width:0!important}.hs-jobs-shell .hs-filter-toggle-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;min-width:32px!important;height:32px!important;margin-left:4px!important;flex:0 0 auto!important}}@media (max-width:768px){body.hiresmart-page .hs-topbar,body.hiresmart-route-profile .hs-topbar{grid-template-columns:minmax(0,40%) minmax(0,60%)!important;margin-top:0!important;align-items:center!important}body.hiresmart-page .hs-topbar-logo-mobile,body.hiresmart-route-profile .hs-topbar-logo-mobile{min-width:0!important;max-width:100%!important;align-self:center!important;display:flex!important;align-items:center!important}body.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link,body.hiresmart-route-profile .hs-topbar-logo-mobile .hs-logo-link{display:inline-flex!important;align-items:center!important}body.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link img,body.hiresmart-route-profile .hs-topbar-logo-mobile .hs-logo-link img{max-width:100%!important;display:block!important}body.hiresmart-page .hs-topbar-actions,body.hiresmart-route-profile .hs-topbar-actions{min-width:0!important;max-width:100%!important;gap:4px!important;align-self:center!important;align-items:center!important}body.hiresmart-page .hs-topbar-actions .hs-coins-card,body.hiresmart-route-profile .hs-topbar-actions .hs-coins-card{max-width:100%!important}body.hiresmart-page .hs-topbar-actions .hs-coins-cta,body.hiresmart-route-profile .hs-topbar-actions .hs-coins-cta{font-size:9px!important;padding:4px 6px!important}body.hiresmart-route-neural-dashboard,body.hiresmart-route-neural-dashboard .hiresmart-page,body.hiresmart-route-neural-dashboard .hs-app-shell,body.hiresmart-route-neural-dashboard .hs-content,body.hiresmart-route-neural-dashboard .hs-topbar{margin-top:0!important;padding-top:0!important}body.hiresmart-page:not(.hiresmart-route-neural-dashboard) .hs-topbar{margin-bottom:10px!important}}@media (min-width:981px){body.hiresmart-page .hs-app-shell{--hs-sidebar-width:275px !important;--hs-sidebar-collapsed-width:80px !important;grid-template-columns:var(--hs-sidebar-width) minmax(0,1fr)!important}body.hiresmart-page .hs-sidebar{width:var(--hs-sidebar-width)!important;min-width:var(--hs-sidebar-width)!important;max-width:var(--hs-sidebar-width)!important;padding:22px 18px!important}body.hiresmart-page .hs-sidebar-brand{min-height:44px!important}body.hiresmart-page .hs-sidebar-brand img{max-width:190px!important}body.hiresmart-page .hs-sidebar .hs-nav-item,body.hiresmart-page .hs-sidebar .hs-nav-item.hs-notifications-trigger{padding:7px 12px!important}body.hiresmart-page .hs-topbar{padding:16px 12px!important}body.hiresmart-page .hs-content-body,body.hiresmart-page.hiresmart-route-profile .hs-content-body,body.hiresmart-page.hiresmart-route-referrals .hs-content-body{padding:18px 12px 22px!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}body.hiresmart-page .hs-jobs-shell{grid-template-columns:minmax(0,1fr) 320px!important;row-gap:6px!important}body.hiresmart-page .hs-jobs-filters{grid-column:2!important;grid-row:1!important;align-self:start!important;margin-top:0!important}body.hiresmart-page .hs-jobs-toolbar{grid-column:1!important;grid-row:1!important;margin-bottom:0!important;gap:6px!important}}.hs-directory-card--entity{display:grid;grid-template-areas:"top" "meta" "featured" "actions";align-content:start;gap:8px}.hs-directory-card--entity .hs-directory-top{grid-area:top;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;column-gap:10px}.hs-directory-card--entity .hs-directory-meta-row{grid-area:meta;min-width:0}.hs-directory-card--entity .hs-featured-pill{grid-area:featured;margin-top:0}.hs-directory-card--entity .hs-directory-actions{grid-area:actions;position:static;width:100%;margin-top:2px}.hs-directory-card--entity .hs-actions-unlocked,.hs-directory-card--entity .hs-actions-locked{width:100%}.hs-directory-card--entity .hs-directory-review-item{display:flex;align-items:center;gap:6px;flex-wrap:wrap}@media (max-width:480px){.hs-directory-card--entity .hs-directory-meta-item,.hs-directory-card--entity .hs-directory-meta-item--skills{white-space:normal;overflow-wrap:anywhere;text-overflow:clip}}.hiresmart-register-container .hs-plan-selection-subtitle{margin:6px 0 10px;color:var(--hs-muted);font-size:12px;line-height:1.4}.hs-jobs-suggestions{display:none;width:100%;margin-top:2px;gap:6px}.hs-jobs-suggestions.is-visible{display:flex;flex-wrap:wrap}.hs-jobs-suggestion-item{display:inline-flex;align-items:center;gap:6px;max-width:100%;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-text);border-radius:999px;padding:4px 10px;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.hs-jobs-suggestion-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-jobs-suggestion-company{white-space:nowrap;flex:0 0 auto}.hs-jobs-suggestion-item.is-active,.hs-jobs-suggestion-item:hover{border-color:var(--hs-primary);color:var(--hs-primary);background:var(--hs-surface-2)}.hs-jobs-search-empty{display:none;width:100%;margin-top:2px;font-size:12px;color:var(--hs-muted)}.hs-jobs-search-empty.is-visible{display:block}.hs-jobs-toolbar+.jobs-grid{margin-top:0!important}@media (min-width:981px){body.hiresmart-page .hs-sidebar{overflow:visible!important}body.hiresmart-page .hs-nav{overflow-x:visible!important}body.hiresmart-page .hs-universal-search{max-width:238px}body.hiresmart-page .hs-universal-search-icon{left:10px;font-size:12px}body.hiresmart-page .hs-universal-search-input{min-height:38px;line-height:1.35;padding:9px 10px 9px 30px}body.hiresmart-page .hs-universal-search-slider{z-index:3200}body.hiresmart-page .hs-universal-search{position:relative;overflow:visible;z-index:3100}body.hiresmart-page .hs-universal-search-slider{position:fixed!important;right:auto!important;bottom:auto!important;z-index:2147483646!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search{position:relative;overflow:visible;z-index:3100;width:100%}body.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-icon{position:relative;z-index:1}body.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-input{position:absolute;inset:auto;left:0;top:0;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;border:none;opacity:0;pointer-events:auto;color:#fff0;caret-color:#fff0;background:#fff0;z-index:2}body.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search:focus-within .hs-universal-search-input{left:0;top:0;right:auto;bottom:auto;width:200px;min-width:200px;height:32px;min-height:32px;padding:6px 8px 6px 28px;border:1px solid var(--hs-border);border-radius:8px;opacity:1;pointer-events:auto;color:var(--hs-text);caret-color:auto;background:var(--hs-surface);box-shadow:0 4px 16px rgb(15 23 42 / .12);z-index:3}body.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search-slider{position:absolute!important;left:0!important;top:36px!important;right:auto!important;bottom:auto!important;width:280px!important;max-width:280px!important;z-index:3300!important;display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search:focus-within .hs-universal-search-slider{display:block!important}}@media (max-width:980px){.hiresmart-register-container .hs-billing-toggle{align-items:flex-start;gap:8px}.hiresmart-register-container .hs-billing-options{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:auto!important;max-width:100%;gap:8px!important}.hiresmart-register-container .hs-billing-option{width:auto!important;min-width:0;padding:8px 10px}.hiresmart-register-container .hs-billing-option span,.hiresmart-register-container .hs-billing-option em{white-space:nowrap}}@media (max-width:768px){.hs-jobs-shell .hs-jobs-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;row-gap:8px!important}.hs-jobs-shell .hs-jobs-toolbar-main{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;column-gap:8px!important;min-width:0!important}.hs-jobs-shell .hs-jobs-search{min-width:0!important;width:100%!important;max-width:100%!important}.hs-jobs-shell .hs-jobs-suggestions,.hs-jobs-shell .hs-jobs-search-empty{width:100%!important}.hs-jobs-shell .hs-jobs-suggestion-item{max-width:100%}}.hs-directory-card{position:relative}.hs-card-heart-button{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:999px;border:1px solid var(--hs-border);background:var(--hs-surface);color:var(--hs-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.hs-card-heart-button .hs-card-heart-glyph{font-size:15px;line-height:1}.hs-card-heart-button.is-active{color:var(--hs-primary);border-color:rgb(37 99 235 / .35);background:rgb(37 99 235 / .12)}.hs-directory-actions .btn-secondary{color:var(--hs-text);background:var(--hs-surface-2);border-color:var(--hs-border)}.hs-directory-actions .hs-list-action.is-active:not(.hs-card-heart-button){color:var(--hs-primary);border-color:rgb(37 99 235 / .35);background:rgb(37 99 235 / .08)}.hs-directory-card .hs-actions-unlocked{display:none}.hs-directory-card .hs-actions-locked{display:flex}.hs-directory-card.is-unlocked .hs-actions-unlocked{display:flex!important}.hs-directory-card.is-unlocked .hs-actions-locked{display:none!important}.hs-directory-card.is-locked .hs-actions-unlocked{display:none!important}.hs-directory-card.is-locked .hs-actions-locked{display:flex!important}.hs-directory-card .hs-actions-unlocked{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.hs-directory-card .hs-actions-unlocked>.btn-primary,.hs-directory-card .hs-actions-unlocked>.btn-secondary,.hs-directory-card .hs-actions-unlocked>button{width:100%;min-width:0}.hs-directory-card .hs-actions-unlocked>:last-child:nth-child(odd){grid-column:1 / -1}.hs-message-modal-card{width:min(390px, calc(100vw - 24px));max-height:min(86vh, 760px);display:flex;flex-direction:column;overflow:visible;position:relative}.hs-message-modal-card.is-thread-active{width:min(980px, calc(100vw - 24px))}@media (min-width:981px){#hs-message-modal{align-items:flex-end;justify-content:flex-end;padding:20px 20px 88px}.hs-message-modal-card{max-height:min(84vh, 720px)}.hs-message-modal-card.is-thread-active{width:min(1000px, calc(100vw - 32px))}.hs-message-modal-body{gap:8px;min-height:340px}.hs-message-layout.is-thread-active{grid-template-columns:276px minmax(0,1fr);gap:10px}.hs-message-conversations{padding:9px;gap:8px;border-radius:16px}.hs-message-conversations-topbar{gap:6px}.hs-conversations-list{gap:5px}.hs-conversation-item{padding:8px 9px;border-radius:12px}.hs-message-thread-panel{gap:8px}.hs-message-thread-box{border-radius:20px}.hs-message-thread-topbar{padding:12px 14px;gap:10px}.hs-message-thread-profile{gap:8px}.hs-message-access-banner{padding:9px 12px;gap:10px}.hs-message-thread{padding:14px;gap:8px}.hs-message-compose{gap:8px;padding:10px 12px 12px}#hs-request-chat-access{min-width:132px;max-width:180px;min-height:34px;padding:7px 12px;font-size:11px}}.hs-message-titlebar{display:inline-flex;align-items:center;gap:8px;min-width:0}.hs-message-titlecopy{min-width:0}.hs-message-titlecopy h3{margin:0;font-size:15px;line-height:1.2}.hs-message-titlecopy .hs-card-subtitle{font-size:11px}.hs-message-avatar,.hs-message-title-avatar,.hs-conversation-avatar,.hs-message-bubble-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;overflow:hidden;flex:0 0 auto;border:1px solid rgb(37 99 235 / .14);background:linear-gradient(135deg,rgb(37 99 235 / .12) 0%,rgb(56 189 248 / .2) 100%);color:var(--hs-primary);font-weight:700}.hs-message-avatar.has-image,.hs-message-title-avatar.has-image,.hs-conversation-avatar.has-image,.hs-message-bubble-avatar.has-image{border:none;background:#fff0}.hs-message-avatar img,.hs-message-title-avatar img,.hs-conversation-avatar img,.hs-message-bubble-avatar img{width:100%;height:100%;object-fit:cover;display:block}.hs-message-title-avatar{width:34px;height:34px;font-size:12px}.hs-message-title-avatar-generic{background:linear-gradient(135deg,rgb(37 99 235 / .12) 0%,rgb(56 189 248 / .18) 100%);font-size:13px}.hs-message-modal-body{display:flex;flex-direction:column;gap:10px;min-height:360px;min-width:0;overflow:hidden}.hs-message-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;min-height:0;flex:1}.hs-message-layout.is-thread-active{grid-template-columns:290px minmax(0,1fr)}.hs-message-conversations{border:1px solid rgb(148 163 184 / .18);border-radius:18px;background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(248 250 252 / .94) 100%);padding:10px;display:flex;flex-direction:column;gap:10px;min-height:220px;min-width:0;box-shadow:0 18px 40px rgb(15 23 42 / .06)}.hs-message-conversations-topbar{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;align-items:center}.hs-message-conversations-heading{min-width:0;display:grid;gap:2px}.hs-message-conversations-titlebar{display:inline-flex;align-items:center;gap:8px;min-width:0}.hs-message-conversations-title{margin:0;font-size:16px;line-height:1.2}.hs-message-conversations-topbar .hs-input{min-width:0}.hs-conversations-list{overflow-y:auto;display:grid;gap:6px;min-height:0}.hs-conversation-item{border:1px solid var(--hs-border);background:var(--hs-surface-2);border-radius:10px;padding:7px 8px;text-align:left;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:start;cursor:pointer}.hs-conversation-item.is-active{border-color:rgb(37 99 235 / .35);background:rgb(37 99 235 / .08)}.hs-conversation-avatar{width:32px;height:32px;font-size:11px}.hs-conversation-main{min-width:0;display:flex;flex-direction:column;gap:3px}.hs-conversation-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.hs-conversation-namegroup{min-width:0;display:inline-flex;align-items:center;gap:5px}.hs-conversation-name{font-weight:600;color:var(--hs-text);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.hs-conversation-name:hover,.hs-conversation-name:focus-visible,.hs-directory-name:hover,.hs-directory-name:focus-visible{color:var(--hs-primary)}.hs-conversation-meta{font-size:10px;color:var(--hs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-conversation-footer{display:flex;align-items:center;justify-content:flex-end;min-height:12px;margin-top:auto}.hs-conversation-time{display:block;font-size:9px;color:var(--hs-muted);line-height:1.3}.hs-message-state-chip{font-size:9px;line-height:1;padding:3px 5px;border-radius:999px;border:1px solid var(--hs-border);color:var(--hs-muted)}.hs-message-thread-wrap{display:none;flex-direction:column;gap:8px;min-width:0}.hs-message-layout.is-thread-active .hs-message-thread-wrap{display:flex}.hs-message-thread-panel{display:flex;flex:1;min-height:0;flex-direction:column;gap:10px}.hs-message-thread-box{display:flex;flex:1;min-height:0;flex-direction:column;overflow:hidden;border:1px solid rgb(37 99 235 / .12);border-radius:22px;background:linear-gradient(180deg,rgb(248 250 252 / .99) 0%,rgb(241 245 249 / .96) 100%);box-shadow:0 24px 60px rgb(15 23 42 / .09),inset 0 1px 0 rgb(255 255 255 / .75)}.hs-message-modal-dismiss{position:absolute;top:0;right:4px;transform:translateY(calc(-100% - 8px));z-index:6;width:34px;min-width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(37 99 235 / .18);background:rgb(255 255 255 / .96);color:var(--hs-primary);box-shadow:0 10px 20px rgb(15 23 42 / .16)}.hs-message-modal-dismiss:hover,.hs-message-modal-dismiss:focus-visible{color:var(--hs-primary-dark);border-color:rgb(37 99 235 / .28);background:#fff}.hs-message-thread-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgb(148 163 184 / .14);background:linear-gradient(180deg,rgb(255 255 255 / .92) 0%,rgb(248 250 252 / .75) 100%)}.hs-message-thread-profile{display:inline-flex;align-items:center;gap:10px;min-width:0}.hs-message-thread-actions{display:inline-flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:nowrap;position:relative}.hs-message-titlecopy{min-width:0}.hs-message-titlecopy .hs-card-subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-message-thread-back{display:none}.hs-message-conversations-titlebar .hs-message-thread-back{flex:0 0 auto}#hs-message-thread-back{width:28px;min-width:28px;height:28px;padding:0;border:1px solid rgb(37 99 235 / .18);background:rgb(37 99 235 / .08);color:var(--hs-primary)}#hs-message-thread-back:hover,#hs-message-thread-back:focus-visible{color:var(--hs-primary-dark);border-color:rgb(37 99 235 / .28);background:rgb(37 99 235 / .12)}#hs-message-thread-back .hs-message-action-icon{margin:auto}.hs-message-modal-dismiss .hs-message-action-icon{margin:0}.hs-message-thread-overflow{display:none}.hs-message-thread-overflow-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;padding:6px;border:1px solid rgb(148 163 184 / .18);border-radius:14px;background:rgb(255 255 255 / .98);box-shadow:0 18px 36px rgb(15 23 42 / .18);display:none;z-index:4}.hs-message-thread-overflow-menu.is-open{display:grid}.hs-message-thread-menu-item{border:0;background:#fff0;padding:10px 12px;text-align:left;border-radius:10px;color:var(--hs-text);font-size:12px;cursor:pointer}.hs-message-thread-menu-item:hover,.hs-message-thread-menu-item:focus-visible{background:rgb(37 99 235 / .08);color:var(--hs-primary-dark)}.hs-message-thread-search-shell{width:0;min-width:0;opacity:0;overflow:hidden;transition:width 0.18s ease,opacity 0.18s ease}.hs-message-thread-search-shell.is-open{width:min(220px, 32vw);opacity:1}#hs-message-unblock,#hs-message-block,#hs-thread-search-toggle,#hs-message-report,#hs-message-modal-close{display:none!important}#hs-thread-search{display:block}.hs-message-access-banner,.hs-message-reply-preview{border:0;background:rgb(255 255 255 / .8);padding:10px 14px;font-size:12px}.hs-message-access-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid rgb(148 163 184 / .14);border-radius:18px 18px 0 0}.hs-message-access-banner.is-warning,.hs-message-access-banner.is-pending{background:rgb(245 158 11 / .08);border-color:rgb(245 158 11 / .18)}.hs-message-access-banner.is-blocked{background:rgb(220 38 38 / .1);color:#991b1b}.hs-message-access-copy{min-width:0;display:grid;gap:4px}.hs-message-access-copy strong{font-size:12px;line-height:1.3}.hs-message-access-copy span{color:inherit;opacity:.86}.hs-message-access-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}#hs-request-chat-access{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:160px;max-width:220px;min-height:38px;padding:8px 14px;font-size:12px;line-height:1.2;border-radius:12px;flex:0 0 auto;white-space:nowrap}.hs-message-reply-link{border:0;background:#fff0;color:var(--hs-primary);cursor:pointer;font-size:10px;padding:0;margin-top:4px}.hs-message-attachment{font-size:11px}.hs-message-thread{flex:1;min-height:220px;max-height:52vh;overflow-y:auto;padding:16px;border:0;border-radius:0;background:#fff0;display:flex;flex-direction:column;gap:10px}.hs-message-item{display:flex;flex-direction:column;gap:3px;max-width:86%}.hs-message-item-main{display:flex;align-items:flex-end;gap:6px}.hs-message-item.is-mine{margin-left:auto;align-items:flex-end}.hs-message-item.is-mine .hs-message-item-main{flex-direction:row-reverse}.hs-message-item.is-theirs{margin-right:auto;align-items:flex-start}.hs-message-item-content{display:grid;gap:3px}.hs-message-bubble{display:grid;gap:8px;line-height:1.45;font-size:11px;background:var(--hs-surface);border:1px solid var(--hs-border);color:var(--hs-text);overflow-wrap:anywhere;padding:10px 12px;border-radius:14px}.hs-message-bubble-avatar{width:26px;height:26px;font-size:10px}.hs-message-item.is-mine .hs-message-bubble{background:rgb(37 99 235 / .08);border-color:rgb(37 99 235 / .2)}.hs-message-time{font-size:10px;color:var(--hs-muted)}.hs-message-compose{display:flex;align-items:flex-end;gap:10px;padding:12px 14px 14px;border-top:1px solid rgb(148 163 184 / .14);background:rgb(255 255 255 / .9)}.hs-message-compose textarea{resize:vertical;min-height:42px;max-height:140px;line-height:1.45;font-size:12px;padding:10px 12px;border-radius:14px;flex:1 1 auto}.hs-message-compose-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;padding-bottom:2px}.hs-message-compose-actions .btn-icon,.hs-message-thread-actions .btn-icon,.hs-conversation-delete{width:28px;min-width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:0}.hs-message-thread-actions .btn-icon,.hs-conversation-delete,#hs-message-attach{border:1px solid rgb(37 99 235 / .18);background:rgb(37 99 235 / .08);color:var(--hs-primary)}.hs-conversation-delete{align-self:flex-start}#hs-message-send{background:var(--hs-primary);border-color:var(--hs-primary);color:#fff}#hs-message-send:hover,#hs-message-send:focus-visible{background:var(--hs-primary-dark);border-color:var(--hs-primary-dark)}.hs-message-action-icon{width:13px;height:13px;display:block;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.hs-message-action-icon.is-delete{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 1h4l.5 1H13v2H3V2h2.5L6 1zm-1 4h1v7H5V5zm3 0h1v7H8V5zm3 0h1v7h-1V5zM4 13h8a1 1 0 0 0 1-1V4H3v8a1 1 0 0 0 1 1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M6 1h4l.5 1H13v2H3V2h2.5L6 1zm-1 4h1v7H5V5zm3 0h1v7H8V5zm3 0h1v7h-1V5zM4 13h8a1 1 0 0 0 1-1V4H3v8a1 1 0 0 0 1 1z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-block{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1.5A5.5 5.5 0 0 0 4.06 11.7l7.64-7.64A5.47 5.47 0 0 0 8 2.5zm3.94 2.8L4.3 12.94A5.5 5.5 0 0 0 11.94 5.3z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1.5A5.5 5.5 0 0 0 4.06 11.7l7.64-7.64A5.47 5.47 0 0 0 8 2.5zm3.94 2.8L4.3 12.94A5.5 5.5 0 0 0 11.94 5.3z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-unblock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a7 7 0 1 1-4.95 2.05L1.6 4.5H5V1.1L3.96 2.14A8 8 0 1 0 8 0v1zm2.85 4.15-4.1 4.1L5.2 7.7l-.9.9 2.45 2.45 5-5-.9-.9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a7 7 0 1 1-4.95 2.05L1.6 4.5H5V1.1L3.96 2.14A8 8 0 1 0 8 0v1zm2.85 4.15-4.1 4.1L5.2 7.7l-.9.9 2.45 2.45 5-5-.9-.9z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-report{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 1h1v14H4V1zm2 1h6l-1.4 2L12 6H6V2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M4 1h1v14H4V1zm2 1h6l-1.4 2L12 6H6V2z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-back{width:12px;height:12px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M7.47 2.47 1.94 8l5.53 5.53 1.06-1.06L4.81 8.75H14v-1.5H4.81l3.72-3.72-1.06-1.06z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M7.47 2.47 1.94 8l5.53 5.53 1.06-1.06L4.81 8.75H14v-1.5H4.81l3.72-3.72-1.06-1.06z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-search{width:13px;height:13px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.24 10.18 14.53 13.47l-1.06 1.06-3.29-3.29a5.5 5.5 0 1 1 1.06-1.06zM6.5 11A4.5 4.5 0 1 0 6.5 2a4.5 4.5 0 0 0 0 9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.24 10.18 14.53 13.47l-1.06 1.06-3.29-3.29a5.5 5.5 0 1 1 1.06-1.06zM6.5 11A4.5 4.5 0 1 0 6.5 2a4.5 4.5 0 0 0 0 9z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-more{width:12px;height:12px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 3.25A1.25 1.25 0 1 1 8 .75a1.25 1.25 0 0 1 0 2.5zm0 6A1.25 1.25 0 1 1 8 6.75a1.25 1.25 0 0 1 0 2.5zm0 6A1.25 1.25 0 1 1 8 12.75a1.25 1.25 0 0 1 0 2.5z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 3.25A1.25 1.25 0 1 1 8 .75a1.25 1.25 0 0 1 0 2.5zm0 6A1.25 1.25 0 1 1 8 6.75a1.25 1.25 0 0 1 0 2.5zm0 6A1.25 1.25 0 1 1 8 12.75a1.25 1.25 0 0 1 0 2.5z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-attach{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.5 4.5v6a3.5 3.5 0 1 1-7 0v-6a2.5 2.5 0 1 1 5 0v5.75a1.25 1.25 0 1 1-2.5 0V5h1v5.25a.25.25 0 1 0 .5 0V4.5a1.5 1.5 0 1 0-3 0v6a2.5 2.5 0 0 0 5 0v-6h1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.5 4.5v6a3.5 3.5 0 1 1-7 0v-6a2.5 2.5 0 1 1 5 0v5.75a1.25 1.25 0 1 1-2.5 0V5h1v5.25a.25.25 0 1 0 .5 0V4.5a1.5 1.5 0 1 0-3 0v6a2.5 2.5 0 0 0 5 0v-6h1z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-send{width:12px;height:12px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M14.5 1.5 1.75 7l4.75 1.75L8.25 13.5l6.25-12zm-6.64 7.2-1-1L12.5 3 7.86 8.7z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M14.5 1.5 1.75 7l4.75 1.75L8.25 13.5l6.25-12zm-6.64 7.2-1-1L12.5 3 7.86 8.7z'/%3E%3C/svg%3E")}.hs-message-action-icon.is-close{width:12px;height:12px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3.72 3.72 8 8l4.28-4.28 1.06 1.06L9.06 9.06l4.28 4.28-1.06 1.06L8 10.12l-4.28 4.28-1.06-1.06 4.28-4.28-4.28-4.28 1.06-1.06z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M3.72 3.72 8 8l4.28-4.28 1.06 1.06L9.06 9.06l4.28 4.28-1.06 1.06L8 10.12l-4.28 4.28-1.06-1.06 4.28-4.28-4.28-4.28 1.06-1.06z'/%3E%3C/svg%3E")}.hs-conversation-delete:hover,.hs-conversation-delete:focus-visible{color:var(--hs-primary-dark);border-color:rgb(37 99 235 / .28);background:rgb(37 99 235 / .12)}#hs-activity-action-modal{z-index:2147483647!important}#hs-activity-action-modal .hs-modal-card{position:relative;z-index:2147483647!important}@media (max-width:720px){#hs-message-thread-back{width:40px;min-width:40px;height:36px}}.hs-message-body-text{white-space:pre-wrap;overflow-wrap:anywhere}.hs-message-reply-reference.is-from-me{border-left-color:rgb(37 99 235 / .55);background:rgb(37 99 235 / .12);color:#1d4ed8}.hs-message-reply-reference.is-from-them{border-left-color:rgb(2 132 199 / .55);background:rgb(2 132 199 / .12);color:#0369a1}.hs-message-item.is-mine{margin-left:auto!important;margin-right:0!important;align-items:flex-end!important}.hs-message-item.is-theirs{margin-right:auto!important;margin-left:0!important;align-items:flex-start!important}@media (max-width:720px){.hs-message-modal-card{width:calc(100vw - 12px);max-width:calc(100vw - 12px);max-height:calc(100dvh - 12px);border-radius:12px}.hs-message-modal-card.is-thread-active{width:calc(100vw - 12px)}.hs-message-layout{grid-template-columns:1fr}.hs-message-layout.is-thread-active{grid-template-columns:1fr}.hs-message-conversations{min-height:140px;max-height:24dvh}.hs-message-layout.is-thread-active .hs-message-thread-wrap{display:flex}.hs-message-modal-card .btn-icon,.hs-message-modal-card .hs-modal-close{min-width:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center}.hs-message-modal-body{min-height:0;padding-bottom:env(safe-area-inset-bottom,0)}.hs-message-thread{min-height:160px;max-height:40dvh}.hs-message-thread-panel{gap:8px}.hs-message-thread-box{border-radius:14px}.hs-message-thread-search-shell.is-open{width:min(100%, 240px)}.hs-message-access-banner{flex-direction:column}.hs-message-item{max-width:92%}.hs-conversation-item{grid-template-columns:auto minmax(0,1fr)}.hs-message-compose textarea{max-height:18dvh}}.hs-list-item-type{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600;color:var(--hs-primary);background:rgb(37 99 235 / .1)}.hs-lists-filters{display:flex;flex-direction:column;gap:10px;margin:10px 0 14px;padding:12px;border:1px solid var(--hs-border);border-radius:12px;background:var(--hs-surface)}@media (min-width:901px){.hs-lists-panel .hs-filter-toggle-btn{display:none!important}}@media (max-width:900px){.hs-directory-filters,.hs-jobs-filters,.hs-lists-filters{display:none!important;position:fixed!important;top:70px!important;left:12px!important;right:12px!important;bottom:12px!important;height:auto!important;max-height:none!important;overflow-y:auto!important;border:1px solid var(--hs-border)!important;border-radius:14px!important;padding:14px!important;background:var(--hs-surface)!important;z-index:9999!important}.hs-directory-filters.active,.hs-jobs-filters.active,.hs-lists-filters.active{display:flex!important}.hs-filter-actions{flex-direction:row!important;gap:10px!important}.hs-filter-actions .btn-secondary{width:auto!important;flex:1 1 0!important}.hs-lists-filters{margin:0!important}}@media (max-width:720px){.hs-card-heart-button{top:8px;right:8px;width:28px;height:28px}.hs-directory-card.is-unlocked .hs-actions-unlocked{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important}.hs-directory-card.is-unlocked .hs-actions-unlocked .btn-secondary,.hs-directory-card.is-unlocked .hs-actions-unlocked .btn-primary{width:auto!important;flex:1 1 calc(50% - 4px)!important;min-width:0}.hs-directory-card.is-unlocked .hs-actions-unlocked .hs-submit-review{flex:1 1 calc(50% - 4px)!important}.hs-directory-card.is-unlocked .hs-actions-unlocked>:last-child:nth-child(odd){grid-column:1 / -1}}.hs-lists-panel .hs-card-header .hs-filter-toggle-btn{display:inline-flex!important}.hs-lists-panel .hs-lists-filters{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.hs-lists-panel .hs-lists-filters .hs-filter-group{grid-column:1}.hs-lists-panel .hs-lists-filters .hs-filter-actions{grid-column:2;display:flex;flex-direction:row;align-items:center;width:auto;gap:8px;padding:0;border-top:0;background:#fff0}.hs-lists-panel .hs-lists-filters .hs-filter-actions .btn-secondary{width:auto;min-width:88px}@media (min-width:901px){.hs-lists-panel .hs-filter-toggle-btn{display:inline-flex!important}}.hs-universal-search{width:calc(100% - 12px);max-width:none;z-index:10010}.hs-universal-search-slider{position:absolute;left:0;top:calc(100% + 8px);width:min(360px, calc(100vw - 32px));min-width:260px;z-index:10020}.hs-app-shell.is-collapsed .hs-universal-search{width:44px;max-width:44px;min-height:36px;margin:0 auto 8px;display:block;border:1px solid rgb(148 163 184 / .35);border-radius:10px;background:rgb(148 163 184 / .08);overflow:visible}.hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;font-size:13px}.hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-input{width:44px;min-width:44px;min-height:36px;padding:0;border:0;opacity:0;pointer-events:auto;color:#fff0;caret-color:#fff0;background:#fff0}.hs-app-shell.is-collapsed .hs-universal-search-slider.is-open{display:block!important}.hs-app-shell.is-collapsed .hs-universal-search:focus-within{width:220px;max-width:220px;margin-left:0}.hs-app-shell.is-collapsed .hs-universal-search:focus-within .hs-universal-search-icon{left:12px;transform:translateY(-50%)}.hs-app-shell.is-collapsed .hs-universal-search:focus-within .hs-universal-search-input{width:100%;min-width:220px;padding:7px 8px 7px 26px;opacity:1;color:var(--hs-sidebar-text);caret-color:auto}@media (min-width:981px){body.hiresmart-page .hs-app-shell.is-collapsed{grid-template-columns:var(--hs-sidebar-collapsed-width) minmax(0,1fr)!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{width:var(--hs-sidebar-collapsed-width)!important;min-width:var(--hs-sidebar-collapsed-width)!important;max-width:var(--hs-sidebar-collapsed-width)!important;padding:10px 6px!important}}.hs-phone-access-request-btn{margin-left:8px;min-height:30px;padding:4px 10px;font-size:12px}.hs-phone-access-request-status{margin-left:8px;font-size:12px;color:var(--hs-muted)}@media (min-width:981px){.hiresmart-page .hs-sidebar,.hiresmart-page .hs-nav,.hiresmart-page .hs-sidebar .hs-nav{overflow:visible!important}.hiresmart-page .hs-universal-search{position:relative!important;overflow:visible!important;z-index:12000!important}.hiresmart-page .hs-universal-search-slider{position:absolute!important;left:calc(100% + 12px)!important;top:2px!important;right:auto!important;bottom:auto!important;display:none!important;z-index:12010!important}.hiresmart-page .hs-universal-search-slider.is-open{display:block!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search-slider{left:calc(100% + 12px)!important;top:2px!important}}@media (max-width:980px){.hiresmart-page .hs-mobile-notification-trigger,.hiresmart-page .hs-mobile-search-trigger{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:99999!important}}.hiresmart-page .hs-universal-search-icon{width:14px;height:14px;font-size:0;color:var(--hs-sidebar-muted);background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain}.hiresmart-page .hs-mobile-search-trigger,.hiresmart-page .hs-mobile-notification-trigger{font-size:0}.hiresmart-page .hs-mobile-trigger-icon{display:inline-block;width:18px;height:18px;background-color:currentColor}.hiresmart-page .hs-mobile-trigger-icon-search{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain}.hiresmart-page .hs-mobile-trigger-icon-bell{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a4 4 0 0 1 4 4v2.8l1.2 2V11H2.8V9.8L4 7.8V5a4 4 0 0 1 4-4zm-1.5 11h3a1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a4 4 0 0 1 4 4v2.8l1.2 2V11H2.8V9.8L4 7.8V5a4 4 0 0 1 4-4zm-1.5 11h3a1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E") no-repeat center / contain}.hiresmart-page .hs-mobile-trigger-icon-messages{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2.75A1.75 1.75 0 0 1 3.75 1h8.5A1.75 1.75 0 0 1 14 2.75v6.5A1.75 1.75 0 0 1 12.25 11H6.5L3 14v-3H3.75A1.75 1.75 0 0 1 2 9.25v-6.5z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2.75A1.75 1.75 0 0 1 3.75 1h8.5A1.75 1.75 0 0 1 14 2.75v6.5A1.75 1.75 0 0 1 12.25 11H6.5L3 14v-3H3.75A1.75 1.75 0 0 1 2 9.25v-6.5z'/%3E%3C/svg%3E") no-repeat center / contain}@media (max-width:768px){.hiresmart-page .hs-mobile-floating-search .hs-mobile-trigger-icon,.hiresmart-page .hs-mobile-floating-notifications .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon{width:18px;height:18px}}.hiresmart-page .hs-mobile-notification-trigger{color:var(--hs-muted)}.hiresmart-page .hs-mobile-search-trigger{color:var(--hs-muted)}.hiresmart-page .hs-mobile-notification-trigger:not(.has-unread){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hiresmart-page .hs-mobile-notification-trigger.has-unread{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}body.hiresmart-route-profile .hs-mobile-notification-trigger{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hiresmart-page .hs-sidebar{display:flex;flex-direction:column;min-height:0}.hiresmart-page .hs-nav{flex:1 1 auto;min-height:0;padding-bottom:16px}.hiresmart-page .hs-sidebar-footer{position:sticky;bottom:0;z-index:20;background:var(--hs-sidebar-bg)}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{display:flex;flex-direction:column;height:100vh;overflow:hidden}.hiresmart-page .hs-app-shell.is-collapsed .hs-nav{flex:1;min-height:0;overflow-y:auto;padding-bottom:8px}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-footer{position:relative;flex-shrink:0;margin-top:0}.hiresmart-page .hs-universal-search{overflow:visible!important}.hiresmart-page .hs-universal-search-slider{z-index:13050!important;pointer-events:auto}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search{width:100%!important;max-width:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:6px 0!important;margin:0!important;background:transparent!important;border:0!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search .hs-universal-search-icon{width:24px!important;height:24px!important;font-size:13px!important;line-height:1!important;color:var(--hs-sidebar-text)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:none!important;-webkit-mask:none!important;mask:none!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search::after{content:'Search';font-size:9px;line-height:1.15;margin-top:4px;color:var(--hs-sidebar-muted)}.hs-activity-header{align-items:center}.hs-activity-menu-trigger{margin-left:auto;border:0;background:#fff0;width:30px;height:30px;border-radius:50%;cursor:pointer;color:var(--hs-muted);font-size:20px;line-height:1}.hs-activity-menu-trigger:hover{background:var(--hs-surface-2);color:var(--hs-text)}.hs-activity-item{position:relative;overflow:visible}.hs-activity-menu{position:absolute;top:44px;right:12px;z-index:2147483645;min-width:140px;border:1px solid var(--hs-border);background:var(--hs-surface);border-radius:10px;box-shadow:0 8px 20px rgb(15 23 42 / .12);padding:6px;display:grid;gap:4px}.hs-activity-menu-action{border:0;background:#fff0;text-align:left;width:100%;padding:8px 10px;border-radius:8px;color:var(--hs-text);cursor:pointer;font-size:13px}.hs-activity-menu-action:hover{background:var(--hs-surface-2)}.hiresmart-page .btn-primary,.hiresmart-page a.btn-primary,.hiresmart-page button.btn-primary,.hs-modal .btn-primary,.hs-modal-overlay .btn-primary{background:var(--hs-primary)!important;border-color:var(--hs-primary)!important;color:#ffffff!important}.hiresmart-page .btn-primary:hover,.hiresmart-page a.btn-primary:hover,.hiresmart-page button.btn-primary:hover,.hs-modal .btn-primary:hover,.hs-modal-overlay .btn-primary:hover{background:var(--hs-primary-dark)!important;border-color:var(--hs-primary-dark)!important;color:#ffffff!important}.hiresmart-page .btn-secondary,.hiresmart-page a.btn-secondary,.hiresmart-page button.btn-secondary,.hs-modal .btn-secondary,.hs-modal-overlay .btn-secondary{background:var(--hs-surface-2)!important;border-color:var(--hs-border)!important;color:var(--hs-text)!important}.hiresmart-page .btn-secondary:hover,.hiresmart-page a.btn-secondary:hover,.hiresmart-page button.btn-secondary:hover,.hs-modal .btn-secondary:hover,.hs-modal-overlay .btn-secondary:hover{background:var(--hs-surface)!important;border-color:var(--hs-primary)!important;color:var(--hs-primary)!important}.hs-activity-actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:8px}.hs-activity-actions .hs-activity-icon-btn{background:transparent!important;border:0!important;border-radius:0!important;padding:2px 6px!important;width:auto!important;min-width:0!important;justify-content:flex-start!important}.hs-activity-actions .hs-activity-icon-btn:hover{background:transparent!important}.hiresmart-page .hs-directory-card.is-locked .hs-actions-unlocked{display:none!important}.hiresmart-page .hs-directory-card.is-locked .hs-actions-locked{display:block!important}.hiresmart-page .hs-directory-card.is-unlocked .hs-actions-unlocked{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.hiresmart-page .hs-directory-card.is-unlocked .hs-actions-locked{display:none!important}.hiresmart-page .hs-directory-card .hs-actions-unlocked>.btn-primary,.hiresmart-page .hs-directory-card .hs-actions-unlocked>.btn-secondary,.hiresmart-page .hs-directory-card .hs-actions-unlocked>button{width:auto!important;min-width:0!important}.hiresmart-page .hs-directory-card .hs-actions-unlocked>:last-child:nth-child(odd){grid-column:1 / -1!important}.hs-mobile-bottom-nav~.hs-mobile-floating-actions{display:none!important}.hs-activity-icon-btn{background:none;border:none;padding:4px 8px;font-size:18px;cursor:pointer;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;transition:background 0.2s ease;color:var(--hs-muted)}.hs-activity-icon-btn:hover{background:var(--hs-surface-2)}.hs-activity-icon-btn.is-active{background:rgb(37 99 235 / .12);color:var(--hs-primary)}.hs-activity-main-textarea{font-size:14px;line-height:1.5;resize:vertical;box-sizing:border-box}@media (min-width:981px){.hs-activity-icon-btn{padding:6px 10px;font-size:20px}body.hiresmart-page .hs-directory-panel .hs-directory-grid,.hiresmart-page .hs-content .hs-directory-panel .hs-directory-grid,.hiresmart-page .hs-directory-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(min(240px, 100%),1fr))!important;gap:16px!important;align-items:start!important;width:100%!important;min-width:0!important}body.hiresmart-page .hs-directory-card,.hiresmart-page .hs-directory-panel .hs-directory-card{width:auto!important;max-width:100%!important;min-width:0!important;height:auto!important;align-self:start!important;flex:0 1 auto!important}.hiresmart-page .hs-sidebar{display:flex!important;flex-direction:column!important;height:100vh!important;overflow:hidden!important}.hiresmart-page .hs-nav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:10px!important}.hiresmart-page .hs-sidebar-footer{flex-shrink:0!important;position:relative!important;z-index:3!important;background:var(--hs-sidebar-bg)!important}.hiresmart-page .hs-nav .hs-notifications-trigger,.hiresmart-page .hs-nav .hs-nav-item[data-icon-key="notifications"]{display:flex!important;visibility:visible!important;opacity:1!important;order:2!important}.hiresmart-page .hs-nav{overflow-y:auto!important;overflow-x:visible!important;padding-bottom:16px!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-nav .hs-nav-item[data-icon-key="notifications"],.hiresmart-page .hs-app-shell.is-collapsed .hs-nav .hs-notifications-trigger{display:flex!important;opacity:1!important;visibility:visible!important}.hiresmart-page .hs-topbar-actions .hs-chip,.hiresmart-page .hs-topbar-actions .hs-coins-card{max-width:none!important;min-width:104px!important;white-space:nowrap!important;overflow:visible!important}}@media (max-width:980px){body.hiresmart-page .hs-directory-grid,.hiresmart-page .hs-directory-panel .hs-directory-grid{grid-template-columns:1fr!important;gap:14px!important}.hiresmart-page .hs-directory-card{width:100%!important;max-width:100%!important}}@media (max-width:980px){.hs-career-plan-card{width:100%!important;max-width:100%!important;padding:12px!important;border-radius:16px!important;overflow:hidden!important}.hs-career-plan-card .hs-card-header{padding:0!important}.hs-career-plan-card .hs-card-header-top{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important;margin-bottom:6px!important}.hs-career-plan-card .hs-card-title{font-size:18px!important;line-height:1.15!important}.hs-career-plan-card .hs-card-subtitle{font-size:12px!important;line-height:1.4!important}.hs-career-plan-card .hs-badge-premium{min-height:24px!important;padding:4px 10px!important;border-radius:999px!important;font-size:11px!important}.hs-career-plan-content{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;padding:10px 0 0!important}.hs-career-path-header{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:10px 12px!important;border:1px solid rgb(14 116 144 / .14)!important;border-radius:14px!important;background:linear-gradient(180deg,rgb(240 249 255 / .92) 0%,rgb(255 255 255 / .98) 100%)!important}.hs-career-path-header h4{font-size:14px!important;line-height:1.35!important}.hs-download-pdf{width:100%!important;min-height:34px!important;justify-content:center!important}.hs-career-plan-content .hs-career-plan-grid{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.hs-career-plan-content .hs-career-plan-years,.hs-career-plan-content .hs-career-plan-side{grid-column:1!important}.hs-career-plan-content .hs-career-plan-side{gap:10px!important}.hs-career-timeline{gap:10px!important}.hs-career-plan-content .hs-timeline-item,.hs-timeline-item{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;padding:12px!important;border-left-width:0!important;border-radius:14px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;box-shadow:0 8px 18px rgb(2 132 199 / .08)!important}.hs-timeline-item:hover{transform:none!important}.hs-career-plan-content .hs-timeline-marker,.hs-timeline-marker{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:fit-content!important;min-height:24px!important;padding:4px 10px!important;border-radius:999px!important;background:rgb(2 132 199 / .12)!important;color:#0369a1!important;font-size:11px!important;letter-spacing:0.06em!important}.hs-timeline-content h5{font-size:14px!important;line-height:1.4!important;margin-bottom:4px!important}.hs-timeline-desc{font-size:12px!important;line-height:1.4!important}.hs-skill-gaps,.hs-learning-paths{padding:12px!important;border-radius:14px!important;box-shadow:0 8px 18px rgb(15 23 42 / .06)!important}.hs-skill-gaps-head{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;align-items:start!important}.hs-skill-gaps-head .hs-open-ai-suggestions{width:100%!important;justify-content:center!important}.hs-skill-tags{gap:8px!important}.hs-skill-tag{padding:6px 10px!important;border-radius:999px!important;font-size:11px!important;letter-spacing:0!important;box-shadow:none!important}.hs-learning-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.hs-learning-item{min-height:76px!important;padding:10px 6px!important;border-radius:12px!important;gap:4px!important;font-size:11px!important}.hs-learning-icon{font-size:18px!important}#hs-ai-plan-highlights{margin-top:0!important;padding:10px 12px!important;border-radius:12px!important;background:rgb(248 250 252 / .95)!important;border:1px solid rgb(148 163 184 / .18)!important;font-size:12px!important;line-height:1.45!important}.hs-career-plan-locked,.hs-career-plan-locked--split{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;padding:12px 0 0!important;text-align:left!important}.hs-career-features,.hs-career-pricing,.hs-unlock-section{width:100%!important}.hs-career-features,.hs-career-pricing{padding:14px!important;border-radius:14px!important;background:rgb(255 255 255 / .96)!important;border:1px solid rgb(191 219 254 / .9)!important;box-shadow:0 8px 18px rgb(15 23 42 / .05)!important}.hs-locked-badge{padding:8px 12px!important;font-size:11px!important}.hs-premium-features{display:grid!important;gap:8px!important;margin:10px 0 0!important;padding-left:0!important;list-style:none!important}.hs-premium-features li{font-size:12px!important;line-height:1.45!important;padding:8px 10px!important;border-radius:10px!important;background:rgb(248 250 252 / .95)!important}.hs-price-display{padding:0!important}.hs-price-amount{display:grid!important;gap:6px!important;margin-top:6px!important}.hs-unlock-actions{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;margin-top:12px!important}.hs-unlock-actions .btn-primary,.hs-unlock-actions .btn-secondary,.hs-btn-unlock-coins,.hs-btn-unlock-pay{width:100%!important;min-height:36px!important;justify-content:center!important}}@media (max-width:420px){.hs-learning-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hs-learning-item:last-child{grid-column:1 / -1!important}}.hiresmart-page .hs-universal-search-slider{position:fixed!important;z-index:2147483640!important;width:min(640px, calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important}.hiresmart-page .hs-universal-slider-section--pinned .hs-universal-slider-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hiresmart-page .hs-activity-item .hs-activity-actions{display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important}.hiresmart-page .hs-activity-item .hs-activity-actions .hs-activity-icon-btn{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;width:auto!important;min-width:0!important;padding:8px 12px!important;border:0!important;background:transparent!important;gap:6px!important;color:var(--hs-muted)!important;font-size:14px!important;font-weight:500!important;border-radius:6px!important;transition:all 0.2s ease!important}.hiresmart-page .hs-activity-item .hs-activity-actions .hs-activity-icon-btn:hover{background:var(--hs-surface-2)!important;color:var(--hs-text)!important}.hiresmart-page .hs-activity-item .hs-activity-actions .hs-activity-icon-btn.is-active{color:var(--hs-primary)!important}.hiresmart-page .hs-activity-item .hs-activity-actions .hs-activity-icon-btn svg{width:18px!important;height:18px!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{overflow-x:visible!important;overflow-y:hidden!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav{flex:1 1 auto!important;min-height:0!important;padding-bottom:12px!important;overflow-x:visible!important;overflow-y:auto!important;scrollbar-width:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav::-webkit-scrollbar{display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer{margin-top:auto!important;position:static!important;top:auto!important;bottom:auto!important;flex-shrink:0!important;overflow:visible!important}@media (max-width:980px){body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-wrap,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-wrap,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-wrap{padding:0!important;gap:0!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-panel,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-panel,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-panel,body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-box,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-box,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-box{gap:0!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar{min-height:0!important;padding:4px 8px!important;gap:4px!important;align-items:center!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-profile,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-profile,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-profile{gap:6px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-title-avatar,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-title-avatar,body #hs-message-modal.is-mobile-thread-view .hs-message-title-avatar{width:28px!important;height:28px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-titlecopy h3,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-titlecopy h3,body #hs-message-modal.is-mobile-thread-view .hs-message-titlecopy h3{margin:0!important;font-size:13px!important;line-height:1.15!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-titlecopy .hs-card-subtitle,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-titlecopy .hs-card-subtitle,body #hs-message-modal.is-mobile-thread-view .hs-message-titlecopy .hs-card-subtitle{margin:1px 0 0!important;font-size:10px!important;line-height:1.1!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions{gap:4px!important;align-self:center!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions .btn-icon,body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-back-inline,body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss-inline,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions .btn-icon,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-back-inline,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss-inline,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions .btn-icon,body #hs-message-modal.is-mobile-thread-view .hs-message-thread-back-inline,body #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss-inline{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread,body #hs-message-modal.is-mobile-thread-view .hs-message-thread{padding:2px 6px!important;gap:3px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-item,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-item,body #hs-message-modal.is-mobile-thread-view .hs-message-item{gap:2px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-item-content,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-item-content,body #hs-message-modal.is-mobile-thread-view .hs-message-item-content{gap:2px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-bubble,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-bubble,body #hs-message-modal.is-mobile-thread-view .hs-message-bubble{gap:3px!important;padding:4px 7px!important;line-height:1.32!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-body-text,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-body-text,body #hs-message-modal.is-mobile-thread-view .hs-message-body-text{margin:0!important;line-height:1.32!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-reply-link,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-reply-link,body #hs-message-modal.is-mobile-thread-view .hs-message-reply-link{display:inline-flex!important;align-items:center!important;gap:4px!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;padding:0!important;margin-top:0!important;font-size:10px!important;line-height:1!important;vertical-align:top!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-reply-link img,body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-reply-link .emoji,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-reply-link img,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-reply-link .emoji,body #hs-message-modal.is-mobile-thread-view .hs-message-reply-link img,body #hs-message-modal.is-mobile-thread-view .hs-message-reply-link .emoji{width:10px!important;height:10px!important;min-width:10px!important;min-height:10px!important;margin:0!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-time,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-time,body #hs-message-modal.is-mobile-thread-view .hs-message-time{font-size:9px!important;line-height:1.1!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose,body #hs-message-modal.is-mobile-thread-view .hs-message-compose{gap:4px!important;padding:2px 6px 4px!important;align-items:center!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose textarea,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose textarea,body #hs-message-modal.is-mobile-thread-view .hs-message-compose textarea{min-height:34px!important;max-height:96px!important;padding:7px 72px 7px 10px!important;line-height:1.25!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions,body #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions{right:12px!important;bottom:7px!important;gap:4px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions .btn-icon,body.hiresmart-page #hs-message-modal.is-mobile-thread-view #hs-message-attach,body.hiresmart-page #hs-message-modal.is-mobile-thread-view #hs-message-send,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions .btn-icon,.hiresmart-page #hs-message-modal.is-mobile-thread-view #hs-message-attach,.hiresmart-page #hs-message-modal.is-mobile-thread-view #hs-message-send,body #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions .btn-icon,body #hs-message-modal.is-mobile-thread-view #hs-message-attach,body #hs-message-modal.is-mobile-thread-view #hs-message-send{width:26px!important;min-width:26px!important;height:26px!important;min-height:26px!important;margin-bottom:0!important}}@media (max-width:980px){body.hiresmart-page .hs-topbar,.hiresmart-page .hs-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"logo actions" "title title"!important;gap:10px 12px!important;padding:12px 14px!important;align-items:start!important}body.hiresmart-page .hs-topbar-logo-mobile,.hiresmart-page .hs-topbar-logo-mobile{grid-area:logo!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important}body.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link img,.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link img{max-height:30px!important;width:auto!important}body.hiresmart-page .hs-topbar-titleblock,.hiresmart-page .hs-topbar-titleblock{grid-area:title!important;min-width:0!important;align-items:flex-start!important;gap:4px!important}body.hiresmart-page .hs-topbar-title,.hiresmart-page .hs-topbar-title{font-size:18px!important;line-height:1.2!important;letter-spacing:-0.01em!important}body.hiresmart-page .hs-topbar-meta,.hiresmart-page .hs-topbar-meta{font-size:12px!important;line-height:1.45!important;max-width:none!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important}body.hiresmart-page .hs-topbar-actions,.hiresmart-page .hs-topbar-actions{grid-area:actions!important;margin-left:0!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:8px!important;justify-self:end!important}body.hiresmart-page .hs-topbar-actions .hs-notifications-trigger,.hiresmart-page .hs-topbar-actions .hs-notifications-trigger{display:none!important}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle,.hiresmart-page .hs-topbar-actions .hs-theme-toggle,body.hiresmart-page .hs-topbar-actions .hs-darkmode-toggle,.hiresmart-page .hs-topbar-actions .hs-darkmode-toggle{min-height:34px!important;padding:6px 10px!important;font-size:12px!important;border-radius:999px!important}body.hiresmart-page .hs-topbar-actions .hs-coins-card,.hiresmart-page .hs-topbar-actions .hs-coins-card{width:auto!important;min-width:0!important;max-width:180px!important;padding:8px 10px!important;gap:2px!important;text-align:right!important}body.hiresmart-page .hs-topbar-actions .hs-coins-label,.hiresmart-page .hs-topbar-actions .hs-coins-label{font-size:11px!important}body.hiresmart-page .hs-topbar-actions .hs-coins-amount,.hiresmart-page .hs-topbar-actions .hs-coins-amount{font-size:15px!important;line-height:1.1!important}body.hiresmart-page .hs-topbar-actions .hs-coins-cta,.hiresmart-page .hs-topbar-actions .hs-coins-cta{padding:4px 8px!important;font-size:11px!important}body.hiresmart-page .hs-mobile-search-trigger,body.hiresmart-page .hs-mobile-floating-search,.hiresmart-page .hs-mobile-search-trigger,.hiresmart-page .hs-mobile-floating-search{position:fixed!important;right:14px!important;bottom:16px!important;width:52px!important;height:52px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:10030!important}body.hiresmart-page .hs-floating-messages,body.hiresmart-page .hs-floating-messages.is-mobile-stack,.hiresmart-page .hs-floating-messages,.hiresmart-page .hs-floating-messages.is-mobile-stack{position:fixed!important;right:14px!important;bottom:84px!important;width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;padding:0!important;gap:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;z-index:10031!important}body.hiresmart-page .hs-floating-messages .hs-floating-messages-label,body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-label,.hiresmart-page .hs-floating-messages .hs-floating-messages-label,.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-label{display:none!important}body.hiresmart-page .hs-floating-messages .hs-floating-messages-avatars,body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatars{display:none!important;align-items:center!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview,.hiresmart-page .hs-floating-messages.has-avatar-preview,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview{width:auto!important;min-width:0!important;height:38px!important;min-height:38px!important;padding:0 6px!important;border-radius:999px!important;background:rgb(255 255 255 / .96)!important;box-shadow:0 12px 26px rgb(15 23 42 / .18)!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatars,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars{display:inline-flex!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-mobile-trigger-icon,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon{display:none!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar{width:30px!important;height:30px!important;border-width:2px!important;border-color:rgb(255 255 255 / .95)!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar{margin-left:-10px!important}body.hiresmart-page .hs-floating-messages .hs-floating-messages-unread,body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-unread,.hiresmart-page .hs-floating-messages .hs-floating-messages-unread,.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-unread{top:-4px!important;right:-4px!important;transform:none!important;min-width:18px!important;height:18px!important;line-height:16px!important;padding:0 4px!important}body.hiresmart-page .hs-mobile-notification-trigger,body.hiresmart-page .hs-mobile-floating-notifications,.hiresmart-page .hs-mobile-notification-trigger,.hiresmart-page .hs-mobile-floating-notifications{position:fixed!important;right:14px!important;bottom:152px!important;width:52px!important;height:52px!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;z-index:10032!important}body.hiresmart-page .hs-mobile-notification-trigger:not(.is-hidden),body.hiresmart-page .hs-mobile-floating-notifications:not(.is-hidden),.hiresmart-page .hs-mobile-notification-trigger:not(.is-hidden),.hiresmart-page .hs-mobile-floating-notifications:not(.is-hidden){display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}body.hiresmart-page .hs-mobile-notification-trigger.is-hidden,body.hiresmart-page .hs-mobile-floating-notifications.is-hidden,.hiresmart-page .hs-mobile-notification-trigger.is-hidden,.hiresmart-page .hs-mobile-floating-notifications.is-hidden{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}@media (max-width:520px){body.hiresmart-page .hs-topbar,.hiresmart-page .hs-topbar{padding:12px 12px 10px!important;gap:8px 10px!important}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle-label,.hiresmart-page .hs-topbar-actions .hs-theme-toggle-label{display:none!important}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle,.hiresmart-page .hs-topbar-actions .hs-theme-toggle{min-width:34px!important;padding-inline:8px!important}body.hiresmart-page .hs-topbar-actions .hs-coins-card,.hiresmart-page .hs-topbar-actions .hs-coins-card{max-width:152px!important}}@media (max-width:980px){body.hiresmart-page .hs-content>.hs-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"logo actions" "title title"!important;align-items:start!important}body.hiresmart-page .hs-app-shell>.hs-mobile-search-trigger.hs-mobile-floating-search,body.hiresmart-page .hs-app-shell>.hs-mobile-floating-search{right:14px!important;bottom:16px!important;width:52px!important;height:52px!important}body.hiresmart-page>.hs-floating-messages,body.hiresmart-page>.hs-floating-messages.is-mobile-stack{right:14px!important;bottom:84px!important;width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important}body.hiresmart-page>.hs-floating-messages.has-avatar-preview,body.hiresmart-page>.hs-floating-messages.is-mobile-stack.has-avatar-preview{width:auto!important;min-width:0!important;height:38px!important;min-height:38px!important}body.hiresmart-page>.hs-mobile-notification-trigger,body.hiresmart-page>.hs-mobile-floating-notifications{right:14px!important;bottom:152px!important;width:52px!important;height:52px!important}}@media (max-width:980px){body.hiresmart-page .hs-content>.hs-topbar,body.hiresmart-page .hs-topbar,.hiresmart-page .hs-topbar{display:flex!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px 12px!important;padding:10px 12px 12px!important;overflow:hidden!important}body.hiresmart-page .hs-topbar-logo-mobile,.hiresmart-page .hs-topbar-logo-mobile{order:1!important;flex:0 1 auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;max-width:42%!important}body.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link,.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link{display:inline-flex!important;align-items:center!important;min-width:0!important;max-width:100%!important}body.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link img,.hiresmart-page .hs-topbar-logo-mobile .hs-logo-link img{display:block!important;max-width:100%!important;max-height:28px!important;width:auto!important;object-fit:contain!important}body.hiresmart-page .hs-topbar-actions,.hiresmart-page .hs-topbar-actions{order:2!important;flex:0 1 auto!important;margin-left:auto!important;min-width:0!important;max-width:58%!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;overflow:hidden!important}body.hiresmart-page .hs-topbar-titleblock,.hiresmart-page .hs-topbar-titleblock{order:3!important;flex:1 0 100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;overflow:hidden!important}body.hiresmart-page .hs-topbar-title,.hiresmart-page .hs-topbar-title{width:100%!important;margin:0!important;font-size:18px!important;font-weight:700!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.hiresmart-page .hs-topbar-meta,.hiresmart-page .hs-topbar-meta{width:100%!important;margin:0!important;font-size:12px!important;line-height:1.45!important;color:var(--hs-muted)!important;white-space:normal!important;overflow:hidden!important;text-overflow:unset!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle,body.hiresmart-page .hs-topbar-actions .hs-darkmode-toggle,.hiresmart-page .hs-topbar-actions .hs-theme-toggle,.hiresmart-page .hs-topbar-actions .hs-darkmode-toggle{flex:0 0 auto!important;min-width:34px!important;min-height:34px!important;padding:6px 10px!important;font-size:12px!important;border-radius:999px!important}body.hiresmart-page .hs-topbar-actions .hs-coins-card,.hiresmart-page .hs-topbar-actions .hs-coins-card{flex:0 1 auto!important;width:auto!important;max-width:min(184px, 100%)!important;min-width:0!important;padding:7px 10px!important;gap:2px!important;overflow:hidden!important}body.hiresmart-page .hs-topbar-actions .hs-coins-label,.hiresmart-page .hs-topbar-actions .hs-coins-label{font-size:10px!important;line-height:1.2!important;white-space:nowrap!important}body.hiresmart-page .hs-topbar-actions .hs-coins-amount,.hiresmart-page .hs-topbar-actions .hs-coins-amount{font-size:14px!important;line-height:1.1!important;white-space:nowrap!important}body.hiresmart-page .hs-topbar-actions .hs-coins-cta,.hiresmart-page .hs-topbar-actions .hs-coins-cta{max-width:100%!important;padding:4px 8px!important;font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.hiresmart-page #hs-message-modal,.hiresmart-page #hs-message-modal{align-items:flex-end!important;justify-content:center!important;padding:6px 6px 88px!important}body.hiresmart-page #hs-message-modal .hs-message-modal-card,body.hiresmart-page #hs-message-modal .hs-message-modal-card.is-thread-active,.hiresmart-page #hs-message-modal .hs-message-modal-card,.hiresmart-page #hs-message-modal .hs-message-modal-card.is-thread-active{width:min(100%, 420px)!important;max-width:min(100%, 420px)!important;height:min(calc(100dvh - 108px), 720px)!important;max-height:min(calc(100dvh - 108px), 720px)!important;min-height:360px!important;padding:0!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 22px 56px rgb(15 23 42 / .18)!important}body.hiresmart-page #hs-message-modal .hs-message-modal-body,.hiresmart-page #hs-message-modal .hs-message-modal-body{height:100%!important;min-height:0!important;padding:0!important;gap:0!important}body.hiresmart-page #hs-message-modal .hs-message-layout,.hiresmart-page #hs-message-modal .hs-message-layout{height:100%!important;min-height:0!important;gap:0!important}body.hiresmart-page #hs-message-modal .hs-message-conversations,body.hiresmart-page #hs-message-modal .hs-message-thread-box,.hiresmart-page #hs-message-modal .hs-message-conversations,.hiresmart-page #hs-message-modal .hs-message-thread-box{border-radius:0!important;box-shadow:none!important;border:0!important;background:var(--hs-surface)!important}body.hiresmart-page #hs-message-modal .hs-message-conversations,.hiresmart-page #hs-message-modal .hs-message-conversations{padding:12px!important;gap:8px!important}body.hiresmart-page #hs-message-modal .hs-message-conversations-topbar,body.hiresmart-page #hs-message-modal .hs-message-thread-topbar,.hiresmart-page #hs-message-modal .hs-message-conversations-topbar,.hiresmart-page #hs-message-modal .hs-message-thread-topbar{padding:12px 12px 10px!important;gap:8px!important;background:var(--hs-surface)!important;border-bottom:1px solid rgb(148 163 184 / .16)!important}body.hiresmart-page #hs-message-modal .hs-conversations-list,.hiresmart-page #hs-message-modal .hs-conversations-list{gap:6px!important;padding-bottom:0!important}body.hiresmart-page #hs-message-modal .hs-conversation-item,.hiresmart-page #hs-message-modal .hs-conversation-item{padding:10px!important;border-radius:12px!important}body.hiresmart-page #hs-message-modal .hs-message-thread,.hiresmart-page #hs-message-modal .hs-message-thread{padding:12px!important;gap:8px!important}body.hiresmart-page #hs-message-modal .hs-message-compose,.hiresmart-page #hs-message-modal .hs-message-compose{padding:10px 12px 12px!important;gap:8px!important}body.hiresmart-page #hs-message-modal .hs-message-compose textarea,.hiresmart-page #hs-message-modal .hs-message-compose textarea{min-height:42px!important;max-height:120px!important;padding:10px 82px 10px 12px!important;font-family:inherit!important;font-size:14px!important;line-height:1.45!important}body.hiresmart-page #hs-message-modal .hs-message-compose-actions,.hiresmart-page #hs-message-modal .hs-message-compose-actions{right:12px!important;bottom:12px!important;gap:6px!important}body.hiresmart-page #hs-message-modal .hs-message-modal-dismiss,.hiresmart-page #hs-message-modal .hs-message-modal-dismiss{top:10px!important;right:10px!important;transform:none!important;width:32px!important;min-width:32px!important;height:32px!important;border-radius:999px!important;border:1px solid rgb(148 163 184 / .28)!important;background:rgb(255 255 255 / .98)!important;color:var(--hs-text)!important;box-shadow:0 8px 18px rgb(15 23 42 / .12)!important}body.hiresmart-page #hs-message-modal .hs-message-modal-dismiss::before,.hiresmart-page #hs-message-modal .hs-message-modal-dismiss::before{content:"\00d7";font-size:20px;font-weight:700;line-height:1}body.hiresmart-page #hs-message-modal .hs-message-modal-dismiss .hs-message-action-icon,.hiresmart-page #hs-message-modal .hs-message-modal-dismiss .hs-message-action-icon{display:none!important}body.hiresmart-page #hs-message-modal,body.hiresmart-page #hs-message-modal .hs-message-modal-card,body.hiresmart-page #hs-message-modal .hs-message-modal-body,body.hiresmart-page #hs-message-modal .hs-message-conversations,body.hiresmart-page #hs-message-modal .hs-message-thread-box,body.hiresmart-page #hs-message-modal .hs-message-thread,body.hiresmart-page #hs-message-modal .hs-message-compose,.hiresmart-page #hs-message-modal,.hiresmart-page #hs-message-modal .hs-message-modal-card,.hiresmart-page #hs-message-modal .hs-message-modal-body,.hiresmart-page #hs-message-modal .hs-message-conversations,.hiresmart-page #hs-message-modal .hs-message-thread-box,.hiresmart-page #hs-message-modal .hs-message-thread,.hiresmart-page #hs-message-modal .hs-message-compose{font-family:inherit!important}body.hiresmart-page #hs-message-modal #hs-message-modal-title,body.hiresmart-page #hs-message-modal .hs-message-conversations-title,body.hiresmart-page #hs-message-modal .hs-message-titlecopy h3,.hiresmart-page #hs-message-modal #hs-message-modal-title,.hiresmart-page #hs-message-modal .hs-message-conversations-title,.hiresmart-page #hs-message-modal .hs-message-titlecopy h3{margin:0!important;font-family:inherit!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important}body.hiresmart-page #hs-message-modal #hs-message-modal-subtitle,body.hiresmart-page #hs-message-modal .hs-message-titlecopy .hs-card-subtitle,body.hiresmart-page #hs-message-modal .hs-message-conversations-topbar .hs-card-subtitle,.hiresmart-page #hs-message-modal #hs-message-modal-subtitle,.hiresmart-page #hs-message-modal .hs-message-titlecopy .hs-card-subtitle,.hiresmart-page #hs-message-modal .hs-message-conversations-topbar .hs-card-subtitle{margin:0!important;font-family:inherit!important;font-size:12px!important;line-height:1.4!important;color:var(--hs-muted)!important}body.hiresmart-page #hs-message-modal .hs-conversation-name,body.hiresmart-page #hs-message-modal .hs-conversation-meta,body.hiresmart-page #hs-message-modal .hs-conversation-time,body.hiresmart-page #hs-message-modal .hs-message-body-text,.hiresmart-page #hs-message-modal .hs-conversation-name,.hiresmart-page #hs-message-modal .hs-conversation-meta,.hiresmart-page #hs-message-modal .hs-conversation-time,.hiresmart-page #hs-message-modal .hs-message-body-text{font-family:inherit!important}}@media (max-width:520px){body.hiresmart-page .hs-topbar-logo-mobile,.hiresmart-page .hs-topbar-logo-mobile{max-width:38%!important}body.hiresmart-page .hs-topbar-actions,.hiresmart-page .hs-topbar-actions{max-width:62%!important;gap:6px!important}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle-label,.hiresmart-page .hs-topbar-actions .hs-theme-toggle-label{display:none!important}body.hiresmart-page .hs-topbar-actions .hs-coins-card,.hiresmart-page .hs-topbar-actions .hs-coins-card{max-width:148px!important;padding:6px 8px!important}}@media (max-width:980px){body.hs-message-modal-open .hs-floating-messages,body.hs-message-modal-open .hs-mobile-search-trigger,body.hs-message-modal-open .hs-mobile-floating-search,body.hs-message-modal-open .hs-mobile-notification-trigger,body.hs-message-modal-open .hs-mobile-floating-notifications{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar{margin-top:0!important;padding:6px 8px!important;min-height:44px!important;gap:6px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread{padding:3px 6px!important;gap:4px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose{padding:4px 6px 6px!important;gap:4px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose textarea,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose textarea{padding:8px 72px 8px 10px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions{right:10px!important;bottom:8px!important;gap:4px!important}}@media (max-width:980px){body.hiresmart-page .hs-topbar-actions .hs-coins-cta,.hiresmart-page .hs-topbar-actions .hs-coins-cta{display:none!important}body.hiresmart-page .hs-content>.hs-topbar,body.hiresmart-page .hs-page>.hs-topbar,body.hiresmart-page .hs-topbar,.hiresmart-page .hs-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"logo actions" "title title"!important;align-items:center!important;gap:8px 10px!important;padding:10px 12px 12px!important;overflow:hidden!important}body.hiresmart-page .hs-content>.hs-topbar>.hs-topbar-logo-mobile,body.hiresmart-page .hs-topbar>.hs-topbar-logo-mobile,.hiresmart-page .hs-topbar>.hs-topbar-logo-mobile{grid-area:logo!important;order:initial!important;max-width:none!important;min-width:0!important;align-self:center!important;justify-self:start!important}body.hiresmart-page .hs-content>.hs-topbar>.hs-topbar-actions,body.hiresmart-page .hs-topbar>.hs-topbar-actions,.hiresmart-page .hs-topbar>.hs-topbar-actions{grid-area:actions!important;order:initial!important;margin-left:auto!important;width:auto!important;min-width:max-content!important;max-width:none!important;display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;justify-self:end!important;align-self:center!important}body.hiresmart-page .hs-content>.hs-topbar>.hs-topbar-titleblock,body.hiresmart-page .hs-topbar>.hs-topbar-titleblock,.hiresmart-page .hs-topbar>.hs-topbar-titleblock{grid-area:title!important;order:initial!important;flex:none!important;width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}body.hiresmart-page .hs-content>.hs-topbar>.hs-topbar-actions,body.hiresmart-page .hs-topbar>.hs-topbar-actions,.hiresmart-page .hs-topbar>.hs-topbar-actions{flex-wrap:nowrap!important;white-space:nowrap!important}body.hiresmart-page .hs-topbar-actions,.hiresmart-page .hs-topbar-actions{display:inline-flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-end!important}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle,body.hiresmart-page .hs-topbar-actions .hs-darkmode-toggle,.hiresmart-page .hs-topbar-actions .hs-theme-toggle,.hiresmart-page .hs-topbar-actions .hs-darkmode-toggle{flex:0 0 auto!important}body.hiresmart-page .hs-topbar-actions .hs-theme-toggle-label,.hiresmart-page .hs-topbar-actions .hs-theme-toggle-label{display:none!important}body.hiresmart-page .hs-topbar-actions .hs-coins-card,.hiresmart-page .hs-topbar-actions .hs-coins-card{flex:0 0 auto!important;width:auto!important;min-width:max-content!important}body.hiresmart-page .hs-mobile-search-trigger,body.hiresmart-page .hs-mobile-floating-search,body.hiresmart-page .hs-floating-messages,body.hiresmart-page .hs-floating-messages.is-mobile-stack,body.hiresmart-page .hs-mobile-notification-trigger,body.hiresmart-page .hs-mobile-floating-notifications,.hiresmart-page .hs-mobile-search-trigger,.hiresmart-page .hs-mobile-floating-search,.hiresmart-page .hs-floating-messages,.hiresmart-page .hs-floating-messages.is-mobile-stack,.hiresmart-page .hs-mobile-notification-trigger,.hiresmart-page .hs-mobile-floating-notifications{z-index:2147483200!important}body.hiresmart-page .hs-mobile-search-trigger,body.hiresmart-page .hs-mobile-floating-search,body.hiresmart-page .hs-mobile-notification-trigger,body.hiresmart-page .hs-mobile-floating-notifications,.hiresmart-page .hs-mobile-search-trigger,.hiresmart-page .hs-mobile-floating-search,.hiresmart-page .hs-mobile-notification-trigger,.hiresmart-page .hs-mobile-floating-notifications{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;padding:0!important;box-sizing:border-box!important;border-radius:50%!important;background:rgb(255 255 255 / .96)!important;border:1px solid rgb(37 99 235 / .18)!important;color:var(--hs-primary)!important;box-shadow:0 4px 10px rgb(15 23 42 / .1)!important}body.hiresmart-page .hs-floating-messages,body.hiresmart-page .hs-floating-messages.is-mobile-stack,.hiresmart-page .hs-floating-messages,.hiresmart-page .hs-floating-messages.is-mobile-stack{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important;padding:0!important;box-sizing:border-box!important;background:rgb(255 255 255 / .96)!important;border:1px solid rgb(37 99 235 / .18)!important;color:var(--hs-primary)!important;box-shadow:0 4px 10px rgb(15 23 42 / .1)!important;gap:4px!important;border-radius:50%!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview,.hiresmart-page .hs-floating-messages.has-avatar-preview,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar{display:inline-flex!important;width:26px!important;height:26px!important;border-width:1.5px!important;border-color:rgb(255 255 255 / .95)!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar{margin-left:0!important}body.hiresmart-page .hs-floating-messages .hs-floating-messages-avatars,body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatars{display:none!important;align-items:center!important;justify-content:center!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatars,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars{display:inline-flex!important}body.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon,body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-mobile-trigger-icon{display:block!important}body.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-mobile-trigger-icon,body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon{display:none!important}body.hiresmart-page .hs-mobile-search-trigger .hs-mobile-trigger-icon-search,body.hiresmart-page .hs-mobile-floating-search .hs-mobile-trigger-icon-search,.hiresmart-page .hs-mobile-search-trigger .hs-mobile-trigger-icon-search,.hiresmart-page .hs-mobile-floating-search .hs-mobile-trigger-icon-search{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.5 4a6.5 6.5 0 1 0 4.03 11.6l4.43 4.44 1.41-1.42-4.43-4.43A6.5 6.5 0 0 0 10.5 4Zm0 2a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9Z'/%3E%3C/svg%3E") no-repeat center / contain!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10.5 4a6.5 6.5 0 1 0 4.03 11.6l4.43 4.44 1.41-1.42-4.43-4.43A6.5 6.5 0 0 0 10.5 4Zm0 2a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9Z'/%3E%3C/svg%3E") no-repeat center / contain!important}body.hiresmart-page .hs-mobile-search-trigger .hs-mobile-trigger-icon,body.hiresmart-page .hs-mobile-floating-search .hs-mobile-trigger-icon,body.hiresmart-page .hs-mobile-notification-trigger .hs-mobile-trigger-icon,body.hiresmart-page .hs-mobile-floating-notifications .hs-mobile-trigger-icon,body.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon,.hiresmart-page .hs-mobile-search-trigger .hs-mobile-trigger-icon,.hiresmart-page .hs-mobile-floating-search .hs-mobile-trigger-icon,.hiresmart-page .hs-mobile-notification-trigger .hs-mobile-trigger-icon,.hiresmart-page .hs-mobile-floating-notifications .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon{width:15px!important;height:15px!important;background-color:var(--hs-primary)!important}body.hiresmart-page #hs-message-modal,.hiresmart-page #hs-message-modal{align-items:flex-end!important;justify-content:center!important;padding:2px 6px 20px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-card,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-card{height:min(calc(100dvh - 28px), 790px)!important;max-height:min(calc(100dvh - 28px), 790px)!important}body.hiresmart-page #hs-message-modal .hs-message-modal-card,body.hiresmart-page #hs-message-modal .hs-message-modal-card.is-thread-active,.hiresmart-page #hs-message-modal .hs-message-modal-card,.hiresmart-page #hs-message-modal .hs-message-modal-card.is-thread-active{margin-top:0!important;margin-bottom:0!important;height:min(calc(100dvh - 28px), 790px)!important;max-height:min(calc(100dvh - 28px), 790px)!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;min-height:52px!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-profile,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-profile{min-width:0!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;min-width:0!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-back-inline,body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss-inline,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-back-inline,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss-inline{display:inline-flex!important;position:static!important;width:32px!important;min-width:32px!important;height:32px!important;padding:0!important;border-radius:999px!important;border:1px solid rgb(148 163 184 / .22)!important;background:#ffffff!important;color:var(--hs-text)!important;box-shadow:none!important}body.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss,body.hiresmart-page #hs-message-modal.is-mobile-thread-view #hs-message-thread-back,.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss,.hiresmart-page #hs-message-modal.is-mobile-thread-view #hs-message-thread-back{display:none!important}}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{content:none!important;display:none!important}.hs-collapsed-sidebar-tooltip{position:fixed;left:12px;top:12px;z-index:2147483647;display:inline-flex;align-items:center;max-width:min(280px, calc(100vw - 24px));padding:8px 12px;border-radius:10px;background:rgb(15 23 42 / .96);color:#fff;box-shadow:0 14px 30px rgb(15 23 42 / .22);font-size:11px;line-height:1.2;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity 0.16s ease,transform 0.16s ease,visibility 0.16s ease}.hs-collapsed-sidebar-tooltip.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.hs-activity-composer-header{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:16px!important}.hs-activity-composer-user-info{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:6px!important}.hs-activity-composer-name{font-size:15px!important;font-weight:600!important;color:var(--hs-text)!important;line-height:1.3!important}.hs-activity-composer-role{font-size:13px!important;color:var(--hs-muted)!important;line-height:1.3!important}.hs-activity-visibility-dropdown{position:relative!important;margin-top:2px!important}.hs-activity-visibility-select{font-size:13px!important;padding:4px 28px 4px 8px!important;border:none!important;border-radius:6px!important;background:var(--hs-surface-2)!important;color:var(--hs-text)!important;cursor:pointer!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5L6 8L9 5' stroke='%23666' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 8px center!important}.hs-activity-composer-trigger{padding:0 16px 12px 16px!important}.hs-activity-composer-trigger .hs-activity-start-post{width:100%!important;text-align:left!important;padding:12px 16px!important;border:1px solid var(--hs-border)!important;border-radius:24px!important;background:var(--hs-surface-2)!important;color:var(--hs-muted)!important;font-size:14px!important;cursor:pointer!important;transition:all 0.2s ease!important}.hs-activity-composer-trigger .hs-activity-start-post:hover{background:var(--hs-surface)!important;border-color:var(--hs-primary)!important}.hiresmart-page button:hover,.hiresmart-page .btn:hover,.hiresmart-page .btn-primary:hover,.hiresmart-page .btn-secondary:hover,.hiresmart-page a.btn:hover{background:var(--hs-primary)!important;color:white!important;opacity:0.9!important}.hiresmart-page button:not(.btn):hover{background:var(--hs-surface-2)!important;color:var(--hs-text)!important}.hiresmart-page .hs-nav .hs-notifications-trigger,.hiresmart-page .hs-nav .hs-nav-item[data-icon-key="notifications"],.hiresmart-page .hs-nav a[href*="notification"]{display:flex!important;visibility:visible!important;opacity:1!important;order:auto!important}.hs-nav-item.hs-notifications-trigger{background:var(--hs-surface-2);border:1px solid var(--hs-border);padding:10px 12px;border-radius:8px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all 0.2s ease;height:40px;position:relative}.hs-nav-item.hs-notifications-trigger:hover{background:var(--hs-surface);border-color:var(--hs-primary);box-shadow:0 2px 8px rgb(37 99 235 / .1)}.hiresmart-page .hs-activity-main{padding-top:0!important;margin-top:16px!important}.hiresmart-page .hs-activity-main>.hs-card{margin-bottom:16px!important}.hiresmart-page .hs-content{padding-top:24px!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search{display:flex!important;flex-direction:column!important;align-items:center!important;padding:8px 0!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search-icon{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-footer{display:flex!important;visibility:visible!important;opacity:1!important;padding:12px!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-footer .hs-sidebar-user-avatar{display:flex!important;width:40px!important;height:40px!important;margin:0 auto!important}@media (max-width:768px){.hiresmart-page .hs-mobile-bottom-nav{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;z-index:999!important;background:var(--hs-surface)!important;border-top:1px solid var(--hs-border)!important;padding:8px 0!important}.hiresmart-page .hs-mobile-bottom-nav .hs-nav-item[data-icon-key="activity"]{order:1!important}.hiresmart-page .hs-mobile-bottom-nav .hs-nav-item[data-icon-key="dashboard"]{order:2!important}.hiresmart-page .hs-mobile-floating-search,.hiresmart-page .hs-mobile-floating-notifications{position:fixed!important;right:16px!important;z-index:998!important;width:48px!important;height:48px!important;border-radius:50%!important;background:var(--hs-primary)!important;color:white!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 4px 12px rgb(0 0 0 / .15)!important;visibility:visible!important;opacity:1!important}.hiresmart-page .hs-mobile-floating-notifications{bottom:144px!important}.hiresmart-page .hs-mobile-floating-search{bottom:88px!important;display:flex!important}.hiresmart-page .hs-mobile-floating-notifications .hs-badge,.hiresmart-page .hs-mobile-floating-notifications .hs-nav-badge,.hiresmart-page .hs-mobile-notification-trigger .hs-nav-badge{position:absolute!important;top:-4px!important;right:-4px!important;min-width:20px!important;height:20px!important;border-radius:10px!important;background:#dc2626!important;color:#ffffff!important;border:2px solid #ffffff!important;box-shadow:0 2px 6px rgb(15 23 42 / .22)!important;font-size:11px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 6px!important}}.hiresmart-page .hs-sidebar{overflow:hidden!important;display:flex!important;flex-direction:column!important;height:100vh!important;max-height:100vh!important}.hiresmart-page .hs-sidebar-brand{flex-shrink:0!important}.hiresmart-page .hs-nav{flex:1!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;margin-bottom:12px!important}.hiresmart-page .hs-sidebar-footer{flex-shrink:0!important;margin-top:12px!important;padding-top:12px!important;border-top:1px solid var(--hs-border)!important}.hiresmart-page .hs-universal-search{display:flex!important;visibility:visible!important;opacity:1!important;width:100%!important;margin-bottom:4px!important}.hiresmart-page .hs-universal-search-input{display:block!important;width:100%!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search{display:flex!important;flex-direction:column!important;align-items:center!important;width:auto!important;padding:8px 0!important;margin:0 0 4px 0!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search-input{display:none!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-universal-search-icon{display:flex!important;visibility:visible!important;opacity:1!important;width:24px!important;height:24px!important;align-items:center!important;justify-content:center!important;font-size:16px!important;cursor:pointer!important;color:var(--hs-sidebar-text)!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-footer{display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column!important;align-items:center!important;gap:8px!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-links{display:flex!important;flex-direction:column!important;align-items:center!important;gap:0!important;width:100%!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-link{display:none!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-user-card{display:flex!important;visibility:visible!important;opacity:1!important;flex-direction:column!important;align-items:center!important;gap:0!important;padding:0!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-collapsed-profile-trigger{display:flex!important;visibility:visible!important;opacity:1!important;width:48px!important;height:48px!important;padding:4px!important;border-radius:999px!important;background:transparent!important;border:1px solid var(--hs-border)!important}.hiresmart-page .hs-app-shell.is-collapsed .hs-user-details,.hiresmart-page .hs-app-shell.is-collapsed .hs-user-name,.hiresmart-page .hs-app-shell.is-collapsed .hs-user-email{display:none!important}.hiresmart-page .hs-activity-visibility-dropdown{display:inline-flex!important;align-items:center!important;padding:4px 8px!important;background:var(--hs-surface-2)!important;border:1px solid var(--hs-border)!important;border-radius:6px!important;margin-left:8px!important}.hiresmart-page .hs-activity-visibility-select{background:transparent!important;border:none!important;color:var(--hs-muted)!important;font-size:13px!important;cursor:pointer!important;appearance:none!important;padding:0 20px 0 0!important;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23666" d="M2 4l4 4 4-4z"/></svg>')!important;background-repeat:no-repeat!important;background-position:right center!important;background-size:12px!important;padding-right:16px!important}.hiresmart-page .hs-activity-visibility-select:hover{color:var(--hs-text)!important}.hiresmart-page .hs-activity-visibility-select:focus{outline:1px solid var(--hs-primary)!important;border-color:var(--hs-primary)!important}.hiresmart-page .hs-activity-composer-header{display:flex!important;align-items:flex-start!important;gap:12px!important}.hiresmart-page .hs-activity-composer-user-info{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important;flex:1 1 auto!important;min-width:0!important}.hiresmart-page .hs-activity-composer-name{width:100%!important;text-align:left!important;font-weight:600!important;font-size:16px!important;line-height:1.2!important}.hiresmart-page .hs-activity-composer-meta{display:inline-flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.hiresmart-page .hs-activity-composer-role{color:var(--hs-muted)!important;font-size:12px!important;border-right:1px solid var(--hs-border)!important;padding-right:8px!important;margin-right:0!important;line-height:1.2!important}.hiresmart-page .hs-activity-visibility-dropdown{margin-left:0!important;margin-top:0!important}.hiresmart-page .hs-universal-search{position:relative!important}.hiresmart-page .hs-universal-search-icon{left:12px!important;font-size:13px!important;z-index:2!important}.hiresmart-page .hs-universal-search-input{padding-left:34px!important;padding-right:10px!important;line-height:1.25!important;box-sizing:border-box!important}.hiresmart-page .hs-nav .hs-nav-item.hs-notifications-trigger,.hiresmart-page .hs-nav .hs-nav-item[data-icon-key="notifications"],.hiresmart-page .hs-nav .hs-notifications-trigger{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}@media (min-width:981px){body.hiresmart-page .hs-sidebar{position:sticky!important;top:0!important;height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}body.hiresmart-page .hs-sidebar-brand{flex:0 0 auto!important}body.hiresmart-page .hs-nav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;margin:0!important;padding-bottom:12px!important;scrollbar-gutter:stable both-edges}body.hiresmart-page .hs-sidebar-footer{flex:0 0 auto!important;margin-top:auto!important;position:relative!important;bottom:auto!important;z-index:2!important;background:var(--hs-sidebar-bg)!important}body.hiresmart-page .hs-universal-search{position:relative!important;overflow:visible!important;z-index:2147483640!important}body.hiresmart-page .hs-universal-search-input{padding-right:8px!important}body.hiresmart-page .hs-universal-search-slider{position:fixed!important;right:auto!important;bottom:auto!important;display:none!important;z-index:2147483646!important;pointer-events:auto!important;visibility:hidden!important;opacity:0!important}body.hiresmart-page .hs-universal-search-slider.is-open{display:block!important;visibility:visible!important;opacity:1!important}body.hiresmart-page .hs-universal-search:focus-within .hs-universal-search-slider{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}body.hiresmart-page .hs-app-shell .hs-sidebar{display:flex!important;flex-direction:column!important;height:100vh!important;max-height:100vh!important;overflow:hidden!important}body.hiresmart-page .hs-app-shell .hs-sidebar-brand{flex:0 0 auto!important}body.hiresmart-page .hs-app-shell .hs-sidebar .hs-nav{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:12px!important}body.hiresmart-page .hs-app-shell .hs-sidebar .hs-sidebar-footer{flex:0 0 auto!important;margin-top:auto!important;position:sticky!important;bottom:0!important;background:var(--hs-sidebar-bg)!important;z-index:30!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-end!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger{position:sticky!important;bottom:8px!important;z-index:31!important}body.hiresmart-page .hs-app-shell{--hs-sidebar-collapsed-width:92px !important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{padding:10px 8px 12px!important;align-items:stretch!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav{gap:4px!important;padding-right:0!important;padding-bottom:16px!important;overscroll-behavior:contain;scrollbar-gutter:stable}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search{width:100%!important;min-height:46px!important;padding:10px 0!important;border-radius:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;gap:0!important;position:relative!important;overflow:visible!important;text-align:center!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item .hs-nav-icon,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search .hs-universal-search-icon{width:22px!important;height:22px!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 22px!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item .hs-nav-label,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search .hs-nav-label,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-universal-search-input{display:none!important;content:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{content:attr(data-collapsed-label)!important;position:absolute!important;left:calc(100% + 12px)!important;top:50%!important;transform:translateY(-50%) translateX(-4px)!important;opacity:0!important;pointer-events:none!important;z-index:2147483641!important;background:rgb(15 23 42 / .96)!important;color:#ffffff!important;border-radius:10px!important;padding:8px 12px!important;box-shadow:0 14px 30px rgb(15 23 42 / .22)!important;font-size:11px!important;line-height:1.2!important;white-space:nowrap!important;transition:opacity 0.16s ease,transform 0.16s ease!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]::after{content:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{left:50%!important;top:auto!important;bottom:calc(100% + 10px)!important;transform:translateX(-50%) translateY(4px)!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:focus-within::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:focus-visible::after{opacity:1!important;transform:translateY(-50%) translateX(0)!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:focus-visible::after{transform:translateX(-50%) translateY(0)!important}body.hiresmart-page .hs-app-shell.is-collapsed,body.hiresmart-page .hs-app-shell.is-collapsed .hs-content,body.hiresmart-page .hs-app-shell.is-collapsed .hs-topbar,body.hiresmart-page .hs-app-shell.is-collapsed .hs-content-body,body.hiresmart-page .hs-app-shell.is-collapsed .hs-page{overflow-x:hidden!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer{gap:10px!important;padding:10px 0 4px!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-sidebar-links,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-user-details,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-usage-badges,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-usage-badges--sidebar{display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer:has(.hs-collapsed-profile-trigger) .hs-user-card{display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer:not(:has(.hs-collapsed-profile-trigger)) .hs-user-card{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;padding:0!important;margin:0!important;border-radius:16px!important;background:rgb(37 99 235 / .08)!important;border:1px solid rgb(148 163 184 / .26)!important;position:relative!important;bottom:auto!important;z-index:31!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer:not(:has(.hs-collapsed-profile-trigger)) .hs-user-card>.hs-user-avatar{display:inline-flex!important;width:44px!important;height:44px!important;margin:0!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer:not(:has(.hs-collapsed-profile-trigger)) .hs-user-card>:not(.hs-user-avatar){display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-collapsed-profile-trigger{width:52px!important;height:52px!important;padding:0!important;border-radius:16px!important;background:rgb(37 99 235 / .08)!important;border:1px solid rgb(148 163 184 / .26)!important;position:relative!important;bottom:auto!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-collapsed-profile-trigger .hs-user-avatar{width:44px!important;height:44px!important;margin:0!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-notifications-panel{left:calc(var(--hs-sidebar-collapsed-width) + 8px)!important;top:72px!important;width:min(360px, calc(100vw - 24px))!important}}html:not([data-hs-theme="dark"]) .hiresmart-page .btn:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .btn-primary:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .btn-secondary:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .btn-tertiary:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .btn-danger:hover,html:not([data-hs-theme="dark"]) .hiresmart-page a[class^="btn-"]:hover,html:not([data-hs-theme="dark"]) .hiresmart-page a[class*=" btn-"]:hover,html:not([data-hs-theme="dark"]) .hiresmart-page button[class^="btn-"]:hover,html:not([data-hs-theme="dark"]) .hiresmart-page button[class*=" btn-"]:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-coins-cta:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-wallet-cta:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-change-plan-btn:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-checkout-button:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-referral-share-btn:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-auth-panel .btn-social:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-auth-panel .btn-secondary:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-filter-actions button:hover,html:not([data-hs-theme="dark"]) .hiresmart-page .hs-modal-actions button:hover{background:var(--hs-primary)!important;border-color:var(--hs-primary)!important;color:#ffffff!important}@media (min-width:981px){.hiresmart-page :is(.hs-card-title,.jobs-header h1,.directory-header h1,.candidates-header h1,.post-job-header h1){font-size:18px!important;line-height:1.3!important}.hiresmart-page :is(.hs-card-subtitle,.jobs-header .subtitle,.directory-header .subtitle,.candidates-header .subtitle,.post-job-header .subtitle,.hs-section-header h3,.hs-section-header p,.hs-card h3:not(.hs-card-title)){font-size:17px!important;line-height:1.35!important}}#hs-message-modal{z-index:2147483200!important}body.hs-message-modal-open .hs-mobile-floating-search,body.hs-message-modal-open .hs-mobile-floating-notifications{opacity:0!important;visibility:hidden!important;pointer-events:none!important}@media (min-width:981px){body.hs-message-modal-open .hs-floating-messages{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2147483201!important}}@media (max-width:980px){body.hs-message-modal-open .hs-floating-messages{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}.hs-mobile-floating-notifications.is-hidden{display:none!important}@media (max-width:768px){.hs-mobile-nav-scroll .hs-mobile-nav-item.hs-notifications-trigger,.hs-mobile-nav-scroll .hs-mobile-nav-item[data-icon-key="notifications"]{display:none!important}.hs-mobile-search-trigger,.hs-floating-messages,.hs-mobile-notification-trigger{position:fixed!important;right:16px!important;width:50px!important;height:50px!important;min-width:50px!important;border-radius:999px!important;background:var(--hs-primary)!important;color:#ffffff!important;box-shadow:0 10px 24px rgb(15 23 42 / .24)!important}.hs-mobile-search-trigger{bottom:16px!important;z-index:10030!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--hs-primary)!important;border:none!important;color:#ffffff!important}.hs-floating-messages,.hs-floating-messages.is-mobile-stack{bottom:84px!important;z-index:10031!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;padding:0!important}.hs-mobile-notification-trigger,.hs-mobile-floating-notifications{bottom:152px!important;z-index:10032!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--hs-primary)!important;border:none!important;color:#ffffff!important}.hs-floating-messages .hs-floating-messages-unread,.hs-floating-messages.is-mobile-stack .hs-floating-messages-unread{top:-4px!important;right:-4px!important;transform:none!important;min-width:18px!important;height:18px!important;line-height:16px!important;padding:0 4px!important}.hs-floating-messages .hs-floating-messages-avatars,.hs-floating-messages.is-mobile-stack .hs-floating-messages-avatars{display:none!important;align-items:center!important}.hs-floating-messages.has-avatar-preview .hs-floating-messages-avatars,.hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars{display:inline-flex!important}.hs-floating-messages.has-avatar-preview .hs-mobile-trigger-icon,.hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon{display:none!important}.hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar,.hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar{width:28px!important;height:28px!important;border-width:2px!important;border-color:rgb(255 255 255 / .95)!important}.hs-floating-messages.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar,.hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatar+.hs-floating-messages-avatar{margin-left:-9px!important}.hs-mobile-search-trigger .hs-mobile-trigger-icon,.hs-mobile-notification-trigger .hs-mobile-trigger-icon,.hs-floating-messages .hs-mobile-trigger-icon{display:block!important;margin:0!important}#hs-message-modal.is-mobile-thread-view .hs-message-layout{grid-template-columns:1fr!important}#hs-message-modal.is-mobile-thread-view .hs-message-conversations{display:none!important}#hs-message-modal.is-mobile-list-view .hs-message-thread-wrap{display:none!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-wrap{display:flex!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-back{display:inline-flex!important}#hs-message-modal.is-mobile-thread-view #hs-thread-search{display:block!important;width:100%!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread{padding:10px!important;gap:6px!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar{position:relative!important;padding:10px 12px 8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:8px!important;margin-top:28px!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-profile{width:100%!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-actions{width:auto!important;justify-content:flex-end!important;flex-wrap:nowrap!important;margin-left:0!important;align-self:start!important}#hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss,#hs-message-modal.is-mobile-thread-view .hs-message-conversations-topbar #hs-message-thread-back{position:absolute!important;top:-42px!important;width:34px!important;min-width:34px!important;height:34px!important;z-index:5!important}#hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss{right:0!important}#hs-message-modal.is-mobile-thread-view .hs-message-conversations-topbar #hs-message-thread-back{left:0!important;display:inline-flex!important}#hs-message-modal.is-mobile-thread-view #hs-message-unblock,#hs-message-modal.is-mobile-thread-view #hs-message-block,#hs-message-modal.is-mobile-thread-view #hs-thread-search-toggle,#hs-message-modal.is-mobile-thread-view #hs-message-report,#hs-message-modal.is-mobile-thread-view #hs-message-modal-close{display:none!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-overflow{display:inline-flex!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-overflow-menu{right:0!important;top:calc(100% + 6px)!important;min-width:168px!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-search-shell.is-open{grid-column:1 / -1!important;width:100%!important;order:3!important}#hs-message-modal.is-mobile-thread-view .hs-message-title-avatar{width:34px!important;height:34px!important}#hs-message-modal.is-mobile-thread-view .hs-message-titlecopy h3,#hs-message-modal.is-mobile-thread-view .hs-message-titlecopy .hs-card-subtitle{display:block!important}#hs-message-modal.is-mobile-list-view .hs-message-conversations-topbar{grid-template-columns:minmax(0,1fr)!important;gap:10px!important}#hs-message-modal.is-mobile-thread-view .hs-message-item{width:fit-content!important;max-width:84%!important}#hs-message-modal.is-mobile-thread-view .hs-message-bubble{padding:5px 8px!important;border-radius:10px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose{gap:6px!important;align-items:flex-end!important;padding:10px 10px 12px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose textarea{min-height:40px!important;max-height:116px!important;padding:10px 82px 10px 10px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose-actions{right:16px!important;bottom:18px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose-actions .btn-icon{width:30px!important;min-width:30px!important;height:30px!important}body[class*="hiresmart-route-directory"] .hs-filter-actions{flex-direction:row!important}body[class*="hiresmart-route-directory"] .hs-filter-actions .btn-secondary{flex:1 1 0!important}body[class*="hiresmart-route-directory"] .hs-filter-score-row{grid-template-columns:1fr!important}}@media (min-width:768px){.hs-floating-messages.is-guest.is-desktop-stack,.hs-floating-messages.is-guest{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}.hs-topbar--guest-auth .hs-topbar-actions,.hs-topbar .hs-topbar-actions:has(.hs-topbar-signin):has(.hs-topbar-signup){gap:10px}.hs-topbar-actions .hs-topbar-auth-link{white-space:nowrap;text-decoration:none}.hs-topbar--guest-auth .hs-topbar-signin,.hs-topbar--guest-auth .hs-topbar-signin:link,.hs-topbar--guest-auth .hs-topbar-signin:visited,.hs-topbar .hs-topbar-signin,.hs-topbar .hs-topbar-signin:link,.hs-topbar .hs-topbar-signin:visited{background:#fff;color:#1d4ed8!important;border:1px solid rgb(29 78 216 / .24);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .4)}.hs-topbar--guest-auth .hs-topbar-signin:hover,.hs-topbar .hs-topbar-signin:hover{background:#eff6ff;color:#1e40af!important;border-color:rgb(29 78 216 / .44)}.hs-topbar--guest-auth .hs-topbar-signup,.hs-topbar--guest-auth .hs-topbar-signup:link,.hs-topbar--guest-auth .hs-topbar-signup:visited,.hs-topbar .hs-topbar-signup,.hs-topbar .hs-topbar-signup:link,.hs-topbar .hs-topbar-signup:visited{color:#ffffff!important}.hs-jobs-filters{margin-top:0!important}.hs-jobs-filters .hs-filter-search,.hs-jobs-filters .hs-filter-field,.hs-jobs-filters .hs-filter-group,.hs-jobs-filters .hs-filter-actions{margin-top:0!important}.hs-jobs-filters .hs-filter-label,.hs-jobs-filters .hs-filter-help,.hs-jobs-filters .hs-input,.hs-jobs-filters .hs-select,.hs-jobs-filters .hs-jobs-toggle,.hs-jobs-filters .btn-secondary{font-size:12px!important}.hs-jobs-filters .hs-filter-help{line-height:1.3}.hs-jobs-filters .hs-input,.hs-jobs-filters .hs-select,.hs-jobs-filters .hs-jobs-toggle,.hs-jobs-filters .btn-secondary{min-height:36px}@media (min-width:981px){body.hiresmart-page .hs-universal-search{overflow:visible!important}body.hiresmart-page .hs-universal-search-slider{position:fixed!important;transform:none!important;z-index:2147483647!important;display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:auto!important;max-width:min(620px, calc(100vw - 32px))!important}body.hiresmart-page .hs-universal-search-slider.is-open{display:block!important;visibility:visible!important;opacity:1!important}body.hiresmart-page>.hs-universal-search-slider{position:fixed!important;display:none!important;visibility:hidden!important;opacity:0!important;width:min(620px, calc(100vw - 32px))!important;min-width:320px!important;max-height:calc(100vh - 32px)!important;overflow:auto!important;pointer-events:auto!important;z-index:2147483647!important}body.hiresmart-page>.hs-universal-search-slider.is-open{display:block!important;visibility:visible!important;opacity:1!important}}@media (min-width:981px){body.hiresmart-page .hs-app-shell .hs-sidebar{overflow-x:visible!important;overflow-y:hidden!important}body.hiresmart-page .hs-app-shell .hs-sidebar .hs-nav,body.hiresmart-page .hs-app-shell .hs-sidebar .hs-sidebar-footer{overflow-x:visible!important}body.hiresmart-page .hs-sidebar-popout,body.hiresmart-page .hs-sidebar-popout.is-open{z-index:2147483647!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{align-items:center!important;padding-left:6px!important;padding-right:6px!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search{width:56px!important;min-width:56px!important;min-height:44px!important;margin:0 auto 4px!important;padding:6px 0!important;border-radius:12px!important;justify-content:center!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search .hs-universal-search-input{display:block!important;position:absolute!important;width:1px!important;height:1px!important;min-width:1px!important;padding:0!important;margin:0!important;border:0!important;opacity:0!important;pointer-events:none!important}body.hiresmart-page .hs-app-shell:not(.is-collapsed) .hs-sidebar form.hs-universal-search{display:block!important;width:calc(100% - 14px)!important;max-width:238px!important;margin:0 auto 6px!important;pointer-events:auto!important}body.hiresmart-page .hs-app-shell:not(.is-collapsed) .hs-sidebar form.hs-universal-search .hs-universal-search-input{display:block!important;width:100%!important;min-width:0!important;opacity:1!important;pointer-events:auto!important}body.hiresmart-page .hs-universal-search-slider,body.hiresmart-page .hs-universal-search-slider.is-open{pointer-events:auto!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{left:50%!important;top:auto!important;bottom:calc(100% + 8px)!important;transform:translateX(-50%) translateY(4px)!important;white-space:nowrap!important;z-index:2147483647!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:focus-visible::after{transform:translateX(-50%) translateY(0)!important}}@media (max-width:980px){body.hiresmart-page .hs-app-shell{grid-template-columns:minmax(0,1fr)!important;padding-bottom:84px!important;overflow-x:hidden!important}body.hiresmart-page .hs-sidebar{display:none!important;visibility:hidden!important;pointer-events:none!important;width:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important}body.hiresmart-page .hs-content,body.hiresmart-page .hs-page,body.hiresmart-page .hs-content-body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body.hiresmart-page .hs-mobile-bottom-nav{display:flex!important;align-items:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:2147483000!important}body.hiresmart-page .hs-mobile-search-trigger,body.hiresmart-page .hs-mobile-floating-search,body.hiresmart-page .hs-mobile-notification-trigger,body.hiresmart-page .hs-mobile-floating-notifications{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}}.hs-mobile-user-menu-header .hs-usage-badges--mobile{display:none!important}@media (max-width:980px){.hiresmart-page .hs-mobile-search-trigger,.hiresmart-page .hs-mobile-floating-search{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.hiresmart-page .hs-mobile-notification-trigger,.hiresmart-page .hs-mobile-floating-notifications{display:inline-flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.hiresmart-page .hs-mobile-notification-trigger.is-hidden,.hiresmart-page .hs-mobile-floating-notifications.is-hidden{display:inline-flex!important}.hiresmart-page .hs-notifications-panel{position:fixed!important;left:10px!important;right:10px!important;top:auto!important;bottom:72px!important;width:auto!important;max-width:calc(100vw - 20px)!important;max-height:68dvh!important;z-index:2147483300!important}.hiresmart-page .hs-notifications-panel.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.hiresmart-page .hs-floating-messages{font-size:0!important}.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon{border-radius:0!important;background-color:currentColor!important;box-shadow:none!important}#hs-message-modal{align-items:flex-end!important;justify-content:center!important;padding:0 0 8px!important}#hs-message-modal .hs-message-modal-card,#hs-message-modal .hs-message-modal-card.is-thread-active{width:calc(100vw - 10px)!important;max-width:calc(100vw - 10px)!important;height:min(75dvh, 780px)!important;max-height:min(75dvh, 780px)!important;border-radius:14px!important}#hs-message-modal .hs-message-modal-body{min-height:0!important;height:100%!important;gap:6px!important}#hs-message-modal .hs-message-conversations{min-height:0!important;max-height:none!important;height:100%!important;padding:8px!important;gap:6px!important}#hs-message-modal .hs-conversations-list{gap:4px!important}#hs-message-modal .hs-conversation-item{padding:8px!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-wrap,#hs-message-modal.is-mobile-thread-view .hs-message-thread-panel,#hs-message-modal.is-mobile-thread-view .hs-message-thread-box{height:100%!important;min-height:0!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar{margin-top:0!important;padding:8px 10px!important;gap:6px!important}#hs-message-modal.is-mobile-thread-view .hs-message-thread{min-height:0!important;max-height:none!important;padding:8px 10px!important;gap:6px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose{position:relative!important;gap:6px!important;padding:8px 10px 10px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose textarea{min-height:42px!important;max-height:128px!important;padding:10px 88px 10px 10px!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose-actions{position:absolute!important;right:14px!important;bottom:14px!important;align-items:center!important;gap:6px!important;max-width:calc(100% - 24px)!important}#hs-message-modal.is-mobile-thread-view .hs-message-compose-actions .btn-icon{width:30px!important;min-width:30px!important;height:30px!important}}.hs-mobile-trigger-icon-search{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M11.2 10.5l3.1 3.1-1.1 1.1-3.1-3.1a5.5 5.5 0 1 1 1.1-1.1zM6.5 10.5a4 4 0 1 0 0-8 4 4 0 0 0 0 8z'/%3E%3C/svg%3E") no-repeat center / contain}.hs-mobile-trigger-icon-bell{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a4 4 0 0 1 4 4v2.8l1.2 2V11H2.8V9.8L4 7.8V5a4 4 0 0 1 4-4zm-1.5 11h3a1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M8 1a4 4 0 0 1 4 4v2.8l1.2 2V11H2.8V9.8L4 7.8V5a4 4 0 0 1 4-4zm-1.5 11h3a1.5 1.5 0 0 1-3 0z'/%3E%3C/svg%3E") no-repeat center / contain}.hs-mobile-trigger-icon-messages{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2.75A1.75 1.75 0 0 1 3.75 1h8.5A1.75 1.75 0 0 1 14 2.75v6.5A1.75 1.75 0 0 1 12.25 11H6.5L3 14v-3H3.75A1.75 1.75 0 0 1 2 9.25v-6.5z'/%3E%3C/svg%3E") no-repeat center / contain;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M2 2.75A1.75 1.75 0 0 1 3.75 1h8.5A1.75 1.75 0 0 1 14 2.75v6.5A1.75 1.75 0 0 1 12.25 11H6.5L3 14v-3H3.75A1.75 1.75 0 0 1 2 9.25v-6.5z'/%3E%3C/svg%3E") no-repeat center / contain}@media (max-width:980px){.hiresmart-page .hs-mobile-notification-trigger:not(.has-unread),.hiresmart-page .hs-mobile-floating-notifications:not(.has-unread),.hiresmart-page .hs-mobile-notification-trigger.is-hidden,.hiresmart-page .hs-mobile-floating-notifications.is-hidden{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.hiresmart-page .hs-mobile-search-trigger,.hiresmart-page .hs-mobile-floating-search{bottom:16px!important;z-index:10030!important}.hiresmart-page .hs-floating-messages,.hiresmart-page .hs-floating-messages.is-mobile-stack{bottom:82px!important;z-index:10031!important}.hiresmart-page .hs-mobile-notification-trigger,.hiresmart-page .hs-mobile-floating-notifications{bottom:152px!important;z-index:10032!important}body.hiresmart-route-profile .hs-account-settings-grid,.hiresmart-page[data-account-type] .hs-account-settings-grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}body.hiresmart-route-profile .hs-account-settings-grid .hs-password-card,body.hiresmart-route-profile .hs-account-settings-grid .hs-delete-account-card,.hiresmart-page[data-account-type] .hs-account-settings-grid .hs-password-card,.hiresmart-page[data-account-type] .hs-account-settings-grid .hs-delete-account-card{grid-column:1 / -1!important;width:100%!important;margin-top:0!important}.hiresmart-page .hs-topbar-actions>.buy-coins,.hiresmart-page .hs-topbar-actions>.hs-coins-cta{display:none!important}.hiresmart-page .hs-topbar-actions .hs-chip,.hiresmart-page .hs-topbar-actions .hs-coins-card{cursor:pointer!important;pointer-events:auto!important}.hiresmart-page .hs-topbar-actions .hs-coins-card{width:auto!important;min-width:0!important;padding-right:12px!important}.hiresmart-page .hs-floating-messages.has-avatar-preview,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview{width:auto!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:0 4px!important;border:0!important;border-radius:999px!important;background:transparent!important;box-shadow:none!important}.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars{display:inline-flex!important;align-items:center!important}.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon{display:none!important}.hiresmart-page .hs-floating-messages.has-avatar-preview .hs-floating-messages-unread,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-unread{top:-6px!important;right:-6px!important;min-width:16px!important;height:16px!important;line-height:14px!important;padding:0 4px!important}.hiresmart-page #hs-message-modal{align-items:flex-start!important;justify-content:center!important;padding:8px 0 136px!important}.hiresmart-page #hs-message-modal .hs-message-modal-card,.hiresmart-page #hs-message-modal .hs-message-modal-card.is-thread-active{width:calc(100vw - 10px)!important;max-width:calc(100vw - 10px)!important;height:calc(100dvh - 154px)!important;max-height:calc(100dvh - 154px)!important;min-height:420px!important}.hiresmart-page #hs-message-modal .hs-message-modal-body{height:100%!important;min-height:0!important;padding:0!important;gap:0!important}.hiresmart-page #hs-message-modal .hs-message-conversations{padding:6px!important;gap:4px!important}.hiresmart-page #hs-message-modal .hs-conversations-list{padding:0!important;gap:3px!important}.hiresmart-page #hs-message-modal .hs-conversation-item{padding:6px 7px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread-topbar{margin-top:0!important;padding:6px 8px!important;gap:6px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss{top:-34px!important;right:6px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-conversations-topbar #hs-message-thread-back{top:-34px!important;left:6px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-thread{padding:6px 8px!important;gap:4px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose{padding:6px 8px 8px!important;gap:4px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose textarea{min-height:38px!important;max-height:108px!important;padding:8px 78px 8px 8px!important}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions{right:10px!important;bottom:10px!important;gap:4px!important}@media (min-width:981px){#hs-message-modal{align-items:center!important;justify-content:center!important;padding:24px!important}#hs-message-modal .hs-message-modal-card{width:min(520px, calc(100vw - 48px))!important;max-width:min(520px, calc(100vw - 48px))!important;max-height:min(84vh, 760px)!important}#hs-message-modal .hs-message-modal-card.is-thread-active{width:min(1120px, calc(100vw - 48px))!important;max-width:min(1120px, calc(100vw - 48px))!important}#hs-message-modal .hs-message-modal-body{min-height:420px!important;padding:0!important;gap:0!important}#hs-message-modal .hs-message-layout{grid-template-columns:minmax(0,1fr)!important;min-height:0!important;gap:14px!important}#hs-message-modal .hs-message-layout.is-thread-active{grid-template-columns:minmax(320px,340px) minmax(0,1fr)!important}#hs-message-modal .hs-message-conversations{min-width:0!important;min-height:320px!important;padding:12px!important;gap:10px!important}#hs-message-modal .hs-conversations-list{gap:6px!important}#hs-message-modal .hs-conversation-item{padding:10px 11px!important}#hs-message-modal .hs-message-thread-wrap,#hs-message-modal .hs-message-thread-panel,#hs-message-modal .hs-message-thread-box{min-width:0!important}#hs-message-modal .hs-message-thread-topbar{padding:14px 18px!important;gap:12px!important}#hs-message-modal .hs-message-thread{padding:18px!important;gap:10px!important}#hs-message-modal .hs-message-compose{padding:14px 18px 18px!important;gap:10px!important}}.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-compose-actions .btn-icon{width:28px!important;min-width:28px!important;height:28px!important}.hiresmart-page .hs-message-access-banner{padding:7px 8px!important;gap:6px!important}.hiresmart-page .hs-message-access-actions{gap:6px!important;flex-wrap:nowrap!important}.hiresmart-page #hs-request-chat-access,.hiresmart-page #hs-approve-chat-access,.hiresmart-page #hs-deny-chat-access,.hiresmart-page #hs-unblock-chat-access{min-height:30px!important;min-width:72px!important;max-width:none!important;padding:4px 10px!important;border-radius:9px!important;font-size:11px!important;line-height:1.1!important;white-space:nowrap!important;flex:0 0 auto!important}}@media (min-width:981px){body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{z-index:2147483600!important}body.hiresmart-page .hs-app-shell.is-collapsed,body.hiresmart-page .hs-app-shell.is-collapsed .hs-content,body.hiresmart-page .hs-app-shell.is-collapsed .hs-topbar,body.hiresmart-page .hs-app-shell.is-collapsed .hs-content-body,body.hiresmart-page .hs-app-shell.is-collapsed .hs-page,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-footer{overflow-x:clip!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-user-card,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer .hs-collapsed-profile-trigger{width:52px!important;min-width:52px!important;max-width:52px!important;margin-left:auto!important;margin-right:auto!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{left:50%!important;top:auto!important;bottom:calc(100% + 8px)!important;transform:translateX(-50%) translateY(4px)!important;font-size:11px!important;line-height:1.15!important;white-space:nowrap!important;z-index:2147483647!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:focus-within::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]:focus-visible::after{transform:translateX(-50%) translateY(0)!important}}@media (min-width:981px){body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-brand,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer{overflow:visible!important;overflow-x:visible!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout.is-open{position:fixed!important;z-index:2147483647!important;transform:none!important;overflow-x:hidden!important;overflow-y:auto!important;max-height:calc(100vh - 24px)!important;box-sizing:border-box!important}body.hiresmart-page .hs-nav-item.hs-notifications-trigger.active{background:var(--hs-surface-2)!important;border-color:var(--hs-border)!important;box-shadow:none!important}body.hiresmart-page .hs-nav-item.hs-notifications-trigger.is-open,body.hiresmart-page .hs-nav-item.hs-notifications-trigger[aria-expanded="true"]{background:var(--hs-surface)!important;border-color:var(--hs-primary)!important;box-shadow:0 2px 8px rgb(37 99 235 / .1)!important}body.hiresmart-page .hs-app-shell.is-collapsed form.hs-universal-search{cursor:pointer!important}body.hiresmart-page .hs-app-shell.is-collapsed form.hs-universal-search .hs-universal-search-input,body.hiresmart-page .hs-app-shell.is-collapsed form.hs-universal-search:focus-within .hs-universal-search-input{width:0!important;min-width:0!important;height:0!important;min-height:0!important;padding:0!important;border:0!important;opacity:0!important;pointer-events:none!important;color:transparent!important;caret-color:transparent!important;box-shadow:none!important;background:transparent!important;overflow:hidden!important}body.hiresmart-page .hs-app-shell.is-collapsed form.hs-universal-search .hs-universal-search-slider,body.hiresmart-page .hs-app-shell.is-collapsed form.hs-universal-search .hs-universal-search-slider.is-open,body.hiresmart-page .hs-app-shell.is-collapsed form.hs-universal-search:focus-within .hs-universal-search-slider{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;max-width:0!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;overflow:hidden!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout .hs-sidebar-links,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout .hs-user-card,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout .hs-user-details,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout .hs-usage-badges{border-top:0!important;margin-top:0!important;padding-top:0!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar-popout .hs-sidebar-link{box-shadow:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]::after{left:0!important;top:auto!important;bottom:calc(100% + 8px)!important;transform:translateY(4px)!important;width:max-content!important;min-width:max-content!important;max-width:none!important;white-space:nowrap!important;display:block!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav-item[data-collapsed-label]:focus-visible::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar form.hs-universal-search[data-collapsed-label]:focus-within::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:hover::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-link[data-collapsed-label]:focus-visible::after{transform:translateY(0)!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-user-card[data-collapsed-label]::after,body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-collapsed-profile-trigger[data-collapsed-label]::after{content:none!important}}body.hiresmart-page .hs-mobile-user-menu-panel,body.hiresmart-page .hs-mobile-user-menu-header,body.hiresmart-page .hs-mobile-user-menu-body{overflow-x:hidden!important}@media (max-width:980px){body.hiresmart-page .hs-mobile-floating-search,body.hiresmart-page .hs-mobile-search-trigger{bottom:calc(64px + env(safe-area-inset-bottom, 0px) + 16px)!important;right:16px!important;z-index:1605!important}body.hiresmart-page .hs-mobile-floating-notifications,body.hiresmart-page .hs-mobile-notification-trigger{bottom:calc(64px + env(safe-area-inset-bottom, 0px) + 72px)!important;right:16px!important;z-index:1606!important}body.hiresmart-page .hs-floating-messages,body.hiresmart-page .hs-floating-messages.is-mobile-stack{right:16px!important;bottom:calc(64px + env(safe-area-inset-bottom, 0px) + 128px)!important;width:auto!important;min-width:50px!important;height:50px!important;padding:0 10px!important;gap:8px!important;border-radius:999px!important;z-index:1607!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-label{display:none!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatars{display:inline-flex!important;align-items:center!important;margin-left:0!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatar{width:22px!important;height:22px!important;line-height:18px!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-mobile-trigger-icon{flex:0 0 16px!important;width:16px!important;height:16px!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview{width:50px!important;min-width:50px!important;padding:0!important;gap:0!important;justify-content:center!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-mobile-trigger-icon{display:none!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-mobile-stack.has-avatar-preview .hs-floating-messages-avatars{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:0!important;gap:0!important}body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatar:nth-child(n+2),.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-floating-messages-avatar:nth-child(n+2){display:none!important}body.hiresmart-page .hs-mobile-user-menu,.hiresmart-page .hs-mobile-user-menu{z-index:2147483605!important}body.hiresmart-page.hs-mobile-user-menu-open .hs-mobile-floating-search,body.hiresmart-page.hs-mobile-user-menu-open .hs-mobile-floating-notifications,body.hiresmart-page.hs-mobile-user-menu-open .hs-mobile-notification-trigger,body.hiresmart-page.hs-mobile-user-menu-open .hs-floating-messages,.hiresmart-page.hs-mobile-user-menu-open .hs-mobile-floating-search,.hiresmart-page.hs-mobile-user-menu-open .hs-mobile-floating-notifications,.hiresmart-page.hs-mobile-user-menu-open .hs-mobile-notification-trigger,.hiresmart-page.hs-mobile-user-menu-open .hs-floating-messages{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(10px)!important}body.hiresmart-page .hs-mobile-user-menu-panel,.hiresmart-page .hs-mobile-user-menu-panel{bottom:calc(76px + env(safe-area-inset-bottom, 0px))!important}body.hiresmart-page .hs-mobile-user-menu-header,.hiresmart-page .hs-mobile-user-menu-header{position:relative!important;align-items:flex-start!important;padding:18px 72px 18px 18px!important}body.hiresmart-page .hs-mobile-menu-close,.hiresmart-page .hs-mobile-menu-close{position:absolute!important;top:12px!important;right:12px!important;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border-radius:14px!important;border:1px solid rgb(15 23 42 / .08)!important;background:rgb(255 255 255 / .92)!important;color:var(--hs-text)!important;font-size:28px!important;font-weight:400!important;line-height:1!important;box-shadow:0 8px 18px rgb(15 23 42 / .12)!important;z-index:2!important}body.hiresmart-page .hs-mobile-menu-close:hover,.hiresmart-page .hs-mobile-menu-close:hover{background:#ffffff!important;border-color:rgb(37 99 235 / .18)!important}body.hiresmart-page .hs-usage-badges--mobile,.hiresmart-page .hs-usage-badges--mobile{grid-template-columns:minmax(0,0.66fr) minmax(0,1.34fr)!important;gap:6px!important}body.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge{min-width:0!important}body.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:first-child,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:first-child{padding:5px 7px!important;gap:4px!important}body.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:last-child,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:last-child{padding:5px 10px!important;gap:5px!important}body.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:first-child .hs-usage-label,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:first-child .hs-usage-label{font-size:8px!important}body.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:first-child .hs-usage-value,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:first-child .hs-usage-value{font-size:10px!important}body.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:last-child .hs-usage-value,.hiresmart-page .hs-usage-badges--mobile .hs-usage-badge:last-child .hs-usage-value{font-size:11px!important}}body.hiresmart-page .hs-collapsed-sidebar-tooltip.is-visible{display:block!important;opacity:1!important;visibility:visible!important}button,.btn-primary,.btn-secondary,.btn-danger,.hs-filter-toggle-btn,.hs-sidebar-toggle,.hs-mobile-menu-close,.hs-mobile-profile-trigger{min-height:44px;min-width:44px;border-radius:12px;font-weight:600;transition:background-color 0.2s ease,border-color 0.2s ease,color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.btn-primary,button.btn-primary,#hs-activity-modal-confirm{background:var(--hs-primary);border:1px solid var(--hs-primary);color:#fff;box-shadow:0 10px 24px rgb(15 118 110 / .16)}.btn-primary:hover,button.btn-primary:hover,#hs-activity-modal-confirm:hover{background:var(--hs-primary-dark);border-color:var(--hs-primary-dark)}.btn-secondary,button.btn-secondary,#hs-activity-modal-cancel{background:var(--hs-surface);border:1px solid var(--hs-border);color:var(--hs-text)}.btn-secondary:hover,button.btn-secondary:hover,#hs-activity-modal-cancel:hover{background:var(--hs-surface-2);border-color:var(--hs-primary)}.btn-danger,button.btn-danger{background:#dc2626;border:1px solid #dc2626;color:#fff}button:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-danger:focus-visible,.hs-filter-toggle-btn:focus-visible,.hs-sidebar-toggle:focus-visible,.hs-mobile-menu-close:focus-visible,.hs-mobile-profile-trigger:focus-visible{outline:3px solid var(--hs-ring);outline-offset:2px}.hs-input,input[type="text"],input[type="email"],input[type="password"],input[type="search"],select,textarea{min-height:44px;border-radius:12px}.hs-modal-card,.hs-activity-modal-card{width:min(100%, 560px);max-width:560px;border-radius:20px;padding:24px;background:var(--hs-surface);box-shadow:0 24px 60px rgb(15 23 42 / .18)}.hs-modal-actions,.hs-activity-modal-actions{display:flex;gap:12px;flex-wrap:wrap}.hs-modal-actions>button,.hs-activity-modal-actions>button{flex:1 1 180px}.hs-activity-menu-action{min-height:40px;width:100%;justify-content:flex-start;padding:10px 14px;border-radius:10px;border:1px solid #fff0;background:#fff0;color:var(--hs-text)}.hs-activity-menu-action:hover{background:var(--hs-surface-2);border-color:var(--hs-border)}@media (max-width:980px){:root{--hs-mobile-gutter:10px;--hs-mobile-card-padding:14px;--hs-mobile-control-height:38px;--hs-mobile-font-title:clamp(16px, 4.6vw, 18px);--hs-mobile-font-h2:clamp(15px, 4.2vw, 17px);--hs-mobile-font-h3:clamp(13px, 3.8vw, 15px);--hs-mobile-font-small:12px;--hs-mobile-font-title:clamp(18px, 5vw, 22px);--hs-mobile-font-h2:clamp(16px, 4.4vw, 18px);--hs-mobile-font-h3:clamp(14px, 4vw, 16px)}html,body,body.hiresmart-page,.hiresmart-page{font-size:var(--hs-mobile-font-body)!important;line-height:1.45!important;color:var(--hs-text)!important}.hiresmart-page{background:linear-gradient(180deg,#f8fbff 0%,#f5f7fb 100%)!important}.hs-topbar,.hs-content,.hs-page,.hs-main,.hs-main-content,.hs-dashboard-main,.hs-directory-main,.hs-jobs-main,.hs-settings-main,.hs-billing-main,.hs-resources-main,.hs-profile-main,.hs-page-shell,.job-listings-container,.hiresmart-post-job-container,.hiresmart-billing-container,.hs-dashboard-shell{padding-left:var(--hs-mobile-gutter)!important;padding-right:var(--hs-mobile-gutter)!important}.hs-topbar{padding-top:10px!important;padding-bottom:10px!important;gap:10px!important}.hs-page-title,.hs-card-title,.hs-section-title,.hs-topbar-titleblock h1,.hs-topbar-page-title,h1{font-size:var(--hs-mobile-font-title)!important;line-height:1.15!important;letter-spacing:-0.02em!important;margin-bottom:4px!important}h2,.hs-stat-title,.hs-modal-header h2,.job-modal-content h2{font-size:var(--hs-mobile-font-h2)!important;line-height:1.2!important}h3,.hs-directory-name,.job-card h3,.hs-message-conversations-title,.hs-message-titlecopy h3{font-size:var(--hs-mobile-font-h3)!important;line-height:1.25!important}.hs-card-subtitle,.hs-topbar-titleblock .hs-card-subtitle,.hs-directory-role,.hs-conversation-meta,.hs-user-email,.job-card p,.job-meta,.hs-message-time,small{font-size:var(--hs-mobile-font-small)!important;line-height:1.35!important}p,li,.hs-profile-detail,.hs-directory-meta-item,.hs-directory-metric,.hs-job-card,.hs-card,.job-card,.job-detail-content,.hs-stat-value,.hs-stat-label,.hs-message-body-text,.hs-input,input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="number"],select,textarea{font-size:var(--hs-mobile-font-body)!important;line-height:1.45!important}.hs-neural-page .hs-score-tabs{gap:8px!important;margin:12px 0 10px!important;padding:0!important}.hs-neural-page .hs-score-tab{flex:1 1 calc(50% - 4px)!important;min-height:74px!important;padding:10px 12px!important;border-radius:14px!important}.hs-neural-page .hs-score-tab .hs-highlight-label{font-size:10px!important;letter-spacing:0.06em!important}.hs-neural-page .hs-score-tab .hs-highlight-value{font-size:clamp(16px, 5.4vw, 20px)!important;line-height:1.05!important}.hs-neural-page .hs-score-tab .hs-highlight-sub{font-size:10px!important;line-height:1.3!important}.hs-neural-page .hs-card-title,.hs-neural-page .hs-page-title,.hs-neural-page .hs-section-title,.hs-neural-page .hs-topbar-page-title{font-size:clamp(15px, 4.6vw, 17px)!important;line-height:1.2!important}.hs-neural-page .hs-card-subtitle,.hs-neural-page .hs-card h3:not(.hs-card-title),.hs-neural-page .hs-section-header h3,.hs-neural-page .hs-section-header p,.hs-neural-page .hs-readonly-row,.hs-neural-page .hs-progress-row span{font-size:11px!important;line-height:1.4!important}.hs-neural-page .hs-career-path-header h4,.hs-neural-page .hs-timeline-content h5,.hs-neural-page .hs-learning-paths h5,.hs-neural-page .hs-skill-gaps h5{font-size:13px!important;line-height:1.3!important}.hs-card,.hs-profile-card,.hs-stat-card,.hs-activity-item,.hs-directory-card,.hs-job-card,.job-card,.hs-usage-badge,.hs-coins-card,.hs-directory-filters,.hs-jobs-toolbar,.hs-dashboard-toolbar,.hs-message-conversations,.hs-message-thread-box,.job-modal-content{border-radius:16px!important;padding:var(--hs-mobile-card-padding)!important;box-shadow:0 10px 28px rgb(15 23 42 / .08)!important;background:rgb(255 255 255 / .96)!important;backdrop-filter:blur(10px)!important}.hs-topbar-actions .hs-notification-chip,.hs-topbar-actions .hs-topbar-refer,.hs-topbar-actions .hs-topbar-signout,.hs-chip,.hs-coins-card{min-height:32px!important;padding:6px 10px!important;font-size:12px!important}button,.btn-primary,.btn-secondary,.btn-danger,.btn-view-job,.btn-apply,.btn-login,.btn-signup,.hs-filter-toggle-btn,.hs-sidebar-toggle,.hs-mobile-menu-close,.hs-modal-actions>button,.hs-activity-modal-actions>button,.job-actions button,.hs-message-thread-menu-item,.hs-message-access-actions button,.hs-conversation-delete,.hs-list-action{min-height:var(--hs-mobile-control-height)!important;height:auto!important;padding:8px 12px!important;border-radius:var(--hs-mobile-radius)!important;font-size:13px!important;line-height:1.2!important;gap:6px!important}.btn-primary,.btn-secondary,.btn-danger,.btn-view-job,.btn-apply,.hs-modal-actions>button,.hs-activity-modal-actions>button,.job-actions button,.hs-message-access-actions button{min-height:var(--hs-mobile-control-height-lg)!important}.btn-icon,.hs-sidebar-toggle,.hs-conversation-delete,.hs-message-thread-actions .btn-icon,.hs-message-compose-actions .btn-icon,.hs-mobile-profile-trigger,.hs-mobile-nav-item,.hs-modal-close,.modal-close{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;border-radius:10px!important}.btn-icon svg,.hs-modal-close svg,.modal-close svg{width:16px!important;height:16px!important}.hs-input,input[type="text"],input[type="email"],input[type="password"],input[type="search"],input[type="number"],select,textarea{min-height:var(--hs-mobile-control-height)!important;padding:8px 10px!important;border-radius:var(--hs-mobile-radius)!important}textarea{min-height:96px!important}.hs-mobile-bottom-nav{height:68px!important;padding-bottom:max(8px, env(safe-area-inset-bottom))!important}.hs-mobile-nav-item,.hs-mobile-profile-trigger{min-width:56px!important;min-height:44px!important}.hs-modal-card,.hs-activity-modal-card,.job-modal-content{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100vh - 16px)!important;border-radius:16px 16px 14px 14px!important;padding:14px!important;overflow-y:auto}.job-modal{padding:8px!important}.hs-modal-header,.modal-header,.job-modal .modal-header,.hs-modal-body,.modal-body,.hs-modal-footer,.modal-footer{gap:10px!important}.hs-modal-header,.modal-header,.job-modal .modal-header{margin-bottom:10px!important;padding-bottom:10px!important}.hs-modal-body,.modal-body,.job-modal .modal-body,.job-detail-section{font-size:14px!important}.job-detail-section{margin-bottom:12px!important}.job-skills,.hs-directory-metrics,.hs-directory-meta-row,.hs-stats-grid,.hs-card-grid,.hs-usage-badges,.hs-jobs-toolbar,.hs-directory-bar,.hs-dashboard-toolbar,.dashboard-actions{gap:8px!important}.skill-tag,.hs-directory-metric,.hs-score-chip,.hs-plan-chip,.hs-user-badge,.badge,.agency-badge{min-height:26px!important;padding:4px 8px!important;font-size:11px!important;border-radius:999px!important}.job-card .job-footer,.hs-job-card .job-footer,.job-actions,.hs-modal-actions,.hs-activity-modal-actions{gap:8px!important}.job-actions button,.hs-modal-actions>button,.hs-activity-modal-actions>button,.btn-primary,.btn-secondary,.btn-danger{width:100%!important}.hs-directory-top,.hs-directory-title,.hs-user-card,.hs-topbar-actions{gap:8px!important}.hs-directory-avatar,.hs-user-avatar,.hs-mobile-profile-avatar{width:42px!important;height:42px!important}.hs-topbar-actions .hs-coins-card,.hs-topbar-actions .hs-notification-chip{border:1px solid rgb(148 163 184 / .18)!important;background:rgb(255 255 255 / .94)!important;color:var(--hs-text)!important}.hs-topbar-actions .hs-coins-label .hs-coin-icon{width:2em!important;height:2em!important;min-width:2em!important;min-height:2em!important;flex:0 0 2em!important;margin-right:0!important}.btn-primary,.job-actions .btn-primary,.hs-modal-actions .btn-primary{box-shadow:0 8px 20px rgb(37 99 235 / .16)!important}#hs-activity-action-modal{align-items:flex-end;padding:8px}.hs-modal-actions,.hs-activity-modal-actions{flex-direction:column}.hs-modal-actions>button,.hs-activity-modal-actions>button,.btn-primary,.btn-secondary,.btn-danger{width:100%}.hs-directory-bar,.hs-jobs-toolbar,.hs-dashboard-toolbar,.dashboard-actions{gap:8px!important}}@media (max-width:640px){.hs-page-title,.hs-card-title,.hs-section-title,h1{font-size:clamp(15px, 4.4vw, 17px)!important;line-height:1.12!important}h2{font-size:clamp(14px, 4vw, 16px)!important}h3{font-size:clamp(13px, 3.6vw, 14px)!important}body.hiresmart-page,.hiresmart-page,.hs-card,.hs-activity-item,.hs-directory-card,.hs-job-card,.hs-modal-card{font-size:14px!important;line-height:1.45!important}.hs-topbar,.hs-content,.hs-page,.hs-main,.hs-main-content,.hiresmart-post-job-container,.job-listings-container,.hiresmart-billing-container{padding-left:8px!important;padding-right:8px!important}.hs-card,.hs-profile-card,.hs-stat-card,.hs-activity-item,.hs-directory-card,.hs-job-card,.job-card,.hs-modal-card,.job-modal-content{padding:12px!important;border-radius:14px!important}}@media (max-width:980px){:root{--hs-mobile-gutter:8px;--hs-mobile-card-padding:12px;--hs-mobile-control-height:34px;--hs-mobile-control-height-lg:36px;--hs-mobile-radius:10px}body.hiresmart-page .hs-content-body,body.hiresmart-page.hiresmart-route-profile .hs-content-body,body.hiresmart-page[class*="hiresmart-route-directory"] .hs-content-body,body.hiresmart-page.hiresmart-route-referrals .hs-content-body,body.hiresmart-page.hiresmart-route-neural-dashboard .hs-content-body{padding-left:var(--hs-mobile-gutter,8px)!important;padding-right:var(--hs-mobile-gutter,8px)!important;padding-bottom:calc(84px + env(safe-area-inset-bottom, 0px))!important}body.hiresmart-page .hiresmart-jobs-container,body.hiresmart-page .hiresmart-post-job-container,body.hiresmart-page .hiresmart-billing-container,body.hiresmart-page .job-listings-container,body.hiresmart-page .hs-dashboard-shell,body.hiresmart-page .hs-page-shell{width:100%!important;max-width:none!important;margin:0!important;padding-left:0!important;padding-right:0!important}body.hiresmart-page .hs-jobs-shell,body.hiresmart-page .hs-directory-shell,body.hiresmart-page .hs-dashboard-shell,body.hiresmart-page .hs-page-shell{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}body.hiresmart-page.hiresmart-route-profile .hs-topbar,body.hiresmart-page[class*="hiresmart-route-directory"] .hs-topbar,body.hiresmart-page.hiresmart-route-referrals .hs-topbar,body.hiresmart-page.hiresmart-route-neural-dashboard .hs-topbar{padding-left:8px!important;padding-right:8px!important}body.hiresmart-page .hs-mobile-bottom-nav{display:flex!important;align-items:center!important;gap:6px!important;padding-left:8px!important;padding-right:8px!important}body.hiresmart-page .hs-mobile-profile-trigger{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;flex:0 0 52px!important;width:52px!important;height:44px!important;min-width:52px!important;min-height:44px!important;margin:0 4px 0 0!important;padding:0!important;border-right:0!important;background:transparent!important;z-index:auto!important;align-self:center!important}body.hiresmart-page .hs-mobile-profile-avatar{width:36px!important;height:36px!important;margin:0 auto!important}body.hiresmart-page .hs-mobile-nav-scroll{flex:1 1 auto!important;min-width:0!important;padding:0!important}body.hiresmart-page #hs-mobile-search-modal,body.hiresmart-page .hs-mobile-search-backdrop,body.hiresmart-page .job-modal,body.hiresmart-page .hs-modal.is-open,body.hiresmart-page .hs-modal-overlay,body.hiresmart-page .hs-modal-overlay.is-open,body.hiresmart-page .hs-search-modal-overlay,body.hiresmart-page .hs-search-modal-overlay.is-open{z-index:2147483644!important}body.hiresmart-page #hs-mobile-search-modal .hs-mobile-search-card,body.hiresmart-page .job-modal .job-modal-content,body.hiresmart-page .hs-modal-overlay .hs-modal-card,body.hiresmart-page .hs-search-modal-overlay .hs-modal-card{position:relative!important;z-index:2147483645!important}body.hiresmart-page .hs-jobs-shell{gap:10px!important}body.hiresmart-page .hs-jobs-toolbar{margin-bottom:0!important}body.hiresmart-page .hs-jobs-top-terms,body.hiresmart-page .hs-jobs-suggestions,body.hiresmart-page .hs-jobs-search-empty{margin-top:4px!important}body.hiresmart-page .jobs-grid{margin-top:8px!important;gap:12px!important}body.hiresmart-page .job-footer{gap:10px!important}body.hiresmart-page .job-actions{display:grid!important;grid-template-columns:minmax(0,1.45fr) 38px minmax(0,1fr)!important;flex-wrap:nowrap!important;width:100%!important;align-items:stretch!important;gap:6px!important}body.hiresmart-page .job-actions>button,body.hiresmart-page .job-actions>a{flex:0 0 auto!important;width:100%!important;min-width:0!important;padding:6px 8px!important;font-size:12px!important;line-height:1.1!important}body.hiresmart-page .job-actions .btn-view-job,body.hiresmart-page .job-actions .btn-apply,body.hiresmart-page .job-actions .hs-list-action{min-height:36px!important}body.hiresmart-page .job-actions .btn-view-job{grid-column:1!important;padding-left:10px!important;padding-right:10px!important}body.hiresmart-page .job-actions .hs-list-action{grid-column:2!important;width:38px!important;min-width:38px!important;max-width:38px!important}body.hiresmart-page .job-actions .btn-apply{grid-column:3!important}body.hiresmart-page .job-actions .btn-view-job i,body.hiresmart-page .job-actions .btn-apply i,body.hiresmart-page .job-actions .hs-list-action i{font-size:13px!important;margin:0!important}body.hiresmart-page .job-actions .btn-view-job{white-space:nowrap!important}body.hiresmart-page .job-actions .hs-list-action{font-size:0!important;padding-left:0!important;padding-right:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}body.hiresmart-page .job-actions .hs-list-action i{font-size:14px!important;display:block!important;line-height:1!important;width:14px!important;text-align:center!important;transform:translateX(3px)!important}body.hiresmart-page .job-stats{gap:10px!important;font-size:12px!important}body.hiresmart-page .job-stats span{white-space:nowrap!important}body.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon,body.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages .hs-mobile-trigger-icon,.hiresmart-page .hs-floating-messages.is-mobile-stack .hs-mobile-trigger-icon{display:block!important;width:16px!important;height:16px!important;flex:0 0 16px!important;align-self:center!important;margin:0!important;transform:none!important}}@media (min-width:981px){body.hiresmart-page .hs-jobs-shell{row-gap:6px!important}body.hiresmart-page .hs-jobs-shell .hs-jobs-toolbar{gap:6px!important}body.hiresmart-page .hs-jobs-top-terms,body.hiresmart-page .hs-jobs-suggestions,body.hiresmart-page .hs-jobs-search-empty{margin-top:0!important}body.hiresmart-page .hs-jobs-toolbar+.jobs-grid,body.hiresmart-page .hs-jobs-shell .jobs-grid{margin-top:0!important}}@media (min-width:981px){body #hs-message-modal.is-desktop-anchored{align-items:flex-end!important;justify-content:flex-end!important;padding:56px var(--hs-message-anchor-right,24px) var(--hs-message-anchor-bottom,96px) 24px!important}body #hs-message-modal{align-items:center!important;justify-content:center!important;padding:56px 24px 24px!important}body #hs-message-modal .hs-message-modal-card{width:min(460px, calc(100vw - 64px))!important;max-width:min(460px, calc(100vw - 64px))!important;max-height:min(78vh, 700px)!important}body #hs-message-modal .hs-message-modal-card.is-thread-active{width:min(75vw, 960px)!important;max-width:min(75vw, 960px)!important}body #hs-message-modal .hs-message-modal-body{min-height:400px!important;height:auto!important;padding:0!important;gap:0!important}body #hs-message-modal .hs-message-layout{grid-template-columns:minmax(0,1fr)!important;min-height:0!important;gap:12px!important}body #hs-message-modal .hs-message-layout.is-thread-active{grid-template-columns:minmax(260px,300px) minmax(0,1fr)!important}body #hs-message-modal .hs-message-conversations{min-height:300px!important;padding:12px!important;gap:8px!important}body #hs-message-modal .hs-conversations-list{gap:6px!important}body #hs-message-modal .hs-conversation-item{padding:10px 11px!important}body #hs-message-modal .hs-message-thread-wrap,body #hs-message-modal .hs-message-thread-panel,body #hs-message-modal .hs-message-thread-box{min-width:0!important}body #hs-message-modal .hs-message-thread-topbar{padding:14px 18px 12px!important;gap:12px!important}body #hs-message-modal .hs-message-thread{padding:16px 18px!important;gap:10px!important}body #hs-message-modal .hs-message-compose{padding:12px 18px 18px!important;gap:10px!important}body #hs-message-modal .hs-message-modal-dismiss{top:0!important;right:10px!important;transform:translateY(calc(-100% - 10px))!important}body #hs-message-modal .hs-message-compose textarea{min-height:40px!important;padding:9px 84px 9px 12px!important}body #hs-message-modal .hs-message-compose-actions{top:50%!important;right:16px!important;bottom:auto!important;transform:translateY(-50%)!important;gap:6px!important;padding-bottom:0!important}body #hs-message-modal .hs-message-compose-actions .btn-icon,body #hs-message-modal #hs-message-attach,body #hs-message-modal #hs-message-send{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;border-radius:9px!important;margin-bottom:5px!important}body #hs-message-modal #hs-message-send{margin-right:10px!important}body #hs-message-modal #hs-message-send .hs-message-action-icon,body #hs-message-modal #hs-message-attach .hs-message-action-icon{margin:auto!important}}@media (max-width:768px){.hiresmart-page #hs-message-modal.is-mobile-thread-view .hs-message-modal-dismiss{top:0!important;right:8px!important;transform:translateY(calc(-100% - 8px))!important}}.hs-message-empty-state{min-height:220px;display:grid;place-items:center;align-content:center;justify-items:center;gap:10px;padding:24px 18px;text-align:center}.hs-message-empty-icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,rgb(37 99 235 / .12) 0%,rgb(56 189 248 / .18) 100%);color:var(--hs-primary);font-size:24px}.hs-message-empty-title{font-size:15px;font-weight:700;color:var(--hs-text)}.hs-message-empty-copy{max-width:28ch;font-size:12px;line-height:1.5;color:var(--hs-muted)}@media (min-width:981px){body.hiresmart-page .hs-floating-messages,body.hiresmart-page .hs-floating-messages.is-desktop-stack,.hiresmart-page .hs-floating-messages,.hiresmart-page .hs-floating-messages.is-desktop-stack{min-width:156px!important;width:auto!important;padding:0 16px!important;gap:8px!important;justify-content:center!important;text-align:center!important}body.hiresmart-page .hs-floating-messages .hs-floating-messages-label,body.hiresmart-page .hs-floating-messages.is-desktop-stack .hs-floating-messages-label,.hiresmart-page .hs-floating-messages .hs-floating-messages-label,.hiresmart-page .hs-floating-messages.is-desktop-stack .hs-floating-messages-label{flex:0 1 auto!important;text-align:center!important}body.hiresmart-page .hs-floating-messages .hs-floating-messages-avatars,body.hiresmart-page .hs-floating-messages.is-desktop-stack .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages .hs-floating-messages-avatars,.hiresmart-page .hs-floating-messages.is-desktop-stack .hs-floating-messages-avatars{margin-left:0!important;justify-content:center!important}}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar{overflow-x:visible!important;overflow-y:hidden!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav{flex:1 1 auto!important;min-height:0!important;padding-bottom:12px!important;overflow-x:visible!important;overflow-y:auto!important;scrollbar-width:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-nav::-webkit-scrollbar{display:none!important}body.hiresmart-page .hs-app-shell.is-collapsed .hs-sidebar .hs-sidebar-footer{margin-top:auto!important;position:static!important;top:auto!important;bottom:auto!important;flex-shrink:0!important;overflow:visible!important}.dashboard-actions{display:flex;gap:12px;margin-top:20px}.dashboard-actions button{flex:1}.hiresmart-profile-container,.hiresmart-billing-container,.hiresmart-integrations-container{max-width:1200px;margin:0 auto;padding:0}.profile-section,.billing-section,.integration-section{background:#fff0;padding:0;border-radius:0;box-shadow:none;margin-bottom:20px;border:none}.profile-section h2,.billing-section h2,.integration-section h2{margin:0 0 16px 0;color:#1f2937;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.score-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.section-description{color:#6b7280;margin-bottom:30px}.btn-link{background:none;border:none;color:#2563eb;cursor:pointer;padding:4px 8px;text-decoration:underline}.btn-link:hover{color:#1e40af}.text-danger{color:#dc2626}.notice{padding:16px;background:#dbeafe;border-left:4px solid #2563eb;border-radius:4px;margin-bottom:24px}.notice p{margin:0;color:#1e40af}html[data-hs-theme="dark"] .profile-section h2,html[data-hs-theme="dark"] .billing-section h2,html[data-hs-theme="dark"] .integration-section h2{color:var(--hs-text);border-bottom-color:var(--hs-border)}html[data-hs-theme="dark"] .section-description{color:var(--hs-muted)}html[data-hs-theme="dark"] .notice{background:var(--hs-surface-2);border-left-color:var(--hs-primary)}html[data-hs-theme="dark"] .notice p{color:var(--hs-text)}.hs-search-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .6);display:flex;align-items:flex-start;justify-content:center;padding:56px 18px 18px;z-index:2147483647!important;opacity:0;visibility:hidden;isolation:isolate;backdrop-filter:blur(14px);transition:all 0.2s ease-out}.hs-search-modal-overlay.is-open{opacity:1;visibility:visible}.hs-search-modal-card{background:radial-gradient(circle at top right,rgba(var(--hs-primary-rgb,59,130,246),.12),transparent 28%),linear-gradient(180deg,rgb(255 255 255 / .98),rgb(248 250 252 / .98));border-radius:24px;width:min(760px, 100%);max-width:760px;box-shadow:0 30px 90px rgb(15 23 42 / .34);display:flex;flex-direction:column;max-height:min(82vh, 860px);border:1px solid rgb(148 163 184 / .18);position:relative;z-index:2147483647!important;overflow:hidden}.hs-search-modal-header{padding:18px 20px;border-bottom:1px solid rgb(148 163 184 / .16);display:flex;align-items:center;gap:12px;background:rgb(255 255 255 / .82);backdrop-filter:blur(18px);border-radius:24px 24px 0 0}.hs-search-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.hs-search-icon{position:absolute;left:12px;color:var(--hs-muted);font-size:16px;pointer-events:none}.hs-search-input{width:100%;min-height:48px;padding:12px 16px 12px 42px;border:1px solid rgb(148 163 184 / .18);border-radius:16px;font-size:15px;background:rgb(248 250 252 / .86);color:var(--hs-text);transition:all 0.2s}.hs-search-input:focus{outline:none;border-color:var(--hs-primary);box-shadow:0 0 0 3px rgba(var(--hs-primary-rgb),.1)}.hs-search-modal-close{width:40px;height:40px;border:1px solid rgb(148 163 184 / .18);background:rgb(248 250 252 / .92);color:var(--hs-text);font-size:24px;cursor:pointer;border-radius:999px;transition:all 0.2s}.hs-search-modal-close:hover{background:var(--hs-surface);color:var(--hs-primary)}.hs-search-results-wrapper{flex:1;overflow-y:auto;padding:14px 0 18px}.hs-search-suggestions,.hs-search-results,.hs-search-empty,.hs-search-loading{padding:12px 16px}.hs-search-suggestions-title,.hs-search-results-title,.hs-search-section-title{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--hs-muted);margin-bottom:8px;padding:0 8px}.hs-search-suggestions-list{list-style:none;margin:0;padding:0}.hs-search-suggestion{padding:10px 12px;color:var(--hs-text);cursor:pointer;border-radius:12px;transition:all 0.2s;margin-bottom:4px}.hs-search-suggestion:hover{background:var(--hs-surface-2)}.hs-search-section{margin-bottom:12px}.hs-search-result{display:flex;align-items:center;gap:12px;padding:12px;border-radius:16px;cursor:pointer;transition:all 0.2s;margin-bottom:4px;border:1px solid #fff0}.hs-search-result:hover,.hs-search-result.is-selected{background:rgb(37 99 235 / .06);border-color:rgb(37 99 235 / .12)}.hs-search-result-icon,.hs-search-result-avatar{min-width:40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,rgb(219 234 254 / .95),rgb(191 219 254 / .72));font-size:18px;overflow:hidden;color:#1d4ed8}.hs-search-result-avatar img{width:100%;height:100%;object-fit:cover}.hs-search-result-content{flex:1;min-width:0}.hs-search-result-title{font-size:14px;font-weight:700;color:var(--hs-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hs-search-result-meta{font-size:12px;color:var(--hs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.hs-search-badges{display:flex;gap:6px;margin-top:6px;flex-wrap:wrap}.hs-search-badge{display:inline-block;padding:2px 6px;background:rgba(var(--hs-primary-rgb,59,130,246),.1);color:var(--hs-primary);border-radius:999px;font-size:11px;font-weight:500;white-space:nowrap}.hs-search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:var(--hs-muted)}.hs-search-empty-icon{font-size:48px;margin-bottom:12px;opacity:.5}.hs-search-empty-text{font-size:14px}.hs-search-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:var(--hs-muted)}.hs-search-spinner{width:24px;height:24px;border:2px solid var(--hs-border);border-top-color:var(--hs-primary);border-radius:50%;animation:spin 0.6s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:640px){.hs-search-modal-overlay{padding:0;align-items:flex-end}.hs-search-modal-card{width:100%;max-height:min(88vh, calc(100dvh - 10px));border-radius:24px 24px 0 0}.hs-search-results-wrapper{max-height:calc(78dvh - 72px);padding-bottom:calc(18px + env(safe-area-inset-bottom, 0px))}.hs-search-modal-header{padding:14px}.hs-search-input{min-height:46px;font-size:16px}.hs-search-result{align-items:flex-start}}.hs-search-shortcut-hint{position:fixed;bottom:20px;right:20px;padding:8px 12px;background:rgb(0 0 0 / .7);color:#fff;border-radius:6px;font-size:12px;z-index:1000}@media (max-width:768px){.hs-search-shortcut-hint{display:none}}.hostinger-reach-block-connect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}.hostinger-reach-block-dialog{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;-webkit-box-shadow:0 0 10px rgb(0 0 0 / .05);box-shadow:0 0 10px rgb(0 0 0 / .05)}.hostinger-reach-block-dialog__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;-webkit-box-shadow:none;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);-ms-flex-line-pack:center;align-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;-webkit-box-shadow:0 0 0 #fff0;box-shadow:0 0 0 #fff0;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;-webkit-box-sizing:border-box;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}:root{--primary-color:#2563eb;--secondary-color:#1d4ed8;--primary-hover:#1d4ed8;--primary-dark:#1e3a8a;--accent-color:#60a5fa;--text-dark:#0f172a;--text-light:#64748b;--bg-light:#f8fafc;--bg-white:#ffffff;--border-color:#e5e7eb;--success-color:#10b981;--warning-color:#f59e0b;--shadow-soft:0 20px 45px rgba(15, 23, 42, 0.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Space Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell',sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background-color:var(--bg-white);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgb(15 23 42 / .08)}.header-content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo img{width:200px;height:auto;display:block;max-width:90vw;object-fit:contain;visibility:visible;opacity:1}.main-nav ul{display:flex;list-style:none;gap:8px}.main-nav a{color:var(--text-dark);text-decoration:none;font-weight:500;font-size:.84rem;padding:6px 8px;border-radius:8px;transition:color 0.2s,background-color 0.2s}.main-nav a:hover,.main-nav a.active{color:var(--primary-color);background-color:var(--bg-light)}.header-actions{display:flex;gap:8px;align-items:center}.site-header .btn-secondary{background-color:#fff0;color:var(--primary-color);padding:10px 20px;border:2px solid var(--primary-color);border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s}.site-header .btn-secondary:hover{background-color:var(--primary-color);color:var(--bg-white)!important;border-color:var(--primary-color)}.cta-button{background-color:var(--primary-color);color:var(--bg-white);padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;box-shadow:var(--shadow-soft);transition:background-color 0.3s,transform 0.3s}.cta-button:hover{background-color:var(--secondary-color);transform:translateY(-1px)}.hero-metrics{display:flex;justify-content:flex-start;gap:30px;margin:24px 0 36px;flex-wrap:wrap}.metric-value{display:block;font-size:18px;font-weight:700}.metric-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.85}.hero-section{background:radial-gradient(circle at top right,rgb(96 165 250 / .35),transparent 50%),linear-gradient(135deg,#0f172a 0%,#1e3a8a 60%,#2563eb 100%);color:var(--bg-white);padding:110px 0 120px;position:relative;overflow:hidden}.directory-showcase{padding:80px 0;background:radial-gradient(circle at top left,rgb(14 116 144 / .25),transparent 45%),linear-gradient(180deg,#f8fafc 0%,#e2e8f0 50%,#f8fafc 100%);position:relative;overflow:hidden}.directory-showcase::before{content:'';position:absolute;inset:0;background-image:linear-gradient(120deg,rgb(15 23 42 / .08) 1px,transparent 1px),linear-gradient(30deg,rgb(15 23 42 / .06) 1px,transparent 1px);background-size:180px 180px,120px 120px;pointer-events:none;opacity:.6}.directory-showcase .container{position:relative;z-index:1}.directory-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.directory-title{font-size:32px;margin-bottom:8px}.directory-subtitle{color:var(--text-light);max-width:640px}.directory-cta{background:#0f172a;color:#fff;text-decoration:none;padding:12px 20px;border-radius:999px;font-weight:600;box-shadow:0 14px 28px rgb(15 23 42 / .15)}.directory-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.directory-tab{border:1px solid rgb(15 23 42 / .12);background:rgb(255 255 255 / .8);padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;transition:all 0.2s}.directory-tab.is-active{background:linear-gradient(120deg,#0f172a,#2563eb);color:#fff;border-color:#fff0;box-shadow:0 12px 22px rgb(37 99 235 / .25)}.directory-panel{display:none}.directory-panel.is-active{display:block}.directory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.directory-card{background:#fff;border-radius:14px;padding:16px;text-decoration:none;color:var(--text-dark);box-shadow:0 10px 18px rgb(15 23 42 / .08);border:1px solid rgb(15 23 42 / .1);display:grid;gap:8px;transition:transform 0.2s,box-shadow 0.2s}.directory-card:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgb(15 23 42 / .12)}.directory-top{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.directory-avatar{width:52px;height:52px;border-radius:12px;background:linear-gradient(140deg,rgb(37 99 235 / .2),rgb(14 116 144 / .2));color:#0f172a;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative}.directory-avatar.is-featured{box-shadow:0 0 0 3px #f59e0b,0 0 0 6px rgb(245 158 11 / .25)}.hs-verified-badge{position:absolute;right:-4px;bottom:-4px;width:18px;height:18px;border-radius:999px;background:#1d4ed8;border:2px solid #fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;box-shadow:0 4px 8px rgb(15 23 42 / .18)}.hs-verified-badge::before{content:"✓"}.hs-featured-pill{margin-top:0;display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:rgb(251 191 36 / .2);color:#92400e;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.directory-avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.directory-avatar.has-image{background:#fff0;color:inherit}.directory-avatar-company{background:linear-gradient(140deg,rgb(16 185 129 / .25),rgb(34 197 94 / .2))}.directory-avatar-agency{background:linear-gradient(140deg,rgb(245 158 11 / .3),rgb(234 179 8 / .2))}.directory-title-wrap{display:grid;gap:2px;min-width:0}.directory-name{font-weight:700;font-size:15px;line-height:1.2}.directory-role{font-size:12px;color:var(--text-light)}.directory-metrics{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.directory-metric{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.03em;background:#e2e8f0;color:#475569;border:1px solid #cbd5e1;white-space:nowrap}.directory-metric-neural.is-high{background:#dcfce7;color:#166534;border-color:#86efac}.directory-metric-neural.is-mid{background:#e0f2fe;color:#1e3a8a;border-color:#93c5fd}.directory-metric-neural.is-low{background:#fef3c7;color:#92400e;border-color:#fcd34d}.directory-meta,.directory-sub{font-size:12px;color:var(--text-light)}.directory-review-row{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.directory-review-stars{color:#2563eb;letter-spacing:.6px;font-size:11px;white-space:nowrap}.directory-review-rating{white-space:nowrap}.directory-neural{margin-top:10px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:#e2e8f0;color:#334155}.directory-neural.is-high{background:#dcfce7;color:#166534}.directory-neural.is-mid{background:#e0f2fe;color:#1e3a8a}.directory-neural.is-low{background:#fef3c7;color:#92400e}.directory-actions{margin-top:12px;display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#1d4ed8;text-decoration:none}.directory-lock{display:inline-flex;width:20px;height:20px;border-radius:999px;align-items:center;justify-content:center;background:#dbeafe;color:#1d4ed8;font-size:12px}@media (max-width:1100px){.directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.directory-head{flex-direction:column;align-items:flex-start}}@media (max-width:720px){.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;align-items:center}.hero-content{text-align:left}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:rgb(255 255 255 / .15);color:#e2e8f0;font-weight:600;font-size:12px;letter-spacing:.04em;margin-bottom:18px}.hero-content h1{font-size:50px;margin-bottom:18px;font-weight:700;line-height:1.1}.hero-content .tagline{font-size:22px;margin-bottom:20px;opacity:.95}.hero-content .description{font-size:18px;margin-bottom:32px;max-width:520px;opacity:.9}.hero-buttons{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap}.hero-visual{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center}.hero-glow{position:absolute;width:320px;height:320px;background:radial-gradient(circle,rgb(96 165 250 / .35),transparent 70%);filter:blur(10px);animation:floatGlow 8s ease-in-out infinite}.hero-card{background:rgb(15 23 42 / .78);border:1px solid rgb(255 255 255 / .12);border-radius:18px;box-shadow:0 30px 60px rgb(15 23 42 / .4);padding:20px;color:#f8fafc;backdrop-filter:blur(8px)}.hero-card-main{width:min(420px, 90%);z-index:2;animation:floatMain 9s ease-in-out infinite}.hero-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.hero-card-title{font-weight:600}.hero-card-chip{background:rgb(96 165 250 / .2);color:#93c5fd;padding:4px 8px;border-radius:999px;font-size:11px}.hero-card-body{display:grid;gap:12px}.hero-kpi{display:flex;justify-content:space-between;font-size:14px;color:#cbd5f5}.hero-kpi strong{color:#f8fafc}.hero-progress{background:rgb(148 163 184 / .2);border-radius:999px;height:8px;overflow:hidden}.hero-progress-bar{height:100%;background:linear-gradient(90deg,#60a5fa,#c4b5fd)}.hero-card-footer{font-size:12px;color:#cbd5f5}.hero-card-float{position:absolute;width:180px;text-align:center;padding:16px;animation:floatSide 6s ease-in-out infinite}.hero-card-left{left:-20px;top:40px}.hero-card-right{right:-10px;bottom:30px;animation-delay:1s}.hero-score{font-size:32px;font-weight:700;margin:8px 0 4px}.hero-role{font-weight:600;margin:8px 0 4px}@keyframes floatMain{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatSide{0%,100%{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes floatGlow{0%,100%{transform:translateY(0);opacity:.8}50%{transform:translateY(-12px);opacity:1}}@media (max-width:900px){.hero-content{text-align:center}.hero-buttons{justify-content:center}.hero-visual{order:-1}}.btn-primary{background:linear-gradient(135deg,#ffffff 0%,#dbeafe 100%);color:var(--primary-dark);padding:15px 40px;border-radius:999px;border:1px solid rgb(255 255 255 / .72);text-decoration:none;font-weight:600;font-size:18px;box-shadow:0 16px 34px rgb(15 23 42 / .16);transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgb(15 23 42 / .2);border-color:rgb(255 255 255 / .94)}.btn-secondary{background-color:#fff0;color:var(--bg-white);border:1px solid rgb(255 255 255 / .52);padding:15px 40px;border-radius:999px;text-decoration:none;font-weight:600;font-size:18px;box-shadow:inset 0 0 0 1px rgb(255 255 255 / .12);transition:background-color 0.3s,border-color 0.3s,transform 0.3s}.btn-secondary:hover{background-color:rgb(255 255 255 / .12);border-color:rgb(255 255 255 / .78);transform:translateY(-2px)}.hero-section .btn-primary,.cta-section .btn-primary,.hero-section a.btn-primary,.cta-section a.btn-primary{background:linear-gradient(135deg,#ffffff 0%,#dbeafe 100%);color:var(--primary-dark)!important;border:1px solid rgb(255 255 255 / .72)}.hero-section .btn-secondary,.hero-section a.btn-secondary{background-color:#fff0;color:var(--bg-white)!important;border:1px solid rgb(255 255 255 / .52)}.directory-cta,.pricing-btn,.resource-link,.cta-button,.screens-cta,.cta-section-button{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--bg-white);box-shadow:0 16px 34px rgb(37 99 235 / .22)}.directory-cta:hover,.pricing-btn:hover,.resource-link:hover,.cta-button:hover,.screens-cta:hover,.cta-section-button:hover{background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-dark) 100%)}.cta-section-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 28px;font-size:16px}.features-section{padding:80px 0;background-color:var(--bg-white)}.section-title{text-align:center;font-size:40px;margin-bottom:20px;color:var(--text-dark)}.section-subtitle{text-align:center;font-size:20px;color:var(--text-light);margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{padding:30px;background-color:var(--bg-light);border-radius:12px;transition:transform 0.3s,box-shadow 0.3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgb(0 0 0 / .1)}.feature-icon{font-size:48px;margin-bottom:20px;color:var(--primary-color)}.feature-card h3{font-size:24px;margin-bottom:15px;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.8}.feature-list{list-style:none;padding:0;margin-top:16px;display:grid;gap:6px;color:var(--text-light);font-size:14px}.feature-list li::before{content:'✓';color:var(--primary-color);margin-right:6px;font-weight:700}.screens-section{padding:88px 0;background:radial-gradient(circle at top right,rgb(59 130 246 / .16),transparent 30%),linear-gradient(180deg,#eef4ff 0%,#ffffff 42%,#f8fbff 100%)}.screens-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.screens-kicker{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgb(37 99 235 / .1);color:var(--primary-color);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.screens-title,.screens-subtitle{text-align:left;margin-left:0;margin-right:0}.screens-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,0.8fr);gap:22px;margin-bottom:22px}.screens-stack{display:grid;gap:18px}.screen-card{position:relative;display:grid;gap:16px;padding:24px;border-radius:24px;background:rgb(255 255 255 / .92);border:1px solid rgb(148 163 184 / .22);box-shadow:0 24px 44px rgb(15 23 42 / .08);overflow:hidden}.screen-card::before{content:'';position:absolute;inset:0;background:linear-gradient(145deg,rgb(255 255 255 / .72),rgb(219 234 254 / .18));pointer-events:none}.screen-card>*{position:relative;z-index:1}.screen-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.screen-card-label,.screen-card-chip{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.screen-card-label{padding:8px 12px;background:rgb(15 23 42 / .06);color:var(--text-dark)}.screen-card-chip{padding:8px 12px;background:rgb(37 99 235 / .12);color:var(--primary-color)}.screen-card h3{font-size:24px;line-height:1.2;color:var(--text-dark)}.screen-card p{color:var(--text-light);line-height:1.75}.screen-mock{display:grid;gap:14px;padding:16px;border-radius:20px;background:linear-gradient(180deg,#0f172a 0%,#111f3b 100%);color:#e2e8f0}.screen-topbar{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(226 232 240 / .72)}.screen-dot{width:10px;height:10px;border-radius:999px;background:rgb(255 255 255 / .3)}.screen-window-title{margin-left:8px}.screen-layout-grid{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px}.screen-sidebar-rail{border-radius:16px;min-height:172px;background:linear-gradient(180deg,rgb(59 130 246 / .35),rgb(14 165 233 / .14))}.screen-main-panel{display:grid;gap:12px}.screen-stats-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:14px;background:rgb(255 255 255 / .08)}.screen-stats-row strong{color:#fff;font-size:18px}.screen-pill-row{display:flex;gap:8px;flex-wrap:wrap}.screen-pill-row span{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:rgb(37 99 235 / .1);color:var(--primary-dark);font-size:13px;font-weight:600}.screen-messages-preview{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgb(219 234 254 / .72),rgb(239 246 255 / .95))}.screen-messages-preview strong,.screen-highlight-card strong{color:var(--text-dark)}.screen-messages-preview small,.screen-highlight-card span{display:block;color:var(--text-light);line-height:1.5}.screen-avatar{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);box-shadow:0 10px 24px rgb(37 99 235 / .22)}.screen-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.screen-highlight-card{display:grid;gap:8px;padding:18px;border-radius:18px;background:rgb(255 255 255 / .85);border:1px solid rgb(148 163 184 / .18)}.usecases-section{padding:80px 0;background-color:var(--bg-light)}.usecases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.usecase-card{background-color:var(--bg-white);padding:40px;border-radius:12px;border-left:4px solid var(--primary-color);box-shadow:0 2px 8px rgb(0 0 0 / .05)}.usecase-card h3{font-size:26px;margin-bottom:15px;color:var(--primary-color)}.usecase-card .persona{font-weight:600;color:var(--text-dark);margin-bottom:10px;font-size:18px}.usecase-card p{color:var(--text-light);line-height:1.8;margin-bottom:15px}.usecase-card ul{list-style:none;margin-top:15px}.usecase-card li{padding:8px 0;padding-left:25px;position:relative;color:var(--text-light)}.usecase-card li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.differentiators-section{padding:80px 0;background-color:var(--bg-white)}.diff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.diff-card{text-align:center;padding:30px;background-color:var(--bg-light);border-radius:12px;transition:transform 0.3s}.diff-card:hover{transform:scale(1.05)}.diff-badge{background-color:var(--primary-color);color:var(--bg-white);padding:8px 20px;border-radius:20px;display:inline-block;margin-bottom:20px;font-weight:600}.diff-card h3{font-size:22px;margin-bottom:15px;color:var(--text-dark)}.diff-card p{color:var(--text-light);line-height:1.7}.pricing-section{padding:90px 0;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)}.pricing-header{display:flex;flex-direction:column;gap:24px;margin-bottom:30px}.pricing-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.pricing-tabs{display:inline-flex;gap:10px;background:#eef2ff;padding:6px;border-radius:999px;width:fit-content}.pricing-tab{border:none;background:#fff0;color:var(--text-light);font-weight:600;padding:10px 18px;border-radius:999px;cursor:pointer;transition:all 0.2s ease}.pricing-tab.is-active{background:var(--primary-color);color:#fff;box-shadow:0 10px 20px rgb(37 99 235 / .25)}.pricing-billing{display:inline-flex;align-items:center;gap:12px}.pricing-billing-label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light)}.pricing-billing-toggle{display:inline-flex;gap:8px;background:#e2e8f0;padding:6px;border-radius:999px}.pricing-billing-tab{border:none;background:#fff0;color:var(--text-light);font-weight:600;padding:8px 16px;border-radius:999px;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:8px}.pricing-billing-tab span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:inherit}.pricing-billing-tab.is-active{background:var(--primary-color);color:#fff;box-shadow:0 10px 20px rgb(37 99 235 / .2)}.pricing-panel{display:none}.pricing-panel.is-active{display:block}.pricing-section .container{max-width:1320px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;max-width:1280px;margin:0 auto;width:100%}.pricing-grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.pricing-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1280px){.pricing-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.pricing-grid-4{grid-template-columns:1fr}}.pricing-card{background-color:var(--bg-white);padding:34px;border-radius:18px;text-align:center;border:1px solid #e2e8f0;box-shadow:var(--shadow-soft);transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s}.pricing-card:hover{transform:translateY(-6px);border-color:rgb(37 99 235 / .4);box-shadow:0 18px 32px rgb(15 23 42 / .12)}.pricing-card.featured{border:2px solid var(--primary-color);position:relative;transform:translateY(-4px)}.featured-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background-color:var(--warning-color);color:var(--bg-white);padding:5px 20px;border-radius:20px;font-weight:600;font-size:14px}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background-color:var(--warning-color);color:var(--bg-white);padding:5px 20px;border-radius:20px;font-weight:600;font-size:13px;letter-spacing:.02em}.pricing-card h3{font-size:26px;margin-bottom:10px;color:var(--text-dark)}.pricing-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--text-light);margin-bottom:10px;font-weight:600}.pricing-card-custom{text-align:left}.pricing-custom-subtitle{color:var(--text-light);font-size:14px;margin-bottom:16px}.pricing-custom-controls{display:grid;gap:8px;margin-bottom:14px}.pricing-custom-controls label{font-weight:600;font-size:12px;color:var(--text-dark)}.pricing-custom-controls select{width:100%;min-height:36px;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px}.pricing-custom-controls input{width:100%;min-height:36px;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px}.pricing-estimate{color:var(--primary-color);font-weight:700;font-size:36px}.pricing-features{list-style:none;padding:0;margin:16px 0 24px;display:grid;gap:8px;color:var(--text-light);font-size:14px}.pricing-features li::before{content:'✓';margin-right:8px;color:var(--primary-color);font-weight:700}.pricing-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:999px;background-color:var(--primary-color);color:var(--bg-white);text-decoration:none;font-weight:600;transition:transform 0.2s,background-color 0.2s}.pricing-btn:hover{background-color:var(--secondary-color);transform:translateY(-1px)}.pricing-note{margin-top:18px;text-align:center;color:var(--text-light);font-size:14px}.resources-section{padding:80px 0;background-color:var(--bg-white)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:30px}.resource-card{background-color:var(--bg-light);padding:28px;border-radius:12px;box-shadow:0 4px 12px rgb(0 0 0 / .08)}.resource-card h3{margin-bottom:8px;color:var(--text-dark)}.resource-card p{color:var(--text-light);margin-bottom:16px}.resource-list{list-style:none;padding:0;margin:0 0 16px 0;display:grid;gap:6px;color:var(--text-light);font-size:14px}.resource-list li::before{content:'•';color:var(--primary-color);margin-right:6px}.resource-link{display:inline-block;padding:10px 18px;border-radius:999px;background-color:var(--primary-color);color:var(--bg-white);font-weight:600}.resource-link:hover{background-color:var(--primary-dark)}.resources-note{margin-top:16px;color:var(--text-light);font-size:14px}.pricing-card .price{font-size:42px;font-weight:700;color:var(--primary-color);margin:20px 0}.pricing-card .price span{font-size:18px;color:var(--text-light)}.pricing-card .price .pricing-cycle{margin-left:6px;display:inline-block}.pricing-card .price .pricing-estimate{font-size:34px;color:var(--primary-color);font-weight:700}.pricing-card ul{list-style:none;margin:30px 0;text-align:left}.pricing-card li{padding:12px 0;padding-left:30px;position:relative;color:var(--text-light)}.pricing-card li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700;font-size:18px}.pricing-card .btn{display:inline-block;padding:15px 40px;background-color:var(--primary-color);color:var(--bg-white);text-decoration:none;border-radius:8px;font-weight:600;transition:background-color 0.3s}.pricing-card .btn:hover{background-color:var(--secondary-color)}.cta-section{padding:50px 0;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--bg-white);text-align:center}.cta-section h2{font-size:40px;margin-bottom:20px}.cta-section p{font-size:20px;margin-bottom:40px;opacity:.95}.site-footer{background-color:var(--text-dark);color:var(--bg-white);padding:60px 0 30px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{margin-bottom:20px;font-size:20px}.footer-section ul{list-style:none}.footer-section li{margin-bottom:10px}.footer-section a{color:rgb(255 255 255 / .8);text-decoration:none;transition:color 0.3s}.footer-section a:hover{color:var(--bg-white)}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgb(255 255 255 / .1);color:rgb(255 255 255 / .7)}.mobile-menu-toggle{display:none;background:none;border:none;padding:8px;cursor:pointer;z-index:1001}.hamburger-icon{display:flex;flex-direction:column;gap:4px}.hamburger-icon span{display:block;width:24px;height:2px;background:var(--primary-color);transition:all 0.3s ease}.mobile-menu-toggle.active .hamburger-icon span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-icon span:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-icon span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-controls{display:none;align-items:center;gap:12px}.mobile-search-toggle,.mobile-user-icon{background:none;border:none;padding:8px;cursor:pointer;color:var(--primary-color);display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.mobile-search-toggle:hover,.mobile-user-icon:hover{opacity:.7}.mobile-search-toggle svg,.mobile-user-icon svg{display:block}.mobile-search-dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-white);border-bottom:1px solid var(--border-color);box-shadow:0 4px 12px rgb(15 23 42 / .15);padding:12px 16px;opacity:0;transform:translateY(-10px);transition:all 0.3s ease;pointer-events:none}.mobile-search-dropdown.active{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-search-dropdown input{width:100%;padding:10px 45px 10px 12px;border:1px solid var(--border-color);border-radius:8px;font-size:15px}.mobile-search-dropdown .search-submit-btn{position:absolute;right:24px;top:50%;transform:translateY(-50%);background:none;border:none;padding:6px;cursor:pointer;color:var(--primary-color)}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(15 23 42 / .95);backdrop-filter:blur(8px);z-index:999;opacity:0;visibility:hidden;transition:all 0.3s ease}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav-content{position:absolute;top:80px;left:0;right:0;bottom:0;overflow-y:auto;padding:20px}.mobile-nav{max-width:400px;margin:0 auto}.mobile-nav ul{list-style:none;padding:0;margin:0}.mobile-nav li{margin:0;border-bottom:1px solid rgb(255 255 255 / .1)}.mobile-nav li:last-child{border-bottom:none}.mobile-nav a{display:block;padding:16px 20px;color:var(--bg-white);text-decoration:none;font-size:16px;font-weight:500;transition:all 0.2s ease}.mobile-nav a:hover{background:rgb(255 255 255 / .1);padding-left:28px}.mobile-nav a.mobile-nav-cta{background:var(--primary-color);color:var(--bg-white);border-radius:8px;text-align:center;margin-top:20px}.mobile-nav a.mobile-nav-cta:hover{background:var(--primary-hover);padding-left:20px}.mobile-search{display:none}@media (max-width:768px){.container{padding:0 16px}.header-content{flex-wrap:nowrap;gap:16px;padding:12px 0;justify-content:space-between;align-items:center}.logo{order:1;font-size:18px;flex-shrink:0}.logo img{width:140px;height:auto;display:block;visibility:visible;opacity:1}.mobile-controls{display:flex;order:2;margin-left:auto}.mobile-search-dropdown{display:block}.mobile-menu-toggle{display:block}.main-nav,.header-actions{display:none!important}body.mobile-nav-active{overflow:hidden}.hero{padding:40px 0}.hero-content h1{font-size:28px;line-height:1.2;margin-bottom:12px}.hero-content .tagline{font-size:16px;line-height:1.5;margin-bottom:16px}.directory-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;flex-wrap:nowrap;width:100%}.directory-tab{padding:8px 10px;font-size:12px;white-space:nowrap;flex:1 1 0%;text-align:center}.hero-buttons{flex-direction:column;align-items:stretch;gap:10px}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;font-size:15px;padding:12px 20px}.hero-metrics{justify-content:center;text-align:center}section{padding:40px 0}.section-title{font-size:26px;line-height:1.3;margin-bottom:12px}.section-subtitle{font-size:14px;line-height:1.6}.features-grid,.usecases-grid,.diff-grid,.pricing-grid{grid-template-columns:1fr;gap:16px}.feature-card,.usecase-card,.diff-card,.pricing-card{padding:20px 16px}.feature-card h3,.usecase-card h3,.diff-card h3,.pricing-card h3{font-size:18px;margin-bottom:8px}.feature-card p,.usecase-card p,.diff-card p{font-size:14px}.directory-grid{grid-template-columns:1fr;gap:12px}.directory-head{flex-direction:column;align-items:flex-start;gap:16px}.directory-title{font-size:24px}.directory-subtitle{font-size:14px}.directory-card{padding:12px}.directory-top{grid-template-columns:auto minmax(0,1fr)}.directory-avatar{width:48px;height:48px}.directory-name{font-size:15px}.directory-meta,.directory-sub{font-size:11px}.site-footer{padding:30px 0 20px}.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-links{justify-content:center}.cta h2{font-size:24px;margin-bottom:12px}.cta p{font-size:14px;margin-bottom:16px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{animation:fadeInUp 0.8s ease-out}.page-wrapper{min-height:calc(100vh - 200px);padding:40px 0}.page-content-wrapper{max-width:1400px;margin:0 auto;padding:0 20px}.site-header .btn-secondary,.cta-button{min-height:44px;border-radius:12px}.site-header .btn-secondary{border-width:1px}.cta-button{box-shadow:0 14px 34px rgb(37 99 235 / .18)}.cta-button:hover{background-color:var(--secondary-color)}@media (max-width:900px){.header-content{flex-wrap:wrap;gap:14px;padding:14px 0}.main-nav{order:3;width:100%}.main-nav ul{flex-wrap:wrap;gap:10px}.header-actions{width:100%;justify-content:flex-end;flex-wrap:wrap}}@media (max-width:640px){.container{padding:0 16px}.logo img{width:164px;max-width:72vw}.main-nav a,.site-header .btn-secondary,.cta-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}.site-header .btn-secondary,.cta-button{width:100%}.header-actions{gap:10px}.hero-section{padding:88px 0 92px}.directory-head{flex-direction:column;align-items:stretch}.screens-intro,.screens-shell{grid-template-columns:1fr}.screens-intro{align-items:stretch}.screen-highlights{grid-template-columns:1fr}.screens-cta,.cta-section-button{width:100%;justify-content:center}.directory-cta{text-align:center;min-height:44px;display:inline-flex;align-items:center;justify-content:center}}.hero-section{position:relative;overflow:hidden;padding:112px 0 108px;background:radial-gradient(circle at top left,rgb(27 84 224 / .2),transparent 34%),radial-gradient(circle at 85% 18%,rgb(14 165 233 / .18),transparent 24%),linear-gradient(180deg,#f5f9ff 0%,#edf4ff 48%,#ffffff 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,0.95fr);gap:48px;align-items:center}.hero-content h1{max-width:12ch;margin-bottom:20px;font-size:clamp(3rem, 5.6vw, 5.3rem);line-height:.96;letter-spacing:-.05em;color:#0f172a}.hero-content .tagline{max-width:640px;margin-bottom:12px;font-size:1.18rem;color:#1d4ed8;font-weight:700}.hero-content .description{max-width:640px;margin-bottom:22px;font-size:1.02rem;line-height:1.78;color:#475569}.hero-pill{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;padding:9px 16px;border:1px solid rgb(37 99 235 / .16);border-radius:999px;background:rgb(255 255 255 / .82);color:#1e40af;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 16px 34px rgb(15 23 42 / .06)}.hero-bullet-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hero-bullet-list span,.hero-trust-chips span{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border:1px solid rgb(148 163 184 / .24);border-radius:999px;background:rgb(255 255 255 / .88);color:#334155;font-size:.9rem;font-weight:600;box-shadow:0 10px 24px rgb(15 23 42 / .05)}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:26px}.hero-metrics>div{padding:18px 20px;border:1px solid rgb(191 219 254 / .9);border-radius:22px;background:rgb(255 255 255 / .86);box-shadow:0 16px 34px rgb(30 64 175 / .08)}.metric-value{display:block;margin-bottom:6px;color:#0f172a;font-size:1.45rem;font-weight:800}.metric-label{color:#64748b;font-size:.92rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px}.hero-buttons .btn-primary,.hero-buttons .btn-secondary,.cta-section-button,.directory-cta,.resource-link{min-height:48px;border-radius:14px;font-weight:700}.hero-buttons .btn-primary,.cta-section-button,.directory-cta,.resource-link{background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;box-shadow:0 20px 40px rgb(37 99 235 / .22)}.hero-buttons .btn-primary:hover,.cta-section-button:hover,.directory-cta:hover,.resource-link:hover{background:linear-gradient(135deg,#1d4ed8 0%,#0b4bb3 100%)}.hero-buttons .btn-secondary{border:1px solid rgb(37 99 235 / .16);background:rgb(255 255 255 / .9);color:#0f172a}.hero-trust-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hero-trust-label{color:#475569;font-size:.92rem;font-weight:700}.hero-trust-chips{display:flex;flex-wrap:wrap;gap:10px}.hero-visual{position:relative;min-height:560px}.hero-orb{position:absolute;border-radius:999px;filter:blur(2px)}.hero-orb-one{top:22px;right:0;width:180px;height:180px;background:radial-gradient(circle,rgb(59 130 246 / .28),transparent 72%)}.hero-orb-two{bottom:42px;left:10px;width:220px;height:220px;background:radial-gradient(circle,rgb(14 165 233 / .18),transparent 72%)}.hero-workspace-frame{position:relative;z-index:2;margin-left:auto;width:min(100%, 560px);padding:20px;border:1px solid rgb(148 163 184 / .2);border-radius:30px;background:rgb(255 255 255 / .84);box-shadow:0 28px 70px rgb(15 23 42 / .14);backdrop-filter:blur(12px)}.hero-workspace-topbar{display:flex;align-items:center;gap:8px;padding-bottom:16px}.hero-window-dot{width:10px;height:10px;border-radius:999px;background:#bfdbfe}.hero-window-title{margin-left:8px;color:#64748b;font-size:.88rem;font-weight:700}.hero-workspace-shell{display:grid;grid-template-columns:80px minmax(0,1fr);gap:18px}.hero-workspace-sidebar{display:flex;flex-direction:column;gap:14px;padding:18px 14px;border-radius:22px;background:linear-gradient(180deg,#dbeafe 0%,#eff6ff 100%)}.hero-workspace-sidebar span{display:block;width:100%;height:42px;border-radius:16px;background:rgb(37 99 235 / .18)}.hero-workspace-main{display:grid;gap:16px}.hero-command-bar{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);color:#fff}.hero-command-bar strong{font-size:1rem}.hero-command-bar span{color:rgb(255 255 255 / .8);font-size:.9rem}.hero-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hero-command-card{padding:20px;border-radius:22px;background:#f8fbff;border:1px solid rgb(191 219 254 / .86)}.hero-command-card span{display:block;margin-bottom:8px;color:#64748b;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.hero-command-card strong{color:#0f172a;font-size:1.24rem;line-height:1.4}.hero-command-card--wide{grid-column:1 / -1}.hero-float-card{position:absolute;z-index:3;width:220px;padding:18px 20px;border:1px solid rgb(148 163 184 / .18);border-radius:22px;background:rgb(255 255 255 / .92);box-shadow:0 22px 50px rgb(15 23 42 / .1)}.hero-float-card-left{left:10px;bottom:72px}.hero-float-card-right{right:-10px;top:88px}.hero-float-label{display:inline-block;margin-bottom:10px;color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-float-card strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1rem;line-height:1.45}.hero-float-card small{color:#64748b;font-size:.84rem;line-height:1.5}.proof-strip{margin-top:-38px;position:relative;z-index:4}.proof-strip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.proof-card{padding:24px 22px;border:1px solid rgb(191 219 254 / .7);border-radius:24px;background:rgb(255 255 255 / .96);box-shadow:0 18px 42px rgb(15 23 42 / .08)}.proof-card strong{display:block;margin-bottom:10px;color:#0f172a;font-size:1rem}.proof-card span{color:#64748b;line-height:1.7}.directory-showcase,.platform-section,.surfaces-section,.outcomes-section,.pricing-section,.resources-section,.cta-section{padding:108px 0}.directory-showcase{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.directory-head,.platform-header,.surfaces-header,.outcomes-header,.pricing-header,.resources-layout{margin-bottom:34px}.directory-title,.section-title{color:#0f172a;letter-spacing:-.04em}.directory-subtitle,.section-subtitle,.resources-subtitle{color:#64748b;line-height:1.8}.platform-kicker{display:inline-flex;margin-bottom:16px;color:#1d4ed8;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.platform-section{background:linear-gradient(180deg,#f8fbff 0%,#edf4ff 100%)}.platform-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.platform-card,.surface-mini-card,.outcome-card,.resource-card{padding:28px;border:1px solid rgb(191 219 254 / .72);border-radius:26px;background:rgb(255 255 255 / .94);box-shadow:0 18px 38px rgb(15 23 42 / .07)}.platform-card-eyebrow,.surface-mini-label,.outcome-badge{display:inline-flex;margin-bottom:14px;padding:7px 12px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.platform-card h3,.surface-mini-card h3,.outcome-card h3,.resource-card h3{margin-bottom:12px;color:#0f172a;font-size:1.28rem;line-height:1.35}.platform-card p,.surface-mini-card p,.outcome-card p,.resource-card p{margin-bottom:16px;color:#64748b;line-height:1.75}.platform-card-tags{display:flex;flex-wrap:wrap;gap:10px}.platform-card-tags span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#334155;font-size:.85rem;font-weight:700}.surfaces-section{background:#fff}.surfaces-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,0.8fr);gap:22px;align-items:stretch}.surface-showcase{padding:26px;border-radius:30px;background:linear-gradient(180deg,#0f172a 0%,#172554 100%);box-shadow:0 26px 60px rgb(15 23 42 / .16)}.surface-window-bar{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:rgb(255 255 255 / .82)}.surface-window-bar span{width:10px;height:10px;border-radius:999px;background:rgb(147 197 253 / .8)}.surface-window-bar strong{margin-left:8px;font-size:.92rem}.surface-window-body{display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px}.surface-window-nav{display:grid;gap:14px;padding:16px;border-radius:22px;background:rgb(255 255 255 / .08)}.surface-window-nav span{height:44px;border-radius:16px;background:rgb(219 234 254 / .16)}.surface-window-main{display:grid;gap:16px}.surface-window-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.surface-window-summary>div,.surface-window-card{padding:18px;border-radius:20px;background:rgb(255 255 255 / .08);color:#fff}.surface-window-summary small,.surface-window-card span{display:block;margin-bottom:6px;color:rgb(255 255 255 / .64);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.surface-window-summary strong,.surface-window-card strong{font-size:1rem;line-height:1.45}.surface-window-stack{display:grid;gap:14px}.surface-stack{display:grid;gap:18px}.outcomes-section{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}.outcomes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.outcome-card ul,.resource-list--story{margin:0;padding:0;list-style:none}.outcome-card li,.resource-list--story li{position:relative;padding-left:26px;color:#334155;line-height:1.75}.outcome-card li+li,.resource-list--story li+li{margin-top:10px}.outcome-card li::before,.resource-list--story li::before{content:"";position:absolute;top:10px;left:0;width:10px;height:10px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px rgb(37 99 235 / .12)}.pricing-section{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.modern-resources-section{background:linear-gradient(180deg,#eef5ff 0%,#ffffff 100%)}.resources-layout{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,1.05fr);gap:24px;align-items:start}.resources-story{padding:32px;border-radius:30px;background:linear-gradient(180deg,#0f172a 0%,#1e3a8a 100%);box-shadow:0 24px 56px rgb(15 23 42 / .14)}.resources-title,.resources-story .platform-kicker{color:#fff}.resources-subtitle,.resources-story .resource-list--story li{color:rgb(255 255 255 / .78)}.resources-story .resource-list--story li::before{background:#7dd3fc;box-shadow:0 0 0 4px rgb(125 211 252 / .18)}.resources-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.resource-link{display:inline-flex;align-items:center;justify-content:center;padding:0 18px;text-decoration:none}.resources-note{margin-top:20px;color:#64748b;text-align:center}.cta-section{background:radial-gradient(circle at top right,rgb(125 211 252 / .2),transparent 24%),linear-gradient(135deg,#0f172a 0%,#172554 100%)}.cta-content{max-width:760px;margin:0 auto;text-align:center}.cta-content h2{color:#fff;font-size:clamp(2.4rem, 4vw, 4rem);line-height:1.02;letter-spacing:-.04em}.cta-content p{margin:18px auto 26px;max-width:620px;color:rgb(255 255 255 / .78);line-height:1.8}@media (max-width:1200px){.hero-grid,.surfaces-grid,.resources-layout{grid-template-columns:1fr}.platform-grid,.outcomes-grid,.proof-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual{min-height:500px}.hero-float-card-right{right:0}.resources-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.hero-section,.directory-showcase,.platform-section,.surfaces-section,.outcomes-section,.pricing-section,.resources-section,.cta-section{padding:84px 0}.hero-grid,.proof-strip-grid,.platform-grid,.outcomes-grid,.resources-grid{grid-template-columns:1fr}.hero-content h1{max-width:none}.hero-metrics{grid-template-columns:1fr}.hero-visual{min-height:auto;padding-top:20px}.hero-workspace-frame{width:100%}.hero-float-card{position:relative;width:100%;inset:auto;margin-top:16px}.surface-window-body,.hero-workspace-shell{grid-template-columns:1fr}.surface-window-nav,.hero-workspace-sidebar{grid-auto-flow:column;grid-auto-columns:1fr}.surface-window-summary{grid-template-columns:1fr}}@media (max-width:640px){.hero-section{padding:88px 0 74px}.hero-content .tagline{font-size:1rem}.hero-buttons,.hero-trust-row,.hero-bullet-list{flex-direction:column;align-items:stretch}.hero-bullet-list span,.hero-trust-chips span,.hero-buttons .btn-primary,.hero-buttons .btn-secondary,.directory-cta,.resource-link,.cta-section-button{width:100%;justify-content:center}.proof-strip{margin-top:-18px}.hero-workspace-frame,.platform-card,.surface-showcase,.surface-mini-card,.outcome-card,.resource-card,.resources-story{padding:22px;border-radius:22px}.cta-content h2{font-size:2.2rem}}.site-header .container{position:relative}.header-actions{flex-wrap:nowrap;align-items:center;gap:8px;justify-content:flex-end}.header-actions .btn-secondary,.header-actions .cta-button{min-height:40px;padding:8px 14px;border-radius:10px;font-size:.84rem;white-space:nowrap}.account-switcher{position:relative;display:inline-flex;align-items:center;z-index:25}.account-switcher-trigger{min-height:40px;display:inline-flex;align-items:center;gap:10px;justify-content:center;padding:0 14px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;font-size:.84rem;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 14px 28px rgb(37 99 235 / .14)}.account-switcher-label{white-space:nowrap}.account-switcher-caret{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px)}.account-switcher-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;display:grid;gap:6px;padding:10px;border:1px solid rgb(191 219 254 / .92);border-radius:18px;background:rgb(255 255 255 / .98);box-shadow:0 20px 40px rgb(15 23 42 / .12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity 0.2s ease,transform 0.2s ease,visibility 0.2s ease;z-index:20}.account-switcher.is-open .account-switcher-menu{opacity:1;visibility:visible;transform:translateY(0)}.account-switcher-menu a{display:flex;align-items:center;min-height:40px;padding:0 12px;border-radius:12px;color:#0f172a;text-decoration:none;font-weight:600}.account-switcher-menu a:hover{background:#eff6ff;color:#1d4ed8}.account-switcher-menu a[hidden],.hero-search-slider-track>*[hidden]{display:none!important}.hero-grid{grid-template-columns:1fr;gap:22px;align-items:start}.hero-grid--search{max-width:1180px;margin:0 auto}.hero-bullet-list{justify-content:center;margin-bottom:18px}.hero-bullet-list span,.hero-trust-chips span{min-height:36px;padding:0 14px;font-size:.84rem}.hero-metrics{gap:12px;margin-bottom:18px}.hero-metrics>div{padding:16px 18px}.metric-value{font-size:1.28rem}.metric-label{font-size:.84rem}.hero-buttons{margin-bottom:18px}.hero-search-panel{margin-bottom:18px;padding:18px;border:1px solid rgb(191 219 254 / .92);border-radius:30px;background:rgb(255 255 255 / .96);box-shadow:0 28px 72px rgb(15 23 42 / .1)}.hero-search-panel--bare{width:min(760px, calc(100vw - 120px));margin:0 auto;padding:0;border:none;border-radius:0;background:#fff0;box-shadow:none}.hero-search-head{display:grid;gap:6px;margin-bottom:14px}.hero-search-head strong{color:#0f172a;font-size:.98rem}.hero-search-head span{color:#64748b;font-size:.86rem;line-height:1.6}.hero-search-shell{display:flex;gap:12px;align-items:center}.hero-search-shell--inline{gap:0;padding:10px;border:1px solid rgb(148 163 184 / .14);border-radius:26px;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .7)}.hero-search-query{flex:1 1 auto;min-height:54px;display:flex;align-items:center;gap:12px;padding:0 16px;border:1px solid #fff0;border-radius:16px;background:#fff0;color:#475569;font-size:.92rem;font-weight:600}.hero-search-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#1d4ed8 0%,#0ea5e9 100%);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.06em}.hero-search-action{flex:0 0 auto;min-height:58px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border:none;border-radius:16px;background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;text-decoration:none;font-size:.92rem;font-weight:700;box-shadow:0 16px 32px rgb(37 99 235 / .18)}.hero-search-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.hero-search-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:.8rem;font-weight:700}.hero-trust-row{justify-content:center;gap:10px}.hero-trust-label{font-size:.86rem}.hero-search-stage{margin-top:30px;display:grid;gap:18px}.hero-search-stage--primary{margin-top:0;gap:22px}.hero-trending-row{width:min(720px, calc(100vw - 48px));margin:6px auto 0;display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;justify-content:center}.hero-trending-label{color:#94a3b8;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-trending-link{color:#64748b;font-size:.9rem;font-weight:600;text-decoration:none;transition:color 0.16s ease}.hero-trending-link:hover{color:#1d4ed8}.hero-search-stage-header{max-width:860px;margin:0 auto;text-align:center}.hero-search-stage-header .hero-pill{justify-content:center;margin:0 auto 14px}.hero-search-stage-header h1{max-width:none;margin:0 auto 12px;color:#0f172a;font-size:20px;line-height:.98;letter-spacing:-.04em}.hero-search-stage-header p{color:#64748b;max-width:760px;margin:0 auto;font-size:1rem;line-height:1.65}.hero-search-panel--centered{max-width:none;margin:0 auto;padding:0}.hero-search-shell--wide{gap:14px}.hero-search-query--wide{min-height:58px;padding:0 20px;font-size:.96rem}.hero-search-query label{display:flex}.hero-search-query--wide input{width:100%;border:none;background:#fff0;color:#0f172a;font-size:.96rem;font-weight:600;outline:none}.hero-search-query--wide input::placeholder{color:#94a3b8}.hero-search-slider{width:min(980px, calc(100vw - 80px));margin:0 auto;display:grid;gap:14px;opacity:0;max-height:0;overflow:hidden;transform:translateY(-10px);transition:opacity 0.22s ease,transform 0.22s ease,max-height 0.22s ease}.hero-search-slider.is-active{opacity:1;max-height:420px;transform:translateY(0)}.hero-search-slider-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.hero-search-slider-head strong{color:#1e3a8a;font-size:.94rem}.hero-search-slider-head span{color:#64748b;font-size:.86rem}.hero-search-slider-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);gap:14px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.hero-search-slider-track>*{scroll-snap-align:start}.hero-suggestion-card,.hero-result-card--slider{min-height:172px}.hero-suggestion-card{display:grid;gap:8px;padding:20px;border:1px solid rgb(191 219 254 / .85);border-radius:22px;background:rgb(255 255 255 / .96);color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 18px 34px rgb(15 23 42 / .08)}.hero-suggestion-type{display:inline-flex;width:fit-content;min-height:28px;padding:0 10px;align-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hero-suggestion-card strong{font-size:1.12rem;line-height:1.25}.hero-suggestion-card small{color:#64748b;line-height:1.55}.platform-overview-section{padding:34px 0 14px}.platform-overview-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:28px;align-items:center}.platform-overview-copy{display:grid;gap:20px}.platform-overview-head{max-width:420px;margin:0;text-align:left}.platform-overview-head h2{margin-bottom:12px;color:#0f172a;font-size:clamp(2rem, 3vw, 3rem);line-height:1.04;letter-spacing:-.04em}.platform-overview-head p{color:#64748b;line-height:1.72}.platform-overview-stack{display:grid;gap:12px}.platform-overview-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:start;padding:16px 18px;border:1px solid rgb(191 219 254 / .8);border-radius:18px;background:rgb(255 255 255 / .92);box-shadow:0 16px 32px rgb(15 23 42 / .06)}.platform-overview-card strong{display:block;margin-bottom:5px;color:#0f172a;font-size:.98rem}.platform-overview-card p{margin:0;color:#64748b;font-size:.86rem;line-height:1.55}.platform-overview-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);color:#1d4ed8;font-size:1.35rem;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px rgb(147 197 253 / .6)}.platform-overview-metrics{margin-bottom:0}.platform-overview-visual{max-width:none;width:100%}.hero-result-card{display:grid;gap:6px;padding:20px;border:1px solid rgb(191 219 254 / .82);border-radius:20px;background:rgb(255 255 255 / .96);color:#0f172a;text-decoration:none;box-shadow:0 16px 34px rgb(15 23 42 / .07);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.hero-result-card:hover{transform:translateY(-2px);border-color:rgb(37 99 235 / .38);box-shadow:0 22px 42px rgb(15 23 42 / .1)}.hero-result-type{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:.75rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hero-result-card strong{font-size:1.06rem;line-height:1.35}.hero-result-card span:not(.hero-result-type){color:#334155;font-size:.9rem;font-weight:600}.hero-result-card small{color:#64748b;line-height:1.55}.hero-visual{min-height:0;max-width:1040px;margin:0 auto;padding-top:2px}.hero-workspace-frame{width:min(100%, 960px);padding:18px;border-radius:28px}.hero-workspace-shell{grid-template-columns:140px minmax(0,1fr);gap:14px}.hero-workspace-sidebar{padding:14px;gap:10px}.hero-workspace-sidebar--icons{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-workspace-sidebar span{display:flex;align-items:center;justify-content:flex-start;padding:0 12px;height:40px;color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.hero-workspace-sidebar--icons span{height:auto;min-height:74px;display:grid;justify-items:center;align-content:center;padding:12px;border-radius:16px;background:rgb(219 234 254 / .5);box-shadow:inset 0 0 0 1px rgb(191 219 254 / .9)}.hero-workspace-sidebar--icons span b{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#2563eb 0%,#0f5bd4 100%);color:#fff;font-size:.76rem;letter-spacing:.08em}.hero-command-bar{padding:16px 18px}.hero-command-card{padding:18px}.hero-command-card strong{font-size:1.14rem}.hero-command-card small{display:block;margin-top:8px;color:#64748b;font-size:.8rem;line-height:1.5}.proof-strip{margin-top:-24px}.proof-card{min-height:100%}.surface-window-nav span{display:flex;align-items:center;justify-content:flex-start;padding:0 14px;color:rgb(255 255 255 / .84);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.surface-window-summary strong{font-size:1.18rem}.surface-window-card strong{font-size:.95rem}.platform-card::after{display:none}.platform-header,.surfaces-header,.outcomes-header{text-align:center}.platform-card,.surface-mini-card,.outcome-card{text-align:center}.platform-card-icon{width:58px;height:58px;margin:0 auto 16px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);color:#1d4ed8;font-size:1rem;font-weight:800;letter-spacing:.08em;box-shadow:inset 0 0 0 1px rgb(147 197 253 / .64)}.platform-card-visual{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0 16px}.platform-card-visual span{min-height:62px;display:flex;align-items:center;justify-content:center;padding:0 10px;border-radius:16px;background:linear-gradient(180deg,rgb(219 234 254 / .76) 0%,rgb(239 246 255 / .96) 100%);color:#1e3a8a;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:inset 0 0 0 1px rgb(191 219 254 / .88)}@media (max-width:900px){.header-content{flex-wrap:nowrap}.header-actions{display:none!important}.hero-grid{grid-template-columns:1fr;gap:24px}.platform-overview-grid{grid-template-columns:1fr}.platform-overview-head{max-width:none;text-align:center}.hero-search-stage-header h1{max-width:none;font-size:clamp(2.6rem, 8vw, 3.6rem)}.hero-search-shell{flex-direction:row;align-items:center}.hero-search-action{width:auto;flex:0 0 auto}.hero-search-panel--bare,.hero-search-slider{width:100%}.hero-search-slider-head{display:grid;gap:6px}.hero-workspace-shell,.surface-window-body{grid-template-columns:1fr}.hero-workspace-sidebar,.surface-window-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.site-header .container{padding:0 14px}.header-content{gap:10px;padding:10px 0;align-items:center}.logo{flex:1 1 auto;min-width:0}.logo img{width:132px!important;max-width:44vw}.mobile-controls{display:inline-flex!important;align-items:center;gap:6px;margin-left:auto;flex:0 0 auto}.mobile-search-toggle,.mobile-user-icon,.mobile-menu-toggle{width:40px;height:40px;border-radius:0;border:none;background:#fff0;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;padding:0}.mobile-search-toggle svg,.mobile-user-icon svg{width:18px;height:18px}.mobile-search-dropdown{top:calc(100% + 6px);left:12px;right:12px;border:1px solid rgb(191 219 254 / .9);border-radius:18px;box-shadow:0 18px 42px rgb(15 23 42 / .12)}.main-nav,.header-actions{display:none!important}.hero-section,.directory-showcase,.platform-section,.surfaces-section,.outcomes-section,.pricing-section,.resources-section,.cta-section{padding:72px 0}.hero-search-panel,.hero-workspace-frame{padding:18px;border-radius:22px}.hero-search-stage{margin-top:22px}.hero-search-stage-header h1{max-width:none;font-size:clamp(2.55rem, 11vw, 3.25rem);line-height:1.02}.hero-search-stage-header p{font-size:.96rem}.hero-metrics{grid-template-columns:1fr}.proof-strip{margin-top:0}.proof-strip-grid,.platform-grid,.outcomes-grid,.resources-grid{grid-template-columns:1fr}}@media (max-width:640px){.hero-section{padding:62px 0 54px}.hero-search-panel--bare,.hero-search-slider{width:100%}.hero-search-slider-track{grid-auto-columns:minmax(240px,84vw)}.directory-tabs{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.directory-tabs::-webkit-scrollbar{display:none}.directory-tab{flex:0 0 auto;min-width:140px;text-align:center}.hero-workspace-sidebar,.surface-window-nav{grid-template-columns:1fr 1fr;gap:10px}.hero-workspace-sidebar span,.surface-window-nav span{padding:0 10px;font-size:.7rem}.surface-window-summary>div,.surface-window-card,.hero-command-card{padding:16px}}.hero-search-panel--bare{width:min(720px, calc(100vw - 48px));margin:0 auto;padding:6px 6px 6px 6px;border:1.5px solid rgb(148 163 184 / .4);border-radius:999px;background:rgb(255 255 255 / .98);box-shadow:0 4px 24px rgb(15 23 42 / .06),0 1px 4px rgb(15 23 42 / .04)}.hero-search-shell--inline{gap:0;padding:0;border:none;border-radius:0;background:#fff0;box-shadow:none}.hero-search-action{border-radius:999px;min-height:48px;padding:0 24px}.hero-search-query--wide{padding:0 16px 0 12px}.account-switcher-trigger{position:relative;min-width:190px;justify-content:center;padding:0 36px 0 18px;text-align:center}.account-switcher-label{width:100%;text-align:center}.account-switcher-caret{position:absolute;right:16px;top:50%;margin-top:-5px}.hero-search-wrap{position:relative;width:min(720px, calc(100vw - 48px));margin:0 auto;z-index:30}.hero-search-wrap .hero-search-panel--bare{width:100%;margin:0}.hero-grid,.hero-search-stage,.hero-search-wrap,.hero-section,.hero-section .container{overflow:visible}.hero-search-slider{position:absolute;top:calc(100% + 8px);left:0;right:0;width:auto;margin:0;padding:10px;background:rgb(255 255 255 / .99);border:1px solid rgb(191 219 254 / .92);border-radius:20px;box-shadow:0 24px 52px rgb(15 23 42 / .15);z-index:120;display:grid;gap:0;opacity:0;max-height:0;overflow:hidden;transform:translateY(-8px);transition:opacity 0.2s ease,transform 0.2s ease,max-height 0.25s ease}.hero-search-slider.is-active{opacity:1;max-height:400px;overflow-y:auto;transform:translateY(0)}.platform-overview-section,.directory-showcase{position:relative;z-index:1}.hero-search-slider-head{display:none}.hero-search-slider-track{display:grid;grid-template-columns:1fr;grid-auto-flow:row;grid-auto-columns:auto;gap:4px;overflow-x:visible;padding-bottom:0;scroll-snap-type:none}.hero-suggestion-card{min-height:auto;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:12px;border:none;background:#fff0;box-shadow:none;text-align:left;cursor:pointer;transition:background 0.14s ease}.hero-suggestion-card:hover{background:#f0f7ff}.hero-suggestion-type{min-height:24px;padding:0 8px;font-size:.7rem;border-radius:6px;flex-shrink:0}.hero-suggestion-card strong{font-size:.92rem;line-height:1.3}.hero-suggestion-card small{display:none}.hero-result-card--slider{min-height:auto;padding:10px 14px;border-radius:12px;border:none;box-shadow:none;background:#fff0;gap:4px;display:flex;align-items:center;flex-wrap:wrap;column-gap:8px;transition:background 0.14s ease}.hero-result-card--slider:hover{background:#f0f7ff}.hero-result-card--slider .hero-result-type{font-size:.69rem}.hero-result-card--slider strong{font-size:.92rem}.hero-result-card--slider span:not(.hero-result-type),.hero-result-card--slider small{font-size:.82rem;color:#64748b}.hero-search-result-row{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;border-radius:12px;background:#fff0;color:#0f172a;text-align:left;cursor:pointer;transition:background 0.14s ease;text-decoration:none}.hero-search-result-row:hover{background:#f0f7ff}.hero-result-badge{flex-shrink:0;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:6px;background:#eff6ff;color:#1e3a8a;font-size:.7rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.hero-result-copy{display:grid;gap:4px;min-width:0;flex:1 1 auto}.hero-result-name-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.hero-result-avatar{width:42px;height:42px;border-radius:999px;overflow:hidden;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe 0%,#eff6ff 100%);box-shadow:inset 0 0 0 1px rgb(191 219 254 / .88)}.hero-result-avatar-img,.hero-result-avatar-fallback{width:100%;height:100%}.hero-result-avatar-img{object-fit:cover;display:block}.hero-result-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:#1e3a8a;font-size:.76rem;font-weight:800}.hero-result-name{font-weight:700;font-size:.92rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-result-detail-line{font-size:.82rem;color:#64748b;line-height:1.45;white-space:normal;overflow:visible;text-overflow:clip}.hero-search-loading,.hero-search-noresult{padding:16px 14px;color:#64748b;font-size:.88rem;text-align:center}.platform-overview-header{max-width:900px;margin:0 auto 36px;text-align:center}.platform-overview-header h2{margin-bottom:14px;color:#0f172a;font-size:15px;line-height:1.04;letter-spacing:-.04em}.platform-overview-header p{color:#64748b;font-size:1.06rem;line-height:1.7;max-width:760px;margin:0 auto}.platform-overview-head{display:none}.platform-overview-copy{gap:16px}.platform-overview-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:0}.platform-overview-metrics>div{padding:14px;border:1px solid rgb(191 219 254 / .6);border-radius:14px;background:rgb(248 250 255 / .9);text-align:center}.platform-overview-metrics .metric-value{font-size:1.4rem;display:block;margin-bottom:4px}.platform-overview-metrics .metric-label{font-size:.78rem;line-height:1.4;display:block;color:#64748b}.hero-workspace-sidebar--icons span{display:grid;grid-template-rows:auto auto;justify-items:center;align-content:center;gap:5px;height:auto;min-height:68px;padding:10px 8px;border-radius:16px;background:rgb(219 234 254 / .5);box-shadow:inset 0 0 0 1px rgb(191 219 254 / .9);font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:none}.hero-workspace-sidebar--icons span .ws-icon{font-size:1.35rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.hero-workspace-sidebar--icons span .ws-label{font-size:.62rem;font-weight:700;color:#1e3a8a;letter-spacing:.05em;text-align:center;text-transform:uppercase}.hero-workspace-sidebar--icons span b{display:none}.hero-workspace-shell{grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:start}.hero-workspace-sidebar{gap:8px;padding:10px;border-radius:20px}.hero-workspace-main{gap:12px;align-content:start}.hero-command-bar{min-height:96px;padding:16px 22px;border-radius:24px}.hero-command-grid{align-items:start}.hero-command-card{padding:18px 20px 16px;min-height:0;align-self:start}.hero-command-card span{margin-bottom:10px}.hero-command-card strong{display:block;line-height:1.18}.hero-command-card small{margin-top:10px}.hero-command-card--wide{padding:16px 20px}.hero-search-panel--bare{padding:4px}.hero-search-query{min-height:60px}.hero-search-query--wide{padding:0 18px}.hero-search-action{min-height:60px;min-width:156px;padding:0 28px;border-radius:999px}.platform-overview-grid{grid-template-columns:minmax(320px,400px) minmax(0,1fr);gap:34px;align-items:start}.platform-overview-visual{padding-top:8px}.hero-workspace-frame{width:100%;padding:18px;border-radius:30px;background:linear-gradient(180deg,rgb(255 255 255 / .94) 0%,rgb(246 250 255 / .96) 100%);box-shadow:0 30px 70px rgb(15 23 42 / .1)}.hero-workspace-topbar{padding-bottom:14px}.hero-workspace-shell{grid-template-columns:88px minmax(0,1fr);gap:14px;align-items:start}.hero-workspace-sidebar{gap:8px;padding:8px;border-radius:22px;background:linear-gradient(180deg,#d8e9ff 0%,#eef5ff 100%)}.hero-workspace-sidebar--icons{grid-template-columns:1fr}.hero-workspace-sidebar--icons span{min-height:46px;gap:0;padding:0;border-radius:14px;background:rgb(255 255 255 / .52);place-items:center;box-shadow:none}.hero-workspace-sidebar--icons span .ws-icon{width:auto;height:auto;min-height:0;border-radius:0;background:#fff0;box-shadow:none;font-size:1rem}.hero-workspace-sidebar--icons span .ws-label{display:none}.hero-workspace-sidebar--icons span,.hero-workspace-sidebar--icons span .ws-icon{justify-self:center;align-self:center;text-align:center}.hero-workspace-sidebar--icons span{display:flex;align-items:center;justify-content:center}.hero-workspace-sidebar--icons span .ws-icon{display:flex;align-items:center;justify-content:center;margin:0 auto}.hero-workspace-main{gap:14px}.hero-command-bar{min-height:86px;padding:18px 22px;border-radius:24px}.hero-command-bar strong{font-size:.98rem;letter-spacing:-.01em}.hero-command-bar span{font-size:.85rem}.hero-workspace-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,0.78fr);gap:12px;align-items:start}.hero-signal-panel{display:grid;gap:10px;padding:16px;border:1px solid rgb(191 219 254 / .78);border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}.hero-signal-head{display:grid;gap:4px}.hero-signal-head strong{color:#0f172a;font-size:1rem}.hero-signal-head span{color:#64748b;font-size:.84rem;line-height:1.55}.hero-activity-list{display:grid;gap:8px}.hero-activity-row{display:grid;grid-template-columns:10px minmax(0,1fr) auto;gap:12px;align-items:start;padding:11px 12px;border-radius:18px;background:#f8fbff;border:1px solid rgb(191 219 254 / .72)}.hero-activity-dot{width:10px;height:10px;margin-top:6px;border-radius:999px}.hero-activity-dot--blue{background:#2563eb}.hero-activity-dot--cyan{background:#06b6d4}.hero-activity-dot--amber{background:#f59e0b}.hero-activity-row strong{display:block;color:#0f172a;font-size:.88rem;line-height:1.35}.hero-activity-row small{display:block;margin-top:4px;color:#64748b;font-size:.76rem;line-height:1.5}.hero-activity-row em{color:#94a3b8;font-size:.76rem;font-style:normal;font-weight:700}.hero-right-stack{display:grid;gap:14px}.hero-command-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-command-card{min-height:116px;padding:16px;border-radius:22px;background:#fff}.hero-command-card span{margin-bottom:10px;font-size:.72rem}.hero-command-card strong{font-size:1.6rem;line-height:1}.hero-command-card small{margin-top:10px;font-size:.76rem}.hero-workspace-note{display:grid;gap:10px;padding:16px;border-radius:22px;border:1px solid rgb(191 219 254 / .8);background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)}.hero-workspace-note-label{color:#64748b;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-workspace-note strong{color:#0f172a;font-size:.95rem;line-height:1.35}.hero-workspace-tags{display:flex;flex-wrap:wrap;gap:8px}.hero-workspace-tags span{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eff6ff;color:#1e3a8a;font-size:.76rem;font-weight:700}@media (max-width:1100px){.hero-workspace-body{grid-template-columns:1fr}.hero-signal-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.platform-overview-grid{grid-template-columns:1fr}.hero-workspace-shell{grid-template-columns:1fr}.hero-workspace-sidebar--icons{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-workspace-sidebar--icons span{min-height:82px}}@media (max-width:640px){.hero-signal-metrics,.hero-command-grid,.platform-overview-metrics{grid-template-columns:1fr}.hero-workspace-sidebar--icons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:901px){.hero-search-stage-header h1{font-size:20px!important}.platform-overview-header h2{font-size:15px!important}}