.auth-module__uh9QMa__page{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-module__uh9QMa__blob1,.auth-module__uh9QMa__blob2{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:fixed}.auth-module__uh9QMa__blob1{background:radial-gradient(circle,#7c6aff33 0%,#0000 70%);width:500px;height:500px;top:-100px;left:-100px}.auth-module__uh9QMa__blob2{background:radial-gradient(circle,#4ade8022 0%,#0000 70%);width:400px;height:400px;bottom:-80px;right:30%}.auth-module__uh9QMa__right{z-index:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.auth-module__uh9QMa__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;padding:2.5rem;box-shadow:0 24px 80px #0006}.auth-module__uh9QMa__cardLogo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.75rem;display:flex}.auth-module__uh9QMa__cardLogo .auth-module__uh9QMa__logoIcon{color:var(--accent-bright);font-size:1.4rem}.auth-module__uh9QMa__cardLogo .auth-module__uh9QMa__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:700}.auth-module__uh9QMa__formHeader{text-align:center;margin-bottom:2rem}.auth-module__uh9QMa__formTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1.1}.auth-module__uh9QMa__formSubtitle{color:var(--text-secondary);font-size:.9rem}.auth-module__uh9QMa__fields{flex-direction:column;gap:1.1rem;display:flex}.auth-module__uh9QMa__field{flex-direction:column;gap:.4rem;display:flex}.auth-module__uh9QMa__label{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:500}.auth-module__uh9QMa__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:.75rem 1rem;font-size:.95rem}.auth-module__uh9QMa__input::placeholder{color:var(--text-muted)}.auth-module__uh9QMa__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.auth-module__uh9QMa__error{background:var(--red-dim);border:1px solid var(--red);border-radius:var(--radius);color:var(--red);padding:.65rem .9rem;font-size:.85rem}.auth-module__uh9QMa__btnPrimary{background:var(--accent);color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:none;justify-content:center;align-items:center;margin-top:.4rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:700;display:flex}.auth-module__uh9QMa__btnPrimary:hover:not(:disabled){background:var(--accent-bright);box-shadow:0 8px 24px var(--accent-glow);transform:translateY(-1px)}.auth-module__uh9QMa__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.auth-module__uh9QMa__spinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite auth-module__uh9QMa__spin;display:inline-block}@keyframes auth-module__uh9QMa__spin{to{transform:rotate(360deg)}}.auth-module__uh9QMa__divider{text-align:center;color:var(--text-muted);margin:1.5rem 0 1rem;font-size:.78rem;position:relative}.auth-module__uh9QMa__divider:before,.auth-module__uh9QMa__divider:after{content:"";background:var(--border);width:38%;height:1px;position:absolute;top:50%}.auth-module__uh9QMa__divider:before{left:0}.auth-module__uh9QMa__divider:after{right:0}.auth-module__uh9QMa__switch{text-align:center;color:var(--text-secondary);font-size:.88rem}.auth-module__uh9QMa__switchBtn{color:var(--accent-bright);cursor:pointer;transition:color var(--transition);background:0 0;border:none;font-size:.88rem;font-weight:600}.auth-module__uh9QMa__switchBtn:hover{color:#fff}@media (max-width:768px){.auth-module__uh9QMa__right{align-items:flex-start;padding:4rem 1rem 2rem}.auth-module__uh9QMa__card{padding:2rem 1.5rem}}.auth-module__uh9QMa__socialButtons{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.auth-module__uh9QMa__btnSocial{background:var(--bg-elevated);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;gap:.75rem;padding:.7rem 1rem;font-size:.88rem;font-weight:500;display:flex;position:relative}.auth-module__uh9QMa__btnSocial:hover{border-color:var(--border-hover);background:var(--bg-card);transform:translateY(-1px)}.auth-module__uh9QMa__btnSocialRecommended{border-color:var(--accent);background:var(--accent-dim)}.auth-module__uh9QMa__btnSocialRecommended:hover{border-color:var(--accent-bright);background:var(--accent-dim)}.auth-module__uh9QMa__recommendedBadge{background:var(--accent);color:#fff;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 2px 8px var(--accent-glow);border-radius:999px;padding:.18rem .5rem;font-size:.62rem;font-weight:700;line-height:1;position:absolute;top:-.6rem;right:.8rem}.auth-module__uh9QMa__privacy{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.75rem}.auth-module__uh9QMa__privacy a{color:var(--accent-bright);text-decoration:underline}.auth-module__uh9QMa__forgotLink{text-align:right;color:var(--text-muted);margin-top:.4rem;font-size:.78rem;text-decoration:none;display:block}.auth-module__uh9QMa__forgotLink:hover{color:var(--accent-bright)}.auth-module__uh9QMa__page .grecaptcha-badge{visibility:hidden}
.Spinner-module__HPsTLG__spinner{border-radius:50%;flex-shrink:0;animation:.8s linear infinite Spinner-module__HPsTLG__spin;display:inline-block}.Spinner-module__HPsTLG__page{border:2px solid var(--border);border-top-color:#2563eb;width:28px;height:28px}.Spinner-module__HPsTLG__layout{border:2px solid var(--border);border-top-color:#2563eb;width:32px;height:32px}.Spinner-module__HPsTLG__button{border:2px solid #fff4;border-top-color:#fff;width:14px;height:14px;animation-duration:.7s}.Spinner-module__HPsTLG__large{border:3px solid var(--border);border-top-color:#2563eb;width:40px;height:40px}.Spinner-module__HPsTLG__auth{border:2px solid #fff4;border-top-color:#fff;width:18px;height:18px;animation-duration:.7s}.Spinner-module__HPsTLG__inline{border:2px solid var(--border);border-top-color:var(--accent);width:16px;height:16px;animation-duration:.7s}@keyframes Spinner-module__HPsTLG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.CVHistory-module__ubQQHG__container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.CVHistory-module__ubQQHG__header{border-bottom:1px solid var(--border);background:var(--bg-elevated);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CVHistory-module__ubQQHG__title{font-family:var(--font-display);color:var(--text-primary);font-size:.95rem;font-weight:700}.CVHistory-module__ubQQHG__count{color:var(--text-muted);background:var(--bg-base);border:1px solid var(--border);border-radius:100px;padding:.2rem .6rem;font-size:.75rem}.CVHistory-module__ubQQHG__list{flex-direction:column;max-height:400px;display:flex;overflow-y:auto}.CVHistory-module__ubQQHG__loading{color:var(--text-muted);align-items:center;gap:.75rem;padding:2rem;font-size:.88rem;display:flex}.CVHistory-module__ubQQHG__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite CVHistory-module__ubQQHG__spin;display:inline-block}@keyframes CVHistory-module__ubQQHG__spin{to{transform:rotate(360deg)}}.CVHistory-module__ubQQHG__empty{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 2rem;display:flex}.CVHistory-module__ubQQHG__emptyIcon{margin-bottom:.5rem;font-size:2.5rem}.CVHistory-module__ubQQHG__empty p{font-family:var(--font-display);color:var(--text-primary);font-size:.95rem;font-weight:600}.CVHistory-module__ubQQHG__empty span{color:var(--text-muted);font-size:.82rem}
.AnalysisLimitBanner-module__7jgCLq__limitBanner{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1rem 1.25rem;display:flex}.AnalysisLimitBanner-module__7jgCLq__limitHeader{justify-content:space-between;align-items:center;display:flex}.AnalysisLimitBanner-module__7jgCLq__limitLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:600}.AnalysisLimitBanner-module__7jgCLq__limitCount{font-family:var(--font-display);font-size:.85rem;font-weight:700}.AnalysisLimitBanner-module__7jgCLq__progressBar{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.AnalysisLimitBanner-module__7jgCLq__progressFill{border-radius:3px;height:100%;transition:width .5s}.AnalysisLimitBanner-module__7jgCLq__limitHint{color:var(--text-muted);font-size:.78rem}.AnalysisLimitBanner-module__7jgCLq__upgradeLink{color:var(--accent-bright);cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:600;text-decoration:underline}.AnalysisLimitBanner-module__7jgCLq__blockedBanner{background:var(--red-dim);border:1px solid var(--red);border-radius:var(--radius);align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.AnalysisLimitBanner-module__7jgCLq__blockedIcon{flex-shrink:0;font-size:1.5rem}.AnalysisLimitBanner-module__7jgCLq__blockedContent{flex:1}.AnalysisLimitBanner-module__7jgCLq__blockedTitle{font-family:var(--font-display);color:var(--red);margin-bottom:.2rem;font-size:.9rem;font-weight:700}.AnalysisLimitBanner-module__7jgCLq__blockedDesc{color:var(--text-secondary);font-size:.8rem}.AnalysisLimitBanner-module__7jgCLq__upgradeBtn{background:var(--accent);color:#fff;font-family:var(--font-display);cursor:pointer;white-space:nowrap;transition:all var(--transition);border:none;border-radius:8px;flex-shrink:0;padding:.5rem 1rem;font-size:.82rem;font-weight:700}.AnalysisLimitBanner-module__7jgCLq__upgradeBtn:hover{background:var(--accent-bright);transform:translateY(-1px)}.AnalysisLimitBanner-module__7jgCLq__cooldownBanner{background:var(--bg-elevated);border:1px solid var(--yellow);border-radius:var(--radius);color:var(--text-secondary);align-items:center;gap:.75rem;padding:.85rem 1.25rem;font-size:.85rem;display:flex}.AnalysisLimitBanner-module__7jgCLq__cooldownIcon{flex-shrink:0;font-size:1.1rem}.AnalysisLimitBanner-module__7jgCLq__cooldownBanner strong{color:var(--yellow)}
.PlanModal-module__VaUj8G__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#000000a6;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.PlanModal-module__VaUj8G__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:720px;max-height:92vh;padding:2rem;position:relative;overflow-y:auto;box-shadow:0 32px 100px #0006}.PlanModal-module__VaUj8G__closeBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;width:32px;height:32px;transition:all var(--transition);border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;top:1.25rem;right:1.25rem}.PlanModal-module__VaUj8G__closeBtn:hover{color:var(--text-primary);border-color:var(--border-hover)}.PlanModal-module__VaUj8G__header{text-align:center;margin-bottom:1.75rem}.PlanModal-module__VaUj8G__title{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.6rem;font-weight:800}.PlanModal-module__VaUj8G__subtitle{color:var(--text-muted);margin-top:.3rem;font-size:.88rem}.PlanModal-module__VaUj8G__plansGrid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.PlanModal-module__VaUj8G__planCard,.PlanModal-module__VaUj8G__planCardActive{border-radius:var(--radius-lg);flex-direction:column;gap:.85rem;padding:1.5rem;display:flex;position:relative}.PlanModal-module__VaUj8G__planCard{background:var(--bg-elevated);border:1px solid var(--border);opacity:.75}.PlanModal-module__VaUj8G__planCardActive{background:linear-gradient(145deg, #2563eb12, var(--bg-elevated));border:1.5px solid #2563eb55}.PlanModal-module__VaUj8G__comingSoonBadge{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border);border-radius:100px;align-self:flex-start;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.PlanModal-module__VaUj8G__activeBadge{background:var(--green-dim);color:var(--green);border:1px solid var(--green);border-radius:100px;align-self:flex-start;padding:.2rem .6rem;font-size:.68rem;font-weight:600}.PlanModal-module__VaUj8G__planName{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:800}.PlanModal-module__VaUj8G__planPrice{align-items:baseline;gap:.3rem;display:flex}.PlanModal-module__VaUj8G__priceValue{font-family:var(--font-display);color:var(--text-primary);font-size:2rem;font-weight:800}.PlanModal-module__VaUj8G__priceUnit{color:var(--text-muted);font-size:.85rem}.PlanModal-module__VaUj8G__featureList{color:var(--text-secondary);flex-direction:column;flex:1;gap:.45rem;font-size:.82rem;list-style:none;display:flex}.PlanModal-module__VaUj8G__featureList li{padding-left:1.1rem;position:relative}.PlanModal-module__VaUj8G__featureList li:before{content:"✓";color:#2563eb;font-weight:700;position:absolute;left:0}.PlanModal-module__VaUj8G__billingToggle{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:.2rem;display:flex}.PlanModal-module__VaUj8G__toggleOption{color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.4rem .5rem;font-size:.78rem;font-weight:600;display:flex}.PlanModal-module__VaUj8G__toggleOptionActive{color:#fff;background:#2563eb}.PlanModal-module__VaUj8G__saveTag{background:var(--green-dim);color:var(--green);border-radius:100px;padding:.1rem .35rem;font-size:.65rem}.PlanModal-module__VaUj8G__toggleOptionActive .PlanModal-module__VaUj8G__saveTag{color:#fff;background:#fff3}.PlanModal-module__VaUj8G__disabledBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);padding:.65rem 1rem;font-size:.82rem;font-weight:600}.PlanModal-module__VaUj8G__disabledBtn:hover{border-color:var(--border-hover);color:var(--text-secondary)}.PlanModal-module__VaUj8G__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:#2563eb;border:none;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.85rem;font-weight:700;display:flex}.PlanModal-module__VaUj8G__primaryBtn:hover:not(:disabled){background:#1d4ed8;box-shadow:0 8px 24px #2563eb44}.PlanModal-module__VaUj8G__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.PlanModal-module__VaUj8G__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.5rem .75rem;font-size:.78rem}.PlanModal-module__VaUj8G__sandboxBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.PlanModal-module__VaUj8G__sandboxList{color:var(--text-secondary);flex-direction:column;gap:.65rem;margin:0 0 1.25rem 1.1rem;font-size:.88rem;line-height:1.55;display:flex}.PlanModal-module__VaUj8G__sandboxList code{background:var(--bg-card);border-radius:4px;padding:.1rem .35rem;font-size:.8rem}.PlanModal-module__VaUj8G__spinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite PlanModal-module__VaUj8G__spin}@keyframes PlanModal-module__VaUj8G__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.PlanModal-module__VaUj8G__plansGrid{grid-template-columns:1fr}.PlanModal-module__VaUj8G__modal{padding:1.5rem}}
.NotificationBell-module__jcQ40G__wrapper{position:relative}.NotificationBell-module__jcQ40G__iconBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;width:36px;height:36px;transition:all var(--transition);justify-content:center;align-items:center;display:flex;position:relative}.NotificationBell-module__jcQ40G__iconBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.NotificationBell-module__jcQ40G__badge{background:var(--red);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.NotificationBell-module__jcQ40G__panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:200;flex-direction:column;width:360px;max-height:420px;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 48px #0005}.NotificationBell-module__jcQ40G__panelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.NotificationBell-module__jcQ40G__panelTitle{font-family:var(--font-display);color:var(--text-primary);font-size:.9rem;font-weight:700}.NotificationBell-module__jcQ40G__markAllBtn{color:var(--business-accent,var(--accent-bright));cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600}.NotificationBell-module__jcQ40G__markAllBtn:hover{text-decoration:underline}.NotificationBell-module__jcQ40G__list{max-height:360px;overflow-y:auto}.NotificationBell-module__jcQ40G__empty{text-align:center;color:var(--text-muted);padding:2.5rem 1.5rem;font-size:.85rem}.NotificationBell-module__jcQ40G__emptyIcon{opacity:.5;margin-bottom:.5rem;font-size:1.5rem;display:block}.NotificationBell-module__jcQ40G__item{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;width:100%;transition:background var(--transition);background:0 0;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;display:flex;position:relative}.NotificationBell-module__jcQ40G__item:hover{background:var(--bg-elevated)}.NotificationBell-module__jcQ40G__itemUnread{background:#7c6aff0f}.NotificationBell-module__jcQ40G__itemIcon{flex-shrink:0;margin-top:.1rem;font-size:1.1rem}.NotificationBell-module__jcQ40G__itemBody{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.NotificationBell-module__jcQ40G__itemTitle{color:var(--text-primary);font-size:.82rem;font-weight:700}.NotificationBell-module__jcQ40G__itemMessage{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationBell-module__jcQ40G__itemTime{color:var(--text-muted);margin-top:.15rem;font-size:.68rem}.NotificationBell-module__jcQ40G__unreadDot{background:var(--business-accent,var(--accent-bright));border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:.35rem}
.dashboard-module__Gx_nyq__loading{min-height:100vh;color:var(--accent-bright);justify-content:center;align-items:center;font-size:2.5rem;animation:1.4s ease-in-out infinite dashboard-module__Gx_nyq__logoPulse;display:flex}@keyframes dashboard-module__Gx_nyq__logoPulse{0%,to{opacity:.35;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}.dashboard-module__Gx_nyq__page{flex-direction:column;min-height:100vh;display:flex}.dashboard-module__Gx_nyq__navbar{border-bottom:1px solid var(--border);background:var(--bg-base);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__logo{align-items:center;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__logoIcon{color:var(--accent-bright);font-size:1.3rem}.dashboard-module__Gx_nyq__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:800}.dashboard-module__Gx_nyq__navRight{align-items:center;gap:1.25rem;display:flex}.dashboard-module__Gx_nyq__user{align-items:center;gap:.6rem;display:flex}.dashboard-module__Gx_nyq__avatar{background:var(--accent-dim);border:1px solid var(--accent-glow);width:32px;height:32px;font-family:var(--font-display);color:var(--accent-bright);border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.dashboard-module__Gx_nyq__username{color:var(--text-secondary);font-size:.88rem;font-weight:500}.dashboard-module__Gx_nyq__logoutBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-radius:8px;padding:.4rem .9rem;font-size:.82rem;font-weight:500}.dashboard-module__Gx_nyq__logoutBtn:hover{border-color:var(--red);color:var(--red)}.dashboard-module__Gx_nyq__businessButton{color:#fff;font-family:var(--font-display);transition:all var(--transition);background:#2563eb;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.78rem;font-weight:700;text-decoration:none;display:flex}.dashboard-module__Gx_nyq__businessButton:hover{background:#1d4ed8}.dashboard-module__Gx_nyq__main{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:680px;margin:0 auto;padding:4rem 2rem;display:flex}.dashboard-module__Gx_nyq__header{text-align:center}.dashboard-module__Gx_nyq__tag{font-size:.72rem;font-family:var(--font-display);letter-spacing:.12em;text-transform:uppercase;color:var(--accent-bright);background:var(--accent-dim);border:1px solid var(--accent-glow);border-radius:100px;margin-bottom:1.25rem;padding:.25rem .75rem;font-weight:600;display:inline-block}.dashboard-module__Gx_nyq__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.dashboard-module__Gx_nyq__titleAccent{color:var(--accent-bright)}.dashboard-module__Gx_nyq__subtitle{color:var(--text-secondary);max-width:480px;margin:0 auto;font-size:.95rem;line-height:1.7}.dashboard-module__Gx_nyq__uploadZone{border:2px dashed var(--border-hover);border-radius:var(--radius-lg);text-align:center;transition:all var(--transition);cursor:pointer;background:var(--bg-card);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.dashboard-module__Gx_nyq__uploadZone:hover{border-color:var(--accent);background:var(--accent-dim)}.dashboard-module__Gx_nyq__dragging{border-color:var(--accent-bright);background:var(--accent-dim);box-shadow:0 0 40px var(--accent-glow)}.dashboard-module__Gx_nyq__filled{border-style:solid;border-color:var(--green);background:var(--green-dim)}.dashboard-module__Gx_nyq__uploadIcon{color:var(--text-muted);font-size:2.5rem}.dashboard-module__Gx_nyq__uploadText{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:600}.dashboard-module__Gx_nyq__uploadOr{color:var(--text-muted);font-size:.82rem}.dashboard-module__Gx_nyq__browseBtn{background:var(--bg-elevated);border:1px solid var(--border-hover);color:var(--text-primary);cursor:pointer;transition:all var(--transition);border-radius:8px;padding:.5rem 1.25rem;font-size:.88rem;font-weight:500}.dashboard-module__Gx_nyq__browseBtn:hover{border-color:var(--accent);color:var(--accent-bright)}.dashboard-module__Gx_nyq__uploadHint{color:var(--text-muted);font-size:.78rem}.dashboard-module__Gx_nyq__fileInfo{align-items:center;gap:1rem;width:100%;max-width:400px;display:flex}.dashboard-module__Gx_nyq__fileIcon{flex-shrink:0;font-size:2rem}.dashboard-module__Gx_nyq__fileName{color:var(--text-primary);word-break:break-all;font-size:.9rem;font-weight:500}.dashboard-module__Gx_nyq__fileSize{color:var(--text-muted);font-size:.78rem}.dashboard-module__Gx_nyq__removeBtn{background:var(--red-dim);border:1px solid var(--red);color:var(--red);cursor:pointer;width:28px;height:28px;transition:all var(--transition);border-radius:50%;flex-shrink:0;margin-left:auto;font-size:.7rem}.dashboard-module__Gx_nyq__removeBtn:hover{background:var(--red);color:#fff}.dashboard-module__Gx_nyq__errorBox{background:var(--red-dim);border:1px solid var(--red);border-radius:var(--radius);color:var(--red);padding:.75rem 1rem;font-size:.88rem}.dashboard-module__Gx_nyq__analyzeBtn{background:var(--accent);color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);border:none;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:700}.dashboard-module__Gx_nyq__analyzeBtn:hover:not(.dashboard-module__Gx_nyq__analyzeBtnDisabled){background:var(--accent-bright);box-shadow:0 12px 32px var(--accent-glow);transform:translateY(-2px)}.dashboard-module__Gx_nyq__analyzeBtnDisabled{background:var(--bg-elevated);color:var(--text-muted);cursor:not-allowed}.dashboard-module__Gx_nyq__loadingRow{align-items:center;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__spinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite dashboard-module__Gx_nyq__spin;display:inline-block}@keyframes dashboard-module__Gx_nyq__spin{to{transform:rotate(360deg)}}.dashboard-module__Gx_nyq__results{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dashboard-module__Gx_nyq__resultHeader{border-bottom:1px solid var(--border);background:var(--bg-elevated);padding:2rem}.dashboard-module__Gx_nyq__scoreSection{align-items:center;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__scoreRing{flex-shrink:0;width:80px;height:80px;position:relative}.dashboard-module__Gx_nyq__scoreRing svg{width:100%;height:100%;transform:rotate(-90deg)}.dashboard-module__Gx_nyq__scoreValue{font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex;position:absolute;inset:0}.dashboard-module__Gx_nyq__scoreTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.dashboard-module__Gx_nyq__scoreResumen{color:var(--text-secondary);max-width:500px;font-size:.88rem;line-height:1.6}.dashboard-module__Gx_nyq__highlights{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;display:grid}.dashboard-module__Gx_nyq__highlightGreen,.dashboard-module__Gx_nyq__highlightRed{padding:1.5rem}.dashboard-module__Gx_nyq__highlightGreen{border-right:1px solid var(--border)}.dashboard-module__Gx_nyq__highlightLabel{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.dashboard-module__Gx_nyq__highlightGreen .dashboard-module__Gx_nyq__highlightLabel{color:var(--green)}.dashboard-module__Gx_nyq__highlightRed .dashboard-module__Gx_nyq__highlightLabel{color:var(--red)}.dashboard-module__Gx_nyq__highlightGreen ul,.dashboard-module__Gx_nyq__highlightRed ul{flex-direction:column;gap:.4rem;list-style:none;display:flex}.dashboard-module__Gx_nyq__highlightGreen li,.dashboard-module__Gx_nyq__highlightRed li{color:var(--text-secondary);padding-left:.75rem;font-size:.85rem;position:relative}.dashboard-module__Gx_nyq__highlightGreen li:before{content:"•";color:var(--green);position:absolute;left:0}.dashboard-module__Gx_nyq__highlightRed li:before{content:"•";color:var(--red);position:absolute;left:0}.dashboard-module__Gx_nyq__categories{padding:2rem}.dashboard-module__Gx_nyq__categoriesTitle{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.dashboard-module__Gx_nyq__categoryCard{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition);margin-bottom:1rem;padding:1.25rem}.dashboard-module__Gx_nyq__categoryCard:hover{border-color:var(--border-hover)}.dashboard-module__Gx_nyq__categoryHeader{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.dashboard-module__Gx_nyq__categoryName{font-family:var(--font-display);color:var(--text-primary);font-size:.88rem;font-weight:600}.dashboard-module__Gx_nyq__categoryScore{font-family:var(--font-display);font-size:.85rem;font-weight:700}.dashboard-module__Gx_nyq__categoryBar{background:var(--border);border-radius:2px;height:4px;margin-bottom:.9rem;overflow:hidden}.dashboard-module__Gx_nyq__categoryBarFill{border-radius:2px;height:100%;transition:width 1s}.dashboard-module__Gx_nyq__categoryFeedback{color:var(--text-secondary);margin-bottom:.75rem;font-size:.83rem;line-height:1.6}.dashboard-module__Gx_nyq__mejoras{flex-direction:column;gap:.35rem;list-style:none;display:flex}.dashboard-module__Gx_nyq__mejoras li{color:var(--text-muted);gap:.5rem;font-size:.8rem;display:flex}.dashboard-module__Gx_nyq__mejoraIcon{color:var(--accent-bright);flex-shrink:0}.dashboard-module__Gx_nyq__tabs{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);gap:.5rem;padding:.25rem;display:flex}.dashboard-module__Gx_nyq__tab{color:var(--text-muted);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:8px;flex:1;padding:.6rem 1rem;font-size:.85rem;font-weight:500}.dashboard-module__Gx_nyq__tab:hover{color:var(--text-primary);background:var(--bg-elevated)}.dashboard-module__Gx_nyq__tabActive{background:var(--bg-elevated);color:var(--text-primary);font-weight:600}.dashboard-module__Gx_nyq__proBadge{background:linear-gradient(135deg, var(--accent), var(--accent-bright));color:#fff;font-family:var(--font-display);letter-spacing:.05em;border-radius:100px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.dashboard-module__Gx_nyq__uploadZoneDisabled{opacity:.5;cursor:not-allowed;border-color:var(--border)!important;background:var(--bg-card)!important}
.campaigns-module__Z5VzpW__page{flex-direction:column;gap:1.5rem;max-width:1400px;display:flex}.campaigns-module__Z5VzpW__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.campaigns-module__Z5VzpW__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite campaigns-module__Z5VzpW__spin}.campaigns-module__Z5VzpW__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.campaigns-module__Z5VzpW__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.campaigns-module__Z5VzpW__pageSubtitle{color:var(--text-muted);font-size:.82rem}.campaigns-module__Z5VzpW__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.campaigns-module__Z5VzpW__primaryBtn:hover:not(:disabled){background:#1d4ed8}.campaigns-module__Z5VzpW__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.campaigns-module__Z5VzpW__warningBox{color:var(--yellow);border-radius:var(--radius);background:#fbbf2418;border:1px solid #fbbf2444;padding:.7rem 1rem;font-size:.82rem}.campaigns-module__Z5VzpW__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.5rem;padding:4rem 1.5rem;display:flex}.campaigns-module__Z5VzpW__emptyHint{max-width:360px;font-size:.78rem}.campaigns-module__Z5VzpW__list{flex-direction:column;gap:.6rem;display:flex}.campaigns-module__Z5VzpW__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.campaigns-module__Z5VzpW__cardSubject{font-family:var(--font-display);color:var(--text-primary);font-size:.9rem;font-weight:700}.campaigns-module__Z5VzpW__cardMeta{color:var(--text-muted);margin-top:.15rem;font-size:.78rem}.campaigns-module__Z5VzpW__cardRight{align-items:center;gap:.75rem;display:flex}.campaigns-module__Z5VzpW__badge{white-space:nowrap;border-radius:100px;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.campaigns-module__Z5VzpW__badgeGreen{background:var(--green-dim);color:var(--green)}.campaigns-module__Z5VzpW__badgeGray{background:var(--bg-elevated);color:var(--text-muted)}.campaigns-module__Z5VzpW__dateLabel{color:var(--text-muted);font-size:.75rem}.campaigns-module__Z5VzpW__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.campaigns-module__Z5VzpW__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:580px;max-height:90vh;overflow-y:auto}.campaigns-module__Z5VzpW__modalHeader{border-bottom:1px solid var(--border);background:var(--bg-card);justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.campaigns-module__Z5VzpW__modalTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.campaigns-module__Z5VzpW__steps{gap:.6rem;display:flex}.campaigns-module__Z5VzpW__stepDot{color:var(--text-muted);background:var(--bg-elevated);border-radius:100px;padding:.2rem .55rem;font-size:.7rem}.campaigns-module__Z5VzpW__stepDotActive{color:#60a5fa;background:#2563eb18;font-weight:600}.campaigns-module__Z5VzpW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;display:flex}.campaigns-module__Z5VzpW__closeBtn:hover{color:var(--text-primary)}.campaigns-module__Z5VzpW__modalBody{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.campaigns-module__Z5VzpW__stepHint{color:var(--text-secondary);font-size:.82rem}.campaigns-module__Z5VzpW__formGroup{flex-direction:column;gap:.4rem;display:flex}.campaigns-module__Z5VzpW__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.campaigns-module__Z5VzpW__input,.campaigns-module__Z5VzpW__textarea{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);outline:none;padding:.65rem .9rem;font-size:.85rem}.campaigns-module__Z5VzpW__textarea{resize:vertical;min-height:80px}.campaigns-module__Z5VzpW__input:focus,.campaigns-module__Z5VzpW__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.campaigns-module__Z5VzpW__candidateList{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.35rem;max-height:280px;padding:.5rem;display:flex;overflow-y:auto}.campaigns-module__Z5VzpW__noSuggested{color:var(--text-muted);text-align:center;padding:1rem;font-size:.82rem}.campaigns-module__Z5VzpW__candidateRow{cursor:pointer;transition:background var(--transition);border-radius:6px;align-items:center;gap:.65rem;padding:.55rem .6rem;display:flex}.campaigns-module__Z5VzpW__candidateRow:hover{background:var(--bg-elevated)}.campaigns-module__Z5VzpW__candidateRowInfo{flex-direction:column;flex:1;display:flex;overflow:hidden}.campaigns-module__Z5VzpW__candidateRowName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.campaigns-module__Z5VzpW__candidateRowEmail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;overflow:hidden}.campaigns-module__Z5VzpW__candidateRowScore{color:var(--text-secondary);flex-shrink:0;font-size:.75rem;font-weight:600}.campaigns-module__Z5VzpW__selectedCount{color:var(--text-muted);text-align:right;font-size:.78rem}.campaigns-module__Z5VzpW__previewBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.campaigns-module__Z5VzpW__previewLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.campaigns-module__Z5VzpW__previewContent{color:var(--text-secondary);font-size:.8rem;line-height:1.6}.campaigns-module__Z5VzpW__previewContent p{margin-bottom:.5rem}.campaigns-module__Z5VzpW__previewPosition{color:#60a5fa;background:#2563eb18;border-radius:6px;padding:.4rem .7rem;font-weight:700;display:inline-block}.campaigns-module__Z5VzpW__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.campaigns-module__Z5VzpW__modalFooter{justify-content:flex-end;gap:.6rem;display:flex}.campaigns-module__Z5VzpW__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.6rem 1.1rem;font-size:.85rem}.campaigns-module__Z5VzpW__cancelBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.campaigns-module__Z5VzpW__nextBtn,.campaigns-module__Z5VzpW__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;min-width:110px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.campaigns-module__Z5VzpW__nextBtn:hover,.campaigns-module__Z5VzpW__submitBtn:hover:not(:disabled){background:#1d4ed8}.campaigns-module__Z5VzpW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.campaigns-module__Z5VzpW__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite campaigns-module__Z5VzpW__spin}@keyframes campaigns-module__Z5VzpW__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.campaigns-module__Z5VzpW__pageHeader,.campaigns-module__Z5VzpW__card{flex-direction:column;align-items:flex-start}}
.candidates-module__oiaNTq__page{flex-direction:column;gap:1.5rem;max-width:1400px;display:flex}.candidates-module__oiaNTq__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.candidates-module__oiaNTq__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite candidates-module__oiaNTq__spin}.candidates-module__oiaNTq__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.candidates-module__oiaNTq__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.candidates-module__oiaNTq__pageSubtitle{color:var(--text-muted);font-size:.82rem}.candidates-module__oiaNTq__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.candidates-module__oiaNTq__primaryBtn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb44}.candidates-module__oiaNTq__filtersRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.candidates-module__oiaNTq__filterSelect{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;outline:none;padding:.55rem .9rem;font-size:.82rem}.candidates-module__oiaNTq__resultCount{color:var(--text-muted);margin-left:auto;font-size:.8rem}.candidates-module__oiaNTq__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1.5rem;display:flex}.candidates-module__oiaNTq__emptyLink{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600}.candidates-module__oiaNTq__tableWrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:auto hidden}.candidates-module__oiaNTq__table{border-collapse:collapse;width:100%;font-size:.85rem}.candidates-module__oiaNTq__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);white-space:nowrap;padding:.75rem 1.25rem;font-size:.72rem;font-weight:600}.candidates-module__oiaNTq__table td{color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:.85rem 1.25rem}.candidates-module__oiaNTq__row{cursor:pointer;transition:background var(--transition)}.candidates-module__oiaNTq__row:hover td{background:var(--bg-elevated)}.candidates-module__oiaNTq__table tr:last-child td{border-bottom:none}.candidates-module__oiaNTq__nameCell{align-items:center;gap:.6rem;display:flex}.candidates-module__oiaNTq__avatar{color:#60a5fa;width:32px;height:32px;font-family:var(--font-display);background:#2563eb18;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.candidates-module__oiaNTq__candidateName{color:var(--text-primary);font-size:.85rem;font-weight:600}.candidates-module__oiaNTq__candidateEmail{color:var(--text-muted);font-size:.72rem}.candidates-module__oiaNTq__mutedCell{color:var(--text-muted)}.candidates-module__oiaNTq__scoreValue{color:var(--text-primary);font-weight:600}.candidates-module__oiaNTq__rankBadge{letter-spacing:1px;border-radius:6px;padding:.2rem .5rem;font-size:.78rem;font-weight:700}.candidates-module__oiaNTq__badge{border-radius:100px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.candidates-module__oiaNTq__badgeYellow{color:var(--yellow);background:#fbbf2418}.candidates-module__oiaNTq__badgeGreen{background:var(--green-dim);color:var(--green)}.candidates-module__oiaNTq__badgeRed{background:var(--red-dim);color:var(--red)}.candidates-module__oiaNTq__badgeBlue{color:#60a5fa;background:#2563eb18}.candidates-module__oiaNTq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.candidates-module__oiaNTq__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:540px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0005}.candidates-module__oiaNTq__detailModal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0005}.candidates-module__oiaNTq__modalHeader{border-bottom:1px solid var(--border);background:var(--bg-card);z-index:5;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.candidates-module__oiaNTq__modalTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700}.candidates-module__oiaNTq__detailEmail{color:var(--text-muted);margin-top:.15rem;font-size:.78rem}.candidates-module__oiaNTq__closeBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;flex-shrink:0;align-items:center;display:flex}.candidates-module__oiaNTq__closeBtn:hover{color:var(--text-primary)}.candidates-module__oiaNTq__modalBody{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.candidates-module__oiaNTq__formGroup{flex-direction:column;gap:.4rem;display:flex}.candidates-module__oiaNTq__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.candidates-module__oiaNTq__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);outline:none;padding:.65rem .9rem;font-size:.88rem}.candidates-module__oiaNTq__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.candidates-module__oiaNTq__hint{color:var(--text-muted);font-size:.72rem}.candidates-module__oiaNTq__dropzone{border:2px dashed var(--border);border-radius:var(--radius-lg);text-align:center;color:var(--text-muted);cursor:pointer;transition:all var(--transition);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.candidates-module__oiaNTq__dropzone:hover,.candidates-module__oiaNTq__dropzoneDragging{color:#60a5fa;background:#2563eb0c;border-color:#2563eb}.candidates-module__oiaNTq__dropzoneText{color:var(--text-secondary);font-size:.85rem;font-weight:500}.candidates-module__oiaNTq__dropzoneHint{color:var(--text-muted);font-size:.75rem}.candidates-module__oiaNTq__fileList{flex-direction:column;gap:.4rem;max-height:200px;display:flex;overflow-y:auto}.candidates-module__oiaNTq__fileListHeader{color:var(--text-muted);font-size:.78rem;font-weight:600}.candidates-module__oiaNTq__fileItem{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:6px;align-items:center;gap:.5rem;padding:.45rem .7rem;font-size:.8rem;display:flex}.candidates-module__oiaNTq__fileName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.candidates-module__oiaNTq__removeFileBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:.8rem}.candidates-module__oiaNTq__removeFileBtn:hover{color:var(--red)}.candidates-module__oiaNTq__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.candidates-module__oiaNTq__modalFooter{justify-content:flex-end;gap:.6rem;display:flex}.candidates-module__oiaNTq__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500}.candidates-module__oiaNTq__cancelBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.candidates-module__oiaNTq__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;min-width:140px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.candidates-module__oiaNTq__submitBtn:hover:not(:disabled){background:#1d4ed8}.candidates-module__oiaNTq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.candidates-module__oiaNTq__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite candidates-module__oiaNTq__spin}.candidates-module__oiaNTq__analyzingState{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1rem;display:flex}.candidates-module__oiaNTq__bigSpinner{border:3px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite candidates-module__oiaNTq__spin}.candidates-module__oiaNTq__analyzingText{color:var(--text-primary);font-size:.95rem;font-weight:600}.candidates-module__oiaNTq__analyzingHint{color:var(--text-muted);font-size:.8rem}.candidates-module__oiaNTq__detailBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.candidates-module__oiaNTq__statusRow{align-items:center;gap:.75rem;display:flex}.candidates-module__oiaNTq__statusSelectDetail{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius);cursor:pointer;outline:none;padding:.45rem .8rem;font-size:.85rem}.candidates-module__oiaNTq__scoresGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.candidates-module__oiaNTq__scoreBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.candidates-module__oiaNTq__scoreBoxLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.candidates-module__oiaNTq__scoreBoxValue{font-family:var(--font-display);color:var(--text-primary);font-size:1.3rem;font-weight:800}.candidates-module__oiaNTq__detailSection{flex-direction:column;gap:.5rem;display:flex}.candidates-module__oiaNTq__detailSectionTitle{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:700}.candidates-module__oiaNTq__detailText{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.candidates-module__oiaNTq__detailList{color:var(--text-secondary);flex-direction:column;gap:.35rem;padding-left:1.1rem;font-size:.85rem;display:flex}.candidates-module__oiaNTq__skillTags{flex-wrap:wrap;gap:.4rem;display:flex}.candidates-module__oiaNTq__skillTag{color:#60a5fa;background:#2563eb18;border-radius:100px;padding:.3rem .7rem;font-size:.75rem;font-weight:500}.candidates-module__oiaNTq__notesList{flex-direction:column;gap:.5rem;margin-bottom:.5rem;display:flex}.candidates-module__oiaNTq__noteItem{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:.7rem .9rem}.candidates-module__oiaNTq__noteContent{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.candidates-module__oiaNTq__noteMeta{color:var(--text-muted);margin-top:.35rem;font-size:.7rem}.candidates-module__oiaNTq__addNoteRow{gap:.5rem;display:flex}.candidates-module__oiaNTq__noteTextarea{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);resize:vertical;outline:none;flex:1;padding:.6rem .8rem;font-size:.82rem}.candidates-module__oiaNTq__noteTextarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.candidates-module__oiaNTq__addNoteBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;padding:0 1.1rem;font-size:.8rem;font-weight:600;display:flex}.candidates-module__oiaNTq__addNoteBtn:hover:not(:disabled){background:#1d4ed8}.candidates-module__oiaNTq__addNoteBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.candidates-module__oiaNTq__pageHeader{flex-direction:column;align-items:flex-start}.candidates-module__oiaNTq__scoresGrid{grid-template-columns:1fr}.candidates-module__oiaNTq__resultCount{margin-left:0}}@keyframes candidates-module__oiaNTq__spin{to{transform:rotate(360deg)}}
:root{--sidebar-width:240px;--sidebar-collapsed:64px;--header-height:64px;--business-accent:#2563eb;--business-accent-dim:#2563eb18;--business-accent-hover:#1d4ed8;--sidebar-bg:#0f1623;--sidebar-border:#ffffff0f;--sidebar-text:#94a3b8;--sidebar-active-bg:#2563eb18;--sidebar-active-text:#60a5fa}.BusinessLayout-module__cYtTHa__shell{background:var(--bg-base);min-height:100vh;transition:grid-template-columns .25s;display:grid}.BusinessLayout-module__cYtTHa__sidebarOpen{grid-template-columns:var(--sidebar-width) 1fr}.BusinessLayout-module__cYtTHa__sidebarClosed{grid-template-columns:var(--sidebar-collapsed) 1fr}.BusinessLayout-module__cYtTHa__loadingScreen{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;display:flex}.BusinessLayout-module__cYtTHa__loadingSpinner{border:2px solid var(--border);border-top-color:var(--business-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite BusinessLayout-module__cYtTHa__spin}.BusinessLayout-module__cYtTHa__sidebar{background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);flex-direction:column;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.BusinessLayout-module__cYtTHa__sidebarHeader{border-bottom:1px solid var(--sidebar-border);min-height:var(--header-height);justify-content:space-between;align-items:center;padding:1.25rem 1rem;display:flex}.BusinessLayout-module__cYtTHa__orgInfo{align-items:center;gap:.75rem;display:flex;overflow:hidden}.BusinessLayout-module__cYtTHa__orgAvatar{background:var(--business-accent);color:#fff;width:36px;height:36px;font-family:var(--font-display);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.BusinessLayout-module__cYtTHa__orgMeta{flex-direction:column;display:flex;overflow:hidden}.BusinessLayout-module__cYtTHa__orgName{font-family:var(--font-display);color:#f1f5f9;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.BusinessLayout-module__cYtTHa__orgPlan{color:var(--business-accent);background:var(--business-accent-dim);border-radius:4px;width:fit-content;margin-top:.1rem;padding:.1rem .4rem;font-size:.7rem;font-weight:500}.BusinessLayout-module__cYtTHa__toggleBtn{color:var(--sidebar-text);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem;display:flex}.BusinessLayout-module__cYtTHa__toggleBtn:hover{background:var(--sidebar-border);color:#f1f5f9}.BusinessLayout-module__cYtTHa__nav{flex-direction:column;flex:1;gap:.15rem;padding:.75rem .5rem;display:flex;overflow-y:auto}.BusinessLayout-module__cYtTHa__navItem{color:var(--sidebar-text);transition:all var(--transition);white-space:nowrap;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;display:flex;overflow:hidden}.BusinessLayout-module__cYtTHa__navItem:hover{background:var(--sidebar-border);color:#f1f5f9}.BusinessLayout-module__cYtTHa__navItemActive,.BusinessLayout-module__cYtTHa__navItemActive:hover{background:var(--sidebar-active-bg);color:var(--sidebar-active-text)}.BusinessLayout-module__cYtTHa__navIcon{flex-shrink:0;align-items:center;display:flex}.BusinessLayout-module__cYtTHa__navLabel{text-overflow:ellipsis;overflow:hidden}.BusinessLayout-module__cYtTHa__sidebarFooter{border-top:1px solid var(--sidebar-border);padding:.75rem .5rem}.BusinessLayout-module__cYtTHa__backToApp{color:var(--sidebar-text);cursor:pointer;white-space:nowrap;width:100%;transition:all var(--transition);background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem .75rem;font-size:.82rem;font-weight:500;display:flex;overflow:hidden}.BusinessLayout-module__cYtTHa__backToApp:hover{background:var(--sidebar-border);color:#f1f5f9}.BusinessLayout-module__cYtTHa__mainWrapper{flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.BusinessLayout-module__cYtTHa__header{height:var(--header-height);background:var(--bg-base);border-bottom:1px solid var(--border);z-index:50;justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;display:flex;position:sticky;top:0}.BusinessLayout-module__cYtTHa__headerLeft{flex:1;max-width:480px}.BusinessLayout-module__cYtTHa__searchBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-muted);transition:all var(--transition);align-items:center;gap:.6rem;padding:.5rem .9rem;display:flex}.BusinessLayout-module__cYtTHa__searchBox:focus-within{border-color:var(--business-accent);color:var(--text-primary);box-shadow:0 0 0 3px #2563eb18}.BusinessLayout-module__cYtTHa__searchInput{color:var(--text-primary);font-family:var(--font-body);background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.BusinessLayout-module__cYtTHa__searchInput::placeholder{color:var(--text-muted)}.BusinessLayout-module__cYtTHa__headerRight{align-items:center;gap:.75rem;display:flex}.BusinessLayout-module__cYtTHa__iconBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;width:36px;height:36px;transition:all var(--transition);justify-content:center;align-items:center;display:flex;position:relative}.BusinessLayout-module__cYtTHa__iconBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.BusinessLayout-module__cYtTHa__notifBadge{background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.BusinessLayout-module__cYtTHa__userMenu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:.6rem;padding:.35rem .75rem .35rem .35rem;display:flex}.BusinessLayout-module__cYtTHa__userAvatar{background:var(--business-accent);color:#fff;width:28px;height:28px;font-family:var(--font-display);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.BusinessLayout-module__cYtTHa__userMeta{flex-direction:column;display:flex}.BusinessLayout-module__cYtTHa__userName{color:var(--text-primary);font-size:.8rem;font-weight:600;line-height:1.2}.BusinessLayout-module__cYtTHa__userRole{color:var(--text-muted);font-size:.68rem}.BusinessLayout-module__cYtTHa__logoutBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;margin-left:.25rem;padding:.2rem;display:flex}.BusinessLayout-module__cYtTHa__logoutBtn:hover{color:var(--red)}.BusinessLayout-module__cYtTHa__content{flex:1;padding:2rem;overflow-y:auto}@keyframes BusinessLayout-module__cYtTHa__spin{to{transform:rotate(360deg)}}
.dashboard-module__pjBzQq__page{flex-direction:column;gap:1.5rem;max-width:1400px;display:flex}.dashboard-module__pjBzQq__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.dashboard-module__pjBzQq__loadingSpinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite dashboard-module__pjBzQq__spin}.dashboard-module__pjBzQq__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-module__pjBzQq__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.dashboard-module__pjBzQq__pageSubtitle{color:var(--text-muted);text-transform:capitalize;font-size:.82rem}.dashboard-module__pjBzQq__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.dashboard-module__pjBzQq__primaryBtn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb44}.dashboard-module__pjBzQq__alertsSection{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__pjBzQq__alert{border-radius:var(--radius);align-items:center;gap:.6rem;padding:.65rem 1rem;font-size:.82rem;font-weight:500;display:flex}.dashboard-module__pjBzQq__alertWarning{color:var(--yellow);background:#fbbf2418;border:1px solid #fbbf2444}.dashboard-module__pjBzQq__alertInfo{color:#60a5fa;background:#2563eb18;border:1px solid #2563eb44}.dashboard-module__pjBzQq__alertSuccess{background:var(--green-dim);border:1px solid var(--green);color:var(--green)}.dashboard-module__pjBzQq__kpiGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.dashboard-module__pjBzQq__kpiCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition);flex-direction:column;gap:.4rem;padding:1.5rem;display:flex}.dashboard-module__pjBzQq__kpiCard:hover{border-color:var(--border-hover)}.dashboard-module__pjBzQq__kpiHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.dashboard-module__pjBzQq__kpiIcon{color:#2563eb;align-items:center;display:flex}.dashboard-module__pjBzQq__kpiChange{border-radius:4px;padding:.15rem .4rem;font-size:.72rem;font-weight:600}.dashboard-module__pjBzQq__kpiChangeUp{background:var(--green-dim);color:var(--green)}.dashboard-module__pjBzQq__kpiChangeDown{background:var(--red-dim);color:var(--red)}.dashboard-module__pjBzQq__kpiValue{font-family:var(--font-display);color:var(--text-primary);font-size:2rem;font-weight:800;line-height:1}.dashboard-module__pjBzQq__kpiLabel{color:var(--text-muted);font-size:.78rem;line-height:1.3}.dashboard-module__pjBzQq__bottomGrid{grid-template-columns:1fr 340px;gap:1rem;display:grid}.dashboard-module__pjBzQq__widget{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.dashboard-module__pjBzQq__widgetHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;display:flex}.dashboard-module__pjBzQq__widgetTitle{font-family:var(--font-display);color:var(--text-primary);font-size:.88rem;font-weight:700}.dashboard-module__pjBzQq__widgetLink{color:#2563eb;font-size:.78rem;font-weight:500;text-decoration:none}.dashboard-module__pjBzQq__widgetLink:hover{text-decoration:underline}.dashboard-module__pjBzQq__table{border-collapse:collapse;width:100%;font-size:.82rem}.dashboard-module__pjBzQq__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);padding:.65rem 1.5rem;font-size:.72rem;font-weight:600}.dashboard-module__pjBzQq__table td{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.75rem 1.5rem}.dashboard-module__pjBzQq__table tr:last-child td{border-bottom:none}.dashboard-module__pjBzQq__table tbody tr:hover td{background:var(--bg-elevated)}.dashboard-module__pjBzQq__badge{border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.dashboard-module__pjBzQq__badgeGreen{background:var(--green-dim);color:var(--green)}.dashboard-module__pjBzQq__badgeGray{background:var(--bg-elevated);color:var(--text-muted)}.dashboard-module__pjBzQq__emptyWidget{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;font-size:.85rem;display:flex}.dashboard-module__pjBzQq__emptyLink{color:#2563eb;font-size:.82rem;font-weight:500}.dashboard-module__pjBzQq__quickActions{flex-direction:column;display:flex}.dashboard-module__pjBzQq__quickAction{color:var(--text-secondary);border-bottom:1px solid var(--border);transition:all var(--transition);align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:.82rem;font-weight:500;text-decoration:none;display:flex}.dashboard-module__pjBzQq__quickAction:last-child{border-bottom:none}.dashboard-module__pjBzQq__quickAction:hover{background:var(--bg-elevated);color:var(--text-primary)}.dashboard-module__pjBzQq__quickActionIcon{color:#60a5fa;background:#2563eb18;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex}@media (max-width:1200px){.dashboard-module__pjBzQq__kpiGrid{grid-template-columns:repeat(2,1fr)}.dashboard-module__pjBzQq__bottomGrid{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-module__pjBzQq__kpiGrid{grid-template-columns:1fr}.dashboard-module__pjBzQq__pageHeader{flex-direction:column;align-items:flex-start}}@keyframes dashboard-module__pjBzQq__spin{to{transform:rotate(360deg)}}
.interviews-module__TAsDLG__page{flex-direction:column;gap:1.5rem;max-width:1400px;display:flex}.interviews-module__TAsDLG__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.interviews-module__TAsDLG__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite interviews-module__TAsDLG__spin}.interviews-module__TAsDLG__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.interviews-module__TAsDLG__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.75rem;margin-bottom:.2rem;font-size:1.5rem;font-weight:800;display:flex}.interviews-module__TAsDLG__pendingBadge{color:var(--yellow);background:#fbbf2418;border:1px solid #fbbf2444;border-radius:100px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.interviews-module__TAsDLG__pageSubtitle{color:var(--text-muted);font-size:.82rem}.interviews-module__TAsDLG__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.interviews-module__TAsDLG__primaryBtn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb44}.interviews-module__TAsDLG__filtersRow{flex-wrap:wrap;gap:.5rem;display:flex}.interviews-module__TAsDLG__filterBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);padding:.5rem 1rem;font-size:.82rem;font-weight:500}.interviews-module__TAsDLG__filterBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.interviews-module__TAsDLG__filterBtnActive{color:#60a5fa;background:#2563eb18;border-color:#2563eb44}.interviews-module__TAsDLG__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1.5rem;display:flex}.interviews-module__TAsDLG__emptyLink{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600}.interviews-module__TAsDLG__interviewsList{flex-direction:column;gap:.75rem;display:flex}.interviews-module__TAsDLG__interviewCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition);align-items:flex-start;gap:1.25rem;padding:1.25rem;display:flex}.interviews-module__TAsDLG__interviewCard:hover{border-color:var(--border-hover)}.interviews-module__TAsDLG__dateColumn{border-radius:var(--radius);background:#2563eb18;border:1px solid #2563eb33;flex-direction:column;align-items:center;min-width:52px;padding:.5rem .6rem;display:flex}.interviews-module__TAsDLG__dateDay{font-family:var(--font-display);color:#60a5fa;font-size:1.5rem;font-weight:800;line-height:1}.interviews-module__TAsDLG__dateMonth{color:#60a5fa;letter-spacing:.05em;font-size:.65rem;font-weight:600}.interviews-module__TAsDLG__dateTime{color:var(--text-muted);margin-top:.25rem;font-size:.68rem}.interviews-module__TAsDLG__infoColumn{flex-direction:column;flex:1;gap:.4rem;display:flex}.interviews-module__TAsDLG__interviewTopRow{align-items:center;gap:.75rem;display:flex}.interviews-module__TAsDLG__candidateName{font-family:var(--font-display);color:var(--text-primary);font-size:.95rem;font-weight:700}.interviews-module__TAsDLG__interviewMeta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.interviews-module__TAsDLG__metaItem{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.78rem;display:flex}.interviews-module__TAsDLG__typeTag{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:4px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.interviews-module__TAsDLG__candidateEmail{color:var(--text-muted);font-size:.75rem}.interviews-module__TAsDLG__notesPreview{color:var(--text-secondary);font-size:.78rem;font-style:italic}.interviews-module__TAsDLG__feedbackPreview{color:var(--green);font-size:.78rem}.interviews-module__TAsDLG__actionsColumn{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.interviews-module__TAsDLG__statusSelect{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;outline:none;padding:.35rem .6rem;font-size:.75rem}.interviews-module__TAsDLG__actionBtn,.interviews-module__TAsDLG__actionBtnDanger{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;width:30px;height:30px;transition:all var(--transition);border-radius:6px;justify-content:center;align-items:center;display:flex}.interviews-module__TAsDLG__actionBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.interviews-module__TAsDLG__actionBtnDanger:hover{border-color:var(--red);color:var(--red)}.interviews-module__TAsDLG__badge{white-space:nowrap;border-radius:100px;padding:.2rem .55rem;font-size:.68rem;font-weight:600}.interviews-module__TAsDLG__badgeYellow{color:var(--yellow);background:#fbbf2418}.interviews-module__TAsDLG__badgeGreen{background:var(--green-dim);color:var(--green)}.interviews-module__TAsDLG__badgeRed{background:var(--red-dim);color:var(--red)}.interviews-module__TAsDLG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.interviews-module__TAsDLG__modal,.interviews-module__TAsDLG__detailModal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0005}.interviews-module__TAsDLG__detailModal{max-width:640px}.interviews-module__TAsDLG__modalHeader{border-bottom:1px solid var(--border);background:var(--bg-card);z-index:5;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.interviews-module__TAsDLG__modalTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700}.interviews-module__TAsDLG__modalSubtitle{color:var(--text-muted);margin-top:.15rem;font-size:.78rem}.interviews-module__TAsDLG__closeBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;display:flex}.interviews-module__TAsDLG__closeBtn:hover{color:var(--text-primary)}.interviews-module__TAsDLG__form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.interviews-module__TAsDLG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.interviews-module__TAsDLG__formGroup{flex-direction:column;gap:.4rem;display:flex}.interviews-module__TAsDLG__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.interviews-module__TAsDLG__input,.interviews-module__TAsDLG__textarea{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition);outline:none;padding:.65rem .9rem;font-size:.88rem}.interviews-module__TAsDLG__textarea{resize:vertical;min-height:80px}.interviews-module__TAsDLG__input::placeholder,.interviews-module__TAsDLG__textarea::placeholder{color:var(--text-muted)}.interviews-module__TAsDLG__input:focus,.interviews-module__TAsDLG__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.interviews-module__TAsDLG__candidatePreview{border-radius:var(--radius);background:#2563eb0a;border:1px solid #2563eb22;flex-direction:column;gap:.35rem;padding:.75rem 1rem;display:flex}.interviews-module__TAsDLG__previewRow{gap:.5rem;font-size:.8rem;display:flex}.interviews-module__TAsDLG__previewLabel{color:var(--text-muted);min-width:60px}.interviews-module__TAsDLG__previewValue{color:var(--text-secondary);font-weight:500}.interviews-module__TAsDLG__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.interviews-module__TAsDLG__modalFooter{justify-content:flex-end;gap:.6rem;margin-top:.25rem;display:flex}.interviews-module__TAsDLG__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500}.interviews-module__TAsDLG__cancelBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.interviews-module__TAsDLG__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;min-width:150px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.interviews-module__TAsDLG__submitBtn:hover:not(:disabled){background:#1d4ed8}.interviews-module__TAsDLG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.interviews-module__TAsDLG__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite interviews-module__TAsDLG__spin}.interviews-module__TAsDLG__detailBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.interviews-module__TAsDLG__candidateInfoBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.interviews-module__TAsDLG__sectionTitle{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.interviews-module__TAsDLG__infoGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.interviews-module__TAsDLG__infoItem{flex-direction:column;gap:.15rem;display:flex}.interviews-module__TAsDLG__infoLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.interviews-module__TAsDLG__infoValue{color:var(--text-primary);font-size:.85rem;font-weight:500}.interviews-module__TAsDLG__candidateSummary{color:var(--text-secondary);font-size:.82rem;font-style:italic;line-height:1.5}.interviews-module__TAsDLG__skillTags{flex-wrap:wrap;gap:.35rem;display:flex}.interviews-module__TAsDLG__skillTag{color:#60a5fa;background:#2563eb18;border-radius:100px;padding:.25rem .6rem;font-size:.72rem;font-weight:500}.interviews-module__TAsDLG__detailSection{flex-direction:column;gap:.4rem;display:flex}.interviews-module__TAsDLG__detailText{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.interviews-module__TAsDLG__feedbackForm{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding-top:1.25rem;display:flex}.interviews-module__TAsDLG__starRow{align-items:center;gap:.35rem;display:flex}.interviews-module__TAsDLG__starBtn{color:var(--border);cursor:pointer;transition:color var(--transition);background:0 0;border:none;padding:0;font-size:1.4rem;line-height:1}.interviews-module__TAsDLG__starBtn:hover,.interviews-module__TAsDLG__starActive{color:#fbbf24}.interviews-module__TAsDLG__clearStar{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:.25rem;font-size:.8rem}@keyframes interviews-module__TAsDLG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.interviews-module__TAsDLG__pageHeader{flex-direction:column;align-items:flex-start}.interviews-module__TAsDLG__formRow,.interviews-module__TAsDLG__infoGrid{grid-template-columns:1fr}.interviews-module__TAsDLG__interviewCard{flex-direction:column}.interviews-module__TAsDLG__actionsColumn{flex-direction:row;align-items:center}}
.pool-module__yQcgUa__page{flex-direction:column;gap:1.5rem;max-width:1400px;display:flex}.pool-module__yQcgUa__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.pool-module__yQcgUa__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite pool-module__yQcgUa__spin}.pool-module__yQcgUa__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.pool-module__yQcgUa__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.pool-module__yQcgUa__pageSubtitle{color:var(--text-muted);font-size:.82rem}.pool-module__yQcgUa__totalBadge{color:#60a5fa;white-space:nowrap;background:#2563eb18;border-radius:100px;padding:.4rem .9rem;font-size:.8rem;font-weight:600}.pool-module__yQcgUa__filtersBox{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:.85rem;padding:1.1rem 1.25rem;display:flex}.pool-module__yQcgUa__filtersGrid{grid-template-columns:2fr 1.5fr 1fr 1fr;gap:.75rem;display:grid}.pool-module__yQcgUa__filterInput{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition);outline:none;padding:.55rem .85rem;font-size:.85rem}.pool-module__yQcgUa__filterInput::placeholder{color:var(--text-muted)}.pool-module__yQcgUa__filterInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.pool-module__yQcgUa__filterActions{gap:.5rem;display:flex}.pool-module__yQcgUa__applyBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:#2563eb;border:none;padding:.5rem 1.1rem;font-size:.8rem;font-weight:600}.pool-module__yQcgUa__applyBtn:hover{background:#1d4ed8}.pool-module__yQcgUa__clearBtn{border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:0 0;padding:.5rem 1.1rem;font-size:.8rem}.pool-module__yQcgUa__clearBtn:hover{color:var(--text-primary);border-color:var(--border-hover)}.pool-module__yQcgUa__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.5rem;padding:4rem 1.5rem;display:flex}.pool-module__yQcgUa__emptyHint{max-width:360px;font-size:.78rem}.pool-module__yQcgUa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.pool-module__yQcgUa__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition);flex-direction:column;gap:.65rem;padding:1.1rem;display:flex}.pool-module__yQcgUa__card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.pool-module__yQcgUa__cardHeader{align-items:center;gap:.65rem;display:flex}.pool-module__yQcgUa__avatar{color:#60a5fa;width:38px;height:38px;font-family:var(--font-display);background:#2563eb18;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.pool-module__yQcgUa__cardHeaderInfo{overflow:hidden}.pool-module__yQcgUa__cardName{font-family:var(--font-display);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:700;overflow:hidden}.pool-module__yQcgUa__cardEmail{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.pool-module__yQcgUa__cardSummary{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.pool-module__yQcgUa__cardMetaRow{flex-wrap:wrap;gap:.4rem;display:flex}.pool-module__yQcgUa__metaTag{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:100px;padding:.2rem .55rem;font-size:.7rem;font-weight:500}.pool-module__yQcgUa__skillTags{flex-wrap:wrap;gap:.35rem;display:flex}.pool-module__yQcgUa__skillTag{color:#60a5fa;background:#2563eb14;border-radius:100px;padding:.18rem .5rem;font-size:.68rem}.pool-module__yQcgUa__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.pool-module__yQcgUa__originTag{color:var(--text-muted);font-size:.7rem}.pool-module__yQcgUa__reuseBtn{color:#60a5fa;cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb18;border:none;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.72rem;font-weight:600;display:flex}.pool-module__yQcgUa__reuseBtn:hover{background:#2563eb33}.pool-module__yQcgUa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.pool-module__yQcgUa__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.pool-module__yQcgUa__smallModal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px}.pool-module__yQcgUa__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.pool-module__yQcgUa__modalTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700}.pool-module__yQcgUa__closeBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;display:flex}.pool-module__yQcgUa__closeBtn:hover{color:var(--text-primary)}.pool-module__yQcgUa__modalBody{flex-direction:column;gap:1.1rem;padding:1.5rem;display:flex}.pool-module__yQcgUa__detailSummary{color:var(--text-secondary);font-size:.85rem;font-style:italic;line-height:1.6}.pool-module__yQcgUa__detailSection{flex-direction:column;gap:.4rem;display:flex}.pool-module__yQcgUa__sectionTitle{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.pool-module__yQcgUa__detailList{color:var(--text-secondary);flex-direction:column;gap:.3rem;padding-left:1.1rem;font-size:.84rem;display:flex}.pool-module__yQcgUa__noteItem{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.4rem;padding:.6rem .8rem}.pool-module__yQcgUa__noteContent{color:var(--text-secondary);font-size:.8rem}.pool-module__yQcgUa__noteMeta{color:var(--text-muted);margin-top:.25rem;font-size:.68rem}.pool-module__yQcgUa__fullReuseBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:#2563eb;border:none;padding:.7rem 1.25rem;font-size:.85rem;font-weight:700}.pool-module__yQcgUa__fullReuseBtn:hover{background:#1d4ed8}.pool-module__yQcgUa__confirmText{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.pool-module__yQcgUa__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);outline:none;width:100%;padding:.65rem .9rem;font-size:.85rem}.pool-module__yQcgUa__modalFooter{justify-content:flex-end;gap:.6rem;display:flex}.pool-module__yQcgUa__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.6rem 1.1rem;font-size:.85rem}.pool-module__yQcgUa__cancelBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.pool-module__yQcgUa__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;min-width:110px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.pool-module__yQcgUa__submitBtn:hover:not(:disabled){background:#1d4ed8}.pool-module__yQcgUa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.pool-module__yQcgUa__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite pool-module__yQcgUa__spin}@keyframes pool-module__yQcgUa__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.pool-module__yQcgUa__filtersGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.pool-module__yQcgUa__pageHeader{flex-direction:column;align-items:flex-start}.pool-module__yQcgUa__filtersGrid,.pool-module__yQcgUa__grid{grid-template-columns:1fr}}
.positions-module__s4e29G__page{flex-direction:column;gap:1.5rem;max-width:1400px;display:flex}.positions-module__s4e29G__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.positions-module__s4e29G__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite positions-module__s4e29G__spin}.positions-module__s4e29G__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.positions-module__s4e29G__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.positions-module__s4e29G__pageSubtitle{color:var(--text-muted);font-size:.82rem}.positions-module__s4e29G__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.positions-module__s4e29G__primaryBtn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb44}.positions-module__s4e29G__filters{gap:.5rem;display:flex}.positions-module__s4e29G__filterBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);padding:.5rem 1rem;font-size:.82rem;font-weight:500}.positions-module__s4e29G__filterBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.positions-module__s4e29G__filterBtnActive{color:#60a5fa;background:#2563eb18;border-color:#2563eb44}.positions-module__s4e29G__filterBtnActive:hover{color:#60a5fa;border-color:#2563eb44}.positions-module__s4e29G__emptyState{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1.5rem;display:flex}.positions-module__s4e29G__emptyLink{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-top:.25rem;font-size:.85rem;font-weight:600}.positions-module__s4e29G__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.positions-module__s4e29G__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.positions-module__s4e29G__card:hover{border-color:var(--border-hover)}.positions-module__s4e29G__cardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.positions-module__s4e29G__cardTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.3}.positions-module__s4e29G__badge{white-space:nowrap;border-radius:100px;flex-shrink:0;padding:.2rem .55rem;font-size:.68rem;font-weight:600}.positions-module__s4e29G__badgeGreen{background:var(--green-dim);color:var(--green)}.positions-module__s4e29G__badgeYellow{color:var(--yellow);background:#fbbf2418}.positions-module__s4e29G__badgeGray{background:var(--bg-elevated);color:var(--text-muted)}.positions-module__s4e29G__cardMeta{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.positions-module__s4e29G__cardDescription{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.positions-module__s4e29G__cardFooter{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.positions-module__s4e29G__candidateCount{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.positions-module__s4e29G__cardActions{align-items:center;gap:.4rem;display:flex}.positions-module__s4e29G__statusSelect{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;outline:none;padding:.3rem .5rem;font-size:.72rem}.positions-module__s4e29G__iconBtn,.positions-module__s4e29G__iconBtnDanger{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;width:28px;height:28px;transition:all var(--transition);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.positions-module__s4e29G__iconBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.positions-module__s4e29G__iconBtnDanger:hover{border-color:var(--red);color:var(--red)}.positions-module__s4e29G__viewCandidatesLink{color:#2563eb;text-align:right;font-size:.8rem;font-weight:500;text-decoration:none}.positions-module__s4e29G__viewCandidatesLink:hover{text-decoration:underline}.positions-module__s4e29G__exportWrapper{position:relative}.positions-module__s4e29G__exportMenu{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);z-index:20;min-width:160px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 24px #0004}.positions-module__s4e29G__exportOption{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border:none;padding:.6rem .85rem;font-size:.8rem;display:block}.positions-module__s4e29G__exportOption:hover{background:var(--bg-elevated);color:var(--text-primary)}.positions-module__s4e29G__exportOption+.positions-module__s4e29G__exportOption{border-top:1px solid var(--border)}.positions-module__s4e29G__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.positions-module__s4e29G__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0005}.positions-module__s4e29G__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.positions-module__s4e29G__modalTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:700}.positions-module__s4e29G__closeBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;align-items:center;display:flex}.positions-module__s4e29G__closeBtn:hover{color:var(--text-primary)}.positions-module__s4e29G__form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.positions-module__s4e29G__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.positions-module__s4e29G__formGroup{flex-direction:column;gap:.4rem;display:flex}.positions-module__s4e29G__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.positions-module__s4e29G__input,.positions-module__s4e29G__textarea{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition);outline:none;padding:.65rem .9rem;font-size:.88rem}.positions-module__s4e29G__textarea{resize:vertical;min-height:80px;font-family:var(--font-body)}.positions-module__s4e29G__input::placeholder,.positions-module__s4e29G__textarea::placeholder{color:var(--text-muted)}.positions-module__s4e29G__input:focus,.positions-module__s4e29G__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.positions-module__s4e29G__hint{color:var(--text-muted);font-size:.72rem}.positions-module__s4e29G__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.positions-module__s4e29G__modalFooter{justify-content:flex-end;gap:.6rem;margin-top:.5rem;display:flex}.positions-module__s4e29G__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:0 0;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500}.positions-module__s4e29G__cancelBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.positions-module__s4e29G__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);background:#2563eb;border:none;justify-content:center;align-items:center;min-width:130px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.positions-module__s4e29G__submitBtn:hover:not(:disabled){background:#1d4ed8}.positions-module__s4e29G__submitBtn:disabled{opacity:.6;cursor:not-allowed}.positions-module__s4e29G__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite positions-module__s4e29G__spin}@media (max-width:640px){.positions-module__s4e29G__pageHeader{flex-direction:column;align-items:flex-start}.positions-module__s4e29G__formRow,.positions-module__s4e29G__grid{grid-template-columns:1fr}}@keyframes positions-module__s4e29G__spin{to{transform:rotate(360deg)}}
.reports-module__WzfrWq__page{flex-direction:column;gap:1.25rem;max-width:1300px;display:flex}.reports-module__WzfrWq__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.reports-module__WzfrWq__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite reports-module__WzfrWq__spin}.reports-module__WzfrWq__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.reports-module__WzfrWq__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.reports-module__WzfrWq__pageSubtitle{color:var(--text-muted);font-size:.82rem}.reports-module__WzfrWq__dateFilters{align-items:center;gap:.5rem;display:flex}.reports-module__WzfrWq__dateInput{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);outline:none;padding:.45rem .7rem;font-size:.8rem}.reports-module__WzfrWq__dateDash{color:var(--text-muted)}.reports-module__WzfrWq__applyBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;padding:.45rem .9rem;font-size:.78rem;font-weight:600}.reports-module__WzfrWq__applyBtn:hover{background:#1d4ed8}.reports-module__WzfrWq__clearBtn{border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.45rem .9rem;font-size:.78rem}.reports-module__WzfrWq__clearBtn:hover{color:var(--text-primary);border-color:var(--border-hover)}.reports-module__WzfrWq__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.reports-module__WzfrWq__cardTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.reports-module__WzfrWq__cardSubtitle{color:var(--text-muted);margin-bottom:1.25rem;font-size:.78rem}.reports-module__WzfrWq__emptyNote{color:var(--text-muted);text-align:center;padding:1rem 0;font-size:.8rem}.reports-module__WzfrWq__grid2{grid-template-columns:1.3fr 1fr;gap:1.25rem;display:grid}.reports-module__WzfrWq__funnel{flex-direction:column;gap:.75rem;display:flex}.reports-module__WzfrWq__funnelRow{grid-template-columns:110px 1fr 40px;align-items:center;gap:.75rem;display:grid}.reports-module__WzfrWq__funnelLabel{color:var(--text-secondary);font-size:.8rem}.reports-module__WzfrWq__funnelBarTrack{background:var(--bg-elevated);border-radius:6px;height:22px;overflow:hidden}.reports-module__WzfrWq__funnelBarFill{border-radius:6px;height:100%;transition:width .5s}.reports-module__WzfrWq__funnelValue{color:var(--text-primary);text-align:right;font-size:.85rem;font-weight:700}.reports-module__WzfrWq__bigMetric{align-items:baseline;gap:.5rem;margin-bottom:1.25rem;display:flex}.reports-module__WzfrWq__bigMetricValue{font-family:var(--font-display);color:#60a5fa;font-size:2.5rem;font-weight:800;line-height:1}.reports-module__WzfrWq__bigMetricLabel{color:var(--text-muted);font-size:.82rem}.reports-module__WzfrWq__miniList{flex-direction:column;gap:.4rem;display:flex}.reports-module__WzfrWq__miniListRow{border-bottom:1px solid var(--border);justify-content:space-between;padding:.4rem 0;font-size:.82rem;display:flex}.reports-module__WzfrWq__miniListRow:last-child{border-bottom:none}.reports-module__WzfrWq__miniListLabel{color:var(--text-secondary)}.reports-module__WzfrWq__miniListValue{color:var(--text-primary);font-weight:600}.reports-module__WzfrWq__gaugeWrapper{justify-content:center;margin-bottom:.5rem;display:flex;position:relative}.reports-module__WzfrWq__gauge{width:160px}.reports-module__WzfrWq__gaugeValue{font-family:var(--font-display);color:var(--text-primary);font-size:1.6rem;font-weight:800;position:absolute;bottom:0}.reports-module__WzfrWq__gaugeHint{color:var(--text-muted);text-align:center;font-size:.8rem}.reports-module__WzfrWq__interviewStats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}.reports-module__WzfrWq__statBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;gap:.25rem;padding:1rem;display:flex}.reports-module__WzfrWq__statValue{font-family:var(--font-display);color:var(--text-primary);font-size:1.6rem;font-weight:800}.reports-module__WzfrWq__statLabel{color:var(--text-muted);text-align:center;font-size:.72rem}.reports-module__WzfrWq__tableWrapper{overflow-x:auto}.reports-module__WzfrWq__table{border-collapse:collapse;width:100%;font-size:.85rem}.reports-module__WzfrWq__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:.6rem .85rem;font-size:.7rem;font-weight:600}.reports-module__WzfrWq__table td{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.65rem .85rem}.reports-module__WzfrWq__table tr:last-child td{border-bottom:none}@keyframes reports-module__WzfrWq__spin{to{transform:rotate(360deg)}}@media (max-width:900px){.reports-module__WzfrWq__grid2{grid-template-columns:1fr}}@media (max-width:640px){.reports-module__WzfrWq__pageHeader{flex-direction:column}.reports-module__WzfrWq__dateFilters{flex-wrap:wrap}.reports-module__WzfrWq__interviewStats{grid-template-columns:1fr}.reports-module__WzfrWq__funnelRow{grid-template-columns:90px 1fr 30px}}
.settings-module__apt-fG__page{flex-direction:column;gap:1.25rem;max-width:720px;display:flex}.settings-module__apt-fG__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.settings-module__apt-fG__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite settings-module__apt-fG__spin}.settings-module__apt-fG__pageHeader{flex-direction:column;gap:.2rem;display:flex}.settings-module__apt-fG__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.settings-module__apt-fG__pageSubtitle{color:var(--text-muted);font-size:.82rem}.settings-module__apt-fG__tabs{border-bottom:1px solid var(--border);gap:.5rem;display:flex}.settings-module__apt-fG__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-right:1.25rem;padding:.65rem .25rem;font-size:.85rem;font-weight:500;position:relative}.settings-module__apt-fG__tab:hover{color:var(--text-secondary)}.settings-module__apt-fG__tabActive{color:#60a5fa;font-weight:600}.settings-module__apt-fG__tabActive:after{content:"";background:#2563eb;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:0}.settings-module__apt-fG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.settings-module__apt-fG__cardTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.settings-module__apt-fG__cardSubtitle{color:var(--text-muted);margin-bottom:1.25rem;font-size:.78rem}.settings-module__apt-fG__infoBanner{color:var(--yellow);border-radius:var(--radius);background:#fbbf2418;border:1px solid #fbbf2444;margin-bottom:1.25rem;padding:.65rem .9rem;font-size:.8rem}.settings-module__apt-fG__form{flex-direction:column;gap:1rem;display:flex}.settings-module__apt-fG__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.settings-module__apt-fG__formGroup{flex-direction:column;gap:.4rem;display:flex}.settings-module__apt-fG__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.settings-module__apt-fG__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);transition:all var(--transition);outline:none;padding:.65rem .9rem;font-size:.85rem}.settings-module__apt-fG__input:disabled{opacity:.6;cursor:not-allowed}.settings-module__apt-fG__input:focus:not(:disabled){border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.settings-module__apt-fG__successBox{background:var(--green-dim);border:1px solid var(--green);color:var(--green);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.settings-module__apt-fG__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.settings-module__apt-fG__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-self:flex-start;align-items:center;min-width:150px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.settings-module__apt-fG__submitBtn:hover:not(:disabled){background:#1d4ed8}.settings-module__apt-fG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.settings-module__apt-fG__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite settings-module__apt-fG__spin}.settings-module__apt-fG__planBox{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.25rem}.settings-module__apt-fG__planInfo{align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.settings-module__apt-fG__planBadge{color:#60a5fa;font-family:var(--font-display);background:#2563eb18;border-radius:100px;padding:.3rem .8rem;font-size:.95rem;font-weight:700}.settings-module__apt-fG__planPrice{color:var(--text-secondary);font-size:.9rem;font-weight:600}.settings-module__apt-fG__planDetails{flex-direction:column;gap:.5rem;display:flex}.settings-module__apt-fG__planDetailRow{justify-content:space-between;font-size:.82rem;display:flex}.settings-module__apt-fG__planDetailLabel{color:var(--text-muted)}.settings-module__apt-fG__planDetailValue{color:var(--text-primary);align-items:center;gap:.4rem;font-weight:500;display:flex}.settings-module__apt-fG__activeDot{background:var(--green);border-radius:50%;width:7px;height:7px}.settings-module__apt-fG__billingNote{color:var(--text-muted);font-size:.78rem}@keyframes settings-module__apt-fG__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.settings-module__apt-fG__formRow{grid-template-columns:1fr}}
.team-module__ZGUBSa__page{flex-direction:column;gap:1.25rem;max-width:1200px;display:flex}.team-module__ZGUBSa__loading{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.88rem;display:flex}.team-module__ZGUBSa__spinner{border:2px solid var(--border);border-top-color:#2563eb;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite team-module__ZGUBSa__spin}.team-module__ZGUBSa__deniedState{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:5rem 1.5rem;display:flex}.team-module__ZGUBSa__deniedTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.2rem;font-weight:700}.team-module__ZGUBSa__deniedText{max-width:320px;font-size:.88rem}.team-module__ZGUBSa__deniedBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;margin-top:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600}.team-module__ZGUBSa__deniedBtn:hover{background:#1d4ed8}.team-module__ZGUBSa__pageHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.team-module__ZGUBSa__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:800}.team-module__ZGUBSa__pageSubtitle{color:var(--text-muted);font-size:.82rem}.team-module__ZGUBSa__primaryBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:#2563eb;border:none;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;display:flex}.team-module__ZGUBSa__primaryBtn:hover{background:#1d4ed8}.team-module__ZGUBSa__infoBox{color:#60a5fa;border-radius:var(--radius);background:#2563eb0c;border:1px solid #2563eb22;align-items:center;gap:.6rem;padding:.65rem 1rem;font-size:.8rem;display:flex}.team-module__ZGUBSa__tableWrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:auto hidden}.team-module__ZGUBSa__table{border-collapse:collapse;width:100%;font-size:.85rem}.team-module__ZGUBSa__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);white-space:nowrap;padding:.75rem 1.25rem;font-size:.72rem;font-weight:600}.team-module__ZGUBSa__table td{color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:.85rem 1.25rem}.team-module__ZGUBSa__table tr:last-child td{border-bottom:none}.team-module__ZGUBSa__table tbody tr:hover td{background:var(--bg-elevated)}.team-module__ZGUBSa__memberCell{align-items:center;gap:.6rem;display:flex}.team-module__ZGUBSa__avatar{color:#60a5fa;width:30px;height:30px;font-family:var(--font-display);background:#2563eb18;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.team-module__ZGUBSa__memberName{color:var(--text-primary);font-weight:600}.team-module__ZGUBSa__mutedCell{color:var(--text-muted)}.team-module__ZGUBSa__badge{border-radius:100px;padding:.25rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.team-module__ZGUBSa__badgePurple{color:#c084fc;background:#a855f718}.team-module__ZGUBSa__badgeBlue{color:#60a5fa;background:#2563eb18}.team-module__ZGUBSa__badgeGreen{background:var(--green-dim);color:var(--green)}.team-module__ZGUBSa__roleSelect{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;outline:none;padding:.35rem .6rem;font-size:.78rem}.team-module__ZGUBSa__removeBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;width:28px;height:28px;transition:all var(--transition);border-radius:6px;justify-content:center;align-items:center;display:flex}.team-module__ZGUBSa__removeBtn:hover{border-color:var(--red);color:var(--red)}.team-module__ZGUBSa__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.team-module__ZGUBSa__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:480px}.team-module__ZGUBSa__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.team-module__ZGUBSa__modalTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:700}.team-module__ZGUBSa__closeBtn{color:var(--text-muted);cursor:pointer;transition:color var(--transition);background:0 0;border:none;display:flex}.team-module__ZGUBSa__closeBtn:hover{color:var(--text-primary)}.team-module__ZGUBSa__form{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.team-module__ZGUBSa__formGroup{flex-direction:column;gap:.4rem;display:flex}.team-module__ZGUBSa__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.team-module__ZGUBSa__input{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-family:var(--font-body);outline:none;padding:.65rem .9rem;font-size:.85rem}.team-module__ZGUBSa__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb18}.team-module__ZGUBSa__hint{color:var(--text-muted);font-size:.75rem}.team-module__ZGUBSa__errorBox{background:var(--red-dim);border:1px solid var(--red);color:var(--red);border-radius:var(--radius);padding:.6rem .9rem;font-size:.82rem}.team-module__ZGUBSa__modalFooter{justify-content:flex-end;gap:.6rem;display:flex}.team-module__ZGUBSa__cancelBtn{border:1px solid var(--border);color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.6rem 1.1rem;font-size:.85rem}.team-module__ZGUBSa__cancelBtn:hover{border-color:var(--border-hover);color:var(--text-primary)}.team-module__ZGUBSa__submitBtn{color:#fff;font-family:var(--font-display);border-radius:var(--radius);cursor:pointer;background:#2563eb;border:none;justify-content:center;align-items:center;min-width:100px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;display:flex}.team-module__ZGUBSa__submitBtn:hover:not(:disabled){background:#1d4ed8}.team-module__ZGUBSa__submitBtn:disabled{opacity:.6;cursor:not-allowed}.team-module__ZGUBSa__btnSpinner{border:2px solid #fff4;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite team-module__ZGUBSa__spin}@keyframes team-module__ZGUBSa__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.team-module__ZGUBSa__pageHeader{flex-direction:column;align-items:flex-start}}
