@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary-color:#cb6338;--primary-hover:#b0542c;--primary-light:#fdf2ed;--secondary-color:#e59f71;--bg-color:#f8fafc;--surface-color:#fff;--surface-color-glass:#ffffffd9;--text-main:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--border-color:#e2e8f0;--border-light:#fff3;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-glow:0 0 20px #cb63384d;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-full:9999px;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--transition-fast:.15s ease-in-out;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.6}html,body,#root{width:100%;max-width:100%;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);font-weight:600;line-height:1.2}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;font-family:var(--font-body);transition:all var(--transition-fast);border:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-panel{background:var(--surface-color-glass);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-md);border:1px solid #ffffff4d}.btn-primary{background:var(--primary-color);color:#fff;border-radius:var(--radius-full);padding:.75rem 1.5rem;font-weight:500;box-shadow:0 4px 14px #cb633863}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #cb63383b}.btn-secondary{color:var(--text-main);border:1px solid var(--border-color);border-radius:var(--radius-full);background:#fff;padding:.75rem 1.5rem;font-weight:500}.btn-secondary:hover{background:var(--primary-light);border-color:var(--primary-color);color:var(--primary-color)}.section{padding:5rem 0}.notification-center{flex:none;position:relative}.notification-trigger{border:1px solid var(--border-color);width:46px;height:46px;color:var(--text-muted);box-shadow:var(--shadow-sm);transition:border-color var(--transition-normal), background var(--transition-normal), color var(--transition-normal), transform var(--transition-normal);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.notification-trigger:hover,.notification-trigger.is-open{background:var(--primary-light);color:var(--primary-color);border-color:#cb63386b;transform:translateY(-1px)}.notification-trigger svg{width:21px;height:21px}.notification-badge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.66rem;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-5px}.notification-popover{width:min(420px,100vw - 24px);color:var(--text-main);background:#fff;border:1px solid #dfe5ee;border-radius:1rem;animation:.16s ease-out notificationPopoverIn;position:absolute;top:calc(100% + 14px);right:0;overflow:hidden;box-shadow:0 26px 70px #0f172a33}.notification-popover:before{content:"";background:#fff;border-top:1px solid #dfe5ee;border-left:1px solid #dfe5ee;width:14px;height:14px;position:absolute;top:-7px;right:17px;transform:rotate(45deg)}@keyframes notificationPopoverIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.notification-popover-head{z-index:1;background:#fff;border-bottom:1px solid #e8edf3;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 1.2rem 1rem;display:flex;position:relative}.notification-popover-head>div>span{color:var(--text-light);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:800;display:block}.notification-popover-head h2{letter-spacing:-.02em;margin-top:.15rem;font-size:1.25rem}.notification-popover-head button{min-height:34px;color:var(--primary-color);background:#fff7f2;border:1px solid #cb633847;border-radius:999px;padding:0 .75rem;font-size:.76rem;font-weight:800}.notification-popover-head button:hover:not(:disabled){border-color:var(--primary-color);background:var(--primary-color);color:#fff}.notification-popover-head button:disabled{cursor:not-allowed;opacity:.45}.notification-list{overscroll-behavior:contain;max-height:min(560px,100vh - 180px);overflow-y:auto}.notification-item{transition:background var(--transition-normal);background:#fff;border-bottom:1px solid #edf1f5;position:relative}.notification-item.is-unread{background:#fffaf7}.notification-item:hover{background:#f8fafc}.notification-item-main{width:100%;color:inherit;text-align:left;background:0 0;border:0;grid-template-columns:42px minmax(0,1fr) 8px;align-items:start;gap:.75rem;padding:1rem 1.15rem;display:grid}.notification-type-icon{color:#475569;background:#f1f5f9;border-radius:.75rem;justify-content:center;align-items:center;width:42px;height:42px;font-size:1rem;font-weight:900;display:inline-flex}.notification-type-icon.is-interview_scheduled{color:#2563eb;background:#eff6ff}.notification-type-icon.is-application_shortlisted{color:#047857;background:#ecfdf5}.notification-type-icon.is-application_offered{color:#b54708;background:#fffaeb}.notification-type-icon.is-application_rejected{color:#dc2626;background:#fef2f2}.notification-copy{flex-direction:column;gap:.28rem;min-width:0;display:flex}.notification-copy strong{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:800;line-height:1.3;overflow:hidden}.notification-copy>span{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.45;display:-webkit-box;overflow:hidden}.notification-copy time{color:var(--text-light);font-size:.7rem;font-weight:650}.notification-unread-dot{background:var(--primary-color);border-radius:50%;width:8px;height:8px;margin-top:.45rem;box-shadow:0 0 0 3px #cb63381f}.notification-meeting-link{color:#2563eb;background:#eff6ff;border:1px solid #2563eb33;border-radius:.5rem;align-items:center;min-height:30px;margin:-.35rem 1.15rem .85rem 4.55rem;padding:0 .7rem;font-size:.74rem;font-weight:800;display:inline-flex}.notification-meeting-link:hover{color:#fff;background:#2563eb;border-color:#2563eb}.notification-loading{gap:.75rem;padding:1rem;display:grid}.notification-loading span{background:linear-gradient(90deg,#0000,#ffffffd9,#0000) -180px 0/180px 100%,#edf1f5 0 0/100% 100%;border-radius:.75rem;height:72px;animation:1.2s ease-in-out infinite notificationShimmer}@keyframes notificationShimmer{to{background-position:calc(100% + 180px) 0,0 0}}.notification-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:2rem 1.4rem;display:flex}.notification-state strong{margin-top:.75rem;font-size:1rem}.notification-state p{max-width:270px;color:var(--text-muted);margin-top:.35rem;font-size:.82rem;line-height:1.5}.notification-state button{background:var(--primary-color);color:#fff;border-radius:.55rem;min-height:36px;margin-top:.9rem;padding:0 .85rem;font-weight:750}.notification-state.is-error strong{color:#b91c1c}.notification-empty-icon{color:#047857;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:900;display:inline-flex}.notification-popover-foot{color:var(--text-light);text-align:center;background:#f8fafc;border-top:1px solid #e8edf3;padding:.7rem 1rem;font-size:.72rem;font-weight:700}@media (width<=680px){.notification-center{position:static}.notification-popover{width:auto;position:fixed;top:82px;left:12px;right:12px}.notification-popover:before{display:none}}.navbar-wrapper{z-index:100;width:100%;transition:padding var(--transition-normal), background-color var(--transition-normal);padding:1.25rem 0;position:fixed;top:0;left:0}.navbar-wrapper.scrolled{padding:.75rem 0}.navbar-container{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.brand{flex:none;align-items:center;gap:.5rem;display:flex}.brand-logo{object-fit:contain;filter:drop-shadow(0 2px 6px #0000001f);width:auto;height:48px;transition:transform .2s,filter .2s;display:block}.brand:hover .brand-logo{filter:drop-shadow(0 4px 12px #0000002e);transform:scale(1.04)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-muted);font-weight:500;position:relative}.nav-link:hover{color:var(--primary-color)}.nav-link:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-actions{flex:none;align-items:center;gap:1rem;display:flex}.nav-button{text-align:center;white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.nav-account-actions{align-items:center;gap:.75rem;display:inline-flex}.nav-profile-link{border:1px solid var(--border-color);border-radius:var(--radius-full);min-height:48px;color:var(--text-main);white-space:nowrap;box-shadow:var(--shadow-sm);background:#fff;align-items:center;gap:.65rem;padding:.35rem 1rem .35rem .35rem;font-weight:600;display:inline-flex}.nav-profile-link:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--primary-light)}.nav-profile-avatar{border-radius:var(--radius-full);background:var(--primary-color);color:#fff;letter-spacing:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.78rem;font-weight:700;display:inline-flex}.nav-logout-button{border:1px solid var(--border-color);border-radius:var(--radius-full);min-height:48px;color:var(--text-muted);background:#fff;padding:0 1rem;font-weight:600}.nav-logout-button:hover{border-color:var(--primary-color);background:var(--primary-light);color:var(--primary-color)}@media (width<=1280px){.navbar-container{gap:1rem}.nav-links{gap:1.25rem}.nav-actions{gap:.65rem}.nav-account-actions{gap:.5rem}.nav-profile-link{padding-right:.75rem}.nav-button{padding-left:1.1rem;padding-right:1.1rem}}@media (width<=900px){.navbar-wrapper{padding:.75rem 0}.navbar-container{grid-template-columns:auto minmax(0,1fr);gap:.65rem .85rem;display:grid}.brand-logo{height:42px}.nav-links{scrollbar-width:none;order:3;grid-column:1/-1;gap:1rem;padding-bottom:.15rem;overflow-x:auto}.nav-links::-webkit-scrollbar{display:none}.nav-link{flex:none;font-size:.9rem}.nav-actions{justify-self:end;gap:.45rem}.nav-button{min-height:40px;padding:.55rem .85rem;font-size:.84rem}.nav-employer-cta{display:none}}@media (width<=520px){.navbar-container{padding-left:1rem;padding-right:1rem}.brand-logo{height:38px}.nav-actions{gap:.35rem}.nav-button{min-height:38px;padding:.5rem .68rem;font-size:.78rem}.nav-links{gap:.85rem}.nav-link{font-size:.86rem}}.footer{background-color:var(--surface-color);border-top:1px solid var(--border-color);padding-top:4rem}.footer-container{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-desc{color:var(--text-muted);max-width:300px;margin-top:1rem}.footer-links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.link-column h4{color:var(--text-main);margin-bottom:1.25rem;font-size:1.125rem}.link-column a{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem;display:block}.link-column a:hover{color:var(--primary-color);transform:translate(4px)}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-light);padding:1.5rem 0;font-size:.875rem}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-links{grid-template-columns:1fr}}.hero-section{background:linear-gradient(100deg,#f8fafc 0%,#f8fafcf7 38%,#f8fafc8c 58%,#f8fafc14 100%),url(/assets/jobs-hero-workspace-BdzwmQ5L.jpg) 100%/cover no-repeat;align-items:center;min-height:720px;padding:128px 0 72px;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background-image:linear-gradient(#94a3b81f 1px,#0000 1px),linear-gradient(90deg,#94a3b81f 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000006b,#0000 76%);mask-image:linear-gradient(#0000006b,#0000 76%)}.hero-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#cb633829,#0000 64%);width:48vw;height:420px;position:absolute;bottom:-210px;right:-8vw}.hero-container{z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(2rem,4vw,4.5rem);display:grid;position:relative}.hero-content{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.hero-kicker{border-radius:var(--radius-full);color:#047857;letter-spacing:.06em;text-transform:uppercase;background:#ecfdf5e6;border:1px solid #16886f33;align-items:center;min-height:34px;margin-bottom:1rem;padding:0 .9rem;font-size:.82rem;font-weight:900;display:inline-flex}.hero-title{color:#0f172a;letter-spacing:-.02em;max-width:680px;margin-bottom:1rem;font-size:clamp(2.4rem,4vw,3.6rem);font-weight:800;line-height:1.1}.hero-subtitle{color:#475569;max-width:560px;margin-bottom:2rem;font-size:clamp(1rem,1.4vw,1.12rem);font-weight:400;line-height:1.65}.hero-search-console{background:#fffffff5;border:1px solid #cbd5e1f2;border-radius:14px;width:min(900px,100%);margin-bottom:1.6rem;padding:.75rem;box-shadow:0 24px 70px #0f172a24}.hero-console-top{justify-content:space-between;align-items:center;gap:1rem;padding:.2rem .25rem .7rem;display:flex}.hero-console-top span{color:#047857;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:900}.hero-console-top strong{color:#64748b;font-size:.9rem}.hero-section .search-form{background:#fff;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:minmax(220px,1.1fr) 1px minmax(180px,.72fr) 1px minmax(210px,.95fr) auto;align-items:center;min-height:60px;display:grid;overflow:hidden}.hero-section .input-group{align-items:center;gap:.75rem;min-width:0;height:100%;padding:0 1rem;display:flex}.hero-input-icon{color:#0f766e;flex:none;width:1.15rem;height:1.15rem}.hero-section .input-group input,.hero-section .input-group select{color:#111827;width:100%;min-width:0;font-family:var(--font-body);background:0 0;border:none;outline:none;font-size:.95rem}.hero-section .input-group select{cursor:pointer}.hero-section .input-group input::placeholder{color:#8b93a6}.hero-section .divider{background:#e2e8f0;width:1px;height:100%;min-height:58px}.search-btn{color:#fff;background:#cb6338;border-radius:8px;min-width:150px;min-height:46px;margin-right:.45rem;padding:0 1.25rem;font-size:1rem;font-weight:900;box-shadow:0 12px 24px #cb63383d}.search-btn:hover{background:#b0542c}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;width:min(720px,100%);display:grid}.hero-stat{background:#ffffffd1;border:1px solid #dbe4ee;border-radius:8px;align-content:center;gap:.25rem;min-height:88px;padding:1rem;display:grid;box-shadow:0 12px 34px #0f172a14}.hero-stat strong{color:#0f172a;font-family:var(--font-heading);font-size:1.35rem}.hero-stat span{color:#64748b;font-size:.84rem;font-weight:800}.hero-visual{min-width:0}.hero-board{background:linear-gradient(#fffffffa,#ffffffe6),#fff;border:1px solid #cbd5e1f2;border-radius:16px;align-content:space-between;gap:1.25rem;min-height:530px;padding:1.35rem;display:grid;position:relative;box-shadow:0 30px 80px #0f172a2b}.hero-board:before{content:"";pointer-events:none;border:1px dashed #16886f2e;border-radius:10px;position:absolute;inset:1rem}.hero-board-header{color:#fff;background:linear-gradient(135deg,#102033,#17364b 58%,#0f766e);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem;display:flex;position:relative;overflow:hidden}.hero-board-header:after{content:"";border:1px solid #ffffff29;border-radius:50%;width:100px;height:100px;position:absolute;top:-24px;right:86px}.hero-board-header span{color:#99f6e4;text-transform:uppercase;margin-bottom:.25rem;font-size:.8rem;font-weight:900;display:block}.hero-board-header strong{font-family:var(--font-heading);font-size:1.48rem}.hero-board-header img{z-index:1;filter:drop-shadow(0 16px 22px #0000003d);width:86px;position:relative}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.opportunity-stack{gap:.85rem;display:grid;position:relative}.opportunity-card{opacity:0;background:#ffffffeb;border:1.5px solid #e2e8f0;border-left:3px solid #0000;border-radius:10px;align-items:center;gap:.9rem;min-height:84px;padding:1rem 1.1rem;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s,border-color .22s,background .22s;animation:.45s cubic-bezier(.22,1,.36,1) forwards cardSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0f172a0f}.opportunity-card:first-child{animation-delay:80ms}.opportunity-card:nth-child(2){animation-delay:.18s}.opportunity-card:nth-child(3){animation-delay:.28s}.opportunity-card:hover{background:#fff;border-color:#b9d5cc;transform:translateY(-3px)scale(1.012);box-shadow:0 12px 32px #16886f1f,0 4px 10px #0f172a12}.opportunity-card:nth-child(2):hover{border-color:#f0c9b3;box-shadow:0 12px 32px #cb63381f,0 4px 10px #0f172a12}.opportunity-card:nth-child(3):hover{border-color:#bfcfef;box-shadow:0 12px 32px #2563eb1f,0 4px 10px #0f172a12}.opportunity-card>span{background:#ecfdf5;border:1.5px solid #16886f33;border-radius:10px;flex:0 0 44px;width:44px;height:44px;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s}.opportunity-card:hover>span{transform:scale(1.08)rotate(-2deg);box-shadow:0 4px 12px #16886f2e}.opportunity-card:nth-child(2)>span{background:#fff7ed;border-color:#cb633838}.opportunity-card:nth-child(2):hover>span{box-shadow:0 4px 12px #cb63382e}.opportunity-card:nth-child(3)>span{background:#eff6ff;border-color:#2563eb2e}.opportunity-card:nth-child(3):hover>span{box-shadow:0 4px 12px #2563eb2e}.opportunity-card strong{color:#0f172a;letter-spacing:-.01em;font-size:.96rem;font-weight:700;display:block}.opportunity-card p{color:#64748b;margin-top:.18rem;font-size:.84rem;line-height:1.4}.trusted-strip{background:linear-gradient(#f8fafc,#f1f5f9);border:1px solid #dbe4ee;border-radius:10px;gap:.8rem;padding:1rem;display:grid;position:relative}.trusted-strip>span{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:900}.trusted-strip div{flex-wrap:wrap;gap:.55rem;display:flex}.trusted-strip button{border-radius:var(--radius-full);color:#334155;background:#fff;border:1px solid #dbe4ee;min-height:34px;padding:0 .7rem;font-size:.78rem;font-weight:800}.trusted-strip button:hover{color:#16886f;background:#ecfdf5;border-color:#16886f}@media (width<=1080px){.hero-section{background:linear-gradient(#f8fafcf7 0%,#f8fafcd1 60%,#f8fafcf7 100%),url(/assets/jobs-hero-workspace-BdzwmQ5L.jpg) top/cover no-repeat;min-height:auto;padding:112px 0 52px}.hero-container{grid-template-columns:1fr}.hero-content{text-align:center;align-items:center}.hero-stats{max-width:760px}.hero-board{min-height:auto}}@media (width>=761px) and (width<=1320px){.hero-section .search-form{border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;padding:.65rem}.hero-section .divider{display:none}.hero-section .input-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-height:50px;padding:0 .75rem}.search-btn{grid-column:1/-1;width:100%;min-height:50px;margin:0}}@media (width<=760px){.hero-section{padding:96px 0 38px}.hero-container{flex-direction:column;padding-left:1.25rem;padding-right:1.25rem;display:flex;overflow:hidden}.hero-content,.hero-visual{width:100%;max-width:100%}.hero-search-console,.hero-stats,.hero-board{width:min(100%,100vw - 3rem);max-width:calc(100vw - 3rem);margin-left:auto;margin-right:auto}.hero-title{overflow-wrap:break-word;text-wrap:balance;max-width:min(100%,100vw - 3rem);font-size:2.2rem}.hero-subtitle{max-width:min(31ch,100vw - 3rem)}.hero-console-top{flex-direction:column;align-items:flex-start;gap:.35rem}.hero-section .search-form,.hero-stats{grid-template-columns:1fr}.hero-section .search-form{background:#fff;border-radius:10px;gap:.65rem;padding:.65rem}.hero-section .input-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-height:50px;padding:0 .75rem}.hero-section .divider{display:none}.search-btn{width:100%;min-height:50px;margin:0}.hero-board{padding:1rem}.hero-board-header{flex-direction:column;align-items:flex-start}.hero-board-header img{width:78px}}@media (width<=480px){.hero-title{max-width:min(100%,320px);font-size:1.9rem}.hero-subtitle{max-width:300px;font-size:1rem}.hero-kicker{max-width:310px;font-size:.72rem}.hero-search-console,.hero-stats,.hero-board{width:min(100%,330px);max-width:330px}.hero-board,.opportunity-card,.trusted-strip{padding:.85rem}}.home-discovery-section{padding:5.5rem 0;font-family:Inter,system-ui,sans-serif}.companies-section{background:radial-gradient(80% 60% at 50% -10%,#e6643c0f 0%,#0000 70%),linear-gradient(#fff 0%,#f4f8fd 100%);border-top:1px solid #e8edf4;position:relative;overflow:hidden}.roles-section{background:linear-gradient(#f8fafc 0%,#eef4f8 100%);border-top:1px solid #e6ebf1;border-bottom:1px solid #e6ebf1}.discovery-container{gap:2.5rem;display:grid}.discovery-heading{text-align:center;max-width:680px;margin:0 auto}.discovery-heading span{color:#047857;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#ecfdf5f2,#d1fae5b3);border:1.5px solid #0f766e33;border-radius:999px;align-items:center;min-height:30px;margin-bottom:.85rem;padding:0 1rem;font-size:.7rem;font-weight:800;display:inline-flex;box-shadow:0 2px 8px #0f766e1a}.discovery-heading h2{color:#0f172a;letter-spacing:-.03em;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.65rem;font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:800;line-height:1.12}.discovery-heading p{color:#64748b;max-width:520px;margin:0 auto;font-size:.98rem;font-weight:400;line-height:1.65}@keyframes tileSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.company-scroll{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem;display:grid}.company-tile{-webkit-backdrop-filter:blur(12px);opacity:0;background:#ffffffe6;border:1.5px solid #e2e8f2cc;border-radius:18px;flex-direction:column;justify-content:space-between;gap:1rem;min-width:0;min-height:240px;padding:1.5rem 1.4rem 1.25rem;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s,border-color .25s,background .25s;animation:.45s cubic-bezier(.22,1,.36,1) forwards tileSlideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0f172a0a,0 1px 2px #0f172a05,inset 0 1px #ffffffe6}.company-tile:first-child{animation-delay:50ms}.company-tile:nth-child(2){animation-delay:.1s}.company-tile:nth-child(3){animation-delay:.15s}.company-tile:nth-child(4){animation-delay:.2s}.company-tile:nth-child(5){animation-delay:.25s}.company-tile:nth-child(6){animation-delay:.3s}.company-tile:nth-child(7){animation-delay:.35s}.company-tile:nth-child(8){animation-delay:.4s}.company-tile:before{content:"";opacity:0;background:linear-gradient(90deg,#e6643c,#f59e0b);border-radius:14px 14px 0 0;height:3px;transition:opacity .22s;position:absolute;top:0;left:0;right:0}.company-tile:hover{background:#fffffffa;border-color:#c8d5e6e6;transform:translateY(-6px);box-shadow:0 20px 60px #0f172a1f,0 8px 20px #0f172a0f,inset 0 1px #fff}.company-tile:hover:before{opacity:1}.company-mark{color:#fff;letter-spacing:.01em;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-family:Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:900;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;display:inline-flex;box-shadow:0 6px 18px #0000002e,0 2px 4px #0000001a}.company-tile:hover .company-mark{transform:scale(1.08)rotate(-3deg);box-shadow:0 8px 20px #0000002e}.company-mark img{object-fit:contain;background:#fff;border-radius:12px;width:100%;height:100%;padding:.3rem}.company-mark-fallback{display:none}.brand-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.brand-red{background:linear-gradient(135deg,#dc2626,#b91c1c)}.brand-orange{background:linear-gradient(135deg,#f97316,#ea580c)}.brand-indigo{background:linear-gradient(135deg,#4f46e5,#4338ca)}.brand-pink{background:linear-gradient(135deg,#db2777,#be185d)}.brand-teal{background:linear-gradient(135deg,#0f766e,#0d6b64)}.company-tile h3{color:#0f172a;letter-spacing:-.015em;margin-bottom:.35rem;font-size:1.08rem;font-weight:700;line-height:1.25}.company-tile p{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.6;display:-webkit-box;overflow:hidden}.company-tile-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding-top:.85rem;display:flex}.company-tile-footer span{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.company-tile-footer a,.roles-view-all{color:#047857;align-items:center;gap:.25rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.company-tile-footer a:after{content:"→";font-size:.85em;transition:transform .18s;display:inline-block}.company-tile-footer a:hover:after{transform:translate(3px)}.company-tile-footer a:hover,.roles-view-all:hover{color:#e6643c}.roles-summary{background:#fff;border:1.5px solid #dce4ed;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));justify-self:center;width:100%;max-width:900px;display:grid;overflow:hidden;box-shadow:0 6px 28px #0f172a12,inset 0 1px #ffffffe6}.roles-summary>div{text-align:center;border-right:1px solid #e7ecf2;gap:.1rem;padding:1.35rem 1rem;transition:background .18s;display:grid;position:relative}.roles-summary>div:hover{background:#f8fafc}.roles-summary>div:last-child{border-right:0}.roles-summary>div:first-child strong{color:#0e7490}.roles-summary>div:nth-child(2) strong{color:#059669}.roles-summary>div:nth-child(3) strong{color:#e6643c}.roles-summary>div:nth-child(4) strong{color:#7c3aed}.roles-summary strong{letter-spacing:-.035em;font-family:Inter,system-ui,sans-serif;font-size:1.6rem;font-weight:900;line-height:1.1}.roles-summary span{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin-top:.1rem;font-size:.68rem;font-weight:700}.roles-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.role-tile{background:#fff;border:1.5px solid #dce4ed;border-radius:12px;grid-template-rows:1fr auto;grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:.65rem .78rem;min-height:150px;padding:1rem;text-decoration:none;transition:transform .2s cubic-bezier(.4,0,.2,1),border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0a}.role-tile:before{content:"";opacity:0;background:linear-gradient(#0f8578,#16a34a);border-radius:12px 0 0 12px;width:3px;transition:opacity .2s;position:absolute;inset:0 auto 0 0}.role-tile:hover{border-color:#b9d0e8;transform:translateY(-3px);box-shadow:0 12px 32px #0f172a1a}.role-tile:hover:before{opacity:1}.role-icon{color:#087f73;letter-spacing:.02em;background:#eff8f6;border:1.5px solid #d1e8e4;border-radius:12px;grid-row:1/3;justify-content:center;align-items:center;width:48px;height:48px;font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:900;transition:transform .2s,box-shadow .2s;display:inline-flex}.role-tile:hover .role-icon{transform:scale(1.08)rotate(-2deg);box-shadow:0 4px 12px #087f7333}.role-copy{align-self:start;gap:.16rem;min-width:0;display:grid}.role-copy small{color:#94a3b8;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.6rem;font-weight:800;overflow:hidden}.role-copy strong{color:#0f172a;letter-spacing:-.015em;font-size:.93rem;font-weight:800;line-height:1.28;overflow:hidden}.role-copy em{color:#64748b;font-size:.74rem;font-style:normal;font-weight:600}.role-source-split{flex-wrap:wrap;grid-column:2;align-self:end;align-items:center;gap:.35rem;min-height:24px;display:flex}.role-source-split span:nth-child(odd){color:#1d4ed8;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb26}.role-source-split span:nth-child(2n){color:#c2410c;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#f9731633}.role-source-split span{border:1px solid;border-radius:999px;align-items:center;min-height:22px;padding:0 .55rem;font-size:.62rem;font-weight:700;display:inline-flex}.role-arrow{fill:none;stroke:#cbd5e1;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;grid-area:1/3/3;width:18px;height:18px;transition:stroke .2s,transform .2s}.role-tile:hover .role-arrow{stroke:#e6643c;transform:translate(3px)}.role-tile-skeleton{background:linear-gradient(90deg,#0000,#ffffffe6,#0000) -220px 0/220px 100%,#eef2f7 0 0/100% 100%;border:1.5px solid #e8edf4;border-radius:12px;min-height:150px;animation:1.2s ease-in-out infinite roleTileShimmer}@keyframes roleTileShimmer{to{background-position:calc(100% + 220px) 0,0 0}}.roles-view-all{letter-spacing:.01em;background:#0f172a;border:2px solid #0f172a;border-radius:10px;justify-content:center;justify-self:center;align-items:center;gap:.45rem;min-width:230px;min-height:48px;padding:0 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;box-shadow:0 4px 16px #0f172a2e;color:#fff!important}.roles-view-all svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px;transition:transform .2s}.roles-view-all:hover{background:#e6643c;border-color:#e6643c;transform:translateY(-2px);box-shadow:0 8px 24px #e6643c4d;color:#fff!important}.roles-view-all:hover svg{transform:translate(3px)}@media (width<=1024px){.company-scroll,.roles-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.home-discovery-section{padding:3.5rem 0}.discovery-container{gap:1.75rem}.company-scroll,.roles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-tile{min-height:220px;padding:1.15rem}.company-tile-footer{flex-direction:column;align-items:flex-start;gap:.4rem}.roles-view-all{width:100%}}@media (width<=560px){.roles-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.roles-summary>div:nth-child(2){border-right:0}.roles-summary>div:nth-child(-n+2){border-bottom:1px solid #e7ecf2}.roles-grid,.company-scroll{grid-template-columns:1fr}.role-tile{min-height:130px}}.er-page{background:#f6f8fb;min-height:calc(100vh - 80px);padding:7rem 1.5rem 3rem}.er-shell{grid-template-columns:minmax(280px,360px) minmax(0,820px);gap:1.5rem;max-width:1220px;margin:0 auto;display:grid}.er-aside{align-self:start;gap:1.5rem;padding:.5rem 0;display:grid;position:sticky;top:6rem}.er-kicker{color:#0f766e;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:.78rem;font-weight:900}.er-aside h1{color:#071833;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.1rem);line-height:1.04}.er-copy{color:#52637a;font-size:1rem;line-height:1.65}.er-steps{gap:.75rem;display:grid}.er-step{border-left:3px solid #d7e0eb;grid-template-columns:34px minmax(0,1fr);align-items:flex-start;gap:.8rem;padding:.75rem 0 .75rem 1rem;display:grid}.er-step span{color:#475569;background:#e8eef5;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:900;display:flex}.er-step strong{color:#0f172a;margin-bottom:.25rem;display:block}.er-step p{color:#64748b;font-size:.9rem;line-height:1.4}.er-step.is-active,.er-step.is-complete{border-left-color:#c2410c}.er-step.is-active span,.er-step.is-complete span{color:#fff;background:#c2410c}.er-card{background:#fff;border:1px solid #dbe4ef;border-radius:8px;min-width:0;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 24px 50px -38px #0f172a8c}.er-form{gap:1rem;display:grid}.er-form-head{gap:.25rem;margin-bottom:.25rem;display:grid}.er-form-head p{color:#0f766e;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:900}.er-form-head h2{color:#071833;font-size:clamp(1.45rem,3vw,2rem)}.er-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.er-form h3{color:#334155;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.75rem;margin-top:.5rem;font-size:.82rem;font-weight:900;display:flex}.er-form h3:after{content:"";background:#e5edf5;flex:1;height:1px}.er-form label{gap:.4rem;display:grid}.er-form label>span{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:900}.er-form input,.er-form select,.er-form textarea{color:#0f172a;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;min-height:46px;padding:.72rem .85rem}.er-form textarea{resize:vertical;min-height:116px;line-height:1.5}.er-form input:focus,.er-form select:focus,.er-form textarea:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.er-phone-row,.er-location-row{grid-template-columns:auto minmax(0,1fr);align-items:stretch;gap:.75rem;display:grid}.er-phone-row strong{color:#0f766e;background:#eef6f5;border:1px solid #c9e3df;border-radius:6px;align-items:center;min-height:46px;padding:0 .9rem;font-weight:900;display:flex}.er-location-row{grid-template-columns:minmax(0,1fr) auto}.er-logo-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;padding:.9rem;display:flex}.er-logo-mark{color:#fff;background:#0f766e;border-radius:8px;flex:none;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.3rem;font-weight:900;display:flex}.er-file-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;min-height:42px;padding:0 .9rem;font-weight:800;display:inline-flex}.er-file-btn input{display:none}.er-primary-btn,.er-secondary-btn,.er-text-btn{border-radius:6px;justify-content:center;align-items:center;min-height:42px;padding:.75rem 1rem;font-weight:900;display:inline-flex}.er-primary-btn{color:#fff;background:#c2410c;width:100%;margin-top:.5rem}.er-primary-btn:hover{background:#9a3412}.er-secondary-btn{color:#0f172a;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;min-width:128px}.er-secondary-btn:hover,.er-file-btn:hover{color:#0f766e;border-color:#0f766e}.er-text-btn{color:#c2410c;background:0 0;place-self:start;min-height:0;padding:0}.er-primary-btn:disabled,.er-secondary-btn:disabled{cursor:not-allowed;opacity:.7}.er-message{border-radius:8px;padding:.85rem 1rem;font-size:.92rem;font-weight:750;line-height:1.45}.er-message.is-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.er-message.is-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.er-switch{color:#64748b;text-align:center;font-size:.92rem}.er-switch a{color:#c2410c;font-weight:900}@media (width<=980px){.er-shell{grid-template-columns:1fr}.er-aside{position:static}}@media (width<=680px){.er-page{padding:6rem 1rem 2rem}.er-card{padding:1rem}.er-grid,.er-location-row,.er-phone-row{grid-template-columns:1fr}.er-logo-row{flex-direction:column;align-items:stretch}.er-secondary-btn{width:100%}}.js-auth-page{background-color:#f8fafc;background-image:radial-gradient(circle at 15%,#e651000a,#0000 30%),radial-gradient(circle at 85% 30%,#e651000f,#0000 30%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:4rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.js-auth-card{-webkit-backdrop-filter:blur(24px);z-index:10;background:#ffffffd9;border:1px solid #fffc;border-radius:24px;width:100%;max-width:540px;padding:3rem 2.5rem;position:relative;box-shadow:0 30px 60px -12px #00000014,inset 0 0 0 1px #00000005}.js-auth-card:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000,#e651004d,#0000);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.js-section-title{color:#e65100;text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:.75rem;margin-top:2.5rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:flex}.js-section-title:after{content:"";background:#0000000f;flex:1;height:1px}.js-section-title:first-child{margin-top:0}.js-input-group{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;margin-bottom:1.25rem;padding:.875rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:inset 0 2px 4px #00000005}.js-input-group:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #00000005,inset 0 2px 4px #00000005}.js-input-group:focus-within{background:#fff;border-color:#e65100;transform:translateY(-1px);box-shadow:0 0 0 4px #e651001a,inset 0 2px 4px #00000005}.js-icon{color:#e65100;opacity:.85;justify-content:center;align-items:center;width:22px;height:22px;margin-right:1.25rem;transition:color .3s;display:flex}.js-input-group:focus-within .js-icon{color:#e65100;opacity:1}.js-input{color:#0f172a;letter-spacing:.3px;background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit;font-size:.95rem;font-weight:500}.js-input::placeholder{color:#94a3b8;font-weight:400}.js-prefix{color:#475569;margin-right:.75rem;font-size:.95rem;font-weight:600}.js-otp-btn{color:#e65100;cursor:pointer;letter-spacing:.5px;background:#e651001a;border:1px solid #e6510033;border-radius:10px;margin-left:.5rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .2s}.js-otp-btn:hover{background:#e6510026;border-color:#e651004d;transform:translateY(-1px)}.js-otp-btn:active{transform:translateY(1px)}.js-otp-btn:disabled,.js-submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.js-select{color:#0f172a;appearance:none;cursor:pointer;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem;font-weight:500}.js-select:invalid,.js-select option[value=""]{color:#94a3b8}.js-select option{color:#0f172a;background-color:#fff;padding:10px}.js-skills-field{z-index:20;overflow:visible}.js-skills-trigger{color:#0f172a;text-align:left;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;line-height:1.4}.js-skills-trigger.is-placeholder{color:#94a3b8;font-weight:400}.js-skills-menu{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-height:220px;padding:.5rem;position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;overflow-y:auto;box-shadow:0 18px 40px -18px #0f172a59}.js-skill-option{color:#0f172a;cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;padding:.7rem .75rem;font-size:.92rem;font-weight:500;display:flex}.js-skill-option:hover{background:#fff7ed}.js-skill-option input{accent-color:#e65100;width:16px;height:16px}.js-skills-empty{color:#94a3b8;padding:.75rem;font-size:.9rem}.js-select-icon{color:#e65100;pointer-events:none;transition:transform .2s;position:absolute;right:1.25rem}.js-input-group:focus-within .js-select-icon{transform:rotate(180deg)}.js-row{gap:1.25rem;display:flex}.js-row .js-input-group{flex:1}.js-submit-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#e65100 0%,#f57c00 100%);border:none;border-radius:16px;width:100%;margin-top:2.5rem;padding:1.125rem;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 20px -6px #e6510066}.js-submit-btn:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:50%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.js-submit-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px #e6510080}.js-submit-btn:hover:after{left:150%}.js-submit-btn:active{transform:translateY(1px);box-shadow:0 4px 10px -4px #e6510066}.js-form-message{border-radius:12px;margin-top:1.25rem;padding:.85rem 1rem;font-size:.9rem;font-weight:500;line-height:1.45}.js-form-message.is-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.js-form-message.is-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.js-auth-switch{color:#64748b;text-align:center;margin-top:1.5rem;font-size:.875rem}.js-auth-switch a{color:#e65100;font-weight:700}@media (width<=640px){.js-auth-card{border-radius:20px;padding:2rem 1.5rem}.js-row{flex-direction:column;gap:0}}.logo-upload-container{flex-direction:column;align-items:center;margin-top:-1rem;margin-bottom:2rem;display:flex}.logo-circle{cursor:pointer;background:#fff;border:2px solid #e65100;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.5rem;transition:all .2s;display:flex}.logo-circle:hover{background:#fff3e0;transform:scale(1.05)}.logo-circle .js-icon{width:28px;height:28px;margin:0}.logo-upload-text{color:#475569;font-size:.8rem;font-weight:500}.chat-attachment{color:#1e293b;background:#ffffffd1;border:1px solid #94a3b86b;border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;min-width:min(260px,68vw);max-width:360px;margin-bottom:.45rem;padding:.55rem;text-decoration:none;display:grid;overflow:hidden}.chat-attachment.is-image{grid-template-columns:54px minmax(0,1fr) auto}.chat-attachment>img{object-fit:cover;border-radius:6px;width:54px;height:54px}.chat-attachment-icon{color:#3730a3;background:#eef2ff;border-radius:7px;justify-content:center;align-items:center;width:42px;height:38px;font-size:.62rem;font-weight:900;display:flex}.chat-attachment-copy{min-width:0}.chat-attachment-copy strong,.chat-attachment-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.chat-attachment-copy strong{color:#1e293b;font-size:.76rem}.chat-attachment-copy small{color:#64748b;margin-top:.18rem;font-size:.64rem}.chat-attachment-action{color:#175cd3;font-size:.66rem;font-weight:850}@media (width<=520px){.chat-attachment{width:100%;min-width:0}}:root{--db-primary:#e6643c;--db-primary-dark:#c94e27;--db-primary-light:#fef3ef;--db-teal:#0f766e;--db-teal-dark:#0d6460;--db-teal-light:#f0fdfa;--db-bg:#f0f4f8;--db-surface:#fff;--db-border:#e2e8f0;--db-text:#0f172a;--db-muted:#64748b;--db-subtle:#94a3b8;--db-radius:14px;--db-radius-sm:8px;--db-shadow-sm:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--db-shadow-md:0 4px 16px #0f172a14, 0 2px 6px #0f172a0a;--db-shadow-lg:0 12px 40px #0f172a1a, 0 4px 12px #0f172a0f}.dashboard-page{background:radial-gradient(80% 50% at 50% -5%,#0f766e12 0%,#0000 65%),radial-gradient(60% 40% at 95% 80%,#e6643c0d 0%,#0000 60%),linear-gradient(#edf2f7 0%,#f0f4f8 100%);min-height:calc(100vh - 80px);padding:7rem 1.5rem 3rem;font-family:Inter,system-ui,sans-serif;position:relative}.dashboard-shell{z-index:1;grid-template-columns:280px minmax(0,1fr);gap:1.5rem;max-width:1320px;margin:0 auto;display:grid;position:relative}.dashboard-sidebar,.dashboard-panel,.dashboard-stat-card,.dashboard-auth-empty{-webkit-backdrop-filter:blur(12px);border-radius:var(--db-radius);box-shadow:var(--db-shadow-md), inset 0 1px 0 #ffffffe6;background:#ffffffeb;border:1.5px solid #e2e8f0cc}.dashboard-sidebar{align-self:start;padding:1.25rem;position:sticky;top:6rem;overflow:hidden}.dashboard-sidebar:before{content:"";pointer-events:none;background:radial-gradient(circle,#0f766e14,#0000 70%);width:140px;height:140px;position:absolute;top:-40px;right:-40px}.dashboard-user-card{border-bottom:1px solid var(--db-border);padding:.85rem .5rem 1.1rem}.dashboard-avatar,.dashboard-chat-avatar{color:#fff;background:linear-gradient(135deg,#0f766e,#0d9488);justify-content:center;align-items:center;font-weight:900;display:flex;box-shadow:0 4px 16px #0f766e4d}.dashboard-avatar{border-radius:12px;flex-shrink:0;width:62px;height:62px;margin-bottom:1rem;font-size:1.6rem}.dashboard-avatar img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.dashboard-user-card h2{color:var(--db-text);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.05rem;font-weight:800}.dashboard-user-card p,.dashboard-job-row p,.dashboard-empty p,.dashboard-tracking-head p{color:var(--db-muted);font-size:.85rem;line-height:1.5}.dashboard-tabs{gap:.3rem;margin-top:1.1rem;display:grid}.dashboard-tab{border-radius:var(--db-radius-sm);color:var(--db-muted);text-align:left;background:0 0;border:1.5px solid #0000;justify-content:space-between;align-items:center;padding:.7rem .9rem;font-size:.88rem;font-weight:600;transition:all .18s;display:flex;position:relative}.dashboard-tab:hover{background:var(--db-primary-light);color:var(--db-primary);border-color:#e6643c26}.dashboard-tab.is-active{background:linear-gradient(135deg, var(--db-primary-light), #fef3ef80);color:var(--db-primary-dark);border-color:#e6643c40;font-weight:700;box-shadow:0 2px 8px #e6643c1a}.dashboard-tab.is-active:before{content:"";background:linear-gradient(180deg, var(--db-primary), var(--db-primary-dark));border-radius:4px;width:3px;position:absolute;top:20%;bottom:20%;left:0}.dashboard-tab-count,.dashboard-chat-item em{color:#fff;text-align:center;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:999px;min-width:20px;padding:.1rem .4rem;font-size:.68rem;font-style:normal;font-weight:800;box-shadow:0 2px 6px #dc262659}.dashboard-main{min-width:0}.dashboard-topbar{-webkit-backdrop-filter:blur(12px);border-radius:var(--db-radius);box-shadow:var(--db-shadow-sm), inset 0 1px 0 #ffffffe6;background:#ffffffd9;border:1.5px solid #e2e8f0cc;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 1.75rem;display:flex}.dashboard-kicker{color:var(--db-teal);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:.25rem;font-size:.72rem;font-weight:800;display:flex}.dashboard-kicker:before{content:"";background:var(--db-teal);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.dashboard-topbar h1{letter-spacing:-.025em;color:var(--db-text);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800}.dashboard-primary-btn,.dashboard-secondary-btn,.dashboard-start-chat button,.dashboard-message-compose button{border-radius:var(--db-radius-sm);justify-content:center;align-items:center;min-height:42px;padding:.65rem 1.1rem;font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:700;transition:all .2s;display:inline-flex}.dashboard-primary-btn{background:linear-gradient(135deg, var(--db-primary), var(--db-primary-dark));color:#fff;border:none;box-shadow:0 4px 14px #e6643c59}.dashboard-secondary-btn{border:1.5px solid var(--db-border);color:var(--db-text);box-shadow:var(--db-shadow-sm);background:#fff}.dashboard-primary-btn:hover,.dashboard-message-compose button:hover,.dashboard-start-chat button:hover{background:linear-gradient(135deg, var(--db-primary-dark), #a33d1e);transform:translateY(-1px);box-shadow:0 6px 20px #e6643c73}.dashboard-secondary-btn:hover{border-color:var(--db-primary);color:var(--db-primary);transform:translateY(-1px);box-shadow:0 4px 12px #e6643c1f}.dashboard-section{gap:1.25rem;display:grid}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.dashboard-stat-card{padding:1.5rem 1.35rem 1.35rem;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;border-radius:var(--db-radius)!important;border:none!important}.dashboard-stat-card:after{content:"";pointer-events:none;background:#ffffff1f;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-28px;right:-28px}.dashboard-stat-card:before{display:none}.dashboard-stat-card:first-child{background:linear-gradient(135deg,#f43f5e 0%,#fda4af 100%);box-shadow:0 8px 24px #f43f5e40!important}.dashboard-stat-card:nth-child(2){background:linear-gradient(135deg,#059669 0%,#6ee7b7 100%);box-shadow:0 8px 24px #05966940!important}.dashboard-stat-card:nth-child(3){background:linear-gradient(135deg,#4f46e5 0%,#a5b4fc 100%);box-shadow:0 8px 24px #4f46e540!important}.dashboard-stat-card:nth-child(4){background:linear-gradient(135deg,#d97706 0%,#fcd34d 100%);box-shadow:0 8px 24px #d9770640!important}.dashboard-stat-card span{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.72rem;font-weight:700;display:block;color:#ffffffe6!important}.dashboard-stat-card strong{letter-spacing:-.04em;font-size:2.5rem;font-weight:900;line-height:1;color:#fff!important;text-shadow:0 2px 4px #00000026!important}.dashboard-offers-trigger{cursor:pointer;font:inherit;text-align:left;width:100%}.dashboard-offers-trigger small{letter-spacing:.04em;text-underline-offset:2px;margin-top:.55rem;font-size:.72rem;font-weight:700;text-decoration:underline;display:block;color:#fffffff2!important}.dashboard-offers-trigger:focus-visible{outline-offset:3px;outline:3px solid #ffffff80}.dashboard-two-column,.dashboard-profile-grid,.dashboard-application-layout,.dashboard-message-layout{gap:1rem;display:grid}.dashboard-two-column,.dashboard-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-application-layout{grid-template-columns:minmax(0,1fr) 380px}.dashboard-message-layout{grid-template-columns:330px minmax(0,1fr);height:calc(100vh - 160px);min-height:520px}.dashboard-panel{min-width:0;padding:1.5rem 1.75rem;transition:box-shadow .2s}.dashboard-panel h2{color:var(--db-text);letter-spacing:-.015em;align-items:center;gap:.5rem;margin-bottom:1.1rem;font-size:1.05rem;font-weight:800;display:flex}.dashboard-panel h2:after{content:"";background:linear-gradient(90deg, var(--db-border), transparent);flex:1;height:1px}.dashboard-list{gap:.75rem;display:grid}.dashboard-job-row{border:1.5px solid var(--db-border);border-radius:var(--db-radius-sm);min-height:110px;box-shadow:var(--db-shadow-sm);background:#fffffff2;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.dashboard-job-row:hover{border-color:var(--db-primary);box-shadow:var(--db-shadow-md);transform:translateY(-2px)}.dashboard-saved-row{border-color:var(--db-border);border-radius:var(--db-radius-sm);min-height:110px;box-shadow:var(--db-shadow-sm);background:#fffffff2;padding:1.25rem}.dashboard-saved-row:hover{border-color:var(--db-primary);box-shadow:var(--db-shadow-md);transform:translateY(-2px)}.dashboard-saved-copy{flex-direction:column;gap:.35rem;min-width:0;display:flex}.dashboard-job-row h3{color:var(--db-text);margin:0;font-family:Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:700}.dashboard-saved-row h3{color:var(--db-text);margin:0;font-size:1.05rem;font-weight:800}.dashboard-saved-row p{color:var(--db-muted);margin:0;font-size:.88rem}.dashboard-job-row small{color:var(--db-muted);margin-top:.45rem;display:block}.dashboard-row-actions{flex-direction:column;align-items:flex-end;gap:.65rem;min-width:150px;display:flex}.dashboard-row-actions .dashboard-secondary-btn{min-width:96px;min-height:38px}.dashboard-row-actions>span:first-child{color:var(--db-text);text-align:right;font-size:.92rem;font-weight:800}.dashboard-saved-pay{color:var(--db-teal);letter-spacing:0;font-size:.95rem;font-weight:800;line-height:1.2}.dashboard-saved-actions{justify-content:flex-end;gap:.5rem;width:100%;display:flex}.dashboard-saved-actions .dashboard-secondary-btn{border-radius:8px;min-width:76px;min-height:36px;padding:.4rem .8rem;font-size:.8rem;font-weight:700}.dashboard-saved-actions a.dashboard-secondary-btn{background:linear-gradient(135deg, var(--db-primary), var(--db-primary-dark));color:#fff;border:none;box-shadow:0 4px 10px #e6643c33}.dashboard-saved-actions a.dashboard-secondary-btn:hover{background:linear-gradient(135deg, var(--db-primary-dark), #a33d1e);color:#fff;box-shadow:0 6px 14px #e6643c4d}.dashboard-secondary-btn:disabled{cursor:not-allowed;opacity:.65}.dashboard-pill{background:var(--db-primary-light);color:var(--db-primary);letter-spacing:.05em;text-transform:uppercase;border:1px solid #e6643c33;border-radius:6px;width:fit-content;padding:.15rem .45rem;font-size:.68rem;font-weight:800;display:inline-flex}.dashboard-saved-row .dashboard-pill{align-items:center;min-height:auto;padding:.15rem .45rem;font-size:.68rem}.dashboard-status{text-transform:capitalize;letter-spacing:.02em;border-radius:999px;padding:.25rem .7rem;font-size:.75rem;font-weight:700}.status-applied,.status-reviewing{color:#1d4ed8;background:#eff6ff;border:1px solid #1d4ed826}.status-shortlisted,.status-offered,.status-accepted,.status-hired{color:#047857;background:#ecfdf5;border:1px solid #04785726}.status-rejected,.status-cancelled{color:#b91c1c;background:#fef2f2;border:1px solid #b91c1c26}.status-completed{color:#6d28d9;background:#f5f3ff;border:1px solid #6d28d926}.dashboard-empty{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;align-items:flex-start;gap:.25rem;min-height:96px;padding:1rem;display:grid}.dashboard-empty strong{color:#0f172a}.dashboard-notice{border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem;font-weight:700}.dashboard-notice.is-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.dashboard-notice.is-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.dashboard-tracking-head{gap:.55rem;display:grid}.dashboard-tracking-head strong{color:#c2410c}.dashboard-progress{background:#e2e8f0;border-radius:999px;height:8px;margin:1rem 0;overflow:hidden}.dashboard-progress span{background:#0f766e;height:100%;display:block}.dashboard-steps{gap:.75rem;display:grid}.dashboard-step{align-items:center;gap:.75rem;display:flex}.dashboard-step span{background:#cbd5e1;border-radius:999px;width:12px;height:12px}.dashboard-step p{color:#64748b;font-size:.92rem;font-weight:700}.dashboard-step.is-completed span{background:#0f766e}.dashboard-step.is-current span{background:#c2410c;box-shadow:0 0 0 5px #c2410c26}.dashboard-step.is-current p,.dashboard-step.is-completed p{color:#0f172a}.dashboard-interview{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;gap:.35rem;margin-top:1rem;padding:.85rem;display:grid}.dashboard-interview a{color:#c2410c;font-weight:800}.dashboard-chat-sidebar,.dashboard-chat-window{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.dashboard-start-chat{border-bottom:1px solid #e2e8f0;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding:.75rem;display:grid}.dashboard-start-chat input,.dashboard-message-compose input,.dashboard-profile-form input,.dashboard-profile-form textarea{border:1.5px solid var(--db-border);color:var(--db-text);font:inherit;box-sizing:border-box;background:#fff;border-radius:10px;outline:none;width:100%;min-height:44px;padding:.65rem .85rem;transition:all .25s}.dashboard-start-chat input:focus,.dashboard-message-compose input:focus,.dashboard-profile-form input:focus,.dashboard-profile-form textarea:focus{border-color:var(--db-primary);box-shadow:0 0 0 4px #e6643c1f}.dashboard-start-chat button,.dashboard-message-compose button{color:#fff;background:#0f766e}.dashboard-chat-list{max-height:560px;display:grid;overflow-y:auto}.dashboard-chat-item{color:#0f172a;text-align:left;background:0 0;border-bottom:1px solid #f1f5f9;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:72px;padding:.75rem;display:grid}.dashboard-chat-avatar{border-radius:999px;width:42px;height:42px}.dashboard-chat-item strong,.dashboard-chat-item span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.dashboard-chat-item span{color:#64748b;font-size:.86rem}.dashboard-chat-window{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.dashboard-chat-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;min-height:64px;padding:.9rem 1rem;display:flex}.dashboard-chat-header span{color:#64748b;font-size:.86rem}.dashboard-message-stream{background:linear-gradient(135deg,#0f766e0a,#c2410c0a),#f8fafc;flex-direction:column;gap:.7rem;padding:1rem;display:flex;overflow-y:auto}.dashboard-loading-more{text-align:center;color:#64748b;padding:.5rem 0;font-size:.85rem}.dashboard-message-bubble{background:#fff;border:1.5px solid #edf2f7;border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:min(75%,520px);padding:.75rem .95rem;box-shadow:0 2px 6px #0f172a08}.dashboard-message-bubble.is-mine{background:linear-gradient(135deg,#fef3ef 0%,#fff7ed 100%);border-color:#e6643c2e;border-radius:14px 14px 4px;align-self:flex-end;box-shadow:0 3px 8px #e6643c0d}.dashboard-message-bubble p{color:#1e293b;margin:0;font-size:.92rem;line-height:1.5}.dashboard-message-bubble span{color:#94a3b8;text-align:left;margin-top:.4rem;font-size:.68rem;font-weight:500;display:block}.dashboard-message-bubble.is-mine span{color:#c94e27;text-align:right}.dashboard-message-compose{border-top:1px solid #e2e8f0;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;padding:.75rem;display:grid}.dashboard-message-compose .dashboard-file-input{display:none}.dashboard-message-compose .dashboard-attach-btn{color:#334155;background:#fff;border:1px solid #cbd5e1;padding-inline:.75rem}.dashboard-message-compose .dashboard-attach-btn:hover{background:#f8fafc}.dashboard-message-compose button:disabled{cursor:not-allowed;opacity:.55}.dashboard-selected-file{color:#475569;background:#f1f5f9;border-radius:7px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;padding:.45rem .6rem;font-size:.78rem;display:flex}.dashboard-selected-file>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-selected-file>button{color:#b42318;background:0 0;min-height:0;padding:0}.dashboard-selected-file>button:hover{background:0 0}.dashboard-profile-list,.dashboard-profile-form{gap:.75rem;display:grid}.dashboard-profile-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}.dashboard-panel-title-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.dashboard-panel-title-row h2{margin-bottom:0}.dashboard-profile-item{border-bottom:1px solid #f1f5f9;gap:.25rem;padding-bottom:.75rem;display:grid}.dashboard-profile-item span{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:800}.dashboard-profile-item strong{color:#0f172a;font-weight:700}.dashboard-profile-item a,.dashboard-profile-form label>a{color:#0f766e;font-size:.82rem;font-weight:800;text-decoration:none}.dashboard-profile-item a:hover,.dashboard-profile-form label>a:hover{text-decoration:underline}.dashboard-profile-form textarea{resize:vertical;min-height:110px}.dashboard-profile-form label{gap:.35rem;display:grid}.dashboard-location-fields,.dashboard-coordinate-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.dashboard-coordinate-row{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-location-input-row{grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:.75rem;display:grid}.dashboard-location-input-row .dashboard-secondary-btn{white-space:nowrap;min-width:128px}.dashboard-profile-form label>span{color:#475569;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:800}.dashboard-profile-form select{appearance:none;border:1.5px solid var(--db-border);color:var(--db-text);font:inherit;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,#0000 50%),none;background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2.8rem 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:10px;outline:none;width:100%;min-height:48px;padding:.65rem 2.8rem .65rem .85rem;transition:all .25s}.dashboard-profile-form select:focus{border-color:var(--db-primary);box-shadow:0 0 0 4px #e6643c1f}.dashboard-profile-form select:disabled{color:#94a3b8;cursor:not-allowed;background-color:#f8fafc}.dashboard-skill-picker{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-skill-picker button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;min-height:36px;padding:0 .75rem;font-weight:800}.dashboard-skill-picker button:hover,.dashboard-skill-picker button.is-selected{color:#047857;background:#ecfdf5;border-color:#0f766e}.dashboard-auth-empty{text-align:center;gap:1rem;max-width:560px;margin:0 auto;padding:2rem;display:grid}.dashboard-auth-empty h1{font-size:2rem}.dashboard-auth-empty p{color:#64748b}.dashboard-auth-actions{justify-content:center;gap:.75rem;display:flex}@media (width<=1100px){.dashboard-shell,.dashboard-application-layout,.dashboard-message-layout{grid-template-columns:1fr}.dashboard-sidebar{position:static}.dashboard-tabs{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (width<=760px){.dashboard-page{padding:6rem 1rem 2rem}.dashboard-topbar,.dashboard-job-row{flex-direction:column;align-items:stretch}.dashboard-tabs,.dashboard-stat-grid,.dashboard-two-column,.dashboard-profile-list,.dashboard-profile-grid,.dashboard-location-fields,.dashboard-coordinate-row,.dashboard-location-input-row{grid-template-columns:1fr}.dashboard-row-actions{align-items:stretch;min-width:0}.dashboard-row-actions>span:first-child{text-align:left}.dashboard-saved-actions{justify-content:stretch}.dashboard-saved-actions .dashboard-secondary-btn{flex:1 1 0}.dashboard-message-layout{min-height:auto}.dashboard-chat-window{min-height:520px}}.dashboard-page{--js-ink:#132238;--js-muted:#657287;--js-border:#dfe6ef;--js-brand:#c9572b;--js-brand-dark:#9f3e1c;--js-teal:#087f73;background:radial-gradient(circle at 90% 2%,#c9572b1a,#0000 30rem),radial-gradient(circle at 6% 32%,#087f730f,#0000 24rem),#f3f6fa;padding:7.5rem 1.75rem 5rem}.dashboard-shell{grid-template-columns:286px minmax(0,1fr);gap:1.75rem;max-width:1440px}.dashboard-sidebar,.dashboard-panel,.dashboard-stat-card,.dashboard-auth-empty{border-color:#d8e1ebf5;box-shadow:0 20px 52px -40px #0f172a7a}.dashboard-sidebar{border-radius:24px;padding:.85rem;top:6.5rem}.dashboard-user-card{background:radial-gradient(circle at 100% 0,#c9572b1f,#0000 8rem),linear-gradient(145deg,#fbfdfd,#f5f9fb);border:0;border-radius:18px;padding:1.25rem 1rem 1.35rem;position:relative;overflow:hidden}.dashboard-user-card:after{content:"Job seeker workspace";color:#8b98a9;letter-spacing:.1em;text-transform:uppercase;margin-top:1rem;font-size:.65rem;font-weight:850;display:block}.dashboard-avatar{background:linear-gradient(145deg,#087f73,#0d9488);border:1px solid #087f732e;border-radius:18px;width:64px;height:64px;margin-bottom:1.05rem;box-shadow:0 14px 28px -16px #087f73a6}.dashboard-user-card h2{color:var(--js-ink);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.08rem}.dashboard-user-card p{color:var(--js-muted);margin:0;font-size:.83rem}.dashboard-tabs{gap:.4rem;margin-top:.75rem}.dashboard-tab{color:#4d5b6f;border-radius:13px;min-height:48px;padding:.45rem .65rem;font-size:.88rem;transition:background .16s,color .16s}.dashboard-tab:hover{color:var(--js-ink);background:#f4f7fa}.dashboard-tab.is-active{color:var(--js-brand-dark);background:linear-gradient(135deg,#fff2eb,#fff8f4);box-shadow:inset 0 0 0 1px #c9572b1f}.dashboard-tab-label{min-width:0;color:inherit;font-size:inherit;font-weight:inherit;background:0 0;align-items:center;gap:.65rem;padding:0;display:inline-flex}.dashboard-tab-icon{color:#68768a;background:#f0f4f8;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.dashboard-tab-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.dashboard-tab.is-active .dashboard-tab-icon{color:var(--js-brand);background:#fff;box-shadow:0 5px 13px #c9572b21}.dashboard-tab-count{justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .4rem;font-size:.66rem;font-weight:900;line-height:1;display:inline-flex}.dashboard-sidebar-cta{color:#fff;background:radial-gradient(circle at 100% 0,#ffffff24,#0000 8rem),linear-gradient(145deg,#17364b,#102638);border-radius:17px;margin-top:1rem;padding:1.05rem;display:block;position:relative;overflow:hidden}.dashboard-sidebar-cta>span{color:#8edfd4;letter-spacing:.09em;text-transform:uppercase;font-size:.66rem;font-weight:850;display:block}.dashboard-sidebar-cta strong{margin-top:.3rem;font-size:1rem;display:block}.dashboard-sidebar-cta small{color:#ffffffa8;margin-top:.35rem;font-size:.73rem;line-height:1.5;display:block}.dashboard-topbar{isolation:isolate;background:linear-gradient(112deg,#fffffffa,#fcf8f6f5);border:1px solid #dae2ecf2;border-radius:22px;min-height:132px;margin-bottom:1.35rem;padding:1.5rem 1.65rem;position:relative;overflow:hidden;box-shadow:0 20px 52px -38px #0f172a7a}.dashboard-topbar:after{content:"";z-index:-1;border:35px solid #c9572b0e;border-radius:50%;width:235px;height:235px;position:absolute;top:-75px;right:-45px}.dashboard-topbar h1{color:var(--js-ink);letter-spacing:-.04em;font-size:clamp(1.9rem,3vw,2.65rem)}.dashboard-kicker{color:var(--js-teal);font-size:.7rem;font-weight:900}.dashboard-primary-btn,.dashboard-secondary-btn,.dashboard-start-chat button,.dashboard-message-compose button{border-radius:12px;min-height:44px}.dashboard-primary-btn{background:linear-gradient(135deg,#d46132,#b94720);box-shadow:0 14px 26px -18px #b94720e6}.dashboard-secondary-btn{color:#344054;border-color:#d5dee9}.dashboard-stat-grid{gap:1rem}.dashboard-stat-card{border-radius:19px;min-height:138px;padding:1.2rem;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.dashboard-stat-card:before{content:"";background:var(--stat-accent,#0d9488);width:4px;position:absolute;inset:0 auto 0 0}.dashboard-stat-card:after{content:"";background:var(--stat-accent,#0d9488);opacity:.07;border-radius:50%;width:96px;height:96px;position:absolute;bottom:-48px;right:-30px}.dashboard-stat-card:first-child{--stat-accent:#0d9488}.dashboard-stat-card:nth-child(2){--stat-accent:#2563eb}.dashboard-stat-card:nth-child(3){--stat-accent:#d97706}.dashboard-stat-card:nth-child(4){--stat-accent:#7c3aed}.dashboard-stat-card:hover{transform:translateY(-3px);box-shadow:0 28px 60px -40px #0f172aa6}.dashboard-stat-card span{color:var(--js-muted);font-size:.78rem}.dashboard-stat-card strong{color:var(--js-ink);font-size:2rem}.dashboard-offers-overlay{z-index:1400;background:#0f172a94;justify-content:flex-end;display:flex;position:fixed;inset:0}.dashboard-offers-drawer{background:#f8fafc;width:460px;max-width:100%;height:100%;overflow-y:auto;box-shadow:-24px 0 60px #0f172a40}.dashboard-offers-drawer>header{z-index:1;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.35rem;display:flex;position:sticky;top:0}.dashboard-offers-drawer>header p{color:#c2410c;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .25rem;font-size:.72rem;font-weight:850}.dashboard-offers-drawer>header h2{color:#0f172a;margin:0;font-size:1.35rem}.dashboard-offers-drawer>header button{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;display:flex}.dashboard-offers-drawer>header button:hover{color:#0f172a;background:#f1f5f9}.dashboard-offers-body{gap:.9rem;padding:1rem;display:grid}.dashboard-offers-message{color:#64748b;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:2rem 1rem}.dashboard-offers-message strong{color:#0f172a;margin-bottom:.35rem;display:block}.dashboard-offers-message p{margin:0}.dashboard-offers-message.is-error{color:#b91c1c;border-color:#fecaca}.dashboard-offers-message button{color:#fff;cursor:pointer;background:#c2410c;border:0;border-radius:9px;margin-top:.8rem;padding:.65rem 1rem;font-weight:800}.dashboard-offer-card{background:#fff;border:1px solid #e2e8f0;border-radius:17px;grid-template-columns:48px minmax(0,1fr);gap:.8rem;padding:1rem;display:grid;box-shadow:0 14px 32px -26px #0f172ab3}.dashboard-offer-icon{color:#d05222;background:#fff1e9;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.dashboard-offer-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:23px;height:23px}.dashboard-offer-copy{min-width:0}.dashboard-offer-copy>span{color:#c2410c;text-transform:uppercase;font-size:.68rem;font-weight:850}.dashboard-offer-copy h3{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;margin:.15rem 0 .25rem;font-size:.98rem;overflow:hidden}.dashboard-offer-copy p{color:#64748b;margin:0;font-size:.82rem}.dashboard-offer-footer{border-top:1px solid #edf2f7;grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.dashboard-offer-footer small{color:#94a3b8;font-size:.72rem}.dashboard-offer-footer a{color:#c2410c;font-size:.76rem;font-weight:850;text-decoration:none}.dashboard-offer-footer a:hover{text-decoration:underline}.dashboard-section,.dashboard-two-column,.dashboard-profile-grid,.dashboard-application-layout,.dashboard-message-layout{gap:1.25rem}.dashboard-panel{border-radius:20px;padding:1.3rem}.dashboard-panel h2{color:var(--js-ink);letter-spacing:-.02em;font-size:1.08rem}.dashboard-job-row{border-color:#dde5ee;border-radius:16px;min-height:112px;padding:1.1rem;transition:border-color .16s,box-shadow .16s,transform .16s}.dashboard-job-row:hover{border-color:#cfd9e5;transform:translateY(-2px);box-shadow:0 18px 38px -30px #0f172a8c}.dashboard-pill,.dashboard-status{font-weight:850}.dashboard-empty,.dashboard-notice,.dashboard-interview{border-radius:14px}.dashboard-chat-sidebar,.dashboard-chat-window{border-color:#dce4ed;border-radius:20px;box-shadow:0 20px 52px -40px #0f172a7a}.dashboard-chat-item{min-height:78px;padding:.85rem}.dashboard-chat-item:hover,.dashboard-chat-item.is-active{background:#f3f7fa}.dashboard-message-stream{background:radial-gradient(circle at 10% 10%,#087f730d,#0000 15rem),radial-gradient(circle at 90% 80%,#c9572b0a,#0000 15rem),#f6f8fb}.dashboard-message-bubble{border-radius:15px 15px 15px 4px;box-shadow:0 12px 26px -24px #0f172a80}.dashboard-message-bubble.is-mine{background:var(--db-primary-light);border-color:#e6643c2e;border-radius:15px 15px 4px}.dashboard-start-chat input,.dashboard-message-compose input,.dashboard-profile-form input,.dashboard-profile-form textarea,.dashboard-profile-form select{background-color:#fbfcfe;border-color:#d5dee9;border-radius:12px;min-height:46px}.dashboard-profile-page-panel{max-width:none}.dashboard-profile-list{gap:0 2rem}.dashboard-profile-item{justify-content:center;min-height:78px;padding:.9rem 0}.dashboard-profile-item span,.dashboard-profile-form label>span{color:#8a97a8;letter-spacing:.07em;font-size:.68rem}.dashboard-profile-item strong{color:#2b3a4f;font-size:.88rem}.dashboard-skill-picker button{border-color:#d5dee9;min-height:38px}.dashboard-auth-empty{border-radius:22px}@media (width<=1100px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{position:static}.dashboard-tabs{display:flex;overflow-x:auto}.dashboard-tab{flex:none;min-width:155px}.dashboard-sidebar-cta{display:none}}@media (width<=760px){.dashboard-page{padding:6.4rem .8rem 2.5rem}.dashboard-topbar{border-radius:18px;align-items:stretch;min-height:0;padding:1.25rem}.dashboard-panel{border-radius:17px;padding:1rem}.dashboard-tabs{display:grid}.dashboard-tab{width:100%}}.dashboard-page{background:#f5f7fa;width:100%;max-width:100%;padding:7.25rem 1.5rem 4.5rem;overflow-x:clip}.dashboard-shell{grid-template-columns:260px minmax(0,1fr);gap:1.5rem;width:100%;max-width:1360px}.dashboard-main{width:100%;min-width:0;max-width:100%}.dashboard-sidebar{border-radius:16px;width:100%;max-width:260px;padding:.75rem;box-shadow:0 14px 38px -30px #0f172a6b}.dashboard-user-card{background:#f8fafc;border-radius:12px;padding:1rem .85rem 1.1rem}.dashboard-avatar{width:56px;height:56px;box-shadow:none;border-radius:12px;margin-bottom:.85rem}.dashboard-tab{border-radius:10px;min-height:46px}.dashboard-tab-icon{border-radius:8px}.dashboard-sidebar-cta{color:var(--js-ink);background:#f8fafc;border:1px solid #dfe6ee;border-radius:12px;margin-top:.8rem;padding:.9rem}.dashboard-sidebar-cta>span{color:var(--js-teal)}.dashboard-sidebar-cta small{color:var(--js-muted)}.dashboard-topbar{min-height:0;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #dde4ed;border-radius:0;margin-bottom:1.25rem;padding:.35rem 0 1rem;overflow:visible}.dashboard-topbar:after{display:none}.dashboard-topbar h1{font-size:clamp(1.85rem,3vw,2.4rem)}.dashboard-panel,.dashboard-stat-card,.dashboard-chat-sidebar,.dashboard-chat-window{border-color:#dfe6ee;border-radius:16px;box-shadow:0 14px 36px -32px #0f172a80}.dashboard-stat-card{min-height:124px}.dashboard-job-row{border-radius:12px}@media (width<=1100px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{max-width:none}}@media (width<=760px){.dashboard-page{padding:6.25rem .75rem 2.5rem}}.dashboard-avatar-upload{background:#f8fafc;border:1px solid #dce4ed;border-radius:14px;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;display:grid}.dashboard-avatar-preview{color:#fff;width:92px;height:92px;font-family:var(--font-heading);background:linear-gradient(145deg,#087f73,#0d9488);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 0 0 1px #d8e1ea,0 12px 25px -18px #0f172a99}.dashboard-avatar-preview img{object-fit:cover;width:100%;height:100%}.dashboard-avatar-preview .is-hidden{display:none}.dashboard-avatar-upload-copy{min-width:0}.dashboard-avatar-upload-copy>span{color:#7c899b;letter-spacing:.07em;text-transform:uppercase;font-size:.68rem;font-weight:850;display:block}.dashboard-avatar-upload-copy>strong{color:#1d2d43;margin-top:.2rem;font-size:.9rem;display:block}.dashboard-avatar-upload-copy>p{color:#6b788b;margin:.18rem 0 .7rem;font-size:.75rem}.dashboard-avatar-file-input{display:none}.dashboard-avatar-upload-actions{flex-wrap:wrap;align-items:center;gap:.55rem;min-width:0;display:flex}.dashboard-avatar-upload-actions .dashboard-secondary-btn{min-height:38px;padding:.5rem .8rem;font-size:.76rem}.dashboard-avatar-upload-actions small{color:#526176;text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-size:.72rem;font-weight:700;overflow:hidden}.dashboard-avatar-remove{color:#b42318;background:#fff1f0;border-radius:8px;min-height:32px;padding:0 .55rem;font-size:.7rem;font-weight:800}.dashboard-avatar-remove:hover{color:#fff;background:#b42318}@media (width<=560px){.dashboard-avatar-upload{grid-template-columns:1fr}.dashboard-avatar-preview{width:78px;height:78px}}.dashboard-profile-view{gap:1.1rem}.dashboard-profile-hero{background:radial-gradient(circle at 92% 15%,#d358281a,#0000 13rem),linear-gradient(135deg,#fff 0%,#fbfdfd 62%,#fffaf7 100%);border:1px solid #dfe7ee;border-radius:22px;grid-template-columns:auto minmax(0,1fr) 230px;align-items:center;gap:1.3rem;padding:1.45rem;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 48px -38px #0f172a8c}.dashboard-profile-hero:before{content:"";background:linear-gradient(90deg,#087f73,#0d9488 42%,#d45f30);height:4px;position:absolute;inset:0 0 auto}.dashboard-profile-hero-avatar{color:#fff;font-family:var(--font-heading);background:linear-gradient(145deg,#087f73,#0d9488);border:4px solid #fff;border-radius:22px;flex:0 0 96px;justify-content:center;align-items:center;width:96px;height:96px;font-size:2rem;font-weight:850;display:flex;overflow:hidden;box-shadow:0 0 0 1px #d8e2ea,0 20px 34px -24px #0f172aa6}.dashboard-profile-hero-avatar img{object-fit:cover;width:100%;height:100%}.dashboard-profile-hero-avatar .is-hidden{display:none}.dashboard-profile-hero-copy{min-width:0}.dashboard-profile-eyebrow{color:#087f73;letter-spacing:.11em;text-transform:uppercase;margin:0 0 .3rem;font-size:.69rem;font-weight:900}.dashboard-profile-hero-copy h2{color:#142238;font-family:var(--font-heading);letter-spacing:-.035em;margin:0;font-size:clamp(1.55rem,2.5vw,2.1rem);line-height:1.1}.dashboard-profile-headline{color:#536176;margin:.4rem 0 0;font-size:.92rem}.dashboard-profile-meta{flex-wrap:wrap;gap:.45rem;margin-top:.75rem;display:flex}.dashboard-profile-meta span{color:#475569;background:#f2f6f8;border:1px solid #e0e7ed;border-radius:999px;padding:.34rem .58rem;font-size:.7rem;font-weight:800}.dashboard-profile-actions{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.dashboard-profile-actions a{min-height:40px;padding:.55rem .85rem;text-decoration:none}.dashboard-profile-strength{background:#ffffffd1;border:1px solid #e1e8ee;border-radius:16px;padding:1rem}.dashboard-profile-strength>div:first-child{justify-content:space-between;align-items:flex-end;display:flex}.dashboard-profile-strength>div:first-child span{color:#64748b;font-size:.72rem;font-weight:800}.dashboard-profile-strength>div:first-child strong{color:#087f73;font-size:1.15rem}.dashboard-profile-strength-bar{background:#e8edf1;border-radius:999px;height:7px;margin-top:.65rem;overflow:hidden}.dashboard-profile-strength-bar>span{border-radius:inherit;background:linear-gradient(90deg,#087f73,#10a494);height:100%;display:block}.dashboard-profile-strength p{color:#7b8798;margin:.65rem 0 0;font-size:.7rem;line-height:1.45}.dashboard-profile-layout{grid-template-columns:minmax(0,1.55fr) minmax(280px,.7fr);align-items:start;gap:1.1rem;display:grid}.dashboard-profile-main,.dashboard-profile-aside{gap:1.1rem;display:grid}.dashboard-profile-card{background:#fff;border:1px solid #dfe7ee;border-radius:19px;padding:1.25rem;box-shadow:0 18px 40px -36px #0f172a8c}.dashboard-profile-card-head{border-bottom:1px solid #edf1f4;justify-content:space-between;align-items:flex-end;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.dashboard-profile-card-head span,.dashboard-profile-document-card>div:nth-child(2)>span{color:#8a97a8;letter-spacing:.09em;text-transform:uppercase;font-size:.65rem;font-weight:900;display:block}.dashboard-profile-card-head h3{color:#1b2a40;letter-spacing:-.015em;margin:.18rem 0 0;font-size:1rem}.dashboard-profile-card-head>small{color:#8793a4;font-size:.7rem;font-weight:750}.dashboard-profile-about{color:#526176;max-width:76ch;margin:0;font-size:.88rem;line-height:1.75}.dashboard-profile-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.dashboard-profile-detail{border-bottom:1px solid #edf1f4;min-width:0;padding:.85rem 0}.dashboard-profile-detail:nth-child(odd):not(.is-wide){padding-right:1rem}.dashboard-profile-detail:nth-child(2n):not(.is-wide){border-left:1px solid #edf1f4;padding-left:1rem}.dashboard-profile-detail.is-wide{grid-column:1/-1}.dashboard-profile-detail>span{color:#8a97a8;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.3rem;font-size:.66rem;font-weight:850;display:block}.dashboard-profile-detail>strong{color:#27364b;overflow-wrap:anywhere;font-size:.84rem;line-height:1.5;display:block}.dashboard-profile-skills{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-profile-skills span{color:#087f73;background:#edf9f6;border:1px solid #cbe9e1;border-radius:999px;padding:.43rem .7rem;font-size:.74rem;font-weight:850}.dashboard-profile-muted{color:#7b8798;margin:0;font-size:.82rem}.dashboard-profile-contact-list{display:grid}.dashboard-profile-contact-list>div{border-bottom:1px solid #edf1f4;gap:.25rem;padding:.75rem 0;display:grid}.dashboard-profile-contact-list>div:first-child{padding-top:0}.dashboard-profile-contact-list>div:last-child{border-bottom:0;padding-bottom:0}.dashboard-profile-contact-list span{color:#8a97a8;letter-spacing:.06em;text-transform:uppercase;font-size:.66rem;font-weight:850}.dashboard-profile-contact-list a,.dashboard-profile-contact-list strong{color:#27364b;overflow-wrap:anywhere;font-size:.82rem;font-weight:750;line-height:1.5;text-decoration:none}.dashboard-profile-contact-list a:hover{color:#c9572b}.dashboard-profile-detail-stack{display:grid}.dashboard-profile-detail-stack .dashboard-profile-detail{border-left:0;padding-left:0;padding-right:0}.dashboard-profile-detail-stack .dashboard-profile-detail:last-child{border-bottom:0}.dashboard-profile-document-card{grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:.75rem;display:grid}.dashboard-profile-document-icon{color:#c9572b;background:#fff3ed;border-radius:11px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.dashboard-profile-document-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:22px;height:22px}.dashboard-profile-document-card>div:nth-child(2)>strong{color:#27364b;margin-top:.2rem;font-size:.8rem;display:block}.dashboard-profile-document-card>a{color:#c9572b;font-size:.76rem;font-weight:850;text-decoration:none}.dashboard-profile-wallet{color:#fff;background:linear-gradient(135deg,#0b766d,#0b8f82);border-radius:18px;padding:1.15rem 1.25rem;box-shadow:0 18px 35px -26px #087f73d9}.dashboard-profile-wallet span{opacity:.75;font-size:.7rem;font-weight:750;display:block}.dashboard-profile-wallet strong{margin-top:.3rem;font-size:1.35rem;display:block}@media (width<=940px){.dashboard-profile-hero{grid-template-columns:auto minmax(0,1fr)}.dashboard-profile-strength{grid-column:1/-1}.dashboard-profile-layout{grid-template-columns:1fr}.dashboard-profile-aside{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-profile-document-card,.dashboard-profile-wallet{grid-column:1/-1}}@media (width<=620px){.dashboard-profile-hero{grid-template-columns:1fr;align-items:start;padding:1.15rem}.dashboard-profile-hero-avatar{width:78px;height:78px}.dashboard-profile-actions a{flex:auto}.dashboard-profile-detail-grid,.dashboard-profile-aside{grid-template-columns:1fr}.dashboard-profile-detail:nth-child(odd):not(.is-wide),.dashboard-profile-detail:nth-child(2n):not(.is-wide){border-left:0;padding-left:0;padding-right:0}.dashboard-profile-document-card{grid-template-columns:44px minmax(0,1fr)}.dashboard-profile-document-card>a{text-align:right;grid-column:1/-1}}.premium-dashboard-layout{padding:1rem}.premium-panel{background:#fff;border:1px solid #e6e6e6cc;border-radius:16px;padding:2.5rem;transition:box-shadow .3s;box-shadow:0 10px 40px -10px #00000014,0 4px 12px -5px #0000000a}.premium-panel:hover{box-shadow:0 16px 48px -12px #0000001f,0 6px 16px -6px #0000000f}.premium-panel-header{border-bottom:2px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.premium-panel-header h2{color:#111827;letter-spacing:-.025em;margin:0;font-size:1.75rem;font-weight:700}.premium-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.premium-btn.primary-gradient{background:linear-gradient(135deg, var(--db-primary) 0%, var(--db-primary-dark) 100%);color:#fff;box-shadow:0 4px 14px #e6643c59}.premium-btn.primary-gradient:hover{background:linear-gradient(135deg, var(--db-primary-dark) 0%, #a33d1e 100%);transform:translateY(-2px);box-shadow:0 6px 20px #e6643c73}.premium-btn.primary-gradient:active{transform:translateY(0)}.premium-btn.outline{border:1.5px solid var(--db-border);color:var(--db-text);background:0 0;font-weight:700}.premium-btn.outline:hover{background:var(--db-primary-light);border-color:var(--db-primary);color:var(--db-primary)}.premium-form{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.premium-input-group{flex-direction:column;display:flex;position:relative}.premium-input-group.full-width{grid-column:1/-1}.premium-input{width:100%;color:var(--db-text);border:1.5px solid var(--db-border);box-sizing:border-box;background-color:#f8fafc;border-radius:10px;padding:1.25rem 1rem .5rem;font-family:inherit;font-size:1rem;transition:all .25s}.premium-input:focus{border-color:var(--db-primary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #e6643c1f}textarea.premium-input{resize:vertical;min-height:120px}.premium-floating-label{color:var(--db-muted);pointer-events:none;background:0 0;padding:0 .25rem;font-size:1rem;transition:all .2s ease-out;position:absolute;top:1rem;left:1rem}.premium-input:focus~.premium-floating-label,.premium-input:not(:placeholder-shown)~.premium-floating-label,.premium-input.has-value~.premium-floating-label,.premium-floating-label.always-float{color:var(--db-primary);font-size:.75rem;font-weight:700;top:.25rem;left:.8rem}.premium-checkbox-group{grid-column:1/-1;align-items:center;gap:.75rem;margin-top:-.5rem;display:flex}.premium-checkbox{width:1.25rem;height:1.25rem;accent-color:var(--db-primary);cursor:pointer}.premium-checkbox-group label{color:var(--db-text);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95rem;font-weight:500}.premium-form-actions{border-top:1px solid var(--db-border);grid-column:1/-1;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.premium-list{flex-direction:column;gap:1.25rem;display:flex}.premium-card{border:1.5px solid var(--db-border);border-radius:var(--db-radius);box-shadow:var(--db-shadow-sm);background:#fff;justify-content:space-between;align-items:flex-start;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.premium-card:before{content:"";background:linear-gradient(to bottom, var(--db-primary), var(--db-teal));opacity:0;width:4px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.premium-card:hover{box-shadow:var(--db-shadow-lg);border-color:#cbd5e1;transform:translateY(-3px)}.premium-card:hover:before{opacity:1}.premium-card-content{flex:1}.premium-card-title{color:var(--db-text);margin:0 0 .25rem;font-size:1.2rem;font-weight:800}.premium-card-subtitle{color:var(--db-primary);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.premium-card-date{color:var(--db-muted);align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.82rem;font-weight:500;display:flex}.premium-card-link{color:var(--db-primary);margin-bottom:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.premium-card-link:hover{color:var(--db-primary-dark);text-decoration:underline}.premium-card-desc{color:#475569;white-space:pre-line;margin:0;font-size:.92rem;line-height:1.6}.premium-card-actions{gap:.5rem;display:flex}.premium-icon-btn{border:1.5px solid var(--db-border);cursor:pointer;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:all .2s;display:flex}.premium-icon-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.premium-icon-btn.edit:hover{color:#3b82f6;border-color:#3b82f6}.premium-icon-btn.delete:hover{color:#ef4444;border-color:#ef4444}.premium-empty-state{text-align:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:12px;padding:4rem 2rem;transition:all .3s}.premium-empty-state:hover{background:#f3f4f6;border-color:#d1d5db}.premium-empty-state .empty-icon{opacity:.8;margin-bottom:1rem;font-size:3rem}.premium-empty-state h3{color:#111827;margin:0 0 .5rem;font-size:1.25rem}.premium-empty-state p{color:#6b7280;margin:0 0 1.5rem;font-size:.95rem}.employer-dashboard-page{--ed-ink:#172033;--ed-muted:#667085;--ed-border:#e4e9f2;--ed-brand:#cf5b2c;--ed-brand-dark:#a84420;--ed-teal:#087f73;color:var(--ed-ink);background:radial-gradient(circle at 82% 3%,#cf5b2c14,#0000 24rem),#f5f7fb;min-height:calc(100vh - 80px);padding:7.25rem 1.5rem 4rem}.employer-dashboard-shell{grid-template-columns:260px minmax(0,1fr);gap:1.5rem;max-width:1380px;margin:0 auto;display:grid}.employer-sidebar,.employer-panel,.employer-stat-card,.employer-managed-job,.employer-job-filters{border:1px solid var(--ed-border);background:#fffffff5;box-shadow:0 18px 45px -34px #1e293b66}.employer-sidebar{border-radius:18px;align-self:start;padding:1rem;position:sticky;top:6.25rem;overflow:hidden}.employer-company-card{border-bottom:1px solid var(--ed-border);padding:.65rem .55rem 1.2rem}.employer-logo{color:#fff;background:linear-gradient(145deg,#087f73,#0d9488);border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:1rem;font-size:1.55rem;font-weight:900;display:flex;overflow:hidden;box-shadow:0 10px 22px -12px #087f73cc}.employer-logo img{object-fit:contain;background:#fff;width:100%;height:100%;padding:.3rem}.employer-logo-fallback{display:none}.employer-company-card h2{color:var(--ed-ink);margin:0 0 .25rem;font-size:1.05rem;line-height:1.35}.employer-company-card>p{color:var(--ed-muted);margin:0;font-size:.86rem}.employer-company-meta{flex-wrap:wrap;gap:.35rem;margin-top:.8rem;display:flex}.employer-company-meta span{color:#64748b;background:#f8fafc;border:1px solid #e6eaf0;border-radius:999px;padding:.28rem .52rem;font-size:.73rem;font-weight:700}.employer-company-card .employer-workspace-label{color:#98a2b3;letter-spacing:.1em;text-transform:uppercase;margin-top:1rem;font-size:.68rem;font-weight:800}.employer-tabs{gap:.35rem;margin-top:.9rem;display:grid}.employer-tabs a{color:#475467;border-radius:10px;padding:.8rem .9rem;font-size:.9rem;font-weight:800;transition:background .16s,color .16s,transform .16s;position:relative}.employer-tabs a:before{content:"";background:0 0;border-radius:4px;width:3px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.employer-tabs a:hover{color:var(--ed-ink);background:#f8fafc;transform:translate(2px)}.employer-tabs a.is-active{color:var(--ed-brand-dark);background:#fff4ee}.employer-tabs a.is-active:before{background:var(--ed-brand)}.employer-main{min-width:0}.employer-page-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;min-height:82px;margin-bottom:1.4rem;display:flex}.employer-page-header h1{color:#101828;letter-spacing:-.04em;margin:0;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.15}.employer-page-header>div>p:last-child{color:var(--ed-muted);max-width:680px;margin:.45rem 0 0;font-size:.92rem;line-height:1.55}.employer-kicker,.employer-section-eyebrow{color:var(--ed-teal);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .35rem;font-size:.7rem;font-weight:900}.employer-primary-btn,.employer-secondary-btn,.employer-refresh-btn{cursor:pointer;font:inherit;border:0;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;min-height:42px;padding:.68rem 1rem;font-size:.84rem;font-weight:850;transition:box-shadow .16s,transform .16s,background .16s;display:inline-flex}.employer-primary-btn{color:#fff;background:linear-gradient(135deg,#d46132,#bf4b21);box-shadow:0 12px 24px -15px #be4b21e6}.employer-primary-btn:hover,.employer-refresh-btn:hover{transform:translateY(-1px)}.employer-secondary-btn,.employer-refresh-btn{color:#344054;background:#fff;border:1px solid #d9e0ea}.employer-refresh-btn:hover{background:#f8fafc;box-shadow:0 10px 20px -18px #0f172acc}.employer-refresh-btn svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:17px;height:17px}.employer-notice{border-radius:12px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.88rem;font-weight:750}.employer-notice.is-error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}.employer-notice.is-success{color:#067647;background:#ecfdf3;border:1px solid #abefc6}.employer-notice.is-info{color:#175cd3;background:#eff8ff;border:1px solid #b2ddff}.employer-error{color:#b42318;background:#fff4f2;border:1px solid #fecdca;border-radius:14px;padding:1rem}.employer-error p{color:#b42318;margin:.35rem 0 .8rem}.employer-error button{color:#fff;cursor:pointer;font:inherit;background:#b42318;border:0;border-radius:8px;padding:.55rem .8rem;font-size:.76rem;font-weight:800}.employer-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-bottom:1.2rem;display:grid}.employer-stat-card{border-radius:16px;align-items:center;gap:.85rem;min-height:124px;padding:1rem;display:flex;position:relative;overflow:hidden}.employer-stat-card:after{background:var(--stat-accent,#0d9488);content:"";opacity:.08;border-radius:999px;width:75px;height:75px;position:absolute;bottom:-36px;right:-23px}.employer-stat-card.accent-1{--stat-accent:#0d9488}.employer-stat-card.accent-2{--stat-accent:#2563eb}.employer-stat-card.accent-3{--stat-accent:#d97706}.employer-stat-card.accent-4{--stat-accent:#7c3aed}.employer-stat-icon{background:color-mix(in srgb, var(--stat-accent) 10%, white);color:var(--stat-accent);border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;height:42px;display:flex}.employer-stat-icon svg,.employer-empty-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:21px;height:21px}.employer-stat-card span{color:#667085;margin-bottom:.15rem;font-size:.75rem;font-weight:800;display:block}.employer-stat-card strong{color:#101828;font-size:1.65rem;line-height:1.1;display:block}.employer-stat-card small{color:#98a2b3;margin-top:.3rem;font-size:.68rem;display:block}.employer-overview-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:start;gap:1.2rem;display:grid}.employer-overview-side{gap:1.2rem;display:grid}.employer-panel{border-radius:16px;margin-bottom:1.2rem;padding:1.15rem}.employer-panel-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.employer-panel-head h2{color:#101828;letter-spacing:-.01em;margin:0;font-size:1.02rem}.employer-panel-head a,.employer-empty-state button{color:var(--ed-brand-dark);cursor:pointer;font:inherit;background:0 0;border:0;font-size:.78rem;font-weight:850}.employer-job-summary-list{display:grid}.employer-job-summary{color:inherit;border-bottom:1px solid #edf0f4;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem .2rem;transition:background .16s;display:grid}.employer-job-summary:first-child{padding-top:.2rem}.employer-job-summary:last-child{border-bottom:0;padding-bottom:.2rem}.employer-job-monogram{color:var(--ed-teal);background:#eef8f6;border-radius:11px;justify-content:center;align-items:center;height:42px;font-size:.9rem;font-weight:900;display:flex}.employer-job-summary-copy{min-width:0}.employer-job-summary-copy strong,.employer-mini-applicant strong{color:#263247;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;display:block;overflow:hidden}.employer-job-summary-copy span{color:#7a8699;text-overflow:ellipsis;white-space:nowrap;margin-top:.18rem;font-size:.75rem;display:block;overflow:hidden}.employer-job-summary-meta{place-items:flex-end end;gap:.3rem;display:grid}.employer-job-summary-meta small{color:#98a2b3;font-size:.69rem}.employer-status{text-transform:capitalize;border-radius:999px;justify-content:center;width:fit-content;padding:.35rem .55rem;font-size:.67rem;font-weight:850;line-height:1;display:inline-flex}.employer-status.is-active,.employer-status.is-published,.employer-status.is-accepted,.employer-status.is-hired{color:#067647;background:#ecfdf3}.employer-status.is-draft,.employer-status.is-applied{color:#175cd3;background:#eff8ff}.employer-status.is-shortlisted,.employer-status.is-offered,.employer-status.is-interview,.employer-status.is-interview_scheduled{color:#c4320a;background:#fff6ed}.employer-status.is-closed,.employer-status.is-expired,.employer-status.is-inactive,.employer-status.is-rejected{color:#475467;background:#f2f4f7}.employer-health-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.employer-health-row:last-child{border-bottom:0;padding-bottom:0}.employer-health-row span{color:var(--ed-muted);font-size:.8rem}.employer-health-row strong{color:#101828;font-size:.95rem}.employer-mini-applicant{align-items:center;gap:.65rem;padding:.55rem 0;display:flex}.employer-mini-applicant>span,.employer-applicant-identity>span{color:var(--ed-brand-dark);background:#fff1ea;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;height:34px;font-size:.75rem;font-weight:900;display:flex}.employer-mini-applicant div{min-width:0}.employer-mini-applicant small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.7rem;display:block;overflow:hidden}.employer-empty,.employer-empty-state p{color:var(--ed-muted);font-size:.86rem}.employer-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:2rem;display:flex}.employer-empty-state strong{color:#344054;margin-bottom:.3rem}.employer-empty-icon{color:#667085;background:#f2f4f7;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.8rem;display:flex}.employer-job-filters{border-radius:15px;margin-bottom:1rem;padding:.9rem}.employer-filter-tabs{border-bottom:1px solid #edf0f4;gap:.3rem;margin:-.2rem -.2rem .85rem;padding:0 .2rem .75rem;display:flex;overflow-x:auto}.employer-filter-tabs button{color:#667085;cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:.45rem;padding:.55rem .7rem;font-size:.78rem;font-weight:800;display:flex}.employer-filter-tabs button span{background:#f2f4f7;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .25rem;font-size:.65rem;display:flex}.employer-filter-tabs button.is-active{color:var(--ed-brand-dark);background:#fff4ee}.employer-filter-tabs button.is-active span{background:#ffdfcf}.employer-filter-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.employer-search-box{background:#fff;border:1px solid #dce2ea;border-radius:10px;flex:1;align-items:center;max-width:520px;min-height:42px;padding:0 .75rem;display:flex}.employer-search-box:focus-within{border-color:#d46132;box-shadow:0 0 0 3px #d461321a}.employer-search-box svg{fill:none;stroke:#98a2b3;stroke-linecap:round;stroke-width:1.8px;flex:0 0 18px;width:18px;height:18px}.employer-search-box input,.employer-sort-box select{color:#344054;font:inherit;background:0 0;border:0;outline:0;font-size:.82rem}.employer-search-box input{width:100%;min-width:0;padding:0 .55rem}.employer-sort-box{border:1px solid #dce2ea;border-radius:10px;align-items:center;gap:.35rem;min-height:42px;padding:0 .7rem;display:flex}.employer-sort-box>span{color:#98a2b3;font-size:.73rem;font-weight:750}.employer-sort-box select{cursor:pointer;font-weight:750}.employer-results-heading{justify-content:space-between;align-items:center;margin:0 .25rem .75rem;display:flex}.employer-results-heading p{color:#667085;margin:0;font-size:.8rem}.employer-results-heading p strong{color:#344054}.employer-results-heading>span{color:#98a2b3;font-size:.68rem}.employer-job-management-list{gap:.85rem;display:grid}.employer-managed-job{border-radius:15px;grid-template-columns:minmax(0,1fr) 205px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid;overflow:hidden}.employer-managed-job:hover{border-color:#d6dce6;transform:translateY(-1px);box-shadow:0 22px 42px -34px #0f172aa6}.employer-managed-job-main{min-width:0;padding:1.1rem}.employer-managed-job-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.employer-job-title-row{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.employer-job-title-row h2{color:#1d2939;letter-spacing:-.015em;margin:0;font-size:1.02rem}.employer-managed-job-heading>div>p{color:#7a8699;margin:.3rem 0 0;font-size:.76rem}.employer-urgent-badge{color:#c11574;background:#fff1f0;border-radius:999px;padding:.32rem .5rem;font-size:.65rem;font-weight:850}.employer-source-badge{border-radius:999px;width:fit-content;padding:.3rem .48rem;font-size:.62rem;font-weight:850;line-height:1;display:inline-flex}.employer-source-badge.is-job{color:#175cd3;background:#eff8ff}.employer-source-badge.is-gig{color:#c4320a;background:#fff6ed}.employer-job-card-actions{flex:none;align-items:center;gap:.75rem;display:flex}.employer-job-edit-link,.employer-job-view-link{color:var(--ed-brand-dark);flex:none;align-items:center;gap:.2rem;font-size:.74rem;font-weight:850;display:flex}.employer-job-edit-link{border:1px solid #d7dde5;border-radius:999px;padding:.35rem .7rem}.employer-job-edit-link:hover{border-color:var(--ed-brand);color:var(--ed-brand-dark);background:#fff4ee}.employer-job-view-link svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:16px;height:16px}.employer-job-facts{flex-wrap:wrap;gap:.45rem 1rem;margin-top:.9rem;display:flex}.employer-job-facts>span{color:#667085;align-items:center;gap:.35rem;font-size:.73rem;display:inline-flex}.employer-job-facts svg{fill:none;stroke:#98a2b3;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:15px;height:15px}.employer-job-tags{flex-wrap:wrap;gap:.35rem;margin-top:.9rem;display:flex}.employer-job-tags span{color:#667085;text-overflow:ellipsis;white-space:nowrap;background:#f7f8fa;border:1px solid #eaecf0;border-radius:7px;max-width:220px;padding:.3rem .5rem;font-size:.66rem;font-weight:700;overflow:hidden}.employer-managed-job-side{background:#fbfcfe;border-left:1px solid #edf0f4;padding:1rem}.employer-managed-job-side>div{justify-content:space-between;align-items:baseline;margin-bottom:.8rem;display:flex}.employer-managed-job-side>div span,.employer-managed-job-side dt{color:#98a2b3;font-size:.68rem;font-weight:750}.employer-managed-job-side>div strong{color:var(--ed-teal);font-size:1.3rem}.employer-managed-job-side dl{gap:.55rem;margin:0;display:grid}.employer-managed-job-side dl>div{gap:.12rem;display:grid}.employer-managed-job-side dd{color:#475467;margin:0;font-size:.72rem;font-weight:750}.employer-applicant-controls{border:1px solid var(--ed-border);background:#fff;border-radius:14px;margin-bottom:1rem;padding:.85rem}.employer-applicant-table{display:grid}.employer-applicant-table-head,.employer-applicant-table-row{grid-template-columns:minmax(170px,1.35fr) minmax(110px,1fr) 85px 82px minmax(160px,auto);align-items:center;gap:.5rem;display:grid}.employer-applicant-table-head{color:#98a2b3;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid #e9edf2;padding:0 .6rem .65rem;font-size:.68rem;font-weight:850}.employer-applicant-table-row{border-bottom:1px solid #edf0f4;min-height:68px;padding:.65rem}.employer-applicant-table-row>strong,.employer-applicant-table-row>span{color:#475467;font-size:.76rem}.employer-applicant-identity{align-items:center;gap:.65rem;min-width:0;display:flex}.employer-applicant-identity div{min-width:0}.employer-applicant-identity strong{color:#344054;font-size:.8rem;display:block}.employer-applicant-identity small{color:#98a2b3;text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.68rem;display:block;overflow:hidden}.employer-applicant-role{gap:.28rem;min-width:0;display:grid}.employer-applicant-role>strong{color:#475467;text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.employer-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.employer-actions button{cursor:pointer;font:inherit;border:1px solid #0000;border-radius:8px;min-height:34px;padding:.45rem .65rem;font-size:.7rem;font-weight:800}.employer-actions .shortlist-btn{color:#067647;background:#ecfdf3;border-color:#abefc6}.employer-actions .offer-btn,.employer-candidate-footer .offer-btn{color:#b54708;background:#fffaeb;border-color:#fedf89}.employer-actions .details-btn,.employer-candidate-footer a{color:#344054;background:#fff;border-color:#d0d5dd}.employer-actions .chat-btn,.employer-candidate-footer .chat-btn{color:#175cd3;background:#eff8ff;border-color:#b2ddff}.employer-actions .reject-btn{color:#b42318;background:#fff;border-color:#fda29b}.employer-actions button:disabled{cursor:not-allowed;opacity:.55}.employer-applicant-overlay,.employer-dialog-overlay{z-index:1200;background:#10182885;position:fixed;inset:0}.employer-applicant-overlay{justify-content:flex-end;display:flex}.employer-applicant-drawer{background:#f8fafc;grid-template-rows:auto auto minmax(0,1fr);width:560px;max-width:100%;height:100%;display:grid;overflow:hidden;box-shadow:-24px 0 60px #10182838}.employer-candidate-header{background:#fff;border-bottom:1px solid #e4e7ec;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1rem 1.15rem;display:grid}.employer-candidate-avatar{color:var(--ed-brand-dark);background:#fff4ed;border:1px solid #ffdac7;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.15rem;font-weight:900;display:flex;overflow:hidden}.employer-candidate-avatar img{object-fit:cover;width:100%;height:100%}.employer-candidate-header p,.employer-interview-dialog-head p{color:var(--ed-brand);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .15rem;font-size:.66rem;font-weight:850}.employer-candidate-header h2,.employer-interview-dialog-head h2{color:#101828;margin:0;font-size:1.05rem}.employer-candidate-header small{color:#667085;text-overflow:ellipsis;white-space:nowrap;margin-top:.18rem;display:block;overflow:hidden}.employer-drawer-close,.employer-interview-dialog-head>button{color:#475467;cursor:pointer;background:#f2f4f7;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.35rem;line-height:1;display:flex}.employer-candidate-tabs{background:#fff;border-bottom:1px solid #e4e7ec;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 1rem;display:grid}.employer-candidate-tabs button{color:#667085;cursor:pointer;font:inherit;background:0 0;border:0;border-bottom:2px solid #0000;padding:.85rem .5rem;font-size:.78rem;font-weight:800}.employer-candidate-tabs button.is-active{border-bottom-color:var(--ed-brand);color:var(--ed-brand-dark)}.employer-candidate-body{padding:1rem;overflow-y:auto}.employer-candidate-contact{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:.85rem;display:grid}.employer-candidate-contact a{background:#fff;border:1px solid #e4e7ec;border-radius:12px;min-width:0;padding:.75rem;text-decoration:none}.employer-candidate-contact span,.employer-candidate-note>span,.employer-chat-context span{color:#98a2b3;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.2rem;font-size:.66rem;font-weight:800;display:block}.employer-candidate-contact strong{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;display:block;overflow:hidden}.employer-candidate-section{background:#fff;border:1px solid #e4e7ec;border-radius:14px;margin-bottom:.85rem;padding:.95rem}.employer-candidate-section h3{color:#1d2939;margin:0 0 .8rem;font-size:.85rem}.employer-candidate-section-head{justify-content:space-between;align-items:center;display:flex}.employer-candidate-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;display:grid}.employer-candidate-detail{min-width:0}.employer-candidate-detail dt{color:#98a2b3;margin-bottom:.15rem;font-size:.65rem;font-weight:750}.employer-candidate-detail dd{color:#344054;overflow-wrap:anywhere;margin:0;font-size:.76rem;font-weight:750}.employer-candidate-note{border-top:1px solid #eef0f3;margin-top:.85rem;padding-top:.8rem}.employer-candidate-note p,.employer-candidate-muted{color:#667085;white-space:pre-wrap;margin:0;font-size:.75rem;line-height:1.55}.employer-candidate-skills{flex-wrap:wrap;gap:.4rem;display:flex}.employer-candidate-skills span{color:#475467;background:#f2f4f7;border:1px solid #e4e7ec;border-radius:999px;padding:.32rem .55rem;font-size:.68rem;font-weight:750}.employer-candidate-footer{flex-wrap:wrap;align-items:center;gap:.5rem;padding:.15rem 0 .3rem;display:flex}.employer-candidate-footer a,.employer-candidate-footer button{cursor:pointer;font:inherit;border:1px solid #0000;border-radius:8px;padding:.55rem .7rem;font-size:.72rem;font-weight:800;text-decoration:none}.employer-candidate-footer .shortlist-btn{color:#067647;background:#ecfdf3;border-color:#abefc6}.employer-candidate-footer .reject-btn{color:#b42318;background:#fff;border-color:#fda29b}.employer-candidate-footer button:disabled{cursor:not-allowed;opacity:.55}.employer-candidate-chat{flex-direction:column;min-height:0;display:flex}.employer-chat-context{background:#fff;border-bottom:1px solid #e4e7ec;padding:.75rem 1rem}.employer-chat-context strong{color:#344054;font-size:.78rem;display:block}.employer-chat-error{color:#b42318;background:#fef3f2;border-bottom:1px solid #fecdca;padding:.65rem 1rem;font-size:.75rem}.employer-message-stream{background:linear-gradient(135deg,#175cd309,#d461320a),#f8fafc;flex-direction:column;flex:auto;gap:.65rem;min-height:0;padding:1rem;display:flex;overflow-y:auto}.employer-chat-empty{color:#667085;text-align:center;margin:auto}.employer-chat-empty strong{color:#344054}.employer-chat-empty p{margin:.3rem 0 0;font-size:.78rem}.employer-message-bubble{background:#fff;border:1px solid #e4e7ec;border-radius:12px 12px 12px 3px;align-self:flex-start;max-width:82%;padding:.6rem .75rem}.employer-message-bubble.is-mine{background:#eff8ff;border-color:#b2ddff;border-radius:12px 12px 3px;align-self:flex-end}.employer-message-bubble p{color:#1d2939;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:.78rem;line-height:1.45}.employer-message-bubble span{color:#98a2b3;text-align:right;margin-top:.3rem;font-size:.61rem;display:block}.employer-message-compose{background:#fff;border-top:1px solid #e4e7ec;grid-template-columns:auto minmax(0,1fr) auto;gap:.6rem;padding:.8rem;display:grid}.employer-message-compose textarea{font:inherit;resize:none;border:1px solid #d0d5dd;border-radius:10px;outline:0;min-height:42px;padding:.65rem .75rem;font-size:.78rem}.employer-message-compose textarea:focus{border-color:#84adff;box-shadow:0 0 0 3px #175cd314}.employer-message-compose button{background:var(--ed-brand);color:#fff;cursor:pointer;font:inherit;border:0;border-radius:9px;align-self:stretch;padding:0 .9rem;font-size:.75rem;font-weight:850}.employer-message-compose button:disabled{cursor:not-allowed;opacity:.55}.employer-message-compose .employer-attach-button{color:#344054;background:#f8fafc;border:1px solid #d0d5dd;padding:0 .7rem}.employer-selected-file{color:#475467;background:#f2f4f7;border-radius:8px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:.6rem;min-width:0;padding:.45rem .6rem;font-size:.7rem;display:flex}.employer-selected-file>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.employer-selected-file>button{color:#b42318;background:0 0;min-height:0;padding:0}.employer-dialog-overlay{z-index:1300;justify-content:center;align-items:center;padding:1rem;display:flex}.employer-interview-dialog{background:#fff;border-radius:16px;width:480px;max-width:100%;overflow:hidden;box-shadow:0 28px 80px #10182847}.employer-interview-dialog-head{border-bottom:1px solid #e4e7ec;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.employer-interview-dialog form{gap:.9rem;padding:1rem;display:grid}.employer-interview-dialog form label{gap:.35rem;display:grid}.employer-interview-dialog form label>span{color:#344054;font-size:.75rem;font-weight:800}.employer-interview-dialog input{color:#344054;font:inherit;border:1px solid #d0d5dd;border-radius:9px;outline:0;min-height:43px;padding:0 .7rem;font-size:.8rem}.employer-interview-dialog input:focus{border-color:var(--ed-brand);box-shadow:0 0 0 3px #d461321a}.employer-interview-dialog-actions{justify-content:flex-end;gap:.6rem;margin-top:.2rem;display:flex}.employer-interview-dialog-actions button{background:var(--ed-brand);border:1px solid var(--ed-brand);color:#fff;cursor:pointer;font:inherit;border-radius:9px;min-height:38px;padding:0 .85rem;font-size:.75rem;font-weight:850}.employer-interview-dialog-actions button.is-secondary{color:#344054;background:#fff;border-color:#d0d5dd}.employer-interview-dialog-actions button:disabled{cursor:not-allowed;opacity:.6}.employer-profile-layout{gap:1.2rem;display:grid}.employer-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;display:grid}.employer-profile-item{border-bottom:1px solid #edf0f4;gap:.25rem;min-width:0;padding:.75rem 0;display:grid}.employer-profile-item:nth-child(odd){margin-right:1.5rem}.employer-profile-item span,.employer-profile-description span{color:#98a2b3;letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:850}.employer-profile-item strong{color:#344054;overflow-wrap:anywhere;font-size:.82rem}.employer-profile-description{background:#f8fafc;border:1px solid #e6eaf0;border-radius:10px;gap:.45rem;margin-top:1rem;padding:.9rem;display:grid}.employer-profile-description p{color:#475467;margin:0;font-size:.82rem;line-height:1.6}.employer-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.employer-form-grid label{gap:.4rem;display:grid}.employer-form-grid label.is-full{grid-column:1/-1}.employer-form-grid label>span{color:#475467;font-size:.74rem;font-weight:800}.employer-form-grid input,.employer-form-grid textarea{color:#344054;font:inherit;resize:vertical;background:#fff;border:1px solid #dce2ea;border-radius:9px;outline:0;min-height:42px;padding:.65rem .75rem;font-size:.82rem}.employer-form-grid input:focus,.employer-form-grid textarea:focus{border-color:#d46132;box-shadow:0 0 0 3px #d461321a}.employer-form-actions{border-top:1px solid #edf0f4;justify-content:flex-end;gap:.65rem;margin-top:1.1rem;padding-top:1rem;display:flex}.employer-loading-grid,.employer-loading-list{gap:.9rem;display:grid}.employer-loading-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.employer-loading-grid span,.employer-loading-list span{background:linear-gradient(90deg,#eceff4,#f7f8fa,#eceff4) 0 0/200% 100%;border-radius:15px;height:124px;animation:1.3s ease-in-out infinite employer-pulse;display:block}.employer-loading-list span{height:150px}@keyframes employer-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=1180px){.employer-dashboard-shell{grid-template-columns:230px minmax(0,1fr)}.employer-stat-grid,.employer-loading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.employer-overview-grid{grid-template-columns:1fr}.employer-overview-side{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.employer-dashboard-shell{grid-template-columns:1fr}.employer-sidebar{position:static}.employer-company-card{grid-template-columns:58px 1fr;align-items:center;gap:.2rem .9rem;display:grid}.employer-logo{grid-row:1/4;margin:0}.employer-company-meta,.employer-workspace-label{grid-column:2}.employer-company-meta{margin-top:.35rem}.employer-tabs{display:flex;overflow-x:auto}.employer-tabs a{text-align:center;flex:1 0 auto}.employer-tabs a:before{width:20px;height:3px;top:auto;bottom:0;left:50%;transform:translate(-50%)}.employer-managed-job{grid-template-columns:1fr}.employer-managed-job-side{border-top:1px solid #edf0f4;border-left:0}.employer-managed-job-side dl{grid-template-columns:repeat(3,minmax(0,1fr))}.employer-applicant-table-head{display:none}.employer-applicant-table-row{grid-template-columns:minmax(0,1fr) auto}.employer-applicant-table-row>strong,.employer-applicant-table-row>span:not(.employer-status),.employer-applicant-table-row>.employer-applicant-role{grid-column:1;margin-left:44px}.employer-applicant-table-row>.employer-status{grid-area:1/2}.employer-applicant-table-row>.employer-actions{grid-column:1/-1;justify-content:flex-start;margin-left:44px}}@media (width<=680px){.employer-dashboard-page{padding:6.25rem .9rem 2.5rem}.employer-page-header{flex-direction:column;align-items:stretch;gap:.9rem}.employer-page-header>button{align-self:flex-start}.employer-candidate-contact,.employer-candidate-grid{grid-template-columns:1fr}.employer-candidate-body{padding:.75rem}.employer-candidate-footer>*{text-align:center;flex:auto}.employer-interview-dialog-actions{flex-direction:column-reverse}.employer-interview-dialog-actions button{width:100%}.employer-stat-grid,.employer-loading-grid,.employer-overview-side,.employer-profile-grid,.employer-form-grid{grid-template-columns:1fr}.employer-stat-card{min-height:105px}.employer-profile-item:nth-child(odd){margin-right:0}.employer-filter-controls{flex-direction:column;align-items:stretch}.employer-search-box{width:100%;max-width:none}.employer-sort-box{justify-content:space-between}.employer-results-heading>span{display:none}.employer-managed-job-heading{flex-direction:column}.employer-managed-job-side dl{grid-template-columns:1fr}.employer-job-summary{grid-template-columns:38px minmax(0,1fr)}.employer-job-summary-meta{grid-column:2;grid-template-columns:auto 1fr;place-items:center start}.employer-company-card{grid-template-columns:52px 1fr}.employer-logo{width:52px;height:52px}}.employer-dashboard-page{--ed-ink:#132238;--ed-muted:#637083;--ed-border:#dfe6ef;--ed-brand:#c9572b;--ed-brand-dark:#9f3e1c;--ed-teal:#087f73;background:radial-gradient(circle at 92% 2%,#c9572b1a,#0000 30rem),radial-gradient(circle at 8% 34%,#087f730f,#0000 24rem),#f3f6fa;padding:7.5rem 1.75rem 5rem}.employer-dashboard-shell{grid-template-columns:286px minmax(0,1fr);gap:1.75rem;max-width:1440px}.employer-sidebar{border-color:#d2dce8eb;border-radius:24px;padding:.85rem;top:6.5rem;box-shadow:0 24px 65px -38px #1e293b7a}.employer-company-card{background:radial-gradient(circle at 100% 0,#c9572b1f,#0000 8rem),linear-gradient(145deg,#fbfdfd,#f5f9fb);border:0;border-radius:18px;padding:1.25rem 1rem 1.3rem;position:relative;overflow:hidden}.employer-company-card:after{content:"";background:#16a34a;border:3px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:1rem;right:1rem;box-shadow:0 0 0 1px #16a34a2e}.employer-logo{border:1px solid #087f732e;border-radius:18px;width:64px;height:64px;margin-bottom:1.05rem;box-shadow:0 14px 28px -16px #087f73a6}.employer-company-card h2{letter-spacing:-.02em;font-size:1.08rem}.employer-company-meta span{background:#ffffffd1;border-color:#dee6ef}.employer-tabs{gap:.4rem;margin-top:.75rem}.employer-tabs a{border-radius:13px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:48px;padding:.45rem .65rem;font-size:.88rem;display:grid}.employer-tabs a:before{display:none}.employer-tabs a:hover{background:#f4f7fa;transform:none}.employer-tabs a.is-active{background:linear-gradient(135deg,#fff2eb,#fff8f4);box-shadow:inset 0 0 0 1px #c9572b1f}.employer-tab-icon{color:#68768a;background:#f0f4f8;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.employer-tab-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.employer-tabs a.is-active .employer-tab-icon{color:var(--ed-brand);background:#fff;box-shadow:0 5px 13px #c9572b21}.employer-tab-count{color:#718096;background:#edf2f7;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .4rem;font-size:.66rem;font-weight:900;display:inline-flex}.employer-tabs a.is-active .employer-tab-count{color:var(--ed-brand-dark);background:#fff}.employer-sidebar-cta{color:#fff;background:radial-gradient(circle at 100% 0,#ffffff24,#0000 8rem),linear-gradient(145deg,#17364b,#102638);border-radius:17px;margin-top:1rem;padding:1.05rem;position:relative;overflow:hidden}.employer-sidebar-cta>span{color:#8edfd4;letter-spacing:.09em;text-transform:uppercase;font-size:.66rem;font-weight:850;display:block}.employer-sidebar-cta strong{margin-top:.3rem;font-size:1rem;display:block}.employer-sidebar-cta p{color:#ffffffad;margin:.35rem 0 .85rem;font-size:.73rem;line-height:1.5}.employer-sidebar-cta a{color:#17364b;background:#fff;border-radius:9px;justify-content:center;align-items:center;min-height:36px;padding:0 .75rem;font-size:.72rem;font-weight:900;display:inline-flex}.employer-page-header{isolation:isolate;background:linear-gradient(112deg,#fffffffa,#fcf8f6f5),#fff;border:1px solid #dae2ecf2;border-radius:22px;align-items:center;min-height:132px;margin-bottom:1.35rem;padding:1.5rem 1.65rem;position:relative;overflow:hidden;box-shadow:0 20px 52px -38px #0f172a7a}.employer-page-header:after{content:"";z-index:-1;border:35px solid #c9572b0e;border-radius:50%;width:235px;height:235px;position:absolute;top:-75px;right:-45px}.employer-page-header>*{z-index:1;position:relative}.employer-page-header>div>p:last-child{font-size:.94rem}.employer-primary-btn,.employer-secondary-btn,.employer-refresh-btn{border-radius:12px;min-height:44px}.employer-panel{border-radius:20px;padding:1.3rem}.employer-stat-grid{gap:1rem;margin-bottom:1.35rem}.employer-stat-card{border-radius:19px;min-height:138px;padding:1.2rem;transition:transform .18s,box-shadow .18s}.employer-stat-card:hover{transform:translateY(-3px);box-shadow:0 28px 60px -40px #0f172aa6}.employer-stat-card:before{content:"";background:var(--stat-accent,#0d9488);width:4px;position:absolute;inset:0 auto 0 0}.employer-stat-card:after{width:96px;height:96px;bottom:-48px;right:-30px}.employer-stat-icon{border-radius:14px;flex-basis:48px;width:48px;height:48px}.employer-stat-card strong{font-size:1.85rem}.employer-overview-grid,.employer-overview-side{gap:1.35rem}.employer-job-summary{border-radius:12px;min-height:74px;margin:0 -.35rem;padding:.8rem .55rem}.employer-job-summary:hover{background:#f5f8fb}.employer-job-filters,.employer-applicant-controls{background:#fffffff5;border-radius:18px;padding:1rem}.employer-filter-tabs{margin-bottom:1rem}.employer-search-box,.employer-sort-box{background:#fbfcfe;border-color:#d7e0ea;border-radius:12px;min-height:46px}.employer-search-box:focus-within,.employer-sort-box:focus-within{background:#fff;border-color:#c9572ba6;box-shadow:0 0 0 4px #c9572b14}.employer-applicant-controls{grid-template-columns:minmax(250px,1.4fr) repeat(3,minmax(145px,.65fr));gap:.7rem;display:grid}.employer-applicant-controls .employer-search-box{width:100%;max-width:none}.employer-applicant-controls .employer-sort-box{min-width:0}.employer-applicant-controls .employer-sort-box select{width:100%;min-width:0}.employer-managed-job{border-radius:19px}.employer-managed-job-main{padding:1.3rem}.employer-managed-job-side{background:linear-gradient(#fafbfd,#f4f7fa);padding:1.2rem}.employer-applicants-panel{padding:1.3rem}.employer-applicant-table{gap:.55rem}.employer-applicant-table-head,.employer-applicant-table-row{grid-template-columns:minmax(190px,1.2fr) minmax(130px,.8fr) 92px 98px minmax(285px,auto)}.employer-applicant-table-head{border:0;padding:0 .8rem .25rem}.employer-applicant-table-row{background:#fff;border:1px solid #e6ebf1;border-radius:14px;min-height:78px;padding:.8rem;transition:border-color .16s,box-shadow .16s,transform .16s}.employer-applicant-table-row:last-child{border-bottom:1px solid #e6ebf1}.employer-applicant-table-row:hover{border-color:#d3dce7;transform:translateY(-1px);box-shadow:0 14px 28px -24px #0f172a80}.employer-mini-applicant>span,.employer-applicant-identity>span{border:1px solid #ffe0d1;flex-basis:40px;width:40px;height:40px}.employer-applicant-identity strong{font-size:.83rem}.employer-actions{flex-wrap:nowrap;gap:.4rem}.employer-actions button{border-radius:9px;min-height:36px;padding:.45rem .62rem}.employer-applicant-drawer{background:#f4f7fa;width:620px}.employer-candidate-header{padding:1.15rem 1.3rem}.employer-candidate-body{padding:1.2rem}.employer-candidate-section,.employer-candidate-contact a{border-radius:16px;box-shadow:0 13px 30px -28px #0f172a6b}.employer-profile-item{justify-content:center;min-height:72px;padding:.85rem 0}.employer-profile-description{border-radius:14px;padding:1.1rem}.employer-form-grid input,.employer-form-grid textarea{background:#fbfcfe;border-radius:12px;min-height:46px}.employer-interview-dialog{border-radius:20px}@media (width<=1240px){.employer-dashboard-shell{grid-template-columns:246px minmax(0,1fr)}.employer-applicant-controls{grid-template-columns:minmax(230px,1fr) repeat(3,minmax(135px,.6fr))}.employer-applicant-table-head{display:none}.employer-applicant-table-row{grid-template-columns:minmax(0,1fr) auto;gap:.5rem 1rem;padding:1rem}.employer-applicant-table-row>.employer-applicant-identity{grid-area:1/1}.employer-applicant-table-row>.employer-applicant-role,.employer-applicant-table-row>span:not(.employer-status){grid-column:1;margin-left:50px}.employer-applicant-table-row>.employer-status{grid-area:1/2}.employer-applicant-table-row>.employer-actions{border-top:1px solid #edf1f5;grid-column:1/-1;justify-content:flex-start;margin:.3rem 0 0 50px;padding-top:.7rem}}@media (width<=900px){.employer-dashboard-shell{grid-template-columns:1fr}.employer-sidebar{position:static}.employer-tabs a{min-width:145px}.employer-sidebar-cta{display:none}.employer-applicant-controls{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.employer-dashboard-page{padding:6.4rem .8rem 2.5rem}.employer-page-header{border-radius:18px;align-items:stretch;min-height:0;padding:1.25rem}.employer-panel{border-radius:17px;padding:1rem}.employer-applicant-controls{grid-template-columns:1fr}.employer-applicant-table-row>.employer-applicant-role,.employer-applicant-table-row>span:not(.employer-status),.employer-applicant-table-row>.employer-actions{margin-left:0}.employer-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.employer-actions button{width:100%}}.employer-dashboard-page{background:#f5f7fa;width:100%;max-width:100%;padding:7.25rem 1.5rem 4.5rem;overflow-x:clip}.employer-dashboard-shell{grid-template-columns:260px minmax(0,1fr);gap:1.5rem;width:100%;max-width:1360px}.employer-main{width:100%;min-width:0;max-width:100%}.employer-sidebar{border-radius:16px;width:100%;max-width:260px;padding:.75rem;box-shadow:0 14px 38px -30px #0f172a6b}.employer-company-card{background:#f8fafc;border-radius:12px;padding:1rem .85rem 1.1rem}.employer-logo{width:56px;height:56px;box-shadow:none;border-radius:12px;margin-bottom:.85rem}.employer-tabs a{border-radius:10px;min-height:46px}.employer-tab-icon{border-radius:8px}.employer-sidebar-cta{color:var(--ed-ink);background:#f8fafc;border:1px solid #dfe6ee;border-radius:12px;margin-top:.8rem;padding:.9rem}.employer-sidebar-cta>span{color:var(--ed-teal)}.employer-sidebar-cta p{color:var(--ed-muted);margin-bottom:.7rem}.employer-sidebar-cta a{background:var(--ed-brand);color:#fff;width:100%}.employer-page-header{min-height:0;box-shadow:none;background:0 0;border:0;border-bottom:1px solid #dde4ed;border-radius:0;margin-bottom:1.25rem;padding:.35rem 0 1rem;overflow:visible}.employer-page-header:after{display:none}.employer-page-header h1{font-size:clamp(1.85rem,3vw,2.4rem)}.employer-panel,.employer-stat-card,.employer-managed-job,.employer-job-filters{border-color:#dfe6ee;box-shadow:0 14px 36px -32px #0f172a80}.employer-panel{border-radius:16px}.employer-profile-layout{gap:1.25rem}.employer-profile-card{padding:1.25rem}.employer-profile-card .employer-panel-head{border-bottom:1px solid #e7ecf2;margin-bottom:1rem;padding-bottom:.9rem}.employer-profile-grid{gap:.75rem}.employer-profile-grid-account,.employer-profile-grid-company{grid-template-columns:repeat(4,minmax(0,1fr))}.employer-profile-item,.employer-profile-item:nth-child(odd){text-align:left;background:#f9fbfd;border:1px solid #e2e8f0;border-radius:11px;place-content:center stretch;min-height:82px;margin-right:0;padding:.85rem .9rem}.employer-profile-item span{color:#8491a4;font-size:.63rem}.employer-profile-item strong,.employer-profile-item a{color:#25344a;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:750;line-height:1.45;display:block;overflow:hidden}.employer-profile-item a{color:var(--ed-brand-dark)}.employer-profile-item.is-verification strong{color:#a15c13}.employer-company-profile-summary{background:#fff;border:1px solid #dfe6ee;border-radius:12px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:.9rem;margin-bottom:1rem;padding:.9rem;display:grid}.employer-company-profile-logo{width:58px;height:58px;color:var(--ed-brand);background:#f8fafc;border:1px solid #e1e7ef;border-radius:11px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:flex;overflow:hidden}.employer-company-profile-logo img{object-fit:contain;width:100%;height:100%;padding:.25rem}.employer-company-profile-summary>div:nth-child(2){min-width:0}.employer-company-profile-summary>div:nth-child(2)>span{color:#8a96a8;letter-spacing:.08em;text-transform:uppercase;font-size:.63rem;font-weight:850;display:block}.employer-company-profile-summary>div:nth-child(2)>strong{color:#1f2f44;margin-top:.15rem;font-size:1rem;display:block}.employer-company-profile-summary p{color:#68768a;text-overflow:ellipsis;white-space:nowrap;margin:.15rem 0 0;font-size:.75rem;overflow:hidden}.employer-verification-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:30px;padding:0 .65rem;font-size:.68rem;font-weight:850;display:inline-flex}.employer-verification-badge.is-verified{color:#067647;background:#ecfdf3;border:1px solid #a7e8c1}.employer-verification-badge.is-pending{color:#9a5b12;background:#fff9eb;border:1px solid #f4d39a}.employer-profile-description{background:#f9fbfd;border-radius:11px;margin-top:1rem;padding:.95rem}@media (width<=1180px){.employer-dashboard-shell{grid-template-columns:230px minmax(0,1fr)}.employer-sidebar{max-width:230px}.employer-profile-grid-account,.employer-profile-grid-company{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.employer-dashboard-shell{grid-template-columns:1fr}.employer-sidebar{max-width:none}}@media (width<=680px){.employer-dashboard-page{padding:6.25rem .75rem 2.5rem}.employer-profile-grid-account,.employer-profile-grid-company{grid-template-columns:1fr}.employer-company-profile-summary{grid-template-columns:48px minmax(0,1fr)}.employer-company-profile-logo{width:48px;height:48px}.employer-verification-badge{grid-column:1/-1;justify-self:start}}.employer-form-grid select{color:#344054;width:100%;min-height:46px;font:inherit;appearance:none;background-color:#fbfcfe;background-image:linear-gradient(45deg,#0000 50%,#6b788b 50%),linear-gradient(135deg,#6b788b 50%,#0000 50%),none;background-position:calc(100% - 17px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px),100% 0;background-repeat:no-repeat;background-size:5px 5px,5px 5px,2.5rem 100%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #dce2ea;border-radius:12px;outline:0;padding:.65rem 2.5rem .65rem .75rem;font-size:.82rem}.employer-form-grid select:focus{border-color:#d46132;box-shadow:0 0 0 3px #d461321a}.employer-form-grid select:disabled{cursor:not-allowed;color:#98a2b3;background-color:#f1f4f7}.employer-location-editor{background:#f8fafc;border:1px solid #dce4ed;border-radius:14px;grid-column:1/-1;gap:1rem;padding:1.1rem;display:grid}.employer-location-editor-head{border-bottom:1px solid #e3e9f0;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.85rem;display:flex}.employer-location-editor-head>div>span{color:var(--ed-teal);letter-spacing:.09em;text-transform:uppercase;font-size:.66rem;font-weight:900;display:block}.employer-location-editor-head strong{color:#1d2d43;margin-top:.18rem;font-size:.92rem;display:block}.employer-location-editor-head p{color:#6a778a;margin:.18rem 0 0;font-size:.74rem}.employer-current-location-btn{color:#087f73;background:#eef9f7;border:1px solid #087f7347;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:.45rem;min-height:40px;padding:0 .8rem;font-size:.75rem;font-weight:850;display:inline-flex}.employer-current-location-btn svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:16px;height:16px}.employer-current-location-btn:hover:not(:disabled){color:#fff;background:#087f73;border-color:#087f73}.employer-current-location-btn:disabled{cursor:wait;opacity:.65}.employer-location-selects,.employer-location-coordinates{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.employer-location-address{width:100%}@media (width<=760px){.employer-location-editor-head{flex-direction:column;align-items:stretch}.employer-current-location-btn{align-self:flex-start}.employer-location-selects,.employer-location-coordinates{grid-template-columns:1fr}}.employer-candidate-timeline{flex-direction:column;gap:1.5rem;display:flex}.employer-timeline-item{border-left:2px solid var(--border-color,#e2e8f0);padding-left:1.5rem;position:relative}.employer-timeline-item:before{content:"";background-color:var(--primary-color,#3b82f6);border-radius:50%;width:.75rem;height:.75rem;position:absolute;top:.25rem;left:-.4rem}.employer-timeline-item strong{color:var(--text-color,#1e293b);margin-bottom:.25rem;font-size:1rem;display:block}.employer-timeline-item p{color:var(--text-secondary,#64748b);margin-bottom:.25rem;font-size:.95rem}.employer-timeline-item small{color:var(--text-muted,#94a3b8);margin-bottom:.5rem;font-size:.85rem;display:block}.employer-timeline-desc{white-space:pre-line;color:var(--text-color,#334155)!important;font-size:.9rem!important}.job-card-simple{background:#fff;border:1.5px solid #e8edf5;border-radius:16px;flex-direction:column;gap:.9rem;width:100%;padding:1.35rem 1.4rem 1.15rem;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1),border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0d,0 1px 2px #0f172a08,inset 0 1px #fff}.job-card-simple:before{content:"";opacity:0;background:linear-gradient(90deg,#e6643c,#f59e0b);border-radius:16px 16px 0 0;height:3px;transition:opacity .22s;position:absolute;top:0;left:0;right:0}.job-card-simple:hover{border-color:#c8d5e8;transform:translateY(-3px);box-shadow:0 12px 32px #0f172a1a,0 4px 8px #0f172a0f,inset 0 1px #fff}.job-card-simple:hover:before{opacity:1}.job-card-simple.is-gig{background:linear-gradient(160deg,#fffdf7 0%,#fff 100%);border-color:#f59e0b38}.job-card-simple.is-gig:before{background:linear-gradient(90deg,#f59e0b,#f97316)}.job-card-simple.is-gig:hover{border-color:#f59e0b66}.jc-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.jc-title-wrap{flex-direction:column;gap:.25rem;min-width:0;display:flex}.jc-title{letter-spacing:-.015em;margin:0;font-family:Inter,system-ui,sans-serif;font-size:.98rem;font-weight:800;line-height:1.3}.jc-title a{color:#0f172a;text-decoration:none;transition:color .18s}.jc-title a:hover{color:#e6643c}.jc-company-info{flex-direction:column;gap:.15rem;display:flex}.jc-company{color:#e6643c;letter-spacing:.01em;font-size:.8rem;font-weight:700}.jc-location{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;align-items:center;gap:.2rem;font-size:.76rem;line-height:1.4;display:flex;overflow:hidden}.jc-location:before{content:"📍";flex-shrink:0;font-size:.65rem}.jc-save-btn{cursor:pointer;color:#94a3b8;background:#f8fafc;border:1.5px solid #e8edf5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.42rem;transition:all .18s;display:flex}.jc-save-btn:hover{color:#e6643c;background:#fff7ed;border-color:#fdba74;transform:scale(1.08)}.jc-save-btn.is-saved{color:#e6643c;background:#fff7ed;border-color:#e6643c}.jc-save-btn svg{width:17px;height:17px}.jc-body{flex-direction:column;gap:.5rem;display:flex}.jc-tags{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.jc-salary-tag{color:#15803d;letter-spacing:.01em;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #15803d2e;border-radius:20px;align-items:center;gap:.25rem;padding:.28rem .65rem;font-size:.73rem;font-weight:700;display:flex}.jc-salary-tag svg{flex-shrink:0;width:12px;height:12px}.jc-meta-tag{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:.25rem;padding:.26rem .6rem;font-size:.72rem;font-weight:600;transition:background .15s;display:flex}.jc-meta-tag svg{flex-shrink:0;width:12px;height:12px}.jc-urgent-text{color:#dc2626;background:linear-gradient(135deg,#fff5f5,#fee2e2);border:1px solid #dc262633;border-radius:20px;align-items:center;gap:.3rem;width:fit-content;padding:.2rem .6rem;font-size:.72rem;font-weight:700;animation:2s ease-in-out infinite urgentPulse;display:inline-flex}@keyframes urgentPulse{0%,to{opacity:1}50%{opacity:.75}}.jc-urgent-text:before{content:"🔥";font-size:.8em}.jc-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:.1rem;padding-top:.7rem;display:flex}.jc-posted{color:#94a3b8;align-items:center;gap:.2rem;font-size:.71rem;font-weight:500;display:flex}.jc-posted:before{content:"🕐";font-size:.7rem}.jc-apply-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#e6643c,#c94e27);border:none;border-radius:20px;padding:.44rem 1.25rem;font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 12px #e6643c59}.jc-apply-btn:hover:not(:disabled){background:linear-gradient(135deg,#c94e27,#a33d1e);transform:translateY(-2px);box-shadow:0 6px 18px #e6643c73}.jc-apply-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #e6643c4d}.jc-apply-btn.is-applied,.jc-apply-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.75;letter-spacing:0;background:linear-gradient(135deg,#94a3b8,#64748b);transform:none}.jc-apply-btn.is-applied{opacity:1;background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 2px 8px #16a34a40}.apply-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;animation:.2s overlayFade;display:flex;position:fixed;inset:0}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.apply-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;font-family:Inter,system-ui,sans-serif;animation:.28s cubic-bezier(.22,1,.36,1) modalSlide;overflow:hidden;box-shadow:0 24px 80px #0f172a33,0 8px 24px #0f172a1a}@keyframes modalSlide{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.apply-modal-header{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.6rem 1.6rem 1.25rem;display:flex;position:relative;overflow:hidden}.apply-modal-header:before{content:"";background:#ffffff0d;border-radius:50%;width:140px;height:140px;position:absolute;top:-40px;right:-30px}.apply-modal-header:after{content:"";background:#e6643c26;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;right:80px}.apply-modal-title-wrap{z-index:1;min-width:0;position:relative}.apply-modal-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#99f6e4;margin-bottom:.3rem;font-size:.68rem;font-weight:800;display:inline-block}.apply-modal-title{color:#fff;letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;max-width:360px;margin:0 0 .2rem;font-size:1.2rem;font-weight:800;line-height:1.25;overflow:hidden}.apply-modal-company{color:#ffffffa6;margin:0;font-size:.82rem;font-weight:500}.apply-modal-close{z-index:1;color:#fffc;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .18s;display:flex;position:relative}.apply-modal-close:hover{color:#fff;background:#fff3}.apply-modal-close svg{width:16px;height:16px}.apply-modal-form{flex-direction:column;gap:1.25rem;padding:1.6rem;display:flex}.apply-modal-field{flex-direction:column;gap:.4rem;display:flex}.apply-modal-label{color:#0f172a;letter-spacing:.01em;font-size:.82rem;font-weight:700}.apply-required{color:#e6643c}.apply-optional{color:#94a3b8;font-size:.78rem;font-weight:500}.apply-modal-textarea{color:#0f172a;resize:vertical;box-sizing:border-box;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;min-height:120px;padding:.85rem 1rem;font-family:Inter,system-ui,sans-serif;font-size:.88rem;line-height:1.6;transition:border-color .18s,box-shadow .18s,background .18s}.apply-modal-textarea:focus{background:#fff;border-color:#e6643c;outline:none;box-shadow:0 0 0 3px #e6643c1a}.apply-modal-textarea:disabled{opacity:.6;cursor:not-allowed}.apply-amount-wrapper{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;transition:border-color .18s,box-shadow .18s,background .18s;display:flex;overflow:hidden}.apply-amount-wrapper:focus-within{background:#fff;border-color:#e6643c;box-shadow:0 0 0 3px #e6643c1a}.apply-amount-prefix{color:#64748b;background:#f1f5f9;border-right:1.5px solid #e2e8f0;flex-shrink:0;align-items:center;height:46px;padding:0 .85rem;font-size:.95rem;font-weight:600;display:flex}.apply-modal-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;height:46px;padding:0 1rem;font-family:Inter,system-ui,sans-serif;font-size:.9rem}.apply-modal-input:disabled{opacity:.6;cursor:not-allowed}.apply-modal-hint{color:#94a3b8;font-size:.72rem;font-weight:500}.apply-modal-error{color:#b91c1c;background:#fff5f5;border:1.5px solid #dc262633;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.82rem;font-weight:600;display:flex}.apply-modal-error svg{flex-shrink:0;width:16px;height:16px}.apply-modal-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.apply-modal-cancel{color:#64748b;cursor:pointer;background:0 0;border:1.5px solid #e2e8f0;border-radius:10px;padding:.65rem 1.25rem;font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:600;transition:all .18s}.apply-modal-cancel:hover:not(:disabled){color:#334155;background:#f8fafc;border-color:#94a3b8}.apply-modal-cancel:disabled{opacity:.5;cursor:not-allowed}.apply-modal-submit{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#e6643c,#c94e27);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-family:Inter,system-ui,sans-serif;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #e6643c59}.apply-modal-submit:hover:not(:disabled){background:linear-gradient(135deg,#c94e27,#b33e1a);transform:translateY(-1px);box-shadow:0 6px 20px #e6643c73}.apply-modal-submit:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.apply-spinner{border:2.5px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=560px){.apply-modal{border-radius:16px;max-width:100%}.apply-modal-header{padding:1.25rem 1.25rem 1rem}.apply-modal-form{padding:1.25rem}.apply-modal-title{max-width:240px;font-size:1.05rem}.apply-modal-actions{flex-direction:column-reverse}.apply-modal-cancel,.apply-modal-submit{justify-content:center;width:100%}}:root{--aj-bg:#f0f4f8;--aj-surface:#fff;--aj-surface-2:#f8fafc;--aj-border:#e2e8f0;--aj-border-light:#e2e8f099;--aj-primary:#e6643c;--aj-primary-dark:#c94e27;--aj-primary-light:#fef3ef;--aj-blue:#2563eb;--aj-blue-dark:#1d4ed8;--aj-text-main:#0f172a;--aj-text-secondary:#334155;--aj-text-muted:#64748b;--aj-text-subtle:#94a3b8;--aj-green:#16a34a;--aj-green-bg:#f0fdf4;--aj-red:#dc2626;--aj-shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--aj-shadow-md:0 4px 16px #00000014, 0 2px 6px #0000000a;--aj-shadow-lg:0 12px 40px #0000001a, 0 4px 12px #0000000f;--aj-radius-sm:8px;--aj-radius-md:12px;--aj-radius-lg:16px;--aj-serif:"Inter", system-ui, sans-serif;--sidebar-w:300px}.all-jobs-page{background:var(--aj-bg);min-height:calc(100vh - 80px);color:var(--aj-text-main);font-family:var(--aj-serif);padding-top:80px}.all-jobs-hero{display:none}.all-jobs-content{grid-template-columns:var(--sidebar-w) minmax(0, 1fr);align-items:start;gap:0;max-width:1440px;margin:0 auto;display:grid}.filters-sidebar{background:var(--aj-surface);border-right:1px solid var(--aj-border);scrollbar-width:thin;scrollbar-color:var(--aj-border) transparent;flex-direction:column;height:calc(100vh - 80px);display:flex;position:sticky;top:80px;overflow-y:auto}.filters-sidebar::-webkit-scrollbar{width:4px}.filters-sidebar::-webkit-scrollbar-track{background:0 0}.filters-sidebar::-webkit-scrollbar-thumb{background:var(--aj-border);border-radius:4px}.filters-header-block{background:linear-gradient(135deg, var(--aj-primary) 0%, var(--aj-primary-dark) 100%);color:#fff;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1.75rem 1.5rem;display:flex;position:relative;overflow:hidden}.filters-header-block:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);width:140px;height:140px;position:absolute;top:-40px;right:-30px}.filters-header-block h2{letter-spacing:-.025em;z-index:1;margin:0;font-size:1.5rem;font-weight:800;line-height:1.2;position:relative}.filters-header-block p{display:none}.filters-clear-btn{color:#fff;cursor:pointer;z-index:1;letter-spacing:.01em;white-space:nowrap;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:20px;padding:.3rem .85rem;font-size:.75rem;font-weight:600;transition:all .2s;position:relative}.filters-clear-btn:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80}.filters-clear-btn:disabled{opacity:.4;cursor:not-allowed}.filters-body{flex-direction:column;gap:1.5rem;padding:1.25rem;display:flex}.filter-group h4{color:var(--aj-text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.78rem;font-weight:700}.job-source-switch{background:var(--aj-surface-2);border:1px solid var(--aj-border-light);border-radius:10px;gap:.5rem;padding:.3rem;display:flex}.job-source-switch label{height:36px;color:var(--aj-text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.job-source-switch label:hover{color:var(--aj-text-main);background:#0000000a}.job-source-switch label.is-active{background:linear-gradient(135deg, var(--aj-primary) 0%, var(--aj-primary-dark) 100%);color:#fff;box-shadow:0 4px 12px #e6643c59}.job-source-switch input{display:none}.job-source-switch label svg{flex-shrink:0;width:15px;height:15px}.category-search-wrapper{margin-bottom:.85rem;position:relative}.category-search-wrapper input{background:var(--aj-surface-2);border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-sm);width:100%;color:var(--aj-text-main);font-size:.85rem;font-family:var(--aj-serif);box-sizing:border-box;padding:.65rem .75rem .65rem 2.4rem;transition:border-color .2s}.category-search-wrapper input:focus{border-color:var(--aj-primary);background:#fff;outline:none;box-shadow:0 0 0 3px #e6643c14}.category-search-wrapper svg{color:var(--aj-text-subtle);width:16px;height:16px;position:absolute;top:50%;left:.7rem;transform:translateY(-50%)}.category-pills{flex-wrap:wrap;gap:.4rem;display:flex}.category-pill{background:var(--aj-surface-2);border:1.5px solid var(--aj-border);color:var(--aj-text-secondary);cursor:pointer;font-size:.8rem;font-weight:500;font-family:var(--aj-serif);border-radius:20px;align-items:center;gap:.35rem;padding:.35rem .7rem;transition:all .18s;display:flex}.category-pill:hover{border-color:var(--aj-primary);color:var(--aj-primary);background:var(--aj-primary-light)}.category-pill.is-active{border-color:var(--aj-primary);background:var(--aj-primary-light);color:var(--aj-primary-dark);font-weight:600}.more-categories-btn{color:var(--aj-blue);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--aj-serif);background:0 0;border:none;margin-top:.5rem;padding:0;transition:color .2s}.more-categories-btn:hover{color:var(--aj-blue-dark);text-decoration:underline}.filter-select{background:var(--aj-surface-2);border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-sm);width:100%;color:var(--aj-text-main);font-size:.85rem;font-family:var(--aj-serif);appearance:none;cursor:pointer;box-sizing:border-box;padding:.65rem .75rem;transition:border-color .2s}.filter-select:focus{border-color:var(--aj-primary);outline:none;box-shadow:0 0 0 3px #e6643c14}.filter-select option{background:var(--aj-surface);color:var(--aj-text-main)}.pay-slider-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.pay-slider-header h4{margin:0}.pay-value{color:var(--aj-primary);background:var(--aj-primary-light);border:1px solid #e6643c33;border-radius:20px;padding:.2rem .5rem;font-size:.9rem;font-weight:700}.pay-slider{width:100%;accent-color:var(--aj-primary);height:4px}.location-card{border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-md);background:var(--aj-surface-2);flex-direction:column;gap:.85rem;padding:1rem 1.1rem;display:flex}.location-card-header{align-items:flex-start;gap:.65rem;display:flex}.location-icon-wrapper{background:var(--aj-primary-light);width:36px;height:36px;color:var(--aj-primary);border:1px solid #e6643c26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.location-icon-wrapper svg{width:18px;height:18px}.location-info{flex:1}.location-info h5{color:var(--aj-text-main);margin:0 0 .15rem;font-size:.9rem;font-weight:600}.location-info p{color:var(--aj-text-muted);margin:0;font-size:.78rem}.location-change-btn{border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-sm);color:var(--aj-text-secondary);cursor:pointer;font-size:.72rem;font-weight:600;font-family:var(--aj-serif);background:0 0;padding:.3rem .6rem;transition:all .2s}.location-change-btn:hover{border-color:var(--aj-primary);color:var(--aj-primary)}.radius-pills{grid-template-columns:repeat(4,1fr);gap:.4rem;display:grid}.radius-pill{border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-sm);color:var(--aj-text-muted);cursor:pointer;text-align:center;font-size:.78rem;font-weight:600;font-family:var(--aj-serif);background:#fff;padding:.45rem 0;transition:all .18s}.radius-pill:hover{border-color:var(--aj-primary);color:var(--aj-primary);background:var(--aj-primary-light)}.radius-pill.is-active{background:var(--aj-primary);border-color:var(--aj-primary);color:#fff}.apply-filters-btn{background:linear-gradient(135deg, var(--aj-primary) 0%, var(--aj-primary-dark) 100%);border-radius:var(--aj-radius-sm);color:#fff;cursor:pointer;width:100%;font-size:.92rem;font-weight:700;font-family:var(--aj-serif);letter-spacing:.01em;border:none;margin-top:.5rem;padding:.9rem;transition:all .2s;box-shadow:0 4px 14px #e6643c59}.apply-filters-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e6643c73}.apply-filters-btn:active{transform:translateY(0)}.filter-select-react .react-select__control{background:var(--aj-surface-2);min-height:44px;font-family:var(--aj-serif);font-size:.85rem;border:1.5px solid var(--aj-border)!important;border-radius:var(--aj-radius-sm)!important;box-shadow:none!important}.filter-select-react .react-select__control--is-focused{border-color:var(--aj-primary)!important;box-shadow:0 0 0 3px #e6643c14!important}.filter-select-react .react-select__single-value{color:var(--aj-text-main)}.filter-select-react .react-select__menu{background:var(--aj-surface);border:1px solid var(--aj-border);border-radius:var(--aj-radius-sm);box-shadow:var(--aj-shadow-md)}.filter-select-react .react-select__option{color:var(--aj-text-main);background:0 0;font-size:.85rem}.filter-select-react .react-select__option--is-selected{background:var(--aj-primary);color:#fff}.jobs-list-main{min-width:0;padding:2rem 2rem 3rem}.filter-group{border-bottom:1px solid var(--aj-border-light);padding-bottom:1.1rem}.filter-group:last-child{border-bottom:none;padding-bottom:0}.filter-group h4{color:var(--aj-text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.45rem;margin-bottom:.85rem;font-size:.7rem;font-weight:800;display:flex}.filter-group h4:before{content:"";background:var(--aj-primary);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.jobs-toolbar{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.jobs-toolbar p{color:var(--aj-text-muted);letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:500}.jobs-toolbar h2{color:var(--aj-text-main);letter-spacing:-.03em;margin:0;font-size:2rem;font-weight:800;line-height:1.15}.active-filters{flex-wrap:wrap;gap:.45rem;margin-bottom:1rem;display:flex}.active-filter-tag{background:var(--aj-primary-light);border:1.5px solid #e6643c38;border-radius:20px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.76rem;font-weight:600;transition:border-color .15s;display:inline-flex}.active-filter-tag span{color:var(--aj-primary-dark);font-weight:700}.active-filter-tag button{color:#e6643c80;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.active-filter-tag button:hover{color:var(--aj-red)}.active-filter-tag button svg{width:12px;height:12px}.posted-within-pills{grid-template-columns:repeat(2,1fr);gap:.45rem;display:grid}.posted-within-pill{border:1.5px solid var(--aj-border);background:var(--aj-surface-2);color:var(--aj-text-secondary);font-size:.75rem;font-weight:600;font-family:var(--aj-serif);cursor:pointer;text-align:center;white-space:nowrap;border-radius:8px;padding:.42rem .5rem;line-height:1.2;transition:all .18s}.posted-within-pill:hover{border-color:var(--aj-primary);color:var(--aj-primary);background:var(--aj-primary-light)}.posted-within-pill.is-active{background:linear-gradient(135deg, var(--aj-primary), var(--aj-primary-dark));border-color:var(--aj-primary-dark);color:#fff;box-shadow:0 3px 10px #e6643c4d}.posted-within-pill:first-child{grid-column:1/-1}.job-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;display:grid}.jobs-error-message,.jobs-loading-message,.no-jobs-message{border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-lg);background:var(--aj-surface);color:var(--aj-text-muted);text-align:center;box-shadow:var(--aj-shadow-sm);grid-column:1/-1;padding:2.5rem 1.5rem;font-size:.95rem}.jobs-error-message{color:#b91c1c;background:#fff5f5;border-color:#fecaca}.pagination{justify-content:center;align-items:center;gap:.4rem;margin-top:3rem;display:flex}.page-btn{border:1.5px solid var(--aj-border);border-radius:var(--aj-radius-sm);background:var(--aj-surface);width:40px;height:40px;color:var(--aj-text-secondary);cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--aj-serif);box-shadow:var(--aj-shadow-sm);justify-content:center;align-items:center;transition:all .18s;display:flex}.page-btn:hover:not(:disabled){border-color:var(--aj-primary);color:var(--aj-primary);background:var(--aj-primary-light);box-shadow:var(--aj-shadow-md);transform:translateY(-1px)}.page-btn.active{background:linear-gradient(135deg, var(--aj-primary), var(--aj-primary-dark));color:#fff;border-color:var(--aj-primary);box-shadow:0 4px 12px #e6643c59}.page-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}@media (width<=1080px){.all-jobs-content{grid-template-columns:1fr}.filters-sidebar{border-right:none;border-bottom:1px solid var(--aj-border);height:auto;position:static}}@media (width<=760px){.job-grid{grid-template-columns:1fr}.jobs-list-main{padding:1.25rem 1rem 2rem}}.filter-select-react{margin-bottom:.6rem}.filter-select-react:last-of-type{margin-bottom:0}.filter-select-react .react-select__control{background:var(--aj-surface-2);font-family:var(--aj-serif);cursor:pointer;font-size:.85rem;transition:border-color .18s,box-shadow .18s,background .18s;border:1.5px solid var(--aj-border)!important;min-height:44px!important;box-shadow:none!important;border-radius:10px!important}.filter-select-react .react-select__control:hover{background:#fff;border-color:#b0bec5!important}.filter-select-react .react-select__control--is-focused{border-color:var(--aj-primary)!important;background:#fff!important;box-shadow:0 0 0 3px #e6643c1a!important}.filter-select-react .react-select__control--is-disabled{opacity:.65;cursor:not-allowed;background:#f1f5f9!important;border-color:#e2e8f0!important}.filter-select-react .react-select__placeholder{color:var(--aj-text-subtle);font-size:.84rem;font-weight:400}.filter-select-react .react-select__single-value{color:var(--aj-text-main);font-size:.85rem;font-weight:500}.filter-select-react .react-select__input-container{color:var(--aj-text-main);font-size:.85rem}.filter-select-react .react-select__indicator-separator{background-color:var(--aj-border)}.filter-select-react .react-select__dropdown-indicator{color:var(--aj-text-subtle);padding:6px 10px;transition:color .18s}.filter-select-react .react-select__control:hover .react-select__dropdown-indicator,.filter-select-react .react-select__control--is-focused .react-select__dropdown-indicator{color:var(--aj-primary)}.filter-select-react .react-select__clear-indicator{color:var(--aj-text-subtle);padding:6px 4px;transition:color .18s}.filter-select-react .react-select__clear-indicator:hover{color:var(--aj-red)}.filter-select-react .react-select__menu{border:1.5px solid var(--aj-border);z-index:100;font-family:var(--aj-serif);background:#fff;margin-top:4px;overflow:hidden;box-shadow:0 8px 24px #0f172a1a,0 2px 6px #0f172a0d;border-radius:10px!important}.filter-select-react .react-select__menu-list{max-height:220px;padding:6px}.filter-select-react .react-select__option{color:var(--aj-text-secondary);cursor:pointer;background:0 0;border-radius:7px;padding:.5rem .75rem;font-size:.84rem;font-weight:500;transition:background .15s,color .15s}.filter-select-react .react-select__option--is-focused{background:var(--aj-primary-light);color:var(--aj-primary-dark)}.filter-select-react .react-select__option--is-selected{background:linear-gradient(135deg, var(--aj-primary), var(--aj-primary-dark));color:#fff;font-weight:600}.filter-select-react .react-select__option--is-selected:hover{background:var(--aj-primary-dark)}.filter-select-react .react-select__menu-notice{color:var(--aj-text-muted);padding:.75rem;font-size:.82rem}.filter-group h4{align-items:center;gap:.4rem;display:flex}.filter-group .filter-select-react+.filter-select-react{position:relative}.filter-group .filter-select-react+.filter-select-react:before{content:"";background:var(--aj-border-light);height:1px;margin-bottom:.6rem;display:block}.filter-select-react .react-select__loading-indicator{color:var(--aj-primary)}.filter-select-react .react-select__value-container{padding:2px 10px}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._createJobPage_19u2z_1{color:#172033}._pageHero_19u2z_9{isolation:isolate;background:linear-gradient(112deg,#fffffffa,#fcf8f6f5);border:1px solid #dae2ec;border-radius:22px;justify-content:space-between;align-items:center;gap:1.25rem;min-height:132px;margin-bottom:1.15rem;padding:1.5rem 1.65rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 52px -38px #0f172a7a}._pageHero_19u2z_9:after{content:"";z-index:-1;border:35px solid #c9572b0e;border-radius:50%;width:235px;height:235px;position:absolute;top:-75px;right:-45px}._kicker_19u2z_69,._railEyebrow_19u2z_71{color:#087f73;letter-spacing:.13em;text-transform:uppercase;margin:0 0 .35rem;font-size:.7rem;font-weight:900;display:block}._pageHero_19u2z_9 h1{color:#101828;letter-spacing:-.04em;margin:0;font-size:clamp(1.9rem,3vw,2.65rem);line-height:1.08}._pageHero_19u2z_9 p{color:#5d6b82;max-width:720px;margin:.55rem 0 0;font-size:.96rem;line-height:1.6}._heroActions_19u2z_123{flex:none;align-items:center;gap:.75rem;display:flex}._createJobLayout_19u2z_137{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:1.35rem;display:grid}._createJobForm_19u2z_151{gap:1.15rem;min-width:0;display:grid}._formCard_19u2z_163,._railCard_19u2z_165,._createActions_19u2z_167{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 20px 52px -40px #0f172a85}._formCard_19u2z_163{padding:1.4rem}._sectionHead_19u2z_189{border-bottom:1px solid #eef2f7;align-items:flex-start;gap:.9rem;margin-bottom:1.1rem;padding-bottom:1rem;display:flex}._sectionHead_19u2z_189>span{color:#b4431f;background:#fff4ee;border:1px solid #ffd8c8;border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;height:42px;font-size:.82rem;font-weight:900;display:inline-flex}._sectionHead_19u2z_189 h2{color:#111827;letter-spacing:-.01em;margin:0;font-size:1.14rem;line-height:1.25}._sectionHead_19u2z_189 p{color:#64748b;margin:.25rem 0 0;font-size:.88rem;line-height:1.55}._formGrid_19u2z_265{gap:.9rem 1rem;display:grid}._formGridTwo_19u2z_275{grid-template-columns:repeat(2,minmax(0,1fr))}._formGridThree_19u2z_283{grid-template-columns:repeat(3,minmax(0,1fr))}._isFull_19u2z_291{grid-column:1/-1}._createJobPage_19u2z_1 label{color:#101828;flex-direction:column;gap:.42rem;min-width:0;font-size:.88rem;font-weight:800;display:flex}._createJobPage_19u2z_1 label>span{line-height:1.25}._createJobPage_19u2z_1 input,._createJobPage_19u2z_1 select,._createJobPage_19u2z_1 textarea{color:#111827;font:inherit;background:#fbfcfe;border:1px solid #d7dee9;border-radius:12px;width:100%;min-height:46px;padding:.72rem .85rem;font-size:.94rem;font-weight:650;transition:background .16s,border-color .16s,box-shadow .16s}._createJobPage_19u2z_1 select{appearance:auto}._createJobPage_19u2z_1 textarea{resize:vertical;min-height:132px;line-height:1.5}._createJobPage_19u2z_1 input::placeholder,._createJobPage_19u2z_1 textarea::placeholder{color:#8a97aa;font-weight:600}._createJobPage_19u2z_1 input:focus,._createJobPage_19u2z_1 select:focus,._createJobPage_19u2z_1 textarea:focus{background:#fff;border-color:#0d9488;outline:none;box-shadow:0 0 0 3px #0d948824}._createJobPage_19u2z_1 input:disabled,._createJobPage_19u2z_1 select:disabled,._createJobPage_19u2z_1 textarea:disabled{color:#98a2b3;cursor:not-allowed;background:#edf1f6}._createJobPage_19u2z_1 small{color:#667085;font-size:.78rem;font-weight:650;line-height:1.4}._inputSuffix_19u2z_439{align-items:center;display:flex;position:relative}._inputSuffix_19u2z_439 input{padding-right:4.6rem}._inputSuffix_19u2z_439 span{color:#64748b;pointer-events:none;font-size:.82rem;font-weight:800;position:absolute;right:.85rem}._skillPicker_19u2z_477{border-top:1px solid #eef2f7;flex-wrap:wrap;gap:.55rem;margin-top:1rem;padding-top:1rem;display:flex}._skillPicker_19u2z_477 button{color:#475467;cursor:pointer;font:inherit;background:#f8fafc;border:1px solid #dfe6f0;border-radius:999px;min-height:34px;padding:.38rem .72rem;font-size:.8rem;font-weight:850;transition:background .16s,border-color .16s,color .16s}._skillPicker_19u2z_477 button:hover,._skillPicker_19u2z_477 ._isSelected_19u2z_525{color:#087f73;background:#e8f7f5;border-color:#9bd8d1}._settingGrid_19u2z_537{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}._settingCard_19u2z_551{cursor:pointer;background:#fbfcfe;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:auto minmax(0,1fr);padding:.9rem;gap:.75rem!important;display:grid!important}._settingCard_19u2z_551 input{accent-color:#c9572b;width:18px;height:18px;min-height:0;margin-top:.15rem;padding:0}._settingCard_19u2z_551 strong{color:#1f2937;font-size:.9rem;line-height:1.3;display:block}._settingCard_19u2z_551 small{margin-top:.2rem;display:block}._createActions_19u2z_167{z-index:2;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.85rem;padding:1.05rem 1.15rem;display:grid;position:sticky;bottom:1rem}._createActions_19u2z_167 strong{color:#101828;font-size:.96rem;line-height:1.3;display:block}._createActions_19u2z_167 span{color:#667085;margin-top:.15rem;font-size:.84rem;display:block}._btnPrimary_19u2z_665,._btnSecondary_19u2z_667{cursor:pointer;font:inherit;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:.7rem 1rem;font-size:.86rem;font-weight:900;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}._btnPrimary_19u2z_665{color:#fff;background:linear-gradient(135deg,#d46132,#bf4b21);border:0;box-shadow:0 14px 26px -18px #be4b21f2}._btnPrimary_19u2z_665:hover{transform:translateY(-1px);box-shadow:0 18px 32px -20px #be4b21f2}._btnPrimary_19u2z_665:disabled{cursor:wait;opacity:.72;transform:none}._btnSecondary_19u2z_667{color:#344054;background:#fff;border:1px solid #d9e0ea}._btnSecondary_19u2z_667:hover{background:#f8fafc;border-color:#c8d2df}._publishRail_19u2z_755{gap:1rem;display:grid;position:sticky;top:6.25rem}._railCard_19u2z_165{padding:1.15rem}._railCard_19u2z_165 strong{color:#101828;letter-spacing:-.04em;font-size:2rem;line-height:1;display:block}._railCard_19u2z_165 p{color:#667085;margin:.75rem 0 0;font-size:.84rem;line-height:1.55}._railCard_19u2z_165 h3{color:#101828;overflow-wrap:anywhere;margin:.5rem 0 0;font-size:1rem;line-height:1.35}._progressTrack_19u2z_823{background:#eef2f7;border-radius:999px;height:9px;margin-top:.9rem;overflow:hidden}._progressTrack_19u2z_823 span{background:linear-gradient(90deg,#0d9488,#d46132);height:100%;transition:width .18s;display:block}._checkList_19u2z_853{gap:.55rem;margin:.7rem 0 0;padding:0;list-style:none;display:grid}._checkList_19u2z_853 li{color:#667085;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:.55rem;font-size:.86rem;font-weight:800;display:grid}._checkList_19u2z_853 li:before{color:#0000;content:"";background:#f1f5f9;border:1px solid #d8e0eb;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:900;display:inline-flex}._checkList_19u2z_853 ._done_19u2z_919{color:#087f73}._checkList_19u2z_853 ._done_19u2z_919:before{color:#087f73;content:"OK";background:#dcf7f2;border-color:#8bd6cb;font-size:.55rem}@media (width<=1180px){._createJobLayout_19u2z_137{grid-template-columns:minmax(0,1fr)}._publishRail_19u2z_755{grid-template-columns:repeat(3,minmax(0,1fr));position:static}}@media (width<=760px){._pageHero_19u2z_9,._createActions_19u2z_167{grid-template-columns:1fr;align-items:stretch}._pageHero_19u2z_9{flex-direction:column}._heroActions_19u2z_123{justify-content:space-between}._formGridTwo_19u2z_275,._formGridThree_19u2z_283,._settingGrid_19u2z_537,._publishRail_19u2z_755{grid-template-columns:1fr}._formCard_19u2z_163{padding:1rem}._sectionHead_19u2z_189{gap:.7rem}._createActions_19u2z_167{position:static}}._requirementsBlock_19u2z_1037{flex-direction:column;gap:.5rem;display:flex}._requirementsLabel_19u2z_1049{color:#101828;font-size:.88rem;font-weight:800}._requirementRow_19u2z_1061{align-items:center;gap:.5rem;display:flex}._requirementRow_19u2z_1061 input{flex:1}._reqRemoveBtn_19u2z_1081{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;font-weight:700;transition:background .16s,border-color .16s;display:inline-flex}._reqRemoveBtn_19u2z_1081:hover{background:#fee2e2;border-color:#f87171}._reqAddBtn_19u2z_1125{color:#0d9488;cursor:pointer;font:inherit;background:#f0fdfa;border:1px dashed #5eead4;border-radius:10px;align-self:flex-start;min-height:38px;padding:.5rem 1rem;font-size:.84rem;font-weight:800;transition:background .16s,border-color .16s}._reqAddBtn_19u2z_1125:hover{background:#ccfbf1;border-color:#2dd4bf}._locationManualBlock_19u2z_1167{border-top:1px solid #eef2f7;margin-top:1rem;padding-top:1rem}._locationManualHeader_19u2z_1179{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}._locationManualTitle_19u2z_1195{color:#101828;font-size:.92rem;font-weight:800}._useCurrentBtn_19u2z_1207{color:#fff;cursor:pointer;font:inherit;white-space:nowrap;background:linear-gradient(135deg,#0d9488,#0f766e);border:none;border-radius:10px;align-items:center;gap:.4rem;min-height:38px;padding:.5rem 1rem;font-size:.82rem;font-weight:800;transition:background .16s,box-shadow .16s,transform .16s;display:inline-flex;box-shadow:0 8px 18px -12px #0d948899}._useCurrentBtn_19u2z_1207:hover{transform:translateY(-1px);box-shadow:0 12px 22px -14px #0d9488b3}._useCurrentBtn_19u2z_1207:disabled{cursor:wait;opacity:.7;transform:none}._quillContainer_19u2z_1267{margin-top:.5rem}._quillContainer_19u2z_1267 .ql-container{min-height:200px;font-family:inherit;font-size:1rem}.job-detail-page{background-color:#f9fafb;min-height:calc(100vh - 200px);padding-top:80px;font-family:Inter,system-ui,sans-serif}.job-hero-section{background:#fff;border-bottom:1px solid #e5e7eb;padding:3rem 0;box-shadow:0 1px 3px #00000005}.back-link{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:#2563eb}.job-hero-main{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.job-hero-info{flex:1;min-width:0}.job-type-pill{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.job-title{color:#111827;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2}.job-company{color:#4b5563;margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.job-meta{color:#6b7280;flex-wrap:wrap;gap:1.5rem;font-size:.95rem;font-weight:500;display:flex}.job-highlights{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.job-highlights span,.job-skill-list span{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;box-shadow:0 1px 2px #0000000d}.job-hero-action{text-align:right;flex-shrink:0;min-width:200px}.btn-large{color:#fff;cursor:pointer;background-color:#e6643c;border:none;border-radius:8px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:background-color .2s,transform .1s;box-shadow:0 4px 6px -1px #e6643c33,0 2px 4px -1px #e6643c1a}.btn-large:hover:not(:disabled){background-color:#d8542c;transform:translateY(-1px)}.btn-large:disabled,.company-card button:disabled{cursor:not-allowed;box-shadow:none;background-color:#9ca3af;transform:none}.apply-message{color:#4b5563;margin-top:.75rem;font-size:.9rem;line-height:1.5}.job-detail-body{grid-template-columns:minmax(0,2fr) minmax(20rem,1fr);gap:2.5rem;max-width:1200px;margin:0 auto;padding:3rem 0;display:grid}.job-main-content{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:3rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.job-main-content h2{color:#111827;letter-spacing:-.01em;border-bottom:1px solid #f3f4f6;margin-top:2.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}.job-main-content h2:first-child{margin-top:0}.rich-description{color:#374151;font-size:1.05rem;line-height:1.8}.rich-description p{margin-bottom:1.25rem}.rich-description ul,.rich-description ol{margin-bottom:1.25rem;padding-left:1.5rem}.rich-description li{margin-bottom:.5rem}.rich-description strong,.rich-description b{color:#111827;font-weight:600}.rich-description h1,.rich-description h2,.rich-description h3,.rich-description h4{color:#111827;margin-top:2rem;margin-bottom:1rem;font-weight:700}.job-main-content>p,.job-main-content>ul{color:#374151;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.job-main-content>ul{padding-left:1.5rem}.job-main-content>ul li{margin-bottom:.5rem}.job-skill-list{flex-wrap:wrap;gap:.75rem;display:flex}.job-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.job-detail-fact{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.job-detail-fact span{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.job-detail-fact strong{color:#111827;font-size:1rem;font-weight:600}.job-sidebar{min-width:0}.company-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;margin-bottom:1.5rem;padding:2rem;position:sticky;top:100px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.company-card h3{color:#111827;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.company-card p{color:#4b5563;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.company-card button,.company-link{text-align:center;color:#374151;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:.8rem;font-weight:600;text-decoration:none;transition:background-color .2s;display:inline-flex}.company-link:hover{background-color:#e5e7eb}.company-facts{gap:.8rem;margin-bottom:1.5rem;display:grid}.company-facts span{color:#4b5563;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.company-facts span:before{content:"•";color:#d1d5db}.job-detail-state{padding:4rem 1.5rem}.job-detail-loader,.job-detail-empty{color:#6b7280;text-align:center;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 1px 3px #0000001a}.job-detail-empty h1{color:#111827;margin-bottom:1rem}@media (width<=992px){.job-detail-body{grid-template-columns:1fr;padding:2rem 1rem}.company-card{position:static}}@media (width<=768px){.job-hero-main{flex-direction:column;gap:1.5rem}.job-hero-action{text-align:left;width:100%}.job-hero-action button{width:100%}.job-detail-grid{grid-template-columns:1fr}.job-main-content{padding:1.5rem}}.about-page{background:#f8fafc;min-height:100vh;font-family:Inter,system-ui,sans-serif}.about-hero{text-align:center;background:radial-gradient(80% 60% at 50% 0,#0e74901f 0%,#0000 70%),radial-gradient(50% 40% at 90% 80%,#e6643c14 0%,#0000 60%),linear-gradient(#edf2f7 0%,#f8fafc 100%);padding:8rem 1.5rem 6rem;position:relative;overflow:hidden}.about-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#0e749012,#0000 70%);width:600px;height:600px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.about-eyebrow{color:#0e7490;letter-spacing:.1em;text-transform:uppercase;background:#0e749014;border:1px solid #0e74902e;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.about-eyebrow:before{content:"";background:#0e7490;border-radius:50%;flex-shrink:0;width:7px;height:7px}.about-hero h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:900;line-height:1.1}.about-hero h1 span{background:linear-gradient(135deg,#e6643c,#0e7490);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-hero-subtitle{color:#475569;max-width:520px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.about-hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;display:flex}.about-hero-stat{text-align:center}.about-hero-stat strong{color:#0f172a;letter-spacing:-.03em;font-size:2rem;font-weight:900;line-height:1;display:block}.about-hero-stat span{color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-top:.35rem;font-size:.8rem;font-weight:600;display:block}.about-body{flex-direction:column;gap:4rem;max-width:1100px;margin:0 auto;padding:4rem 1.5rem 6rem;display:flex}.about-mv-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.about-mv-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:2.5rem;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0f172a0f,0 1px 4px #0f172a0a}.about-mv-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0f172a1a,0 4px 10px #0f172a0f}.about-mv-card:before{content:"";border-radius:20px 20px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.about-mv-card.mission:before{background:linear-gradient(90deg,#e6643c,#f97316)}.about-mv-card.vision:before{background:linear-gradient(90deg,#0e7490,#0d9488)}.about-mv-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.about-mv-card.mission .about-mv-icon{color:#e6643c;background:linear-gradient(135deg,#e6643c1a,#f9731626)}.about-mv-card.vision .about-mv-icon{color:#0e7490;background:linear-gradient(135deg,#0e74901a,#0d948826)}.about-mv-card h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:.85rem;font-size:1.35rem;font-weight:800}.about-mv-card p{color:#475569;font-size:.95rem;line-height:1.75}.about-section-label{text-align:center;margin-bottom:2.5rem}.about-section-label h2{color:#0f172a;letter-spacing:-.025em;margin-bottom:.6rem;font-size:2rem;font-weight:900}.about-section-label p{color:#64748b;max-width:480px;margin:0 auto;font-size:1rem;line-height:1.65}.about-features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.about-feature-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:2rem 1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;box-shadow:0 2px 12px #0f172a0d}.about-feature-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 10px 32px #0f172a1a}.about-feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.1rem;font-size:1.3rem;display:flex}.about-feature-card:first-child .about-feature-icon{color:#e6643c;background:linear-gradient(135deg,#fef3ef,#ffe4d9)}.about-feature-card:nth-child(2) .about-feature-icon{color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.about-feature-card:nth-child(3) .about-feature-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.about-feature-card h3{color:#0f172a;letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.05rem;font-weight:800}.about-feature-card p{color:#64748b;font-size:.9rem;line-height:1.65}.about-cta{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 60%,#0e7490 100%);border-radius:24px;padding:3.5rem 2.5rem;position:relative;overflow:hidden}.about-cta:before{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.about-cta:after{content:"";pointer-events:none;background:#e6643c1f;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;left:-40px}.about-cta h2{color:#fff;letter-spacing:-.025em;margin-bottom:.75rem;font-size:1.9rem;font-weight:900}.about-cta p{color:#ffffffad;max-width:440px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.65}.about-cta-actions{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.about-cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e6643c,#c94e27);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 6px 20px #e6643c66}.about-cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #e6643c80}.about-cta-secondary{color:#fff;cursor:pointer;background:#ffffff14;border:1.5px solid #ffffff2e;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .18s;display:inline-flex}.about-cta-secondary:hover{background:#ffffff24}@media (width<=860px){.about-mv-grid{grid-template-columns:1fr}.about-features-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.about-features-grid{grid-template-columns:1fr}.about-hero-stats{gap:2rem}.about-cta{padding:2.5rem 1.5rem}}.static-page-wrapper{background-color:var(--bg-color);min-height:calc(100vh - 300px);padding:6rem 0}.static-page-header{text-align:center;margin-bottom:4rem}.static-page-title{margin-bottom:1rem;font-size:3rem}.static-page-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.125rem}.static-content-card{border-radius:var(--radius-lg);max-width:800px;margin:0 auto;padding:3rem}.static-content-card h2{color:var(--text-main);margin-top:2rem;margin-bottom:1rem;font-size:1.75rem}.static-content-card h2:first-child{margin-top:0}.static-content-card h3{color:var(--text-main);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem}.static-content-card p{color:var(--text-muted);margin-bottom:1.25rem;line-height:1.7}.static-content-card ul{color:var(--text-muted);margin-bottom:1.5rem;padding-left:1.5rem;line-height:1.7}.static-content-card li{margin-bottom:.5rem}.location-picker{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1.5px solid #e2e8f0cc;border-radius:20px;width:calc(100% - 3rem);max-width:680px;margin:9rem auto 4rem;padding:3rem 2.5rem;box-shadow:0 10px 30px -10px #0f172a1a,0 1px 3px #0f172a0d,inset 0 1px #ffffffe6}.location-picker .section-title{text-align:center;color:#0f172a;letter-spacing:-.02em;margin-bottom:.5rem;font-family:Inter,system-ui,sans-serif;font-size:2.2rem;font-weight:800}.location-picker .location-helper{color:#64748b;text-align:center;margin-bottom:2.5rem;font-size:1rem;font-weight:500}.location-picker form{flex-direction:column;gap:1.5rem;display:flex}.location-picker .select-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.location-picker .select-label{color:#475569;text-transform:uppercase;letter-spacing:.08em;flex-direction:column;min-width:0;font-size:.75rem;font-weight:700;display:flex}.location-picker .styled-select{color:#1e293b;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;min-width:0;margin-top:.5rem;padding:.75rem .85rem;font-family:Inter,system-ui,sans-serif;font-size:.88rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0f172a05}.location-picker .styled-select:focus{background:#fff;border-color:#e6643c;box-shadow:0 0 0 3px #e6643c1f}.location-picker .styled-select:disabled{color:#94a3b8;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0}.location-picker .location-actions{justify-content:center;margin-top:1rem;display:flex}.location-picker .btn-primary,.location-picker .employer-primary-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e6643c,#c94e27);border:none;border-radius:10px;justify-content:center;align-items:center;min-height:46px;padding:.5rem 1.5rem;font-family:Inter,system-ui,sans-serif;font-size:.92rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #e6643c59}.location-picker .btn-primary:hover:not(:disabled),.location-picker .employer-primary-btn:hover:not(:disabled){background:linear-gradient(135deg,#c94e27,#a33d1e);transform:translateY(-1px);box-shadow:0 6px 20px #e6643c73}.location-picker .btn-primary:active:not(:disabled),.location-picker .employer-primary-btn:active:not(:disabled){transform:translateY(0)}.location-picker .btn-primary:disabled,.location-picker .employer-primary-btn:disabled{cursor:not-allowed;box-shadow:none;opacity:.8;background:linear-gradient(135deg,#cbd5e1,#94a3b8);transform:none}.location-picker .search-by-name{align-items:flex-end;gap:.75rem;display:flex}.location-picker .search-by-name .styled-select{flex:1;margin-top:0}.location-picker .search-by-name .employer-primary-btn{white-space:nowrap;height:44px;min-height:auto}@media (width<=640px){.location-picker{width:calc(100% - 2rem);margin-top:7.5rem;padding:2rem 1.5rem}.location-picker .section-title{font-size:1.8rem}.location-picker .select-group{grid-template-columns:1fr;gap:1rem}.location-picker .search-by-name{flex-direction:column;align-items:stretch}}.brand-page{color:#10212f;background:#f7faf9;min-height:100vh}.brand-container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}.brand-hero{isolation:isolate;background-position:50%;background-size:cover;align-items:center;min-height:640px;display:flex;position:relative}.brand-hero-shade{z-index:-1;background:linear-gradient(90deg,#0b202ae6 0%,#0b202aad 42%,#0b202a2e 78%),#12262f24;position:absolute;inset:0}.brand-hero-content{color:#fff;width:min(720px,100% - 3rem);margin-left:max(1.5rem,50vw - 590px);padding:5rem 0 4.25rem}.brand-eyebrow,.brand-section-label,.brand-state-kicker{color:#14766d;letter-spacing:0;text-transform:uppercase;background:#1f9a8b24;border-radius:999px;align-items:center;min-height:1.9rem;padding:.3rem .7rem;font-size:.78rem;font-weight:800;display:inline-flex}.brand-eyebrow{color:#d7fffa;background:#ffffff29}.brand-hero h1{color:#fff;letter-spacing:0;max-width:680px;margin:1.2rem 0 1rem;font-size:4.75rem;line-height:1.02}.brand-hero p{color:#ffffffe0;max-width:620px;font-size:1.2rem;line-height:1.75}.brand-highlight-row{flex-wrap:wrap;gap:.65rem;max-width:680px;margin-top:1.7rem;display:flex}.brand-highlight-row span{color:#fff;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;padding:.52rem .78rem;font-size:.9rem;font-weight:700}.brand-hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:2rem;display:flex}.brand-primary-link,.brand-secondary-link,.brand-state-link{border-radius:8px;justify-content:center;align-items:center;min-height:2.9rem;padding:.78rem 1.05rem;font-weight:800;display:inline-flex}.brand-primary-link{color:#fff;background:#eb6d4a;box-shadow:0 12px 30px #eb6d4a47}.brand-secondary-link{color:#fff;border:1px solid #ffffff5c}.brand-overview-band,.brand-final-band{background:#fff}.brand-overview-grid{grid-template-columns:minmax(220px,.65fr) minmax(0,1fr);gap:3rem;padding-top:4.5rem;padding-bottom:4.5rem;display:grid}.brand-overview-grid h2,.brand-section-heading h2,.brand-panel h2,.brand-note h2,.brand-related h2{color:#10212f;letter-spacing:0;margin:.9rem 0 0;font-size:2.35rem;line-height:1.14}.brand-copy p,.brand-note p{color:#52636f;font-size:1rem;line-height:1.82}.brand-copy p+p,.brand-note p+p{margin-top:1rem}.brand-section{padding:5rem 0}.brand-section-soft{background:#eef7f4}.brand-section-heading{max-width:700px;margin-bottom:2rem}.brand-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.brand-service-card{background:#fff;border:1px solid #dce8e6;border-radius:8px;min-height:228px;padding:1.35rem;box-shadow:0 12px 28px #10212f0f}.brand-card-code{color:#137a71;background:#eaf7f5;border-radius:8px;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;font-size:.82rem;font-weight:900;display:inline-flex}.brand-service-card h3{color:#10212f;letter-spacing:0;margin:1rem 0 .65rem;font-size:1.18rem;line-height:1.35}.brand-service-card p{color:#5f6f79;line-height:1.7}.brand-two-column,.brand-final-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.brand-panel,.brand-note,.brand-related,.brand-state-panel{background:#fff;border:1px solid #d8e8e4;border-radius:8px;padding:2rem;box-shadow:0 16px 34px #10212f12}.brand-panel-accent{background:#fff9f5;border-color:#f0d6c7}.brand-list{gap:.85rem;margin-top:1.35rem;display:grid}.brand-list-item{grid-template-columns:.75rem minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.brand-list-item span{background:#eb6d4a;border-radius:999px;width:.65rem;height:.65rem;margin-top:.45rem}.brand-list-item p{color:#52636f;line-height:1.68}.brand-final-grid{padding-top:4rem;padding-bottom:4rem}.brand-related-links{flex-wrap:wrap;gap:.75rem;margin-top:1.3rem;display:flex}.brand-related-links a{color:#174c55;background:#f5fbfa;border:1px solid #d6e7e4;border-radius:8px;align-items:center;min-height:2.65rem;padding:.65rem .85rem;font-weight:800;display:inline-flex}.brand-page-state{background:#eef7f4;place-items:center;padding:6rem 1.5rem;display:grid}.brand-state-panel{text-align:center;width:min(560px,100%)}.brand-state-panel h1{letter-spacing:0;margin:1rem 0 .65rem;font-size:2.2rem}.brand-state-panel p{color:#5f6f79}.brand-state-link{color:#fff;background:#1f9a8b;margin-top:1.3rem}@media (width<=980px){.brand-hero{background-position:58%;min-height:590px}.brand-hero-content{width:min(660px,100% - 3rem);padding-top:4rem}.brand-hero h1{font-size:3.5rem}.brand-overview-grid,.brand-two-column,.brand-final-grid{grid-template-columns:1fr;gap:1.25rem}.brand-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.brand-container{padding:0 1rem}.brand-hero{background-position:61%;min-height:560px}.brand-hero-shade{background:linear-gradient(90deg,#0b202af0 0%,#0b202abd 64%,#0b202a57 100%),#12262f33}.brand-hero-content{width:calc(100% - 2rem);margin-left:1rem;padding:3.5rem 0 3rem}.brand-hero h1{font-size:2.55rem;line-height:1.08}.brand-hero p{font-size:1rem;line-height:1.65}.brand-highlight-row{gap:.5rem}.brand-highlight-row span{font-size:.78rem}.brand-primary-link,.brand-secondary-link{width:100%}.brand-overview-grid{padding-top:3rem;padding-bottom:3rem}.brand-section{padding:3.5rem 0}.brand-overview-grid h2,.brand-section-heading h2,.brand-panel h2,.brand-note h2,.brand-related h2{font-size:1.85rem}.brand-card-grid{grid-template-columns:1fr}.brand-panel,.brand-note,.brand-related,.brand-state-panel{padding:1.35rem}}.app-container{flex-direction:column;width:100%;min-width:0;min-height:100vh;display:flex}.main-content{flex:1;width:100%;min-width:0}
