:root{--glass-radius:22px;--glass-radius-sm:14px;--glass-pad:clamp(16px,2vw,22px);--glass-bg:linear-gradient(155deg,rgba(255,255,255,0.92),rgba(248,251,255,0.72));--glass-bg-strong:linear-gradient(155deg,#ffffff,rgba(248,251,255,0.88));--glass-bd:rgba(37,99,255,0.1);--glass-bd-soft:rgba(37,99,255,0.08);--glass-shadow-soft:inset 0 1px 0 rgba(255,255,255,0.9),0 12px 32px rgba(37,99,255,0.08);--glass-shadow-md:inset 0 1px 0 rgba(255,255,255,0.9),0 22px 48px rgba(37,99,255,0.1);--glass-blur:blur(22px) saturate(180%)}body[data-page=dashboard]{position:relative;overflow-x:hidden}.aurora-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.aurora-bg:after,.aurora-bg:before{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.aurora-bg:before{width:520px;height:520px;top:-180px;left:-120px;background:radial-gradient(circle at 30% 30%,rgba(37,99,255,.35),transparent 65%)}.aurora-bg:after{width:580px;height:580px;top:8%;right:-200px;background:radial-gradient(circle at 60% 40%,rgba(147,197,253,.45),transparent 65%)}.aurora-orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55}.aurora-orb-1{width:360px;height:360px;bottom:-120px;left:18%;background:radial-gradient(circle,rgba(34,197,94,.45),transparent 70%)}.aurora-orb-2{width:380px;height:380px;bottom:10%;right:6%;background:radial-gradient(circle,rgba(249,115,22,.4),transparent 70%)}main.dashboard-shell{position:relative;z-index:1;padding:28px 0 56px}.dashboard-header{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin-bottom:20px;padding:22px 24px;border-radius:var(--glass-radius);border:1px solid var(--glass-bd);background:var(--glass-bg);box-shadow:var(--glass-shadow-md);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.dashboard-header h1{margin:0;font-size:clamp(1.7rem,4vw,2.2rem);letter-spacing:-.03em}.dashboard-subtitle{margin:6px 0 0;color:#475569;max-width:56ch}.dashboard-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;justify-self:end}.nav-actions-dashboard{gap:8px}.ext-status{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.6);border:1px solid var(--glass-bd);font-size:.82rem;font-weight:600;color:#0f172a;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%)}.ext-status .dot{width:8px;height:8px;border-radius:50%;background:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.18)}.ext-status.is-online .dot{background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.22);animation:ext-pulse 2.4s ease-in-out infinite}.ext-status.is-syncing .dot{background:#f59e0b;box-shadow:0 0 0 4px rgba(245,158,11,.22)}@keyframes ext-pulse{0%,to{box-shadow:0 0 0 4px rgba(34,197,94,.22)}50%{box-shadow:0 0 0 7px rgba(34,197,94,.08)}}.btn-glass{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:12px;border:1px solid var(--glass-bd);background:rgba(255,255,255,.7);color:#0f172a;font:inherit;font-weight:600;font-size:.9rem;cursor:pointer;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn-glass:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,23,42,.1);background:rgba(255,255,255,.85)}.dashboard-layout{margin-top:18px;display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.dashboard-sidebar{display:grid;gap:12px;align-content:start;min-width:0}.dashboard-layout>.dashboard-main{position:relative;z-index:1;min-width:0}.tabs{display:block;position:sticky;top:92px;overflow:visible;border:1px solid var(--glass-bd);border-radius:var(--glass-radius);background:var(--glass-bg);padding:14px;box-shadow:var(--glass-shadow-soft);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.tabs-nav{display:grid;gap:6px;max-height:calc(100dvh - 140px);overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable}.account-box{margin:0;padding:14px;border:1px solid var(--glass-bd);border-radius:var(--glass-radius);background:var(--glass-bg);box-shadow:var(--glass-shadow-soft);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.account-box p{margin:0}.account-label{font-size:.7rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.account-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.account-display-name{margin-top:6px;font-size:.95rem;font-weight:600;color:#0f172a;word-break:break-word;line-height:1.35}.account-logout-icon-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid rgba(148,163,184,.45);border-radius:10px;background:rgba(255,255,255,.65);color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.account-logout-icon-btn:hover{background:#fff;border-color:rgba(37,99,255,.28);color:#2563ff}.account-logout-icon-btn svg{width:18px;height:18px}.tab-btn{position:relative;overflow:visible;border:1px solid transparent;background:rgba(255,255,255,.4);color:#334155;border-radius:12px;padding:10px 12px;font:inherit;font-weight:600;font-size:.92rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;text-align:left;display:flex;align-items:center;gap:10px}.tab-btn .tab-ico{width:22px;height:22px;display:inline-grid;place-items:center;font-size:.95rem}.tab-btn:hover{background:rgba(255,255,255,.75);box-shadow:0 8px 14px rgba(15,23,42,.06)}.tab-btn.is-active{background:var(--primary);color:#fff;border-color:transparent;box-shadow:0 14px 26px rgba(37,99,255,.28)}.tab-label-with-mark{display:inline-flex;align-items:center;gap:2px}.tab-btn:has(.tab-incomplete-mark.is-visible){flex-wrap:wrap;align-items:center}.tab-btn:has(.tab-incomplete-mark.is-visible) .tab-label-with-mark{display:contents}.tab-incomplete-mark{display:none}.tab-incomplete-mark.is-visible{display:contents}.tab-incomplete-mark[hidden]{display:none!important}.tab-incomplete-mark-dot{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;width:20px;height:20px;border-radius:999px;background:linear-gradient(145deg,#f59e0b,#ea580c);color:#fff;font-weight:800;font-size:.78rem;line-height:1;flex-shrink:0;cursor:help;box-shadow:0 0 0 2px rgba(245,158,11,.45),0 4px 10px rgba(234,88,12,.35);animation:tab-incomplete-pulse 2.2s ease-in-out infinite;transform:translateY(-.5px)}@keyframes tab-incomplete-pulse{0%,to{box-shadow:0 0 0 2px rgba(245,158,11,.45),0 4px 10px rgba(234,88,12,.35)}50%{box-shadow:0 0 0 5px rgba(245,158,11,.2),0 4px 14px rgba(234,88,12,.45)}}.tab-btn.is-active .tab-incomplete-mark-dot{background:linear-gradient(145deg,#fef08a,#fde047);color:#92400e;box-shadow:0 0 0 2px rgba(254,240,138,.55),0 4px 10px rgba(15,23,42,.2)}.tab-incomplete-tooltip{position:relative;flex:0 0 100%;width:100%;box-sizing:border-box;z-index:1;margin:0;padding:0 10px;max-height:0;overflow:hidden;border-radius:10px;background:#0f172a;color:#f8fafc;font-size:.78rem;font-weight:500;line-height:1.4;text-align:left;white-space:normal;box-shadow:0 10px 28px rgba(15,23,42,.28);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease,max-height .22s ease,padding .22s ease,margin .22s ease}.tab-btn:has(.tab-incomplete-mark.is-visible):hover .tab-incomplete-tooltip{opacity:1;visibility:visible;max-height:96px;padding:9px 10px;margin-top:8px}.tab-btn:focus-visible .tab-incomplete-mark-dot,.tab-btn:hover .tab-incomplete-mark-dot{animation-play-state:paused}#profile h2+.inline-note{margin:10px 0 18px}.profile-incomplete-alert{margin:0 0 16px;border-radius:12px;border:1px solid rgba(245,158,11,.45);background:linear-gradient(135deg,rgba(255,251,235,.95),rgba(254,243,199,.88));box-shadow:0 8px 20px rgba(234,88,12,.1);overflow:hidden}.profile-incomplete-alert[hidden]{display:none!important}.profile-incomplete-alert-toggle{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:12px 14px;border:none;background:transparent;font:inherit;text-align:left;color:#92400e;cursor:pointer;transition:background .15s ease}.profile-incomplete-alert-toggle:hover{background:rgba(254,243,199,.55)}.profile-incomplete-alert-toggle:focus-visible{outline:none;box-shadow:inset 0 0 0 2px rgba(245,158,11,.55)}.profile-incomplete-alert-mark{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:linear-gradient(145deg,#f59e0b,#ea580c);color:#fff;font-size:.82rem;font-weight:800;line-height:1;box-shadow:0 0 0 2px rgba(245,158,11,.35)}.profile-incomplete-alert-text{flex:1;min-width:0;font-size:.88rem;line-height:1.35}.profile-incomplete-alert-text strong{font-weight:700;color:#78350f}.profile-incomplete-alert-chevron{flex-shrink:0;font-size:.72rem;color:#b45309;transition:transform .2s ease}.profile-incomplete-alert-toggle[aria-expanded=true] .profile-incomplete-alert-chevron{transform:rotate(180deg)}.profile-incomplete-list-wrap{display:grid;grid-template-rows:0fr;background:rgba(255,255,255,.45);transition:grid-template-rows .32s ease}.profile-incomplete-list-wrap.is-expanded{grid-template-rows:1fr}.profile-incomplete-list{list-style:none;margin:0;padding:8px 10px 10px;display:grid;gap:4px;min-height:0;overflow:hidden;border-top:1px solid rgba(245,158,11,.28);opacity:0;transition:opacity .28s ease}.profile-incomplete-list-wrap.is-expanded .profile-incomplete-list{opacity:1}.profile-incomplete-list-item{display:block;width:100%;margin:0;padding:8px 10px 8px 12px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.86rem;font-weight:500;text-align:left;color:#92400e;cursor:pointer;transition:background .15s ease,color .15s ease}.profile-incomplete-list-item:before{content:"\2022";margin-right:8px;color:#ea580c;font-weight:700}.profile-incomplete-list-item:hover{background:rgba(254,243,199,.65);color:#78350f}.profile-incomplete-list-item:focus-visible{outline:none;background:rgba(254,243,199,.85);box-shadow:inset 0 0 0 2px rgba(245,158,11,.45)}.tab-panel{display:none}.tab-panel.is-active{display:block;animation:fade-in .35s ease both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dash-panel{position:relative;border:1px solid var(--glass-bd);border-radius:var(--glass-radius);background:var(--glass-bg);box-shadow:var(--glass-shadow-soft);padding:var(--glass-pad);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.dash-panel h2{text-align:left;font-size:1.12rem;margin:0 0 14px;letter-spacing:-.02em}.panel-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:12px}.panel-head h2{margin:0}.panel-head .panel-sub{font-size:.82rem;color:#64748b}.kpi-hero{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kpi-card{position:relative;border-radius:var(--glass-radius-sm);border:1px solid var(--glass-bd);background:var(--glass-bg-strong);padding:16px;overflow:hidden;box-shadow:var(--glass-shadow-soft)}.kpi-card:before{content:"";position:absolute;inset:0;background:radial-gradient(120% 120% at 100% 0,rgba(37,99,255,.14),transparent 60%);pointer-events:none}.kpi-card h3{margin:0 0 6px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.kpi-value{font-size:1.7rem;font-weight:800;letter-spacing:-.03em;line-height:1}.kpi-delta{margin-top:8px;display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:700;padding:3px 8px;border-radius:999px;background:rgba(34,197,94,.15);color:#15803d}.kpi-delta.is-down{background:rgba(239,68,68,.14);color:#b91c1c}.kpi-spark{position:absolute;right:10px;bottom:10px;width:64px;height:22px;opacity:.7}.funnel{margin-top:4px}.funnel,.funnel-row{display:grid;gap:10px}.funnel-row{grid-template-columns:130px 1fr 60px;align-items:center;font-size:.86rem}.funnel-bar{position:relative;height:12px;background:rgba(148,163,184,.18);border-radius:999px;overflow:hidden}.funnel-fill{position:absolute;inset:0;width:var(--w,50%);background:linear-gradient(90deg,#2563ff,#60a5fa);border-radius:999px;transition:width .6s cubic-bezier(.22,1,.36,1)}.funnel-fill.green{background:linear-gradient(90deg,#16a34a,#22c55e)}.funnel-fill.amber{background:linear-gradient(90deg,#f59e0b,#fb923c)}.funnel-fill.violet{background:linear-gradient(90deg,#3b7bff,#93c5fd)}.funnel-label{color:#475569}.funnel-value{font-weight:700;letter-spacing:-.02em;text-align:right}.quota-card{display:grid;gap:10px}.quota-head{display:flex;justify-content:space-between;align-items:baseline}.quota-head strong{font-size:1.7rem;letter-spacing:-.03em}.quota-head span{color:#64748b;font-size:.86rem}.quota-bar{height:14px;background:rgba(148,163,184,.2);border-radius:999px;overflow:hidden}.quota-fill{height:100%;width:40%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#2563ff);transition:width .5s ease}.quota-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#64748b}.activity-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.activity-item{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:rgba(255,255,255,.55)}.activity-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;font-size:.95rem;background:rgba(37,99,255,.12);color:#1e52e6}.activity-icon.green{background:rgba(34,197,94,.16);color:#15803d}.activity-icon.amber{background:rgba(245,158,11,.16);color:#b45309}.activity-icon.red{background:rgba(239,68,68,.14);color:#b91c1c}.activity-time{font-size:.78rem;color:#64748b;white-space:nowrap}.alerts-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.alert-item{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:12px;border-radius:14px;border:1px solid rgba(245,158,11,.32);background:linear-gradient(160deg,rgba(254,243,199,.7),rgba(255,255,255,.5))}.alert-item.is-danger{border-color:rgba(239,68,68,.32);background:linear-gradient(160deg,rgba(254,226,226,.7),rgba(255,255,255,.5))}.alert-item.is-info{border-color:rgba(37,99,255,.32);background:linear-gradient(160deg,rgba(219,234,254,.75),rgba(255,255,255,.5))}.alert-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.6);font-size:1rem}.alert-text{font-size:.9rem;color:#0f172a}.alert-text strong{display:block;margin-bottom:2px}.alert-text small{color:#475569}.alert-close{background:transparent;border:0;font:inherit;color:#64748b;cursor:pointer;font-size:1.05rem;padding:4px 6px;border-radius:8px}.alert-close:hover{background:rgba(15,23,42,.08)}.source-list,.source-row{display:grid;gap:10px}.source-row{grid-template-columns:110px 1fr 50px;align-items:center;font-size:.86rem}.source-row .funnel-bar{background:rgba(148,163,184,.16)}.source-row .funnel-fill{background:linear-gradient(90deg,#2563ff,#22c55e)}.source-row .funnel-fill.indeed{background:linear-gradient(90deg,#2563ff,#38bdf8)}.source-row .funnel-fill.hellowork{background:linear-gradient(90deg,#f97316,#facc15)}.source-row .funnel-fill.linkedin{background:linear-gradient(90deg,#2563ff,#60a5fa)}.source-row .funnel-fill.others{background:linear-gradient(90deg,#64748b,#94a3b8)}.top-companies{display:grid;gap:8px}.top-company{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,184,.22);background:rgba(255,255,255,.55);font-size:.88rem}.top-company b{color:#1e3a8a}.top-company .badge-mini{font-size:.72rem;font-weight:700;padding:3px 8px;border-radius:999px;background:rgba(37,99,255,.14);color:#1e52e6}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.metric{border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:12px;background:rgba(255,255,255,.55)}.metric span{display:block;font-size:.8rem;color:#64748b}.metric strong{font-size:1.25rem;letter-spacing:-.02em}.chart-card{border:1px solid rgba(148,163,184,.25);border-radius:var(--glass-radius-sm);padding:14px;background:rgba(255,255,255,.6)}.chart-card h3{margin:0 0 10px;font-size:.96rem}.chart-bars{display:flex;align-items:flex-end;gap:10px;height:170px}.chart-bar{flex:1;min-width:28px;border-radius:10px 10px 6px 6px;background:linear-gradient(180deg,#2563ff,#3b7bff);position:relative;box-shadow:0 8px 14px rgba(37,99,255,.18)}.chart-bar:after{content:attr(data-label);position:absolute;left:50%;transform:translateX(-50%);bottom:-22px;font-size:.74rem;color:#64748b}.table-wrap{overflow-x:auto}.cand-table{width:100%;border-collapse:collapse;font-size:.88rem}.cand-table td,.cand-table th{border-bottom:1px solid rgba(148,163,184,.25);padding:12px 8px;text-align:left}.cand-table th{color:#64748b;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.source-link{color:#2563ff;font-weight:600;text-decoration:underline;text-underline-offset:2px}.status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:.75rem;font-weight:600}.status.sent{background:#dbeafe;color:#1e52e6}.status.reply{background:#dcfce7;color:#166534}.status.pending{background:#fef3c7;color:#92400e}.status.fail{background:#fee2e2;color:#991b1b}.filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}#filters .filter-grid>.field{min-width:0}.field.is-full{grid-column:span 2}.filter-section{margin-top:16px;padding:14px 16px;border-radius:12px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.72)}.filter-section:first-of-type{margin-top:4px}.filter-section-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px;flex-wrap:wrap}.filter-section h3{margin:0;font-size:.92rem;font-weight:600;letter-spacing:-.01em;color:#334155}.filter-section-sub{font-size:.75rem;color:#94a3b8;line-height:1.4}.role-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.role-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:rgba(255,255,255,.7)}.role-row .role-name{font-weight:600;color:#0f172a;word-break:break-word;line-height:1.35}.role-row.letter-row{grid-template-columns:minmax(0,1fr) auto;cursor:pointer;transition:border-color .15s ease,background .15s ease}.role-row.letter-row:hover{border-color:rgba(37,99,255,.35);background:rgba(241,245,255,.65)}.role-row.letter-row .role-remove{cursor:pointer}.cv-row-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}.cv-list-label{display:block;font-weight:600;color:#0f172a}.cv-list-meta{display:block;margin-top:2px;font-size:.82rem;font-weight:500;color:#64748b}.role-row.cv-list-row--editing{grid-template-columns:1fr;align-items:stretch}.cv-rename-inline{display:grid;gap:10px;width:100%}.cv-rename-input{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(148,163,184,.35);padding:10px 12px;font:inherit;font-size:.95rem;color:#0f172a;background:#fff}.cv-rename-input:focus{outline:none;border-color:rgba(37,99,255,.55);box-shadow:0 0 0 3px rgba(37,99,255,.14)}.cv-rename-actions{display:flex;flex-wrap:wrap;gap:8px}.btn-sm{padding:8px 14px;font-size:.84rem;min-height:36px}.role-remove{border:0;background:transparent;color:#94a3b8;font-size:1.1rem;line-height:1;cursor:pointer;padding:6px 8px;border-radius:8px;transition:background .15s ease,color .15s ease}.role-remove:hover{background:rgba(239,68,68,.1);color:#b91c1c}.role-add-form{margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:10px}.role-add-form input{border:1px solid rgba(148,163,184,.32);border-radius:12px;padding:10px 12px;font:inherit;background:rgba(255,255,255,.7);color:var(--text)}.role-add-form input:focus{outline:none;border-color:rgba(37,99,255,.5);box-shadow:0 0 0 4px rgba(37,99,255,.14)}.role-empty{font-size:.85rem;color:#64748b;font-style:italic;padding:10px 12px;text-align:center;border:1px dashed rgba(148,163,184,.4);border-radius:12px}.filter-actions{position:fixed;bottom:16px;right:16px;left:auto;width:auto;max-width:calc(100vw - 32px);margin:0;box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:12px;padding:12px 14px;border-radius:var(--glass-radius-sm);border:1px solid var(--glass-bd);background:var(--glass-bg-strong);box-shadow:var(--glass-shadow-soft),0 12px 40px rgba(15,23,42,.14);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);z-index:90;opacity:0;transform:translateY(12px);pointer-events:none;visibility:hidden;transition:opacity .32s ease,transform .32s ease,visibility .32s ease}.filter-actions.is-visible{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.filter-actions-note{flex:1 1 280px;margin:0;max-width:52rem}.filter-actions-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}#filters .dash-panel{transition:padding-bottom .32s ease}#filters.has-filter-actions-visible .dash-panel{padding-bottom:118px}.filter-actions[hidden]{display:none!important}.filter-actions p{margin:0}.filter-actions .saved{color:#15803d;font-weight:600}.filter-actions-error{flex:1 1 200px;max-width:22rem;font-size:.88rem;font-weight:600;color:#b91c1c}.filter-feedback{margin:14px 0 0}.filter-feedback.saved{color:#15803d;font-weight:600}.field{display:grid;gap:6px}.field label{font-size:.84rem;font-weight:600}.field-label{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;max-width:100%}.field-label-text{min-width:0}.field-requirement-hint{flex-shrink:0;display:inline;font-size:.72rem;font-weight:500;line-height:1.2;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:help}.field-requirement-hint--required{color:#ea580c;font-size:.95em;font-weight:600;margin-left:1px}.field-requirement-hint--optional{color:#94a3b8;font-size:.68rem;font-weight:400;margin-left:4px}.field-requirement-hint--optional:before{content:"· ";color:#cbd5e1}.field-requirement-hint--conditional{color:#7c3aed;font-size:.68rem;font-weight:400;margin-left:4px}.field-requirement-hint--conditional:before{content:"· ";color:#cbd5e1}.filter-section-head h3{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.filter-section-head h3 .field-requirement-hint--required{line-height:1;font-size:.82em;transform:translateY(-1px)}.role-list-header{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) auto;gap:10px;align-items:end;margin-bottom:6px;padding:0 12px}.role-list-header .field-label,.role-list-header .field-requirement-hint{font-size:.78rem}.profile-dob-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.profile-dob-split{display:flex;align-items:center;gap:6px;flex:0 1 auto}.profile-dob-split input{width:3.25rem;text-align:center;font-variant-numeric:tabular-nums}.profile-dob-split input[id=profile-dob-year]{width:4.5rem}.profile-dob-sep{color:#94a3b8;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-dob-age{flex-shrink:0;min-height:1.25em;font-size:.88rem;font-weight:600;color:#334155;white-space:nowrap}.profile-dob-age.is-empty{font-weight:500;color:#94a3b8}.field input,.field select,.field textarea{border:1px solid rgba(148,163,184,.32);border-radius:12px;padding:10px 12px;font:inherit;background:rgba(255,255,255,.7);color:var(--text);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color .2s ease,box-shadow .2s ease}.field select:not([multiple]){padding-right:2.2rem;background-image:linear-gradient(rgba(255,255,255,.55),rgba(248,250,252,.55)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-position:0 0,right 12px center;background-size:auto,12px;-moz-appearance:none;appearance:none;-webkit-appearance:none}.field select:not([multiple]):hover{border-color:rgba(59,130,246,.42);background-image:linear-gradient(rgba(255,255,255,.82),rgba(248,250,252,.78)),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:rgba(37,99,255,.5);box-shadow:0 0 0 4px rgba(37,99,255,.14)}body[data-page=dashboard] .field input::-moz-placeholder,body[data-page=dashboard] .field textarea::-moz-placeholder{color:#94a3b8;opacity:.55}body[data-page=dashboard] .field input::placeholder,body[data-page=dashboard] .field textarea::placeholder{color:#94a3b8;opacity:.55}body[data-page=dashboard] .cv-rename-input::-moz-placeholder{color:#94a3b8;opacity:.55}body[data-page=dashboard] .cv-rename-input::placeholder{color:#94a3b8;opacity:.55}.field select[multiple]{min-height:130px;padding:8px}.field select[multiple] option{padding:6px 8px;border-radius:6px}.field textarea{resize:vertical;min-height:92px}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.checkbox-item{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:9px;min-height:38px;padding:7px 12px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;cursor:pointer;font-size:.84rem;font-weight:500;color:#475569;line-height:1.25;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:0 1px 2px rgba(15,23,42,.04);transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease,transform .12s ease}.checkbox-item:hover{border-color:#94a3b8;background:#f8fafc;color:#334155;box-shadow:0 2px 8px rgba(15,23,42,.07)}.checkbox-item:active{transform:scale(.985)}.checkbox-item:has(input:checked){border-color:rgba(37,99,255,.45);background:rgba(37,99,255,.06);color:#1e40af;box-shadow:inset 0 0 0 1px rgba(37,99,255,.1),0 1px 3px rgba(37,99,255,.08)}.checkbox-item:has(input:checked):hover{border-color:rgba(37,99,255,.58);background:rgba(37,99,255,.09);box-shadow:inset 0 0 0 1px rgba(37,99,255,.14),0 2px 8px rgba(37,99,255,.12)}.checkbox-item:has(input:focus-visible){outline:2px solid rgba(37,99,255,.35);outline-offset:1px}.checkbox-item-mark{position:relative;z-index:1;flex-shrink:0;width:17px;height:17px;border:1.5px solid #cbd5e1;border-radius:5px;background:#fff;display:grid;place-items:center;pointer-events:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.checkbox-item:hover .checkbox-item-mark{border-color:#94a3b8;box-shadow:0 0 0 2px rgba(148,163,184,.12)}.checkbox-item-mark:after{content:"";width:9px;height:5px;margin-top:-1px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(-45deg) scale(0);transition:transform .12s ease}.checkbox-item:has(input:checked) .checkbox-item-mark{background:#2563ff;border-color:#2563ff;box-shadow:none}.checkbox-item:has(input:checked) .checkbox-item-mark:after{border-left-color:#fff;border-bottom-color:#fff;transform:rotate(-45deg) scale(1)}.checkbox-item-text{position:relative;z-index:1;flex:1;min-width:0;pointer-events:none}.checkbox-item input[type=checkbox]{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}.platform-checkbox-item{justify-content:space-between;gap:4px;padding:7px 8px 7px 12px;text-align:left}.platform-checkbox-item:has(input:checked) .platform-beta-tag{color:#6d28d9;background:rgba(124,58,237,.14);border-color:rgba(124,58,237,.28)}.platform-checkbox-label{position:relative;display:flex;align-items:center;gap:9px;flex:1;min-width:0;min-height:24px;cursor:pointer;font-size:inherit;font-weight:inherit;color:inherit}.platform-checkbox-label input[type=checkbox]{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;z-index:2}.platform-label-row{position:relative;z-index:1;display:flex;align-items:center;gap:6px;flex:1;min-width:0;pointer-events:none}.platform-beta-tag{font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#7c3aed;background:rgba(124,58,237,.08);border:none;border-radius:4px;padding:2px 5px;line-height:1.2;margin-left:auto}.platform-beta-info{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:none;background:rgba(148,163,184,.14);color:#94a3b8;font-size:.68rem;font-weight:700;font-style:italic;font-family:Georgia,Times New Roman,serif;line-height:1;padding:0;cursor:pointer;flex-shrink:0;position:relative;z-index:2;transition:background .15s ease,color .15s ease}.platform-beta-info:hover{color:#64748b;background:rgba(148,163,184,.24)}.geo-box{border:1px solid rgba(148,163,184,.28);border-radius:var(--glass-radius-sm);padding:14px;background:rgba(248,250,252,.65);display:grid;gap:10px}.geo-title{margin:0;font-size:.9rem;font-weight:700}.geo-inline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.geo-inline--duo{grid-template-columns:repeat(2,minmax(0,1fr))}.switch-row{margin-top:10px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(148,163,184,.28);border-radius:12px;padding:10px 12px;background:rgba(255,255,255,.55)}.switch-row p{margin:0}.switch{width:42px;height:24px;border-radius:999px;background:#cbd5e1;position:relative;cursor:pointer}.switch:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;left:3px;top:3px;background:#fff;transition:transform .2s ease}.switch.is-on{background:#2563ff}.switch.is-on:after{transform:translateX(18px)}.inline-note{margin:10px 0 0;font-size:.82rem;color:#64748b}.todo-list{margin:0;padding-left:20px;display:grid;gap:8px}.todo-list li{color:#475569}.onboarding-card{position:relative;display:none;margin-bottom:16px;border:1px solid rgba(37,99,255,.28);border-radius:var(--glass-radius);padding:18px 20px;background:radial-gradient(120% 140% at 0 0,rgba(37,99,255,.18),transparent 60%),radial-gradient(120% 140% at 100% 100%,rgba(147,197,253,.35),transparent 60%),rgba(255,255,255,.7);box-shadow:var(--glass-shadow-soft);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.onboarding-card.is-visible{display:block}.onboarding-card h2{text-align:left;margin:0 0 8px;font-size:1.15rem;letter-spacing:-.02em}.onboarding-card p{margin:0 0 10px;color:#475569}.onboarding-list{margin:0 0 12px;padding-left:18px;display:grid;gap:6px;color:#334155}#profile .filter-grid,.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}#profile .filter-grid>.field,#profile .profile-grid>.field{min-width:0}.dash-panel .field select:not([multiple]),.dash-panel .profile-picker-trigger,.dash-panel .role-row select{width:100%;box-sizing:border-box;min-height:42px;margin:0;padding:10px 2.25rem 10px 12px;border:1px solid rgba(148,163,184,.32);border-radius:12px;background-color:rgba(248,250,252,.55);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;backdrop-filter:none;-webkit-backdrop-filter:none;font:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .2s ease,box-shadow .2s ease}.dash-panel .field select:not([multiple]):focus,.dash-panel .profile-picker-trigger:focus,.dash-panel .role-row select:focus{outline:none;border-color:rgba(37,99,255,.5);box-shadow:0 0 0 4px rgba(37,99,255,.14)}.dash-panel .field select:has(>option[value=""]:checked),.dash-panel .profile-picker-label.is-placeholder,.dash-panel .role-row select:has(>option[value=none]:checked){color:#64748b}#profile .filter-grid .profile-license-field,.profile-grid .profile-license-field{grid-column:span 2;gap:10px}#profile .filter-section>.field.is-full{margin-top:0}.profile-license-field .profile-license-status{margin:-2px 0 0;font-size:.82rem;line-height:1.4;color:#64748b}.profile-license-field .profile-license-status:not(.is-muted){color:#334155;font-weight:500}.profile-license-grid .profile-license-item{align-items:center;justify-content:flex-start;text-align:left;padding:0 12px;font-size:.84rem;line-height:1.3}.profile-license-grid .profile-license-item input{margin-top:0}.profile-license-grid .profile-license-item.is-full{grid-column:1/-1}.profile-license-extra{display:grid;gap:10px;padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.32);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-license-extra[hidden]{display:none!important}.profile-license-extra .field{gap:8px}.profile-phone-field.is-open{position:relative;z-index:200}.profile-phone-composite{display:flex;align-items:stretch;border:1px solid rgba(148,163,184,.32);border-radius:12px;background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overflow:visible;transition:border-color .2s ease,box-shadow .2s ease}.profile-phone-composite:focus-within{border-color:rgba(37,99,255,.5);box-shadow:0 0 0 4px rgba(37,99,255,.14)}.profile-phone-composite .profile-phone-dial-wrap{flex:0 0 auto;position:relative;display:flex;align-items:stretch;z-index:2}.profile-phone-dial-wrap.uses-dial-picker{z-index:30}.profile-phone-dial-wrap.uses-dial-picker.is-open{z-index:50}.profile-phone-dial-picker{position:relative;flex:0 0 auto}.profile-phone-dial-picker[hidden]{display:none!important}.profile-phone-dial-trigger{display:inline-flex;align-items:center;gap:.35rem;min-width:8.5rem;max-width:11.5rem;min-height:42px;margin:0;padding:10px 2rem 10px 10px;border-radius:12px 0 0 12px;border:none;border-right:1px solid rgba(148,163,184,.22);background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;font:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;line-height:1.2}.profile-phone-dial-trigger:focus{outline:none}.profile-phone-composite:focus-within .profile-phone-dial-trigger:focus,.profile-phone-dial-wrap.is-open .profile-phone-dial-trigger{box-shadow:none}.profile-phone-dial-flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:15px;line-height:0}.profile-phone-dial-flag img{display:block;width:20px;height:15px;-o-object-fit:cover;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.08)}.profile-phone-dial-sep{flex-shrink:0;color:#94a3b8;font-weight:500}.profile-phone-dial-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-phone-dial-code{white-space:nowrap}.profile-phone-dial-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:100;min-width:13rem;max-height:240px;margin:0;padding:6px;list-style:none;overflow-y:auto;border:1px solid rgba(148,163,184,.32);border-radius:12px;background:rgba(255,255,255,.98);box-shadow:0 12px 28px rgba(15,23,42,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-country-menu,.profile-phone-dial-menu,.profile-search-results{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.6) transparent}.profile-country-menu::-webkit-scrollbar,.profile-phone-dial-menu::-webkit-scrollbar,.profile-search-results::-webkit-scrollbar{width:8px}.profile-country-menu::-webkit-scrollbar-thumb,.profile-phone-dial-menu::-webkit-scrollbar-thumb,.profile-search-results::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(148,163,184,.55)}.profile-phone-dial-menu[hidden]{display:none!important}.profile-phone-dial-menu [role=option]{display:flex;align-items:center;gap:.35rem;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;text-align:left;transition:background-color .16s ease,color .16s ease,transform .16s ease}.profile-phone-dial-menu [role=option] .profile-phone-dial-label{white-space:nowrap}.profile-phone-dial-menu [role=option].is-selected,.profile-phone-dial-menu [role=option]:hover{background:rgba(37,99,255,.1);transform:translateX(1px)}.profile-phone-dial-menu [role=option].is-selected{color:#1e52e6}.profile-country-field.is-open{position:relative;z-index:200}.profile-country-wrap,.profile-picker-wrap{position:relative;width:100%}.profile-country-wrap.uses-country-picker,.profile-picker-wrap.uses-country-picker{z-index:30}.profile-country-wrap.uses-country-picker.is-open,.profile-picker-wrap.uses-country-picker.is-open{z-index:50}.profile-country-picker,.profile-picker{position:relative;width:100%}.profile-country-picker[hidden]{display:none!important}.profile-country-trigger{display:inline-flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;min-height:42px;margin:0;padding:10px 2.25rem 10px 12px;border:1px solid rgba(148,163,184,.32);border-radius:12px;background-color:rgba(248,250,252,.55);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;font:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;line-height:1.2;text-align:left}.profile-country-trigger:focus{outline:none;border-color:rgba(37,99,255,.5);box-shadow:0 0 0 4px rgba(37,99,255,.14)}.profile-country-flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:15px;line-height:0}.profile-country-flag--empty{border-radius:2px;background:rgba(148,163,184,.22);box-shadow:inset 0 0 0 1px rgba(148,163,184,.35)}.profile-country-flag img{display:block;width:20px;height:15px;-o-object-fit:cover;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.08)}.profile-country-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-picker-label.is-placeholder{color:#64748b}.profile-country-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-height:280px;margin:0;padding:6px;list-style:none;overflow-y:auto;border:1px solid rgba(148,163,184,.32);border-radius:12px;background:rgba(255,255,255,.98);box-shadow:0 12px 28px rgba(15,23,42,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-country-menu[hidden]{display:none!important}.profile-country-menu [role=option]{display:flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;padding:8px 10px;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;text-align:left;transition:background-color .16s ease,color .16s ease,transform .16s ease}.profile-country-menu [role=option] span:last-child{min-width:0;flex:1}.profile-country-menu [role=option].is-selected,.profile-country-menu [role=option]:hover{background:rgba(37,99,255,.1);transform:translateX(1px)}.profile-country-menu [role=option].is-selected{color:#1e52e6}.profile-country-wrap.uses-country-picker #profile-country.profile-select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-phone-composite .profile-phone-dial.profile-select{width:auto;min-width:5.75rem;max-width:6.5rem;min-height:0;border-radius:12px 0 0 12px;border:none;border-right:1px solid rgba(148,163,184,.22);background-position:right 10px center;box-shadow:none}.profile-phone-dial-wrap.uses-dial-picker .profile-phone-dial.profile-select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-phone-composite .profile-phone-dial.profile-select:focus{border-color:transparent rgba(148,163,184,.22) transparent transparent;box-shadow:none}.profile-phone-composite input[type=tel]{flex:1;min-width:0;margin:0;border:none;border-radius:0 12px 12px 0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.profile-phone-composite input[type=tel]:focus{outline:none;box-shadow:none}.filter-geo-mobility-block{gap:10px}.filter-geo-mobility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.filter-geo-mobility-grid .filter-geo-mobility-item.is-full{grid-column:1/-1}.filter-geo-mobility-item{margin:0;align-items:flex-start;font-size:.88rem;line-height:1.35}.filter-geo-mobility-item input{margin-top:2px;flex-shrink:0;accent-color:#2563ff}.filter-geo-mobility-extra{margin-top:2px;display:grid;gap:10px;padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.32);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.filter-geo-mobility-extra[hidden]{display:none!important}.filter-geo-mobility-extra .field{gap:8px}.filter-geo-mobility-radius-row{display:flex;align-items:center;gap:12px}.filter-geo-mobility-radius-row input[type=range]{flex:1;min-width:0;accent-color:#2563ff}.filter-geo-mobility-radius-value{min-width:4.5rem;font-size:.88rem;font-weight:600;color:#0f172a;text-align:right}.filter-postal-code-hint{margin:0;font-size:.8rem;color:#64748b;line-height:1.35}.filter-postal-code-hint.is-error{color:#b91c1c;font-weight:500}.filter-postal-code-hint[hidden]{display:none!important}.filter-city-hint{margin:0;font-size:.8rem;color:#64748b;line-height:1.35}.filter-city-hint.is-error{color:#b91c1c;font-weight:500}.filter-city-hint[hidden]{display:none!important}.filter-postal-field.is-open{position:relative;z-index:200}.filter-postal-wrap{position:relative;width:100%}.filter-postal-wrap.uses-postal-picker{z-index:30}.filter-postal-wrap.uses-postal-picker.is-open{z-index:50}.filter-postal-picker{position:relative;width:100%}.filter-postal-picker[hidden]{display:none!important}.filter-postal-wrap.uses-postal-picker .filter-postal-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filter-city-field.is-open{position:relative;z-index:200}.filter-city-field.is-city-locked .filter-city-input:disabled,.filter-city-field.is-city-locked .filter-picker-trigger:disabled{opacity:.55;cursor:not-allowed;background-color:rgba(248,250,252,.35)}.filter-city-wrap{position:relative;width:100%}.filter-city-wrap.uses-city-picker{z-index:30}.filter-city-wrap.uses-city-picker.is-open{z-index:50}.filter-city-picker{position:relative;width:100%}.filter-city-picker[hidden]{display:none!important}#filters .field .filter-picker-trigger{display:inline-flex;align-items:center;width:100%;box-sizing:border-box;min-height:42px;margin:0;padding:10px 2.25rem 10px 12px;border:1px solid rgba(148,163,184,.32);border-radius:12px;background-color:rgba(248,250,252,.55);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;font:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;line-height:1.2;text-align:left}#filters .field .filter-picker-trigger:focus{outline:none;border-color:rgba(37,99,255,.5);box-shadow:0 0 0 4px rgba(37,99,255,.14)}#filters .filter-picker-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#filters .filter-picker-label.is-placeholder{color:#64748b}#filters .filter-picker-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-height:280px;margin:0;padding:6px;list-style:none;overflow-y:auto;border:1px solid rgba(148,163,184,.32);border-radius:12px;background:rgba(255,255,255,.98);box-shadow:0 12px 28px rgba(15,23,42,.14);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}#filters .filter-picker-menu[hidden]{display:none!important}#filters .filter-picker-menu [role=option]{display:flex;align-items:center;padding:8px 10px;border-radius:8px;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer}#filters .filter-picker-menu [role=option].is-selected,#filters .filter-picker-menu [role=option]:hover{background:rgba(37,99,255,.1)}#filters .filter-picker-menu [role=option].is-selected{color:#1e52e6}.filter-city-wrap.uses-city-picker .filter-city-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.filter-geo-mobility-map-wrap{display:grid;gap:6px}.filter-geo-mobility-map{width:100%;height:220px;border-radius:10px;border:1px solid rgba(148,163,184,.28);overflow:hidden;background:#e2e8f0;z-index:0}.filter-geo-mobility-map-status{margin:0;font-size:.78rem;line-height:1.35;color:#64748b}.filter-geo-mobility-map-status.is-error{color:#b91c1c}.filter-geo-mobility-map .leaflet-control-attribution{font-size:.65rem}#profile .filter-grid .profile-key-skills-field,#profile .filter-grid .profile-languages-field,.profile-grid .profile-key-skills-field,.profile-grid .profile-languages-field{grid-column:span 2;gap:10px}.profile-key-skills-hint,.profile-languages-hint{margin:0;font-size:.82rem;line-height:1.4;color:#64748b}.profile-key-skills-legend{display:flex;flex-wrap:wrap;gap:14px;font-size:.78rem;line-height:1.3;color:#64748b}.profile-key-skills-legend-item{display:inline-flex;align-items:center;gap:7px}.profile-key-skills-legend-item:before{content:"";width:11px;height:11px;border-radius:999px;flex-shrink:0}.profile-key-skills-legend-item--cv:before{background:rgba(237,233,254,.95);border:1px solid rgba(167,139,250,.65)}.profile-key-skills-legend-item--manual:before{background:rgba(239,246,255,.95);border:1px solid rgba(147,197,253,.65)}.filter-tag-list-tags,.profile-key-skills-tags{display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px;min-height:48px;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.32);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.filter-tag-list-empty,.profile-key-skills-empty{margin:0;width:100%;font-size:.82rem;line-height:1.4;color:#64748b}.filter-tag-list-empty[hidden],.profile-key-skills-empty[hidden]{display:none!important}.profile-key-skills-wrap{display:flex;flex-direction:column;gap:18px;padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.32);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-key-skills-add{display:flex;align-items:stretch;gap:12px}.profile-key-skills-add input{flex:1;min-width:0}.profile-key-skills-add .btn-glass{flex-shrink:0}.filter-tag-list-list,.profile-key-skills-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;width:100%}.filter-tag-list-list[hidden],.profile-key-skills-list[hidden]{display:none!important}.filter-tag-list-input-field,.profile-key-skills-input-field{margin:0}.filter-tag-list-field{gap:10px}.filter-tag-list-hint{margin:-2px 0 0;font-size:.82rem;line-height:1.4;color:#64748b}.filter-tag-item,.profile-key-skill-tag{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 8px 5px 10px;border-radius:999px;background:rgba(239,246,255,.95);border:1px solid rgba(147,197,253,.55);color:#1e40af;font-size:.82rem;font-weight:600;line-height:1.2}.filter-tag-item span,.profile-key-skill-tag span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-tag-item button,.profile-key-skill-tag button{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;border-radius:999px;background:transparent;color:#2563ff;font-size:1rem;line-height:1;cursor:pointer}.filter-tag-item button:hover,.profile-key-skill-tag button:hover{background:rgba(37,99,255,.12)}.profile-key-skill-tag--cv{background:rgba(237,233,254,.95);border-color:rgba(167,139,250,.55);color:#5b21b6}.profile-key-skill-tag--cv button{color:#7c3aed}.profile-key-skill-tag--cv button:hover{background:rgba(124,58,237,.12)}.profile-key-skill-tag--manual{background:rgba(239,246,255,.95);border-color:rgba(147,197,253,.55);color:#1e40af}.profile-civility-hint{margin:6px 0 0;font-size:.78rem;color:#64748b;line-height:1.35}.profile-civility-hint[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-civility-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.profile-civility-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;animation:profile-civility-fade-in .22s ease}.profile-civility-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.36);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-civility-modal-card{position:relative;z-index:1;width:min(100%,420px);margin:0;padding:22px 22px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.96);box-shadow:0 24px 48px rgba(15,23,42,.18);animation:profile-civility-card-in .24s cubic-bezier(.22,1,.36,1)}.profile-civility-modal-card h3{margin:0 0 8px;font-size:1.05rem;color:#0f172a}.profile-civility-modal-lead{margin:0 0 14px;font-size:.86rem;color:#64748b;line-height:1.45}.profile-civility-modal-card input{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid #e2e8f0;padding:10px 12px;font:inherit;font-size:.9rem;background:#fff}.profile-civility-modal-card input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(37,99,255,.14)}.profile-civility-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.profile-reset-modal{position:fixed;inset:0;z-index:1210;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.profile-reset-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;animation:profile-civility-fade-in .22s ease}.profile-reset-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.36);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-reset-modal-card{position:relative;z-index:1;width:min(100%,420px);margin:0;padding:22px 22px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.96);box-shadow:0 24px 48px rgba(15,23,42,.18);animation:profile-civility-card-in .24s cubic-bezier(.22,1,.36,1)}.profile-reset-modal-card h3{margin:0 0 8px;font-size:1.05rem;color:#0f172a}.profile-reset-modal-lead{margin:0 0 14px;font-size:.86rem;color:#64748b;line-height:1.45}.profile-reset-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.profile-cv-import-modal{position:fixed;inset:0;z-index:1215;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.profile-cv-import-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;animation:profile-civility-fade-in .22s ease}.profile-cv-import-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-cv-import-modal-card{position:relative;z-index:1;width:min(100%,680px);max-height:min(80vh,720px);overflow:auto;margin:0;padding:22px 22px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.98);box-shadow:0 24px 48px rgba(15,23,42,.18);animation:profile-civility-card-in .24s cubic-bezier(.22,1,.36,1)}.profile-cv-import-modal-card h3{margin:0 0 8px;font-size:1.05rem;color:#0f172a}.profile-cv-import-modal-lead{margin:0 0 8px;font-size:.86rem;color:#64748b;line-height:1.45}.profile-cv-import-modal-meta{margin:0 0 12px;font-size:.8rem;color:#475569}.profile-cv-import-list{margin:0;padding:0 0 0 18px;display:grid;gap:8px;color:#1e293b}.profile-cv-import-list li{font-size:.9rem;line-height:1.4}.profile-cv-import-modal-consent{margin:14px 0 0;font-size:.8rem;color:#64748b}.profile-cv-import-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.profile-cv-picker-modal{position:fixed;inset:0;z-index:1214;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.profile-cv-picker-modal.is-open{opacity:1;visibility:visible;pointer-events:auto;animation:profile-civility-fade-in .22s ease}.profile-cv-picker-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.4);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-cv-picker-modal-card{position:relative;z-index:1;width:min(100%,480px);max-height:min(80vh,640px);overflow:auto;margin:0;padding:22px 22px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.98);box-shadow:0 24px 48px rgba(15,23,42,.18);animation:profile-civility-card-in .24s cubic-bezier(.22,1,.36,1)}.profile-cv-picker-modal-card h3{margin:0 0 8px;font-size:1.05rem;color:#0f172a}.profile-cv-picker-modal-lead{margin:0 0 16px;font-size:.86rem;color:#64748b;line-height:1.45}.profile-cv-picker-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.profile-cv-picker-option{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(37,99,255,.12);background:#f8fafc;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.profile-cv-picker-option:hover{border-color:rgba(37,99,255,.28);background:#fff}.profile-cv-picker-option.is-selected{border-color:var(--primary);background:var(--primary-soft);box-shadow:0 0 0 1px rgba(37,99,255,.12)}.profile-cv-picker-option-icon{width:40px;height:40px;border-radius:10px;background:#fff;color:var(--primary);display:grid;place-items:center;flex-shrink:0}.profile-cv-picker-option-icon svg{width:20px;height:20px}.profile-cv-picker-option-body{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-cv-picker-option-title{font-size:.92rem;font-weight:700;color:#0f172a;line-height:1.3}.profile-cv-picker-option-file{font-size:.8rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-cv-picker-option-meta{font-size:.76rem;color:#94a3b8;line-height:1.35}.profile-cv-picker-option-check{width:22px;font-size:1rem;font-weight:700;color:var(--primary);text-align:center;flex-shrink:0}.profile-cv-picker-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}@keyframes profile-civility-fade-in{0%{opacity:0}to{opacity:1}}@keyframes profile-civility-card-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes profile-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes profile-modal-card-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.98)}}.profile-civility-modal.is-closing,.profile-cv-import-modal.is-closing,.profile-cv-picker-modal.is-closing,.profile-reset-modal.is-closing{animation:profile-modal-fade-out .18s ease forwards}.profile-civility-modal.is-closing .profile-civility-modal-card,.profile-cv-import-modal.is-closing .profile-cv-import-modal-card,.profile-cv-picker-modal.is-closing .profile-cv-picker-modal-card,.profile-reset-modal.is-closing .profile-reset-modal-card{animation:profile-modal-card-out .2s cubic-bezier(.4,0,1,1) forwards}@media (prefers-reduced-motion:reduce){.profile-civility-modal.is-closing,.profile-civility-modal.is-closing .profile-civility-modal-card,.profile-cv-import-modal.is-closing,.profile-cv-import-modal.is-closing .profile-cv-import-modal-card,.profile-cv-picker-modal.is-closing,.profile-cv-picker-modal.is-closing .profile-cv-picker-modal-card,.profile-reset-modal.is-closing,.profile-reset-modal.is-closing .profile-reset-modal-card{animation:none}}.profile-languages-panel{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid rgba(148,163,184,.32);background:rgba(255,255,255,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-lang-list{display:flex;flex-direction:column;gap:10px;margin:0}.profile-lang-empty{margin:0;font-size:.82rem;line-height:1.4;color:#64748b}.profile-lang-row{display:grid;grid-template-columns:1fr minmax(108px,128px) auto;grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;row-gap:6px;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:rgba(255,255,255,.55)}.profile-lang-row .field{display:contents}.profile-lang-row .field label{grid-row:1;align-self:end;margin:0}.profile-lang-row .field:first-child label{grid-column:1}.profile-lang-row .field:nth-child(2) label{grid-column:2}.profile-lang-row .profile-lang-name{grid-column:1;grid-row:2;width:100%;min-height:42px;box-sizing:border-box}.profile-lang-row .profile-lang-level{width:100%;grid-column:2;grid-row:2}.profile-lang-row .profile-lang-level .profile-picker-trigger{width:100%;min-height:42px}.profile-lang-row .profile-lang-remove{grid-column:3;grid-row:2;align-self:stretch;min-height:42px;display:inline-flex;align-items:center;justify-content:center}@media (max-width:640px){.profile-lang-row{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.profile-lang-row .field:first-child label{grid-column:1;grid-row:1}.profile-lang-row .field:nth-child(2) label{grid-column:2;grid-row:1}.profile-lang-row .profile-lang-name{grid-column:1;grid-row:2}.profile-lang-row .profile-lang-level{grid-column:2;grid-row:2}.profile-lang-row .profile-lang-remove{grid-column:1/-1;grid-row:3;justify-self:start;width:auto;min-width:7rem}}.profile-lang-remove{border:1px solid rgba(248,113,113,.35);background:rgba(254,226,226,.55);color:#b91c1c;border-radius:12px;padding:10px 12px;font:inherit;font-weight:600;font-size:.82rem;cursor:pointer;transition:background .2s ease,border-color .2s ease}.profile-lang-remove:hover{background:rgba(254,202,202,.75);border-color:rgba(248,113,113,.5)}.profile-lang-add-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:0;padding:12px 16px;border:2px dashed rgba(37,99,255,.28);border-radius:12px;background:rgba(241,245,255,.45);font:inherit;font-size:.9rem;font-weight:600;color:var(--primary,#2563ff);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.profile-lang-add-btn:hover{border-color:rgba(37,99,255,.5);background:rgba(219,234,254,.75);box-shadow:0 4px 14px rgba(37,99,255,.1)}.profile-lang-add-btn:focus-visible{outline:none;border-color:rgba(37,99,255,.55);box-shadow:0 0 0 4px rgba(37,99,255,.14)}.profile-search-card{margin:0;flex:1 1 420px;min-width:0;padding:14px 16px;border-radius:var(--glass-radius-sm);border:1px solid rgba(37,99,255,.22);background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(241,245,255,.88));box-shadow:0 10px 28px rgba(15,23,42,.07)}.profile-search-toolbar{display:flex;align-items:flex-start;gap:12px;margin:0 0 20px}.profile-top-actions{display:inline-flex;flex-direction:column;gap:8px;margin:0;flex:0 0 auto}.profile-search-card>label{display:block;font-weight:600;font-size:.88rem;color:#1e293b;margin-bottom:8px}.profile-search-card .profile-search-input-wrap{position:relative}.profile-search-card input[type=search]{width:100%;box-sizing:border-box;padding:10px 12px 10px 36px;border-radius:10px;border:1px solid var(--glass-bd);background:rgba(255,255,255,.95);font:inherit;color:#0f172a}.profile-search-card input[type=search]::-moz-placeholder{color:#94a3b8;opacity:.55}.profile-search-card input[type=search]::placeholder{color:#94a3b8;opacity:.55}.profile-search-card input[type=search]:focus{outline:none;border-color:rgba(37,99,255,.45);box-shadow:0 0 0 3px rgba(37,99,255,.15)}.profile-search-card .profile-search-ico{position:absolute;left:11px;top:50%;transform:translateY(-50%);font-size:.95rem;opacity:.55;pointer-events:none}.profile-search-results{list-style:none;margin:8px 0 0;padding:0;max-height:220px;overflow-y:auto;border-radius:10px;border:1px solid var(--glass-bd);background:rgba(255,255,255,.98);box-shadow:0 16px 34px rgba(15,23,42,.16);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-search-results[hidden]{display:none!important}.profile-search-results li{margin:0;border-bottom:1px solid rgba(226,232,240,.9)}.profile-search-results li:last-child{border-bottom:none}.profile-search-results button{width:100%;text-align:left;padding:10px 12px;border:none;background:transparent;font:inherit;cursor:pointer;color:#334155;transition:background-color .16s ease,color .16s ease}.profile-search-results button:focus-visible,.profile-search-results button:hover{background:rgba(37,99,255,.08);outline:none}.profile-search-results .res-main{display:block;font-weight:600;font-size:.9rem}.profile-search-results .res-sub{display:block;font-size:.78rem;color:#64748b;margin-top:2px}.profile-field-flash{animation:profile-field-flash 1.4s ease}@keyframes profile-field-flash{0%{box-shadow:0 0 0 0 rgba(37,99,255,.45)}35%{box-shadow:0 0 0 4px rgba(37,99,255,.2)}to{box-shadow:0 0 0 0 transparent}}.panel-cta-row{margin-top:14px;display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.profile-top-actions .btn,.profile-top-actions .btn-glass{white-space:nowrap;text-align:center;justify-content:center}@media (max-width:1100px){.kpi-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{gap:14px}.tabs{position:static}}@media (max-width:960px){.profile-top-actions{display:flex;width:100%}.profile-search-toolbar{flex-direction:column;align-items:stretch}.dashboard-grid,.dashboard-header{grid-template-columns:1fr}.dashboard-header-actions{justify-self:start}.filter-grid,.metric-grid{grid-template-columns:1fr}.field.is-full{grid-column:auto}#profile .filter-grid,.checkbox-grid,.geo-inline,.profile-grid{grid-template-columns:1fr}#profile .filter-grid .profile-key-skills-field,#profile .filter-grid .profile-languages-field,#profile .filter-grid .profile-license-field,.profile-grid .profile-key-skills-field,.profile-grid .profile-languages-field,.profile-grid .profile-license-field{grid-column:auto}.funnel-row{grid-template-columns:100px 1fr 50px}.source-row{grid-template-columns:90px 1fr 40px}.role-row{grid-template-columns:1fr auto;grid-template-areas:"name remove" "select select";gap:8px}.role-row .role-name{grid-area:name}.role-row .role-remove{grid-area:remove}.role-row .role-row-picker,.role-row select{grid-area:select;width:100%}.role-row.letter-row{grid-template-areas:"name remove"}.role-row.cv-list-row{grid-template-columns:1fr;grid-template-areas:"name" "actions" "remove"}.role-row.cv-list-row .cv-row-actions{grid-area:actions;justify-content:flex-start}.role-row.cv-list-row .role-remove{justify-self:end}.role-add-form{grid-template-columns:1fr}}@media (max-width:560px){.kpi-hero{grid-template-columns:1fr}}.job-offers-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.job-offers-keyword-filter{display:flex;flex-wrap:wrap;gap:8px;align-items:center;flex:1 1 auto}.job-offers-keyword-filter__label{font-size:.85rem;opacity:.75}.job-offers-bulk-dismiss-trigger{font-size:.82rem;color:#64748b;flex-shrink:0}.job-offers-bulk-dismiss-options{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.job-offers-bulk-dismiss-option{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#334155;cursor:pointer}.job-offers-bulk-dismiss-keywords{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.job-offers-bulk-dismiss-kw-choice{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.job-offers-bulk-dismiss-kw-choice input{margin:0}.job-offers-list{list-style:none;padding:0;margin:0}.job-offer-card{margin-bottom:12px;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(15,23,42,.06)}.job-offer-card--company-blacklisted{border-color:#fde68a;background:#fffef8;box-shadow:0 1px 3px rgba(180,83,9,.05)}.job-offer-card--company-blacklisted .job-offer-card__accent{background:#f59e0b;opacity:.55}.job-offer-card__blacklist-notice{display:inline-flex;align-items:center;gap:4px;margin:0 0 8px;padding:3px 10px;border-radius:999px;font-size:.74rem;line-height:1.35;color:#b45309;background:#fef3c7;border:1px solid #fde68a}.job-offer-card__blacklist-notice strong{font-weight:650;color:#92400e}.job-offer-card__inner{display:flex;min-height:100%}.job-offer-card__accent{width:4px;flex-shrink:0;background:var(--job-accent,#94a3b8);opacity:.65}.job-offer-card__body{flex:1;padding:14px 16px;min-width:0}.job-offer-card__top{gap:8px;margin-bottom:10px}.job-offer-card__tags,.job-offer-card__top{display:flex;flex-wrap:wrap;align-items:center}.job-offer-card__tags{gap:6px}.job-offer-card__platform{font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.job-offer-card__platform--indeed{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.job-offer-card__platform--hellowork{background:#fdf2f8;color:#be185d;border-color:#fbcfe8}.job-offer-card__top-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.job-offer-card__date{font-size:.75rem;color:#64748b}.job-offer-card__dismiss{display:flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:none;border-radius:6px;background:transparent;color:#94a3b8;opacity:.55;cursor:pointer;transition:opacity .15s,color .15s,background .15s}.job-offer-card__dismiss:hover:not(:disabled){opacity:1;color:#64748b;background:#f1f5f9}.job-offer-card__dismiss:disabled{opacity:.35;cursor:wait}.job-offer-card__title{margin:0 0 4px;font-size:1rem;font-weight:650;line-height:1.35;color:#0f172a;letter-spacing:-.01em}.job-offer-card__meta{margin:0 0 8px;font-size:.86rem;color:#475569;font-weight:500}.job-offer-card__snippet{margin:0 0 12px;font-size:.84rem;line-height:1.5;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-offer-card__cta{font-size:.85rem;padding:6px 12px}.job-offer-dismiss-modal{position:fixed;inset:0;z-index:1210;display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:auto}.job-offer-dismiss-modal-backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;cursor:pointer;background:rgba(15,23,42,.36);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.job-offer-dismiss-modal-card{position:relative;z-index:1;width:min(100%,420px);margin:0;padding:22px 22px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.65);background:rgba(255,255,255,.96);box-shadow:0 24px 48px rgba(15,23,42,.18);animation:profile-civility-card-in .2s cubic-bezier(.22,1,.36,1)}.job-offer-dismiss-modal-card h3{margin:0 0 8px;font-size:1.05rem;color:#0f172a}.job-offer-dismiss-modal-lead{margin:0 0 14px;font-size:.86rem;color:#64748b;line-height:1.45}.job-offer-dismiss-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.job-offer-dismiss-modal.is-closing .job-offer-dismiss-modal-backdrop{opacity:0;transition:opacity .15s ease}.job-offer-dismiss-modal.is-closing .job-offer-dismiss-modal-card{animation:profile-modal-card-out .18s cubic-bezier(.4,0,1,1) forwards}@media (prefers-reduced-motion:reduce){.job-offer-dismiss-modal-card,.job-offer-dismiss-modal.is-closing .job-offer-dismiss-modal-card{animation:none}}.unsaved-changes-modal-card{width:min(100%,460px)}.unsaved-changes-modal-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.unsaved-changes-modal-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(245,158,11,.14);color:#d97706;border:1px solid rgba(245,158,11,.3);box-shadow:0 4px 14px rgba(245,158,11,.12)}.unsaved-changes-modal-title{margin:0;font-size:1.28rem;font-weight:700;letter-spacing:-.02em;color:#0f172a;line-height:1.25}.unsaved-changes-modal-card .job-offer-dismiss-modal-lead{margin-bottom:16px}.unsaved-changes-modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.unsaved-changes-modal-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.unsaved-changes-modal-actions-row .btn-glass,.unsaved-changes-modal-save{width:100%;justify-content:center;min-height:42px;text-align:center}.unsaved-changes-modal-discard{color:#b91c1c;border-color:rgba(239,68,68,.28);background:rgba(254,242,242,.82)}.unsaved-changes-modal-discard:hover:not(:disabled){background:rgba(254,226,226,.95);border-color:rgba(239,68,68,.38);box-shadow:0 10px 22px rgba(185,28,28,.1)}.unsaved-changes-modal-save{margin-top:2px}@media (max-width:520px){.unsaved-changes-modal-actions-row{grid-template-columns:1fr}}.job-offers-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.job-search-launch-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.job-search-launch-btn{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.job-search-launch-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.job-search-launch-hint{margin:0;font-size:.68rem;color:#94a3b8;text-align:right;max-width:220px;line-height:1.3}.job-search-setup-card{margin:0 0 18px;padding:18px 20px;border-radius:var(--glass-radius);border:1px solid rgba(245,158,11,.28);background:radial-gradient(120% 140% at 0 0,rgba(245,158,11,.1),transparent 55%),rgba(255,255,255,.82);box-shadow:var(--glass-shadow-soft);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur)}.job-search-setup-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.job-search-setup-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(245,158,11,.14);color:#d97706;border:1px solid rgba(245,158,11,.28)}.job-search-setup-head h2{margin:0 0 6px;font-size:1.08rem;letter-spacing:-.02em;color:#0f172a}.job-search-setup-head p{margin:0;font-size:.86rem;color:#64748b;line-height:1.45}.job-search-setup-progress{height:6px;border-radius:999px;background:rgba(148,163,184,.2);overflow:hidden}.job-search-setup-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563ff,#22c55e);transition:width .35s ease}.job-search-setup-progress-label{margin:6px 0 14px;font-size:.72rem;font-weight:600;color:#64748b}.job-search-setup-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.job-search-setup-step{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:14px;border:1px solid rgba(226,232,240,.95);background:rgba(255,255,255,.88)}.job-search-setup-step.is-complete{border-color:rgba(34,197,94,.28);background:rgba(240,253,244,.7)}.job-search-setup-step.is-pending{border-color:rgba(245,158,11,.22)}.job-search-setup-step-head{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:start}.job-search-setup-step-index{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;font-size:.78rem;font-weight:700;color:#64748b;background:rgba(148,163,184,.14)}.job-search-setup-step.is-complete .job-search-setup-step-index{color:#15803d;background:rgba(34,197,94,.14)}.job-search-setup-step-title-wrap h3{display:inline-flex;align-items:center;gap:6px;margin:0 0 4px;font-size:.88rem;color:#0f172a}.job-search-setup-step-title-wrap p{margin:0;font-size:.74rem;color:#64748b;line-height:1.35}.job-search-setup-step-badge{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .45rem;border-radius:999px;color:#b45309;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.24);white-space:nowrap}.job-search-setup-step-badge.is-complete{color:#15803d;background:rgba(34,197,94,.12);border-color:rgba(34,197,94,.24)}.job-search-setup-step-list{margin:0;padding:0;list-style:none;display:grid;gap:4px}.job-search-setup-step-list-link{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;color:#475569;text-decoration:none;padding:4px 0;transition:color .15s ease}.job-search-setup-step-list-link:hover{color:#2563ff}.job-search-setup-step-more{font-size:.72rem;color:#94a3b8;padding-left:18px}.job-search-setup-step-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:auto;padding:8px 12px;border-radius:10px;font-size:.78rem;font-weight:600;text-decoration:none;color:#2563ff;background:rgba(37,99,255,.08);border:1px solid rgba(37,99,255,.18);transition:background .15s ease,border-color .15s ease}.job-search-setup-step-cta:hover{background:rgba(37,99,255,.14);border-color:rgba(37,99,255,.28)}.job-search-setup-step-cta.is-complete{color:#64748b;background:rgba(148,163,184,.1);border-color:rgba(148,163,184,.2)}.job-search-ready-banner{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;padding:8px 12px;border-radius:10px;font-size:.82rem;font-weight:600;color:#15803d;background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.22)}.job-offers-content.is-locked{opacity:.72}.job-search-locked-note{margin:12px 0 0;padding:14px 16px;border-radius:12px;font-size:.86rem;color:#64748b;background:rgba(248,250,252,.9);border:1px dashed rgba(148,163,184,.35);line-height:1.45}@media (max-width:768px){.job-search-setup-steps{grid-template-columns:1fr}.job-search-launch-wrap{width:100%;align-items:stretch}.job-search-launch-hint{text-align:left;max-width:none}.job-search-launch-btn{justify-content:center}}