.AccentSelector-module__EpZOda__container{flex-direction:column;gap:4rem;display:flex}.AccentSelector-module__EpZOda__swatchGrid{justify-content:center;gap:2.5rem;padding:1rem;display:flex}.AccentSelector-module__EpZOda__swatchBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.AccentSelector-module__EpZOda__swatchInner{background-color:var(--accent-color);z-index:2;border:4px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;box-shadow:0 4px 12px #0000001a}.AccentSelector-module__EpZOda__glow{background-color:var(--accent-color);opacity:0;filter:blur(12px);z-index:1;border-radius:50%;width:72px;height:72px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AccentSelector-module__EpZOda__swatchBtn:hover .AccentSelector-module__EpZOda__swatchInner{transform:scale(1.1);box-shadow:0 8px 20px #00000026}.AccentSelector-module__EpZOda__swatchBtn:hover .AccentSelector-module__EpZOda__glow{opacity:.2}.AccentSelector-module__EpZOda__swatchBtn.AccentSelector-module__EpZOda__active .AccentSelector-module__EpZOda__swatchInner{border-color:var(--background);box-shadow:0 0 0 4px var(--accent-color);transform:scale(1.15)}.AccentSelector-module__EpZOda__swatchBtn.AccentSelector-module__EpZOda__active .AccentSelector-module__EpZOda__glow{opacity:.4;width:84px;height:84px}.AccentSelector-module__EpZOda__swatchLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.8125rem;font-weight:800;transition:color .3s}.AccentSelector-module__EpZOda__swatchBtn.AccentSelector-module__EpZOda__active .AccentSelector-module__EpZOda__swatchLabel{color:var(--text-primary)}.AccentSelector-module__EpZOda__premiumPreview{background-color:var(--gray-50);border:1px solid var(--border-color);border-radius:32px;padding:4rem;position:relative;overflow:hidden}.AccentSelector-module__EpZOda__previewMeta{text-align:center;margin-bottom:3rem}.AccentSelector-module__EpZOda__previewTag{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:.5rem;font-size:.625rem;font-weight:900;display:inline-block}.AccentSelector-module__EpZOda__previewTitle{letter-spacing:-.04em;font-size:1.5rem;font-weight:900}.AccentSelector-module__EpZOda__previewCanvas{grid-template-columns:repeat(3,1fr);align-items:center;gap:3rem;display:grid}.AccentSelector-module__EpZOda__mockElement{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.AccentSelector-module__EpZOda__mockLabel{color:var(--text-secondary);font-size:.75rem;font-weight:700}.AccentSelector-module__EpZOda__mockButton{background-color:var(--primary);color:#fff;box-shadow:0 10px 20px -5px rgba(var(--primary-rgb), .3);border-radius:14px;padding:1rem 2rem;font-size:.875rem;font-weight:800}.AccentSelector-module__EpZOda__mockBadge{background-color:rgba(var(--primary-rgb), .1);color:var(--primary);border-radius:100px;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:800}.AccentSelector-module__EpZOda__mockLink{color:var(--primary);text-underline-offset:6px;cursor:pointer;font-size:.9375rem;font-weight:800;text-decoration:underline}@media (max-width:768px){.AccentSelector-module__EpZOda__swatchGrid{gap:1rem}.AccentSelector-module__EpZOda__previewCanvas{grid-template-columns:1fr;gap:2.5rem}}
.Button-module__xDwtkW__button{border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.Button-module__xDwtkW__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__xDwtkW__primary{background-color:var(--primary);color:#fff;box-shadow:0 1px 2px #0000001a,inset 0 1px #ffffff1a}.Button-module__xDwtkW__primary:hover:not(:disabled){background-color:var(--primary-hover);box-shadow:0 4px 12px rgba(var(--primary-rgb), .2);transform:translateY(-1px)}.Button-module__xDwtkW__primary:active:not(:disabled){transform:translateY(0)}.Button-module__xDwtkW__secondary{background-color:var(--gray-100);color:var(--text-primary);border:1px solid var(--gray-200)}.Button-module__xDwtkW__secondary:hover:not(:disabled){background-color:var(--gray-200);border-color:var(--gray-300)}.Button-module__xDwtkW__ghost{color:var(--text-secondary);background-color:#0000}.Button-module__xDwtkW__ghost:hover:not(:disabled){background-color:var(--gray-100);color:var(--text-primary)}.Button-module__xDwtkW__danger{color:#ef4444;background-color:#fef2f2;border:1px solid #fee2e2}.Button-module__xDwtkW__danger:hover:not(:disabled){background-color:#fee2e2}.Button-module__xDwtkW__fullWidth{width:100%}
.Input-module__Tl1jgW__container{flex-direction:column;gap:.5rem;width:100%;display:flex}.Input-module__Tl1jgW__label{color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase;font-size:.8125rem;font-weight:600}.Input-module__Tl1jgW__input{border-radius:var(--radius-md);border:1px solid var(--border-color);background-color:var(--background);color:var(--text-primary);width:100%;box-shadow:var(--shadow-sm);padding:.75rem 1rem;font-size:.9375rem;transition:all .2s cubic-bezier(.16,1,.3,1)}[data-theme=dark] .Input-module__Tl1jgW__input{background-color:var(--secondary)}.Input-module__Tl1jgW__input:focus{border-color:var(--primary);background-color:var(--background);outline:none;box-shadow:0 0 0 4px #3b82f61a}.Input-module__Tl1jgW__input::placeholder{color:var(--text-secondary);opacity:.4}.Input-module__Tl1jgW__error{border-color:#ef4444}.Input-module__Tl1jgW__errorMsg{color:#ef4444;font-size:.8125rem;font-weight:500}
.Card-module__si82nG__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Card-module__si82nG__noPadding{padding:0!important}.Card-module__si82nG__card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}[data-theme=dark] .Card-module__si82nG__card:hover{border-color:var(--gray-300);background-color:#ffffff05}.Card-module__si82nG__title{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.Card-module__si82nG__description{color:var(--text-secondary);margin-bottom:1rem;font-size:.9375rem;line-height:1.5}
.Modal-module__7LRQSW__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;top:0;left:0}.Modal-module__7LRQSW__modal{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:450px;animation:.3s cubic-bezier(.16,1,.3,1) Modal-module__7LRQSW__slideUp;box-shadow:0 25px 50px -12px #00000040}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__7LRQSW__header h3{margin:0;font-size:1.125rem;font-weight:700}.Modal-module__7LRQSW__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;transition:background-color .2s}.Modal-module__7LRQSW__closeBtn:hover{background-color:var(--secondary)}.Modal-module__7LRQSW__body{color:var(--text-secondary);padding:1.5rem;line-height:1.6}.Modal-module__7LRQSW__footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.TagInput-module__8aV_uq__container{width:100%}.TagInput-module__8aV_uq__tagList{border:1px solid var(--border-color);background-color:var(--card-bg);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;min-height:42px;padding:.5rem;display:flex}.TagInput-module__8aV_uq__tag{background-color:var(--primary-light);color:var(--primary);border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500;display:flex}.TagInput-module__8aV_uq__removeBtn{color:var(--primary);cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:0;display:flex}.TagInput-module__8aV_uq__removeBtn:hover{opacity:1}.TagInput-module__8aV_uq__input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:.25rem;font-size:.875rem}.TagInput-module__8aV_uq__input::placeholder{color:var(--text-secondary)}
.ProfileNav-module__au6C6G__nav{z-index:100;background:rgba(var(--card-bg-rgb), .7);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;max-width:1120px;margin:0 auto;padding:.75rem 2rem;display:flex;position:sticky;top:0}.ProfileNav-module__au6C6G__left{align-items:center;gap:.5rem;display:flex}.ProfileNav-module__au6C6G__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.ProfileNav-module__au6C6G__logoText{color:var(--text-primary);letter-spacing:-.02em;font-size:.9rem;font-weight:700}.ProfileNav-module__au6C6G__right{align-items:center;gap:.4rem;display:flex}.ProfileNav-module__au6C6G__navLink{color:var(--text-secondary);border-radius:8px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.ProfileNav-module__au6C6G__navLink:hover{color:var(--text-primary);background:rgba(var(--card-bg-rgb), .5)}.ProfileNav-module__au6C6G__navLinkPrimary{color:var(--primary);border:1px solid rgba(var(--primary-rgb), .2);border-radius:8px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s}.ProfileNav-module__au6C6G__navLinkPrimary:hover{background:rgba(var(--primary-rgb), .06)}@media (max-width:480px){.ProfileNav-module__au6C6G__nav{padding:.75rem 1.25rem}.ProfileNav-module__au6C6G__navLink,.ProfileNav-module__au6C6G__navLinkPrimary{align-items:center;min-height:36px;padding:.35rem .6rem;font-size:.7rem;display:inline-flex}}
.LeadCaptureModal-module__9-KTBG__overlay{-webkit-backdrop-filter:blur(12px);z-index:99999;background:#000000bf;justify-content:center;align-items:center;padding:1.25rem;animation:.25s cubic-bezier(.16,1,.3,1) LeadCaptureModal-module__9-KTBG__fadeIn;display:flex;position:fixed;inset:0}.LeadCaptureModal-module__9-KTBG__modal{background:#0f1117d9;border:1px solid #ffffff1f;border-radius:24px;width:100%;max-width:580px;padding:2.5rem;animation:.35s cubic-bezier(.16,1,.3,1) LeadCaptureModal-module__9-KTBG__modalScale;position:relative;overflow:hidden;box-shadow:0 24px 64px #0009,inset 0 1px #ffffff1a}.LeadCaptureModal-module__9-KTBG__closeBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.LeadCaptureModal-module__9-KTBG__closeBtn:hover{color:var(--text-primary);background:#ffffff1a;transform:scale(1.05)}.LeadCaptureModal-module__9-KTBG__modalHeader{margin-bottom:2rem}.LeadCaptureModal-module__9-KTBG__headerBadge{background:rgba(var(--primary-rgb), .15);border:1px solid rgba(var(--primary-rgb), .25);color:var(--primary);text-transform:uppercase;letter-spacing:.08em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.75rem;font-weight:800;display:inline-flex}.LeadCaptureModal-module__9-KTBG__modalTitle{letter-spacing:-.04em;color:var(--text-primary);margin:0 0 .5rem;font-size:2rem;font-weight:950}.LeadCaptureModal-module__9-KTBG__modalSubtitle{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.5}.LeadCaptureModal-module__9-KTBG__errorAlert{color:#ef4444;background:#ef44441a;border:1px solid #ef444440;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.75rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600;animation:.2s LeadCaptureModal-module__9-KTBG__fadeIn;display:flex}.LeadCaptureModal-module__9-KTBG__form{flex-direction:column;gap:1.25rem;display:flex}.LeadCaptureModal-module__9-KTBG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.LeadCaptureModal-module__9-KTBG__formRow{grid-template-columns:1fr}}@media (max-width:480px){.LeadCaptureModal-module__9-KTBG__modal{-webkit-overflow-scrolling:touch;border-radius:20px;max-height:90dvh;padding:1.5rem;overflow-y:auto}.LeadCaptureModal-module__9-KTBG__modalTitle{font-size:1.5rem}.LeadCaptureModal-module__9-KTBG__modalSubtitle{font-size:.875rem}.LeadCaptureModal-module__9-KTBG__closeBtn{justify-content:center;align-items:center;width:36px;min-width:44px;height:36px;min-height:44px;display:inline-flex;top:1rem;right:1rem}.LeadCaptureModal-module__9-KTBG__form{gap:1rem}.LeadCaptureModal-module__9-KTBG__input,.LeadCaptureModal-module__9-KTBG__textarea{font-size:1rem}.LeadCaptureModal-module__9-KTBG__successTitle{font-size:1.375rem}}.LeadCaptureModal-module__9-KTBG__formGroup{flex-direction:column;gap:.5rem;display:flex}.LeadCaptureModal-module__9-KTBG__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:800}.LeadCaptureModal-module__9-KTBG__inputWrapper{align-items:center;display:flex;position:relative}.LeadCaptureModal-module__9-KTBG__inputIcon{color:var(--text-secondary);pointer-events:none;position:absolute;left:1rem}.LeadCaptureModal-module__9-KTBG__input,.LeadCaptureModal-module__9-KTBG__textarea{border:1px solid var(--border-color);width:100%;color:var(--text-primary);background:#0000004d;border-radius:12px;font-family:inherit;font-size:.9375rem;transition:all .2s}.LeadCaptureModal-module__9-KTBG__input{height:44px;padding:0 1rem 0 2.5rem}.LeadCaptureModal-module__9-KTBG__textarea{resize:vertical;min-height:80px;padding:1rem}.LeadCaptureModal-module__9-KTBG__input:focus,.LeadCaptureModal-module__9-KTBG__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .2);background:#00000080;outline:none}.LeadCaptureModal-module__9-KTBG__formActions{flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.LeadCaptureModal-module__9-KTBG__disclaimer{color:var(--text-secondary);text-align:center;opacity:.7;margin:0;font-size:.7rem}.LeadCaptureModal-module__9-KTBG__successState{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;animation:.3s LeadCaptureModal-module__9-KTBG__fadeIn;display:flex}.LeadCaptureModal-module__9-KTBG__successIconWrapper{background:#10b98126;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:flex}.LeadCaptureModal-module__9-KTBG__successIcon{color:#10b981}.LeadCaptureModal-module__9-KTBG__successTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1.75rem;font-weight:950}.LeadCaptureModal-module__9-KTBG__successDesc{color:var(--text-secondary);max-width:420px;margin:0;font-size:1rem;line-height:1.6}@keyframes LeadCaptureModal-module__9-KTBG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LeadCaptureModal-module__9-KTBG__modalScale{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}
.StatCard-module__RYxHHW__card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.StatCard-module__RYxHHW__card:hover{border-color:var(--gray-300);box-shadow:var(--shadow-md)}.StatCard-module__RYxHHW__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.StatCard-module__RYxHHW__content{flex-direction:column;gap:.125rem;min-width:0;display:flex}.StatCard-module__RYxHHW__value{letter-spacing:-.03em;color:var(--text-primary);font-size:1.5rem;font-weight:800;line-height:1}.StatCard-module__RYxHHW__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.StatCard-module__RYxHHW__trend{margin-top:.125rem;font-size:.6875rem;font-weight:700}.StatCard-module__RYxHHW__trend.StatCard-module__RYxHHW__up{color:var(--success,#16a34a)}.StatCard-module__RYxHHW__trend.StatCard-module__RYxHHW__down{color:var(--danger,#dc2626)}.StatCard-module__RYxHHW__trend.StatCard-module__RYxHHW__neutral{color:var(--text-secondary)}.StatCard-module__RYxHHW__primary .StatCard-module__RYxHHW__icon{color:#6366f1;background-color:#6366f11a}.StatCard-module__RYxHHW__success .StatCard-module__RYxHHW__icon{color:#16a34a;background-color:#16a34a1a}.StatCard-module__RYxHHW__warning .StatCard-module__RYxHHW__icon{color:#f59e0b;background-color:#f59e0b1a}.StatCard-module__RYxHHW__danger .StatCard-module__RYxHHW__icon{color:#dc2626;background-color:#dc26261a}.StatCard-module__RYxHHW__info .StatCard-module__RYxHHW__icon{color:#3b82f6;background-color:#3b82f61a}@media (max-width:768px){.StatCard-module__RYxHHW__card{gap:.75rem;padding:1rem}.StatCard-module__RYxHHW__value{font-size:1.25rem}.StatCard-module__RYxHHW__icon{width:2rem;height:2rem}.StatCard-module__RYxHHW__icon svg{width:18px;height:18px}}
.ProfileHero-module__h63dIG__hero{border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding:3rem 0 2.25rem}.ProfileHero-module__h63dIG__frame{align-items:flex-start;gap:2.25rem;display:flex}.ProfileHero-module__h63dIG__avatarFrame{flex-shrink:0;position:relative}.ProfileHero-module__h63dIG__avatar{object-fit:cover;border:3px solid var(--border-color);width:128px;height:128px;box-shadow:0 0 0 8px rgba(var(--primary-rgb), .05);border-radius:9999px}.ProfileHero-module__h63dIG__avatarPlaceholder{background:linear-gradient(135deg, var(--primary), var(--primary-hover));color:#fff;border:3px solid var(--border-color);border-radius:9999px;justify-content:center;align-items:center;width:128px;height:128px;font-size:2.75rem;font-weight:800;display:flex}.ProfileHero-module__h63dIG__verifyBadge{color:#fff;border:4px solid var(--background);background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:3px;right:3px;box-shadow:0 2px 12px #10b98159}.ProfileHero-module__h63dIG__info{flex-direction:column;gap:.45rem;min-width:0;padding-top:.25rem;display:flex}.ProfileHero-module__h63dIG__nameRow{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ProfileHero-module__h63dIG__name{letter-spacing:-.05em;color:var(--text-primary);align-items:center;gap:.5rem;margin:0;font-size:2.75rem;font-weight:800;line-height:1.05;display:inline-flex}.ProfileHero-module__h63dIG__nameBadge{color:var(--primary);flex-shrink:0;align-items:center;display:inline-flex}.ProfileHero-module__h63dIG__verifiedIcon{stroke-width:2.5px;filter:drop-shadow(0 2px 8px rgba(var(--primary-rgb), .3))}.ProfileHero-module__h63dIG__statusChip{color:#10b981;white-space:nowrap;background:#10b98112;border:1px solid #10b98126;border-radius:100px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}.ProfileHero-module__h63dIG__pulse{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s infinite ProfileHero-module__h63dIG__pulseAnim;display:inline-block}@keyframes ProfileHero-module__h63dIG__pulseAnim{0%,to{opacity:1}50%{opacity:.3}}.ProfileHero-module__h63dIG__role{color:var(--text-secondary);margin:0;font-size:1.125rem;font-weight:500}.ProfileHero-module__h63dIG__positioning{color:var(--text-secondary);max-width:560px;margin:0;font-size:.95rem;line-height:1.65}.ProfileHero-module__h63dIG__metaRow{color:var(--text-secondary);flex-wrap:wrap;gap:.75rem;font-size:.8125rem;display:flex}.ProfileHero-module__h63dIG__metaItem{align-items:center;gap:.3rem;display:flex}.ProfileHero-module__h63dIG__socialPills{flex-wrap:wrap;gap:.5rem;margin-top:.15rem;display:flex}.ProfileHero-module__h63dIG__socialPill{background:rgba(var(--card-bg-rgb), .4);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:.45rem;padding:.35rem .65rem;text-decoration:none;transition:all .2s;display:inline-flex}.ProfileHero-module__h63dIG__socialPill:hover{border-color:rgba(var(--primary-rgb), .25);background:rgba(var(--card-bg-rgb), .6);box-shadow:0 2px 8px rgba(var(--primary-rgb), .06);transform:translateY(-1px)}.ProfileHero-module__h63dIG__socialBubble{background:rgba(var(--primary-rgb), .08);width:22px;height:22px;color:var(--primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;font-weight:800;display:flex}.ProfileHero-module__h63dIG__socialName{color:var(--text-primary);font-size:.8rem;font-weight:600}.ProfileHero-module__h63dIG__socialArrow{color:var(--text-secondary);opacity:.35}.ProfileHero-module__h63dIG__ctas{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.ProfileHero-module__h63dIG__ctaPrimary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 2px 10px rgba(var(--primary-rgb), .2);border:none;border-radius:10px;padding:.55rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .2s}.ProfileHero-module__h63dIG__ctaPrimary:hover{background:var(--primary-hover);box-shadow:0 4px 16px rgba(var(--primary-rgb), .25);transform:translateY(-1px)}.ProfileHero-module__h63dIG__ctaSecondary{background:rgba(var(--card-bg-rgb), .4);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;padding:.55rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.ProfileHero-module__h63dIG__ctaSecondary:hover{border-color:rgba(var(--primary-rgb), .2);transform:translateY(-1px)}.ProfileHero-module__h63dIG__ctaGhost{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:color .15s;display:inline-flex}.ProfileHero-module__h63dIG__ctaGhost:hover{color:var(--text-primary)}@media (max-width:640px){.ProfileHero-module__h63dIG__hero{padding:1.25rem 0 1.5rem}.ProfileHero-module__h63dIG__frame{flex-direction:column;align-items:flex-start;gap:1.25rem}.ProfileHero-module__h63dIG__avatar,.ProfileHero-module__h63dIG__avatarPlaceholder{width:80px;height:80px}.ProfileHero-module__h63dIG__avatarPlaceholder,.ProfileHero-module__h63dIG__name{font-size:1.75rem}.ProfileHero-module__h63dIG__positioning{font-size:.875rem}.ProfileHero-module__h63dIG__ctas{gap:.4rem}.ProfileHero-module__h63dIG__ctaPrimary,.ProfileHero-module__h63dIG__ctaSecondary{padding:.5rem 1rem;font-size:.8rem}.ProfileHero-module__h63dIG__socialPill{padding:.3rem .5rem}.ProfileHero-module__h63dIG__socialName{font-size:.75rem}}@media (max-width:380px){.ProfileHero-module__h63dIG__name{font-size:1.5rem}.ProfileHero-module__h63dIG__role{font-size:.9rem}.ProfileHero-module__h63dIG__positioning{font-size:.8rem}.ProfileHero-module__h63dIG__socialPills{gap:.35rem}}
.PipelinePanel-module__I8-bPa__loading,.PipelinePanel-module__I8-bPa__error,.PipelinePanel-module__I8-bPa__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9375rem;font-weight:600}.PipelinePanel-module__I8-bPa__error{color:#dc2626}.PipelinePanel-module__I8-bPa__statsGrid{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.PipelinePanel-module__I8-bPa__metricsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.PipelinePanel-module__I8-bPa__metricCard{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:.375rem;padding:1rem;display:flex}.PipelinePanel-module__I8-bPa__metricLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:700}.PipelinePanel-module__I8-bPa__metricValue{letter-spacing:-.02em;color:var(--text-primary);font-size:1.25rem;font-weight:800}.PipelinePanel-module__I8-bPa__success{color:#16a34a}.PipelinePanel-module__I8-bPa__warning{color:#f59e0b}.PipelinePanel-module__I8-bPa__danger{color:#dc2626}.PipelinePanel-module__I8-bPa__progressBar{background-color:var(--border-color);border-radius:100px;width:100%;height:6px;overflow:hidden}.PipelinePanel-module__I8-bPa__progressFill{background-color:var(--primary);border-radius:100px;height:100%;transition:width .5s}.PipelinePanel-module__I8-bPa__successFill{background-color:#16a34a}.PipelinePanel-module__I8-bPa__warningFill{background-color:#f59e0b}.PipelinePanel-module__I8-bPa__dangerFill{background-color:#dc2626}.PipelinePanel-module__I8-bPa__fallbackBanner{color:#f59e0b;background-color:#f59e0b1a;border:1px solid #f59e0b33;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;display:flex}.PipelinePanel-module__I8-bPa__footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.75rem;display:flex}.PipelinePanel-module__I8-bPa__totalLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.PipelinePanel-module__I8-bPa__lastVerified{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.75rem;display:flex}@media (max-width:1200px){.PipelinePanel-module__I8-bPa__statsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.PipelinePanel-module__I8-bPa__statsGrid,.PipelinePanel-module__I8-bPa__metricsGrid{grid-template-columns:repeat(2,1fr)}.PipelinePanel-module__I8-bPa__footer{flex-direction:column;align-items:flex-start;gap:.5rem}}
.ProfileSidebar-module__KBc6nW__sidebar{flex-direction:column;gap:.625rem;display:flex}.ProfileSidebar-module__KBc6nW__card{background:rgba(var(--card-bg-rgb), .35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:14px;padding:1rem}.ProfileSidebar-module__KBc6nW__cardLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);opacity:.5;align-items:center;gap:.4rem;margin:0 0 .65rem;font-size:.65rem;font-weight:700;display:flex}.ProfileSidebar-module__KBc6nW__repRow{align-items:center;gap:.6rem;display:flex}.ProfileSidebar-module__KBc6nW__trustRing{flex-shrink:0;width:48px;height:48px;position:relative}.ProfileSidebar-module__KBc6nW__ringSvg{width:100%;height:100%;transform:rotate(-90deg)}.ProfileSidebar-module__KBc6nW__ringFill{transition:stroke-dasharray 1.2s cubic-bezier(.16,1,.3,1)}.ProfileSidebar-module__KBc6nW__ringScore{color:var(--text-primary);letter-spacing:-.04em;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex;position:absolute;inset:0}.ProfileSidebar-module__KBc6nW__repTier{color:var(--primary);background:rgba(var(--primary-rgb), .08);border-radius:6px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.ProfileSidebar-module__KBc6nW__repMeta{color:var(--text-secondary);opacity:.6;gap:1rem;margin-top:.5rem;font-size:.6875rem;display:flex}.ProfileSidebar-module__KBc6nW__repMeta span{align-items:center;gap:.25rem;display:flex}.ProfileSidebar-module__KBc6nW__activity{border-top:1px solid var(--border-color);color:var(--text-secondary);opacity:.6;align-items:center;gap:.35rem;margin-top:.5rem;padding-top:.5rem;font-size:.6875rem;font-weight:600;display:flex}.ProfileSidebar-module__KBc6nW__activityDot{background:#10b981;border-radius:50%;width:5px;height:5px}.ProfileSidebar-module__KBc6nW__checklist{flex-direction:column;gap:.4rem;display:flex}.ProfileSidebar-module__KBc6nW__verifiedLine{color:#10b981;font-size:.75rem;font-weight:600}.ProfileSidebar-module__KBc6nW__pendingLine{color:var(--text-secondary);opacity:.45;font-size:.75rem}.ProfileSidebar-module__KBc6nW__contactLines{flex-direction:column;gap:.4rem;display:flex}.ProfileSidebar-module__KBc6nW__contactItem{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.ProfileSidebar-module__KBc6nW__contactLink{color:var(--text-secondary);align-items:center;gap:.35rem;font-size:.75rem;text-decoration:none;transition:color .15s;display:flex}.ProfileSidebar-module__KBc6nW__contactLink:hover{color:var(--primary)}.ProfileSidebar-module__KBc6nW__socialList{flex-direction:column;gap:.4rem;display:flex}.ProfileSidebar-module__KBc6nW__socialItem{border-radius:8px;align-items:center;gap:.5rem;padding:.35rem .5rem;text-decoration:none;transition:background .15s;display:flex}.ProfileSidebar-module__KBc6nW__socialItem:hover{background:rgba(var(--card-bg-rgb), .4)}.ProfileSidebar-module__KBc6nW__bubble{background:rgba(var(--primary-rgb), .07);width:24px;height:24px;color:var(--primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;font-weight:800;display:flex}.ProfileSidebar-module__KBc6nW__socialName{color:var(--text-primary);flex:1;font-size:.8rem;font-weight:600}.ProfileSidebar-module__KBc6nW__socialArrow{color:var(--text-secondary);opacity:.3;flex-shrink:0}.ProfileSidebar-module__KBc6nW__capGroups{flex-direction:column;gap:.5rem;display:flex}.ProfileSidebar-module__KBc6nW__capCat{flex-direction:column;gap:.25rem;display:flex}.ProfileSidebar-module__KBc6nW__capCatLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.4;font-size:.6rem;font-weight:800}.ProfileSidebar-module__KBc6nW__capPills{flex-wrap:wrap;gap:.3rem;display:flex}.ProfileSidebar-module__KBc6nW__capPill{color:var(--text-secondary);background:rgba(var(--primary-rgb), .04);border:1px solid var(--border-color);border-radius:5px;padding:.2rem .5rem;font-size:.6875rem;font-weight:600}.ProfileSidebar-module__KBc6nW__opportunity{color:#10b981;font-weight:700}.ProfileSidebar-module__KBc6nW__ctas{flex-direction:column;gap:.4rem;margin-top:.25rem;display:flex}.ProfileSidebar-module__KBc6nW__btnPrimary{background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 2px 10px rgba(var(--primary-rgb), .15);border:none;border-radius:10px;padding:.6rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:700;transition:all .15s}.ProfileSidebar-module__KBc6nW__btnPrimary:hover{background:var(--primary-hover);transform:translateY(-.5px)}.ProfileSidebar-module__KBc6nW__btnSecondary{background:rgba(var(--card-bg-rgb), .3);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:10px;padding:.6rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .15s}.ProfileSidebar-module__KBc6nW__btnSecondary:hover{border-color:var(--text-primary)}.ProfileSidebar-module__KBc6nW__btnGhost{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:color .15s;display:inline-flex}.ProfileSidebar-module__KBc6nW__btnGhost:hover{color:var(--text-primary)}@media (max-width:480px){.ProfileSidebar-module__KBc6nW__sidebar{gap:.5rem}.ProfileSidebar-module__KBc6nW__card{padding:.875rem}.ProfileSidebar-module__KBc6nW__btnPrimary,.ProfileSidebar-module__KBc6nW__btnSecondary{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.ProfileSidebar-module__KBc6nW__socialItem{align-items:center;min-height:40px;display:inline-flex}}
.FraudPanel-module__ErcXXG__loading,.FraudPanel-module__ErcXXG__error,.FraudPanel-module__ErcXXG__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9375rem;font-weight:600}.FraudPanel-module__ErcXXG__error{color:#dc2626}.FraudPanel-module__ErcXXG__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.FraudPanel-module__ErcXXG__sectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin:0 0 .75rem;font-size:.8125rem;font-weight:700}.FraudPanel-module__ErcXXG__signalBreakdown{margin-bottom:1.5rem}.FraudPanel-module__ErcXXG__signalList{flex-direction:column;gap:.75rem;display:flex}.FraudPanel-module__ErcXXG__signalRow{flex-direction:column;gap:.375rem;display:flex}.FraudPanel-module__ErcXXG__signalHeader{align-items:center;gap:.5rem;display:flex}.FraudPanel-module__ErcXXG__signalDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.FraudPanel-module__ErcXXG__signalName{color:var(--text-primary);flex:1;font-size:.875rem;font-weight:700}.FraudPanel-module__ErcXXG__signalCount{color:var(--text-secondary);font-size:.8125rem;font-weight:800}.FraudPanel-module__ErcXXG__signalMeta{color:var(--text-secondary);gap:1rem;margin-left:1rem;font-size:.75rem;display:flex}.FraudPanel-module__ErcXXG__signalBar{background-color:var(--border-color);border-radius:100px;width:100%;height:6px;overflow:hidden}.FraudPanel-module__ErcXXG__signalBarFill{border-radius:100px;height:100%;transition:width .5s}.FraudPanel-module__ErcXXG__recentSection{border-top:1px solid var(--border-color);padding-top:1rem}.FraudPanel-module__ErcXXG__recentList{flex-direction:column;gap:.5rem;display:flex}.FraudPanel-module__ErcXXG__recentRow{background-color:var(--background);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.625rem .75rem;display:flex}.FraudPanel-module__ErcXXG__recentLeft{flex:1;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.FraudPanel-module__ErcXXG__recentLeft div{flex-direction:column;gap:.125rem;min-width:0;display:flex}.FraudPanel-module__ErcXXG__recentSignal{color:var(--text-primary);font-size:.8125rem;font-weight:700}.FraudPanel-module__ErcXXG__recentDetail{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.FraudPanel-module__ErcXXG__recentRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.FraudPanel-module__ErcXXG__penaltyBadge{color:#dc2626;background-color:#dc26261a;border-radius:100px;padding:2px 8px;font-size:.75rem;font-weight:700}.FraudPanel-module__ErcXXG__recentTime{color:var(--text-secondary);align-items:center;gap:.25rem;font-size:.6875rem;display:flex}.FraudPanel-module__ErcXXG__showAllBtn{width:100%;color:var(--primary);border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:8px;margin-top:.75rem;padding:.5rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:block}.FraudPanel-module__ErcXXG__showAllBtn:hover{background-color:var(--background);border-color:var(--primary)}@media (max-width:768px){.FraudPanel-module__ErcXXG__statsGrid{grid-template-columns:repeat(2,1fr)}.FraudPanel-module__ErcXXG__recentRow{flex-direction:column;gap:.375rem}.FraudPanel-module__ErcXXG__recentRight{align-self:flex-end}}
.StatsRow-module__YUwAHW__row{background:rgba(var(--card-bg-rgb), .3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:14px;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.25rem;padding:1rem 1.5rem;display:flex}.StatsRow-module__YUwAHW__stat{flex-direction:column;flex:1;gap:.15rem;min-width:60px;display:flex}@media (max-width:480px){.StatsRow-module__YUwAHW__row{gap:.75rem;padding:.75rem 1rem}.StatsRow-module__YUwAHW__stat{min-width:50px}}.StatsRow-module__YUwAHW__icon{color:var(--primary);opacity:.6;margin-bottom:.15rem}.StatsRow-module__YUwAHW__value{color:var(--text-primary);letter-spacing:-.02em;font-size:.9rem;font-weight:700;line-height:1}.StatsRow-module__YUwAHW__sub{color:#10b981;font-size:.6rem;font-weight:600}.StatsRow-module__YUwAHW__label{color:var(--text-secondary);opacity:.5;font-size:.65rem;font-weight:600}.StatsRow-module__YUwAHW__special .StatsRow-module__YUwAHW__specialValue{color:#10b981;letter-spacing:-.02em;font-size:.8rem;font-weight:700;line-height:1}@media (max-width:480px){.StatsRow-module__YUwAHW__row{gap:1rem;padding:.75rem 1rem}}
.TrustIntegrityPanel-module__FDWGIG__loading,.TrustIntegrityPanel-module__FDWGIG__error,.TrustIntegrityPanel-module__FDWGIG__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9375rem;font-weight:600}.TrustIntegrityPanel-module__FDWGIG__error{color:#dc2626}.TrustIntegrityPanel-module__FDWGIG__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.TrustIntegrityPanel-module__FDWGIG__sectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin:0 0 .75rem;font-size:.8125rem;font-weight:700}.TrustIntegrityPanel-module__FDWGIG__healthSection{margin-bottom:1.5rem}.TrustIntegrityPanel-module__FDWGIG__healthList{flex-direction:column;gap:.375rem;display:flex}.TrustIntegrityPanel-module__FDWGIG__healthRow{background-color:var(--background);border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.625rem .75rem;display:flex}.TrustIntegrityPanel-module__FDWGIG__healthLeft{flex:1;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.TrustIntegrityPanel-module__FDWGIG__healthLeft div{flex-direction:column;gap:.125rem;display:flex}.TrustIntegrityPanel-module__FDWGIG__healthName{color:var(--text-primary);font-size:.8125rem;font-weight:700}.TrustIntegrityPanel-module__FDWGIG__healthDesc{color:var(--text-secondary);font-size:.6875rem;line-height:1.3}.TrustIntegrityPanel-module__FDWGIG__healthCount{color:var(--text-secondary);background-color:var(--border-color);border-radius:100px;flex-shrink:0;padding:.125rem .5rem;font-size:.875rem;font-weight:800}.TrustIntegrityPanel-module__FDWGIG__hasIssues{color:#dc2626;background-color:#dc26261a}.TrustIntegrityPanel-module__FDWGIG__passIcon{color:#16a34a;flex-shrink:0;margin-top:.125rem}.TrustIntegrityPanel-module__FDWGIG__failIcon{color:#dc2626;flex-shrink:0;margin-top:.125rem}.TrustIntegrityPanel-module__FDWGIG__tierSection{border-top:1px solid var(--border-color);padding-top:1rem}.TrustIntegrityPanel-module__FDWGIG__tierList{flex-direction:column;gap:.75rem;display:flex}.TrustIntegrityPanel-module__FDWGIG__tierRow{flex-direction:column;gap:.25rem;display:flex}.TrustIntegrityPanel-module__FDWGIG__tierHeader{justify-content:space-between;align-items:center;display:flex}.TrustIntegrityPanel-module__FDWGIG__tierName{color:var(--text-primary);font-size:.8125rem;font-weight:700}.TrustIntegrityPanel-module__FDWGIG__tierCount{color:var(--text-secondary);font-size:.75rem;font-weight:600}.TrustIntegrityPanel-module__FDWGIG__tierBar{background-color:var(--border-color);border-radius:100px;width:100%;height:8px;overflow:hidden}.TrustIntegrityPanel-module__FDWGIG__tierBarFill{background-color:var(--primary);border-radius:100px;height:100%;transition:width .5s}@media (max-width:768px){.TrustIntegrityPanel-module__FDWGIG__statsGrid{grid-template-columns:repeat(2,1fr)}.TrustIntegrityPanel-module__FDWGIG__healthRow{flex-direction:column;align-items:flex-start;gap:.375rem}}
.AboutSection-module__A-wDVG__section{padding:0 0 2.5rem}.AboutSection-module__A-wDVG__card{background:rgba(var(--card-bg-rgb), .4);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border-color);border-radius:18px;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000005}.AboutSection-module__A-wDVG__card:before{content:"";background:linear-gradient(180deg, var(--primary), rgba(var(--primary-rgb), .05));border-radius:3px 0 0 3px;width:3px;position:absolute;top:0;bottom:0;left:0}.AboutSection-module__A-wDVG__quoteIcon{color:var(--primary);opacity:.25;margin-bottom:.5rem}.AboutSection-module__A-wDVG__label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);opacity:.45;margin:0 0 .75rem;font-size:.7rem;font-weight:800}.AboutSection-module__A-wDVG__bio{color:var(--text-primary);letter-spacing:.005em;margin:0;font-size:1rem;font-weight:420;line-height:1.8}.AboutSection-module__A-wDVG__tagline{color:var(--text-secondary);background:rgba(var(--primary-rgb), .06);border:1px solid rgba(var(--primary-rgb), .1);border-radius:100px;align-items:center;margin-top:1.25rem;padding:.3rem .8rem;font-size:.75rem;font-weight:600;display:inline-flex}@media (max-width:480px){.AboutSection-module__A-wDVG__section{padding:0 0 2rem}.AboutSection-module__A-wDVG__card{padding:1.25rem}.AboutSection-module__A-wDVG__bio{font-size:.9rem;line-height:1.7}}
.RecruiterPanel-module__UKPYoa__loading,.RecruiterPanel-module__UKPYoa__error,.RecruiterPanel-module__UKPYoa__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9375rem;font-weight:600}.RecruiterPanel-module__UKPYoa__error{color:#dc2626}.RecruiterPanel-module__UKPYoa__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.RecruiterPanel-module__UKPYoa__metaGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.RecruiterPanel-module__UKPYoa__metaCard{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.RecruiterPanel-module__UKPYoa__metaLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:700}.RecruiterPanel-module__UKPYoa__metaValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.125rem;font-weight:800}.RecruiterPanel-module__UKPYoa__splitSection{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.RecruiterPanel-module__UKPYoa__sectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin:0 0 .5rem;font-size:.8125rem;font-weight:700}.RecruiterPanel-module__UKPYoa__sourceList,.RecruiterPanel-module__UKPYoa__profileList{flex-direction:column;gap:.375rem;display:flex}.RecruiterPanel-module__UKPYoa__sourceRow,.RecruiterPanel-module__UKPYoa__profileRow{background-color:var(--background);border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .625rem;display:flex}.RecruiterPanel-module__UKPYoa__sourceName{color:var(--text-primary);text-transform:capitalize;font-size:.8125rem;font-weight:600}.RecruiterPanel-module__UKPYoa__sourceCount{color:var(--text-secondary);font-size:.8125rem;font-weight:700}.RecruiterPanel-module__UKPYoa__profileRow{color:var(--text-secondary);gap:.5rem}.RecruiterPanel-module__UKPYoa__profileId{color:var(--text-primary);flex:1;font-family:monospace;font-size:.75rem;font-weight:600}.RecruiterPanel-module__UKPYoa__profileViews{color:var(--text-secondary);font-size:.75rem;font-weight:700}@media (max-width:768px){.RecruiterPanel-module__UKPYoa__statsGrid,.RecruiterPanel-module__UKPYoa__metaGrid{grid-template-columns:repeat(2,1fr)}.RecruiterPanel-module__UKPYoa__splitSection{grid-template-columns:1fr}}
.ProjectStack-module___PP2vG__section{padding:0 0 2.5rem}.ProjectStack-module___PP2vG__heading{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.ProjectStack-module___PP2vG__container{flex-direction:column;gap:1.5rem;display:flex}.ProjectStack-module___PP2vG__flagshipContainer{flex-direction:column;gap:.5rem;display:flex}.ProjectStack-module___PP2vG__flagshipHeader{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);align-self:flex-start;align-items:center;gap:.35rem;font-size:.65rem;font-weight:800;display:inline-flex}.ProjectStack-module___PP2vG__sparkleIcon{color:var(--primary)}.ProjectStack-module___PP2vG__flagshipCard{background:rgba(var(--card-bg-rgb), .45);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--border-color);border-radius:18px;grid-template-columns:220px 1fr;gap:1.75rem;padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:grid;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000005}.ProjectStack-module___PP2vG__flagshipCard:before{content:"";background:radial-gradient(ellipse at 100% 0%, rgba(var(--primary-rgb), .05), transparent 55%);pointer-events:none;position:absolute;inset:0}.ProjectStack-module___PP2vG__flagshipCard:hover{border-color:rgba(var(--primary-rgb), .25);transform:translateY(-2px);box-shadow:0 8px 32px #0000000f,inset 0 1px #ffffff0a}.ProjectStack-module___PP2vG__flagshipVisual{background:rgba(var(--primary-rgb), .04);border:1px solid var(--border-color);border-radius:12px;width:100%;height:160px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.ProjectStack-module___PP2vG__flagshipImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.ProjectStack-module___PP2vG__flagshipCard:hover .ProjectStack-module___PP2vG__flagshipImage{transform:scale(1.04)}.ProjectStack-module___PP2vG__flagshipFallback{width:100%;height:100%;color:var(--primary);opacity:.4;justify-content:center;align-items:center;display:flex}.ProjectStack-module___PP2vG__verifiedBadge{color:#fff;z-index:2;background:#10b981e6;border-radius:6px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex;position:absolute;top:.5rem;left:.5rem;box-shadow:0 2px 8px #0000001a}.ProjectStack-module___PP2vG__flagshipContent{flex-direction:column;gap:.4rem;min-width:0;display:flex}.ProjectStack-module___PP2vG__flagshipTitleRow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.ProjectStack-module___PP2vG__flagshipTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:800;line-height:1.2}.ProjectStack-module___PP2vG__flagshipLink{color:var(--primary);white-space:nowrap;background:rgba(var(--primary-rgb), .06);border:1px solid rgba(var(--primary-rgb), .08);border-radius:6px;align-items:center;gap:.25rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.ProjectStack-module___PP2vG__flagshipLink:hover{opacity:.85;background:rgba(var(--primary-rgb), .1)}.ProjectStack-module___PP2vG__flagshipRole{color:var(--text-secondary);margin:0;font-size:.8rem}.ProjectStack-module___PP2vG__flagshipTimeline{opacity:.6}.ProjectStack-module___PP2vG__flagshipDesc{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.55}.ProjectStack-module___PP2vG__flagshipTechs{flex-wrap:wrap;gap:.3rem;margin-top:.25rem;display:flex}.ProjectStack-module___PP2vG__flagshipTech{background:rgba(var(--primary-rgb), .06);color:var(--primary);border:1px solid rgba(var(--primary-rgb), .08);border-radius:4px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.ProjectStack-module___PP2vG__secondarySection{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.ProjectStack-module___PP2vG__subheading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);opacity:.5;margin:0;font-size:.75rem;font-weight:800}.ProjectStack-module___PP2vG__list{flex-direction:column;gap:.625rem;display:flex}.ProjectStack-module___PP2vG__secondaryCard{background:rgba(var(--card-bg-rgb), .2);border:1px solid var(--border-color);border-radius:12px;gap:1rem;padding:.875rem 1rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}.ProjectStack-module___PP2vG__secondaryCard:hover{border-color:rgba(var(--primary-rgb), .18);background:rgba(var(--card-bg-rgb), .4);transform:translateY(-1px);box-shadow:0 4px 16px #0000000a}.ProjectStack-module___PP2vG__secondaryThumb{object-fit:cover;border:1px solid var(--border-color);border-radius:10px;flex-shrink:0;width:56px;height:56px}.ProjectStack-module___PP2vG__secondaryThumbFallback{background:rgba(var(--primary-rgb), .04);width:56px;height:56px;color:var(--primary);opacity:.4;border:1px solid var(--border-color);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProjectStack-module___PP2vG__secondaryBody{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.ProjectStack-module___PP2vG__secondaryTitleRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProjectStack-module___PP2vG__secondaryTitle{color:var(--text-primary);letter-spacing:-.01em;align-items:center;gap:.25rem;margin:0;font-size:.875rem;font-weight:700;display:flex}.ProjectStack-module___PP2vG__secondaryVerifiedIcon{color:#10b981}.ProjectStack-module___PP2vG__secondaryLink{color:var(--text-secondary);align-items:center;gap:.15rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.ProjectStack-module___PP2vG__secondaryLink:hover{color:var(--primary)}.ProjectStack-module___PP2vG__secondaryDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ProjectStack-module___PP2vG__secondaryMetaRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.15rem;display:flex}.ProjectStack-module___PP2vG__secondaryRole{color:var(--text-secondary);background:rgba(var(--primary-rgb), .04);border:1px solid var(--border-color);border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.ProjectStack-module___PP2vG__secondaryTechs{gap:.25rem;display:flex}.ProjectStack-module___PP2vG__secondaryTech{background:rgba(var(--primary-rgb), .04);color:var(--primary);border-radius:3px;padding:.1rem .35rem;font-size:.6rem;font-weight:600}.ProjectStack-module___PP2vG__emptyLink{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none}.ProjectStack-module___PP2vG__emptyLink:hover{color:var(--text-primary)}@media (max-width:640px){.ProjectStack-module___PP2vG__flagshipCard{grid-template-columns:1fr;gap:1rem}.ProjectStack-module___PP2vG__flagshipVisual{height:140px}}@media (max-width:480px){.ProjectStack-module___PP2vG__heading{font-size:1.1rem}.ProjectStack-module___PP2vG__flagshipCard{padding:1rem}.ProjectStack-module___PP2vG__flagshipTitle{font-size:1rem}.ProjectStack-module___PP2vG__flagshipDesc{font-size:.8rem}.ProjectStack-module___PP2vG__secondaryCard{gap:.75rem;padding:.65rem .75rem}.ProjectStack-module___PP2vG__secondaryThumb,.ProjectStack-module___PP2vG__secondaryThumbFallback{width:44px;height:44px}.ProjectStack-module___PP2vG__secondaryTitle{font-size:.8rem}.ProjectStack-module___PP2vG__secondaryDesc{font-size:.75rem}}.ProjectStack-module___PP2vG__sliderContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ProjectStack-module___PP2vG__sliderArrowLeft,.ProjectStack-module___PP2vG__sliderArrowRight{background:rgba(var(--card-bg-rgb), .7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;z-index:10;opacity:0;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0003}.ProjectStack-module___PP2vG__sliderArrowLeft{left:8px}.ProjectStack-module___PP2vG__sliderArrowRight{right:8px}.ProjectStack-module___PP2vG__sliderContainer:hover .ProjectStack-module___PP2vG__sliderArrowLeft,.ProjectStack-module___PP2vG__sliderContainer:hover .ProjectStack-module___PP2vG__sliderArrowRight{opacity:1;pointer-events:auto}.ProjectStack-module___PP2vG__sliderArrowLeft:hover,.ProjectStack-module___PP2vG__sliderArrowRight:hover{background:var(--primary);color:#05161a;border-color:var(--primary);transform:translateY(-50%)scale(1.08)}.ProjectStack-module___PP2vG__sliderDots{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border:1px solid #ffffff0d;border-radius:100px;gap:5px;padding:4px 6px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.ProjectStack-module___PP2vG__sliderDot{cursor:pointer;background:#fff6;border-radius:50%;width:5px;height:5px;transition:all .2s}.ProjectStack-module___PP2vG__sliderDot:hover{background:#fffc;transform:scale(1.2)}.ProjectStack-module___PP2vG__sliderDotActive{background:var(--primary);border-radius:100px;width:12px}
.landing-module__g1LwZa__container{background-color:var(--background);color:var(--text-primary);--primary:#0fa4af;--primary-rgb:15, 164, 175;--primary-hover:#0d8e98;--accent-purple:#8b5cf6;--accent-purple-rgb:139, 92, 246;--accent-amber:#f59e0b;--accent-green:#10b981;--trust:#10b981;--trust-rgb:16, 185, 129;--recruiter:#f59e0b;--recruiter-rgb:245, 158, 11;--verification:#0fa4af;--verification-rgb:15, 164, 175;--section-spacing:6rem;--section-spacing-compact:3rem;--section-spacing-generous:8rem;--content-max:1200px;--content-narrow:800px;--content-wide:1400px;--text-display:clamp(2.75rem, 5.5vw, 5rem);--text-hero:clamp(2.25rem, 4.5vw, 4.25rem);--text-heading-1:clamp(2rem, 3.5vw, 3.5rem);--text-heading-2:clamp(1.5rem, 2.5vw, 2.5rem);--text-heading-3:clamp(1.25rem, 1.75vw, 1.75rem);--text-body-lg:clamp(1.0625rem, 1.2vw, 1.25rem);--text-body:clamp(.9375rem, 1.05vw, 1.0625rem);--text-small:clamp(.8125rem, .9vw, .875rem);--text-caption:clamp(.75rem, .8vw, .8125rem);--text-micro:clamp(.625rem, .7vw, .6875rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--shadow-card:0 1px 3px #0000000a, 0 1px 2px #0000000f;--shadow-elevated:0 4px 12px #0000000f, 0 2px 4px #0000000a;--shadow-premium:0 12px 40px #00000014, 0 4px 12px #0000000a;--shadow-deep:0 24px 60px #0000001a, 0 8px 20px #0000000f;--shadow-glow:0 8px 32px rgba(var(--primary-rgb), .15);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--duration-fast:.2s;--duration-normal:.35s;--duration-slow:.6s;overflow-x:hidden}.landing-module__g1LwZa__textDisplay{font-size:var(--text-display);letter-spacing:-.05em;font-weight:950;line-height:1.05}.landing-module__g1LwZa__textHero{font-size:var(--text-hero);letter-spacing:-.04em;font-weight:900;line-height:1.08}.landing-module__g1LwZa__textHeading1{font-size:var(--text-heading-1);letter-spacing:-.04em;font-weight:900;line-height:1.1}.landing-module__g1LwZa__textHeading2{font-size:var(--text-heading-2);letter-spacing:-.03em;font-weight:800;line-height:1.15}.landing-module__g1LwZa__textHeading3{font-size:var(--text-heading-3);letter-spacing:-.02em;font-weight:700;line-height:1.2}.landing-module__g1LwZa__textBodyLg{font-size:var(--text-body-lg);font-weight:400;line-height:1.6}.landing-module__g1LwZa__textBody{font-size:var(--text-body);line-height:1.6}.landing-module__g1LwZa__textSmall{font-size:var(--text-small)}.landing-module__g1LwZa__textCaption{font-size:var(--text-caption)}.landing-module__g1LwZa__textMicro{font-size:var(--text-micro);text-transform:uppercase;letter-spacing:.08em}.landing-module__g1LwZa__gradientText{background:linear-gradient(to right, var(--primary), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__g1LwZa__sectionCompact{padding:var(--section-spacing-compact) 1.5rem}.landing-module__g1LwZa__sectionDefault{padding:var(--section-spacing) 1.5rem}.landing-module__g1LwZa__sectionGenerous{padding:var(--section-spacing-generous) 1.5rem}.landing-module__g1LwZa__bgSubtle{background-color:rgba(var(--primary-rgb), .02)}.landing-module__g1LwZa__bgWarm{background-color:rgba(var(--accent-amber-rgb,245, 158, 11), .02)}.landing-module__g1LwZa__bgDeep{background:linear-gradient(180deg, rgba(var(--primary-rgb), .04), transparent)}.landing-module__g1LwZa__bgDark{background-color:var(--card-bg);border-top:1px solid var(--border-color)}.landing-module__g1LwZa__cardElevated{background-color:var(--card-bg);border:1px solid var(--border-color);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:24px}.landing-module__g1LwZa__cardElevated:hover{border-color:rgba(var(--primary-rgb), .2);box-shadow:var(--shadow-premium);transform:translateY(-4px)}.landing-module__g1LwZa__cardGlass{background-color:rgba(var(--card-bg-rgb,255, 255, 255), .6);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(var(--border-color-rgb,255, 255, 255), .1);border-radius:24px}.landing-module__g1LwZa__cardPremium{background:linear-gradient(135deg, rgba(var(--primary-rgb), .06), rgba(var(--accent-purple-rgb), .04));border:1px solid rgba(var(--primary-rgb), .12);border-radius:24px}.landing-module__g1LwZa__cardFlat{background-color:#0000;border:none;border-radius:24px}.landing-module__g1LwZa__cardRadius{border-radius:24px}.landing-module__g1LwZa__cardRadiusLg{border-radius:32px}.landing-module__g1LwZa__cardRadiusSm{border-radius:16px}.landing-module__g1LwZa__shadowElevated{box-shadow:var(--shadow-elevated)}.landing-module__g1LwZa__shadowPremium{box-shadow:var(--shadow-premium)}.landing-module__g1LwZa__shadowDeep{box-shadow:var(--shadow-deep)}.landing-module__g1LwZa__shadowGlow{box-shadow:var(--shadow-glow)}@keyframes landing-module__g1LwZa__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes landing-module__g1LwZa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes landing-module__g1LwZa__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes landing-module__g1LwZa__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes landing-module__g1LwZa__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.landing-module__g1LwZa__animateFadeUp{animation:landing-module__g1LwZa__fadeUp var(--duration-slow) var(--ease-out-expo) forwards}.landing-module__g1LwZa__animateFadeIn{animation:landing-module__g1LwZa__fadeIn var(--duration-slow) var(--ease-out-expo) forwards}.landing-module__g1LwZa__animateScaleIn{animation:landing-module__g1LwZa__scaleIn var(--duration-slow) var(--ease-out-expo) forwards}.landing-module__g1LwZa__animateGradient{background-size:200% 200%;animation:8s infinite landing-module__g1LwZa__gradientShift}.landing-module__g1LwZa__staggerChildren>*{opacity:0;animation:landing-module__g1LwZa__fadeUp var(--duration-slow) var(--ease-out-expo) forwards}.landing-module__g1LwZa__staggerChildren>:first-child{animation-delay:0s}.landing-module__g1LwZa__staggerChildren>:nth-child(2){animation-delay:.1s}.landing-module__g1LwZa__staggerChildren>:nth-child(3){animation-delay:.2s}.landing-module__g1LwZa__staggerChildren>:nth-child(4){animation-delay:.3s}.landing-module__g1LwZa__staggerChildren>:nth-child(5){animation-delay:.4s}.landing-module__g1LwZa__staggerChildren>:nth-child(6){animation-delay:.5s}.landing-module__g1LwZa__iconContainer{width:48px;height:48px;transition:all var(--duration-normal) var(--ease-out-expo);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.landing-module__g1LwZa__iconContainer svg{z-index:1;position:relative}.landing-module__g1LwZa__iconSoft{background:linear-gradient(135deg, rgba(var(--primary-rgb), .06), transparent);border:1px solid rgba(var(--primary-rgb), .08)}.landing-module__g1LwZa__iconGlow{background-color:rgba(var(--primary-rgb), .1)}.landing-module__g1LwZa__iconGlow:after{content:"";border-radius:inherit;background:radial-gradient(circle at center, rgba(var(--primary-rgb), .15), transparent 70%);opacity:0;transition:opacity var(--duration-normal) ease;position:absolute;inset:-2px}.landing-module__g1LwZa__iconContainer:hover.landing-module__g1LwZa__iconGlow:after{opacity:1}.landing-module__g1LwZa__iconPremium{background:linear-gradient(135deg, rgba(var(--primary-rgb), .12), rgba(var(--primary-rgb), .04));border:1px solid rgba(var(--primary-rgb), .15);box-shadow:0 4px 12px rgba(var(--primary-rgb), .1)}.landing-module__g1LwZa__iconContainer:hover{transform:translateY(-2px)}.landing-module__g1LwZa__bgGlow{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.landing-module__g1LwZa__glow1{background:radial-gradient(circle, rgba(var(--primary-rgb), .15) 0%, transparent 70%);filter:blur(80px);width:60%;height:60%;position:absolute;top:-10%;right:-10%}.landing-module__g1LwZa__glow2{filter:blur(80px);background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);width:50%;height:50%;position:absolute;bottom:20%;left:-10%}.landing-module__g1LwZa__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(var(--primary-rgb), .08);background-color:#ffffff80;transition:all .3s;position:fixed;top:0;left:0;right:0}[data-theme=dark] .landing-module__g1LwZa__navbar{background-color:#09090b80}.landing-module__g1LwZa__navContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex}.landing-module__g1LwZa__logo{letter-spacing:-.04em;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:900;display:flex}.landing-module__g1LwZa__desktopNav{align-items:center;gap:2.5rem;display:flex}.landing-module__g1LwZa__desktopNav a{color:var(--text-secondary);font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}[data-theme=dark] .landing-module__g1LwZa__desktopNav a{color:#fff9}.landing-module__g1LwZa__desktopNav a:hover{color:#0fa4af}.landing-module__g1LwZa__mobileNavControls{align-items:center;gap:1rem;display:none}.landing-module__g1LwZa__hamburgerBtn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.landing-module__g1LwZa__mobileMenu{background-color:var(--card-bg);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;animation:.3s ease-out landing-module__g1LwZa__slideDown;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 20px 40px #0003}.landing-module__g1LwZa__mobileMenu a{color:var(--text-primary);font-size:1.125rem;font-weight:600;text-decoration:none}@keyframes landing-module__g1LwZa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.landing-module__g1LwZa__desktopNav{display:none}.landing-module__g1LwZa__mobileNavControls{display:flex}}.landing-module__g1LwZa__hero{align-items:center;width:100%;min-height:100vh;padding:9rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__heroLayout{max-width:var(--content-wide);z-index:5;grid-template-columns:1.15fr 1fr;align-items:center;gap:3rem;width:100%;margin:0 auto;display:grid;position:relative}.landing-module__g1LwZa__heroLeft{text-align:left}.landing-module__g1LwZa__heroRight{justify-content:center;padding-left:1rem;display:flex;position:relative}.landing-module__g1LwZa__announcement{background-color:rgba(var(--primary-rgb), .06);border:1px solid rgba(var(--primary-rgb), .1);color:var(--primary);letter-spacing:.02em;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.3rem .875rem;font-size:.7rem;font-weight:700;display:inline-flex}.landing-module__g1LwZa__tag{background-color:var(--primary);color:#fff;text-transform:uppercase;border-radius:100px;padding:.1rem .45rem;font-size:.6rem;font-weight:800}.landing-module__g1LwZa__headline{font-size:var(--text-display);letter-spacing:-.05em;max-width:14ch;margin-bottom:1.25rem;font-weight:950;line-height:1.04}.landing-module__g1LwZa__headline span{background:linear-gradient(to right, var(--primary), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__g1LwZa__subheadline{font-size:var(--text-body);color:var(--text-secondary);max-width:52ch;margin-bottom:2.5rem;font-weight:500;line-height:1.65}.landing-module__g1LwZa__heroActions{justify-content:flex-start;gap:.875rem;display:flex}.landing-module__g1LwZa__heroTrustRow{color:var(--text-secondary);font-size:var(--text-small);flex-wrap:wrap;gap:1.75rem;margin-top:2.5rem;font-weight:500;display:flex}.landing-module__g1LwZa__heroTrustItem{align-items:center;gap:.45rem;display:flex}.landing-module__g1LwZa__ctaSection{background:linear-gradient(135deg, rgba(var(--primary-rgb), .15), rgba(var(--accent-purple-rgb), .15));border:1px solid rgba(var(--primary-rgb), .3);border-radius:32px;width:90%;max-width:1000px;margin:6rem auto;padding:5rem 3rem;position:relative;overflow:hidden}.landing-module__g1LwZa__ctaSection:before{content:"";background:radial-gradient(ellipse at center, rgba(var(--primary-rgb), .08), transparent 70%);pointer-events:none;position:absolute;inset:0}.landing-module__g1LwZa__ctaContent{z-index:1;text-align:center;position:relative}.landing-module__g1LwZa__ctaTitle{font-size:var(--text-heading-1);color:var(--text-primary);margin-bottom:1.25rem;font-weight:850}.landing-module__g1LwZa__ctaDesc{font-size:var(--text-body-lg);color:var(--text-secondary);max-width:650px;margin:0 auto 3rem;line-height:1.6}.landing-module__g1LwZa__features{padding:var(--section-spacing) 1.5rem;max-width:var(--content-wide);margin:0 auto}.landing-module__g1LwZa__sectionHeader{margin-bottom:3.5rem}.landing-module__g1LwZa__sectionTitle{font-size:var(--text-heading-1);letter-spacing:-.04em;margin-bottom:1rem;font-weight:900}.landing-module__g1LwZa__sectionSub{color:var(--text-secondary);font-size:var(--text-body);max-width:52ch}.landing-module__g1LwZa__featuresLayout{grid-template-columns:1.3fr 1fr;align-items:start;gap:1.5rem;display:grid}.landing-module__g1LwZa__featureHeroCard{background:linear-gradient(145deg, rgba(var(--primary-rgb), .04), rgba(var(--accent-purple-rgb), .03));border:1px solid rgba(var(--primary-rgb), .12);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:28px;flex-direction:column;gap:1.25rem;padding:3rem;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__featureHeroCard:before{content:"";background:radial-gradient(circle, rgba(var(--primary-rgb), .06), transparent 70%);pointer-events:none;width:100%;height:100%;position:absolute;top:-50%;right:-50%}.landing-module__g1LwZa__featureHeroCard:hover{border-color:rgba(var(--primary-rgb), .25);box-shadow:var(--shadow-premium);transform:translateY(-3px)}.landing-module__g1LwZa__featureHeroCard h3{font-size:var(--text-heading-2);letter-spacing:-.03em;font-weight:850}.landing-module__g1LwZa__featureHeroCard p{color:var(--text-secondary);font-size:var(--text-body);line-height:1.6}.landing-module__g1LwZa__heroFeatureMeta{flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;display:flex}.landing-module__g1LwZa__heroFeatureTag{font-size:var(--text-caption);color:var(--text-secondary);background-color:rgba(var(--primary-rgb), .05);border:1px solid rgba(var(--primary-rgb), .08);border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .625rem;font-weight:700;display:flex}.landing-module__g1LwZa__featureSideGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.landing-module__g1LwZa__featureCard{background-color:var(--card-bg);border:1px solid var(--border-color);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:20px;flex-direction:column;padding:1.75rem;display:flex}.landing-module__g1LwZa__featureCard:hover{border-color:rgba(var(--primary-rgb), .2);box-shadow:var(--shadow-elevated);transform:translateY(-4px)}.landing-module__g1LwZa__featureCard h3{font-size:var(--text-small);margin-bottom:.5rem;font-weight:800}.landing-module__g1LwZa__featureCard p{color:var(--text-secondary);font-size:var(--text-caption);line-height:1.5}.landing-module__g1LwZa__featureCardTall{grid-row:span 2}.landing-module__g1LwZa__trustSection{padding:var(--section-spacing) 1.5rem;background-color:rgba(var(--primary-rgb), .02);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.landing-module__g1LwZa__trustLayout{max-width:var(--content-wide);grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.landing-module__g1LwZa__trustLeft h2{margin-bottom:1.25rem}.landing-module__g1LwZa__trustLeft p{color:var(--text-secondary);font-size:var(--text-body);margin-bottom:2rem;line-height:1.65}.landing-module__g1LwZa__trustReasons{flex-direction:column;gap:1rem;display:flex}.landing-module__g1LwZa__trustReason{align-items:flex-start;gap:1rem;display:flex}.landing-module__g1LwZa__trustReasonIcon{border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;margin-top:.15rem;display:flex}.landing-module__g1LwZa__trustReason h4{font-size:var(--text-small);margin-bottom:.25rem;font-weight:800}.landing-module__g1LwZa__trustReason p{font-size:var(--text-caption);color:var(--text-secondary);margin:0;line-height:1.4}.landing-module__g1LwZa__trustRight{position:relative}.landing-module__g1LwZa__trustVisual{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;padding:2rem;position:relative;overflow:hidden}.landing-module__g1LwZa__trustVisual:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent-purple), var(--trust));height:3px;position:absolute;top:0;left:0;right:0}.landing-module__g1LwZa__trustVisualHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.landing-module__g1LwZa__trustVisualTitle{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);opacity:.7;font-weight:700}.landing-module__g1LwZa__trustVisualBadge{background-color:rgba(var(--trust-rgb), .1);color:var(--trust);border-radius:4px;padding:.2rem .5rem;font-size:.55rem;font-weight:700}.landing-module__g1LwZa__trustBars{flex-direction:column;gap:1rem;display:flex}.landing-module__g1LwZa__trustBarRow{flex-direction:column;gap:.35rem;display:flex}.landing-module__g1LwZa__trustBarLabel{font-size:var(--text-caption);color:var(--text-secondary);justify-content:space-between;font-weight:600;display:flex}.landing-module__g1LwZa__trustBarTrack{background-color:rgba(var(--primary-rgb), .06);border-radius:4px;height:8px;overflow:hidden}.landing-module__g1LwZa__trustBarFill{height:100%;transition:width 1s var(--ease-out-expo);border-radius:4px}.landing-module__g1LwZa__trustBarNote{color:var(--text-secondary);opacity:.5;text-align:center;margin-top:.5rem;font-size:.55rem;font-weight:600}.landing-module__g1LwZa__howItWorks{padding:var(--section-spacing) 1.5rem}.landing-module__g1LwZa__howContent{max-width:var(--content-wide);grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;margin:0 auto;display:grid}.landing-module__g1LwZa__howLeft h2{margin-bottom:2.5rem}.landing-module__g1LwZa__steps{flex-direction:column;gap:1.75rem;display:flex}.landing-module__g1LwZa__stepItem{gap:1.25rem;display:flex}.landing-module__g1LwZa__stepNumber{color:var(--text-secondary);background-color:rgba(var(--primary-rgb), .06);border:1px solid rgba(var(--primary-rgb), .08);border-radius:8px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:.65rem;font-weight:900;display:flex}.landing-module__g1LwZa__stepItem h4{font-size:var(--text-body);margin-bottom:.35rem;font-weight:800}.landing-module__g1LwZa__stepItem p{font-size:var(--text-small);color:var(--text-secondary);line-height:1.5}.landing-module__g1LwZa__howRight{perspective:1000px;background-color:rgba(var(--primary-rgb), .03);border:1px solid var(--border-color);border-radius:28px;justify-content:center;align-items:center;height:420px;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__visualShowcase{width:100%;height:100%;transform-style:preserve-3d;pointer-events:none;position:relative}.landing-module__g1LwZa__profileMock{background-color:var(--card-bg);border:1px solid var(--border-color);z-index:2;border-radius:24px;width:260px;padding:1.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateY(-12deg)rotateX(8deg);box-shadow:0 40px 80px -20px #0003}.landing-module__g1LwZa__profileAvatar{background:linear-gradient(135deg, var(--primary), var(--accent-purple));border-radius:12px;width:48px;height:48px;margin-bottom:1rem}.landing-module__g1LwZa__profileInfo{flex-direction:column;gap:.5rem;display:flex}.landing-module__g1LwZa__profileLine{background-color:var(--text-primary);opacity:.08;border-radius:4px;height:8px}.landing-module__g1LwZa__verificationBadge{background-color:rgba(var(--primary-rgb), .1);color:var(--primary);text-transform:uppercase;letter-spacing:.04em;border-radius:100px;align-items:center;gap:.3rem;padding:.3rem .5rem;font-size:.55rem;font-weight:900;display:flex;position:absolute;top:1.25rem;right:1.25rem}.landing-module__g1LwZa__floatingProject{background-color:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;border-radius:20px;width:180px;padding:.875rem;position:absolute;box-shadow:0 24px 48px -12px #00000026}.landing-module__g1LwZa__p1{z-index:10;animation:6s ease-in-out infinite landing-module__g1LwZa__floatSmall;top:8%;right:-10%}.landing-module__g1LwZa__p2{z-index:10;animation:7s ease-in-out infinite reverse landing-module__g1LwZa__floatSmall;bottom:8%;left:-15%}.landing-module__g1LwZa__projImage{aspect-ratio:16/9;background:linear-gradient(135deg, var(--primary), #06b6d4);border-radius:10px;width:100%;margin-bottom:.75rem}.landing-module__g1LwZa__projMeta{flex-direction:column;gap:.35rem;display:flex}.landing-module__g1LwZa__projLine{background-color:var(--text-primary);opacity:.08;border-radius:3px;width:60%;height:6px}.landing-module__g1LwZa__projLineSmall{background-color:var(--text-secondary);opacity:.04;border-radius:3px;width:90%;height:5px}.landing-module__g1LwZa__showcaseGlow{background:radial-gradient(circle, rgba(var(--primary-rgb), .08), transparent 70%);filter:blur(60px);z-index:1;width:350px;height:350px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes landing-module__g1LwZa__floatSmall{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.landing-module__g1LwZa__pricing{padding:var(--section-spacing) 1.5rem;max-width:var(--content-wide);margin:0 auto}.landing-module__g1LwZa__pricingGrid{grid-template-columns:.9fr 1.2fr;align-items:start;gap:2rem;display:grid}.landing-module__g1LwZa__priceCard{background-color:var(--card-bg);border:1px solid var(--border-color);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:28px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative}.landing-module__g1LwZa__priceCard:hover{border-color:rgba(var(--primary-rgb), .2);box-shadow:var(--shadow-elevated);transform:translateY(-4px)}.landing-module__g1LwZa__pricePremium{background-color:var(--text-primary);color:var(--background);z-index:2;border:none;padding:3rem 2.5rem;position:relative;}.landing-module__g1LwZa__pricePremium:before{content:"";background:linear-gradient(135deg, var(--primary), var(--accent-purple), var(--trust));z-index:-1;opacity:.3;border-radius:29px;position:absolute;inset:-1px}.landing-module__g1LwZa__pricePremium:after{content:"";background:linear-gradient(90deg, transparent, var(--primary), var(--accent-purple), transparent);opacity:.6;width:60%;height:2px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__pricePremium .landing-module__g1LwZa__priceFeatures li{color:#ffffffb3}[data-theme=dark] .landing-module__g1LwZa__pricePremium .landing-module__g1LwZa__priceFeatures li{color:#000000b3}.landing-module__g1LwZa__popularTag{background:linear-gradient(135deg, var(--primary), var(--accent-purple));color:#fff;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:100px;padding:.3rem 1rem;font-size:.65rem;font-weight:800;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__priceValue{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:3rem;font-weight:950}.landing-module__g1LwZa__pricePremium .landing-module__g1LwZa__priceValue{font-size:3.5rem}.landing-module__g1LwZa__priceValue span{opacity:.5;font-size:.875rem;font-weight:600}.landing-module__g1LwZa__priceFeatures{flex-direction:column;gap:.75rem;margin:1.5rem 0 2.5rem;padding:0;list-style:none;display:flex}.landing-module__g1LwZa__priceFeatures li{font-size:var(--text-small);align-items:center;gap:.625rem;font-weight:600;display:flex}.landing-module__g1LwZa__footer{border-top:1px solid var(--border-color);padding:4rem 1.5rem 2rem}.landing-module__g1LwZa__footerContent{justify-content:space-between;gap:4rem;max-width:1200px;margin:0 auto 4rem;display:flex}.landing-module__g1LwZa__footerBrand p{color:var(--text-secondary);max-width:300px;margin-top:1.5rem;font-size:.9375rem}.landing-module__g1LwZa__footerLinks{gap:4rem;display:flex}.landing-module__g1LwZa__footerLinks h4{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.75rem;font-weight:800}.landing-module__g1LwZa__footerLinks div{flex-direction:column;gap:.75rem;display:flex}.landing-module__g1LwZa__footerLinks a{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:all .2s}.landing-module__g1LwZa__footerLinks a:hover{color:var(--primary)}.landing-module__g1LwZa__footerBottom{border-top:1px solid var(--border-color);text-align:center;max-width:1200px;color:var(--text-secondary);margin:0 auto;padding-top:2rem;font-size:.8125rem}.landing-module__g1LwZa__credibilitySection{padding:var(--section-spacing) 1.5rem;max-width:var(--content-wide);margin:0 auto}.landing-module__g1LwZa__credibilityLayout{grid-template-rows:auto auto auto;grid-template-columns:1.3fr 1fr;gap:1.25rem;display:grid}.landing-module__g1LwZa__credCardEngine{background:linear-gradient(145deg, rgba(var(--primary-rgb), .03), rgba(var(--accent-purple-rgb), .02));border:1px solid rgba(var(--primary-rgb), .1);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:24px;grid-row:span 2;padding:2rem;position:relative;overflow:hidden}.landing-module__g1LwZa__credCardEngine:hover{border-color:rgba(var(--primary-rgb), .2);box-shadow:var(--shadow-premium);transform:translateY(-3px)}.landing-module__g1LwZa__credCardEngine:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent-purple), var(--trust));opacity:.4;height:2px;position:absolute;top:0;left:0;right:0}.landing-module__g1LwZa__credCard{background-color:var(--card-bg);border:1px solid var(--border-color);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:20px;flex-direction:column;padding:1.5rem;display:flex}.landing-module__g1LwZa__credCard:hover{border-color:rgba(var(--primary-rgb), .15);box-shadow:var(--shadow-elevated);transform:translateY(-3px)}.landing-module__g1LwZa__credCardWide{background-color:var(--card-bg);border:1px solid var(--border-color);transition:all var(--duration-normal) var(--ease-out-expo);border-radius:20px;grid-column:span 2;padding:1.5rem 2rem}.landing-module__g1LwZa__credCardWide:hover{border-color:rgba(var(--primary-rgb), .15);box-shadow:var(--shadow-elevated);transform:translateY(-3px)}.landing-module__g1LwZa__credCardHeader{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-weight:700;display:flex}.landing-module__g1LwZa__credCardHeader span:first-of-type{flex:1}.landing-module__g1LwZa__credBadge{background-color:rgba(var(--primary-rgb), .08);color:var(--primary);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:.15rem .45rem;font-size:.55rem;font-weight:700}.landing-module__g1LwZa__credEngineBody{flex-direction:column;gap:1rem;display:flex}.landing-module__g1LwZa__credEngineDesc{font-size:var(--text-small);color:var(--text-secondary);line-height:1.5}.landing-module__g1LwZa__credEngineBars{flex-direction:column;gap:.75rem;display:flex}.landing-module__g1LwZa__credBarRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.landing-module__g1LwZa__credBarLabel{font-size:var(--text-caption);color:var(--text-secondary);min-width:8rem;font-weight:600}.landing-module__g1LwZa__credBarValue{font-size:var(--text-caption);color:var(--text-primary);text-align:right;min-width:2.5rem;font-weight:700}.landing-module__g1LwZa__credBarTrack{background-color:rgba(var(--primary-rgb), .06);border-radius:3px;flex-basis:100%;width:100%;height:6px;overflow:hidden}.landing-module__g1LwZa__credBarFill{border-radius:3px;height:100%}.landing-module__g1LwZa__credSignalList{flex-direction:column;flex:1;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.landing-module__g1LwZa__credSignalList li{font-size:var(--text-caption);color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.landing-module__g1LwZa__credSignalDot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.landing-module__g1LwZa__credCardNote{color:var(--text-secondary);opacity:.6;border-top:1px solid var(--border-color);margin-top:1rem;padding-top:.75rem;font-size:.55rem;font-weight:600}.landing-module__g1LwZa__credWideBody{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.landing-module__g1LwZa__credWideItem{align-items:flex-start;gap:.75rem;display:flex}.landing-module__g1LwZa__credWideIcon{background-color:rgba(var(--primary-rgb), .06);border:1px solid rgba(var(--primary-rgb), .08);width:28px;min-width:28px;height:28px;color:var(--primary);border-radius:7px;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.landing-module__g1LwZa__credWideItem strong{font-size:var(--text-caption);color:var(--text-primary);margin-bottom:.2rem;font-weight:700;display:block}.landing-module__g1LwZa__credWideItem p{color:var(--text-secondary);margin:0;font-size:.6rem;font-weight:500;line-height:1.4}.landing-module__g1LwZa__betaPill{background-color:rgba(var(--accent-purple-rgb), .15);border:1px solid rgba(var(--accent-purple-rgb), .3);max-width:650px;color:var(--text-primary);font-size:var(--text-small);border-radius:100px;justify-content:center;align-items:center;gap:.75rem;margin:0 auto 3rem;padding:1rem 1.5rem;display:flex}@media (max-width:1100px){.landing-module__g1LwZa__heroLayout{grid-template-columns:1fr 1fr;gap:2rem}.landing-module__g1LwZa__featuresLayout{grid-template-columns:1fr}.landing-module__g1LwZa__featureSideGrid{grid-template-columns:repeat(3,1fr)}.landing-module__g1LwZa__trustLayout{grid-template-columns:1fr;gap:2.5rem}.landing-module__g1LwZa__headline{font-size:clamp(2.25rem,4vw,3.25rem)}.landing-module__g1LwZa__howContent{grid-template-columns:1fr;gap:3rem}.landing-module__g1LwZa__howRight{height:360px}.landing-module__g1LwZa__credWideBody{grid-template-columns:1fr 1fr}}@media (max-width:768px){.landing-module__g1LwZa__hero{min-height:auto;padding:7rem 1.25rem 4rem}.landing-module__g1LwZa__heroLayout{grid-template-columns:1fr;gap:2.5rem}.landing-module__g1LwZa__heroRight{margin-top:1rem;padding-left:0}.landing-module__g1LwZa__headline{max-width:none;font-size:2.5rem}.landing-module__g1LwZa__subheadline{font-size:var(--text-body);max-width:none}.landing-module__g1LwZa__heroActions{flex-direction:column;align-items:stretch}.landing-module__g1LwZa__sectionTitle{font-size:2rem}.landing-module__g1LwZa__sectionSub{max-width:none}.landing-module__g1LwZa__features{padding:3rem 1rem}.landing-module__g1LwZa__featuresLayout{grid-template-columns:1fr}.landing-module__g1LwZa__featureHeroCard{padding:2rem}.landing-module__g1LwZa__featureSideGrid{grid-template-columns:1fr 1fr}.landing-module__g1LwZa__trustSection{padding:3rem 1rem}.landing-module__g1LwZa__trustLayout{grid-template-columns:1fr;gap:2rem}.landing-module__g1LwZa__trustVisual{padding:1.5rem}.landing-module__g1LwZa__howItWorks{padding:3rem 1rem}.landing-module__g1LwZa__howContent{grid-template-columns:1fr;gap:2rem}.landing-module__g1LwZa__howRight{height:300px}.landing-module__g1LwZa__pricing{padding:3rem 1rem}.landing-module__g1LwZa__pricingGrid{grid-template-columns:1fr;gap:1.5rem}.landing-module__g1LwZa__priceCard{padding:2rem 1.5rem}.landing-module__g1LwZa__pricePremium{padding:2.5rem 1.5rem}.landing-module__g1LwZa__priceValue{font-size:2.5rem}.landing-module__g1LwZa__pricePremium .landing-module__g1LwZa__priceValue{font-size:2.75rem}.landing-module__g1LwZa__footerContent{flex-direction:column;gap:2rem}.landing-module__g1LwZa__navContent{padding:1rem 1.25rem}.landing-module__g1LwZa__credibilitySection{padding:3rem 1rem}.landing-module__g1LwZa__credibilityLayout{grid-template-columns:1fr}.landing-module__g1LwZa__credCardEngine{grid-row:auto}.landing-module__g1LwZa__credCardWide{grid-column:auto}.landing-module__g1LwZa__credWideBody{grid-template-columns:1fr;gap:1rem}.landing-module__g1LwZa__ctaSection{width:95%;margin:4rem auto;padding:3rem 1.5rem}}@media (max-width:480px){.landing-module__g1LwZa__headline{font-size:2rem}.landing-module__g1LwZa__subheadline{font-size:var(--text-small);margin-bottom:2rem}.landing-module__g1LwZa__announcement{padding:.2rem .625rem;font-size:.65rem}.landing-module__g1LwZa__sectionTitle{font-size:1.625rem}.landing-module__g1LwZa__featureSideGrid{grid-template-columns:1fr}.landing-module__g1LwZa__heroLayout{gap:1.5rem}.landing-module__g1LwZa__hero{padding:5.5rem .875rem 2.5rem}.landing-module__g1LwZa__heroRight{margin-top:.5rem}.landing-module__g1LwZa__headline{letter-spacing:-.03em}.landing-module__g1LwZa__featureHeroCard{padding:1.5rem}.landing-module__g1LwZa__heroFeatureMeta{gap:.75rem}.landing-module__g1LwZa__credBarLabel{min-width:6rem;font-size:.65rem}.landing-module__g1LwZa__credBarValue{min-width:2rem;font-size:.65rem}.landing-module__g1LwZa__trustVisual{padding:1.25rem}.landing-module__g1LwZa__trustBars{gap:.75rem}.landing-module__g1LwZa__steps{gap:1.25rem}.landing-module__g1LwZa__credCardEngine,.landing-module__g1LwZa__credCard{padding:1.25rem}.landing-module__g1LwZa__credWideItem{flex-direction:column}.landing-module__g1LwZa__navContent{padding:.75rem 1rem}.landing-module__g1LwZa__ctaSection{margin:3rem auto;padding:2.5rem 1.25rem}}
.RetentionPanel-module__qIG82a__loading,.RetentionPanel-module__qIG82a__error,.RetentionPanel-module__qIG82a__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9375rem;font-weight:600}.RetentionPanel-module__qIG82a__error{color:#dc2626}.RetentionPanel-module__qIG82a__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.RetentionPanel-module__qIG82a__metaGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.RetentionPanel-module__qIG82a__metaCard{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.RetentionPanel-module__qIG82a__metaLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:700}.RetentionPanel-module__qIG82a__metaValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.125rem;font-weight:800}.RetentionPanel-module__qIG82a__sectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin:0 0 .75rem;font-size:.8125rem;font-weight:700}.RetentionPanel-module__qIG82a__chartSection{border-top:1px solid var(--border-color);padding-top:1rem}.RetentionPanel-module__qIG82a__chart{align-items:flex-end;gap:.375rem;height:120px;display:flex}.RetentionPanel-module__qIG82a__chartCol{flex-direction:column;flex:1;align-items:center;gap:.25rem;height:100%;display:flex}.RetentionPanel-module__qIG82a__chartBarWrapper{flex:1;justify-content:center;align-items:flex-end;width:100%;display:flex}.RetentionPanel-module__qIG82a__chartBar{background-color:var(--primary);border-radius:4px 4px 0 0;width:100%;max-width:32px;min-height:4px;transition:height .5s}.RetentionPanel-module__qIG82a__chartLabel{color:var(--text-secondary);text-align:center;white-space:nowrap;font-size:.625rem;font-weight:600}@media (max-width:768px){.RetentionPanel-module__qIG82a__statsGrid{grid-template-columns:repeat(2,1fr)}}
.ModeToggle-module__FddSca__toggleBtn{border:1px solid var(--border-color);background:var(--card-bg);cursor:pointer;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.ModeToggle-module__FddSca__toggleBtn:hover{border-color:var(--primary);box-shadow:0 0 20px rgba(var(--primary-rgb), .15);transform:scale(1.05)}.ModeToggle-module__FddSca__iconWrapper{z-index:2;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.ModeToggle-module__FddSca__sunIcon,.ModeToggle-module__FddSca__moonIcon{transition:all .6s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;left:0}.ModeToggle-module__FddSca__light .ModeToggle-module__FddSca__sunIcon{opacity:1;color:#f59e0b;transform:scale(1)rotate(0)}.ModeToggle-module__FddSca__light .ModeToggle-module__FddSca__moonIcon{opacity:0;transform:scale(0)rotate(90deg)}.ModeToggle-module__FddSca__dark .ModeToggle-module__FddSca__sunIcon{opacity:0;transform:scale(0)rotate(-90deg)}.ModeToggle-module__FddSca__dark .ModeToggle-module__FddSca__moonIcon{opacity:1;color:#8b5cf6;transform:scale(1)rotate(0)}.ModeToggle-module__FddSca__glow{background:radial-gradient(circle, rgba(var(--primary-rgb), .4) 0%, transparent 70%);z-index:1;pointer-events:none;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ModeToggle-module__FddSca__toggleBtn:active .ModeToggle-module__FddSca__glow{width:150px;height:150px}.ModeToggle-module__FddSca__toggleBtn:after{content:"";background:radial-gradient(circle, rgba(var(--primary-rgb), .1) 0%, transparent 70%);border-radius:50%;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.ModeToggle-module__FddSca__toggleBtn:hover:after{transform:translate(-50%,-50%)scale(2)}
.AnalyticsHealthPanel-module__jKmn1q__loading,.AnalyticsHealthPanel-module__jKmn1q__error,.AnalyticsHealthPanel-module__jKmn1q__empty{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9375rem;font-weight:600}.AnalyticsHealthPanel-module__jKmn1q__error{color:#dc2626}.AnalyticsHealthPanel-module__jKmn1q__statsGrid{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.AnalyticsHealthPanel-module__jKmn1q__metaGrid{grid-template-columns:repeat(1,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.AnalyticsHealthPanel-module__jKmn1q__metaCard{background-color:var(--background);border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;gap:.25rem;padding:.75rem 1rem;display:flex}.AnalyticsHealthPanel-module__jKmn1q__metaLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:700}.AnalyticsHealthPanel-module__jKmn1q__metaValue{color:var(--text-primary);letter-spacing:-.02em;font-size:1.125rem;font-weight:800}.AnalyticsHealthPanel-module__jKmn1q__sectionTitle{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);margin:0 0 .75rem;font-size:.8125rem;font-weight:700}.AnalyticsHealthPanel-module__jKmn1q__chartSection{margin-bottom:1.5rem}.AnalyticsHealthPanel-module__jKmn1q__chart{align-items:flex-end;gap:.5rem;height:140px;display:flex}.AnalyticsHealthPanel-module__jKmn1q__chartCol{flex-direction:column;flex:1;align-items:center;gap:.375rem;height:100%;display:flex}.AnalyticsHealthPanel-module__jKmn1q__chartBarWrapper{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.25rem;width:100%;display:flex}.AnalyticsHealthPanel-module__jKmn1q__chartBar{background-color:var(--primary);border-radius:4px 4px 0 0;width:100%;max-width:40px;min-height:4px;transition:height .5s}.AnalyticsHealthPanel-module__jKmn1q__chartValue{color:var(--text-primary);font-size:.75rem;font-weight:700}.AnalyticsHealthPanel-module__jKmn1q__chartMeta{flex-direction:column;align-items:center;gap:.125rem;display:flex}.AnalyticsHealthPanel-module__jKmn1q__chartLabel{color:var(--text-secondary);text-align:center;white-space:nowrap;font-size:.625rem;font-weight:600}.AnalyticsHealthPanel-module__jKmn1q__chartSub{color:var(--text-secondary);opacity:.7;font-size:.5625rem}.AnalyticsHealthPanel-module__jKmn1q__typeSection{border-top:1px solid var(--border-color);padding-top:1rem}.AnalyticsHealthPanel-module__jKmn1q__typeList{flex-direction:column;gap:.5rem;display:flex}.AnalyticsHealthPanel-module__jKmn1q__typeRow{align-items:center;gap:.75rem;display:flex}.AnalyticsHealthPanel-module__jKmn1q__typeName{color:var(--text-primary);text-transform:capitalize;flex-shrink:0;width:9rem;font-size:.75rem;font-weight:600}.AnalyticsHealthPanel-module__jKmn1q__typeBar{background-color:var(--border-color);border-radius:100px;flex:1;height:6px;overflow:hidden}.AnalyticsHealthPanel-module__jKmn1q__typeBarFill{background-color:var(--primary);border-radius:100px;height:100%;transition:width .5s}.AnalyticsHealthPanel-module__jKmn1q__typeCount{color:var(--text-secondary);text-align:right;flex-shrink:0;width:4rem;font-size:.75rem;font-weight:700}@media (max-width:768px){.AnalyticsHealthPanel-module__jKmn1q__statsGrid{grid-template-columns:repeat(2,1fr)}.AnalyticsHealthPanel-module__jKmn1q__typeName{width:6rem}}
.Analytics-module__0q98ZG__chartContainer{background:rgba(var(--primary-rgb), .03);border:1px solid rgba(var(--primary-rgb), .1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:24px;width:100%;height:380px;margin-top:1rem;position:relative;overflow:visible}.Analytics-module__0q98ZG__axisLabel{fill:var(--text-secondary);opacity:.5;text-transform:uppercase;letter-spacing:.05em;font-size:.65rem;font-weight:700}.Analytics-module__0q98ZG__yAxisLabel{text-anchor:end}.Analytics-module__0q98ZG__xAxisLabel{text-anchor:middle}[data-theme=dark] .Analytics-module__0q98ZG__chartContainer{background:rgba(var(--primary-rgb), .05)}.Analytics-module__0q98ZG__chartSvg{width:100%;height:100%;overflow:visible}.Analytics-module__0q98ZG__chartLineGlow{fill:none;stroke:var(--primary);stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;opacity:.15;filter:blur(10px)}.Analytics-module__0q98ZG__chartLine{fill:none;stroke:var(--primary);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.Analytics-module__0q98ZG__chartLineSecondary{fill:none;stroke:var(--text-secondary);stroke-width:2px;stroke-dasharray:6 6;opacity:.35;stroke-linecap:round;stroke-linejoin:round}.Analytics-module__0q98ZG__chartArea{opacity:.15}.Analytics-module__0q98ZG__gridLines line{stroke:var(--text-primary);stroke-width:1px;opacity:.05}.Analytics-module__0q98ZG__tooltip{pointer-events:none;background:rgba(var(--card-bg-rgb), .95);-webkit-backdrop-filter:blur(24px)saturate(200%);backdrop-filter:blur(24px)saturate(200%);border:1px solid rgba(var(--primary-rgb), .3);box-shadow:0 20px 50px -12px #0006, 0 0 0 1px rgba(var(--primary-rgb), .15);z-index:1000;border-radius:20px;flex-direction:column;gap:.75rem;min-width:220px;padding:1.25rem 1.5rem;display:flex;position:fixed}.Analytics-module__0q98ZG__tooltipHeader{border-bottom:1px solid rgba(var(--primary-rgb), .1);justify-content:space-between;align-items:center;margin-bottom:.25rem;padding-bottom:.5rem;display:flex}.Analytics-module__0q98ZG__tooltipTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.15em;opacity:.6;font-size:.65rem;font-weight:800}.Analytics-module__0q98ZG__tooltipMetric{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Analytics-module__0q98ZG__tooltipLabel{color:var(--text-secondary);font-size:.8125rem;font-weight:700}.Analytics-module__0q98ZG__tooltipValue{color:var(--text-primary);letter-spacing:-.04em;font-size:1.25rem;font-weight:950}.Analytics-module__0q98ZG__premiumStatCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:24px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Analytics-module__0q98ZG__premiumStatCardFeatured{background:var(--text-primary);color:var(--background);border:none}[data-theme=dark] .Analytics-module__0q98ZG__premiumStatCardFeatured{background:rgba(var(--primary-rgb), .12);color:var(--text-primary);border:1px solid rgba(var(--primary-rgb), .2);-webkit-backdrop-filter:blur(12px)saturate(180%);backdrop-filter:blur(12px)saturate(180%)}.Analytics-module__0q98ZG__premiumStatCard:hover{border-color:rgba(var(--primary-rgb), .4);box-shadow:0 20px 40px -20px rgba(var(--primary-rgb), .15);transform:translateY(-4px)}.Analytics-module__0q98ZG__statGlow{background:radial-gradient(circle, rgba(var(--primary-rgb), .08) 0%, transparent 70%);filter:blur(40px);pointer-events:none;width:70%;height:70%;position:absolute;top:-20%;right:-10%}.Analytics-module__0q98ZG__donutContainer{justify-content:center;align-items:center;width:100%;height:220px;display:flex;position:relative}.Analytics-module__0q98ZG__donutRing{fill:none;stroke:var(--border-color);stroke-width:12px;opacity:.1}.Analytics-module__0q98ZG__donutSegment{fill:none;stroke-width:12px;stroke-linecap:round;filter:drop-shadow(0 0 4px rgba(var(--primary-rgb), .3));transition:stroke-dashoffset 1s cubic-bezier(.4,0,.2,1)}.Analytics-module__0q98ZG__donutCenter{text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute}.Analytics-module__0q98ZG__segmentedControl{background:rgba(var(--primary-rgb), .05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--primary-rgb), .1);border-radius:14px;width:fit-content;padding:.25rem;display:flex}.Analytics-module__0q98ZG__segmentBtn{color:var(--text-secondary);cursor:pointer;z-index:1;background:0 0;border:none;border-radius:10px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:800;transition:all .3s;position:relative}.Analytics-module__0q98ZG__segmentBtn:hover{color:var(--text-primary)}.Analytics-module__0q98ZG__segmentActive{background:var(--card-bg);box-shadow:0 4px 12px #0000000d, 0 0 0 1px rgba(var(--primary-rgb), .1);color:var(--primary)!important}.Analytics-module__0q98ZG__intelligenceHeader{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.Analytics-module__0q98ZG__metricTabsCompact{grid-template-columns:repeat(6,1fr);gap:.5rem;width:100%;display:grid}.Analytics-module__0q98ZG__metricTabCompact{background:rgba(var(--primary-rgb), .04);border:1px solid rgba(var(--primary-rgb), .08);cursor:pointer;border-radius:14px;flex-direction:column;gap:.25rem;padding:.75rem 1rem;transition:all .2s;display:flex}.Analytics-module__0q98ZG__metricTabCompact:hover{background:rgba(var(--primary-rgb), .07);border-color:rgba(var(--primary-rgb), .15)}.Analytics-module__0q98ZG__metricTabLabelCompact{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:800}.Analytics-module__0q98ZG__metricTabValueCompact{color:var(--text-primary);letter-spacing:-.02em;font-size:1rem;font-weight:900}.Analytics-module__0q98ZG__chartHeaderRow{justify-content:space-between;align-items:center;gap:1rem;margin-top:.25rem;padding:0 .5rem;display:flex}.Analytics-module__0q98ZG__sourceFiltersCompact{gap:.5rem;display:flex}.Analytics-module__0q98ZG__sourceTagSmall{background:rgba(var(--primary-rgb), .03);color:var(--text-secondary);cursor:pointer;border:1px solid var(--border-color);border-radius:100px;padding:.25rem .75rem;font-size:.65rem;font-weight:800;transition:all .2s}.Analytics-module__0q98ZG__segmentedControlSmall{background:rgba(var(--primary-rgb), .04);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(var(--primary-rgb), .08);border-radius:10px;padding:.15rem;display:flex}.Analytics-module__0q98ZG__segmentBtnSmall{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.35rem .75rem;font-size:.65rem;font-weight:800;transition:all .3s}.Analytics-module__0q98ZG__chartContainerCompact{background:rgba(var(--primary-rgb), .02);border:1px solid rgba(var(--primary-rgb), .05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);aspect-ratio:1000/280;border-radius:16px;width:100%;margin-top:.5rem;position:relative;overflow:visible}@media (max-width:1200px){.Analytics-module__0q98ZG__metricTabsCompact{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Analytics-module__0q98ZG__metricTabsCompact{grid-template-columns:repeat(2,1fr)}.Analytics-module__0q98ZG__chartHeaderRow{flex-direction:column;align-items:flex-start}.Analytics-module__0q98ZG__chartContainerCompact{aspect-ratio:auto;min-height:260px}.Analytics-module__0q98ZG__chartContainer{aspect-ratio:1000/460}}.Analytics-module__0q98ZG__metricTabs{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;width:100%;display:grid}.Analytics-module__0q98ZG__metricTab{background:rgba(var(--primary-rgb), .05);border:1px solid rgba(var(--primary-rgb), .1);cursor:pointer;border-radius:16px;flex-direction:column;gap:.5rem;padding:1rem;transition:all .2s;display:flex}.Analytics-module__0q98ZG__metricTab:hover{background:rgba(var(--primary-rgb), .08);border-color:rgba(var(--primary-rgb), .2)}.Analytics-module__0q98ZG__metricTabActive{background:rgba(var(--primary-rgb), .1);border-color:rgba(var(--primary-rgb), .3);box-shadow:0 4px 12px -4px rgba(var(--primary-rgb), .2)}.Analytics-module__0q98ZG__filterRow{justify-content:space-between;align-items:center;gap:1rem;margin-top:.25rem;display:flex}.Analytics-module__0q98ZG__chartContainer{background:rgba(var(--primary-rgb), .03);border:1px solid rgba(var(--primary-rgb), .08);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;width:100%;height:320px;margin-top:.75rem;padding:0;position:relative;overflow:visible}.Analytics-module__0q98ZG__metricTabLabel{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.25rem;font-size:.65rem;font-weight:800;display:block}.Analytics-module__0q98ZG__metricTabValue{color:var(--text-primary);font-size:1.125rem;font-weight:900;display:block}.Analytics-module__0q98ZG__sourceFilters{flex-wrap:wrap;gap:.75rem;display:flex}.Analytics-module__0q98ZG__sourceTag{background:var(--secondary);color:var(--text-secondary);cursor:pointer;border:1px solid var(--border-color);border-radius:100px;padding:.375rem .875rem;font-size:.7rem;font-weight:800;transition:all .2s}.Analytics-module__0q98ZG__sourceTagActive{background:var(--primary);color:#fff;border-color:var(--primary)}.Analytics-module__0q98ZG__chartBar{fill:var(--primary);opacity:.8;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1)}.Analytics-module__0q98ZG__chartBar:hover{opacity:1;filter:drop-shadow(0 0 8px rgba(var(--primary-rgb), .5))}.Analytics-module__0q98ZG__chartBarStacked{transition:all .5s cubic-bezier(.4,0,.2,1)}.Analytics-module__0q98ZG__heatmapCell{transition:fill .3s}.Analytics-module__0q98ZG__funnelContainer{flex-direction:column;gap:1rem;padding:.5rem 0;display:flex}.Analytics-module__0q98ZG__funnelStep{background:rgba(var(--primary-rgb), .03);border:1px solid rgba(var(--primary-rgb), .05);border-radius:18px;justify-content:space-between;align-items:center;height:68px;padding:0 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Analytics-module__0q98ZG__funnelStep:hover{background:rgba(var(--primary-rgb), .06);border-color:rgba(var(--primary-rgb), .15);transform:translate(4px)}.Analytics-module__0q98ZG__funnelProgress{background:linear-gradient(90deg, rgba(var(--primary-rgb), .15), rgba(var(--primary-rgb), .05));border-right:3px solid var(--primary);z-index:1;transition:width 1s cubic-bezier(.34,1.56,.64,1);position:absolute;top:0;bottom:0;left:0}.Analytics-module__0q98ZG__funnelLabel{z-index:2;color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:800;position:relative}.Analytics-module__0q98ZG__funnelValue{z-index:2;color:var(--primary);font-size:1.125rem;font-weight:950;position:relative}.Analytics-module__0q98ZG__statCardLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;font-size:.65rem;font-weight:800}.Analytics-module__0q98ZG__statCardLabelFeatured{color:inherit;opacity:.6}.Analytics-module__0q98ZG__statCardValue{letter-spacing:-.04em;margin:0;font-size:1.75rem;font-weight:950}@media (max-width:768px){.Analytics-module__0q98ZG__premiumStatCard{border-radius:18px!important;padding:.875rem 1rem!important}.Analytics-module__0q98ZG__statCardValue{font-size:1.25rem!important}.Analytics-module__0q98ZG__statCardLabel{letter-spacing:.08em!important;font-size:.55rem!important}.Analytics-module__0q98ZG__donutContainer svg{width:140px!important;height:140px!important}.Analytics-module__0q98ZG__donutContainer{height:160px}.Analytics-module__0q98ZG__donutCenter span:first-child{font-size:1.25rem!important}.Analytics-module__0q98ZG__funnelStep{height:54px!important;padding:0 1.25rem!important}.Analytics-module__0q98ZG__funnelLabel{font-size:.8125rem!important}.Analytics-module__0q98ZG__funnelValue{font-size:.9375rem!important}.Analytics-module__0q98ZG__tooltip{min-width:160px!important;padding:.75rem 1rem!important}.Analytics-module__0q98ZG__tooltipValue{font-size:1rem!important}}
.PageShell-module__yhlFRW__page{flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.PageShell-module__yhlFRW__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.PageShell-module__yhlFRW__title{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:800}.PageShell-module__yhlFRW__sub{color:var(--text-secondary);margin:.125rem 0 0;font-size:.8125rem;font-weight:500}.PageShell-module__yhlFRW__actions{flex-shrink:0;align-items:center;gap:.625rem;display:flex}@media (max-width:768px){.PageShell-module__yhlFRW__page{gap:1.25rem}.PageShell-module__yhlFRW__header{flex-direction:column}.PageShell-module__yhlFRW__title{font-size:1.25rem}}
.CareerLog-module__ISBcKq__section{padding:0 0 3rem}.CareerLog-module__ISBcKq__heading{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.CareerLog-module__ISBcKq__list{flex-direction:column;gap:0;display:flex}.CareerLog-module__ISBcKq__card{gap:1rem;display:flex}.CareerLog-module__ISBcKq__rail{flex-direction:column;flex-shrink:0;align-items:center;width:14px;padding-top:.75rem;display:flex}.CareerLog-module__ISBcKq__dot{background:var(--primary);border:2px solid rgba(var(--primary-rgb), .2);z-index:1;border-radius:50%;flex-shrink:0;width:10px;height:10px}.CareerLog-module__ISBcKq__currentDot{background:#10b981;border-color:#10b9814d;box-shadow:0 0 0 4px #10b9811a}.CareerLog-module__ISBcKq__line{background:var(--border-color);flex:1;width:1px;min-height:1.5rem}.CareerLog-module__ISBcKq__entryGlass{background:rgba(var(--card-bg-rgb), .35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:14px;flex:1;margin-bottom:1.25rem;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.CareerLog-module__ISBcKq__entryGlass:hover{border-color:rgba(var(--primary-rgb), .12);box-shadow:0 2px 8px #00000008}.CareerLog-module__ISBcKq__entryHeader{align-items:center;gap:.65rem;margin-bottom:.4rem;display:flex}.CareerLog-module__ISBcKq__period{color:var(--text-secondary);opacity:.7;font-size:.75rem;font-weight:600}.CareerLog-module__ISBcKq__currentTag{color:#10b981;background:#10b98114;border:1px solid #10b98126;border-radius:100px;padding:.15rem .5rem;font-size:.6rem;font-weight:700}.CareerLog-module__ISBcKq__role{color:var(--text-primary);letter-spacing:-.015em;margin:0;font-size:1.0625rem;font-weight:700}.CareerLog-module__ISBcKq__company{color:var(--text-secondary);align-items:center;gap:.4rem;margin:.15rem 0 0;font-size:.85rem;font-weight:500;display:flex}.CareerLog-module__ISBcKq__companyIcon{opacity:.5}.CareerLog-module__ISBcKq__bullets{flex-direction:column;gap:.25rem;margin:.65rem 0 0;padding:0;list-style:none;display:flex}.CareerLog-module__ISBcKq__bullets li{color:var(--text-secondary);padding-left:.875rem;font-size:.8125rem;line-height:1.6;position:relative}.CareerLog-module__ISBcKq__bullets li:before{content:"–";color:var(--text-secondary);opacity:.35;position:absolute;left:0}.CareerLog-module__ISBcKq__emptyLink{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none}.CareerLog-module__ISBcKq__emptyLink:hover{color:var(--text-primary)}@media (max-width:480px){.CareerLog-module__ISBcKq__role{font-size:.95rem}.CareerLog-module__ISBcKq__entryGlass{margin-bottom:1rem;padding:1rem}.CareerLog-module__ISBcKq__bullets li{font-size:.78rem}.CareerLog-module__ISBcKq__card{gap:.75rem}.CareerLog-module__ISBcKq__rail{width:10px}}
.onboarding-module__X8sWMG__container{background-color:var(--bg-secondary);flex-direction:column;justify-content:center;align-items:center;gap:5rem;min-height:100dvh;padding:4rem 2rem;display:flex;overflow-y:auto}.onboarding-module__X8sWMG__header{justify-content:center;margin-bottom:1rem;display:flex}.onboarding-module__X8sWMG__onboardingCard{width:100%;max-width:500px}.onboarding-module__X8sWMG__stepContainer{gap:var(--space-lg);flex-direction:column;display:flex}.onboarding-module__X8sWMG__avatarUpload{align-items:center;gap:var(--space-md);margin:var(--space-lg) 0;flex-direction:column;display:flex}.onboarding-module__X8sWMG__avatarPreview{background-color:var(--bg-secondary);border:2px dashed var(--border-primary);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden}.onboarding-module__X8sWMG__avatarImage{object-fit:cover;width:100%;height:100%}.onboarding-module__X8sWMG__uploadLabel{color:var(--color-primary);cursor:pointer;font-size:.875rem;font-weight:500}.onboarding-module__X8sWMG__professionGrid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr);display:grid}.onboarding-module__X8sWMG__professionCard{padding:var(--space-md);border:1px solid var(--border-primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);text-align:center;font-size:.875rem;font-weight:500}.onboarding-module__X8sWMG__professionCard:hover{border-color:var(--color-primary);background-color:var(--bg-secondary)}.onboarding-module__X8sWMG__selected{border-color:var(--color-primary);color:var(--color-primary);background-color:#0070f30d}@media (max-width:768px){.onboarding-module__X8sWMG__container{justify-content:flex-start;gap:3rem;padding:2.5rem 1.5rem}.onboarding-module__X8sWMG__onboardingCard{max-width:100%;margin:0 auto}.onboarding-module__X8sWMG__professionGrid{grid-template-columns:1fr;gap:.75rem}}@media (max-width:480px){.onboarding-module__X8sWMG__container{gap:2rem;padding:1.5rem 1rem}}
.VerificationAdmin-module__D73n5G__container{flex-direction:column;gap:2rem;display:flex}.VerificationAdmin-module__D73n5G__header{justify-content:space-between;align-items:center;display:flex}.VerificationAdmin-module__D73n5G__headerLeft{align-items:center;gap:1rem;display:flex}.VerificationAdmin-module__D73n5G__headerTitle{letter-spacing:-.03em;font-size:2rem;font-weight:800}.VerificationAdmin-module__D73n5G__headerSub{color:var(--text-secondary);margin-top:.25rem;font-size:.9375rem}.VerificationAdmin-module__D73n5G__tabBar{border-bottom:1px solid var(--border-color);gap:.75rem;padding-bottom:1rem;display:flex;overflow-x:auto}.VerificationAdmin-module__D73n5G__tabBtn{text-transform:capitalize;cursor:pointer;color:var(--text-secondary);border:1px solid var(--border-color);white-space:nowrap;background-color:#0000;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}.VerificationAdmin-module__D73n5G__tabBtnActive{background-color:var(--primary);color:#000;border-color:var(--primary)}.VerificationAdmin-module__D73n5G__loading{text-align:center;color:var(--text-secondary);padding:4rem 0}.VerificationAdmin-module__D73n5G__emptyCard{text-align:center;padding:4rem 2rem}.VerificationAdmin-module__D73n5G__emptyTitle{color:var(--text-primary);font-size:1.125rem;font-weight:700}.VerificationAdmin-module__D73n5G__emptySub{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem}.VerificationAdmin-module__D73n5G__proofList{flex-direction:column;gap:1.5rem;display:flex}.VerificationAdmin-module__D73n5G__proofCard{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.VerificationAdmin-module__D73n5G__proofLeft{flex-direction:column;gap:1.25rem;display:flex}.VerificationAdmin-module__D73n5G__proofTitle{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.VerificationAdmin-module__D73n5G__proofName{color:var(--text-primary);font-size:1.25rem;font-weight:800}.VerificationAdmin-module__D73n5G__proofVersion{background-color:var(--border-color);color:var(--text-secondary);border-radius:100px;padding:2px 8px;font-size:.75rem;font-weight:700}.VerificationAdmin-module__D73n5G__proofRight{flex-direction:column;gap:1rem;display:flex}.VerificationAdmin-module__D73n5G__evidenceGrid{flex-direction:column;gap:.75rem;display:flex}.VerificationAdmin-module__D73n5G__evidenceLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.VerificationAdmin-module__D73n5G__evidenceLink{color:var(--primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.VerificationAdmin-module__D73n5G__reviewActions{border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.VerificationAdmin-module__D73n5G__notesField{border:1px solid var(--border-color);background-color:var(--background);width:100%;color:var(--text-primary);resize:vertical;border-radius:8px;min-height:60px;padding:.75rem;font-family:inherit;font-size:.875rem}.VerificationAdmin-module__D73n5G__actionRow{gap:.75rem;display:flex}@media (max-width:768px){.VerificationAdmin-module__D73n5G__container{gap:1.25rem}.VerificationAdmin-module__D73n5G__header{flex-direction:column;align-items:flex-start;gap:.75rem}.VerificationAdmin-module__D73n5G__headerTitle{font-size:1.5rem}.VerificationAdmin-module__D73n5G__headerSub{font-size:.8125rem}.VerificationAdmin-module__D73n5G__tabBar{gap:.5rem;padding-bottom:.75rem}.VerificationAdmin-module__D73n5G__tabBtn{padding:.4rem .875rem;font-size:.75rem}.VerificationAdmin-module__D73n5G__proofCard{grid-template-columns:1fr;gap:1rem}.VerificationAdmin-module__D73n5G__proofName{font-size:1.0625rem}.VerificationAdmin-module__D73n5G__actionRow{flex-direction:column}.VerificationAdmin-module__D73n5G__actionRow button{justify-content:center;width:100%}.VerificationAdmin-module__D73n5G__notesField{font-size:1rem}.VerificationAdmin-module__D73n5G__proofList{gap:1rem}}
.ProjectMediaUpload-module__MEhsuq__container{flex-direction:column;gap:1.5rem;display:flex}.ProjectMediaUpload-module__MEhsuq__gallery{scrollbar-width:thin;scrollbar-color:var(--primary) transparent;gap:1rem;width:100%;padding-bottom:.5rem;display:flex;overflow-x:auto}.ProjectMediaUpload-module__MEhsuq__gallery::-webkit-scrollbar{height:4px}.ProjectMediaUpload-module__MEhsuq__gallery::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}.ProjectMediaUpload-module__MEhsuq__mediaCard{border:1px solid var(--border-color);background-color:var(--secondary);border-radius:20px;flex:0 0 220px;width:220px;height:180px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ProjectMediaUpload-module__MEhsuq__mediaCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 24px #0003}.ProjectMediaUpload-module__MEhsuq__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ProjectMediaUpload-module__MEhsuq__mediaCard:hover .ProjectMediaUpload-module__MEhsuq__thumbnail{transform:scale(1.1)}.ProjectMediaUpload-module__MEhsuq__overlay{opacity:0;background:linear-gradient(#0000 40%,#0009 100%);justify-content:flex-end;align-items:flex-end;padding:.75rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.ProjectMediaUpload-module__MEhsuq__mediaCard:hover .ProjectMediaUpload-module__MEhsuq__overlay{opacity:1}.ProjectMediaUpload-module__MEhsuq__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:10;background:#00000080;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:.75rem;left:.75rem}.ProjectMediaUpload-module__MEhsuq__deleteBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;opacity:0;z-index:20;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.ProjectMediaUpload-module__MEhsuq__mediaCard:hover .ProjectMediaUpload-module__MEhsuq__deleteBtn{opacity:1}.ProjectMediaUpload-module__MEhsuq__deleteBtn:hover{background:#ef4444;border-color:#ef4444;transform:scale(1.1)}.ProjectMediaUpload-module__MEhsuq__uploadCard{border:2px dashed var(--border-color);cursor:pointer;width:220px;height:180px;color:var(--text-secondary);background:rgba(var(--primary-rgb), .02);border-radius:20px;flex-direction:column;flex:0 0 220px;justify-content:center;align-items:center;gap:.75rem;transition:all .3s;display:flex}.ProjectMediaUpload-module__MEhsuq__uploadCard:hover{border-color:var(--primary);color:var(--primary);background:rgba(var(--primary-rgb), .05)}.ProjectMediaUpload-module__MEhsuq__uploadIcon{background:rgba(var(--primary-rgb), .1);width:48px;height:48px;color:var(--primary);border-radius:12px;padding:12px;transition:transform .3s}.ProjectMediaUpload-module__MEhsuq__uploadCard:hover .ProjectMediaUpload-module__MEhsuq__uploadIcon{transform:translateY(-4px)}.ProjectMediaUpload-module__MEhsuq__uploadText{font-size:.875rem;font-weight:600}.ProjectMediaUpload-module__MEhsuq__footer{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.ProjectMediaUpload-module__MEhsuq__videoPlaceholder{width:100%;height:100%;color:var(--primary);background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.ProjectMediaUpload-module__MEhsuq__mediaCard,.ProjectMediaUpload-module__MEhsuq__uploadCard{flex:0 0 200px;width:200px;height:150px}}
.ProfileFooter-module__WAxC3q__footer{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.25rem 0 2rem;display:flex}.ProfileFooter-module__WAxC3q__left{align-items:center;display:flex}.ProfileFooter-module__WAxC3q__powered{color:var(--text-secondary);opacity:.6;font-size:.75rem}.ProfileFooter-module__WAxC3q__brandLink{color:var(--text-primary);letter-spacing:-.02em;font-weight:700;text-decoration:none}.ProfileFooter-module__WAxC3q__brandLink:hover{color:var(--primary)}.ProfileFooter-module__WAxC3q__tagline{opacity:.4;font-weight:500}.ProfileFooter-module__WAxC3q__right{align-items:center;gap:.75rem;display:flex}.ProfileFooter-module__WAxC3q__cta{color:var(--primary);border:1px solid rgba(var(--primary-rgb), .15);border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .15s}.ProfileFooter-module__WAxC3q__cta:hover{background:rgba(var(--primary-rgb), .06)}.ProfileFooter-module__WAxC3q__sep{color:var(--border-color);opacity:.5;font-size:.7rem}.ProfileFooter-module__WAxC3q__link{color:var(--text-secondary);opacity:.5;font-size:.7rem;text-decoration:none;transition:color .15s}.ProfileFooter-module__WAxC3q__link:hover{color:var(--text-primary)}@media (max-width:480px){.ProfileFooter-module__WAxC3q__footer{text-align:center;flex-direction:column}}
.verification-module__0bcVrW__page{max-width:1200px;margin:0 auto;padding:3rem}@media (max-width:768px){.verification-module__0bcVrW__page{padding:1rem}}
