:root{--profile-max: 1320px;--profile-radius: 22px}body{background:var(--t-bg)!important}body>.flex.flex-1{min-width:0}.profile-main{width:100%;min-width:0;padding:28px 26px 54px;background:transparent!important}.profile-shell,.profile-grid-section{width:min(100%,var(--profile-max));margin-inline:auto}.profile-page-header{min-height:64px!important;padding:0!important;background:color-mix(in srgb,var(--t-surface) 88%,transparent)!important;border-color:var(--t-divider)!important;backdrop-filter:blur(20px) saturate(130%);-webkit-backdrop-filter:blur(20px) saturate(130%)}.profile-page-header__inner{width:100%;height:64px;padding:0 22px;display:flex;align-items:center;gap:12px}.profile-page-title{min-width:0;display:flex;align-items:baseline;gap:9px}.profile-page-title h1{color:var(--t-text);font-size:16px;line-height:1;font-weight:680;letter-spacing:-.015em}.profile-page-title span{color:var(--t-muted);font-size:12px}.profile-mobile-logo{display:none;color:var(--ac)}.profile-mobile-logo svg{width:24px;height:24px}.profile-header-edit{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border:1px solid var(--t-border);border-radius:10px;color:var(--t-muted);background:color-mix(in srgb,var(--t-card) 84%,transparent);font-size:12px;font-weight:600;transition:color .18s ease,background .18s ease,border-color .18s ease}.profile-header-edit:hover{color:var(--t-text);background:var(--t-hover);border-color:color-mix(in srgb,var(--t-muted) 38%,var(--t-border))}.profile-overview{position:relative;isolation:isolate;min-height:236px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:30px;padding:30px;overflow:hidden;border:1px solid var(--t-border);border-radius:var(--profile-radius);background:linear-gradient(145deg,color-mix(in srgb,var(--t-card) 94%,var(--ac) 6%),var(--t-card));box-shadow:none}.profile-overview__glow{position:absolute;z-index:-1;width:470px;height:280px;top:-190px;left:12%;border-radius:50%;background:radial-gradient(ellipse,color-mix(in srgb,var(--ac) 19%,transparent),transparent 68%);filter:blur(8px);opacity:.72;pointer-events:none}.profile-identity{min-width:0;display:flex;align-items:flex-start;gap:24px}.profile-avatar{width:112px!important;height:112px!important;flex:0 0 112px;margin:0!important;border:1px solid color-mix(in srgb,var(--t-border) 80%,transparent);border-radius:30px!important;background:var(--t-elevated)!important;box-shadow:0 0 0 5px color-mix(in srgb,var(--t-card) 65%,transparent)}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.profile-copy{min-width:0;padding-top:2px}.profile-name{margin:0 0 5px!important;display:flex!important;justify-content:flex-start!important;align-items:center;gap:9px;color:var(--t-text)!important;font-size:clamp(24px,2vw,31px)!important;line-height:1.15;font-weight:730!important;letter-spacing:-.035em;text-align:left}.profile-badge-count{min-height:25px;padding:4px 8px;gap:4px;color:#2b210d!important;background:#d7ad55!important;border:1px solid rgba(255,255,255,.16);box-shadow:none;font-size:11px}.profile-badge-count:hover{background:#e4bf72!important}.profile-role{margin:0;color:var(--t-muted);font-size:13px;line-height:1.45}.profile-joined{margin:11px 0 0!important;justify-content:flex-start!important;color:var(--t-muted)!important;font-size:12px!important;line-height:1.5}.profile-link{color:color-mix(in srgb,var(--ac-l) 82%,var(--t-text));text-decoration:none}.profile-link:hover{color:var(--ac-l)}.profile-bio{max-width:670px!important;margin:15px 0 0!important;color:color-mix(in srgb,var(--t-muted) 88%,var(--t-text))!important;font-size:13px!important;line-height:1.65!important;text-align:left}.profile-socials{margin-top:17px!important;justify-content:flex-start!important;gap:4px!important}.profile-social-icon{width:34px!important;height:34px!important;border-radius:10px!important;color:var(--t-muted)!important;background:color-mix(in srgb,var(--t-elevated) 82%,transparent)!important;border:1px solid var(--t-border)!important}.profile-social-icon:hover{color:var(--ac-l)!important;background:color-mix(in srgb,var(--ac) 11%,var(--t-card))!important;border-color:color-mix(in srgb,var(--ac) 34%,var(--t-border))!important;transform:translateY(-1px)}.profile-social-icon svg{width:15px!important;height:15px!important}.profile-side{position:relative}.profile-header-awards{position:absolute;z-index:6;top:-30px;left:-145px;display:flex;align-items:flex-start;gap:5px;width:max-content;height:48px;margin:0}.profile-header-awards__item{position:relative;display:block;width:30px;height:45px;flex:0 0 30px;color:#fff;text-decoration:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none;transition:opacity .16s ease,transform .16s ease}.profile-header-awards__item svg{display:block;width:30px;height:45px}.profile-header-awards__item span{position:absolute;top:11px;left:0;right:0;z-index:1;margin:0;padding:0 2px;color:#fff;font-size:8.5px;font-weight:700;letter-spacing:0;line-height:1.2;text-align:center;pointer-events:none}.profile-header-awards__item:hover,.profile-header-awards__item:focus-visible{transform:none;opacity:1}.profile-header-awards__item svg{transform-origin:top center;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .18s ease}.profile-header-awards__item:hover svg,.profile-header-awards__item:focus-visible svg{transform:scaleY(1.08);filter:none}.profile-header-awards__item--more{color:color-mix(in srgb,var(--t-muted) 78%,var(--t-border))}.profile-header-awards__item--more span{color:color-mix(in srgb,var(--t-text) 74%,var(--t-muted));font-size:9px}[data-theme=light] .profile-header-awards__item--more{color:color-mix(in srgb,var(--t-muted) 58%,#d9e0ea)}@media(max-width:1180px)and (min-width:1082px){.profile-header-awards{left:-140px;gap:4px}}@media(max-width:1081px){.profile-header-awards{display:none}}.profile-side{width:min(100%,340px);min-width:300px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:22px}.profile-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.profile-action{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:12px;font-size:12px;font-weight:650;white-space:nowrap;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease}.profile-action svg{width:16px;height:16px}.profile-action--primary{color:#fff;background:var(--ac);border:1px solid var(--ac)}.profile-action--primary:hover{background:var(--ac-d);border-color:var(--ac-d)}.profile-action--secondary{color:var(--t-muted);background:var(--t-elevated);border:1px solid var(--t-border)}.profile-action--secondary:hover{color:var(--t-text);background:var(--t-hover)}.profile-action:active{transform:scale(.985)}.profile-stats{width:100%;margin:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:0!important;padding:16px 8px;border:1px solid var(--t-border);border-radius:16px;background:color-mix(in srgb,var(--t-elevated) 74%,transparent)}.profile-stats>*{min-width:0;padding:0 12px!important;text-align:center}.profile-stats>*+*{border-left:1px solid var(--t-divider)!important}.stat-num{color:var(--t-text)!important;font-size:20px!important;line-height:1.1!important;font-weight:720!important;letter-spacing:-.02em}.stat-label{margin-top:5px;color:var(--t-muted)!important;font-size:10px!important;line-height:1.2}.stat-clickable{border-radius:8px;transition:background .18s ease,opacity .18s ease!important}.stat-clickable:hover{opacity:1!important;background:color-mix(in srgb,var(--t-hover) 82%,transparent)}.profile-tabs{position:sticky;top:0;z-index:8;width:100%;min-height:66px;margin:22px 0 0!important;padding:10px;display:flex;justify-content:flex-start!important;align-items:center;gap:5px!important;border:1px solid var(--t-border)!important;border-radius:16px;background:color-mix(in srgb,var(--t-card) 88%,transparent);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.profile-tab{min-height:44px;padding:0 15px!important;display:inline-flex;align-items:center;gap:8px;border-radius:11px;color:var(--t-muted)!important;font-size:12px!important;font-weight:600!important;transition:color .18s ease,background .18s ease!important}.profile-tab svg{width:17px;height:17px}.profile-tab::after{display:none!important}.profile-tab:hover{color:var(--t-text)!important;background:var(--t-hover)}.profile-tab.active{color:var(--ac-l)!important;background:color-mix(in srgb,var(--ac) 13%,transparent)}[data-theme=light] .profile-tab.active{color:var(--ac)!important}.profile-grid-section{padding:24px 0 0!important}.profile-section-heading{margin-bottom:14px;padding:0 2px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.profile-section-heading h2{color:var(--t-text);font-size:15px;line-height:1.25;font-weight:680;letter-spacing:-.01em}.profile-section-heading p{margin-top:4px;color:var(--t-muted);font-size:11px;line-height:1.4}.profile-work-count{color:var(--t-muted);font-size:11px;white-space:nowrap}.post-grid,.post-grid.post-grid--likes{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.post-card{position:relative;overflow:hidden;border:1px solid var(--t-border)!important;border-radius:16px!important;background:var(--t-card)!important;box-shadow:none!important;transition:transform .24s cubic-bezier(.22,1,.36,1),border-color .2s ease!important}.post-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--ac) 30%,var(--t-border))!important}.card-thumb{aspect-ratio:4 / 3;background:var(--t-elevated)!important}.card-thumb img{transition:transform .45s cubic-bezier(.22,1,.36,1),filter .3s ease}.post-card:hover .card-thumb img{transform:scale(1.018)}.card-overlay{padding:12px!important;align-items:flex-end!important;justify-content:flex-end;background:linear-gradient(to top,rgba(6,10,18,.72),rgba(6,10,18,.08) 53%,transparent 74%)!important}.card-overlay>div{padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(7,11,19,.54);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.card-badge{right:10px!important}.add-work-card{aspect-ratio:4 / 3;border:1px dashed color-mix(in srgb,var(--ac) 28%,var(--t-border))!important;border-radius:16px!important;color:var(--t-text)!important;background:linear-gradient(145deg,color-mix(in srgb,var(--t-card) 94%,var(--ac) 6%),var(--t-card))!important}.add-work-card:hover{border-color:color-mix(in srgb,var(--ac) 58%,var(--t-border))!important;background:color-mix(in srgb,var(--ac) 7%,var(--t-card))!important}.add-work-card__plus{width:58px!important;height:58px!important;color:var(--ac-l)!important;background:color-mix(in srgb,var(--ac) 13%,var(--t-elevated))!important;border:1px solid color-mix(in srgb,var(--ac) 25%,var(--t-border))}.add-work-card:hover .add-work-card__plus{background:var(--ac)!important;color:#fff!important;border-color:var(--ac)!important;transform:none!important}.add-work-card__plus svg{display:block;shape-rendering:geometricPrecision}.add-work-card__title{font-size:13px!important}.add-work-card__desc{color:var(--t-muted)!important}.profile-toast{position:fixed;left:50%;bottom:28px;z-index:300;transform:translate(-50%,12px);padding:10px 15px;border:1px solid var(--t-border);border-radius:12px;color:var(--t-text);background:var(--t-elevated);box-shadow:var(--shadow-float);font-size:12px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.profile-toast.is-visible{opacity:1;transform:translate(-50%,0)}.fl-overlay,.badge-modal-overlay,.report-modal-overlay,#new-msg-modal{background:rgba(0,0,0,.48)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}[data-theme=light] .fl-overlay,[data-theme=light] .badge-modal-overlay,[data-theme=light] .report-modal-overlay,[data-theme=light] #new-msg-modal{background:rgba(15,23,42,.28)!important}.fl-box{background:var(--t-card)!important;border-color:var(--t-border)!important;box-shadow:var(--shadow-float)}.fl-header{border-color:var(--t-divider)!important}.fl-title,.fl-name{color:var(--t-text)!important}.fl-close,.fl-empty{color:var(--t-muted)!important}[data-theme=light] .profile-overview,[data-theme=light] .profile-tabs,[data-theme=light] .post-card,[data-theme=light] .add-work-card{box-shadow:0 2px 12px rgba(73,104,151,.045)!important}[data-theme=light] .profile-avatar{box-shadow:0 0 0 5px rgba(255,255,255,.78)}@media(max-width:1080px){.profile-overview{grid-template-columns:1fr;gap:24px}.profile-side{width:100%;min-width:0;flex-direction:row;align-items:stretch}.profile-actions{width:min(100%,330px)}.profile-stats{flex:1 1 auto}.post-grid,.post-grid.post-grid--likes{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.profile-main{padding:14px 10px 34px!important}.profile-page-header__inner{height:58px;padding:0 14px;justify-content:center}.profile-page-header{min-height:58px!important}.profile-mobile-logo{display:inline-flex;position:absolute;left:15px}.profile-page-title{justify-content:center}.profile-page-title span{display:none}.profile-header-edit{position:absolute;right:12px;min-height:32px;padding:0 10px;font-size:11px}.profile-overview{padding:22px 18px;border-radius:18px}.profile-identity{flex-direction:column;align-items:center;gap:16px}.profile-avatar{width:92px!important;height:92px!important;flex-basis:92px;border-radius:25px!important}.profile-copy{width:100%;padding:0;text-align:center}.profile-name{justify-content:center!important;font-size:25px!important;text-align:center}.profile-role{text-align:center}.profile-joined{justify-content:center!important}.profile-bio{margin-top:14px!important;text-align:center}.profile-socials{justify-content:center!important}.profile-side{flex-direction:column;gap:13px}.profile-actions{width:100%;grid-template-columns:1fr 1fr}.profile-stats{padding:14px 4px}.profile-tabs{min-height:58px;margin-top:12px!important;padding:7px;overflow-x:auto;scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{flex:1 0 auto;min-height:42px;justify-content:center;padding:0 11px!important}.profile-grid-section{padding-top:18px!important}.post-grid,.post-grid.post-grid--likes{grid-template-columns:1fr!important;gap:10px!important}.profile-section-heading{padding-inline:2px}.post-card,.add-work-card{border-radius:14px!important}}@media(max-width:600px){body>.flex.flex-1{padding-top:0!important;padding-bottom:56px!important}.profile-page-header{position:sticky;top:0;z-index:30}.profile-tab svg{width:16px;height:16px}.profile-action span{display:inline}.profile-toast{bottom:76px}}@media(max-width:410px){.profile-main{padding-inline:7px!important}.profile-overview{padding-inline:14px}.profile-page-title h1{font-size:15px}.profile-header-edit{font-size:0;width:34px;padding:0}.profile-header-edit::before{content:"✎";font-size:16px}.profile-action{padding-inline:10px}.profile-action svg{width:15px;height:15px}.profile-tab{gap:6px;font-size:11px!important}.profile-tab svg{display:none}.profile-section-heading p{display:none}}.profile-header-preview{gap:7px;cursor:pointer;font-family:inherit}.profile-header-preview svg{width:15px;height:15px;flex:0 0 auto}.profile-header-preview[aria-pressed=true]{color:var(--ac-l);border-color:color-mix(in srgb,var(--ac) 38%,var(--t-border));background:color-mix(in srgb,var(--ac) 10%,var(--t-card))}[data-theme=light] .profile-header-preview[aria-pressed=true]{color:var(--ac)}.profile-role-row{margin-top:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px}.profile-role-row .profile-role{margin:0}.profile-availability{min-height:25px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid color-mix(in srgb,#34d399 22%,var(--t-border));border-radius:999px;color:color-mix(in srgb,#6ee7b7 76%,var(--t-text));background:color-mix(in srgb,#10b981 8%,var(--t-elevated));font-family:inherit;font-size:10px;font-weight:650;line-height:1;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease}.profile-availability:hover{background:color-mix(in srgb,#10b981 13%,var(--t-elevated))}.profile-availability__dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.10)}.profile-availability.is-unavailable{color:var(--t-muted);border-color:var(--t-border);background:var(--t-elevated)}.profile-availability.is-unavailable .profile-availability__dot{background:var(--t-subtle);box-shadow:none}body.profile-preview-mode .profile-availability{cursor:default}body.profile-preview-mode .profile-availability.is-unavailable{display:none}.profile-bio-toggle{display:none;margin:5px 0 0;padding:0;border:0;color:var(--ac-l);background:transparent;font-family:inherit;font-size:11px;font-weight:650;cursor:pointer}[data-theme=light] .profile-bio-toggle{color:var(--ac)}.profile-section-tools{display:inline-flex;align-items:center;gap:9px}.profile-sort{position:relative}.profile-sort__button{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--t-border);border-radius:9px;color:var(--t-muted);background:color-mix(in srgb,var(--t-card) 88%,transparent);font-family:inherit;font-size:10px;font-weight:650;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease}.profile-sort__button:hover,.profile-sort__button[aria-expanded=true]{color:var(--t-text);background:var(--t-hover)}.profile-sort__button svg{width:14px;height:14px}.profile-sort__menu{position:absolute;z-index:35;top:calc(100% + 7px);right:0;width:158px;padding:5px;border:1px solid var(--t-border);border-radius:11px;background:var(--t-elevated);box-shadow:var(--shadow-float)}.profile-sort__menu button{width:100%;min-height:34px;padding:0 10px;border:0;border-radius:8px;color:var(--t-muted);background:transparent;font-family:inherit;font-size:11px;text-align:left;cursor:pointer}.profile-sort__menu button:hover{color:var(--t-text);background:var(--t-hover)}.profile-sort__menu button.is-active{color:var(--ac-l);background:color-mix(in srgb,var(--ac) 12%,transparent)}[data-theme=light] .profile-sort__menu button.is-active{color:var(--ac)}.profile-visitor-actions[hidden],[data-visitor-only][hidden]{display:none!important}body.profile-preview-mode [data-owner-only]{display:none!important}body.profile-preview-mode [data-visitor-only]{display:grid!important}.profile-action.is-following{color:var(--ac-l);border-color:color-mix(in srgb,var(--ac) 34%,var(--t-border));background:color-mix(in srgb,var(--ac) 12%,var(--t-elevated))}[data-theme=light] .profile-action.is-following{color:var(--ac)}@media(max-width:720px){.profile-role-row{justify-content:center}.profile-bio.is-collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.profile-bio-toggle.is-visible{display:inline-flex;margin-inline:auto}.profile-section-tools{gap:7px}.profile-sort__button span{display:none}.profile-sort__button{width:30px;padding:0;justify-content:center}}@media(max-width:410px){.profile-header-preview{width:34px;padding:0}.profile-header-preview span{display:none}.profile-header-edit::before{content:none!important}.profile-header-preview svg{width:16px;height:16px}.profile-availability{min-height:23px;padding-inline:8px}}.profile-page-handle,.profile-handle-copy{appearance:none;border:0;font:inherit;cursor:copy;transition:color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.profile-page-title .profile-page-handle{margin:0;padding:3px 5px;border-radius:6px;color:var(--t-muted);background:transparent;font-size:12px;line-height:1}.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:var(--t-text);background:var(--t-hover);outline:none}.profile-handle-copy{display:inline-flex;align-items:center;min-height:24px;margin:-3px -4px;padding:3px 4px;border-radius:6px;color:color-mix(in srgb,var(--ac-l) 74%,var(--t-muted));background:transparent}.profile-handle-copy:hover,.profile-handle-copy:focus-visible{color:var(--ac-l);background:color-mix(in srgb,var(--ac) 10%,transparent);outline:none}.profile-page-handle:active,.profile-handle-copy:active{transform:scale(.97)}.profile-page-handle.is-copied,.profile-handle-copy.is-copied{color:var(--ac-l);box-shadow:0 0 0 2px color-mix(in srgb,var(--ac) 18%,transparent)}.profile-role [hidden],.profile-joined [hidden],.profile-socials [hidden]{display:none!important}@media(max-width:720px){.profile-page-title .profile-page-handle{display:none}}.profile-header-cover{margin-left:auto;gap:7px;cursor:pointer;font-family:inherit}.profile-header-cover+.profile-header-preview{margin-left:0}.profile-header-cover svg{width:15px;height:15px;flex:0 0 auto}.profile-overview,.profile-cover-preview,.profile-cover-swatch{--cover-a: color-mix(in srgb, var(--t-card) 94%, var(--ac) 6%);--cover-b: var(--t-card);--cover-accent: var(--ac);--cover-line: color-mix(in srgb, var(--t-text) 7%, transparent);--cover-pattern-image: radial-gradient(circle at 22% -18%, color-mix(in srgb, var(--cover-accent) 22%, transparent) 0, transparent 45%), radial-gradient(circle at 96% 115%, color-mix(in srgb, var(--cover-accent) 10%, transparent) 0, transparent 40%);--cover-pattern-size: auto;background-color:var(--cover-b)!important;background-image:var(--cover-pattern-image),linear-gradient(145deg,var(--cover-a),var(--cover-b))!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}.profile-overview__glow{display:none!important}.profile-overview[data-cover-tone=graphite],.profile-cover-preview[data-cover-tone=graphite],.profile-cover-swatch[data-cover-tone=graphite]{--cover-a:#171a23;--cover-b:#0b0c12;--cover-accent:#8b95aa}.profile-overview[data-cover-tone=indigo],.profile-cover-preview[data-cover-tone=indigo],.profile-cover-swatch[data-cover-tone=indigo]{--cover-a:#171c3d;--cover-b:#0b0d1a;--cover-accent:#7086ff}.profile-overview[data-cover-tone=ocean],.profile-cover-preview[data-cover-tone=ocean],.profile-cover-swatch[data-cover-tone=ocean]{--cover-a:#0b2635;--cover-b:#07131c;--cover-accent:#35b7e8}.profile-overview[data-cover-tone=forest],.profile-cover-preview[data-cover-tone=forest],.profile-cover-swatch[data-cover-tone=forest]{--cover-a:#102a24;--cover-b:#091712;--cover-accent:#39c58a}.profile-overview[data-cover-tone=violet],.profile-cover-preview[data-cover-tone=violet],.profile-cover-swatch[data-cover-tone=violet]{--cover-a:#2a1834;--cover-b:#140b1b;--cover-accent:#b47cff}.profile-overview[data-cover-tone=rose],.profile-cover-preview[data-cover-tone=rose],.profile-cover-swatch[data-cover-tone=rose]{--cover-a:#321824;--cover-b:#180c12;--cover-accent:#ef789f}.profile-overview[data-cover-tone=amber],.profile-cover-preview[data-cover-tone=amber],.profile-cover-swatch[data-cover-tone=amber]{--cover-a:#342510;--cover-b:#181108;--cover-accent:#e9ac4a}html[data-profile-cover-tone=graphite] .profile-overview{--cover-a:#171a23;--cover-b:#0b0c12;--cover-accent:#8b95aa}html[data-profile-cover-tone=indigo] .profile-overview{--cover-a:#171c3d;--cover-b:#0b0d1a;--cover-accent:#7086ff}html[data-profile-cover-tone=ocean] .profile-overview{--cover-a:#0b2635;--cover-b:#07131c;--cover-accent:#35b7e8}html[data-profile-cover-tone=forest] .profile-overview{--cover-a:#102a24;--cover-b:#091712;--cover-accent:#39c58a}html[data-profile-cover-tone=violet] .profile-overview{--cover-a:#2a1834;--cover-b:#140b1b;--cover-accent:#b47cff}html[data-profile-cover-tone=rose] .profile-overview{--cover-a:#321824;--cover-b:#180c12;--cover-accent:#ef789f}html[data-profile-cover-tone=steel] .profile-overview{--cover-a:#343b47;--cover-b:#171b22;--cover-accent:#aab6c7}[data-theme=light] .profile-overview,[data-theme=light] .profile-cover-preview,[data-theme=light] .profile-cover-swatch{--cover-a:#f3f6ff;--cover-b:#ffffff;--cover-line:rgba(15,23,42,.07)}[data-theme=light] .profile-overview[data-cover-tone=graphite],[data-theme=light] .profile-cover-preview[data-cover-tone=graphite],[data-theme=light] .profile-cover-swatch[data-cover-tone=graphite]{--cover-a:#edf0f5;--cover-b:#fafbfc;--cover-accent:#6f7a8d}[data-theme=light] .profile-overview[data-cover-tone=indigo],[data-theme=light] .profile-cover-preview[data-cover-tone=indigo],[data-theme=light] .profile-cover-swatch[data-cover-tone=indigo]{--cover-a:#e9edff;--cover-b:#fafbff;--cover-accent:#536cf2}[data-theme=light] .profile-overview[data-cover-tone=ocean],[data-theme=light] .profile-cover-preview[data-cover-tone=ocean],[data-theme=light] .profile-cover-swatch[data-cover-tone=ocean]{--cover-a:#e2f5fc;--cover-b:#f8fdff;--cover-accent:#149aca}[data-theme=light] .profile-overview[data-cover-tone=forest],[data-theme=light] .profile-cover-preview[data-cover-tone=forest],[data-theme=light] .profile-cover-swatch[data-cover-tone=forest]{--cover-a:#e4f5ed;--cover-b:#f8fdf9;--cover-accent:#239c67}[data-theme=light] .profile-overview[data-cover-tone=violet],[data-theme=light] .profile-cover-preview[data-cover-tone=violet],[data-theme=light] .profile-cover-swatch[data-cover-tone=violet]{--cover-a:#f2e8fa;--cover-b:#fdfaff;--cover-accent:#8f55c8}[data-theme=light] .profile-overview[data-cover-tone=rose],[data-theme=light] .profile-cover-preview[data-cover-tone=rose],[data-theme=light] .profile-cover-swatch[data-cover-tone=rose]{--cover-a:#f9e8ef;--cover-b:#fffafb;--cover-accent:#cf557c}[data-theme=light] .profile-overview[data-cover-tone=amber],[data-theme=light] .profile-cover-preview[data-cover-tone=amber],[data-theme=light] .profile-cover-swatch[data-cover-tone=amber]{--cover-a:#faefd9;--cover-b:#fffdf8;--cover-accent:#bd7b18}html[data-theme=light][data-profile-cover-tone=graphite] .profile-overview{--cover-a:#edf0f5;--cover-b:#fafbfc;--cover-accent:#6f7a8d}html[data-theme=light][data-profile-cover-tone=indigo] .profile-overview{--cover-a:#e9edff;--cover-b:#fafbff;--cover-accent:#536cf2}html[data-theme=light][data-profile-cover-tone=ocean] .profile-overview{--cover-a:#e2f5fc;--cover-b:#f8fdff;--cover-accent:#149aca}html[data-theme=light][data-profile-cover-tone=forest] .profile-overview{--cover-a:#e4f5ed;--cover-b:#f8fdf9;--cover-accent:#239c67}html[data-theme=light][data-profile-cover-tone=violet] .profile-overview{--cover-a:#f2e8fa;--cover-b:#fdfaff;--cover-accent:#8f55c8}html[data-theme=light][data-profile-cover-tone=rose] .profile-overview{--cover-a:#f9e8ef;--cover-b:#fffafb;--cover-accent:#cf557c}html[data-theme=light][data-profile-cover-tone=steel] .profile-overview{--cover-a:#e1e6ec;--cover-b:#f8fafc;--cover-accent:#738095}.profile-overview[data-cover-pattern=none],.profile-cover-preview[data-cover-pattern=none],.profile-cover-swatch[data-cover-pattern=none]{--cover-pattern-image:none;--cover-pattern-size:auto}.profile-overview[data-cover-pattern=soft],.profile-cover-preview[data-cover-pattern=soft],.profile-cover-swatch[data-cover-pattern=soft]{--cover-pattern-image: radial-gradient(70% 110% at 8% 0%, color-mix(in srgb, var(--cover-accent) 18%, transparent) 0%, transparent 64%), radial-gradient(62% 100% at 96% 108%, color-mix(in srgb, var(--cover-accent) 10%, transparent) 0%, transparent 66%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=left],.profile-cover-preview[data-cover-pattern=left],.profile-cover-swatch[data-cover-pattern=left]{--cover-pattern-image: radial-gradient(82% 145% at -8% 50%, color-mix(in srgb, var(--cover-accent) 24%, transparent) 0%, transparent 66%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=right],.profile-cover-preview[data-cover-pattern=right],.profile-cover-swatch[data-cover-pattern=right]{--cover-pattern-image: radial-gradient(82% 145% at 108% 50%, color-mix(in srgb, var(--cover-accent) 24%, transparent) 0%, transparent 66%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=top],.profile-cover-preview[data-cover-pattern=top],.profile-cover-swatch[data-cover-pattern=top]{--cover-pattern-image: radial-gradient(115% 92% at 50% -22%, color-mix(in srgb, var(--cover-accent) 22%, transparent) 0%, transparent 68%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=bottom],.profile-cover-preview[data-cover-pattern=bottom],.profile-cover-swatch[data-cover-pattern=bottom]{--cover-pattern-image: radial-gradient(115% 92% at 50% 122%, color-mix(in srgb, var(--cover-accent) 22%, transparent) 0%, transparent 68%);--cover-pattern-size:auto}html[data-profile-cover-pattern=none] .profile-overview{--cover-pattern-image:none;--cover-pattern-size:auto}html[data-profile-cover-pattern=soft] .profile-overview{--cover-pattern-image: radial-gradient(70% 110% at 8% 0%, color-mix(in srgb, var(--cover-accent) 18%, transparent) 0%, transparent 64%), radial-gradient(62% 100% at 96% 108%, color-mix(in srgb, var(--cover-accent) 10%, transparent) 0%, transparent 66%);--cover-pattern-size:auto}html[data-profile-cover-pattern=left] .profile-overview{--cover-pattern-image:radial-gradient(82% 145% at -8% 50%, color-mix(in srgb, var(--cover-accent) 24%, transparent) 0%, transparent 66%);--cover-pattern-size:auto}html[data-profile-cover-pattern=right] .profile-overview{--cover-pattern-image:radial-gradient(82% 145% at 108% 50%, color-mix(in srgb, var(--cover-accent) 24%, transparent) 0%, transparent 66%);--cover-pattern-size:auto}html[data-profile-cover-pattern=top] .profile-overview{--cover-pattern-image:radial-gradient(115% 92% at 50% -22%, color-mix(in srgb, var(--cover-accent) 22%, transparent) 0%, transparent 68%);--cover-pattern-size:auto}html[data-profile-cover-pattern=bottom] .profile-overview{--cover-pattern-image:radial-gradient(115% 92% at 50% 122%, color-mix(in srgb, var(--cover-accent) 22%, transparent) 0%, transparent 68%);--cover-pattern-size:auto}.profile-cover-modal[hidden]{display:none!important}.profile-cover-modal{position:fixed;inset:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.48);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}[data-theme=light] .profile-cover-modal{background:rgba(15,23,42,.28)}.profile-cover-dialog{width:min(100%,620px);max-height:min(760px,calc(100vh - 40px));overflow:auto;border:1px solid var(--t-border);border-radius:20px;background:var(--t-card);box-shadow:0 24px 80px rgba(0,0,0,.38);scrollbar-width:thin;scrollbar-color:transparent transparent}.profile-cover-dialog.is-scrolling{scrollbar-color:color-mix(in srgb,var(--t-muted) 62%,transparent) transparent}.profile-cover-dialog::-webkit-scrollbar{width:3px;height:3px}.profile-cover-dialog::-webkit-scrollbar-track{background:transparent}.profile-cover-dialog::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.profile-cover-dialog.is-scrolling::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--t-muted) 62%,transparent)}.profile-cover-dialog__header{min-height:68px;padding:0 22px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--t-divider)}.profile-cover-dialog__header>div{min-width:0}.profile-cover-dialog__header h2{margin:0;color:var(--t-text);font-size:16px;font-weight:680;letter-spacing:-.015em}.profile-cover-dialog__header p{margin:4px 0 0;color:var(--t-muted);font-size:11px}.profile-cover-close{margin-left:auto;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:10px;color:var(--t-muted);background:transparent;cursor:pointer}.profile-cover-close:hover{color:var(--t-text);background:var(--t-hover)}.profile-cover-close svg{width:17px;height:17px}.profile-cover-dialog__body{padding:20px 22px 22px}.profile-cover-preview{min-height:132px;border:1px solid var(--t-border);border-radius:16px;padding:22px;display:flex;align-items:center;gap:15px;overflow:hidden}.profile-cover-preview__avatar{width:54px;height:54px;flex:0 0 54px;border-radius:16px;background:color-mix(in srgb,var(--t-text) 10%,transparent);border:1px solid color-mix(in srgb,var(--t-text) 11%,transparent);display:grid;place-items:center;color:var(--t-text);font-size:14px;font-weight:700}.profile-cover-preview__copy{min-width:0}.profile-cover-preview__name{color:var(--t-text);font-size:16px;font-weight:700;letter-spacing:-.02em}.profile-cover-preview__meta{margin-top:5px;color:var(--t-muted);font-size:11px}.profile-cover-group{margin-top:20px}.profile-cover-group__title{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--t-text);font-size:12px;font-weight:650}.profile-cover-group__hint{color:var(--t-muted);font-size:10px;font-weight:500}.profile-cover-tone-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.profile-cover-tone-option,.profile-cover-pattern-option{border:1px solid var(--t-border);border-radius:13px;background:var(--t-elevated);color:var(--t-muted);cursor:pointer;transition:border-color .16s,background .16s,color .16s,transform .16s;font-family:inherit}.profile-cover-tone-option:hover,.profile-cover-pattern-option:hover{color:var(--t-text);border-color:color-mix(in srgb,var(--ac) 30%,var(--t-border));transform:translateY(-1px)}.profile-cover-tone-option[aria-pressed=true],.profile-cover-pattern-option[aria-pressed=true]{color:var(--ac-l);border-color:color-mix(in srgb,var(--ac) 55%,var(--t-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--ac) 10%,transparent)}[data-theme=light] .profile-cover-tone-option[aria-pressed=true],[data-theme=light] .profile-cover-pattern-option[aria-pressed=true]{color:var(--ac)}.profile-cover-tone-option{min-height:68px;padding:8px;display:flex;align-items:center;gap:8px;text-align:left;font-size:10px;font-weight:600}.profile-cover-swatch{width:38px;height:38px;flex:0 0 38px;border-radius:10px;border:1px solid color-mix(in srgb,var(--t-text) 10%,transparent)}.profile-cover-pattern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.profile-cover-pattern-option{min-height:82px;padding:7px;display:flex;flex-direction:column;gap:7px;text-align:left;font-size:10px;font-weight:600}.profile-cover-pattern-option .profile-cover-swatch{width:100%;height:48px;border-radius:9px}.profile-cover-dialog__footer{min-height:70px;padding:12px 22px;display:flex;align-items:center;gap:9px;border-top:1px solid var(--t-divider)}.profile-cover-reset{margin-right:auto;min-height:36px;padding:0 10px;border:0;border-radius:10px;color:var(--t-muted);background:transparent;font-size:11px;font-weight:600;cursor:pointer}.profile-cover-reset:hover{color:var(--t-text);background:var(--t-hover)}.profile-cover-footer-button{min-height:38px;padding:0 15px;border-radius:11px;font-size:11px;font-weight:650;cursor:pointer}.profile-cover-cancel{color:var(--t-muted);background:var(--t-elevated);border:1px solid var(--t-border)}.profile-cover-cancel:hover{color:var(--t-text);background:var(--t-hover)}.profile-cover-save{color:#fff;background:var(--ac);border:1px solid var(--ac)}.profile-cover-save:hover{background:var(--ac-d);border-color:var(--ac-d)}body.profile-cover-open{overflow:hidden}@media(max-width:720px){.profile-header-cover{right:52px}.profile-header-cover+.profile-header-preview{right:12px}}@media(max-width:600px){.profile-header-cover{width:34px;padding:0;font-size:0}.profile-header-cover span{display:none}.profile-header-cover svg{width:16px;height:16px}.profile-cover-modal{padding:10px;align-items:flex-end}.profile-cover-dialog{max-height:calc(100vh - 20px);border-radius:18px}.profile-cover-dialog__header{min-height:62px;padding:0 16px}.profile-cover-dialog__body{padding:16px}.profile-cover-preview{min-height:108px;padding:17px}.profile-cover-tone-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-cover-pattern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-cover-dialog__footer{min-height:66px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));position:sticky;bottom:0;background:var(--t-card)}}.profile-grid-section{width:100%!important;max-width:none!important;margin-inline:0!important}.profile-section-heading{width:100%;margin-inline:0}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(auto-fill,minmax(280px,320px))!important;justify-content:start!important;align-items:start;width:100%}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.add-work-card,.post-grid.post-grid--likes>.post-card{width:100%;min-width:0}#profile-grid>.add-work-card{order:2147483647}.profile-new-user-empty{min-height:330px;width:min(100%,520px);margin:8px auto 56px;padding:44px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px dashed color-mix(in srgb,var(--ac) 25%,var(--t-border));border-radius:18px;background:color-mix(in srgb,var(--t-card) 94%,var(--ac) 6%)}.profile-new-user-empty__icon{width:54px;height:54px;display:grid;place-items:center;margin-bottom:16px;border:1px solid color-mix(in srgb,var(--ac) 26%,var(--t-border));border-radius:16px;color:var(--ac-l);background:color-mix(in srgb,var(--ac) 12%,var(--t-elevated))}.profile-new-user-empty__icon svg{width:24px;height:24px}.profile-new-user-empty__title{color:var(--t-text);font-size:15px;font-weight:680;letter-spacing:-.01em}.profile-new-user-empty__copy{max-width:360px;margin-top:7px;color:var(--t-muted);font-size:12px;line-height:1.55}.profile-new-user-empty__action{min-height:38px;margin-top:18px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ac);border-radius:11px;color:#fff;background:var(--ac);font-size:12px;font-weight:650;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.profile-new-user-empty__action:hover{background:var(--ac-d);border-color:var(--ac-d)}.profile-new-user-empty__action:active{transform:scale(.985)}.profile-new-user-empty__action svg{width:15px;height:15px}@media(max-width:1180px)and (min-width:721px){:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(auto-fill,minmax(260px,300px))!important}}@media(max-width:720px){.profile-grid-section{width:100%!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:1fr!important;justify-content:stretch!important}.profile-new-user-empty{min-height:275px;margin:4px 0 38px;padding:34px 20px;border-radius:15px}}.profile-tabs{min-height:54px!important;margin-top:12px!important;padding:6px!important;gap:4px!important;border-radius:14px!important}.profile-tab{min-height:40px!important;padding:0 13px!important;gap:7px!important}.profile-grid-section{padding-top:18px!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(auto-fill,minmax(340px,400px))!important;gap:16px!important}@media(max-width:1320px)and (min-width:721px){:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(auto-fill,minmax(310px,370px))!important}}@media(max-width:1080px)and (min-width:721px){.profile-tabs{margin-top:10px!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.profile-tabs{min-height:52px!important;margin-top:9px!important;padding:5px!important;border-radius:13px!important}.profile-tab{min-height:40px!important;padding:0 10px!important}.profile-grid-section{padding-top:14px!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:1fr!important;gap:12px!important}}:root{--profile-max: 1450px}.profile-overview{gap:36px!important;padding:32px 34px!important}.profile-avatar-stack{flex:0 0 112px;display:flex;flex-direction:column;align-items:center;gap:11px}.profile-avatar-stack .profile-avatar{flex:0 0 112px}.profile-avatar-stack .profile-availability{width:max-content;max-width:132px;min-height:26px;justify-content:center;padding-inline:9px;text-align:center;line-height:1.15}.profile-name{font-size:clamp(22px,1.7vw,27px)!important;gap:8px!important}.profile-badge-count{min-height:27px!important;padding:4px 9px!important;color:#f4d58d!important;background:color-mix(in srgb,#d7ad55 11%,var(--t-elevated))!important;border:1px solid color-mix(in srgb,#d7ad55 38%,var(--t-border))!important;border-radius:999px!important;font-size:11px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important}.profile-badge-count svg{width:13px!important;height:13px!important;color:#d7ad55}.profile-badge-count:hover{color:#ffe7ae!important;background:color-mix(in srgb,#d7ad55 17%,var(--t-elevated))!important;border-color:color-mix(in srgb,#d7ad55 54%,var(--t-border))!important}[data-theme=light] .profile-badge-count{color:#7a5718!important;background:#fff7df!important;border-color:#e4c36f!important}.profile-role-row{gap:8px!important}.profile-handle-copy{min-height:25px!important;margin:0!important;padding:3px 8px!important;border:1px solid color-mix(in srgb,var(--ac) 24%,var(--t-border))!important;border-radius:999px!important;color:color-mix(in srgb,var(--ac-l) 86%,var(--t-text))!important;background:color-mix(in srgb,var(--ac) 8%,var(--t-elevated))!important}.profile-handle-copy:hover,.profile-handle-copy:focus-visible{border-color:color-mix(in srgb,var(--ac) 46%,var(--t-border))!important;background:color-mix(in srgb,var(--ac) 13%,var(--t-elevated))!important}.profile-joined{margin-top:14px!important;column-gap:13px!important;row-gap:7px!important}.profile-joined .profile-dot{margin-inline:1px;opacity:.68}.profile-side{width:min(100%,360px)!important;min-width:320px!important}.profile-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.profile-action{width:100%;min-height:42px!important;padding-inline:13px!important}.profile-stats{padding:12px 6px!important;border-radius:14px!important}.profile-stats>*{padding-inline:9px!important}.stat-num{font-size:18px!important}.stat-label{margin-top:4px!important;font-size:9px!important}.profile-tabs{min-height:50px!important;margin-top:8px!important;padding:5px!important;border-radius:13px!important}.profile-tab{min-height:38px!important;padding-inline:12px!important}.profile-grid-section{padding-top:16px!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:17px!important;justify-content:stretch!important}@media(min-width:2200px){:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(max-width:1650px)and (min-width:1081px){:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:1080px)and (min-width:721px){.profile-overview{padding:28px!important}.profile-side{min-width:0!important;gap:14px!important}.profile-actions{flex:1 1 440px;width:min(100%,440px)!important}.profile-action{min-height:44px!important;padding-inline:18px!important;font-size:12px!important}.profile-stats{flex:0 1 330px!important;padding:10px 4px!important}.stat-num{font-size:17px!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.profile-overview{padding:21px 16px!important}.profile-avatar-stack{flex-basis:auto;gap:10px}.profile-avatar-stack .profile-avatar{flex-basis:92px}.profile-avatar-stack .profile-availability{min-height:25px;max-width:none}.profile-name{font-size:22px!important}.profile-role-row{justify-content:center}.profile-joined{margin-top:13px!important;column-gap:12px!important;row-gap:8px!important}.profile-side{min-width:0!important;gap:11px!important}.profile-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.profile-action{min-height:45px!important;padding-inline:16px!important;border-radius:12px!important;font-size:12px!important}.profile-stats{padding:9px 3px!important;border-radius:13px!important}.profile-stats>*{padding-inline:5px!important}.stat-num{font-size:16px!important}.stat-label{font-size:9px!important}.profile-tabs{min-height:48px!important;margin-top:7px!important;padding:4px!important}.profile-tab{min-height:38px!important}.profile-grid-section{padding-top:13px!important}:is(#profile-grid,#profile-likes-grid),.post-grid.post-grid--likes{grid-template-columns:1fr!important;gap:13px!important}}@media(max-width:430px){.profile-actions{gap:7px!important}.profile-action{min-height:44px!important;padding-inline:10px!important}.profile-action svg{width:15px!important;height:15px!important}}:root{--profile-control-bg: rgba(8, 10, 17, .54);--profile-control-bg-hover: rgba(8, 10, 17, .70);--profile-control-border: rgba(255, 255, 255, .13);--profile-control-text: rgba(255, 255, 255, .86);--profile-control-muted: rgba(255, 255, 255, .68)}[data-theme=light]{--profile-control-bg: rgba(255, 255, 255, .66);--profile-control-bg-hover: rgba(255, 255, 255, .84);--profile-control-border: rgba(15, 23, 42, .13);--profile-control-text: rgba(17, 24, 39, .90);--profile-control-muted: rgba(55, 65, 81, .78)}.profile-overview .profile-action,.profile-overview .profile-stats,.profile-overview .profile-social-icon,.profile-overview .profile-handle-copy,.profile-overview .profile-availability,.profile-overview .profile-status-menu{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.profile-overview{grid-template-columns:minmax(0,1fr) minmax(310px,360px)!important;align-items:stretch!important;gap:clamp(24px,3vw,42px)!important}.profile-identity,.profile-copy{min-width:0!important}.profile-side{width:100%!important;min-width:0!important;max-width:360px;justify-self:end}.profile-overview .profile-action--primary{color:#fff!important;background:color-mix(in srgb,var(--ac) 78%,transparent)!important;border-color:color-mix(in srgb,var(--ac) 90%,rgba(255,255,255,.18))!important}.profile-overview .profile-action--primary:hover{background:color-mix(in srgb,var(--ac-d) 88%,transparent)!important}.profile-overview .profile-action--secondary,.profile-overview .profile-stats,.profile-overview .profile-social-icon,.profile-overview .profile-handle-copy,.profile-overview .profile-availability{background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important;color:var(--profile-control-text)!important;box-shadow:none!important}.profile-overview .profile-action--secondary:hover,.profile-overview .profile-social-icon:hover,.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible,.profile-overview .profile-availability:hover{background:var(--profile-control-bg-hover)!important;border-color:color-mix(in srgb,var(--ac) 34%,var(--profile-control-border))!important;color:var(--profile-control-text)!important}.profile-overview .profile-stats>*+*{border-left-color:var(--profile-control-border)!important}.profile-overview .stat-num{color:var(--profile-control-text)!important}.profile-overview .stat-label{color:var(--profile-control-muted)!important}.profile-avatar-stack{position:relative}.profile-avatar-stack .profile-availability{width:auto!important;max-width:none!important;min-height:28px!important;padding:0 9px 0 8px!important;gap:6px!important;border-radius:999px!important;font-size:11px!important;font-weight:650!important;line-height:1!important;white-space:nowrap}.profile-availability__chevron{width:13px;height:13px;opacity:.65;transition:transform .16s ease}.profile-availability[aria-expanded=true] .profile-availability__chevron{transform:rotate(180deg)}.profile-availability__dot{background:#22c55e!important;box-shadow:0 0 0 3px rgba(34,197,94,.13)!important}.profile-availability[data-status=busy] .profile-availability__dot{background:#f59e0b!important;box-shadow:0 0 0 3px rgba(245,158,11,.13)!important}.profile-availability[data-status=open] .profile-availability__dot{background:#60a5fa!important;box-shadow:0 0 0 3px rgba(96,165,250,.13)!important}.profile-availability[data-status=pause] .profile-availability__dot{background:#94a3b8!important;box-shadow:0 0 0 3px rgba(148,163,184,.13)!important}.profile-status-menu{position:absolute;z-index:30;top:calc(100% + 7px);left:50%;width:150px;padding:5px;transform:translateX(-50%);border:1px solid var(--profile-control-border);border-radius:12px;background:rgba(8,10,17,.92);box-shadow:0 14px 34px rgba(0,0,0,.28)}[data-theme=light] .profile-status-menu{background:rgba(255,255,255,.96)}.profile-status-menu button{width:100%;min-height:34px;padding:0 9px;display:flex;align-items:center;gap:8px;border:0;border-radius:8px;color:var(--t-muted);background:transparent;font-size:11px;text-align:left;cursor:pointer}.profile-status-menu button:hover,.profile-status-menu button.is-active{color:var(--t-text);background:var(--t-hover)}.status-dot{width:7px;height:7px;flex:0 0 7px;border-radius:50%}.status-dot--available{background:#22c55e}.status-dot--busy{background:#f59e0b}.status-dot--open{background:#60a5fa}.status-dot--pause{background:#94a3b8}body.profile-preview-mode .profile-availability__chevron{display:none}body.profile-preview-mode .profile-status-menu{display:none!important}.profile-joined{column-gap:15px!important;row-gap:9px!important}.profile-joined .profile-dot{margin-inline:2px!important;opacity:.56!important}@media(max-width:1180px)and (min-width:941px){.profile-overview{grid-template-columns:minmax(0,1fr) minmax(285px,320px)!important;gap:24px!important;padding-inline:28px!important}.profile-identity{gap:20px!important}.profile-avatar-stack{flex-basis:104px!important}.profile-avatar-stack .profile-avatar{width:104px!important;height:104px!important;flex-basis:104px!important}}@media(max-width:940px){.profile-overview{grid-template-columns:minmax(0,1fr)!important;gap:20px!important}.profile-side{max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(270px,320px)!important;align-items:stretch!important;gap:14px!important}.profile-actions{width:100%!important;align-self:stretch}.profile-stats{width:100%!important;margin-left:auto!important;align-self:stretch}}@media(max-width:720px){.profile-overview{padding:21px 17px!important}.profile-identity{width:100%;flex-direction:row!important;align-items:flex-start!important;gap:18px!important}.profile-copy{width:100%;text-align:left!important}.profile-name,.profile-role-row,.profile-joined,.profile-socials{justify-content:flex-start!important}.profile-bio{text-align:left!important}.profile-side{grid-template-columns:minmax(0,1fr) minmax(220px,250px)!important;gap:10px!important}.profile-actions{grid-template-columns:1fr!important;gap:8px!important}.profile-action{min-height:42px!important}.profile-stats{padding:9px 3px!important}.stat-num{font-size:16px!important}.stat-label{font-size:9px!important}}@media(max-width:620px){.profile-identity{flex-direction:column!important;align-items:center!important}.profile-copy{text-align:center!important}.profile-name,.profile-role-row,.profile-joined,.profile-socials{justify-content:center!important}.profile-bio{text-align:center!important}.profile-side{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.profile-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-stats{width:min(100%,292px)!important;margin-left:auto!important;margin-right:0!important}}@media(max-width:390px){.profile-overview{padding-inline:14px!important}.profile-actions{gap:7px!important}.profile-action{padding-inline:9px!important;font-size:11px!important}.profile-stats{width:min(100%,278px)!important}}.profile-interests{width:min(100%,620px);margin-top:14px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px}.profile-interests[hidden]{display:none!important}.profile-interests__label{display:inline-flex;align-items:center;gap:6px;margin-right:2px;color:var(--profile-control-muted);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.profile-interests__label svg{width:14px;height:14px;color:var(--ac-l)}.profile-interests__tags{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}.profile-interest-tag{min-height:27px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid color-mix(in srgb,var(--profile-control-border) 88%,transparent);border-radius:999px;color:var(--profile-control-text);background:color-mix(in srgb,var(--profile-control-bg) 72%,transparent);font-size:10.5px;font-weight:600;line-height:1;white-space:nowrap}.profile-interests__edit{min-height:27px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:0;border-radius:8px;color:var(--profile-control-muted);background:transparent;font-size:10px;font-weight:600;cursor:pointer;transition:color .16s ease,background .16s ease}.profile-interests__edit svg{width:12px;height:12px}.profile-interests__edit:hover{color:var(--profile-control-text);background:var(--profile-control-bg-hover)}.profile-interests__empty{color:var(--profile-control-muted);font-size:11px}body.profile-preview-mode .profile-interests__edit{display:none!important}.profile-interests-modal{position:fixed;inset:0;z-index:250;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.48);backdrop-filter:blur(4px)}[data-theme=light] .profile-interests-modal{background:rgba(15,23,42,.28)}.profile-interests-modal[hidden]{display:none!important}.profile-interests-dialog{width:min(100%,510px);max-height:min(720px,calc(100vh - 40px));overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 28px 80px rgba(0,0,0,.38)}.profile-interests-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 18px 15px;border-bottom:1px solid var(--border)}.profile-interests-dialog__header h2{margin:0;color:var(--text);font-size:15px;font-weight:700}.profile-interests-dialog__header p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.profile-interests-close{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;color:var(--muted);background:var(--surface-2);cursor:pointer}.profile-interests-close:hover{color:var(--text);background:var(--hover)}.profile-interests-close svg{width:15px;height:15px}.profile-interests-dialog__body{overflow:auto;padding:18px}.profile-interests-options{display:flex;flex-wrap:wrap;gap:8px}.profile-interests-options button{min-height:35px;padding:0 12px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:var(--surface-2);font-size:11px;font-weight:600;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.profile-interests-options button:hover{color:var(--text);border-color:color-mix(in srgb,var(--ac) 44%,var(--border))}.profile-interests-options button.is-selected{color:#fff;border-color:var(--ac);background:var(--ac)}.profile-interests-limit{margin-top:14px;color:var(--muted);font-size:10.5px;text-align:right}.profile-interests-dialog__footer{display:flex;justify-content:flex-end;gap:8px;padding:13px 18px 16px;border-top:1px solid var(--border)}.profile-interests-footer-button{min-width:96px;min-height:38px;padding:0 14px;border-radius:10px;font-size:11px;font-weight:700;cursor:pointer}.profile-interests-cancel{border:1px solid var(--border);color:var(--muted);background:var(--surface-2)}.profile-interests-save{border:1px solid var(--ac);color:#fff;background:var(--ac)}.profile-interests-save:hover{background:var(--ac-d);border-color:var(--ac-d)}body.profile-interests-open{overflow:hidden!important}@media(max-width:720px){.profile-interests{justify-content:flex-start}.profile-interests__tags{justify-content:flex-start}}@media(max-width:620px){.profile-interests,.profile-interests__tags{justify-content:center}.profile-interests{margin-top:13px}.profile-interest-tag{min-height:26px;padding-inline:9px;font-size:10px}}@media(max-width:480px){.profile-interests-modal{padding:10px;align-items:end}.profile-interests-dialog{width:100%;max-height:calc(100vh - 20px);border-radius:18px 18px 12px 12px}.profile-interests-dialog__header{padding:16px 15px 13px}.profile-interests-dialog__body{padding:15px}.profile-interests-dialog__footer{padding:12px 15px 15px}.profile-interests-footer-button{flex:1}}.profile-overview{min-height:0!important;grid-template-columns:minmax(0,1fr) 330px!important;align-items:start!important;gap:clamp(26px,3vw,40px)!important;padding:27px 28px!important;overflow:visible!important}.profile-overview__glow{border-radius:inherit;opacity:.56!important}.profile-identity{width:100%;min-width:0!important;align-items:flex-start!important;gap:22px!important}.profile-avatar-stack{flex:0 0 106px!important;width:106px;min-width:106px;align-items:center!important;gap:10px!important}.profile-avatar-stack .profile-avatar{width:106px!important;height:106px!important;flex:0 0 106px!important;border-radius:29px!important}.profile-avatar-stack .profile-availability{min-height:27px!important;padding-inline:8px!important;font-size:10.5px!important}.profile-copy{width:100%;min-width:0!important;padding-top:2px!important}.profile-name{margin-bottom:5px!important;gap:8px!important;font-size:clamp(23px,1.8vw,27px)!important;line-height:1.16!important;letter-spacing:-.03em!important}.profile-badge-count{min-height:24px!important;padding:3px 8px!important}.profile-role-row{gap:7px!important}.profile-role{font-size:12.5px!important;line-height:1.4!important}.profile-handle-copy{min-height:25px!important;padding-inline:8px!important;font-size:11px!important}.profile-joined{margin-top:10px!important;column-gap:14px!important;row-gap:7px!important;font-size:11.5px!important}.profile-bio{max-width:720px!important;margin-top:13px!important;font-size:12.5px!important;line-height:1.58!important}.profile-connect-row{width:100%;min-width:0;margin-top:15px;display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}.profile-interests{min-width:0;flex:1 1 430px;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap;gap:6px!important;border:0!important;background:transparent!important}.profile-interests__label{min-height:24px!important;padding:0!important;gap:0!important;color:var(--profile-control-muted)!important;background:transparent!important;border:0!important;font-size:10px!important;font-weight:650!important;letter-spacing:.01em!important;text-transform:none!important;white-space:nowrap}.profile-interests__label::after{content:":"}.profile-interests__label svg{display:none!important}.profile-interests__tags{min-width:0;display:flex!important;justify-content:flex-start!important;flex-wrap:wrap;gap:5px!important}.profile-interest-tag{min-height:24px!important;padding:0 8px!important;border:1px solid color-mix(in srgb,var(--profile-control-border) 92%,transparent)!important;border-radius:999px!important;color:color-mix(in srgb,var(--profile-control-text) 88%,var(--profile-control-muted))!important;background:color-mix(in srgb,var(--profile-control-bg) 70%,transparent)!important;font-size:9.8px!important;font-weight:560!important}.profile-interests__edit{width:26px!important;height:26px!important;min-height:26px!important;flex:0 0 26px;justify-content:center!important;padding:0!important;border:1px solid transparent!important;border-radius:8px!important;color:var(--profile-control-muted)!important;background:transparent!important}.profile-interests__edit span{display:none!important}.profile-interests__edit svg{width:13px!important;height:13px!important}.profile-interests__edit:hover,.profile-interests__edit:focus-visible{color:var(--profile-control-text)!important;border-color:var(--profile-control-border)!important;background:var(--profile-control-bg)!important;outline:none}.profile-interests__empty{min-height:24px;display:inline-flex;align-items:center;color:var(--profile-control-muted)!important;font-size:10.5px!important}.profile-connect-row .profile-socials{flex:0 0 auto;margin:0!important;justify-content:flex-start!important;gap:6px!important}.profile-connect-row .profile-social-icon{width:32px!important;height:32px!important;border-radius:10px!important}.profile-side{width:330px!important;min-width:0!important;max-width:330px!important;justify-self:end;justify-content:flex-start!important;gap:12px!important}.profile-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.profile-action{width:100%;min-height:40px!important;padding-inline:12px!important;border-radius:11px!important;font-size:11.5px!important}.profile-stats{width:100%!important;padding:12px 4px!important;border-radius:14px!important}.profile-stats>*{padding-inline:8px!important}.stat-num{font-size:18px!important}.stat-label{margin-top:4px!important;font-size:9px!important}.profile-tabs{min-height:52px!important;margin-top:10px!important;padding:5px!important;border-radius:14px!important}.profile-tab{min-height:40px!important;padding-inline:13px!important;border-radius:10px!important;font-size:11.5px!important}.profile-tab svg{width:16px!important;height:16px!important}.profile-interests-modal{padding:18px!important;background:rgba(0,0,0,.56)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important}[data-theme=light] .profile-interests-modal{background:rgba(15,23,42,.30)!important}.profile-interests-dialog{width:min(100%,500px)!important;max-height:min(680px,calc(100vh - 36px))!important;border:1px solid #242938!important;border-radius:18px!important;background-color:#0b0d14!important;background-image:none!important;box-shadow:0 28px 90px rgba(0,0,0,.54)!important;opacity:1!important}[data-theme=light] .profile-interests-dialog{border-color:#d9dee8!important;background-color:#ffffff!important;box-shadow:0 28px 80px rgba(31,43,68,.22)!important}.profile-interests-dialog__header{padding:19px 20px 16px!important;border-bottom-color:var(--t-divider)!important}.profile-interests-dialog__header h2{color:var(--t-text)!important;font-size:16px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:-.015em}.profile-interests-dialog__header p{margin-top:5px!important;color:var(--t-muted)!important;font-size:11px!important}.profile-interests-close{width:31px!important;height:31px!important;flex-basis:31px!important;border-radius:9px!important;background:var(--t-elevated)!important}.profile-interests-dialog__body{padding:18px 20px 16px!important;background:transparent!important}.profile-interests-options{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.profile-interests-options button{position:relative;width:100%;min-height:40px!important;padding:7px 34px 7px 12px!important;display:flex;align-items:center;justify-content:flex-start;border:1px solid var(--t-border)!important;border-radius:10px!important;color:var(--t-muted)!important;background:var(--t-elevated)!important;font-size:10.8px!important;font-weight:600!important;line-height:1.25;text-align:left}.profile-interests-options button::after{content:"";position:absolute;right:12px;width:15px;height:15px;border:1px solid color-mix(in srgb,var(--t-muted) 45%,var(--t-border));border-radius:50%}.profile-interests-options button:hover{color:var(--t-text)!important;border-color:color-mix(in srgb,var(--ac) 42%,var(--t-border))!important;background:var(--t-hover)!important}.profile-interests-options button.is-selected{color:var(--t-text)!important;border-color:color-mix(in srgb,var(--ac) 58%,var(--t-border))!important;background:color-mix(in srgb,var(--ac) 12%,var(--t-elevated))!important}.profile-interests-options button.is-selected::after{content:"✓";display:grid;place-items:center;border-color:var(--ac);color:#fff;background:var(--ac);font-size:9px;font-weight:800}.profile-interests-limit{margin-top:12px!important;font-size:10px!important}.profile-interests-dialog__footer{padding:13px 20px 18px!important;border-top-color:var(--t-divider)!important;background:#0b0d14!important}[data-theme=light] .profile-interests-dialog__footer{background:#ffffff!important}.profile-interests-footer-button{min-height:38px!important;border-radius:10px!important}@media(max-width:1080px)and (min-width:681px){.profile-overview{grid-template-columns:minmax(0,1fr)!important;gap:20px!important;padding:26px!important}.profile-side{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(300px,1fr) minmax(285px,320px)!important;align-items:stretch!important;gap:12px!important}.profile-actions,.profile-stats{height:100%}.profile-connect-row{align-items:flex-start}}@media(max-width:680px){.profile-overview{grid-template-columns:minmax(0,1fr)!important;gap:16px!important;padding:18px 15px 16px!important;border-radius:18px!important}.profile-identity{width:100%!important;flex-direction:column!important;align-items:center!important;gap:14px!important}.profile-avatar-stack{width:96px!important;min-width:96px!important;flex-basis:auto!important;gap:9px!important}.profile-avatar-stack .profile-avatar{width:96px!important;height:96px!important;flex-basis:96px!important;border-radius:27px!important}.profile-copy{width:100%!important;padding:0!important;text-align:center!important}.profile-name{justify-content:center!important;margin-bottom:5px!important;font-size:23px!important;text-align:center!important}.profile-role-row{justify-content:center!important}.profile-role{text-align:center!important}.profile-joined{justify-content:center!important;margin-top:10px!important;column-gap:12px!important;row-gap:6px!important}.profile-joined .profile-dot{display:none!important}.profile-bio{max-width:34rem!important;margin:12px auto 0!important;font-size:12px!important;line-height:1.55!important;text-align:center!important}.profile-connect-row{margin-top:13px!important;flex-direction:column!important;align-items:center!important;gap:11px!important}.profile-interests{flex:0 1 auto!important;justify-content:center!important;gap:5px!important}.profile-interests__tags{justify-content:center!important}.profile-connect-row .profile-socials{justify-content:center!important}.profile-side{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.profile-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.profile-action{min-height:41px!important;padding-inline:8px!important;font-size:10.8px!important}.profile-stats{min-height:52px;padding:9px 3px!important}.stat-num{font-size:16px!important}.stat-label{margin-top:3px!important;font-size:8.5px!important}.profile-tabs{min-height:48px!important;margin-top:7px!important;padding:4px!important;border-radius:13px!important}.profile-tab{min-height:38px!important;padding-inline:9px!important;gap:6px!important;font-size:10.5px!important}}@media(max-width:480px){.profile-interests-dialog{width:100%!important;max-height:calc(100vh - 16px)!important;border-radius:18px 18px 12px 12px!important}.profile-interests-modal{padding:8px!important;align-items:end!important}.profile-interests-dialog__header{padding:17px 16px 14px!important}.profile-interests-dialog__body{padding:14px 16px!important}.profile-interests-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.profile-interests-options button{min-height:39px!important;padding-left:10px!important;padding-right:29px!important;font-size:10px!important}.profile-interests-options button::after{right:9px}.profile-interests-dialog__footer{padding:11px 16px 15px!important}.profile-interests-footer-button{flex:1}}@media(max-width:380px){.profile-overview{padding-inline:13px!important}.profile-actions{grid-template-columns:minmax(0,1fr)!important}.profile-action{min-height:40px!important}.profile-tab svg{display:none!important}}@media(min-width:821px)and (max-width:1080px){.profile-side{grid-template-columns:minmax(0,380px) minmax(285px,320px)!important;justify-content:space-between!important}}@media(min-width:681px)and (max-width:820px){.profile-side{grid-template-columns:minmax(0,1fr) minmax(275px,300px)!important}}.profile-interests-mobile-compact,.profile-interests-mobile-popover{display:none}@media(max-width:680px){.profile-connect-row{position:relative!important;width:100%!important;gap:10px!important}.profile-interests{position:relative!important;width:min(100%,430px)!important;min-width:0!important;flex:0 0 auto!important;display:block!important;margin:0 auto!important}.profile-interests>.profile-interests__label,.profile-interests>.profile-interests__tags,.profile-interests>.profile-interests__edit{display:none!important}.profile-interests-mobile-compact{width:100%;min-width:0;min-height:34px;display:grid;grid-template-columns:auto minmax(0,1fr) 28px;align-items:center;gap:7px;padding:3px 4px 3px 10px;border:1px solid color-mix(in srgb,var(--profile-control-border) 86%,transparent);border-radius:11px;background:color-mix(in srgb,var(--profile-control-bg) 56%,transparent)}.profile-interests-mobile-label{color:var(--profile-control-muted);font-size:9.5px;font-weight:650;line-height:1;white-space:nowrap}.profile-interests-mobile-open{min-width:0;height:28px;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:4px;overflow:hidden;border:0;color:inherit;background:transparent;text-align:left}.profile-interests-mobile-open.can-open{cursor:pointer}.profile-interests-mobile-open:focus-visible{outline:1px solid color-mix(in srgb,var(--ac) 58%,transparent);outline-offset:2px;border-radius:7px}.profile-interests-mobile-tags{min-width:0;display:flex;align-items:center;gap:4px;overflow:hidden}.profile-interests-mobile-tags .profile-interest-tag{min-width:0;max-width:88px;min-height:24px!important;padding:0 7px!important;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.1px!important}.profile-interests-mobile-more{min-width:27px;height:24px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--profile-control-border) 90%,transparent);border-radius:999px;color:var(--profile-control-text);background:color-mix(in srgb,var(--profile-control-bg-hover) 70%,transparent);font-size:9px;font-weight:700;line-height:1}.profile-interests-mobile-edit{width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:8px;color:var(--profile-control-muted);background:transparent}.profile-interests-mobile-edit:hover,.profile-interests-mobile-edit:focus-visible{color:var(--profile-control-text);border-color:var(--profile-control-border);background:var(--profile-control-bg-hover);outline:none}.profile-interests-mobile-edit svg{width:13px;height:13px}body.profile-preview-mode .profile-interests-mobile-edit{display:none!important}.profile-interests-mobile-popover{position:absolute;z-index:90;top:calc(100% + 8px);left:50%;width:min(310px,calc(100vw - 30px));padding:12px;display:block;transform:translateX(-50%) translateY(-4px);border:1px solid #252a38;border-radius:14px;background:#0b0d14;box-shadow:0 18px 52px rgba(0,0,0,.44);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}[data-theme=light] .profile-interests-mobile-popover{border-color:#d9dee8;background:#ffffff;box-shadow:0 18px 44px rgba(31,43,68,.18)}.profile-interests-mobile-popover.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.profile-interests-mobile-popover__head{min-height:26px;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-interests-mobile-popover__title{color:var(--t-text);font-size:11px;font-weight:700}.profile-interests-mobile-popover__edit{min-height:25px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--t-border);border-radius:7px;color:var(--t-muted);background:var(--t-elevated);font-size:9px;font-weight:650}body.profile-preview-mode .profile-interests-mobile-popover__edit{display:none!important}.profile-interests-mobile-popover__tags{display:flex;flex-wrap:wrap;gap:6px}.profile-interests-mobile-popover__tags .profile-interest-tag{min-height:25px!important;padding-inline:8px!important;font-size:9.5px!important}.profile-interests-mobile-popover__empty{color:var(--t-muted);font-size:10px;line-height:1.45}}@media(max-width:390px){.profile-interests-mobile-compact{gap:5px;padding-left:8px}.profile-interests-mobile-label{font-size:9px}.profile-interests-mobile-tags .profile-interest-tag{max-width:76px;padding-inline:6px!important;font-size:8.8px!important}}@media(min-width:1081px){.profile-connect-row{align-items:flex-end!important}.profile-connect-row .profile-socials{margin-left:auto!important;justify-content:flex-end!important}.profile-side{align-self:stretch!important;justify-content:space-between!important}.profile-stats{margin-top:auto!important}}@media(min-width:681px)and (max-width:1080px){.profile-side{align-items:end!important}.profile-actions,.profile-stats{height:auto!important;align-self:end!important}.profile-actions{width:min(100%,330px)!important}.profile-action{min-height:34px!important;padding-inline:10px!important;gap:6px!important;border-radius:9px!important;font-size:10.5px!important}.profile-action svg{width:14px!important;height:14px!important}}.profile-socials-tablet-slot{display:none}@media(min-width:681px)and (max-width:1080px){.profile-side{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(285px,320px)!important;grid-template-rows:auto auto!important;column-gap:14px!important;row-gap:10px!important;align-items:end!important}.profile-socials-tablet-slot{min-width:0;min-height:32px;display:flex;align-items:center;justify-content:flex-start;grid-column:1;grid-row:1}.profile-socials-tablet-slot:empty{display:none}.profile-socials-tablet-slot .profile-socials{width:auto!important;margin:0!important;justify-content:flex-start!important;gap:6px!important}.profile-owner-actions,.profile-visitor-actions{grid-column:1!important;grid-row:2!important;align-self:end!important;justify-self:start!important}.profile-actions{width:min(100%,330px)!important;min-width:0!important}.profile-stats{grid-column:2!important;grid-row:2!important;align-self:end!important;justify-self:end!important;margin:0!important}.profile-connect-row{min-height:32px}}:root{--profile-adaptive-bg: rgba(5, 7, 13, .24);--profile-adaptive-bg-hover: rgba(5, 7, 13, .36);--profile-adaptive-border: rgba(255, 255, 255, .10);--profile-adaptive-ring: rgba(5, 7, 13, .21);--profile-adaptive-avatar-border: rgba(255, 255, 255, .13)}[data-theme=light]{--profile-adaptive-bg: rgba(255, 255, 255, .33);--profile-adaptive-bg-hover: rgba(255, 255, 255, .49);--profile-adaptive-border: rgba(15, 23, 42, .10);--profile-adaptive-ring: rgba(255, 255, 255, .29);--profile-adaptive-avatar-border: rgba(15, 23, 42, .09)}.profile-overview .profile-avatar{background:transparent!important;border-color:var(--profile-adaptive-avatar-border)!important;box-shadow:0 0 0 5px var(--profile-adaptive-ring)!important}.profile-overview .profile-stats,.profile-overview .profile-social-icon,.profile-overview .profile-action--secondary{background:var(--profile-adaptive-bg)!important;border-color:var(--profile-adaptive-border)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.profile-overview .profile-action--secondary:hover,.profile-overview .profile-social-icon:hover{background:var(--profile-adaptive-bg-hover)!important;border-color:color-mix(in srgb,var(--ac) 24%,var(--profile-adaptive-border))!important}.profile-overview .profile-stats>*+*{border-left-color:var(--profile-adaptive-border)!important}.profile-interest-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;margin-bottom:14px;padding:4px;border:1px solid var(--t-border, var(--border));border-radius:12px;background:var(--t-elevated, var(--surface-2))}.profile-interest-categories button{min-width:0;min-height:34px;padding:0 10px;border:0;border-radius:8px;color:var(--t-muted, var(--muted));background:transparent;font-size:10.5px;font-weight:650;cursor:pointer;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.profile-interest-categories button:hover{color:var(--t-text, var(--text));background:var(--t-hover, var(--hover))}.profile-interest-categories button.is-active{color:var(--t-text, var(--text));background:var(--t-surface, var(--surface));box-shadow:0 1px 0 rgba(255,255,255,.035),0 3px 12px rgba(0,0,0,.12)}[data-theme=light] .profile-interest-categories button.is-active{box-shadow:0 1px 2px rgba(15,23,42,.08),0 4px 14px rgba(15,23,42,.06)}.profile-interests-options button[hidden]{display:none!important}@media(max-width:480px){.profile-interest-categories{margin-bottom:12px;padding:3px;border-radius:10px}.profile-interest-categories button{min-height:32px;padding-inline:5px;font-size:9.8px}}.profile-overview .profile-avatar{border:0!important}.profile-joined{column-gap:10px!important}.profile-joined .profile-dot{display:none!important}@media(min-width:681px){.profile-connect-row{flex-wrap:nowrap!important}.profile-interests{flex-wrap:nowrap!important;overflow:hidden!important}.profile-interests__tags{flex:1 1 auto!important;min-width:0!important;flex-wrap:nowrap!important;overflow:hidden!important}}.profile-interest-tag{height:24px!important;min-height:24px!important;display:inline-grid!important;place-items:center!important;padding-top:0!important;padding-bottom:0!important;line-height:1!important;vertical-align:middle!important}.profile-interest-tag[data-responsive-hidden=true]{display:none!important}.profile-interests-responsive-more{height:24px;min-width:27px;flex:0 0 auto;padding:0 7px;display:inline-grid;place-items:center;border:1px solid color-mix(in srgb,var(--profile-control-border) 92%,transparent);border-radius:999px;color:color-mix(in srgb,var(--profile-control-text) 92%,var(--profile-control-muted));background:color-mix(in srgb,var(--profile-control-bg) 74%,transparent);font-size:9.5px;font-weight:700;line-height:1;cursor:pointer}.profile-interests-responsive-more[hidden]{display:none!important}@media(max-width:680px){.profile-joined{column-gap:8px!important}.profile-interests-mobile-tags{min-width:0!important;flex:1 1 auto!important;flex-wrap:nowrap!important;overflow:hidden!important}.profile-interests-mobile-tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag{height:24px!important;min-height:24px!important;display:inline-grid!important;place-items:center!important;line-height:1!important}}.profile-interests{position:relative!important}@media(min-width:681px){.profile-interests-mobile-popover{position:absolute;z-index:90;top:calc(100% + 8px);left:50%;width:min(310px,calc(100vw - 34px));padding:12px;display:block;transform:translateX(-50%) translateY(-4px);border:1px solid #252a38;border-radius:14px;background:#0b0d14;box-shadow:0 18px 52px rgba(0,0,0,.44);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}[data-theme=light] .profile-interests-mobile-popover{border-color:#d9dee8;background:#fff;box-shadow:0 18px 44px rgba(31,43,68,.18)}.profile-interests-mobile-popover.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.profile-interests-mobile-popover__head{min-height:26px;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-interests-mobile-popover__title{color:var(--t-text);font-size:11px;font-weight:700}.profile-interests-mobile-popover__edit{min-height:25px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--t-border);border-radius:7px;color:var(--t-muted);background:var(--t-elevated);font-size:9px;font-weight:650;cursor:pointer}body.profile-preview-mode .profile-interests-mobile-popover__edit{display:none!important}.profile-interests-mobile-popover__tags{display:flex;flex-wrap:wrap;gap:6px}.profile-interests-mobile-popover__tags .profile-interest-tag{height:25px!important;min-height:25px!important;padding-inline:8px!important;font-size:9.5px!important}}@media(min-width:681px){.profile-interests{flex-wrap:nowrap!important;overflow:visible!important}.profile-interests__tags{flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:100%!important;flex-wrap:nowrap!important;overflow:visible!important}.profile-interests__edit{position:static!important;inset:auto!important;transform:none!important;margin:0!important;flex:0 0 26px!important}}.profile-interest-tag,.profile-interests-mobile-tags .profile-interest-tag{max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;flex:0 0 auto!important}.profile-interests-responsive-more,.profile-interests-mobile-more{white-space:nowrap!important;flex:0 0 auto!important}@media(min-width:1081px){body.profile-interests-layout-shift .profile-overview{grid-template-columns:minmax(0,1fr)!important;gap:20px!important;padding:26px!important}body.profile-interests-layout-shift .profile-side{width:100%!important;max-width:none!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(285px,320px)!important;grid-template-rows:auto auto!important;column-gap:14px!important;row-gap:10px!important;align-items:end!important;justify-self:stretch!important;justify-content:initial!important}body.profile-interests-layout-shift .profile-socials-tablet-slot{min-width:0!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;grid-column:1!important;grid-row:1!important}body.profile-interests-layout-shift .profile-socials-tablet-slot .profile-socials{width:auto!important;margin:0!important;justify-content:flex-start!important;gap:6px!important}body.profile-interests-layout-shift .profile-owner-actions,body.profile-interests-layout-shift .profile-visitor-actions{grid-column:1!important;grid-row:2!important;align-self:end!important;justify-self:start!important}body.profile-interests-layout-shift .profile-actions{width:min(100%,330px)!important;min-width:0!important}body.profile-interests-layout-shift .profile-stats{grid-column:2!important;grid-row:2!important;align-self:end!important;justify-self:end!important;margin:0!important}body.profile-interests-layout-shift .profile-connect-row{min-height:32px!important}}@media(max-width:680px){.profile-interests-mobile-compact{position:relative!important;width:min(100%,430px)!important;min-width:0!important;min-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.profile-interests-mobile-label{flex:0 0 auto!important}.profile-interests-mobile-open{width:auto!important;min-width:0!important;max-width:none!important;height:28px!important;flex:0 1 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;overflow:visible!important;white-space:nowrap!important}.profile-interests-mobile-tags{width:auto!important;min-width:0!important;flex:0 1 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;overflow:visible!important;white-space:nowrap!important}.profile-interests-mobile-tags .profile-interest-tag{min-width:max-content!important;padding-inline:7px!important;font-size:9px!important}.profile-interests-mobile-edit{position:static!important;right:auto!important;top:auto!important;transform:none!important;width:28px!important;height:28px!important;flex:0 0 28px!important;margin:0!important}}@media(max-width:390px){.profile-interests-mobile-compact{padding:0!important;gap:4px!important}.profile-interests-mobile-tags .profile-interest-tag{padding-inline:6px!important;font-size:8.8px!important}}:root{--profile-adaptive-ring: rgba(255, 255, 255, .105)}[data-theme=light]{--profile-adaptive-ring: rgba(255, 255, 255, .29)}.profile-role .profile-handle-copy{margin:-3px -4px -3px 3px!important}@media(min-width:681px)and (max-width:1080px){.profile-side{grid-template-columns:330px minmax(0,1fr)!important;column-gap:10px!important;row-gap:4px!important}.profile-socials-tablet-slot{min-height:28px!important;align-self:end!important;margin:0 0 -2px 0!important}.profile-socials-tablet-slot .profile-socials{margin:0!important}.profile-owner-actions,.profile-visitor-actions,.profile-actions{width:330px!important;min-width:330px!important;max-width:330px!important}.profile-stats{width:100%!important;min-width:0!important;max-width:none!important;padding-left:4px!important;padding-right:4px!important}.profile-stats>*{min-width:0!important;padding-left:2px!important;padding-right:2px!important}.profile-stats .stat-num,.profile-stats .stat-label{min-width:0!important}.profile-stats .stat-label{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(min-width:681px)and (max-width:820px){.profile-stats{padding:8px 2px!important;border-radius:13px!important}.profile-stats .stat-num{font-size:14px!important}.profile-stats .stat-label{font-size:8px!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-side{grid-template-columns:330px minmax(0,1fr)!important;column-gap:10px!important;row-gap:4px!important}body.profile-interests-layout-shift .profile-socials-tablet-slot{min-height:28px!important;align-self:end!important;margin:0 0 -2px 0!important}body.profile-interests-layout-shift .profile-owner-actions,body.profile-interests-layout-shift .profile-visitor-actions,body.profile-interests-layout-shift .profile-actions{width:330px!important;min-width:330px!important;max-width:330px!important}body.profile-interests-layout-shift .profile-stats{width:100%!important;min-width:0!important;max-width:none!important;padding-left:4px!important;padding-right:4px!important}body.profile-interests-layout-shift .profile-stats>*{min-width:0!important;padding-inline:2px!important}body.profile-interests-layout-shift .profile-stats .stat-label{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}@media(min-width:681px)and (max-width:1080px){.profile-side{grid-template-columns:minmax(268px,330px) minmax(250px,286px)!important;justify-content:space-between!important;column-gap:10px!important}.profile-owner-actions,.profile-visitor-actions,.profile-actions{width:100%!important;min-width:268px!important;max-width:330px!important}.profile-stats{width:100%!important;min-width:250px!important;max-width:286px!important;padding:10px 4px!important;border-radius:13px!important;justify-self:end!important}.profile-stats>*{min-width:0!important;padding-inline:7px!important}.profile-stats .stat-num{font-size:16px!important;line-height:1.05!important}.profile-stats .stat-label{margin-top:3px!important;font-size:9.25px!important;line-height:1.15!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}}@media(min-width:681px)and (max-width:760px){.profile-side{grid-template-columns:minmax(258px,300px) minmax(244px,262px)!important;column-gap:8px!important}.profile-owner-actions,.profile-visitor-actions,.profile-actions{min-width:258px!important;max-width:300px!important}.profile-stats{min-width:244px!important;max-width:262px!important;padding:9px 3px!important}.profile-stats>*{padding-inline:5px!important}.profile-stats .stat-num{font-size:15.5px!important}.profile-stats .stat-label{font-size:9px!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-side{grid-template-columns:minmax(290px,330px) 286px!important;justify-content:space-between!important;column-gap:12px!important}body.profile-interests-layout-shift .profile-owner-actions,body.profile-interests-layout-shift .profile-visitor-actions,body.profile-interests-layout-shift .profile-actions{width:100%!important;min-width:290px!important;max-width:330px!important}body.profile-interests-layout-shift .profile-stats{width:286px!important;min-width:286px!important;max-width:286px!important;padding:10px 4px!important}body.profile-interests-layout-shift .profile-stats>*{padding-inline:7px!important}body.profile-interests-layout-shift .profile-stats .stat-num{font-size:16px!important;line-height:1.05!important}body.profile-interests-layout-shift .profile-stats .stat-label{margin-top:3px!important;font-size:9.25px!important;line-height:1.15!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a: #0057b8;--cover-b: #b88d00;--cover-accent: #ffd700}.profile-overview[data-cover-tone=neon],.profile-cover-preview[data-cover-tone=neon],.profile-cover-swatch[data-cover-tone=neon]{--cover-a: #07505a;--cover-b: #451466;--cover-accent: #59ffe1}.profile-overview[data-cover-tone=sunset],.profile-cover-preview[data-cover-tone=sunset],.profile-cover-swatch[data-cover-tone=sunset]{--cover-a: #742345;--cover-b: #6a300b;--cover-accent: #ff9868}.profile-overview[data-cover-tone=cosmic],.profile-cover-preview[data-cover-tone=cosmic],.profile-cover-swatch[data-cover-tone=cosmic]{--cover-a: #153d79;--cover-b: #54176b;--cover-accent: #a99cff}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a: #69adff;--cover-b: #ffe36a;--cover-accent: #0057b8}[data-theme=light] .profile-overview[data-cover-tone=neon],[data-theme=light] .profile-cover-preview[data-cover-tone=neon],[data-theme=light] .profile-cover-swatch[data-cover-tone=neon]{--cover-a: #cbf8f2;--cover-b: #ead8ff;--cover-accent: #087f84}[data-theme=light] .profile-overview[data-cover-tone=sunset],[data-theme=light] .profile-cover-preview[data-cover-tone=sunset],[data-theme=light] .profile-cover-swatch[data-cover-tone=sunset]{--cover-a: #ffd9e6;--cover-b: #ffe1bd;--cover-accent: #c95458}[data-theme=light] .profile-overview[data-cover-tone=cosmic],[data-theme=light] .profile-cover-preview[data-cover-tone=cosmic],[data-theme=light] .profile-cover-swatch[data-cover-tone=cosmic]{--cover-a: #dbe8ff;--cover-b: #efdcff;--cover-accent: #6655c8}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a: #111722;--cover-b: #0b111a;--cover-accent: #ffd84a;background-color:#0b111a!important;background-image:var(--cover-pattern-image),radial-gradient(ellipse at 7% 9%,rgba(24,124,255,.96) 0%,rgba(0,87,184,.80) 24%,rgba(0,87,184,.26) 46%,transparent 64%),radial-gradient(ellipse at 91% 88%,rgba(255,224,62,.96) 0%,rgba(255,211,0,.78) 23%,rgba(255,191,0,.22) 44%,transparent 62%),radial-gradient(ellipse at 52% 49%,rgba(28,35,51,.94) 0%,rgba(17,23,34,.78) 35%,transparent 68%),linear-gradient(140deg,#0b315f 0%,#111722 48%,#3a3214 100%)!important;background-size:var(--cover-pattern-size),auto,auto,auto,auto!important;background-position:center!important}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a: #eef5ff;--cover-b: #fffbea;--cover-accent: #176bc8;background-color:#f8fafc!important;background-image:var(--cover-pattern-image),radial-gradient(ellipse at 7% 9%,rgba(63,151,255,.78) 0%,rgba(40,126,225,.48) 28%,rgba(40,126,225,.10) 49%,transparent 66%),radial-gradient(ellipse at 91% 88%,rgba(255,224,62,.88) 0%,rgba(255,211,0,.52) 27%,rgba(255,211,0,.11) 48%,transparent 65%),radial-gradient(ellipse at 52% 49%,rgba(255,255,255,.90) 0%,rgba(248,250,252,.70) 37%,transparent 69%),linear-gradient(140deg,#e1efff 0%,#f8fafc 49%,#fff4bd 100%)!important;background-size:var(--cover-pattern-size),auto,auto,auto,auto!important;background-position:center!important}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a:#0067f4;--cover-b:#ffd500;--cover-accent:#ffe55c;background-color:#122247!important;background-image:var(--cover-pattern-image),linear-gradient(138deg,#0878ff 0%,#0057b8 31%,#15386f 43%,#222942 51%,#51431f 61%,#c99e13 77%,#ffd500 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a:#2992ff;--cover-b:#ffe04a;--cover-accent:#fff070;background-color:#d8e6f5!important;background-image:var(--cover-pattern-image),linear-gradient(138deg,#54aaff 0%,#2588e8 30%,#74a8d7 43%,#c6ced5 52%,#d9c985 64%,#f4ce3d 79%,#ffe04a 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a:#4a57ff;--cover-b:#efb153;--cover-accent:#ffe080;background-color:#5f56d7!important;background-image:var(--cover-pattern-image),linear-gradient(180deg,#5853ff 0%,#5750f4 16%,#6657eb 28%,#7a66da 42%,#9577c4 56%,#b58aa7 69%,#d79d80 83%,#efb153 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a:#6a7cff;--cover-b:#f2bf68;--cover-accent:#ffd864;background-color:#7a7ae8!important;background-image:var(--cover-pattern-image),linear-gradient(180deg,#6f86ff 0%,#7383f6 16%,#807fea 30%,#9384dd 44%,#ab8ec9 58%,#c79bb2 71%,#dfab8e 85%,#f2bf68 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}.profile-overview[data-cover-tone=steel],.profile-cover-preview[data-cover-tone=steel],.profile-cover-swatch[data-cover-tone=steel]{--cover-a:#343b47;--cover-b:#171b22;--cover-accent:#aab6c7}[data-theme=light] .profile-overview[data-cover-tone=steel],[data-theme=light] .profile-cover-preview[data-cover-tone=steel],[data-theme=light] .profile-cover-swatch[data-cover-tone=steel]{--cover-a:#e1e6ec;--cover-b:#f8fafc;--cover-accent:#738095}.profile-social-icon,.profile-overview .profile-social-icon{transform:none!important;translate:none!important;transition:color .16s ease,background-color .16s ease,border-color .16s ease!important}.profile-social-icon:hover,.profile-overview .profile-social-icon:hover{transform:none!important;translate:none!important}.profile-header-cover+.profile-header-preview{margin-left:0!important}body.profile-preview-mode .profile-header-preview{margin-left:auto!important}.profile-status-menu.is-status-portal{position:fixed!important;z-index:100000!important;top:0;left:0;transform:translateX(-50%)!important;isolation:isolate}@media(min-width:601px)and (max-width:720px){.profile-mobile-logo{display:none!important}}@media(max-width:600px){.profile-mobile-logo{display:inline-flex!important}.profile-header-cover,.profile-header-preview{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;font-size:0!important;gap:0!important}.profile-header-cover span,.profile-header-preview span{display:none!important}.profile-header-cover svg,.profile-header-preview svg{width:16px!important;height:16px!important}}#profile-interests .profile-interest-tag,.profile-interests-v35-popover__tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag{height:26px!important;min-height:26px!important;padding:0 11px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--profile-control-border)!important;border-radius:999px!important;color:var(--profile-control-text)!important;background:var(--profile-control-bg)!important;line-height:1!important;text-align:center!important;vertical-align:middle!important;box-sizing:border-box!important;transition:color .16s ease,background-color .16s ease,border-color .16s ease!important}#profile-interests .profile-interest-tag:hover,.profile-interests-v35-popover__tags .profile-interest-tag:hover,.profile-interests-mobile-popover__tags .profile-interest-tag:hover{color:var(--profile-control-text)!important;background:var(--profile-control-bg-hover)!important;border-color:color-mix(in srgb,var(--ac) 28%,var(--profile-control-border))!important}#profile-interests .profile-interests-responsive-more,.profile-interests-mobile-more{height:26px!important;min-height:26px!important;padding-inline:10px!important;background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important;color:var(--profile-control-text)!important;transition:color .16s ease,background-color .16s ease,border-color .16s ease!important}#profile-interests .profile-interests-responsive-more:hover,.profile-interests-mobile-more:hover{background:var(--profile-control-bg-hover)!important;border-color:color-mix(in srgb,var(--ac) 28%,var(--profile-control-border))!important}@media(max-width:680px){#profile-interests .profile-interest-tag{padding-inline:9px!important}#profile-interests .profile-interests-responsive-more{padding-inline:9px!important}}.profile-page-handle,.profile-handle-copy{cursor:pointer!important;transform:none!important}.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:color-mix(in srgb,var(--t-text) 90%,var(--ac-l))!important;background:transparent!important;box-shadow:none!important}.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible{color:color-mix(in srgb,var(--profile-control-text) 78%,var(--ac-l))!important;background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important;box-shadow:none!important}.profile-page-handle:active,.profile-handle-copy:active{transform:none!important}@media(min-width:1181px){body:not(.profile-interests-layout-shift) .profile-overview{grid-template-columns:minmax(0,1fr) minmax(320px,372px)!important}body:not(.profile-interests-layout-shift) .profile-side{max-width:372px!important}body:not(.profile-interests-layout-shift) .profile-stats{min-height:78px!important;padding:17px 9px!important}}@media(min-width:1181px){body:not(.profile-interests-layout-shift) .profile-overview{gap:16px!important}body:not(.profile-interests-layout-shift) .profile-side{width:min(100%,372px)!important;max-width:372px!important}body:not(.profile-interests-layout-shift) .profile-stats{width:80%!important;min-width:0!important;max-width:300px!important;min-height:70px!important;align-self:flex-start!important;margin-left:0!important;margin-right:auto!important;padding:12px 5px!important}body:not(.profile-interests-layout-shift) .profile-stats>*{padding-inline:7px!important}body:not(.profile-interests-layout-shift) .profile-stats .stat-num{font-size:17px!important}body:not(.profile-interests-layout-shift) .profile-stats .stat-label{margin-top:3px!important}}.profile-overview .profile-action--primary,.profile-overview .profile-action--secondary{height:40px!important;min-height:40px!important;box-sizing:border-box!important}.profile-overview .profile-action--primary{border-color:transparent!important}.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:var(--ac-l)!important;background:color-mix(in srgb,var(--ac) 9%,transparent)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ac) 15%,transparent)!important}.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible{color:var(--profile-control-text)!important;background:var(--profile-control-bg-hover)!important;border-color:color-mix(in srgb,var(--ac) 38%,var(--profile-control-border))!important}@media(min-width:601px)and (max-width:720px){.profile-page-header__inner{justify-content:flex-start!important}.profile-page-title{justify-content:flex-start!important}}#profile-interests .profile-interest-tag,.profile-interests-v35-popover__tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag{padding-top:0!important;padding-bottom:1px!important}.profile-social-icon,.profile-overview .profile-social-icon,#profile-interests .profile-interest-tag,#profile-interests .profile-interests-responsive-more,.profile-interests-v35-popover__tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag,.profile-interests-mobile-more,.profile-overview .profile-handle-copy{transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease!important}.profile-social-icon:hover,.profile-overview .profile-social-icon:hover,.profile-social-icon:focus-visible,.profile-overview .profile-social-icon:focus-visible{color:color-mix(in srgb,var(--profile-control-text) 96%,white 4%)!important;background:color-mix(in srgb,var(--profile-control-bg-hover) 88%,transparent)!important;border-color:color-mix(in srgb,var(--profile-control-border) 58%,var(--profile-control-text) 42%)!important;transform:none!important;translate:none!important;box-shadow:none!important}#profile-interests .profile-interest-tag:hover,#profile-interests .profile-interest-tag:focus-visible,#profile-interests .profile-interests-responsive-more:hover,#profile-interests .profile-interests-responsive-more:focus-visible,.profile-interests-v35-popover__tags .profile-interest-tag:hover,.profile-interests-mobile-popover__tags .profile-interest-tag:hover,.profile-interests-mobile-more:hover{color:color-mix(in srgb,var(--profile-control-text) 96%,white 4%)!important;background:color-mix(in srgb,var(--profile-control-bg-hover) 86%,transparent)!important;border-color:color-mix(in srgb,var(--profile-control-border) 60%,var(--profile-control-text) 40%)!important;box-shadow:none!important}.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible,.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:color-mix(in srgb,var(--profile-control-text) 96%,white 4%)!important;background:color-mix(in srgb,var(--profile-control-bg-hover) 82%,transparent)!important;border-color:color-mix(in srgb,var(--profile-control-border) 58%,var(--profile-control-text) 42%)!important;box-shadow:none!important}@media(max-width:680px){#profile-interests .profile-interest-tag,.profile-interests-v35-popover__tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag{padding-left:11px!important;padding-right:11px!important}#profile-interests .profile-interests-responsive-more,.profile-interests-mobile-more{padding-left:10px!important;padding-right:10px!important}}.profile-name>span:first-child{position:relative!important;top:-1px!important}.profile-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:0!important;overflow:hidden!important;padding:0!important;min-height:62px!important;border:1px solid var(--profile-control-border)!important;border-radius:13px!important;background:var(--profile-control-bg)!important}.profile-stats>*{min-width:0!important;min-height:62px!important;height:62px!important;margin:0!important;padding:0 8px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;translate:none!important;line-height:1!important}.profile-stats>*+*{border-left:1px solid var(--t-divider)!important}.profile-stats .stat-num{margin:0!important;font-size:16.5px!important;line-height:1!important;font-weight:720!important}.profile-stats .stat-label{margin:5px 0 0!important;font-size:9px!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.profile-stats .stat-clickable{cursor:pointer!important;transition:background-color .16s ease,color .16s ease!important}.profile-stats .stat-clickable:hover,.profile-stats .stat-clickable:focus-visible{opacity:1!important;background:color-mix(in srgb,var(--profile-control-text) 5%,transparent)!important;outline:none!important;border-radius:0!important;transform:none!important}.profile-stats .stat-clickable:hover .stat-num,.profile-stats .stat-clickable:focus-visible .stat-num{color:color-mix(in srgb,var(--t-text) 94%,white 6%)!important}@media(min-width:1181px){body:not(.profile-interests-layout-shift) .profile-overview{gap:18px!important}body:not(.profile-interests-layout-shift) .profile-side{width:330px!important;min-width:330px!important;max-width:330px!important;gap:10px!important}body:not(.profile-interests-layout-shift) .profile-stats{width:286px!important;min-width:286px!important;max-width:286px!important;min-height:62px!important;align-self:flex-start!important;justify-self:start!important;margin:0!important}}@media(min-width:681px)and (max-width:1080px){.profile-stats,body.profile-interests-layout-shift .profile-stats{min-height:58px!important;padding:0!important}.profile-stats>*,body.profile-interests-layout-shift .profile-stats>*{min-height:58px!important;height:58px!important;padding-inline:6px!important}.profile-stats .stat-num,body.profile-interests-layout-shift .profile-stats .stat-num{font-size:15.5px!important}.profile-stats .stat-label,body.profile-interests-layout-shift .profile-stats .stat-label{margin-top:4px!important;font-size:9px!important}}@media(max-width:680px){.profile-stats{min-height:58px!important;padding:0!important}.profile-stats>*{min-height:58px!important;height:58px!important;padding-inline:6px!important}.profile-stats .stat-num{font-size:15.5px!important}.profile-stats .stat-label{margin-top:4px!important;font-size:9px!important}}.profile-overview .profile-now{width:max-content!important;max-width:174px!important;min-height:29px!important;height:29px!important;padding:0 8px 0 9px!important;gap:6px!important;justify-content:center!important;border:1px solid var(--profile-control-border)!important;border-radius:999px!important;color:var(--profile-control-text)!important;background:var(--profile-control-bg)!important;box-shadow:none!important;white-space:nowrap!important;transition:background-color .16s ease,border-color .16s ease,color .16s ease!important}.profile-overview .profile-now:hover,.profile-overview .profile-now[aria-expanded=true]{color:var(--profile-control-text)!important;background:var(--profile-control-bg-hover)!important;border-color:color-mix(in srgb,var(--profile-control-text) 22%,var(--profile-control-border))!important}.profile-now__label{display:inline-flex;align-items:center;height:100%;color:var(--profile-control-muted);font-size:8px;font-weight:750;line-height:1;letter-spacing:.075em;text-transform:uppercase}.profile-now__divider{width:1px;height:11px;flex:0 0 1px;border-radius:1px;background:color-mix(in srgb,var(--profile-control-text) 18%,transparent)}.profile-now__state{min-width:0;display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:680;line-height:1}.profile-now__symbol{min-width:13px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;line-height:1;transform:translateY(-.25px)}.profile-now .profile-availability__chevron{width:12px!important;height:12px!important;margin-left:-1px;opacity:.52!important}body.profile-preview-mode .profile-now{cursor:default!important}body.profile-preview-mode .profile-now:hover{background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important}.profile-status-menu.profile-now-menu{width:184px!important;padding:6px!important;border:1px solid var(--profile-control-border)!important;border-radius:13px!important;background:rgba(9,11,18,.97)!important;box-shadow:0 16px 42px rgba(0,0,0,.34)!important}[data-theme=light] .profile-status-menu.profile-now-menu{background:rgba(255,255,255,.98)!important}.profile-now-menu__heading{padding:5px 8px 7px;color:var(--t-subtle);font-size:8.5px;font-weight:750;line-height:1;letter-spacing:.075em;text-transform:uppercase}.profile-status-menu.profile-now-menu button{position:relative;min-height:33px!important;padding:0 27px 0 8px!important;gap:8px!important;border-radius:8px!important;color:var(--t-muted)!important;font-size:10.5px!important;font-weight:620!important;line-height:1!important}.profile-status-menu.profile-now-menu button:hover{color:var(--t-text)!important;background:var(--t-hover)!important}.profile-status-menu.profile-now-menu button.is-active{color:var(--t-text)!important;background:color-mix(in srgb,var(--t-text) 7%,transparent)!important}.profile-status-menu.profile-now-menu button.is-active::after{content:"✓";position:absolute;right:9px;top:50%;transform:translateY(-50%);color:var(--t-subtle);font-size:10px;font-weight:750}.profile-now-menu__symbol{width:16px;min-width:16px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.profile-overview .profile-availability__dot,.profile-status-menu .status-dot{display:none!important}@media(max-width:600px){.profile-overview .profile-now{min-height:28px!important;height:28px!important;max-width:168px!important;padding-inline:8px!important}.profile-now__label{font-size:7.75px}.profile-now__state{font-size:10.25px}}.profile-overview .profile-now{max-width:148px!important;min-height:28px!important;height:28px!important;padding:0 8px 0 9px!important;gap:5px!important}.profile-now__state{gap:5px!important}.profile-now__symbol{min-width:14px!important;font-size:11.5px!important}.profile-now .profile-availability__chevron{margin-left:0!important}.profile-now__label,.profile-now__divider{display:none!important}@media(max-width:600px){.profile-overview .profile-now{max-width:144px!important;min-height:28px!important;height:28px!important;padding-inline:8px!important}}:root{--profile-adaptive-ring: rgba(255, 255, 255, .16) !important}[data-theme=light]{--profile-adaptive-ring: rgba(255, 255, 255, .36) !important}@media(min-width:681px){.profile-socials-tablet-slot{justify-content:flex-end!important}.profile-socials-tablet-slot .profile-socials{margin-left:auto!important;margin-right:0!important;justify-content:flex-end!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-socials-tablet-slot{justify-content:flex-end!important}body.profile-interests-layout-shift .profile-socials-tablet-slot .profile-socials{margin-left:auto!important;margin-right:0!important;justify-content:flex-end!important}}:root{--profile-adaptive-ring: rgba(255, 255, 255, .055) !important}[data-theme=light]{--profile-adaptive-ring: rgba(15, 23, 42, .055) !important}.profile-main{padding-top:0!important}.profile-overview{width:calc(100vw - 56px)!important;max-width:none!important;left:50%!important;transform:translateX(-50%)!important;border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0 0 24px 24px!important;padding-left:max(54px,calc((100vw - 56px - 1450px) / 2 + 28px))!important;padding-right:max(54px,calc((100vw - 56px - 1450px) / 2 + 28px))!important}.profile-overview::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,rgba(2,4,10,.13) 0%,rgba(2,4,10,.035) 11%,transparent 24%,transparent 76%,rgba(2,4,10,.035) 89%,rgba(2,4,10,.13) 100%),linear-gradient(180deg,transparent 68%,rgba(2,4,10,.055) 100%)}.profile-overview>.profile-identity,.profile-overview>.profile-side{position:relative;z-index:1}[data-theme=light] .profile-overview::after{background:linear-gradient(90deg,rgba(255,255,255,.13) 0%,rgba(255,255,255,.035) 11%,transparent 24%,transparent 76%,rgba(255,255,255,.035) 89%,rgba(255,255,255,.13) 100%),linear-gradient(180deg,transparent 68%,rgba(255,255,255,.05) 100%)}.profile-page-header{border-bottom-color:color-mix(in srgb,var(--t-divider) 62%,transparent)!important}@media(min-width:721px)and (max-width:1080px){.profile-overview{padding-left:52px!important;padding-right:52px!important;border-radius:0 0 22px 22px!important}}@media(min-width:681px)and (max-width:720px){.profile-overview{padding-left:36px!important;padding-right:36px!important;border-radius:0 0 20px 20px!important}}@media(max-width:680px){.profile-overview{width:100vw!important;padding-left:25px!important;padding-right:25px!important;border-radius:0 0 18px 18px!important}.profile-overview::after{background:linear-gradient(90deg,rgba(2,4,10,.07) 0%,transparent 20%,transparent 80%,rgba(2,4,10,.07) 100%)}[data-theme=light] .profile-overview::after{background:linear-gradient(90deg,rgba(255,255,255,.08) 0%,transparent 20%,transparent 80%,rgba(255,255,255,.08) 100%)}}@media(max-width:380px){.profile-overview{padding-left:23px!important;padding-right:23px!important}}.profile-overview{border-radius:0!important;margin-top:-64px!important;padding-top:94px!important}.profile-page-header{position:relative!important;z-index:20!important;background:rgba(7,8,13,.30)!important;border-bottom-color:rgba(255,255,255,.07)!important;backdrop-filter:blur(18px) saturate(118%)!important;-webkit-backdrop-filter:blur(18px) saturate(118%)!important;box-shadow:none!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.38)!important;border-bottom-color:rgba(15,23,42,.08)!important}.profile-header-edit,.profile-header-preview{background:rgba(10,12,19,.28)!important;border-color:rgba(255,255,255,.10)!important;backdrop-filter:blur(10px) saturate(112%)!important;-webkit-backdrop-filter:blur(10px) saturate(112%)!important}.profile-header-edit:hover,.profile-header-preview:hover,.profile-header-preview[aria-pressed=true]{background:rgba(10,12,19,.40)!important;border-color:rgba(255,255,255,.18)!important}[data-theme=light] .profile-header-edit,[data-theme=light] .profile-header-preview{background:rgba(255,255,255,.34)!important;border-color:rgba(15,23,42,.10)!important}[data-theme=light] .profile-header-edit:hover,[data-theme=light] .profile-header-preview:hover,[data-theme=light] .profile-header-preview[aria-pressed=true]{background:rgba(255,255,255,.48)!important;border-color:rgba(15,23,42,.16)!important}.profile-overview::after{border-radius:0!important}@media(max-width:1080px){.profile-overview{border-radius:0!important}}@media(max-width:600px){.profile-page-header{background:rgba(7,8,13,.36)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.44)!important}}html:not([data-theme=light]) .profile-page-header,body:not([data-theme=light]) .profile-page-header{background:rgba(7,8,13,.10)!important;border-bottom-color:rgba(255,255,255,.065)!important;backdrop-filter:blur(7px) saturate(122%)!important;-webkit-backdrop-filter:blur(7px) saturate(122%)!important;box-shadow:none!important}html:not([data-theme=light]) .profile-page-header__inner,body:not([data-theme=light]) .profile-page-header__inner{background:transparent!important}html:not([data-theme=light]) .profile-header-edit,html:not([data-theme=light]) .profile-header-preview,body:not([data-theme=light]) .profile-header-edit,body:not([data-theme=light]) .profile-header-preview{background:rgba(9,11,18,.18)!important;border-color:rgba(255,255,255,.11)!important;backdrop-filter:blur(6px) saturate(115%)!important;-webkit-backdrop-filter:blur(6px) saturate(115%)!important}html:not([data-theme=light]) .profile-header-edit:hover,html:not([data-theme=light]) .profile-header-preview:hover,html:not([data-theme=light]) .profile-header-preview[aria-pressed=true],body:not([data-theme=light]) .profile-header-edit:hover,body:not([data-theme=light]) .profile-header-preview:hover,body:not([data-theme=light]) .profile-header-preview[aria-pressed=true]{background:rgba(9,11,18,.30)!important;border-color:rgba(255,255,255,.18)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.94)!important;border-bottom-color:rgba(15,23,42,.08)!important;backdrop-filter:blur(14px) saturate(105%)!important;-webkit-backdrop-filter:blur(14px) saturate(105%)!important}[data-theme=light] .profile-page-header__inner{background:transparent!important}[data-theme=light] .profile-header-edit,[data-theme=light] .profile-header-preview{background:rgba(255,255,255,.78)!important;border-color:rgba(15,23,42,.10)!important}@media(max-width:600px){html:not([data-theme=light]) .profile-page-header,body:not([data-theme=light]) .profile-page-header{background:rgba(7,8,13,.14)!important;backdrop-filter:blur(8px) saturate(120%)!important;-webkit-backdrop-filter:blur(8px) saturate(120%)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.95)!important}}.profile-page-header{position:relative!important;isolation:isolate!important;overflow:hidden!important}html:not([data-theme=light]) .profile-page-header,body:not([data-theme=light]) .profile-page-header{background:transparent!important;border-bottom-color:rgba(255,255,255,.065)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html:not([data-theme=light]) .profile-page-header::before,body:not([data-theme=light]) .profile-page-header::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-color:var(--profile-header-cover-color, #0b0c12);background-image:var(--profile-header-cover-image, linear-gradient(145deg,#171a23,#0b0c12));background-size:var(--profile-header-cover-size, auto, auto);background-position:var(--profile-header-cover-position, center);background-repeat:no-repeat;transform:scale(1.015)}html:not([data-theme=light]) .profile-page-header::after,body:not([data-theme=light]) .profile-page-header::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(5,7,12,.12) 0%,rgba(5,7,12,.18) 100%)}.profile-page-header__inner{position:relative!important;z-index:2!important;background:transparent!important}html:not([data-theme=light]) .profile-header-edit,html:not([data-theme=light]) .profile-header-preview,body:not([data-theme=light]) .profile-header-edit,body:not([data-theme=light]) .profile-header-preview{background:rgba(7,9,15,.18)!important;border-color:rgba(255,255,255,.11)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.96)!important;border-bottom-color:rgba(15,23,42,.08)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}[data-theme=light] .profile-page-header::before,[data-theme=light] .profile-page-header::after{display:none!important}[data-theme=light] .profile-page-header{background:color-mix(in srgb,var(--t-surface) 88%,transparent)!important;border-bottom-color:var(--t-divider)!important;backdrop-filter:blur(20px) saturate(130%)!important;-webkit-backdrop-filter:blur(20px) saturate(130%)!important;box-shadow:none!important}[data-theme=light] .profile-page-header::before,[data-theme=light] .profile-page-header::after{display:none!important}[data-theme=light] .profile-page-header__inner{background:transparent!important}[data-theme=light] .profile-header-edit,[data-theme=light] .profile-header-preview{background:color-mix(in srgb,var(--t-card) 84%,transparent)!important;border-color:var(--t-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.left-sidebar[data-cover-tone=default]{--mobile-nav-tint: 20, 23, 32}.left-sidebar[data-cover-tone=graphite]{--mobile-nav-tint: 47, 52, 64}.left-sidebar[data-cover-tone=indigo]{--mobile-nav-tint: 48, 55, 118}.left-sidebar[data-cover-tone=ocean]{--mobile-nav-tint: 20, 75, 104}.left-sidebar[data-cover-tone=forest]{--mobile-nav-tint: 31, 74, 60}.left-sidebar[data-cover-tone=violet]{--mobile-nav-tint: 76, 47, 103}.left-sidebar[data-cover-tone=rose]{--mobile-nav-tint: 105, 47, 71}.left-sidebar[data-cover-tone=amber]{--mobile-nav-tint: 105, 75, 34}.left-sidebar[data-cover-tone=steel]{--mobile-nav-tint: 65, 75, 91}.left-sidebar[data-cover-tone=neon]{--mobile-nav-tint: 30, 82, 88}.left-sidebar[data-cover-tone=sunset]{--mobile-nav-tint: 108, 53, 47}.left-sidebar[data-cover-tone=cosmic]{--mobile-nav-tint: 64, 48, 108}@media(max-width:600px){html:not([data-theme=light]) .left-sidebar,body:not([data-theme=light]) .left-sidebar{background:linear-gradient(180deg,rgba(var(--mobile-nav-tint, 20, 23, 32),.13),rgba(var(--mobile-nav-tint, 20, 23, 32),.07)),rgba(7,8,13,.92)!important;border-top-color:rgba(255,255,255,.075)!important;backdrop-filter:blur(18px) saturate(120%)!important;-webkit-backdrop-filter:blur(18px) saturate(120%)!important}html:not([data-theme=light]) .left-sidebar .nav-icon:hover,body:not([data-theme=light]) .left-sidebar .nav-icon:hover{background:rgba(255,255,255,.055)!important}[data-theme=light] .left-sidebar{background:var(--t-surface)!important;border-top-color:var(--t-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.profile-page-header[data-cover-tone=default]{--header-tone-a:#181b25;--header-tone-b:#0c0e14}.profile-page-header[data-cover-tone=graphite]{--header-tone-a:#343944;--header-tone-b:#171a21}.profile-page-header[data-cover-tone=indigo]{--header-tone-a:#343d86;--header-tone-b:#171a3f}.profile-page-header[data-cover-tone=ocean]{--header-tone-a:#17607a;--header-tone-b:#0b2938}.profile-page-header[data-cover-tone=forest]{--header-tone-a:#245f4d;--header-tone-b:#102c25}.profile-page-header[data-cover-tone=violet]{--header-tone-a:#654080;--header-tone-b:#2d183d}.profile-page-header[data-cover-tone=rose]{--header-tone-a:#7c3956;--header-tone-b:#351824}.profile-page-header[data-cover-tone=amber]{--header-tone-a:#765426;--header-tone-b:#33230f}.profile-page-header[data-cover-tone=steel]{--header-tone-a:#485463;--header-tone-b:#202730}.profile-page-header[data-cover-tone=neon]{--header-tone-a:#07505a;--header-tone-b:#451466}.profile-page-header[data-cover-tone=sunset]{--header-tone-a:#742345;--header-tone-b:#6a300b}.profile-page-header[data-cover-tone=cosmic]{--header-tone-a:#153d79;--header-tone-b:#54176b}html:not([data-theme=light]) .profile-page-header::before,body:not([data-theme=light]) .profile-page-header::before{background-color:var(--header-tone-b, #0c0e14)!important;background-image:linear-gradient(145deg,var(--header-tone-a, #181b25) 0%,var(--header-tone-b, #0c0e14) 100%)!important;background-size:auto!important;background-position:center!important;background-repeat:no-repeat!important;transform:none!important}html:not([data-theme=light]) .profile-page-header::after,body:not([data-theme=light]) .profile-page-header::after{background:linear-gradient(180deg,rgba(5,7,12,.10) 0%,rgba(5,7,12,.17) 100%)!important}[data-theme=light] .profile-page-header::before,[data-theme=light] .profile-page-header::after{display:none!important}@media(max-width:600px){html:not([data-theme=light]) .left-sidebar,body:not([data-theme=light]) .left-sidebar{background:var(--t-surface)!important;border-top-color:var(--t-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.profile-tabs[data-cover-tone=default]{--tabs-tone: 48, 53, 67;--tabs-active: 94, 103, 125}.profile-tabs[data-cover-tone=graphite]{--tabs-tone: 64, 70, 84;--tabs-active: 116, 125, 145}.profile-tabs[data-cover-tone=indigo]{--tabs-tone: 55, 65, 132;--tabs-active: 103, 116, 210}.profile-tabs[data-cover-tone=ocean]{--tabs-tone: 25, 87, 112;--tabs-active: 63, 148, 180}.profile-tabs[data-cover-tone=forest]{--tabs-tone: 38, 86, 70;--tabs-active: 75, 145, 118}.profile-tabs[data-cover-tone=violet]{--tabs-tone: 91, 57, 119;--tabs-active: 148, 96, 181}.profile-tabs[data-cover-tone=rose]{--tabs-tone: 119, 55, 82;--tabs-active: 177, 91, 125}.profile-tabs[data-cover-tone=amber]{--tabs-tone: 119, 85, 39;--tabs-active: 178, 132, 65}.profile-tabs[data-cover-tone=steel]{--tabs-tone: 73, 85, 101;--tabs-active: 125, 141, 161}.profile-tabs[data-cover-tone=neon]{--tabs-tone: 27, 94, 101;--tabs-active: 62, 163, 170}.profile-tabs[data-cover-tone=sunset]{--tabs-tone: 126, 61, 53;--tabs-active: 188, 101, 80}.profile-tabs[data-cover-tone=cosmic]{--tabs-tone: 74, 57, 126;--tabs-active: 129, 101, 193}html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:linear-gradient(180deg,rgba(var(--tabs-tone, 48, 53, 67),.14),rgba(var(--tabs-tone, 48, 53, 67),.075)),rgba(11,12,18,.78)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.27)!important;backdrop-filter:blur(18px) saturate(118%)!important;-webkit-backdrop-filter:blur(18px) saturate(118%)!important}html:not([data-theme=light]) .profile-tab,body:not([data-theme=light]) .profile-tab{color:var(--t-muted)!important}html:not([data-theme=light]) .profile-tab:hover,body:not([data-theme=light]) .profile-tab:hover{color:var(--t-text)!important;background:rgba(var(--tabs-tone, 48, 53, 67),.12)!important}html:not([data-theme=light]) .profile-tab.active,body:not([data-theme=light]) .profile-tab.active{color:rgb(var(--tabs-active, 94, 103, 125))!important;background:linear-gradient(180deg,rgba(var(--tabs-active, 94, 103, 125),.14),rgba(var(--tabs-active, 94, 103, 125),.075))!important;box-shadow:inset 0 0 0 1px rgba(var(--tabs-active, 94, 103, 125),.08)!important}[data-theme=light] .profile-tabs{background:color-mix(in srgb,var(--t-card) 88%,transparent)!important;border-color:var(--t-border)!important}html:not([data-theme=light]) .profile-page-header::before,body:not([data-theme=light]) .profile-page-header::before{background-color:color-mix(in srgb,var(--header-source-b, #0b0c12) 82%,#000 18%)!important;background-image:linear-gradient(145deg,color-mix(in srgb,var(--header-source-a, #171a23) 82%,#000 18%) 0%,color-mix(in srgb,var(--header-source-b, #0b0c12) 82%,#000 18%) 100%)!important;background-size:auto!important;background-position:center!important;background-repeat:no-repeat!important;transform:none!important}html:not([data-theme=light]) .profile-page-header::after,body:not([data-theme=light]) .profile-page-header::after{background:rgba(3,5,9,.07)!important}[data-theme=light] .profile-page-header::before,[data-theme=light] .profile-page-header::after{display:none!important}html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:linear-gradient(180deg,rgba(var(--tabs-tone, 48, 53, 67),.085),rgba(var(--tabs-tone, 48, 53, 67),.038)),rgba(11,12,18,.84)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.17)!important;backdrop-filter:blur(16px) saturate(108%)!important;-webkit-backdrop-filter:blur(16px) saturate(108%)!important}html:not([data-theme=light]) .profile-tab:hover,body:not([data-theme=light]) .profile-tab:hover{color:var(--t-text)!important;background:rgba(var(--tabs-tone, 48, 53, 67),.065)!important}html:not([data-theme=light]) .profile-tab.active,body:not([data-theme=light]) .profile-tab.active{color:color-mix(in srgb,rgb(var(--tabs-active, 94, 103, 125)) 34%,var(--t-text) 66%)!important;background:linear-gradient(180deg,rgba(var(--tabs-active, 94, 103, 125),.080),rgba(var(--tabs-active, 94, 103, 125),.035))!important;box-shadow:inset 0 0 0 1px rgba(var(--tabs-active, 94, 103, 125),.045)!important}[data-theme=light] .profile-tabs,[data-theme=light] .profile-tab,[data-theme=light] .profile-tab.active{backdrop-filter:none;-webkit-backdrop-filter:none}.profile-overview{padding-left:var(--profile-hero-align-left, 26px)!important;padding-right:var(--profile-hero-align-right, 26px)!important}@media(max-width:680px){.profile-overview{padding-left:var(--profile-hero-align-left, 10px)!important;padding-right:var(--profile-hero-align-right, 10px)!important}}html:not([data-theme=light]) #profile-interests .profile-interest-tag,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more,html:not([data-theme=light]) .profile-interests-v35-popover__tags .profile-interest-tag,html:not([data-theme=light]) .profile-interests-mobile-popover__tags .profile-interest-tag,html:not([data-theme=light]) .profile-overview .profile-handle-copy,html:not([data-theme=light]) .profile-overview .profile-now,html:not([data-theme=light]) #profile-interests>.profile-interests__edit{color:var(--t-muted)!important;background:var(--profile-adaptive-bg)!important;border-color:var(--profile-adaptive-border)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html:not([data-theme=light]) #profile-interests>.profile-interests__label{color:color-mix(in srgb,var(--t-text) 70%,var(--t-muted))!important}html:not([data-theme=light]) #profile-interests .profile-interest-tag:hover,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more:hover,html:not([data-theme=light]) .profile-overview .profile-handle-copy:hover,html:not([data-theme=light]) .profile-overview .profile-handle-copy:focus-visible,html:not([data-theme=light]) .profile-overview .profile-now:hover,html:not([data-theme=light]) .profile-overview .profile-now[aria-expanded=true],html:not([data-theme=light]) #profile-interests>.profile-interests__edit:hover{color:var(--t-text)!important;background:var(--profile-adaptive-bg-hover)!important;border-color:color-mix(in srgb,var(--profile-adaptive-border) 58%,var(--t-text) 42%)!important}@media(min-width:1081px){body:not(.profile-interests-layout-shift) .profile-overview{gap:4px!important}body:not(.profile-interests-layout-shift) .profile-connect-row .profile-socials{margin-left:auto!important;margin-right:0!important;justify-content:flex-end!important}}@media(min-width:681px)and (max-width:1080px){.profile-socials-tablet-slot{width:min(100%,330px)!important;justify-self:start!important;justify-content:flex-start!important}.profile-socials-tablet-slot .profile-socials{margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-socials-tablet-slot{width:min(100%,330px)!important;justify-self:start!important;justify-content:flex-start!important}body.profile-interests-layout-shift .profile-socials-tablet-slot .profile-socials{margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important}}html:not([data-theme=light]) .profile-page-header{border-bottom-color:color-mix(in srgb,var(--header-source-a, #171a23) 70%,rgba(255,255,255,.13) 30%)!important}[data-theme=light] .profile-page-header{border-bottom-color:var(--t-divider)!important}body.profile-preview-mode .profile-header-cover[data-owner-only]{display:inline-flex!important}@media(max-width:760px){.profile-header-cover,.profile-header-preview{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;gap:0!important;font-size:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.profile-header-cover span,.profile-header-preview span{display:none!important}.profile-header-cover svg,.profile-header-preview svg{width:16px!important;height:16px!important}}.profile-preview-slash{display:none}.profile-header-preview[aria-pressed=true] .profile-preview-slash{display:block}.profile-overview .profile-social-icon,.profile-overview .profile-handle-copy,.profile-overview .profile-now,#profile-interests .profile-interest-tag,#profile-interests .profile-interests-responsive-more,#profile-interests>.profile-interests__edit,.profile-interests-v35-popover__tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag{transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease!important}html:not([data-theme=light]) .profile-overview .profile-social-icon:hover,html:not([data-theme=light]) .profile-overview .profile-social-icon:focus-visible,html:not([data-theme=light]) .profile-overview .profile-handle-copy:hover,html:not([data-theme=light]) .profile-overview .profile-handle-copy:focus-visible,html:not([data-theme=light]) .profile-overview .profile-now:hover,html:not([data-theme=light]) .profile-overview .profile-now:focus-visible,html:not([data-theme=light]) .profile-overview .profile-now[aria-expanded=true],html:not([data-theme=light]) #profile-interests .profile-interest-tag:hover,html:not([data-theme=light]) #profile-interests .profile-interest-tag:focus-visible,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more:hover,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more:focus-visible,html:not([data-theme=light]) #profile-interests>.profile-interests__edit:hover,html:not([data-theme=light]) #profile-interests>.profile-interests__edit:focus-visible,html:not([data-theme=light]) .profile-interests-v35-popover__tags .profile-interest-tag:hover,html:not([data-theme=light]) .profile-interests-mobile-popover__tags .profile-interest-tag:hover{color:color-mix(in srgb,var(--t-text) 76%,var(--t-muted) 24%)!important;background:color-mix(in srgb,var(--profile-adaptive-bg) 72%,rgba(255,255,255,.08) 28%)!important;border-color:color-mix(in srgb,var(--profile-adaptive-border) 78%,rgba(255,255,255,.22) 22%)!important;box-shadow:none!important;transform:none!important;translate:none!important}html:not([data-theme=light]) .profile-overview .profile-social-icon:hover svg,html:not([data-theme=light]) .profile-overview .profile-social-icon:focus-visible svg{opacity:.86!important}#profile-copy-link{transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease!important}html:not([data-theme=light]) #profile-copy-link:hover,html:not([data-theme=light]) #profile-copy-link:focus-visible{color:color-mix(in srgb,var(--t-text) 76%,var(--t-muted) 24%)!important;background:color-mix(in srgb,var(--profile-adaptive-bg) 72%,rgba(255,255,255,.08) 28%)!important;border-color:color-mix(in srgb,var(--profile-adaptive-border) 78%,rgba(255,255,255,.22) 22%)!important;box-shadow:none!important;transform:none!important}.profile-socials-tablet-slot{margin-bottom:2px!important}.profile-header-cover{margin-left:auto!important}.profile-header-cover+.profile-header-preview,body.profile-preview-mode .profile-header-preview{margin-left:0!important}body.profile-preview-mode .profile-header-cover[data-owner-only]{display:inline-flex!important}.profile-header-preview[aria-pressed=true],[data-theme=light] .profile-header-preview[aria-pressed=true]{color:color-mix(in srgb,var(--t-text) 72%,var(--t-muted) 28%)!important;background:color-mix(in srgb,var(--t-elevated) 72%,transparent)!important;border-color:color-mix(in srgb,var(--t-border) 82%,var(--t-text) 18%)!important;box-shadow:none!important}.profile-header-preview[aria-pressed=true]:hover{color:color-mix(in srgb,var(--t-text) 80%,var(--t-muted) 20%)!important;background:color-mix(in srgb,var(--t-elevated) 84%,transparent)!important;border-color:color-mix(in srgb,var(--t-border) 74%,var(--t-text) 26%)!important}.profile-interests-v35-popover.is-v69-portal{position:fixed!important;z-index:1000000!important;top:0;left:0;margin:0!important;isolation:isolate}@media(max-width:480px){.profile-interests-modal{z-index:1000001!important;display:grid!important;place-items:center!important;align-items:center!important;justify-items:center!important;padding:12px!important}.profile-interests-dialog{width:min(500px,calc(100vw - 24px))!important;max-height:calc(100dvh - 24px)!important;margin:auto!important;border-radius:18px!important}}@media(min-width:681px)and (max-width:1080px){.profile-side{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(285px,320px)!important;grid-template-rows:auto auto!important;column-gap:14px!important;row-gap:10px!important;align-items:end!important}.profile-socials-tablet-slot{min-width:0!important;min-height:32px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;grid-column:1!important;grid-row:1!important;width:min(100%,330px)!important;margin:0!important;justify-self:start!important}.profile-socials-tablet-slot .profile-socials{width:auto!important;margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important;gap:6px!important}.profile-owner-actions,.profile-visitor-actions{grid-column:1!important;grid-row:2!important;align-self:end!important;justify-self:start!important}.profile-actions{width:min(100%,330px)!important;min-width:0!important}.profile-stats{grid-column:2!important;grid-row:2!important;align-self:end!important;justify-self:end!important;margin:0!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-socials-tablet-slot{width:min(100%,330px)!important;justify-self:start!important;justify-content:flex-start!important;margin:0!important;min-height:32px!important}body.profile-interests-layout-shift .profile-socials-tablet-slot .profile-socials{margin-left:0!important;margin-right:auto!important;justify-content:flex-start!important}}html:not([data-theme=light]) .profile-overview[data-cover-tone=default],html:not([data-theme=light]) .profile-cover-preview[data-cover-tone=default],html:not([data-theme=light]) .profile-cover-swatch[data-cover-tone=default]{--cover-a: var(--t-elevated, #11141f) !important;--cover-b: var(--t-surface, #0b0c12) !important;--cover-accent: #737894 !important;--cover-line: rgba(255,255,255,.055) !important}html:not([data-theme=light]) .profile-page-header[data-cover-tone=default]::before,body:not([data-theme=light]) .profile-page-header[data-cover-tone=default]::before{background-color:var(--t-surface, #0b0c12)!important;background-image:none!important}html:not([data-theme=light]) .profile-page-header[data-cover-tone=default],body:not([data-theme=light]) .profile-page-header[data-cover-tone=default]{background:color-mix(in srgb,var(--t-surface, #0b0c12) 92%,transparent)!important;backdrop-filter:blur(22px) saturate(125%)!important;-webkit-backdrop-filter:blur(22px) saturate(125%)!important}html:not([data-theme=light]) .profile-page-header[data-cover-tone=default]{border-bottom-color:var(--t-divider, #1f2230)!important}[data-theme=light] .profile-overview[data-cover-tone=default],[data-theme=light] .profile-cover-preview[data-cover-tone=default],[data-theme=light] .profile-cover-swatch[data-cover-tone=default]{--cover-a: var(--t-elevated, #f7faff) !important;--cover-b: var(--t-surface, #ffffff) !important;--cover-accent: #7b8497 !important;--cover-line: rgba(15,23,42,.06) !important}body.profile-preview-mode .profile-now .profile-availability__chevron{display:block!important;visibility:hidden!important;opacity:0!important;width:12px!important;height:12px!important;flex:0 0 12px!important;margin-left:-1px!important;pointer-events:none!important}body.profile-preview-mode .profile-now{gap:3px!important}body.profile-preview-mode .profile-now .profile-availability__chevron{display:block!important;visibility:hidden!important;opacity:0!important;width:6px!important;height:12px!important;flex:0 0 6px!important;margin-left:-1px!important;pointer-events:none!important}body.profile-preview-mode .profile-now{gap:2.5px!important}body.profile-preview-mode .profile-now .profile-availability__chevron{width:4.8px!important;flex-basis:4.8px!important}.profile-page-header{position:relative!important;overflow:visible!important}@media(min-width:1082px){.profile-page-header>.profile-header-awards{position:absolute!important;z-index:12!important;top:63px!important;right:26px!important;left:auto!important;width:max-content!important;height:48px!important;min-height:0!important;margin:0!important;display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;gap:5px!important}.profile-actions.profile-owner-actions,.profile-actions.profile-visitor-actions{width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}}@media(max-width:1081px){.profile-page-header>.profile-header-awards{display:none!important}}@media(min-width:1082px){.profile-side{position:relative!important}.profile-side::before{content:"";display:block;flex:0 0 60px;min-height:60px;margin:-4px 0 10px;pointer-events:none}.profile-side>.profile-header-awards{position:absolute!important;z-index:20!important;top:-30px!important;right:0!important;left:auto!important;display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;gap:5px!important;width:max-content!important;height:48px!important;margin:0!important;transform:none!important}.profile-side>.profile-owner-actions,.profile-side>.profile-visitor-actions{position:relative!important;z-index:2!important}}@media(max-width:1081px){.profile-side::before{content:none!important;display:none!important}.profile-side>.profile-header-awards{display:none!important}}.profile-header-awards__item[data-profile-award]{height:45px!important;overflow:visible!important}.profile-header-awards__item>.profile-header-awards__count{position:absolute!important;top:49px!important;left:0!important;right:0!important;z-index:5!important;display:block!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:color-mix(in srgb,var(--t-text) 80%,var(--t-muted))!important;box-sizing:border-box!important;font-size:9px!important;font-weight:700!important;line-height:1!important;text-align:center!important;letter-spacing:0!important;white-space:nowrap!important;pointer-events:none!important;user-select:none!important;transform:none!important}[data-theme=light] .profile-header-awards__item>.profile-header-awards__count{color:#4f5d73!important}.profile-header-awards__item:hover>.profile-header-awards__count,.profile-header-awards__item:focus-visible>.profile-header-awards__count{transform:none!important}@media(min-width:1082px){.profile-side>.profile-header-awards{height:48px!important;overflow:visible!important}}.profile-reorder-button,.profile-reorder-cancel,.profile-reorder-save{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid var(--t-border);border-radius:9px;color:var(--t-muted);background:color-mix(in srgb,var(--t-card) 88%,transparent);font-family:inherit;font-size:10px;font-weight:650;line-height:1;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease}.profile-reorder-button:hover,.profile-reorder-cancel:hover{color:var(--t-text);background:var(--t-hover)}.profile-reorder-button svg{width:15px;height:15px;flex:0 0 15px}.profile-reorder-actions{display:inline-flex;align-items:center;gap:6px}.profile-reorder-actions[hidden]{display:none!important}.profile-reorder-save{color:#fff;border-color:var(--ac);background:var(--ac)}.profile-reorder-save:hover:not(:disabled){background:var(--ac-d);border-color:var(--ac-d)}.profile-reorder-save:disabled{opacity:.42;cursor:default}.profile-sort.is-reorder-disabled{opacity:.42;pointer-events:none}.profile-reorder-hint{min-height:20px;margin:-2px 0 10px;padding:0 2px;display:flex;align-items:center;gap:6px;border:0;border-radius:0;color:color-mix(in srgb,var(--t-text) 58%,var(--t-muted));background:transparent;font-size:11px;line-height:1.35}.profile-reorder-hint[hidden]{display:none!important}.profile-reorder-hint svg{width:15px;height:15px;flex:0 0 15px;color:currentColor}:is(#profile-grid,#profile-likes-grid).is-reordering{user-select:none;-webkit-user-select:none}:is(#profile-grid,#profile-likes-grid).is-reordering .add-work-card{display:none!important}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card{position:relative;cursor:grab!important;transition:border-color .16s ease,box-shadow .16s ease,opacity .12s ease!important;border-color:color-mix(in srgb,var(--t-text) 10%,var(--t-border))!important;transform:none!important}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card:hover{transform:none!important;border-color:color-mix(in srgb,var(--t-text) 18%,var(--t-border))!important;box-shadow:none!important}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card>*:not(.profile-reorder-handle){pointer-events:none!important}.profile-reorder-handle{position:absolute;z-index:34;top:10px;left:10px;width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:9px;padding:0;color:rgba(255,255,255,.86);background:rgba(8,9,14,.72);box-shadow:0 4px 14px rgba(0,0,0,.14);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:grab;touch-action:none;opacity:.86;transition:opacity .16s ease,background .16s ease,border-color .16s ease}.profile-reorder-handle::before{content:"";width:14px;height:14px;background-image:radial-gradient(circle,currentColor 1.15px,transparent 1.35px);background-size:5px 5px;background-position:0 0}.profile-reorder-handle:hover{opacity:1;border-color:rgba(255,255,255,.26);background:rgba(8,9,14,.82)}[data-theme=light] .profile-reorder-handle{color:rgba(51,65,85,.78);border-color:rgba(15,23,42,.12);background:rgba(255,255,255,.86);box-shadow:0 4px 14px rgba(15,23,42,.07)}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card.is-reorder-placeholder{opacity:.20!important;border-color:color-mix(in srgb,var(--ac) 42%,var(--t-border))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ac) 22%,transparent)!important}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card.is-reorder-placeholder .profile-reorder-handle{opacity:0}.profile-reorder-ghost{position:fixed!important;z-index:9998!important;margin:0!important;pointer-events:none!important;overflow:hidden!important;border:1px solid color-mix(in srgb,var(--ac) 48%,var(--t-border))!important;border-radius:12px!important;background:var(--t-card)!important;box-shadow:0 20px 54px rgba(0,0,0,.34),0 0 0 1px color-mix(in srgb,var(--ac) 18%,transparent)!important;opacity:.96!important;transform-origin:center center!important;will-change:left,top,transform!important}.profile-reorder-ghost .profile-reorder-handle{display:none!important}.profile-reorder-ghost .card-thumb{position:relative!important;aspect-ratio:4 / 3!important;overflow:hidden!important}.profile-reorder-ghost .card-thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transform:none!important}.profile-reorder-ghost .card-overlay{opacity:0!important}.profile-reorder-ghost .card-badge{pointer-events:none!important}body.profile-reorder-dragging{cursor:grabbing!important}body.profile-reorder-dragging *{cursor:grabbing!important}body.profile-reorder-dragging{overscroll-behavior:contain}body.profile-preview-mode .profile-reorder-button,body.profile-preview-mode .profile-reorder-actions,body.profile-preview-mode .profile-reorder-hint{display:none!important}@media(pointer:coarse){:is(#profile-grid,#profile-likes-grid).is-reordering .post-card{cursor:default!important}.profile-reorder-handle{opacity:.94}}@media(max-width:720px){.profile-reorder-button{width:30px;padding:0}.profile-reorder-button span{display:none}.profile-reorder-cancel,.profile-reorder-save{min-height:30px;padding-inline:8px}.profile-reorder-hint{margin-top:0;font-size:11px}.profile-reorder-handle{top:8px;left:8px;width:28px;height:28px}}.profile-status-menu.profile-now-menu{width:330px!important;max-width:calc(100vw - 24px)!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:3px!important;padding:7px!important}.profile-status-menu.profile-now-menu[hidden]{display:none!important}.profile-status-menu.profile-now-menu .profile-now-menu__heading{grid-column:1 / -1!important;padding:4px 7px 6px!important}.profile-status-menu.profile-now-menu button{width:100%!important;min-width:0!important;min-height:34px!important;margin:0!important;padding:0 24px 0 8px!important;gap:6px!important;white-space:nowrap!important;overflow:hidden!important}.profile-status-menu.profile-now-menu button>span:last-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.profile-status-menu.profile-now-menu .profile-now-menu__symbol{width:16px!important;min-width:16px!important;font-size:12px!important}.profile-status-menu.profile-now-menu button.is-active::after{right:8px!important}@media(max-width:420px){.profile-status-menu.profile-now-menu{width:calc(100vw - 20px)!important}}:is(#profile-grid,#profile-likes-grid).post-grid--likes{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:12px!important;justify-content:stretch!important;align-items:start!important}:is(#profile-grid,#profile-likes-grid).post-grid--likes>.post-card{width:100%!important;min-width:0!important}.profile-grid-section.is-likes-view .profile-reorder-button,.profile-grid-section.is-likes-view .profile-reorder-actions,.profile-grid-section.is-likes-view .profile-sort,.profile-grid-section.is-likes-view .profile-reorder-hint{display:none!important}@media(max-width:520px){:is(#profile-grid,#profile-likes-grid).post-grid--likes{grid-template-columns:1fr!important;gap:10px!important}}#profile-likes-grid[hidden],#profile-likes-demo-loader[hidden],#profile-likes-demo-sentinel[hidden]{display:none!important}#profile-likes-demo-loader{display:none;width:100%;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-top:12px;align-items:start;overflow-anchor:none}#profile-likes-demo-loader.is-visible{display:grid}#profile-likes-demo-sentinel{width:100%;height:1px;overflow-anchor:none}#profile-likes-demo-loader .profile-likes-skeleton{width:100%;min-width:0;aspect-ratio:4 / 3;border-radius:12px}#profile-likes-demo-loader .profile-demo-skeleton__media::before{inset:10px;border-radius:14px}#profile-likes-demo-loader .profile-demo-skeleton__icon-wrap{width:46px;height:46px;border-radius:15px}#profile-likes-demo-loader .profile-demo-skeleton__icon{width:21px;height:21px}@media(max-width:520px){#profile-likes-demo-loader{grid-template-columns:1fr!important;gap:10px}}#profile-grid[hidden],#profile-likes-grid[hidden],#profile-demo-loader[hidden],#profile-demo-sentinel[hidden],#profile-likes-demo-loader[hidden],#profile-likes-demo-sentinel[hidden]{display:none!important}#profile-likes-grid.post-grid--likes{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:12px!important}#profile-likes-grid.post-grid--likes>.post-card{width:100%!important;min-width:0!important;max-width:none!important}@media(max-width:520px){#profile-likes-grid.post-grid--likes{grid-template-columns:1fr!important;gap:10px!important}}#profile-likes-demo-loader,#profile-likes-demo-sentinel{display:none!important}#profile-likes-load-more-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;padding:28px 0 8px}#profile-likes-load-more-wrap[hidden]{display:none!important}#profile-likes-load-more{min-width:148px;height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid color-mix(in srgb,var(--t-text) 12%,var(--t-border));border-radius:10px;background:color-mix(in srgb,var(--t-card) 92%,var(--t-text) 8%);color:color-mix(in srgb,var(--t-text) 90%,var(--t-muted));font-size:13px;font-weight:650;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}#profile-likes-load-more:hover:not(:disabled){background:color-mix(in srgb,var(--t-card) 86%,var(--t-text) 14%);border-color:color-mix(in srgb,var(--t-text) 20%,var(--t-border));color:var(--t-text)}#profile-likes-load-more:disabled{cursor:default;opacity:.62}#profile-likes-load-more .likes-load-spinner{width:13px;height:13px;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;animation:likes-load-spin .7s linear infinite}@keyframes likes-load-spin{to{transform:rotate(360deg)}}#profile-likes-load-more-count{color:color-mix(in srgb,var(--t-muted) 88%,var(--t-text));font-size:11.5px;font-weight:500;line-height:1.2}[data-theme=light] #profile-likes-load-more{background:#fff;border-color:#dce2eb;color:#424b5a}[data-theme=light] #profile-likes-load-more:hover:not(:disabled){background:#f7f9fc;border-color:#cbd4e0;color:#111827}@media(max-width:520px){#profile-likes-load-more-wrap{padding-top:22px}#profile-likes-load-more{min-width:142px;height:38px}}#profile-achievements-panel[hidden]{display:none!important}.profile-grid-section[hidden]{display:none!important}#profile-achievements-panel{width:min(100%,1480px);margin:0 auto;padding:22px 0 64px}.achv-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.achv-head__eyebrow{margin:0 0 5px;color:var(--t-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.achv-head h2{margin:0;color:var(--t-text);font-size:24px;font-weight:650;letter-spacing:-.035em}.achv-head__copy{max-width:560px;margin:7px 0 0;color:color-mix(in srgb,var(--t-text) 58%,var(--t-muted));font-size:13px;line-height:1.5}.achv-add{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;padding:0 13px;color:var(--t-text);background:color-mix(in srgb,var(--t-text) 7%,transparent);border:1px solid color-mix(in srgb,var(--t-text) 10%,var(--t-border));border-radius:10px;font-size:12px;font-weight:650;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.achv-add:hover{background:color-mix(in srgb,var(--t-text) 11%,transparent);border-color:color-mix(in srgb,var(--t-text) 16%,var(--t-border))}.achv-add:active{transform:scale(.98)}.achv-add svg{width:14px;height:14px}.achv-overview{position:relative;display:grid;grid-template-columns:minmax(210px,.72fr) minmax(0,1.7fr);gap:18px;min-height:180px;margin-bottom:18px;overflow:hidden;background:color-mix(in srgb,var(--t-card) 94%,var(--t-text) 6%);border:1px solid var(--t-border);border-radius:18px}.achv-overview::before{content:"";position:absolute;width:420px;height:300px;left:-120px;top:-180px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,color-mix(in srgb,#d4a544 17%,transparent),transparent 68%);filter:blur(8px)}.achv-total{position:relative;display:flex;flex-direction:column;justify-content:center;padding:28px 30px;border-right:1px solid var(--t-border)}.achv-total__num{color:var(--t-text);font-size:58px;font-weight:700;letter-spacing:-.07em;line-height:.9}.achv-total__label{margin-top:9px;color:var(--t-text);font-size:13px;font-weight:650}.achv-total__sub{margin-top:4px;color:var(--t-muted);font-size:11px}.achv-overview__right{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.achv-stat{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:26px 24px}.achv-stat+.achv-stat{border-left:1px solid var(--t-border)}.achv-stat__num{color:var(--t-text);font-size:23px;font-weight:680;letter-spacing:-.04em}.achv-stat__label{margin-top:6px;color:var(--t-muted);font-size:11px;line-height:1.3}.achv-stat__mini-ribbons{display:flex;align-items:flex-start;gap:5px;margin-top:13px;height:33px;overflow:hidden}.achv-stat__mini-ribbons i{width:20px;height:31px;display:block;flex:0 0 20px;background:var(--c);clip-path:polygon(0 0,100% 0,100% 100%,50% 78%,0 100%)}.achv-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:6px 0 14px}.achv-toolbar h3{margin:0;color:var(--t-text);font-size:14px;font-weight:650;letter-spacing:-.015em}.achv-segments{display:inline-flex;padding:3px;background:color-mix(in srgb,var(--t-text) 5%,transparent);border:1px solid var(--t-border);border-radius:10px}.achv-segment{min-height:29px;padding:0 11px;color:var(--t-muted);background:transparent;border:0;border-radius:7px;font-size:11px;font-weight:600;cursor:pointer;transition:color .15s ease,background .15s ease}.achv-segment:hover{color:var(--t-text)}.achv-segment.is-active{color:var(--t-text);background:color-mix(in srgb,var(--t-text) 9%,transparent)}.achv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.achv-grid .award-mini{min-height:222px;padding:0 18px 18px;border-radius:15px;transform:none!important}.achv-grid .award-mini[hidden]{display:none!important}.achv-grid .award-mini::before{top:-104px;width:260px;height:190px;opacity:.48;animation:none;filter:blur(11px)}.achv-grid .award-mini:hover::before,.achv-grid .award-mini:focus-visible::before{opacity:.78}.achv-grid .ribbon-stack{width:52px;height:88px;flex-basis:88px}.achv-grid .award-ribbon{width:52px;height:80px;padding-top:19px;font-size:17px;letter-spacing:0;transition:height .34s cubic-bezier(.22,1,.36,1)}.achv-grid .award-mini:hover .award-ribbon,.achv-grid .award-mini:focus-visible .award-ribbon{height:86px}.achv-grid .ribbon-echo{display:none}.achv-grid .award-count{min-width:0;height:auto;margin:4px 0 11px;padding:0;color:color-mix(in srgb,var(--t-text) 72%,var(--t-muted));background:transparent;border:0;border-radius:0;font-size:11px;font-weight:650}.achv-grid .award-count[data-single="1"]{visibility:hidden}.achv-grid .award-title{font-size:14px}.achv-grid .award-platform{margin-top:5px;font-size:11px;color:var(--t-muted)}.achv-grid .award-date-mini{margin-top:7px;font-size:10px;color:color-mix(in srgb,var(--t-muted) 78%,transparent)}.achv-kind{position:absolute;top:12px;right:12px;padding:4px 7px;color:var(--t-muted);background:color-mix(in srgb,var(--t-text) 5%,transparent);border:1px solid var(--t-border);border-radius:999px;font-size:9px;font-weight:650;letter-spacing:.01em}.achv-empty{display:none;min-height:160px;place-items:center;color:var(--t-muted);border:1px dashed var(--t-border);border-radius:15px;font-size:12px}.achv-empty.is-visible{display:grid}[data-theme=light] .achv-overview{background:#fff}[data-theme=light] .achv-add{background:#fff;border-color:#dce3ec}[data-theme=light] .achv-add:hover{background:#f6f8fb}[data-theme=light] .achv-segments{background:#f5f7fa;border-color:#dde3eb}[data-theme=light] .achv-segment.is-active{background:#fff;box-shadow:0 1px 3px rgba(35,55,85,.08)}[data-theme=light] .achv-kind{background:#f6f8fb;border-color:#e0e6ee}@media(max-width:900px){#profile-achievements-panel{padding-top:18px}.achv-overview{grid-template-columns:180px 1fr}.achv-total{padding:24px 22px}.achv-total__num{font-size:48px}.achv-stat{padding:22px 16px}.achv-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media(max-width:640px){#profile-achievements-panel{padding:14px 0 48px}.achv-head{align-items:center;margin-bottom:14px}.achv-head__eyebrow,.achv-head__copy{display:none}.achv-head h2{font-size:18px}.achv-add{height:34px;padding:0 10px;font-size:11px}.achv-overview{grid-template-columns:1fr;min-height:0;border-radius:14px}.achv-total{min-height:124px;border-right:0;border-bottom:1px solid var(--t-border);padding:21px 22px}.achv-total__num{font-size:44px}.achv-overview__right{grid-template-columns:repeat(3,1fr)}.achv-stat{min-height:86px;padding:15px 12px}.achv-stat__num{font-size:19px}.achv-stat__mini-ribbons{display:none}.achv-toolbar{align-items:flex-start;flex-direction:column;margin-top:18px}.achv-segments{width:100%}.achv-segment{flex:1;padding:0 7px}.achv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.achv-grid .award-mini{min-height:196px;padding:0 10px 14px;border-radius:12px}.achv-grid .award-title{font-size:12px}.achv-grid .award-platform{font-size:10px}.achv-grid .award-date-mini{display:none}.achv-kind{top:9px;right:9px;font-size:8px;padding:3px 5px}}#profile-achievements-panel{width:min(100%,var(--profile-max))!important;margin-inline:auto!important;--achv-tone:48,53,67;--achv-accent:94,103,125}#profile-achievements-panel[data-cover-tone=default]{--achv-tone:48,53,67;--achv-accent:94,103,125}#profile-achievements-panel[data-cover-tone=graphite]{--achv-tone:64,70,84;--achv-accent:116,125,145}#profile-achievements-panel[data-cover-tone=indigo]{--achv-tone:55,65,132;--achv-accent:103,116,210}#profile-achievements-panel[data-cover-tone=ocean]{--achv-tone:25,87,112;--achv-accent:63,148,180}#profile-achievements-panel[data-cover-tone=forest]{--achv-tone:38,86,70;--achv-accent:75,145,118}#profile-achievements-panel[data-cover-tone=violet]{--achv-tone:91,57,119;--achv-accent:148,96,181}#profile-achievements-panel[data-cover-tone=rose]{--achv-tone:119,55,82;--achv-accent:177,91,125}#profile-achievements-panel[data-cover-tone=amber]{--achv-tone:119,85,39;--achv-accent:178,132,65}#profile-achievements-panel[data-cover-tone=steel]{--achv-tone:73,85,101;--achv-accent:125,141,161}#profile-achievements-panel[data-cover-tone=neon]{--achv-tone:27,94,101;--achv-accent:62,163,170}#profile-achievements-panel[data-cover-tone=sunset]{--achv-tone:126,61,53;--achv-accent:188,101,80}#profile-achievements-panel[data-cover-tone=cosmic]{--achv-tone:74,57,126;--achv-accent:129,101,193}.achv-head__copy--visitor{display:none}body.profile-preview-mode .achv-head__copy--owner{display:none}body.profile-preview-mode .achv-head__copy--visitor{display:block}html:not([data-theme=light]) .achv-overview,body:not([data-theme=light]) .achv-overview{background:linear-gradient(135deg,rgba(var(--achv-tone),.19) 0%,rgba(var(--achv-tone),.08) 40%,rgba(11,12,18,.94) 100%)!important;border-color:rgba(var(--achv-tone),.30)!important}.achv-overview::before{width:460px!important;height:330px!important;left:-135px!important;top:-195px!important;background:radial-gradient(circle,rgba(var(--achv-accent),.25) 0%,rgba(var(--achv-accent),.10) 42%,transparent 70%)!important;filter:blur(10px)!important}html:not([data-theme=light]) .achv-total,body:not([data-theme=light]) .achv-total{background:linear-gradient(145deg,rgba(var(--achv-accent),.055),transparent 62%)}html:not([data-theme=light]) .achv-segments,body:not([data-theme=light]) .achv-segments{background:rgba(var(--achv-tone),.10)!important;border-color:rgba(var(--achv-tone),.31)!important}html:not([data-theme=light]) .achv-segment.is-active,body:not([data-theme=light]) .achv-segment.is-active{color:var(--t-text)!important;background:rgba(var(--achv-accent),.16)!important}html:not([data-theme=light]) .achv-segment:hover,body:not([data-theme=light]) .achv-segment:hover{background:rgba(var(--achv-accent),.09)}[data-theme=light] .achv-overview{background:linear-gradient(135deg,rgba(var(--achv-tone),.075) 0%,rgba(var(--achv-tone),.025) 38%,#fff 78%)!important;border-color:color-mix(in srgb,rgb(var(--achv-tone)) 18%,#dde3eb)!important}[data-theme=light] .achv-overview::before{background:radial-gradient(circle,rgba(var(--achv-accent),.15) 0%,rgba(var(--achv-accent),.055) 44%,transparent 72%)!important}[data-theme=light] .achv-segments{background:rgba(var(--achv-tone),.045)!important;border-color:color-mix(in srgb,rgb(var(--achv-tone)) 15%,#dde3eb)!important}[data-theme=light] .achv-segment.is-active{color:#202737!important;background:rgba(var(--achv-accent),.10)!important;box-shadow:none!important}@media(max-width:640px){html:not([data-theme=light]) .achv-segments,body:not([data-theme=light]) .achv-segments{background:rgba(var(--achv-tone),.14)!important;border-color:rgba(var(--achv-tone),.36)!important}html:not([data-theme=light]) .achv-segment.is-active,body:not([data-theme=light]) .achv-segment.is-active{background:rgba(var(--achv-accent),.22)!important}[data-theme=light] .achv-segments{background:rgba(var(--achv-tone),.06)!important}[data-theme=light] .achv-segment.is-active{background:rgba(var(--achv-accent),.13)!important}}#profile-achievements-panel .achv-head__copy{color:color-mix(in srgb,var(--t-muted) 82%,var(--t-text) 18%)!important;font-size:12.5px!important;line-height:1.55!important;opacity:.82}[data-theme=light] #profile-achievements-panel .achv-head__copy{color:color-mix(in srgb,var(--t-muted) 88%,var(--t-text) 12%)!important;opacity:.78}.achv-stat__label-short{display:none}@media(max-width:900px){.achv-stat__label-full{display:none}.achv-stat__label-short{display:inline}.achv-stat__label{white-space:nowrap}}#profile-achievements-panel{--achv-grid-divider: color-mix(in srgb, rgb(var(--achv-tone)) 16%, #1f2230)}[data-theme=light] #profile-achievements-panel{--achv-grid-divider: color-mix(in srgb, rgb(var(--achv-tone)) 12%, #d1d5db)}@media(min-width:641px){#profile-achievements-panel .achv-total{border-right-color:var(--achv-grid-divider)!important}#profile-achievements-panel .achv-stat+.achv-stat{border-left-color:var(--achv-grid-divider)!important}}@media(max-width:640px){#profile-achievements-panel .achv-overview{grid-template-columns:1fr!important;gap:0!important;row-gap:0!important}#profile-achievements-panel .achv-total{min-height:124px!important;padding:21px 22px!important;border-right:0!important;border-bottom:1px solid var(--achv-grid-divider)!important;box-sizing:border-box!important}#profile-achievements-panel .achv-overview__right{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;min-height:96px!important;border:0!important;background-image:none!important}#profile-achievements-panel .achv-overview__right::before,#profile-achievements-panel .achv-overview__right::after{content:none!important;display:none!important}#profile-achievements-panel .achv-stat{min-width:0!important;min-height:96px!important;padding:18px 16px 18px 22px!important;border:0!important;box-sizing:border-box!important}#profile-achievements-panel .achv-stat+.achv-stat{border-left:1px solid var(--achv-grid-divider)!important}}@media(max-width:380px){#profile-achievements-panel .achv-stat{padding-left:18px!important;padding-right:10px!important}#profile-achievements-panel .achv-stat:first-child{padding-left:22px!important}}#profile-achievements-panel .achv-add{color:color-mix(in srgb,var(--t-text) 92%,rgb(var(--achv-accent)) 8%)!important;background:rgba(var(--achv-tone),.075)!important;border-color:rgba(var(--achv-tone),.24)!important;box-shadow:none!important}#profile-achievements-panel .achv-add svg{color:color-mix(in srgb,var(--t-text) 82%,rgb(var(--achv-accent)) 18%)!important}#profile-achievements-panel .achv-add:hover{background:rgba(var(--achv-tone),.13)!important;border-color:rgba(var(--achv-accent),.30)!important}#profile-achievements-panel .achv-add:focus-visible{outline:none!important;border-color:rgba(var(--achv-accent),.34)!important;box-shadow:0 0 0 2px rgba(var(--achv-accent),.08)!important}[data-theme=light] #profile-achievements-panel .achv-add{color:color-mix(in srgb,#202737 94%,rgb(var(--achv-accent)) 6%)!important;background:rgba(var(--achv-tone),.035)!important;border-color:color-mix(in srgb,rgb(var(--achv-tone)) 12%,#dce3ec)!important}[data-theme=light] #profile-achievements-panel .achv-add svg{color:color-mix(in srgb,#465064 86%,rgb(var(--achv-accent)) 14%)!important}[data-theme=light] #profile-achievements-panel .achv-add:hover{background:rgba(var(--achv-tone),.07)!important;border-color:color-mix(in srgb,rgb(var(--achv-accent)) 18%,#d5dce6)!important}@media(max-width:640px){#profile-achievements-panel .achv-add{background:rgba(var(--achv-tone),.06)!important;border-color:rgba(var(--achv-tone),.21)!important}#profile-achievements-panel .achv-add:hover{background:rgba(var(--achv-tone),.105)!important;border-color:rgba(var(--achv-accent),.26)!important}[data-theme=light] #profile-achievements-panel .achv-add{background:rgba(var(--achv-tone),.028)!important;border-color:color-mix(in srgb,rgb(var(--achv-tone)) 10%,#dce3ec)!important}}@media(max-width:410px){.profile-tab[data-profile-tab=likes] .profile-tab-heart-outline{display:none!important}}@media(max-width:680px){.profile-interests-mobile-compact{position:relative!important;min-height:30px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 32px!important;border:0!important;border-radius:0!important;background:transparent!important}.profile-interests-mobile-label{flex:0 0 auto!important}.profile-interests-mobile-open{flex:0 1 auto!important;width:auto!important;max-width:calc(100% - 76px)!important;justify-content:center!important;text-align:center!important}.profile-interests-mobile-tags{justify-content:center!important}.profile-interests-mobile-edit{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important}}@media(max-width:390px){.profile-interests-mobile-compact{gap:5px!important;padding-inline:28px!important}.profile-interests-mobile-open{max-width:calc(100% - 66px)!important}}.profile-interests-mobile-compact{display:none!important}#profile-interests{min-width:0!important;max-width:100%!important;display:flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:5px!important;overflow:visible!important;transition:none!important}#profile-interests>.profile-interests__label{display:inline-flex!important;flex:0 0 auto!important;align-items:center!important;white-space:nowrap!important}#profile-interests>.profile-interests__tags{width:auto!important;min-width:0!important;max-width:none!important;flex:0 1 auto!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:5px!important;overflow:visible!important}#profile-interests>.profile-interests__edit{position:static!important;inset:auto!important;transform:none!important;margin:0!important;display:inline-flex!important;flex:0 0 26px!important;align-items:center!important;justify-content:center!important}body.profile-preview-mode #profile-interests>.profile-interests__edit{display:none!important}#profile-interests .profile-interest-tag,#profile-interests .profile-interests-responsive-more{flex:0 0 auto!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important;transition:none!important}#profile-interests .profile-interest-tag{height:24px!important;min-height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding-top:0!important;padding-bottom:0!important;line-height:24px!important}#profile-interests .profile-interest-tag[data-v35-hidden=true]{display:none!important}#profile-interests .profile-interests-responsive-more{height:24px!important;min-width:27px!important;padding:0 7px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid color-mix(in srgb,var(--profile-control-border) 92%,transparent)!important;border-radius:999px!important;color:color-mix(in srgb,var(--profile-control-text) 92%,var(--profile-control-muted))!important;background:color-mix(in srgb,var(--profile-control-bg) 74%,transparent)!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important;cursor:pointer!important}#profile-interests .profile-interests-responsive-more[hidden]{display:none!important}#profile-interests:not([data-v35-ready=true]){visibility:hidden!important}.profile-interests-v35-popover{position:absolute;z-index:100;top:calc(100% + 8px);left:50%;width:min(320px,calc(100vw - 30px));padding:12px;display:block;transform:translateX(-50%) translateY(-4px);border:1px solid #252a38;border-radius:14px;background:#0b0d14;box-shadow:0 18px 52px rgba(0,0,0,.44);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}[data-theme=light] .profile-interests-v35-popover{border-color:#d9dee8;background:#fff;box-shadow:0 18px 44px rgba(31,43,68,.18)}.profile-interests-v35-popover.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.profile-interests-v35-popover__head{min-height:26px;margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-interests-v35-popover__title{color:var(--t-text);font-size:11px;font-weight:700}.profile-interests-v35-popover__edit{min-height:25px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--t-border);border-radius:7px;color:var(--t-muted);background:var(--t-elevated);font-size:9px;font-weight:650;cursor:pointer}body.profile-preview-mode .profile-interests-v35-popover__edit{display:none!important}.profile-interests-v35-popover__tags{display:flex;flex-wrap:wrap;gap:6px}.profile-interests-v35-popover__tags .profile-interest-tag{height:25px!important;min-height:25px!important;padding-inline:8px!important;font-size:9.5px!important;line-height:25px!important}@media(min-width:1081px){#profile-interests{flex:1 1 430px!important;width:auto!important;justify-content:flex-start!important}}@media(min-width:681px)and (max-width:1080px){#profile-interests{width:100%!important;flex:1 1 100%!important;justify-content:flex-start!important}}@media(max-width:680px){#profile-interests{position:relative!important;width:100%!important;max-width:430px!important;min-height:28px!important;margin:0 auto!important;padding:0!important;flex:0 0 auto!important;justify-content:center!important;gap:5px!important;border:0!important;background:transparent!important}#profile-interests>.profile-interests__tags{gap:4px!important}#profile-interests .profile-interest-tag{padding-inline:7px!important;font-size:9px!important}#profile-interests>.profile-interests__label{font-size:9.5px!important}#profile-interests>.profile-interests__edit{width:26px!important;height:26px!important;min-height:26px!important;flex-basis:26px!important}}@media(max-width:390px){#profile-interests{gap:4px!important}#profile-interests>.profile-interests__tags{gap:3px!important}#profile-interests .profile-interest-tag{padding-inline:6px!important;font-size:8.8px!important}#profile-interests>.profile-interests__label{font-size:9px!important}}@media(min-width:1181px){body:not(.profile-interests-layout-shift) .profile-overview{gap:9px!important}body:not(.profile-interests-layout-shift) .profile-side{width:330px!important;min-width:330px!important;max-width:330px!important;gap:10px!important}body:not(.profile-interests-layout-shift) .profile-stats{width:100%!important;min-width:330px!important;max-width:330px!important;min-height:62px!important;height:auto!important;align-self:stretch!important;justify-self:stretch!important;margin:0!important;padding:0!important}body:not(.profile-interests-layout-shift) .profile-stats>*{min-height:62px!important;height:62px!important;padding-inline:8px!important}body:not(.profile-interests-layout-shift) .profile-stats .stat-num{font-size:16.5px!important;line-height:1!important}body:not(.profile-interests-layout-shift) .profile-stats .stat-label{margin-top:5px!important;font-size:9px!important;line-height:1!important}.profile-connect-row{column-gap:8px!important}.profile-connect-row .profile-socials{margin-left:auto!important;margin-right:0!important}}@media(max-width:680px){#profile-interests .profile-interest-tag{padding-left:11px!important;padding-right:11px!important}#profile-interests .profile-interests-responsive-more{padding-left:10px!important;padding-right:10px!important}}@media(max-width:390px){#profile-interests .profile-interest-tag{padding-left:11px!important;padding-right:11px!important}#profile-interests .profile-interests-responsive-more{padding-left:10px!important;padding-right:10px!important}}@media(min-width:1081px){body:not(.profile-interests-layout-shift) .profile-overview{gap:18px!important;column-gap:18px!important}}@media(min-width:1081px){body:not(.profile-interests-layout-shift) .profile-overview{gap:14px!important;column-gap:14px!important}}@media(min-width:681px)and (max-width:1080px){.profile-socials-tablet-slot{position:relative!important;top:4px!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-socials-tablet-slot{position:relative!important;top:4px!important}}@media(max-width:1080px){.profile-overview{margin-top:0!important;padding-top:30px!important}}@media(max-width:720px){.profile-overview{margin-top:0!important;padding-top:22px!important}}@media(min-width:681px)and (max-width:1080px){.profile-socials-tablet-slot{position:relative!important;top:10px!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-socials-tablet-slot{position:relative!important;top:10px!important}}@media(min-width:681px)and (max-width:1080px){.profile-socials-tablet-slot{position:relative!important;top:12px!important}.profile-side{row-gap:7px!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-socials-tablet-slot{position:relative!important;top:12px!important}body.profile-interests-layout-shift .profile-side{row-gap:7px!important}}@media(min-width:681px)and (max-width:1080px){.profile-overview{row-gap:12px!important;gap:12px!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-overview{row-gap:12px!important;gap:12px!important}}.profile-role [data-profile-role-separator]{display:none!important}.profile-role .profile-handle-copy{margin-left:6px!important}.profile-interests-v35-popover__edit,.profile-interests-mobile-popover__edit{transition:color .16s ease,background-color .16s ease,border-color .16s ease!important}.profile-interests-v35-popover__edit:hover,.profile-interests-v35-popover__edit:focus-visible,.profile-interests-mobile-popover__edit:hover,.profile-interests-mobile-popover__edit:focus-visible{color:var(--ac-l)!important;background:color-mix(in srgb,var(--ac) 11%,var(--t-card))!important;border-color:color-mix(in srgb,var(--ac) 34%,var(--t-border))!important;outline:none!important}@media(max-width:1080px){.profile-overview{margin-top:0!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-overview{margin-top:0!important;padding-top:30px!important}}.profile-interests-options button::after{content:""!important;position:absolute!important;right:14px!important;top:50%!important;width:5px!important;height:9px!important;border:0!important;border-right:1.5px solid var(--ac-l)!important;border-bottom:1.5px solid var(--ac-l)!important;border-radius:0!important;background:transparent!important;opacity:0!important;transform:translateY(-58%) rotate(45deg)!important;box-shadow:none!important}.profile-interests-options button.is-selected::after{content:""!important;opacity:.88!important;background:transparent!important;color:transparent!important}.profile-status-menu.profile-now-menu button.is-active::after{content:""!important;position:absolute!important;right:11px!important;top:50%!important;width:5px!important;height:9px!important;border:0!important;border-right:1.5px solid var(--t-subtle)!important;border-bottom:1.5px solid var(--t-subtle)!important;background:transparent!important;transform:translateY(-58%) rotate(45deg)!important;font-size:0!important;box-shadow:none!important}.profile-status-menu.profile-now-menu button{margin:1px 0!important}@media(max-width:600px){.profile-cover-modal{align-items:center!important;justify-content:center!important;padding:12px!important}.profile-cover-dialog{width:min(100%,620px)!important;max-height:calc(100dvh - 24px)!important;margin:auto!important}}.profile-social-icon,.profile-action,.profile-interests__edit,.profile-interests-v35-popover__edit,.profile-interests-mobile-popover__edit,.profile-interests-responsive-more,.profile-interest-tag,.profile-header-cover,.profile-header-preview,.profile-now,.profile-status-menu.profile-now-menu button,.profile-interests-options button,.profile-avatar,.profile-tab,.profile-handle-copy,.profile-page-handle{transition-duration:160ms!important;transition-timing-function:ease!important}.profile-action--secondary:hover,.profile-interests__edit:hover,.profile-interests-v35-popover__edit:hover,.profile-interests-mobile-popover__edit:hover,.profile-interests-responsive-more:hover,.profile-header-cover:hover,.profile-header-preview:hover{color:color-mix(in srgb,var(--t-text) 86%,var(--ac-l) 14%)!important;background:color-mix(in srgb,var(--t-hover) 86%,var(--ac) 14%)!important;border-color:color-mix(in srgb,var(--t-border) 78%,var(--ac) 22%)!important}#profile-interests .profile-interests-responsive-more{transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease,transform 160ms ease!important}#profile-interests .profile-interests-responsive-more:hover,#profile-interests .profile-interests-responsive-more:focus-visible{color:var(--ac-l)!important;background:color-mix(in srgb,var(--ac) 9%,var(--profile-control-bg))!important;border-color:color-mix(in srgb,var(--ac) 28%,var(--profile-control-border))!important;transform:translateY(-1px)}#profile-interests .profile-interest-tag,.profile-interests-options button{line-height:1!important}#profile-interests .profile-interest-tag{padding-top:1px!important}.profile-now .profile-availability__chevron{opacity:.52!important;transition:opacity 160ms ease,color 160ms ease!important}.profile-now:hover .profile-availability__chevron,.profile-now:focus-visible .profile-availability__chevron{opacity:.9!important}.profile-now:hover,.profile-now:focus-visible{color:color-mix(in srgb,var(--profile-control-text) 88%,var(--ac-l) 12%)!important}.profile-overview .profile-avatar{transition:box-shadow 160ms ease,border-color 160ms ease,filter 160ms ease!important}.profile-overview .profile-avatar:hover,.profile-overview .profile-avatar:focus-visible{box-shadow:0 0 0 5px color-mix(in srgb,var(--profile-adaptive-ring) 76%,rgba(255,255,255,.15) 24%)!important;filter:brightness(1.025)}.profile-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}.profile-stats>*{display:flex!important;min-width:0!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.profile-overview .profile-stats>*+*{border-left-color:color-mix(in srgb,var(--profile-adaptive-border) 76%,transparent 24%)!important}.profile-action svg{position:relative;top:.5px;flex:0 0 auto}.profile-action{line-height:1!important}.profile-interests-v35-popover{padding-top:10px!important;padding-bottom:10px!important}.profile-interests-v35-popover__head{margin-bottom:7px!important}.profile-interests-mobile-popover{padding-top:10px!important;padding-bottom:10px!important}.profile-status-menu.profile-now-menu button{border:1px solid transparent!important}.profile-status-menu.profile-now-menu button:hover,.profile-status-menu.profile-now-menu button:focus-visible{background:color-mix(in srgb,var(--t-hover) 88%,transparent)!important}.profile-status-menu.profile-now-menu button.is-active{color:color-mix(in srgb,var(--t-text) 88%,var(--ac-l) 12%)!important;background:color-mix(in srgb,var(--t-hover) 78%,var(--ac) 6%)!important;border-color:color-mix(in srgb,var(--t-border) 90%,var(--ac) 10%)!important}@media(max-width:600px){.profile-cover-modal,.profile-interests-modal{padding:12px!important}.profile-cover-dialog,.profile-interests-dialog{max-width:calc(100vw - 24px)!important;margin-inline:auto!important}.profile-status-menu.profile-now-menu{max-width:calc(100vw - 24px)!important}}.profile-social-icon:focus-visible,.profile-action:focus-visible,.profile-interests__edit:focus-visible,.profile-interests-v35-popover__edit:focus-visible,.profile-interests-mobile-popover__edit:focus-visible,.profile-interests-responsive-more:focus-visible,.profile-interest-tag:focus-visible,.profile-header-cover:focus-visible,.profile-header-preview:focus-visible,.profile-now:focus-visible,.profile-status-menu.profile-now-menu button:focus-visible,.profile-interests-options button:focus-visible,.profile-avatar:focus-visible,.profile-tab:focus-visible,.profile-handle-copy:focus-visible,.profile-page-handle:focus-visible{outline:2px solid color-mix(in srgb,var(--ac) 56%,transparent)!important;outline-offset:2px!important}.profile-overview,.profile-side,.profile-socials-tablet-slot,.profile-actions,.profile-stats,#profile-interests{transition:gap 140ms ease,padding 140ms ease,margin 140ms ease!important}html.is-resizing .profile-overview,html.is-resizing .profile-side,html.is-resizing .profile-socials-tablet-slot,html.is-resizing .profile-actions,html.is-resizing .profile-stats,html.is-resizing #profile-interests{transition:none!important}@media(min-width:681px)and (max-width:1080px){.profile-overview{row-gap:12px!important}.profile-side{align-content:end!important}}@media(min-width:1081px){body.profile-interests-layout-shift .profile-overview{row-gap:12px!important}}@media(prefers-reduced-motion:reduce){.profile-overview,.profile-side,.profile-socials-tablet-slot,.profile-actions,.profile-stats,#profile-interests,.profile-social-icon,.profile-action,.profile-now,.profile-status-menu.profile-now-menu button{transition:none!important}}.profile-role .profile-handle-copy{margin-right:0!important}@media(max-width:420px){#profile-interests .profile-interest-tag,.profile-interests-v35-popover__tags .profile-interest-tag{padding-left:9px!important;padding-right:9px!important}#profile-interests .profile-interests-responsive-more{padding-left:8px!important;padding-right:8px!important}}html[data-theme=light] .profile-tabs{background:rgba(255,255,255,.74)!important;background-image:none!important;border-color:rgba(15,23,42,.10)!important;box-shadow:0 2px 12px rgba(73,104,151,.045)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-tab{color:var(--t-muted)!important;background:transparent!important;background-image:none!important;box-shadow:none!important}html[data-theme=light] .profile-tab:hover,html[data-theme=light] .profile-tab:focus-visible{color:var(--t-text)!important;background:rgba(15,23,42,.045)!important}html[data-theme=light] .profile-tab.active{color:color-mix(in srgb,var(--t-text) 88%,var(--ac) 12%)!important;background:rgba(15,23,42,.055)!important;background-image:none!important;border-color:rgba(15,23,42,.08)!important;box-shadow:inset 0 0 0 1px rgba(15,23,42,.035)!important}html[data-theme=light] .profile-header-cover,html[data-theme=light] .profile-header-preview{color:var(--t-muted)!important;background:rgba(255,255,255,.58)!important;border-color:rgba(15,23,42,.10)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-header-cover:hover,html[data-theme=light] .profile-header-preview:hover,html[data-theme=light] .profile-header-preview[aria-pressed=true]{color:var(--t-text)!important;background:rgba(255,255,255,.84)!important;border-color:rgba(15,23,42,.15)!important}#profile-interests.is-empty>.profile-interests__label{display:none!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=indigo] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=ocean] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=forest] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=violet] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 76%,var(--cover-accent) 24%)!important}[data-theme=light] .profile-overview[data-cover-tone=indigo] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=ocean] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=forest] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=violet] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 84%,var(--cover-accent) 16%)!important}#profile-interests.is-empty{width:auto!important;min-width:0!important;min-height:0!important;flex:0 0 auto!important;margin-top:0!important;margin-bottom:0!important;padding:0!important;gap:0!important}#profile-interests.is-empty>.profile-interests__label{display:none!important}#profile-interests.is-empty>.profile-interests__tags{width:auto!important;min-width:0!important;flex:0 0 auto!important;gap:0!important}#profile-interests.is-empty .profile-interests__empty{min-height:0!important;margin:0!important;line-height:1.2!important}.profile-connect-row:has(#profile-interests.is-empty){min-height:0!important;margin-top:6px!important}body.profile-preview-mode #profile-interests.is-empty{display:none!important;min-height:0!important;margin:0!important;padding:0!important}.profile-connect-row:has(#profile-interests.is-empty) .profile-socials{margin-top:0!important;margin-bottom:0!important}#profile-interests.is-empty{gap:6px!important}#profile-interests.is-empty>.profile-interests__tags{gap:0!important}#profile-interests.is-empty>.profile-interests__edit{margin-left:0!important;flex:0 0 26px!important}body.profile-preview-mode .profile-connect-row:has(#profile-interests.is-empty){margin-top:12px!important}body.profile-preview-mode .profile-header-cover[data-owner-only]{display:none!important}body.profile-preview-mode .profile-header-preview{margin-left:auto!important}.profile-interest-categories button.is-active{color:var(--t-text, var(--text))!important;background:color-mix(in srgb,var(--t-elevated, var(--surface-2)) 88%,#273047 12%)!important;box-shadow:none!important}[data-theme=light] .profile-interest-categories button.is-active{background:color-mix(in srgb,var(--t-elevated, var(--surface-2)) 92%,#dce5f5 8%)!important}.profile-interests-close{color:var(--t-muted, var(--muted))!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important;transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease!important}.profile-interests-close:hover,.profile-interests-close:focus-visible{color:var(--t-text, var(--text))!important;background:var(--t-hover, var(--hover))!important;border-color:var(--t-border, var(--border))!important}html:not([data-theme=light]) .profile-interest-categories button.is-active{color:var(--t-text, #e7eaf2)!important;background:color-mix(in srgb,var(--t-elevated, #11141f) 86%,#26324d 14%)!important;border-color:transparent!important;box-shadow:none!important}html:not([data-theme=light]) .profile-interest-categories button.is-active{color:var(--t-text, #eef2fb)!important;background:color-mix(in srgb,var(--t-elevated, #11141f) 78%,#31405f 22%)!important;box-shadow:inset 0 0 0 1px rgba(120,142,184,.10)!important}@media(min-width:1081px){body.profile-interests-layout-shift .profile-stats{height:60px!important;min-height:60px!important;max-height:60px!important;padding:0!important;align-self:end!important;overflow:hidden!important;box-sizing:border-box!important}body.profile-interests-layout-shift .profile-stats>*{height:58px!important;min-height:58px!important;max-height:58px!important;padding-inline:6px!important;box-sizing:border-box!important}body.profile-interests-layout-shift .profile-stats .stat-num{font-size:15.5px!important}body.profile-interests-layout-shift .profile-stats .stat-label{margin-top:4px!important;font-size:9px!important}}html:not([data-theme=light]) .profile-tab:hover,body:not([data-theme=light]) .profile-tab:hover{color:var(--t-text)!important;background:rgba(var(--tabs-tone, 48, 53, 67),.10)!important}html:not([data-theme=light]) .profile-tab.active,body:not([data-theme=light]) .profile-tab.active{color:color-mix(in srgb,rgb(var(--tabs-active, 94, 103, 125)) 42%,var(--t-text) 58%)!important;background:linear-gradient(180deg,rgba(var(--tabs-active, 94, 103, 125),.125),rgba(var(--tabs-active, 94, 103, 125),.060))!important;box-shadow:inset 0 0 0 1px rgba(var(--tabs-active, 94, 103, 125),.070)!important}.fl-overlay{position:fixed!important;inset:0!important;z-index:1000001!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;background:rgba(0,0,0,.48)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}[data-theme=light] .fl-overlay{background:rgba(15,23,42,.28)!important}.fl-box{width:min(100%,440px)!important;max-height:min(640px,calc(100dvh - 32px))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:1px solid var(--t-border)!important;border-radius:16px!important;background:var(--t-card)!important;box-shadow:0 22px 68px rgba(0,0,0,.32)!important}[data-theme=light] .fl-box{box-shadow:0 22px 60px rgba(31,43,68,.16)!important}.fl-header{min-height:56px!important;padding:13px 15px 13px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid var(--t-divider)!important}.fl-title{color:var(--t-text)!important;font-size:14px!important;font-weight:700!important;letter-spacing:-.01em!important}.fl-close{width:30px!important;height:30px!important;padding:0!important;display:grid!important;place-items:center!important;border:1px solid transparent!important;border-radius:8px!important;color:var(--t-muted)!important;background:transparent!important;font-size:0!important;line-height:1!important;transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease!important}.fl-close::before{content:"×";font-size:20px;font-weight:400;line-height:1}.fl-close:hover,.fl-close:focus-visible{color:var(--t-text)!important;background:var(--t-hover)!important;border-color:var(--t-border)!important;outline:none!important}.fl-list{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:8px!important}.fl-row{min-height:58px!important;display:flex!important;align-items:center!important;gap:11px!important;margin:0!important;padding:8px!important;border:1px solid transparent!important;border-radius:11px!important;background:transparent!important;transition:background-color 170ms ease,border-color 170ms ease!important}.fl-row+.fl-row{margin-top:3px!important}.fl-row:hover{background:var(--t-hover)!important;border-color:color-mix(in srgb,var(--t-border) 72%,transparent)!important}[data-theme=light] .fl-row:hover{background:#f1f6fd!important;border-color:color-mix(in srgb,#dce6f3 72%,transparent)!important}.fl-avatar{width:38px!important;height:38px!important;flex:0 0 38px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border:1px solid color-mix(in srgb,var(--t-border) 80%,transparent)!important;border-radius:50%!important;color:#fff!important;background:linear-gradient(145deg,color-mix(in srgb,var(--ac) 84%,#111 16%),color-mix(in srgb,var(--ac-d, var(--ac)) 76%,#0b0c12 24%))!important;font-size:13px!important;font-weight:750!important;text-decoration:none!important;transition:opacity 150ms ease!important}.fl-avatar:hover{opacity:.82!important}.fl-avatar img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.fl-user{flex:1 1 auto!important;min-width:0!important}.fl-name{display:block!important;min-width:0!important;color:var(--t-text)!important;font-size:12px!important;font-weight:650!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-decoration:none!important;transition:color 150ms ease!important}.fl-name:hover{color:var(--ac-l)!important}.fl-meta{margin-top:3px!important;color:var(--t-muted)!important;font-size:10.5px!important;font-weight:500!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.fl-btn{min-height:30px!important;flex:0 0 auto!important;padding:0 11px!important;border:1px solid color-mix(in srgb,var(--ac) 38%,var(--t-border))!important;border-radius:9px!important;color:color-mix(in srgb,var(--ac-l) 88%,var(--t-text) 12%)!important;background:transparent!important;font-size:10.5px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important;cursor:pointer!important;transition:color 150ms ease,background-color 150ms ease,border-color 150ms ease!important}.fl-btn:hover,.fl-btn:focus-visible{color:#fff!important;background:var(--ac)!important;border-color:var(--ac)!important;outline:none!important}.fl-btn.following{color:#e87580!important;border-color:color-mix(in srgb,#e87580 42%,var(--t-border))!important;background:transparent!important}.fl-btn.following:hover,.fl-btn.following:focus-visible{color:#fff!important;background:#c94f5e!important;border-color:#c94f5e!important}.fl-btn:disabled{opacity:.55!important;cursor:default!important}.fl-loader,.fl-empty{color:var(--t-muted)!important}.fl-empty{padding:34px 20px!important;text-align:center!important;font-size:11.5px!important}@media(max-width:480px){.fl-overlay{padding:12px!important}.fl-box{width:100%!important;max-height:calc(100dvh - 24px)!important;border-radius:15px!important}.fl-header{min-height:54px!important;padding:12px 12px 12px 15px!important}.fl-list{padding:6px!important}.fl-row{gap:9px!important;padding:8px 7px!important}.fl-avatar{width:36px!important;height:36px!important;flex-basis:36px!important}.fl-btn{min-height:29px!important;padding-inline:9px!important;font-size:10px!important}.fl-meta{font-size:10px!important}}.profile-header-preview .profile-preview-icon--active{display:none!important}.profile-header-preview .profile-preview-icon--inactive{display:block!important}.profile-header-preview[aria-pressed=true] .profile-preview-icon--inactive{display:none!important}.profile-header-preview[aria-pressed=true] .profile-preview-icon--active{display:block!important}.profile-owner-actions .profile-action>svg{position:relative!important;top:-1.5px!important}.profile-tab[data-profile-tab=posts]>svg{flex:0 0 auto!important}.profile-tab[data-profile-tab=likes] .profile-tab-heart-outline{width:13.7px!important;height:12px!important;flex:0 0 13.7px!important;display:block!important;overflow:visible!important;position:relative!important;top:.15px!important}:is(#profile-grid,#profile-likes-grid){display:grid!important;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))!important;gap:10px!important}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.add-work-card{min-width:0!important;max-width:100%!important;border-radius:12px!important}:is(#profile-grid,#profile-likes-grid)>.post-card{position:relative!important;overflow:hidden!important;border:1px solid var(--t-border)!important;background:var(--t-card)!important;box-shadow:0 1px 0 rgba(255,255,255,.025)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}:is(#profile-grid,#profile-likes-grid)>.post-card .card-thumb{position:relative!important;aspect-ratio:4 / 3!important;overflow:hidden!important;background:#101522!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid)>.post-card .card-thumb{background:#eaf0f8!important}:is(#profile-grid,#profile-likes-grid)>.post-card .card-thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transform:none!important;transition:none!important}:is(#profile-grid,#profile-likes-grid)>.add-work-card{aspect-ratio:4 / 3!important;border-radius:12px!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover{transform:translateY(-2px)!important;border-color:#303b55!important;box-shadow:var(--shadow-card)!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-thumb img{transform:none!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid)>.post-card{border-color:#d6e1ee!important;box-shadow:0 1px 2px rgba(73,104,151,.045)!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid)>.post-card:hover{border-color:#c3d3e6!important;box-shadow:none!important}:is(#profile-grid,#profile-likes-grid) .card-overlay{position:absolute!important;inset:0!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:12px!important;opacity:0!important;pointer-events:none!important;background:linear-gradient(to top,rgba(4,8,17,.52) 0%,rgba(4,8,17,.30) 24%,rgba(4,8,17,.11) 49%,rgba(4,8,17,.03) 66%,transparent 82%)!important;transition:opacity .28s ease!important}:is(#profile-grid,#profile-likes-grid) .card-overlay>div{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay,[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay .text-white,[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay span,[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay svg{color:#f8fbff!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay{background:linear-gradient(to top,rgba(13,25,44,.40) 0%,rgba(13,25,44,.22) 25%,rgba(13,25,44,.075) 50%,rgba(13,25,44,.018) 67%,transparent 82%)!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay .text-white{text-shadow:0 1px 4px rgba(5,12,25,.48)}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-overlay{opacity:1!important}:is(#profile-grid,#profile-likes-grid) .card-overlay .flex.items-center.gap-3{gap:12px!important}:is(#profile-grid,#profile-likes-grid) .card-overlay .flex.items-center.gap-1{gap:4px!important}:is(#profile-grid,#profile-likes-grid) .card-overlay .stat-zero{gap:0!important;font-size:0!important}:is(#profile-grid,#profile-likes-grid) .card-badge,:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge{top:0!important;right:8px!important;opacity:1!important;transform:none!important}:is(#profile-grid,#profile-likes-grid) .card-badge>a{opacity:0!important;pointer-events:none!important;transform:translateY(-11px) scale(.94)!important;transform-origin:top center!important;filter:drop-shadow(0 0 0 transparent)!important;transition:opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),filter .28s ease!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a{opacity:1!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important;filter:none!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:hover{transform:translateY(0) scale(1)!important;filter:none!important}:is(#profile-grid,#profile-likes-grid) .card-badge>a>svg{transform-origin:top center!important;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .18s ease!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:hover>svg{transform:scaleY(1.08)!important;filter:brightness(1.07) saturate(1.03)!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(1){transition-delay:0ms!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(2){transition-delay:110ms!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(3){transition-delay:180ms!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(4){transition-delay:250ms!important}@media(max-width:600px){:is(#profile-grid,#profile-likes-grid){grid-template-columns:1fr!important;gap:10px!important}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.add-work-card{border-radius:12px!important}}@media(prefers-reduced-motion:reduce){:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid) .card-overlay,:is(#profile-grid,#profile-likes-grid) .card-badge>a,:is(#profile-grid,#profile-likes-grid) .card-badge>a>svg{transition-duration:.01ms!important}}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.post-card:hover{transform:none!important}:is(#profile-grid,#profile-likes-grid)>.post-card{transition:border-color .2s ease,box-shadow .2s ease!important}:is(#profile-grid,#profile-likes-grid) .card-badge,:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge{opacity:1!important;transform:none!important}:is(#profile-grid,#profile-likes-grid) .card-badge>a{opacity:0!important;pointer-events:none!important;transform:translateY(-11px) scale(.94)!important;transform-origin:top center!important;filter:drop-shadow(0 0 0 transparent)!important;transition:opacity .2s ease,transform .32s cubic-bezier(.22,1,.36,1),filter .28s ease!important;transition-delay:0ms!important;will-change:transform,opacity,filter}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a{opacity:1!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important;filter:none!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(1){transition-delay:0ms!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(2){transition-delay:110ms!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(3){transition-delay:180ms!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:nth-child(4){transition-delay:250ms!important}:is(#profile-grid,#profile-likes-grid) .card-badge>a>svg{transform-origin:top center!important;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .18s ease!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:hover>svg{transform:scaleY(1.08)!important;filter:brightness(1.07) saturate(1.03)!important}:is(#profile-grid,#profile-likes-grid) .card-badge>a,:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a,:is(#profile-grid,#profile-likes-grid) .card-badge>a>svg,:is(#profile-grid,#profile-likes-grid)>.post-card:hover .card-badge>a:hover>svg{filter:none!important}#profile-demo-loader{display:none;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:10px;margin-top:10px;overflow-anchor:none}#profile-demo-loader.is-visible{display:grid}#profile-grid.is-loading-portfolio>.add-work-card{display:none!important}.profile-demo-skeleton{overflow:hidden;min-width:0;aspect-ratio:4 / 3;border:1px solid var(--t-border);border-radius:12px;background:var(--t-card)}.profile-demo-skeleton__media{position:relative;width:100%;height:100%;overflow:hidden;background:color-mix(in srgb,var(--t-border) 54%,var(--t-card))}.profile-demo-skeleton__media::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent);animation:profile-demo-skeleton 1.35s ease-in-out infinite}[data-theme=light] .profile-demo-skeleton__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)}@keyframes profile-demo-skeleton{to{transform:translateX(100%)}}#profile-demo-sentinel{width:100%;height:1px;overflow-anchor:none}.fl-more-loader,.fl-loader{min-height:38px;display:flex;align-items:center;justify-content:center;gap:3px}.fl-more-loader span,.fl-loader span{width:6px;height:6px;aspect-ratio:1;display:block;flex:0 0 6px;margin:0!important;border-radius:999px;clip-path:circle(50%);background:color-mix(in srgb,var(--ac, #5685ee) 34%,#26354d)!important;opacity:.34;transform:scale(.52);transform-origin:center;animation:follow-loader-pulse .9s ease-in-out infinite;animation-delay:-.6s;animation-fill-mode:both;will-change:transform,opacity}.fl-more-loader span:nth-child(2),.fl-loader span:nth-child(2){animation-delay:-.3s}.fl-more-loader span:nth-child(3),.fl-loader span:nth-child(3){animation-delay:0s}@keyframes follow-loader-pulse{0%,100%{opacity:.34;transform:scale(.52)}34%{opacity:.78;transform:scale(1)}68%{opacity:.42;transform:scale(.66)}}[data-theme=light] .fl-more-loader span,[data-theme=light] .fl-loader span{background:color-mix(in srgb,var(--ac-d, #2563eb) 42%,#60718a)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=default] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 72%,var(--cover-accent) 28%)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=graphite] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 68%,var(--cover-accent) 32%)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 64%,var(--cover-accent) 36%)!important}[data-theme=light] .profile-overview[data-cover-tone=default] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 82%,var(--cover-accent) 18%)!important}[data-theme=light] .profile-overview[data-cover-tone=graphite] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 78%,var(--cover-accent) 22%)!important}[data-theme=light] .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:color-mix(in srgb,var(--profile-control-text) 74%,var(--cover-accent) 26%)!important}@media(max-width:600px){#profile-demo-loader{grid-template-columns:1fr;gap:10px}}@media(prefers-reduced-motion:reduce){.profile-demo-skeleton__media::after{animation:none}}body.profile-preview-mode .fl-box .fl-btn{display:none!important}.profile-actions .profile-action,.profile-actions .profile-action:hover,.profile-actions .profile-action:active,.profile-actions .profile-action:focus{transform:none!important}.profile-actions .profile-action{transition:color .18s ease,background-color .18s ease,border-color .18s ease!important}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following{color:color-mix(in srgb,var(--ac-l) 86%,white 14%)!important;border-color:color-mix(in srgb,var(--ac) 56%,var(--t-border))!important;background:linear-gradient(180deg,color-mix(in srgb,var(--ac) 22%,var(--t-elevated)),color-mix(in srgb,var(--ac) 16%,var(--t-card)))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ac) 18%,transparent),0 6px 18px rgba(0,0,0,.12)!important}[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following{color:color-mix(in srgb,var(--ac) 82%,black 18%)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ac) 16%,transparent),0 6px 18px rgba(15,23,42,.08)!important}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following span{font-weight:600;letter-spacing:.01em}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn) svg{transition:opacity .18s ease,transform .18s ease,color .18s ease}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following svg{transform:translateY(-1px)}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover{color:#f3a5ad!important;border-color:color-mix(in srgb,#e87580 42%,var(--t-border))!important;background:linear-gradient(180deg,color-mix(in srgb,#e87580 10%,var(--t-elevated)),color-mix(in srgb,#e87580 7%,var(--t-card)))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,#e87580 10%,transparent),0 6px 18px rgba(0,0,0,.10)!important;transform:none!important}[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover{color:#b94f5b!important;border-color:color-mix(in srgb,#cf6673 36%,var(--t-border))!important;background:linear-gradient(180deg,color-mix(in srgb,#cf6673 8%,var(--t-elevated)),color-mix(in srgb,#cf6673 5%,var(--t-card)))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,#cf6673 9%,transparent),0 6px 18px rgba(15,23,42,.06)!important}.profile-actions :is(#profile-follow-preview,#follow-btn),.profile-actions :is(#profile-follow-preview,#follow-btn):hover,.profile-actions :is(#profile-follow-preview,#follow-btn):active,.profile-actions :is(#profile-follow-preview,#follow-btn):focus-visible{transform:none!important}.profile-overview{height:auto!important;align-self:start!important}[data-profile-scroll-root=true],:is(#profile-grid,#profile-likes-grid),#profile-demo-loader,#profile-demo-sentinel{overflow-anchor:none!important}.card-project-title{position:absolute;left:12px;right:12px;bottom:42px;z-index:2;min-width:0;opacity:0;transform:translateY(6px);transition:opacity .22s ease,transform .22s ease;pointer-events:none;color:#fff;font-size:13px;font-weight:650;line-height:1.32;letter-spacing:-.01em;text-shadow:0 2px 10px rgba(0,0,0,.28)}.card-project-title__line{min-width:0;max-width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;white-space:normal;overflow-wrap:anywhere;text-overflow:ellipsis}.post-card:hover .card-project-title,.post-card:focus-within .card-project-title{opacity:1;transform:translateY(0)}@media(max-width:820px){.card-project-title{left:10px;right:10px;bottom:40px;font-size:12px}}.profile-overview{height:auto!important;min-height:0!important;max-height:none!important;align-self:start!important;align-content:start!important;grid-auto-rows:max-content!important;--profile-v98-header-guard: 0px !important;--profile-header-safe-extra: 0px !important}@media(min-width:1081px){body.profile-interests-layout-shift .profile-overview{padding-top:30px!important}}@media(min-width:721px)and (max-width:1080px){.profile-overview{padding-top:30px!important}}@media(max-width:720px){.profile-overview{padding-top:22px!important}}.profile-overview>.profile-identity,.profile-overview>.profile-side{align-self:start!important;min-height:0!important}[data-profile-scroll-root=true]{overflow-anchor:none!important}.profile-overview>.profile-side{align-self:stretch!important}.deslove-page-scroll-overlay{scrollbar-width:none!important;-ms-overflow-style:none!important;scrollbar-gutter:auto!important}.deslove-page-scroll-overlay::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.deslove-page-scroll-overlay::-webkit-scrollbar-track{background:transparent!important}.deslove-page-scroll-overlay::-webkit-scrollbar-thumb{background:transparent!important}#deslove-page-overlay-scrollbar{position:fixed;z-index:55;width:9px;pointer-events:none;background:transparent;opacity:1}#deslove-page-overlay-scrollbar-thumb{position:absolute;top:0;left:2px;width:4px;min-height:28px;border-radius:999px;background:rgba(142,153,177,.34);box-shadow:none;cursor:default;pointer-events:auto;transition:width .15s ease,left .15s ease,background-color .15s ease;touch-action:none}#deslove-page-overlay-scrollbar-thumb:hover,#deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{left:1px;width:5px;background:rgba(162,173,198,.52);cursor:grab}#deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{cursor:grabbing}[data-theme=light] #deslove-page-overlay-scrollbar-thumb{background:rgba(74,91,121,.26)}[data-theme=light] #deslove-page-overlay-scrollbar-thumb:hover,[data-theme=light] #deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{background:rgba(62,80,113,.42)}@media(max-width:600px){#deslove-page-overlay-scrollbar{width:7px}#deslove-page-overlay-scrollbar-thumb{left:2px;width:3px;min-height:24px;background:rgba(142,153,177,.28)}#deslove-page-overlay-scrollbar-thumb:hover,#deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{left:1px;width:4px}}@media print{#deslove-page-overlay-scrollbar{display:none!important}}#deslove-page-overlay-scrollbar{opacity:0;transition:opacity .34s ease!important}#deslove-page-overlay-scrollbar.is-visible,#deslove-page-overlay-scrollbar.is-dragging,#deslove-page-overlay-scrollbar:hover{opacity:1}#deslove-page-overlay-scrollbar:not(.is-visible):not(.is-dragging) #deslove-page-overlay-scrollbar-thumb{pointer-events:none}#deslove-page-overlay-scrollbar.is-visible #deslove-page-overlay-scrollbar-thumb,#deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{pointer-events:auto}@media(prefers-reduced-motion:reduce){#deslove-page-overlay-scrollbar{transition-duration:.01ms!important}}.profile-actions :is(#profile-follow-preview,#follow-btn) svg,.profile-actions :is(#profile-message-preview,#message-btn) svg,.profile-actions :is(#profile-follow-preview,#follow-btn).is-following svg,.profile-actions :is(#profile-follow-preview,#follow-btn):hover svg,.profile-actions :is(#profile-message-preview,#message-btn):hover svg{transform:translateY(-2px)!important}.profile-joined[data-profile-meta-row]>[data-profile-joined-item]>svg,.profile-joined[data-profile-meta-row]>[data-profile-city-item]>svg,.profile-joined[data-profile-meta-row]>[data-profile-site-item]>svg{width:14px!important;height:14px!important;flex:0 0 14px!important}@media(max-width:720px){.profile-joined[data-profile-meta-row]{flex-wrap:nowrap!important;justify-content:center!important;max-width:100%;min-width:0}.profile-joined[data-profile-meta-row]>[data-profile-meta-item]{min-width:0;white-space:nowrap}.profile-joined[data-profile-meta-row].is-city-hidden>[data-profile-city-item],.profile-joined[data-profile-meta-row].is-city-hidden>[data-profile-meta-separator]:first-of-type{display:none!important}.profile-joined[data-profile-meta-row].is-city-hidden>[data-profile-joined-item]{flex:0 0 auto!important}.profile-joined[data-profile-meta-row].is-city-hidden>[data-profile-site-item]{flex:0 1 auto!important;max-width:min(52vw,230px);overflow:hidden;text-overflow:ellipsis}.profile-joined[data-profile-meta-row].is-city-hidden [data-profile-site-label]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(min-width:681px)and (max-width:720px){.profile-joined[data-profile-meta-row]{justify-content:flex-start!important}}@media(min-width:721px){.profile-joined[data-profile-meta-row]>[data-profile-joined-item]>svg,.profile-joined[data-profile-meta-row]>[data-profile-city-item]>svg,.profile-joined[data-profile-meta-row]>[data-profile-site-item]>svg{transform:translateY(-1px)!important}.profile-badge-count>svg{transform:none!important}}.profile-social-icon[data-profile-social=x]>svg{width:14px!important;height:14px!important}.profile-social-icon[data-profile-social=telegram]>svg{display:block;width:15px!important;height:auto!important;max-height:13px!important;flex:0 0 auto}.profile-social-icon[data-profile-social=telegram]>svg{transform:translate(-0.5px,0px)!important}:is(#profile-grid,#profile-likes-grid){width:100%!important;gap:10px!important;justify-content:stretch!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}@media(max-width:1739px)and (min-width:1370px){:is(#profile-grid,#profile-likes-grid){grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:1369px)and (min-width:990px){:is(#profile-grid,#profile-likes-grid){grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:989px)and (min-width:721px){:is(#profile-grid,#profile-likes-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px)and (min-width:560px){:is(#profile-grid,#profile-likes-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:559px){:is(#profile-grid,#profile-likes-grid){grid-template-columns:1fr!important}}@media(min-width:1740px){#profile-demo-loader{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media(max-width:1739px)and (min-width:1370px){#profile-demo-loader{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:1369px)and (min-width:990px){#profile-demo-loader{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:989px)and (min-width:560px){#profile-demo-loader{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:559px){#profile-demo-loader{grid-template-columns:1fr!important}}.profile-badge-count,.profile-badge-count:hover,.profile-badge-count:focus-visible{box-shadow:none!important}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.post-card:hover,:is(#profile-grid,#profile-likes-grid)>.post-card:focus,:is(#profile-grid,#profile-likes-grid)>.post-card:focus-within{box-shadow:none!important}.profile-demo-skeleton{position:relative;overflow:hidden;isolation:isolate;border-radius:12px;background:color-mix(in srgb,var(--t-card) 90%,var(--t-elevated) 10%)!important}.profile-demo-skeleton__media{position:relative;display:grid;place-items:center;height:100%;min-height:0;background:color-mix(in srgb,var(--t-elevated) 72%,var(--t-card))!important}.profile-demo-skeleton__media::before{content:none;display:none}.profile-demo-skeleton__media::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent)!important;animation:profile-demo-skeleton 1.35s ease-in-out infinite;pointer-events:none}[data-theme=light] .profile-demo-skeleton__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)!important}.profile-demo-skeleton__icon-wrap{position:relative;z-index:1;display:grid;place-items:center;width:74px;height:74px;border-radius:24px;background:color-mix(in srgb,var(--t-elevated) 76%,transparent);border:1px solid color-mix(in srgb,var(--t-border) 74%,transparent);box-shadow:inset 0 1px 0 rgba(255,255,255,.025);animation:profile-demo-skeleton-pulse 2s ease-in-out infinite}.profile-demo-skeleton__icon{width:34px;height:34px;display:block;color:color-mix(in srgb,var(--profile-control-text, var(--t-muted)) 52%,var(--cover-accent, var(--t-muted)) 48%);opacity:.92}[data-theme=light] .profile-demo-skeleton__icon{color:color-mix(in srgb,var(--profile-control-text, var(--t-muted)) 62%,var(--cover-accent, var(--t-muted)) 38%)}@keyframes profile-demo-skeleton-pulse{0%,100%{transform:scale(1);opacity:.94}50%{transform:scale(1.02);opacity:1}}@media(prefers-reduced-motion:reduce){.profile-demo-skeleton__media::after,.profile-demo-skeleton__icon-wrap{animation:none!important}}@media(max-width:410px){.profile-tabs .profile-tab>svg{display:none!important}.profile-tabs .profile-tab[data-profile-tab=likes]>.profile-tab-heart-outline{display:none!important;width:0!important;height:0!important;flex:0 0 0!important;min-width:0!important;margin:0!important}}#profile-achievements-panel .achv-grid .achv-kind{display:none!important}#profile-achievements-panel .achv-grid .award-mini{min-height:214px;padding:0 18px 17px}#profile-achievements-panel .achv-grid .ribbon-stack{height:86px;flex-basis:86px}#profile-achievements-panel .achv-grid .award-ribbon{height:79px}#profile-achievements-panel .achv-grid .award-count{margin:3px 0 9px;font-size:10.5px;letter-spacing:.015em;opacity:.86}#profile-achievements-panel .achv-grid .award-title{font-size:14px;line-height:1.28}#profile-achievements-panel .achv-grid .award-meta{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:center;max-width:100%;gap:7px;color:color-mix(in srgb,var(--t-muted) 84%,transparent);font-size:10px;line-height:1;white-space:nowrap}#profile-achievements-panel .achv-grid .award-platform,#profile-achievements-panel .achv-grid .award-date-mini{margin:0!important;color:inherit!important;font-size:inherit!important;line-height:1!important}#profile-achievements-panel .achv-grid .award-platform{color:color-mix(in srgb,var(--t-text) 54%,var(--t-muted))!important;font-weight:600}#profile-achievements-panel .achv-grid .award-meta-dot{width:3px;height:3px;flex:0 0 3px;border-radius:50%;background:color-mix(in srgb,var(--t-muted) 62%,transparent)}#profile-achievements-panel .achv-grid .award-mini[data-achv-kind=deslove] .award-platform{color:color-mix(in srgb,var(--badge-color) 48%,var(--t-muted))!important}#profile-achievements-panel .achv-grid .award-mini:hover .award-meta,#profile-achievements-panel .achv-grid .award-mini:focus-visible .award-meta{color:color-mix(in srgb,var(--t-muted) 96%,transparent)}[data-theme=light] #profile-achievements-panel .achv-grid .award-meta{color:color-mix(in srgb,#71809a 86%,transparent)}[data-theme=light] #profile-achievements-panel .achv-grid .award-platform{color:color-mix(in srgb,#50647f 88%,#71809a)!important}[data-theme=light] #profile-achievements-panel .achv-grid .award-meta-dot{background:color-mix(in srgb,#71809a 52%,transparent)}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini{min-height:190px;padding:0 10px 13px}#profile-achievements-panel .achv-grid .ribbon-stack{height:81px;flex-basis:81px}#profile-achievements-panel .achv-grid .award-ribbon{height:75px}#profile-achievements-panel .achv-grid .award-count{margin:1px 0 7px}#profile-achievements-panel .achv-grid .award-meta{padding-top:10px;gap:5px;font-size:9px}}#profile-likes-grid.post-grid--likes[hidden]{display:none!important}.profile-grid-section:not(.is-likes-view) #profile-likes-grid.post-grid--likes{display:none!important}.profile-grid-section.is-likes-view #profile-grid{display:none!important}html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.10)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.31)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html:not([data-theme=light]) .profile-tab:not(.active),body:not([data-theme=light]) .profile-tab:not(.active){color:var(--t-muted)!important;background:transparent!important}html:not([data-theme=light]) .profile-tab:not(.active):hover,body:not([data-theme=light]) .profile-tab:not(.active):hover{color:var(--t-text)!important;background:rgba(var(--tabs-active, 94, 103, 125),.09)!important}[data-theme=light] .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.045)!important;border-color:color-mix(in srgb,rgb(var(--tabs-tone, 48, 53, 67)) 15%,#dde3eb)!important}[data-theme=light] .profile-tab:not(.active){background:transparent!important}[data-theme=light] .profile-tab:not(.active):hover{background:rgba(var(--tabs-active, 94, 103, 125),.07)!important}@media(max-width:640px){html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.14)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.36)!important}[data-theme=light] .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.06)!important}}#profile-likes-load-more[hidden]{display:none!important}#profile-achievements-panel .achv-segments{gap:2px}#profile-achievements-panel .achv-add{transition:background .16s ease,border-color .16s ease,color .16s ease!important}#profile-achievements-panel .achv-add:active{transform:none!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-meta-dot{display:none!important}#profile-achievements-panel .achv-grid .award-meta{gap:6px!important}}#profile-achievements-panel .achv-grid .award-mini .award-verified{position:absolute;top:12px;right:12px;z-index:4;width:21px;height:21px;display:grid;place-items:center;border-radius:50%;color:color-mix(in srgb,var(--badge-color) 42%,var(--t-muted));background:color-mix(in srgb,var(--t-card) 92%,var(--badge-color) 8%);border:1px solid color-mix(in srgb,var(--t-border) 70%,var(--badge-color) 30%);opacity:.72;pointer-events:auto;transition:opacity .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:16px;height:16px;display:block;overflow:visible}#profile-achievements-panel .achv-grid .award-mini .award-verified circle,#profile-achievements-panel .achv-grid .award-mini .award-verified path{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}#profile-achievements-panel .achv-grid .award-mini:hover .award-verified,#profile-achievements-panel .achv-grid .award-mini:focus-visible .award-verified{opacity:.96;color:color-mix(in srgb,var(--badge-color) 58%,var(--t-text));border-color:color-mix(in srgb,var(--t-border) 54%,var(--badge-color) 46%);background:color-mix(in srgb,var(--t-card) 86%,var(--badge-color) 14%)}@media(hover:hover)and (pointer:fine){#profile-achievements-panel .achv-grid .award-mini .award-verified::after{content:"Перевірено Deslove";position:absolute;top:calc(100% + 7px);right:-2px;z-index:20;padding:6px 8px;border:1px solid var(--t-border);border-radius:7px;background:color-mix(in srgb,var(--t-elevated) 96%,transparent);color:var(--t-text);box-shadow:0 8px 24px rgb(0 0 0 / 18%);font-size:9.5px;font-weight:600;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;pointer-events:none}#profile-achievements-panel .achv-grid .award-mini .award-verified:hover::after{opacity:1;visibility:visible;transform:translateY(0)}}[data-theme=light] #profile-achievements-panel .achv-grid .award-mini .award-verified{background:color-mix(in srgb,#fff 93%,var(--badge-color) 7%);border-color:color-mix(in srgb,#d6e0ef 74%,var(--badge-color) 26%);color:color-mix(in srgb,var(--badge-color) 40%,#71809a)}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini .award-verified{top:10px;right:10px;width:18px;height:18px;opacity:.68}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:14px;height:14px}}#profile-achievements-panel .achv-grid .award-mini .award-verified{width:20px!important;height:20px!important;top:12px!important;right:12px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:0!important}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:14px!important;height:14px!important;flex:0 0 14px!important;display:block!important;transform:none!important}#profile-achievements-panel .achv-grid .award-mini .award-verified circle,#profile-achievements-panel .achv-grid .award-mini .award-verified path{stroke-width:1.4!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini .award-verified{width:18px!important;height:18px!important;top:10px!important;right:10px!important}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:12px!important;height:12px!important;flex-basis:12px!important}}#profile-achievements-panel .achv-grid .award-mini .award-verified{width:24px!important;height:24px!important;top:11px!important;right:11px!important}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:15px!important;height:15px!important;flex:0 0 15px!important}#profile-achievements-panel .achv-grid .award-mini .award-verified circle{display:none!important}#profile-achievements-panel .achv-grid .award-mini .award-verified path{stroke-width:1.55!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini .award-verified{width:21px!important;height:21px!important;top:9px!important;right:9px!important}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:13px!important;height:13px!important;flex-basis:13px!important}}#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:14px!important;height:14px!important;flex:0 0 14px!important;display:block!important}#profile-achievements-panel .achv-grid .award-mini .award-verified path{fill:none!important;stroke:currentColor!important;stroke-width:1.35!important;stroke-linecap:round!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini .award-verified svg{width:12.5px!important;height:12.5px!important;flex-basis:12.5px!important}#profile-achievements-panel .achv-grid .award-mini .award-verified path{stroke-width:1.3!important}}#profile-achievements-panel .achv-grid .award-mini .award-verified{width:23px!important;height:23px!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini .award-verified{width:20px!important;height:20px!important}}#profile-achievements-panel .achv-grid .award-mini .award-verified path{transform:translateY(-0.275px)!important;transform-box:view-box!important;transform-origin:center!important}#profile-achievements-panel .achv-grid .award-ribbon{transform:none!important;height:79px!important;clip-path:polygon(0 0,100% 0,100% 100%,50% 81%,0 100%)!important;will-change:height;transition:height .42s cubic-bezier(.16,1,.3,1)!important}#profile-achievements-panel .achv-grid .award-mini:hover .award-ribbon,#profile-achievements-panel .achv-grid .award-mini:focus-visible .award-ribbon{height:86px!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-ribbon{height:75px!important}#profile-achievements-panel .achv-grid .award-mini:hover .award-ribbon,#profile-achievements-panel .achv-grid .award-mini:focus-visible .award-ribbon{height:81px!important}}@media(prefers-reduced-motion:reduce){#profile-achievements-panel .achv-grid .award-ribbon{transition:none!important}}.profile-empty-state{display:none;min-height:clamp(250px,42vh,420px);padding:44px 20px;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:var(--t-muted, #8d9ab2)}.profile-empty-state__icon{width:48px;height:48px;margin-bottom:15px;display:grid;place-items:center;border:1px solid var(--t-border, #1f2638);border-radius:14px;color:var(--ac-l, #93c5fd);background:color-mix(in srgb,var(--ac, #3b82f6) 8%,var(--t-card, #0f1119))}.profile-empty-state__icon svg{width:22px;height:22px}.profile-empty-state[data-empty-tab=likes] .profile-empty-state__icon svg{width:18px;height:18px}.profile-empty-state[data-empty-tab=achievements] .profile-empty-state__icon svg{width:20px;height:20px}.profile-empty-state h3{margin:0;color:var(--t-text, #eef3fb);font-size:15px;font-weight:650}.profile-empty-state p{max-width:360px;margin:7px 0 0;font-size:12px;line-height:1.55}.profile-empty-state__action{min-height:36px;margin-top:17px;padding:0 15px;border:1px solid color-mix(in srgb,var(--ac, #3b82f6) 55%,var(--t-border, #1f2638));border-radius:10px;color:var(--ac-l, #93c5fd);background:transparent;font-size:12px;font-weight:550;cursor:pointer}.profile-empty-state__action:hover{background:color-mix(in srgb,var(--ac, #3b82f6) 10%,transparent)}[data-theme=light] .profile-empty-state__icon{background:#fff}[data-theme=light] .profile-empty-state__action{color:var(--ac-d, #2563eb)}body.profile-empty-mode .profile-badge-count,body.profile-empty-mode .profile-header-awards,body.profile-empty-mode .profile-bio,body.profile-empty-mode #profile-bio-toggle,body.profile-empty-mode [data-profile-role-text],body.profile-empty-mode [data-profile-role-separator],body.profile-empty-mode [data-profile-city-item],body.profile-empty-mode [data-profile-site-item],body.profile-empty-mode [data-profile-site-separator],body.profile-empty-mode [data-profile-socials],body.profile-empty-mode #profile-grid,body.profile-empty-mode #profile-likes-grid,body.profile-empty-mode #profile-likes-load-more-wrap,body.profile-empty-mode #profile-demo-loader,body.profile-empty-mode #profile-demo-sentinel,body.profile-empty-mode #profile-loader,body.profile-empty-mode #profile-sentinel,body.profile-empty-mode #profile-achievements-panel .achv-head,body.profile-empty-mode #profile-achievements-panel .achv-overview,body.profile-empty-mode #profile-achievements-panel .achv-head__copy,body.profile-empty-mode #profile-achievements-panel .achv-toolbar,body.profile-empty-mode #profile-achievements-panel .achv-grid,body.profile-empty-mode #profile-achievements-panel>.achv-empty{display:none!important}body.profile-empty-mode .profile-role .profile-handle-copy{margin-left:0!important}body.profile-empty-mode #profile-achievements-panel{padding-top:16px!important}body.profile-empty-mode[data-profile-empty-tab=posts] .profile-empty-state[data-empty-tab=posts],body.profile-empty-mode[data-profile-empty-tab=likes] .profile-empty-state[data-empty-tab=likes],body.profile-empty-mode[data-profile-empty-tab=achievements] .profile-empty-state[data-empty-tab=achievements]{display:flex}body.profile-empty-mode .profile-grid-section>.profile-section-heading{display:none!important}body.profile-empty-mode.profile-preview-mode #profile-interests{display:none!important}body.profile-empty-mode .profile-side::before{content:none!important;display:none!important}body.profile-empty-mode .profile-side{justify-content:flex-start!important}body.profile-empty-mode .profile-actions{transform:none!important}@media(min-width:1081px){body.profile-empty-mode .profile-overview{padding-bottom:22px!important}body.profile-empty-mode .profile-side{justify-content:space-between!important}}@media(max-width:680px){.profile-empty-state{min-height:300px;padding:36px 16px}.profile-empty-state__icon{width:44px;height:44px;border-radius:13px}body.profile-empty-mode #profile-achievements-panel{padding-top:14px!important}}body.profile-preview-mode .profile-header-preview[aria-pressed=true]:hover{color:var(--t-text)!important;background:color-mix(in srgb,var(--t-hover) 90%,var(--t-text) 10%)!important;border-color:color-mix(in srgb,var(--t-border) 54%,var(--t-text) 46%)!important;box-shadow:none!important}[data-theme=light] body.profile-preview-mode .profile-header-preview[aria-pressed=true]:hover,body[data-theme=light].profile-preview-mode .profile-header-preview[aria-pressed=true]:hover{background:#fff!important;border-color:color-mix(in srgb,var(--t-border) 48%,var(--t-text) 52%)!important}.profile-awarded-empty[hidden]{display:none!important}.profile-grid-section.is-likes-view .profile-awarded-empty{display:none!important}#profile-grid .post-card[hidden],#profile-grid .add-work-card[hidden]{display:none!important}.profile-awarded-empty{width:100%;min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px 20px;text-align:center}.profile-awarded-empty__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:14px;color:color-mix(in srgb,var(--ac) 72%,var(--t-muted));background:color-mix(in srgb,var(--ac) 8%,var(--t-card));border:1px solid var(--t-border);border-radius:14px}.profile-awarded-empty__icon svg{width:21px;height:21px}.profile-awarded-empty h3{margin:0;color:var(--t-text);font-size:14px;font-weight:650}.profile-awarded-empty p{max-width:330px;margin:7px 0 0;color:var(--t-muted);font-size:12px;line-height:1.55}.profile-awarded-empty button{min-height:34px;margin-top:17px;padding:0 13px;color:var(--ac-l);background:transparent;border:1px solid color-mix(in srgb,var(--ac) 38%,var(--t-border));border-radius:10px;font:inherit;font-size:11px;font-weight:550;cursor:pointer;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.profile-awarded-empty button:hover{background:color-mix(in srgb,var(--ac) 9%,transparent);border-color:color-mix(in srgb,var(--ac) 54%,var(--t-border))}[data-theme=light] .profile-awarded-empty__icon{background:#fff}[data-theme=light] .profile-awarded-empty button{color:var(--ac-d)}body.profile-no-awarded-demo .profile-badge-count,body.profile-no-awarded-demo .profile-header-awards,body.profile-no-awarded-demo #profile-grid .card-badge{display:none!important}body.profile-no-awarded-demo .profile-side::before{content:none!important;display:none!important}body.profile-no-awarded-demo .profile-side{justify-content:flex-start!important}body.profile-no-awarded-demo .profile-actions{transform:none!important}body.profile-no-awarded-demo #profile-achievements-panel .achv-head,body.profile-no-awarded-demo #profile-achievements-panel .achv-overview,body.profile-no-awarded-demo #profile-achievements-panel .achv-toolbar,body.profile-no-awarded-demo #profile-achievements-panel .achv-grid,body.profile-no-awarded-demo #profile-achievements-panel>.achv-empty{display:none!important}body.profile-no-awarded-demo #profile-achievements-panel .profile-no-awards-achievements{display:flex}@media(min-width:1081px){body.profile-no-awarded-demo .profile-overview{padding-bottom:22px!important}body.profile-no-awarded-demo .profile-side{justify-content:space-between!important}}html.deslove-profile-no-awarded-prepaint #profile-demo-loader,html.deslove-profile-no-awarded-prepaint #profile-demo-sentinel,html.deslove-profile-no-awarded-prepaint #profile-loader,html.deslove-profile-no-awarded-prepaint #profile-sentinel,body.profile-no-awarded-demo #profile-demo-loader,body.profile-no-awarded-demo #profile-demo-sentinel,body.profile-no-awarded-demo #profile-loader,body.profile-no-awarded-demo #profile-sentinel{display:none!important}@media(max-width:600px){.profile-awarded-empty{min-height:250px;padding:36px 16px}}html.deslove-profile-foreign-prepaint .profile-header-cover,html.deslove-profile-foreign-prepaint .profile-header-preview,body.profile-foreign-mode .profile-header-cover,body.profile-foreign-mode .profile-header-preview{display:none!important}.profile-foreign-actions{display:none;position:absolute;top:50%;right:22px;z-index:20;transform:translateY(-50%)}body.profile-foreign-mode .profile-foreign-actions{display:block}.profile-foreign-more{appearance:none;width:34px;height:34px;min-width:34px;padding:0;display:grid;place-items:center;border:1px solid var(--t-border);border-radius:10px;background:color-mix(in srgb,var(--t-card) 84%,transparent);color:var(--t-muted);font:inherit;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease}.profile-foreign-more:hover{color:var(--t-text);background:var(--t-hover);border-color:color-mix(in srgb,var(--t-muted) 38%,var(--t-border))}.profile-foreign-more svg{width:17px;height:17px}.profile-foreign-more[aria-expanded=true]{color:var(--t-text);border-color:color-mix(in srgb,var(--t-border) 54%,var(--t-text) 46%);background:var(--t-hover)}.profile-foreign-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:180;width:190px;padding:5px;border:1px solid var(--t-border);border-radius:12px;background:var(--t-surface);box-shadow:0 16px 42px rgba(0,0,0,.28)}.profile-foreign-menu[hidden]{display:none}.profile-foreign-menu button{width:100%;height:36px;padding:0 10px;display:flex;align-items:center;gap:9px;border:1px solid transparent;border-radius:9px;background:transparent;color:#f87171;font:inherit;font-size:11px;font-weight:580;text-align:left;cursor:pointer}.profile-foreign-menu button:hover{border-color:color-mix(in srgb,#ef4444 20%,var(--t-border));background:color-mix(in srgb,#ef4444 8%,transparent)}.profile-foreign-menu button svg{width:15px;height:15px;flex:0 0 auto}.profile-foreign-menu button[data-profile-thoughts]{color:var(--t-text)}.profile-foreign-menu button[data-profile-thoughts]:hover{border-color:color-mix(in srgb,var(--ac) 20%,var(--t-border));background:color-mix(in srgb,var(--ac) 8%,transparent);color:var(--ac-l)}.profile-report-modal{position:fixed;inset:0;z-index:2147482000;display:grid;place-items:center;padding:18px;background:rgba(3,5,10,.72);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.profile-report-modal[hidden]{display:none}.profile-report-dialog{width:min(440px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;border:1px solid var(--t-border);border-radius:18px;background:var(--t-surface);color:var(--t-text);box-shadow:0 24px 70px rgba(0,0,0,.38)}.profile-report-head{min-height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--t-divider)}.profile-report-head h2{margin:0;font-size:14px;font-weight:690;letter-spacing:-.012em}.profile-report-close{width:32px;height:32px;display:grid;place-items:center;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--t-muted);cursor:pointer}.profile-report-close:hover{color:var(--t-text);border-color:var(--t-border);background:var(--t-hover)}.profile-report-close svg{width:15px;height:15px}.profile-report-form{padding:17px 18px 18px}.profile-report-intro{margin:0 0 13px;color:var(--t-muted);font-size:11px;line-height:1.5}.profile-report-options{display:grid;gap:4px}.profile-report-option{min-height:37px;padding:0 9px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:10px;color:var(--t-muted);font-size:11.5px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.profile-report-option:hover{color:var(--t-text);background:var(--t-hover)}.profile-report-option:has(input:checked){color:var(--t-text);border-color:color-mix(in srgb,var(--ac) 32%,var(--t-border));background:color-mix(in srgb,var(--ac) 8%,transparent)}.profile-report-option input{width:15px;height:15px;margin:0;flex:0 0 auto;appearance:none;-webkit-appearance:none;border:1.5px solid color-mix(in srgb,var(--ac) 28%,var(--t-border));border-radius:50%;outline:none;background:transparent;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.profile-report-option:hover input{border-color:color-mix(in srgb,var(--ac) 68%,var(--t-muted))}.profile-report-option input:checked{border-color:var(--ac);background:var(--ac);box-shadow:inset 0 0 0 3px var(--t-surface),0 0 0 2px color-mix(in srgb,var(--ac) 12%,transparent)}.profile-report-option input:focus-visible{border-color:var(--ac);box-shadow:0 0 0 3px color-mix(in srgb,var(--ac) 18%,transparent)}.profile-report-option input:checked:focus-visible{box-shadow:inset 0 0 0 3px var(--t-surface),0 0 0 3px color-mix(in srgb,var(--ac) 18%,transparent)}.profile-report-note{margin-top:14px}.profile-report-note textarea{width:100%;min-height:96px;max-height:180px;padding:11px 12px;resize:vertical;border:1px solid var(--t-border);border-radius:12px;outline:none;background:var(--t-input);color:var(--t-text);font:inherit;font-size:11.5px;line-height:1.5;transition:border-color .15s ease}.profile-report-note textarea::placeholder{color:var(--t-subtle)}.profile-report-note textarea:focus{border-color:color-mix(in srgb,var(--ac) 62%,var(--t-border));box-shadow:none!important}.profile-report-note-meta{min-height:18px;padding:4px 2px 0;display:flex;justify-content:space-between;gap:10px;color:var(--t-subtle);font-size:9.5px}.profile-report-error{color:#f87171}.profile-report-actions{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.profile-report-actions button{height:38px;border-radius:11px;font:inherit;font-size:11.5px;font-weight:620;cursor:pointer}.profile-report-cancel{border:1px solid var(--t-border);background:transparent;color:var(--t-muted)}.profile-report-cancel:hover{background:var(--t-hover);color:var(--t-text)}.profile-report-submit{border:1px solid var(--ac);background:var(--ac);color:#fff}.profile-report-submit:hover:not(:disabled){background:color-mix(in srgb,var(--ac) 86%,white 14%)}.profile-report-submit:disabled{opacity:.42;cursor:not-allowed}[data-theme=light] .profile-foreign-menu,[data-theme=light] .profile-report-dialog{background:#fff;box-shadow:0 18px 50px rgba(51,72,105,.16)}[data-theme=light] .profile-report-modal{background:rgba(31,45,68,.34)}[data-theme=light] .profile-report-option input{border-color:color-mix(in srgb,var(--ac) 34%,#b8c6d9);background:#fff}[data-theme=light] .profile-report-option:hover input{border-color:color-mix(in srgb,var(--ac) 78%,#7f96b5)}[data-theme=light] .profile-report-option input:checked{border-color:var(--ac);background:var(--ac);box-shadow:inset 0 0 0 3px #fff,0 0 0 2px color-mix(in srgb,var(--ac) 10%,transparent)}[data-theme=light] .profile-report-option input:checked:focus-visible{box-shadow:inset 0 0 0 3px #fff,0 0 0 3px color-mix(in srgb,var(--ac) 16%,transparent)}@media(max-width:600px){.profile-foreign-actions{right:12px}.profile-foreign-more{width:32px;min-width:32px;height:32px}.profile-foreign-menu{right:-2px}.profile-report-modal{padding:10px}.profile-report-dialog{max-height:calc(100dvh - 20px);border-radius:16px}.profile-report-head{min-height:54px;padding:0 14px}.profile-report-form{padding:14px}.profile-report-actions{grid-template-columns:1fr}.profile-report-submit{grid-row:1}.profile-report-cancel{grid-row:2}}@media(prefers-reduced-motion:reduce){.profile-report-option,.profile-report-note textarea{transition:none}}.profile-work-settings{position:absolute;z-index:20;top:9px;left:9px;pointer-events:none}.profile-work-settings__trigger{display:grid;width:32px;height:32px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:9px;color:#fff;background:rgba(12,14,21,.56);box-shadow:0 7px 20px rgba(0,0,0,.16);opacity:0;transform:translateY(-3px);pointer-events:none;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:opacity .16s ease,transform .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease}.profile-work-settings__trigger svg{display:block;width:15px;height:15px}.post-card:hover .profile-work-settings__trigger,.post-card:focus-within .profile-work-settings__trigger,.profile-work-settings.is-open .profile-work-settings__trigger{opacity:1;transform:none;pointer-events:auto}.profile-work-settings__trigger:hover,.profile-work-settings__trigger:focus-visible,.profile-work-settings.is-open .profile-work-settings__trigger{border-color:color-mix(in srgb,var(--ac) 72%,white 28%);outline:0;color:#fff;background:color-mix(in srgb,var(--ac) 80%,#111827);box-shadow:0 7px 20px rgba(0,0,0,.22),0 0 0 2px color-mix(in srgb,var(--ac) 22%,transparent)}.profile-work-settings__menu{position:absolute;top:39px;left:0;width:174px;padding:5px;border:1px solid color-mix(in srgb,var(--t-border) 88%,rgba(255,255,255,.12));border-radius:12px;background:color-mix(in srgb,var(--t-elevated) 96%,transparent);box-shadow:0 15px 38px rgba(0,0,0,.34);pointer-events:auto;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:profileWorkMenuIn .14s ease both}.profile-work-settings__menu[hidden]{display:none}.profile-work-settings__menu :is(a,button){display:flex;width:100%;min-height:37px;padding:0 10px;align-items:center;gap:9px;border:0;border-radius:8px;color:var(--t-text);background:transparent;font:inherit;font-size:11.5px;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .14s ease,color .14s ease}.profile-work-settings__menu :is(a,button):is(:hover,:focus-visible){outline:0;color:#fff;background:color-mix(in srgb,var(--ac) 22%,rgba(255,255,255,.05))}.profile-work-settings__menu :is(a,button)>svg{width:14px;height:14px;flex:0 0 14px}.profile-work-settings__menu .danger{color:#ef7b86}.profile-work-settings__menu .danger:is(:hover,:focus-visible){color:#ff98a1;background:rgba(239,93,106,.13)}@keyframes profileWorkMenuIn{from{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}body.profile-work-delete-open{overflow:hidden}.profile-work-delete-modal{position:fixed;z-index:2600;inset:0;display:grid;padding:18px;place-items:center;background:rgba(3,5,10,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.profile-work-delete-modal[hidden]{display:none}.profile-work-delete-dialog{width:min(420px,100%);padding:20px;border:1px solid var(--t-border);border-radius:17px;color:var(--t-text);background:var(--t-card);box-shadow:0 28px 76px rgba(0,0,0,.42)}.profile-work-delete-icon{display:grid;width:40px;height:40px;margin-bottom:14px;place-items:center;border:1px solid color-mix(in srgb,#ef5d6a 42%,var(--t-border));border-radius:11px;color:#ef7b86;background:color-mix(in srgb,#ef5d6a 10%,var(--t-card))}.profile-work-delete-icon svg{width:18px;height:18px}.profile-work-delete-dialog h2{margin:0;font-size:16px;font-weight:740;letter-spacing:-.015em}.profile-work-delete-dialog p{margin:8px 0 0;color:var(--t-muted);font-size:12px;line-height:1.55}.profile-work-delete-actions{display:flex;margin-top:20px;justify-content:flex-end;gap:8px}.profile-work-delete-actions button{height:38px;padding:0 15px;border:1px solid var(--t-border);border-radius:10px;color:var(--t-text);background:transparent;font:inherit;font-size:11.5px;font-weight:680;cursor:pointer}.profile-work-delete-actions button:hover{background:var(--t-hover)}.profile-work-delete-actions .danger{border-color:color-mix(in srgb,#ef5d6a 70%,var(--t-border));color:#fff;background:#c94250}.profile-work-delete-actions .danger:hover{border-color:#ef5d6a;background:#df4d5a}.profile-work-delete-actions button:disabled{opacity:.55;cursor:wait}.profile-work-delete-error{min-height:17px;margin-top:9px;color:#ef7b86;font-size:11px;text-align:right}[data-theme=light] .profile-work-settings__trigger{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(27,37,54,.58)}[data-theme=light] .profile-work-settings__menu,[data-theme=light] .profile-work-delete-dialog{border-color:#d5deea;background:#fff;box-shadow:0 18px 46px rgba(43,61,89,.18)}[data-theme=light] .profile-work-settings__menu :is(a,button){color:#29364a}[data-theme=light] .profile-work-settings__menu :is(a,button):is(:hover,:focus-visible){color:#1e3a68;background:#edf3ff}[data-theme=light] .profile-work-settings__menu .danger{color:#c53f4c}[data-theme=light] .profile-work-settings__menu .danger:is(:hover,:focus-visible){color:#b83240;background:#fff1f2}:is(#profile-grid,#profile-likes-grid).is-reordering .profile-work-settings{display:none!important}@media(max-width:600px){.profile-work-settings{top:8px;left:8px}.profile-work-settings__trigger{width:32px;height:32px;opacity:1;transform:none;pointer-events:auto}.profile-work-settings__menu{top:39px;width:166px}.profile-work-delete-modal{padding:12px 10px 68px}.profile-work-delete-dialog{padding:18px}.profile-work-delete-actions button{flex:1}}@media(prefers-reduced-motion:reduce){.profile-work-settings__trigger,.profile-work-settings__menu{transition:none;animation:none;transform:none}}.profile-overview[data-cover-tone]{border-bottom-color:color-mix(in srgb,var(--cover-accent) 20%,var(--cover-b))!important}[data-theme=light] .profile-overview[data-cover-tone]{border-bottom-color:color-mix(in srgb,var(--cover-accent) 18%,var(--cover-b))!important}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=graphite]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=graphite]){--profile-tab-accent:#6f7a8d}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=indigo]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=indigo]){--profile-tab-accent:#536cf2}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=ocean]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=ocean]){--profile-tab-accent:#149aca}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=forest]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=forest]){--profile-tab-accent:#239c67}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=violet]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=violet]){--profile-tab-accent:#8f55c8}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=rose]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=rose]){--profile-tab-accent:#cf557c}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=amber]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=amber]){--profile-tab-accent:#bd7b18}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=steel]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=steel]){--profile-tab-accent:#738095}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=default]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=default]){--profile-tab-accent:#4f83df}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=volya]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=volya]){--profile-tab-accent:#176bc8}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=neon]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=neon]){--profile-tab-accent:#087f84}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=sunset]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=sunset]){--profile-tab-accent:#c95458}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=cosmic]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=cosmic]){--profile-tab-accent:#6655c8}html[data-theme=light] .profile-tabs,body[data-theme=light] .profile-tabs{background:#ffffff!important;background-image:none!important;border-color:#d6e1ee!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-tab,body[data-theme=light] .profile-tab{color:#687991!important;background:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important}html[data-theme=light] .profile-tabs .profile-tab:not(.active):hover,html[data-theme=light] .profile-tabs .profile-tab:not(.active):focus-visible,body[data-theme=light] .profile-tabs .profile-tab:not(.active):hover,body[data-theme=light] .profile-tabs .profile-tab:not(.active):focus-visible{color:color-mix(in srgb,#42546d 94%,var(--profile-tab-accent, #4f83df) 6%)!important;background:color-mix(in srgb,#ffffff 94%,var(--profile-tab-accent, #4f83df) 6%)!important;background-image:none!important;border-color:color-mix(in srgb,#d8e3ef 86%,var(--profile-tab-accent, #4f83df) 14%)!important;box-shadow:none!important}html[data-theme=light] .profile-tab.active,body[data-theme=light] .profile-tab.active{color:color-mix(in srgb,#334a66 88%,var(--profile-tab-accent, #4f83df) 12%)!important;background:color-mix(in srgb,#ffffff 89%,var(--profile-tab-accent, #4f83df) 11%)!important;background-image:none!important;border-color:color-mix(in srgb,#d2deeb 76%,var(--profile-tab-accent, #4f83df) 24%)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profile-tab-accent, #4f83df) 8%,transparent)!important;font-weight:650!important}html[data-theme=light] .profile-page-header,body[data-theme=light] .profile-page-header{background:#ffffff!important;background-image:none!important;border-bottom-color:#dce5ef!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-page-header::before,html[data-theme=light] .profile-page-header::after,body[data-theme=light] .profile-page-header::before,body[data-theme=light] .profile-page-header::after{display:none!important}html[data-theme=light] .profile-page-header__inner,body[data-theme=light] .profile-page-header__inner{background:transparent!important}html[data-theme=light] .profile-header-cover,html[data-theme=light] .profile-header-preview,body[data-theme=light] .profile-header-cover,body[data-theme=light] .profile-header-preview{color:#66778f!important;background:#ffffff!important;background-image:none!important;border-color:#d3deeb!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-header-cover:hover,html[data-theme=light] .profile-header-cover:focus-visible,html[data-theme=light] .profile-header-preview:hover,html[data-theme=light] .profile-header-preview:focus-visible,body[data-theme=light] .profile-header-cover:hover,body[data-theme=light] .profile-header-cover:focus-visible,body[data-theme=light] .profile-header-preview:hover,body[data-theme=light] .profile-header-preview:focus-visible{color:#2f5f9f!important;background:#f0f6fe!important;border-color:#bcd1e8!important}html[data-theme=light] .profile-header-preview[aria-pressed=true],body[data-theme=light] .profile-header-preview[aria-pressed=true]{color:#285b9d!important;background:#eaf3fd!important;border-color:#b7cde7!important}html[data-theme=light] #profile-achievements-panel .achv-overview,body[data-theme=light] #profile-achievements-panel .achv-overview{background:linear-gradient(105deg,color-mix(in srgb,rgb(var(--achv-accent)) 7%,#ffffff) 0%,color-mix(in srgb,rgb(var(--achv-accent)) 2.5%,#ffffff) 22%,#ffffff 43%,#ffffff 100%)!important;border-color:color-mix(in srgb,rgb(var(--achv-tone)) 9%,#dbe5f0)!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-overview::before,body[data-theme=light] #profile-achievements-panel .achv-overview::before{background:radial-gradient(circle,color-mix(in srgb,rgb(var(--achv-accent)) 8%,transparent) 0%,color-mix(in srgb,rgb(var(--achv-accent)) 2%,transparent) 44%,transparent 70%)!important;opacity:.7!important}html[data-theme=light] #profile-achievements-panel .achv-total,body[data-theme=light] #profile-achievements-panel .achv-total{background:transparent!important}html[data-theme=light] #profile-achievements-panel .achv-total,html[data-theme=light] #profile-achievements-panel .achv-stat+.achv-stat,body[data-theme=light] #profile-achievements-panel .achv-total,body[data-theme=light] #profile-achievements-panel .achv-stat+.achv-stat{border-color:color-mix(in srgb,rgb(var(--achv-tone)) 15%,#dbe5f0)!important}html[data-theme=light] #profile-achievements-panel :is(.achv-total__num,.achv-total__label,.achv-stat__num),body[data-theme=light] #profile-achievements-panel :is(.achv-total__num,.achv-total__label,.achv-stat__num){color:#263a58!important}html[data-theme=light] #profile-achievements-panel :is(.achv-total__sub,.achv-stat__label),body[data-theme=light] #profile-achievements-panel :is(.achv-total__sub,.achv-stat__label){color:#6f819b!important}html[data-theme=light] #profile-achievements-panel .achv-segments,body[data-theme=light] #profile-achievements-panel .achv-segments{background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-segment,body[data-theme=light] #profile-achievements-panel .achv-segment{color:#667994!important;background:transparent!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):hover,html[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):focus-visible,body[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):hover,body[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):focus-visible{color:#355b89!important;background:#f2f7fd!important;outline:none!important}html[data-theme=light] #profile-achievements-panel .achv-segment.is-active,body[data-theme=light] #profile-achievements-panel .achv-segment.is-active{color:#2d64ad!important;background:#edf5ff!important;background-image:none!important;box-shadow:inset 0 0 0 1px #bdd2ec!important}html[data-theme=light] #profile-interests .profile-interest-tag:hover,html[data-theme=light] #profile-interests .profile-interest-tag:focus-visible,html[data-theme=light] .profile-interests-v35-popover__tags .profile-interest-tag:hover,html[data-theme=light] .profile-interests-v35-popover__tags .profile-interest-tag:focus-visible,html[data-theme=light] .profile-interests-mobile-popover__tags .profile-interest-tag:hover,html[data-theme=light] .profile-interests-mobile-popover__tags .profile-interest-tag:focus-visible,body[data-theme=light] #profile-interests .profile-interest-tag:hover,body[data-theme=light] #profile-interests .profile-interest-tag:focus-visible{color:color-mix(in srgb,var(--profile-control-text) 88%,#355b89 12%)!important;background:color-mix(in srgb,rgba(255,255,255,.72) 76%,var(--profile-control-bg-hover) 24%)!important;border-color:rgba(68,96,136,.40)!important;box-shadow:none!important;outline:none!important}.profile-overview.is-interests-popover-open{overflow:visible!important;z-index:20!important}.profile-overview.is-interests-popover-open>.profile-identity{z-index:30!important}.profile-overview.is-interests-popover-open #profile-interests{z-index:40!important}.profile-overview.is-interests-popover-open .profile-interests-v35-popover{z-index:50!important}html[data-theme=light] .profile-overview .profile-handle-copy:hover,html[data-theme=light] .profile-overview .profile-handle-copy:focus-visible,body[data-theme=light] .profile-overview .profile-handle-copy:hover,body[data-theme=light] .profile-overview .profile-handle-copy:focus-visible{border-color:rgba(68,96,136,.40)!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-badge-count,body[data-theme=light] .profile-badge-count{transition:color .18s ease,background-color .18s ease,border-color .18s ease!important}html[data-theme=light] .profile-badge-count svg,body[data-theme=light] .profile-badge-count svg{transform-origin:50% 45%;transition:color .18s ease,transform .18s ease!important}html[data-theme=light] .profile-badge-count:hover,html[data-theme=light] .profile-badge-count:focus-visible,body[data-theme=light] .profile-badge-count:hover,body[data-theme=light] .profile-badge-count:focus-visible{color:#6d4b10!important;background:#fff2ca!important;border-color:#d8b559!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-badge-count:hover svg,html[data-theme=light] .profile-badge-count:focus-visible svg,body[data-theme=light] .profile-badge-count:hover svg,body[data-theme=light] .profile-badge-count:focus-visible svg{color:#bd861f!important;transform:rotate(-3deg)!important}html[data-theme=light] .profile-actions .profile-action--secondary,body[data-theme=light] .profile-actions .profile-action--secondary{color:#536782!important;background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-actions .profile-action--secondary:hover,html[data-theme=light] .profile-actions .profile-action--secondary:focus-visible,body[data-theme=light] .profile-actions .profile-action--secondary:hover,body[data-theme=light] .profile-actions .profile-action--secondary:focus-visible{color:#2f5f9f!important;background:#f1f6fd!important;border-color:#bfd1e6!important;outline:none!important}html[data-theme=light] .profile-overview .profile-stats,body[data-theme=light] .profile-overview .profile-stats{background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-overview .profile-stats>*+*,body[data-theme=light] .profile-overview .profile-stats>*+*{border-left-color:#e1e8f1!important}html[data-theme=light] .profile-overview .profile-stats .stat-clickable:hover,html[data-theme=light] .profile-overview .profile-stats .stat-clickable:focus-visible,body[data-theme=light] .profile-overview .profile-stats .stat-clickable:hover,body[data-theme=light] .profile-overview .profile-stats .stat-clickable:focus-visible{background:#f3f7fc!important}html[data-theme=light] .profile-overview .profile-social-icon,body[data-theme=light] .profile-overview .profile-social-icon{color:#63748c!important;background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-overview .profile-social-icon:hover,html[data-theme=light] .profile-overview .profile-social-icon:focus-visible,body[data-theme=light] .profile-overview .profile-social-icon:hover,body[data-theme=light] .profile-overview .profile-social-icon:focus-visible{color:#2f5f9f!important;background:#f1f6fd!important;border-color:#bfd1e6!important;box-shadow:none!important;transform:none!important}html[data-theme=light] .profile-header-awards__item--more span,body[data-theme=light] .profile-header-awards__item--more span{color:#ffffff!important}html[data-theme=light] .profile-status-menu.profile-now-menu,body[data-theme=light] .profile-status-menu.profile-now-menu{box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-head__copy,body[data-theme=light] #profile-achievements-panel .achv-head__copy{color:#64758e!important;opacity:1!important;font-weight:450!important}html[data-theme=light] .profile-link,html[data-theme=light] .profile-link:visited,body[data-theme=light] .profile-link,body[data-theme=light] .profile-link:visited{color:#4775ad!important}html[data-theme=light] .profile-link:hover,html[data-theme=light] .profile-link:focus-visible,body[data-theme=light] .profile-link:hover,body[data-theme=light] .profile-link:focus-visible{color:#2d5f9e!important;outline:none!important}html[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following,body[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following{color:#2f64a8!important;background:#eaf3ff!important;background-image:none!important;border-color:#b8cfea!important;box-shadow:none!important}html[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover,html[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:focus-visible,body[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover,body[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:focus-visible{color:#285a99!important;background:#e2efff!important;border-color:#a9c4e4!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-actions .profile-action--primary:not(.is-following),body[data-theme=light] .profile-actions .profile-action--primary:not(.is-following){color:#ffffff!important;background:#4f82e6!important;background-image:none!important;border-color:#4f82e6!important;box-shadow:none!important}html[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):hover,html[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):focus-visible,body[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):hover,body[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):focus-visible{color:#ffffff!important;background:#3f72d1!important;border-color:#3f72d1!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-empty-state__icon,html[data-theme=light] .profile-awarded-empty__icon,body[data-theme=light] .profile-empty-state__icon,body[data-theme=light] .profile-awarded-empty__icon{color:#4775ad!important;background:#f4f8fd!important;border-color:#d7e3f0!important;box-shadow:none!important}html[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) h3,body[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) h3{color:#2c3f5b!important}html[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) p,body[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) p{color:#71809a!important}html[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button),body[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button){color:#396ba9!important;background:#ffffff!important;border-color:#cddbea!important;box-shadow:none!important}html[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button):hover,body[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button):hover{color:#2d5f9e!important;background:#edf5ff!important;border-color:#b8cee7!important}html[data-theme=light] #profile-achievements-panel .achv-add,body[data-theme=light] #profile-achievements-panel .achv-add{color:#526882!important;background:#ffffff!important;border-color:#cfdae8!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-add:hover,body[data-theme=light] #profile-achievements-panel .achv-add:hover{color:#2f5f9f!important;background:#eef5fd!important;border-color:#b9cde5!important}html[data-theme=light] :is(.profile-tab,.profile-header-cover,.profile-header-preview,.profile-action,.profile-social-icon,.profile-interest-tag,.profile-empty-state__action,.profile-awarded-empty button,.achv-segment,.achv-add,.profile-link):focus-visible,body[data-theme=light] :is(.profile-tab,.profile-header-cover,.profile-header-preview,.profile-action,.profile-social-icon,.profile-interest-tag,.profile-empty-state__action,.profile-awarded-empty button,.achv-segment,.achv-add,.profile-link):focus-visible{outline:2px solid rgba(59,130,246,.66)!important;outline-offset:2px!important}html[data-theme=light] .profile-interests-modal,body[data-theme=light] .profile-interests-modal{background:rgba(36,52,75,.28)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}html[data-theme=light] .profile-interests-dialog,body[data-theme=light] .profile-interests-dialog{color:#2b3d58!important;background:#ffffff!important;border-color:#d4e0ed!important;box-shadow:none!important}html[data-theme=light] .profile-interests-dialog__header,html[data-theme=light] .profile-interests-dialog__footer,body[data-theme=light] .profile-interests-dialog__header,body[data-theme=light] .profile-interests-dialog__footer{background:#ffffff!important;border-color:#e0e8f2!important}html[data-theme=light] .profile-interests-dialog__header h2,body[data-theme=light] .profile-interests-dialog__header h2{color:#2b3d58!important}html[data-theme=light] .profile-interests-dialog__header p,html[data-theme=light] .profile-interests-limit,body[data-theme=light] .profile-interests-dialog__header p,body[data-theme=light] .profile-interests-limit{color:#71819a!important}html[data-theme=light] .profile-interests-close,body[data-theme=light] .profile-interests-close{color:#71819a!important;background:#f3f7fc!important;border:1px solid #e0e8f2!important}html[data-theme=light] .profile-interests-close:hover,body[data-theme=light] .profile-interests-close:hover{color:#345d91!important;background:#eaf3fd!important;border-color:#c4d7eb!important}html[data-theme=light] .profile-interest-categories,body[data-theme=light] .profile-interest-categories{background:#f5f8fd!important;border-color:#d9e4f0!important}html[data-theme=light] .profile-interest-categories button,body[data-theme=light] .profile-interest-categories button{color:#6a7b94!important;box-shadow:none!important}html[data-theme=light] .profile-interest-categories button:hover,body[data-theme=light] .profile-interest-categories button:hover{color:#3d5d82!important;background:#e1edfb!important}html[data-theme=light] .profile-interest-categories button.is-active,body[data-theme=light] .profile-interest-categories button.is-active{color:#2e5f9e!important;background:#eaf3ff!important;box-shadow:inset 0 0 0 1px #c5d9ee!important}html[data-theme=light] .profile-interests-options button,body[data-theme=light] .profile-interests-options button{color:#586c87!important;background:#f7faff!important;border-color:#d8e3ef!important;box-shadow:none!important}html[data-theme=light] .profile-interests-options button::after,body[data-theme=light] .profile-interests-options button::after{display:none!important}html[data-theme=light] .profile-interests-options button:hover,html[data-theme=light] .profile-interests-options button:focus-visible,body[data-theme=light] .profile-interests-options button:hover,body[data-theme=light] .profile-interests-options button:focus-visible{color:#315b8f!important;background:#eef5fd!important;border-color:#abc4df!important;outline:none!important}html[data-theme=light] .profile-interests-options button.is-selected,body[data-theme=light] .profile-interests-options button.is-selected{color:#285b9d!important;background:#e8f2ff!important;border-color:#9bbbe0!important;box-shadow:none!important}html[data-theme=light] .profile-interests-options button.is-selected::after,body[data-theme=light] .profile-interests-options button.is-selected::after{display:none!important}.profile-interest-check{display:none}html[data-theme=light] .profile-interests-options button.is-selected .profile-interest-check,body[data-theme=light] .profile-interests-options button.is-selected .profile-interest-check{position:absolute;top:50%;right:10px;display:block;width:14px;height:14px;color:#3971ba;transform:translateY(-50%);pointer-events:none}html[data-theme=light] .profile-interest-check svg,body[data-theme=light] .profile-interest-check svg{display:block;width:100%;height:100%}html[data-theme=light] .profile-interests-cancel,body[data-theme=light] .profile-interests-cancel{color:#536781!important;background:#ffffff!important;border:1px solid #cfdbe9!important;box-shadow:none!important}html[data-theme=light] .profile-interests-cancel:hover,body[data-theme=light] .profile-interests-cancel:hover{color:#315f98!important;background:#eff6fd!important;border-color:#b8cee7!important}html[data-theme=light] .profile-interests-save,body[data-theme=light] .profile-interests-save{color:#ffffff!important;background:#4f82e6!important;border-color:#4f82e6!important;box-shadow:none!important}html[data-theme=light] .profile-interests-save:hover,body[data-theme=light] .profile-interests-save:hover{background:#3f72d1!important;border-color:#3f72d1!important}html[data-theme=light] .profile-sort__button,body[data-theme=light] .profile-sort__button{color:#5d708a!important;background:#ffffff!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-sort__button:hover,html[data-theme=light] .profile-sort__button[aria-expanded=true],body[data-theme=light] .profile-sort__button:hover,body[data-theme=light] .profile-sort__button[aria-expanded=true]{color:#315f98!important;background:#eef5fd!important;border-color:#b9cee6!important}html[data-theme=light] .profile-sort__menu,body[data-theme=light] .profile-sort__menu{background:#ffffff!important;border-color:#cfdbE9!important;box-shadow:none!important}html[data-theme=light] .profile-sort__menu button,body[data-theme=light] .profile-sort__menu button{color:#657791!important;background:transparent!important}html[data-theme=light] .profile-sort__menu button:hover,body[data-theme=light] .profile-sort__menu button:hover{color:#355d8d!important;background:#f0f6fd!important}html[data-theme=light] .profile-sort__menu a.is-active,body[data-theme=light] .profile-sort__menu a.is-active{color:#1d4ed8!important;background:#e8f0ff!important;font-weight:600}html[data-theme=light] .profile-sort__menu button.is-active,body[data-theme=light] .profile-sort__menu button.is-active{color:#2c61a3!important;background:#e8f2ff!important;box-shadow:inset 0 0 0 1px #c5d9ee!important}html[data-theme=light] .profile-reorder-button,html[data-theme=light] .profile-reorder-cancel,body[data-theme=light] .profile-reorder-button,body[data-theme=light] .profile-reorder-cancel{color:#5d708a!important;background:#ffffff!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-reorder-button:hover,html[data-theme=light] .profile-reorder-button:focus-visible,html[data-theme=light] .profile-reorder-cancel:hover,html[data-theme=light] .profile-reorder-cancel:focus-visible,body[data-theme=light] .profile-reorder-button:hover,body[data-theme=light] .profile-reorder-button:focus-visible,body[data-theme=light] .profile-reorder-cancel:hover,body[data-theme=light] .profile-reorder-cancel:focus-visible{color:#315f98!important;background:#eef5fd!important;border-color:#b9cee6!important;outline:none!important}html[data-theme=light] #profile-grid .add-work-card,body[data-theme=light] #profile-grid .add-work-card{color:#30445f!important;background:#f8fbff!important;background-image:none!important;border-color:#aec8e8!important;box-shadow:none!important}html[data-theme=light] #profile-grid .add-work-card__plus,body[data-theme=light] #profile-grid .add-work-card__plus{color:#3f7bd1!important;background:#e4efff!important;border-color:#aac6e9!important;box-shadow:none!important}html[data-theme=light] #profile-grid .add-work-card:hover,html[data-theme=light] #profile-grid .add-work-card:focus-visible,body[data-theme=light] #profile-grid .add-work-card:hover,body[data-theme=light] #profile-grid .add-work-card:focus-visible{background:#edf5ff!important;border-color:#78a5dc!important;outline:none!important}html[data-theme=light] #profile-grid .add-work-card:hover .add-work-card__plus,html[data-theme=light] #profile-grid .add-work-card:focus-visible .add-work-card__plus,body[data-theme=light] #profile-grid .add-work-card:hover .add-work-card__plus,body[data-theme=light] #profile-grid .add-work-card:focus-visible .add-work-card__plus{color:#ffffff!important;background:#4f82e6!important;border-color:#4f82e6!important}html[data-theme=light] .fl-overlay,body[data-theme=light] .fl-overlay{background:rgba(36,52,75,.26)!important;backdrop-filter:blur(7px)!important;-webkit-backdrop-filter:blur(7px)!important}html[data-theme=light] .fl-box,body[data-theme=light] .fl-box{background:#fbfdff!important;border-color:#cedbea!important;box-shadow:none!important}html[data-theme=light] .fl-header,body[data-theme=light] .fl-header{background:#ffffff!important;border-color:#e0e8f2!important}html[data-theme=light] .fl-list,body[data-theme=light] .fl-list{background:#fbfdff!important}html[data-theme=light] .fl-row:hover,html[data-theme=light] .fl-row:focus-within,body[data-theme=light] .fl-row:hover,body[data-theme=light] .fl-row:focus-within{background:#edf5ff!important;border-color:#c6d9ee!important}html[data-theme=light] .fl-close:hover,html[data-theme=light] .fl-close:focus-visible,body[data-theme=light] .fl-close:hover,body[data-theme=light] .fl-close:focus-visible{color:#315f98!important;background:#edf5ff!important;border-color:#c6d9ee!important}html[data-theme=light] .fl-name:hover,body[data-theme=light] .fl-name:hover{color:#2d62a5!important}html[data-theme=light] .fl-btn:not(.following),body[data-theme=light] .fl-btn:not(.following){color:#386faf!important;background:#ffffff!important;border-color:#a9c5e7!important}html[data-theme=light] .fl-btn:not(.following):hover,html[data-theme=light] .fl-btn:not(.following):focus-visible,body[data-theme=light] .fl-btn:not(.following):hover,body[data-theme=light] .fl-btn:not(.following):focus-visible{color:#ffffff!important;background:#4f82e6!important;border-color:#4f82e6!important}html[data-theme=light] .fl-btn.following,body[data-theme=light] .fl-btn.following{color:#b9485d!important;background:#ffffff!important;border-color:#e5b7c0!important}html[data-theme=light] .fl-avatar.avatar-tone-blue,body[data-theme=light] .fl-avatar.avatar-tone-blue{color:#255fb4!important;background:#e9f2ff!important}html[data-theme=light] .fl-avatar.avatar-tone-violet,body[data-theme=light] .fl-avatar.avatar-tone-violet{color:#6d43b8!important;background:#f0ebff!important}html[data-theme=light] .fl-avatar.avatar-tone-cyan,body[data-theme=light] .fl-avatar.avatar-tone-cyan{color:#087b8b!important;background:#e4f8fa!important}html[data-theme=light] .fl-avatar.avatar-tone-rose,body[data-theme=light] .fl-avatar.avatar-tone-rose{color:#b4344e!important;background:#ffedf1!important}html[data-theme=light] .fl-avatar.avatar-tone-amber,body[data-theme=light] .fl-avatar.avatar-tone-amber{color:#9a6514!important;background:#fff6df!important}html[data-theme=light] .profile-page-title .profile-page-handle,body[data-theme=light] .profile-page-title .profile-page-handle{color:#607a9c!important;background:transparent!important;box-shadow:none!important}html[data-theme=light] .profile-page-title .profile-page-handle:hover,html[data-theme=light] .profile-page-title .profile-page-handle:focus-visible,body[data-theme=light] .profile-page-title .profile-page-handle:hover,body[data-theme=light] .profile-page-title .profile-page-handle:focus-visible{color:#2f66aa!important;background:#eef5ff!important;box-shadow:none!important}html[data-theme=light] .profile-page-title .profile-page-handle:active,html[data-theme=light] .profile-page-title .profile-page-handle.is-copied,body[data-theme=light] .profile-page-title .profile-page-handle:active,body[data-theme=light] .profile-page-title .profile-page-handle.is-copied{color:#285b98!important;background:#e7f1ff!important;box-shadow:none!important}body.profile-one-award-demo .profile-header-awards [data-profile-award],body.profile-one-award-demo #profile-achievements-grid .award-mini,body.profile-one-award-demo #profile-grid .post-card .card-badge,body.profile-one-award-demo #profile-grid .post-card .card-badge>*{display:none!important}body.profile-one-award-demo .profile-header-awards [data-profile-award]:first-of-type,body.profile-one-award-demo #profile-grid .post-card:first-of-type .card-badge>:first-child{display:block!important}body.profile-one-award-demo #profile-achievements-grid .award-mini:first-of-type{display:flex!important}body.profile-one-award-demo #profile-grid .post-card:first-of-type .card-badge{display:flex!important}body.profile-one-award-demo .profile-header-awards [data-profile-award-more]{display:none!important}.profile-socials.profile-socials--identity{width:max-content!important;max-width:100%!important;min-height:30px;margin:10px 0 0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important;gap:7px!important;transform:none!important}.profile-socials--identity .profile-social-icon{width:30px!important;height:30px!important}.profile-socials--identity .profile-socials__label{margin-right:3px;min-height:30px;display:inline-flex;align-items:center;color:var(--profile-control-muted)!important;font-size:10px;font-weight:650;line-height:1;white-space:nowrap}.profile-socials--identity .profile-socials__label::after{content:":"}html[data-theme] body .profile-overview .profile-socials--identity .profile-socials__label,html[data-theme] body .profile-overview #profile-interests>.profile-interests__label{color:color-mix(in srgb,var(--t-muted) 82%,var(--cover-accent) 18%)!important}.profile-socials--identity.is-label-hidden .profile-socials__label{display:none!important}@media(max-width:720px){.profile-socials.profile-socials--identity{margin:8px auto 0!important;justify-content:center!important}.profile-connect-row{margin-top:12px!important}.profile-side{gap:10px!important}.profile-overview{padding-bottom:18px!important}}html:not([data-theme=light]) .profile-overview .profile-avatar,body:not([data-theme=light]) .profile-overview .profile-avatar{border:0!important;box-shadow:none!important;outline:3px solid color-mix(in srgb,var(--cover-accent) 34%,rgba(255,255,255,.08))!important;outline-offset:0!important}html[data-theme=light] .profile-overview .profile-avatar,body[data-theme=light] .profile-overview .profile-avatar{border:0!important;box-shadow:none!important;outline:3px solid color-mix(in srgb,var(--cover-accent) 20%,rgba(15,23,42,.05))!important;outline-offset:0!important}html[data-theme] .profile-overview .profile-avatar:hover,html[data-theme] .profile-overview .profile-avatar:focus-visible,body[data-theme] .profile-overview .profile-avatar:hover,body[data-theme] .profile-overview .profile-avatar:focus-visible{border:0!important;box-shadow:none!important;outline-color:color-mix(in srgb,var(--cover-accent) 42%,rgba(255,255,255,.10))!important}html[data-theme=light] .profile-overview .profile-avatar:hover,html[data-theme=light] .profile-overview .profile-avatar:focus-visible,body[data-theme=light] .profile-overview .profile-avatar:hover,body[data-theme=light] .profile-overview .profile-avatar:focus-visible{outline-color:color-mix(in srgb,var(--cover-accent) 28%,rgba(15,23,42,.06))!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=default],body:not([data-theme=light]) .profile-overview[data-cover-tone=default]{--profile-avatar-outline:rgba(119, 137, 174, .28);--profile-avatar-outline-hover:rgba(137, 157, 199, .38)}html:not([data-theme=light]) .profile-overview[data-cover-tone=graphite],body:not([data-theme=light]) .profile-overview[data-cover-tone=graphite]{--profile-avatar-outline:rgba(154, 164, 184, .27);--profile-avatar-outline-hover:rgba(172, 183, 205, .37)}html:not([data-theme=light]) .profile-overview[data-cover-tone=indigo],body:not([data-theme=light]) .profile-overview[data-cover-tone=indigo]{--profile-avatar-outline:rgba(112, 134, 255, .34);--profile-avatar-outline-hover:rgba(133, 153, 255, .44)}html:not([data-theme=light]) .profile-overview[data-cover-tone=ocean],body:not([data-theme=light]) .profile-overview[data-cover-tone=ocean]{--profile-avatar-outline:rgba(53, 183, 232, .31);--profile-avatar-outline-hover:rgba(76, 199, 240, .41)}html:not([data-theme=light]) .profile-overview[data-cover-tone=forest],body:not([data-theme=light]) .profile-overview[data-cover-tone=forest]{--profile-avatar-outline:rgba(57, 197, 138, .29);--profile-avatar-outline-hover:rgba(76, 210, 153, .39)}html:not([data-theme=light]) .profile-overview[data-cover-tone=violet],body:not([data-theme=light]) .profile-overview[data-cover-tone=violet]{--profile-avatar-outline:rgba(180, 124, 255, .32);--profile-avatar-outline-hover:rgba(194, 146, 255, .42)}html:not([data-theme=light]) .profile-overview[data-cover-tone=rose],body:not([data-theme=light]) .profile-overview[data-cover-tone=rose]{--profile-avatar-outline:rgba(239, 120, 159, .30);--profile-avatar-outline-hover:rgba(246, 143, 177, .40)}html:not([data-theme=light]) .profile-overview[data-cover-tone=amber],body:not([data-theme=light]) .profile-overview[data-cover-tone=amber]{--profile-avatar-outline:rgba(233, 172, 74, .29);--profile-avatar-outline-hover:rgba(241, 190, 105, .39)}html:not([data-theme=light]) .profile-overview[data-cover-tone=steel],body:not([data-theme=light]) .profile-overview[data-cover-tone=steel]{--profile-avatar-outline:rgba(170, 182, 199, .28);--profile-avatar-outline-hover:rgba(190, 201, 216, .38)}html:not([data-theme=light]) .profile-overview[data-cover-tone=volya],body:not([data-theme=light]) .profile-overview[data-cover-tone=volya]{--profile-avatar-outline:rgba(132, 151, 255, .33);--profile-avatar-outline-hover:rgba(157, 173, 255, .43)}html:not([data-theme=light]) .profile-overview[data-cover-tone=neon],body:not([data-theme=light]) .profile-overview[data-cover-tone=neon]{--profile-avatar-outline:rgba(69, 210, 201, .31);--profile-avatar-outline-hover:rgba(91, 224, 215, .41)}html:not([data-theme=light]) .profile-overview[data-cover-tone=sunset],body:not([data-theme=light]) .profile-overview[data-cover-tone=sunset]{--profile-avatar-outline:rgba(237, 126, 102, .31);--profile-avatar-outline-hover:rgba(246, 149, 121, .41)}html:not([data-theme=light]) .profile-overview[data-cover-tone=cosmic],body:not([data-theme=light]) .profile-overview[data-cover-tone=cosmic]{--profile-avatar-outline:rgba(157, 120, 232, .33);--profile-avatar-outline-hover:rgba(177, 143, 244, .43)}html:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar,body:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar{outline-color:var(--profile-avatar-outline)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:hover,html:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:focus-visible,body:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:hover,body:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:focus-visible{outline-color:var(--profile-avatar-outline-hover)!important}html[data-theme=light] .profile-overview[data-cover-tone] .profile-avatar{outline-color:color-mix(in srgb,var(--cover-accent) 20%,rgba(15,23,42,.05))!important}html[data-theme=light] .profile-overview[data-cover-tone] .profile-avatar:hover,html[data-theme=light] .profile-overview[data-cover-tone] .profile-avatar:focus-visible{outline-color:color-mix(in srgb,var(--cover-accent) 28%,rgba(15,23,42,.06))!important}.profile-main:has(.profile-overview[data-cover-tone=default]){--profile-thought-accent:#6689d9}.profile-main:has(.profile-overview[data-cover-tone=graphite]){--profile-thought-accent:#8796ad}.profile-main:has(.profile-overview[data-cover-tone=indigo]){--profile-thought-accent:#7584e8}.profile-main:has(.profile-overview[data-cover-tone=ocean]){--profile-thought-accent:#38a5c8}.profile-main:has(.profile-overview[data-cover-tone=forest]){--profile-thought-accent:#43a77e}.profile-main:has(.profile-overview[data-cover-tone=violet]){--profile-thought-accent:#a16bc4}.profile-main:has(.profile-overview[data-cover-tone=rose]){--profile-thought-accent:#c85f86}.profile-main:has(.profile-overview[data-cover-tone=amber]){--profile-thought-accent:#bf8235}.profile-main:has(.profile-overview[data-cover-tone=steel]){--profile-thought-accent:#7b8fa9}.profile-main:has(.profile-overview[data-cover-tone=volya]){--profile-thought-accent:#6d84e8}.profile-main:has(.profile-overview[data-cover-tone=neon]){--profile-thought-accent:#319c9e}.profile-main:has(.profile-overview[data-cover-tone=sunset]){--profile-thought-accent:#c76655}.profile-main:has(.profile-overview[data-cover-tone=cosmic]){--profile-thought-accent:#8567c7}.profile-main:has(.profile-overview[data-cover-tone=default]){--profile-thought-tone:48,53,67;--profile-thought-active:94,103,125}.profile-main:has(.profile-overview[data-cover-tone=graphite]){--profile-thought-tone:64,70,84;--profile-thought-active:116,125,145}.profile-main:has(.profile-overview[data-cover-tone=indigo]){--profile-thought-tone:55,65,132;--profile-thought-active:103,116,210}.profile-main:has(.profile-overview[data-cover-tone=ocean]){--profile-thought-tone:25,87,112;--profile-thought-active:63,148,180}.profile-main:has(.profile-overview[data-cover-tone=forest]){--profile-thought-tone:38,86,70;--profile-thought-active:75,145,118}.profile-main:has(.profile-overview[data-cover-tone=violet]){--profile-thought-tone:91,57,119;--profile-thought-active:148,96,181}.profile-main:has(.profile-overview[data-cover-tone=rose]){--profile-thought-tone:119,55,82;--profile-thought-active:177,91,125}.profile-main:has(.profile-overview[data-cover-tone=amber]){--profile-thought-tone:119,85,39;--profile-thought-active:178,132,65}.profile-main:has(.profile-overview[data-cover-tone=steel]){--profile-thought-tone:73,85,101;--profile-thought-active:125,141,161}.profile-main:has(.profile-overview[data-cover-tone=volya]){--profile-thought-tone:42,68,126;--profile-thought-active:83,117,204}.profile-main:has(.profile-overview[data-cover-tone=neon]){--profile-thought-tone:27,94,101;--profile-thought-active:62,163,170}.profile-main:has(.profile-overview[data-cover-tone=sunset]){--profile-thought-tone:126,61,53;--profile-thought-active:188,101,80}.profile-main:has(.profile-overview[data-cover-tone=cosmic]){--profile-thought-tone:74,57,126;--profile-thought-active:129,101,193}.profile-main:has(.profile-overview[data-cover-tone]){--profile-thought-accent:rgb(var(--profile-thought-active,94,103,125))}.profile-thoughts{width:min(100%,var(--profile-max));margin:0 auto;padding:0 0 42px}.profile-thoughts__heading{min-height:19px;margin-bottom:14px;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px}[data-theme=light] body.profile-page .profile-thoughts__heading{background:transparent!important}.profile-thoughts__eyebrow{display:block;margin-bottom:4px;color:var(--t-muted);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.profile-thoughts__heading h2{margin:0;color:var(--t-text);font-size:18px;font-weight:720;line-height:1.2}.profile-thoughts__total{width:auto!important;min-width:28px;height:24px;padding:0 8px;display:inline-flex!important;flex:0 0 auto!important;align-self:flex-end!important;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 22%,var(--t-border));border-radius:8px;background:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 7%,var(--t-input));color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 46%,var(--t-muted));font-size:10px;font-weight:700;font-variant-numeric:tabular-nums}.profile-thoughts__grid{display:block;columns:3;column-gap:12px;column-fill:balance}.profile-thought-card{position:relative;width:100%;min-width:0;height:auto;margin:0 0 12px;display:inline-block;overflow:hidden;break-inside:avoid;vertical-align:top;border:1px solid color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 16%,var(--t-border));border-radius:17px;background:color-mix(in srgb,var(--t-card) 94%,var(--profile-thought-accent,var(--ac)) 6%);transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.profile-thought-card:hover{border-color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 34%,var(--t-border));background:color-mix(in srgb,var(--t-card) 89%,var(--profile-thought-accent,var(--ac)) 11%);transform:translateY(-1px)}html:not([data-theme=light]) .profile-thought-card,body:not([data-theme=light]) .profile-thought-card{border-color:rgba(var(--profile-thought-active,94,103,125),.24);background:linear-gradient(180deg,rgba(var(--profile-thought-active,94,103,125),.105),rgba(var(--profile-thought-tone,48,53,67),.06)),rgba(11,12,18,.88)}html:not([data-theme=light]) .profile-thought-card:hover,body:not([data-theme=light]) .profile-thought-card:hover{border-color:rgba(var(--profile-thought-active,94,103,125),.38);background:linear-gradient(180deg,rgba(var(--profile-thought-active,94,103,125),.15),rgba(var(--profile-thought-tone,48,53,67),.08)),rgba(11,12,18,.86)}html[data-theme=light] .profile-thought-card,body[data-theme=light] .profile-thought-card{border-color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 12%,var(--t-border));background:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 2%,#fff);box-shadow:none}html[data-theme=light] .profile-thought-card:hover,body[data-theme=light] .profile-thought-card:hover{border-color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 38%,var(--t-border));background:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 4%,#fff);box-shadow:none}[data-theme=light] .profile-thought-card :is(.profile-thought-card__mark,.profile-thought-card__discussion){color:color-mix(in srgb,rgb(var(--profile-thought-tone,48,53,67)) 80%,var(--t-text))}.profile-thought-card__open{width:100%;height:auto;min-height:0;padding:17px 18px 14px;display:flex;flex-direction:column;align-items:stretch;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.profile-thought-card__open:focus-visible{outline:2px solid color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 58%,transparent);outline-offset:-3px;border-radius:16px}.profile-thought-card__top{min-height:22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-thought-card__mark{width:22px;height:22px;display:grid;place-items:center;color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 78%,var(--t-text));font-size:0;line-height:1}.profile-thought-card__mark::before{content:"";width:17px;height:17px;display:block;background-color:currentColor;-webkit-mask-image:var(--thought-quote-mask);mask-image:var(--thought-quote-mask);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transform:scale(1.2);transform-origin:center}.profile-thought-card__top time{color:var(--t-muted);font-size:9.5px;white-space:nowrap}.profile-thought-card__body{margin-top:11px;display:-webkit-box;overflow:hidden;color:var(--t-text);font-size:14px;font-weight:540;line-height:1.58;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:5}.profile-thought-card:has(.profile-thought-card__media) .profile-thought-card__body{-webkit-line-clamp:2}.profile-thought-card__media{width:max-content;max-width:100%;height:56px;flex:0 0 56px;margin:10px 0 0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:6px;overflow:visible;border:0;border-radius:0;background:transparent}.profile-thought-card__media img{width:84px!important;height:56px!important;min-width:84px;flex:0 0 84px;box-sizing:border-box;border:1px solid color-mix(in srgb,var(--t-border) 80%,var(--profile-thought-accent,var(--ac)) 20%);border-radius:8px;background:color-mix(in srgb,var(--t-input) 93%,var(--profile-thought-accent,var(--ac)) 7%);object-fit:cover!important;object-position:center!important}.profile-thought-card__footer{min-height:30px;margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--t-muted)}.profile-thought-card__metrics{display:flex;align-items:center;gap:13px}.profile-thought-card__metrics>span{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-variant-numeric:tabular-nums}.profile-thought-card__metrics svg{width:13px;height:13px}.profile-thought-card__discussion{display:inline-flex;align-items:center;gap:3px;color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 62%,var(--t-muted));font-size:9.5px;font-weight:650}.profile-thought-card__discussion svg{width:15px;height:15px;transition:transform .18s ease}.profile-thought-card:hover .profile-thought-card__discussion svg{transform:translateX(2px)}.profile-thoughts-empty{min-height:300px;padding:44px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed var(--t-border);border-radius:18px;text-align:center}.profile-thoughts-empty__icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 22%,var(--t-border));border-radius:14px;background:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 7%,var(--t-input));color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 58%,var(--t-muted))}.profile-thoughts-empty__icon svg{width:22px;height:22px}.profile-thoughts-empty h3{margin-top:14px;color:var(--t-text);font-size:14px;font-weight:700}.profile-thoughts-empty p{margin-top:6px;color:var(--t-muted);font-size:11px}.profile-thoughts-empty button{height:36px;margin-top:18px;padding:0 14px;border:1px solid var(--profile-thought-accent,var(--ac));border-radius:10px;background:var(--profile-thought-accent,var(--ac));color:#fff;font-size:11px;font-weight:700}.profile-thoughts__load-more{width:100%;padding:26px 0 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.profile-thoughts__load-more button{min-width:148px;height:38px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 24%,var(--t-border));border-radius:10px;background:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 8%,var(--t-card));color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 68%,var(--t-text));font-size:12px;font-weight:650;line-height:1;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.profile-thoughts__load-more button:hover:not(:disabled){border-color:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 38%,var(--t-border));background:color-mix(in srgb,var(--profile-thought-accent,var(--ac)) 13%,var(--t-card));color:var(--t-text)}.profile-thoughts__load-more button:disabled{cursor:default;opacity:.65}.profile-thoughts__load-more>span{color:var(--t-muted);font-size:10px;font-variant-numeric:tabular-nums}.profile-thoughts__spinner{width:13px;height:13px;flex:0 0 13px;border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%;animation:profile-thoughts-spin .7s linear infinite}@keyframes profile-thoughts-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.profile-thoughts{padding:0 0 34px}.profile-thoughts__heading{min-height:19px;margin-bottom:12px}.profile-thoughts__heading h2{font-size:16px}.profile-thoughts__grid{columns:1;column-gap:0}.profile-thought-card{height:auto;margin-bottom:9px;border-radius:15px}.profile-thought-card__open{height:auto;padding:15px 15px 12px}.profile-thought-card__body{font-size:13px;line-height:1.55;-webkit-line-clamp:5}.profile-thought-card:has(.profile-thought-card__media) .profile-thought-card__body{-webkit-line-clamp:2}.profile-thought-card__media{height:56px;flex-basis:56px;margin-top:10px}.profile-thought-card__discussion{font-size:9px}}@media(min-width:721px)and (max-width:900px){.profile-thoughts__grid{columns:2}}@media(max-width:410px){.profile-tabs:has(.profile-tab[data-profile-tab=thoughts]){display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:2px!important}.profile-tabs:has(.profile-tab[data-profile-tab=thoughts]) .profile-tab{min-width:0!important;padding-inline:4px!important;font-size:10px!important}}.profile-tab[data-profile-tab=thoughts]>svg,.profile-foreign-menu [data-profile-thoughts]>svg,.profile-thoughts-empty__icon>svg{display:none!important}.profile-tab[data-profile-tab=thoughts]::before,.profile-foreign-menu [data-profile-thoughts]::before,.profile-thoughts-empty__icon::before{content:"";display:block;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5C4 7.9 5.45 6.2 8.25 5.4l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H4v-5.05Zm10 0c0-2.6 1.45-4.3 4.25-5.1l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H14v-5.05Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 10.5C4 7.9 5.45 6.2 8.25 5.4l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H4v-5.05Zm10 0c0-2.6 1.45-4.3 4.25-5.1l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H14v-5.05Z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.profile-tab[data-profile-tab=thoughts]::before{width:18px;height:18px;flex:0 0 18px}.profile-foreign-menu [data-profile-thoughts]::before{width:18px;height:18px;flex:0 0 18px}.profile-thoughts-empty__icon::before{width:24px;height:24px}.profile-tab[data-profile-tab=thoughts]::before,.profile-foreign-menu [data-profile-thoughts]::before,.profile-thoughts-empty__icon::before{-webkit-mask-image:var(--thought-quote-mask)!important;mask-image:var(--thought-quote-mask)!important;transform:scale(1.2);transform-origin:center}@media(max-width:410px){.profile-tabs .profile-tab[data-profile-tab=thoughts]::before{display:none!important}}.profile-avatar-stack{position:relative}.profile-curator-mark{position:relative;top:-2px;width:24px;height:24px;flex:0 0 24px;padding:0!important;display:grid;place-items:center;box-sizing:border-box;line-height:0;border:1px solid color-mix(in srgb,var(--cover-accent,var(--ac)) 34%,var(--t-border));border-radius:8px;background:color-mix(in srgb,var(--cover-accent,var(--ac)) 10%,var(--t-elevated));color:color-mix(in srgb,var(--cover-accent,var(--ac)) 50%,var(--t-text));box-shadow:inset 0 1px 0 rgba(255,255,255,.035);transition:color .16s ease,border-color .16s ease,background-color .16s ease}.profile-curator-mark:hover,.profile-curator-mark:focus-visible{border-color:color-mix(in srgb,var(--cover-accent,var(--ac)) 52%,var(--t-border));background:color-mix(in srgb,var(--cover-accent,var(--ac)) 17%,var(--t-elevated));color:color-mix(in srgb,var(--cover-accent,var(--ac)) 68%,var(--t-text));outline:0}.profile-curator-mark svg{width:14px;height:14px;display:block;place-self:center;transform:none!important}.profile-curator-mark .curator-crown__shape{transform:scale(.94);transform-origin:12px 12px}.profile-tab .curator-crown{width:15px!important;height:15px!important;transform:translateY(-2px)}[data-theme=light] .profile-curator-mark{border-color:color-mix(in srgb,var(--cover-accent,var(--ac)) 26%,var(--t-border));background:color-mix(in srgb,var(--cover-accent,var(--ac)) 8%,var(--t-elevated));color:color-mix(in srgb,var(--cover-accent,var(--ac)) 58%,#334a66);box-shadow:none}[data-theme=light] .profile-curator-mark:hover,[data-theme=light] .profile-curator-mark:focus-visible{border-color:color-mix(in srgb,var(--cover-accent,var(--ac)) 42%,var(--t-border));background:color-mix(in srgb,var(--cover-accent,var(--ac)) 13%,var(--t-elevated));color:color-mix(in srgb,var(--cover-accent,var(--ac)) 72%,#334a66)}.profile-curation{width:min(100%,var(--profile-max));margin:0 auto;padding:0 0 42px}.profile-curation__heading{margin-bottom:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.profile-curation__heading>div:first-child{min-width:0}.profile-curation__heading>div:first-child>span{display:block;margin-bottom:4px;color:color-mix(in srgb,var(--ac-l) 58%,var(--t-muted));font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}.profile-curation__heading h2{margin:0;color:var(--t-text);font-size:18px;line-height:1.2}.profile-curation__heading p{margin:5px 0 0;color:var(--t-muted);font-size:10.5px}.profile-curation__stats{display:flex;align-items:stretch;gap:6px}.profile-curation__stats>span{min-width:64px;height:43px;padding:5px 9px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--t-border);border-radius:10px;background:var(--t-card);color:var(--t-muted);font-size:8.5px;white-space:nowrap}.profile-curation__stats b{color:var(--t-text);font-size:13px;font-variant-numeric:tabular-nums}.profile-curation__stats .is-private{border-color:color-mix(in srgb,var(--ac) 22%,var(--t-border));background:color-mix(in srgb,var(--ac) 7%,var(--t-card))}.profile-curation__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-curation-card{min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--curation-category,var(--ac)) 18%,var(--t-border));border-radius:17px;background:color-mix(in srgb,var(--curation-category,var(--ac)) 5%,var(--t-card));transition:border-color .18s ease,transform .18s ease,background-color .18s ease}.profile-curation-card:hover{border-color:color-mix(in srgb,var(--curation-category,var(--ac)) 34%,var(--t-border));background:color-mix(in srgb,var(--curation-category,var(--ac)) 8%,var(--t-card));transform:translateY(-1px)}.profile-curation-card__work{width:100%;padding:10px 10px 0;display:block;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.profile-curation-card__media{position:relative;width:100%;height:128px;display:block;overflow:hidden;border-radius:11px;background:var(--t-input)}.profile-curation-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.profile-curation-card:hover .profile-curation-card__media>img{transform:scale(1.025)}.profile-curation-card__ribbon{position:absolute;right:8px;top:8px;width:30px;height:30px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--curation-category,var(--ac)) 36%,transparent);border-radius:9px;background:color-mix(in srgb,var(--curation-category,var(--ac)) 34%,rgba(7,9,14,.86));color:#fff;backdrop-filter:blur(8px)}.profile-curation-card__ribbon svg{width:18px;height:18px}.profile-curation-card__meta{margin-top:9px;display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-curation-card__meta>span{overflow:hidden;color:color-mix(in srgb,var(--curation-category,var(--ac)) 68%,var(--t-text));font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-curation-card__meta time{color:var(--t-muted);font-size:8.5px;white-space:nowrap}.profile-curation-card__work>strong{margin-top:5px;display:block;overflow:hidden;color:var(--t-text);font-size:12.5px;text-overflow:ellipsis;white-space:nowrap}.profile-curation-card__work>small{margin-top:2px;display:block;overflow:hidden;color:var(--t-muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.profile-curation-card blockquote{min-height:76px;margin:10px 10px 0;padding:11px 11px 13px;border-top:1px solid color-mix(in srgb,var(--curation-category,var(--ac)) 11%,transparent);color:color-mix(in srgb,var(--t-text) 82%,var(--t-muted));font-size:10.5px;line-height:1.5}.profile-curation-card blockquote::before{content:"“";margin-right:3px;color:color-mix(in srgb,var(--curation-category,var(--ac)) 76%,var(--t-muted));font-family:Georgia,serif;font-size:17px;line-height:0}.profile-curation-empty{min-height:72px;padding:18px 20px;display:flex;align-items:center;justify-content:flex-start;border:1px solid var(--t-border);border-radius:14px;background:var(--t-card);text-align:left}.profile-curation-empty h3{margin:0;color:color-mix(in srgb,var(--t-text) 72%,var(--t-muted));font-size:12.5px;font-weight:600;line-height:1.4}@media(max-width:900px){.profile-curation__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.profile-curator-mark{width:24px;height:24px;flex-basis:24px}.profile-curator-mark svg{width:14px;height:14px}.profile-curation{padding-bottom:34px}.profile-curation__heading{align-items:flex-start;flex-direction:column;gap:11px}.profile-curation__heading h2{font-size:16px}.profile-curation__stats{width:100%}.profile-curation__stats>span{flex:1;min-width:0}.profile-curation__grid{grid-template-columns:1fr;gap:9px}.profile-curation-card__media{height:170px}}.profile-tabs-shell{display:contents}.profile-tabs-more{display:none}@media(max-width:680px){.profile-tabs-shell{--profile-tabs-panel-bg:rgba(var(--tabs-tone,48,53,67),.10);position:sticky;top:0;z-index:8;width:100%;min-height:50px;margin-top:7px;display:block;overflow:hidden;border:1px solid rgba(var(--tabs-tone,48,53,67),.31);border-radius:14px;background:var(--profile-tabs-panel-bg)}.profile-tabs,.profile-tabs:has(.profile-tab[data-profile-tab=thoughts]){position:relative!important;top:auto!important;width:100%;min-height:48px!important;margin-top:0!important;padding:5px!important;box-sizing:border-box!important;display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:3px!important;overflow-x:auto!important;overflow-y:hidden!important;clip-path:inset(0 5px 0 5px);border:0!important;border-radius:0!important;background:transparent!important;scroll-snap-type:x mandatory;scroll-padding-inline:5px;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}html:not([data-theme=light]) .profile-tabs-shell .profile-tabs,body:not([data-theme=light]) .profile-tabs-shell .profile-tabs,html[data-theme=light] .profile-tabs-shell .profile-tabs,body[data-theme=light] .profile-tabs-shell .profile-tabs{background:transparent!important;background-image:none!important}.profile-tabs-shell.has-extra-tabs .profile-tabs{width:calc(100% - 40px)!important}.profile-tabs-shell .profile-tabs::-webkit-scrollbar{display:none}.profile-tab,.profile-tabs:has(.profile-tab[data-profile-tab=thoughts]) .profile-tab{min-width:0!important;min-height:38px!important;padding-inline:5px!important;display:inline-flex!important;flex:0 0 calc((100% - 6px)/3)!important;justify-content:center!important;gap:5px!important;font-size:10.5px!important;scroll-snap-align:start}.profile-tabs-more{position:absolute;right:0;top:0;bottom:0;z-index:4;width:40px;height:auto;margin:0;padding:0;display:grid;place-items:center;border:0;border-left:1px solid rgba(var(--tabs-tone,48,53,67),.31);border-radius:0;background:transparent!important;box-shadow:none!important;color:color-mix(in srgb,rgb(var(--tabs-active,94,103,125)) 42%,var(--t-text) 58%);cursor:pointer;transition:color .16s ease,background-color .16s ease}.profile-tabs-more[hidden]{display:none!important}.profile-tabs-more svg{width:18px;height:18px;transition:transform .18s ease}.profile-tabs-more.is-back svg{transform:rotate(180deg)}.profile-tabs-more:hover,.profile-tabs-more:focus-visible{background:rgba(var(--tabs-active,94,103,125),.09)!important;color:var(--t-text);outline:0}[data-theme=light] .profile-tabs-shell{--profile-tabs-panel-bg:#fff;border-color:#d6e1ee;background:var(--profile-tabs-panel-bg)}[data-theme=light] .profile-tabs-more{border-left-color:#d6e1ee;color:color-mix(in srgb,#334a66 88%,var(--profile-tab-accent,#4f83df) 12%)}[data-theme=light] .profile-tabs-more:hover,[data-theme=light] .profile-tabs-more:focus-visible{background:color-mix(in srgb,#fff 94%,var(--profile-tab-accent,#4f83df) 6%)!important;color:color-mix(in srgb,#42546d 94%,var(--profile-tab-accent,#4f83df) 6%)}}.profile-curation__heading{min-height:0;margin-bottom:15px;padding:0 2px;display:grid;grid-template-columns:minmax(0,1fr) 230px;grid-template-areas:"intro quota";align-items:center!important;column-gap:32px;row-gap:7px;border:0;border-radius:0;background:transparent}.profile-curation__heading:not(:has(.profile-curation__quota)){grid-template-columns:minmax(0,1fr);grid-template-areas:"intro"}.profile-curation__intro{grid-area:intro;min-width:0;max-width:620px;align-self:center!important}.profile-curation__heading h2{margin:0;color:var(--t-text);font-size:20px;line-height:1.22;letter-spacing:-.018em}.profile-curation__heading p{max-width:560px;margin:6px 0 0;color:var(--t-muted);font-size:11.5px;line-height:1.45}.profile-curation__quota{grid-area:quota;justify-self:end;width:230px;margin:0;padding:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 12px;border:0;border-radius:0;background:transparent}.profile-curation__quota>span:first-child{color:var(--t-muted);font-size:10.5px;text-transform:capitalize}.profile-curation__quota strong{color:var(--t-text);font-size:11px;font-weight:700;line-height:1;white-space:nowrap}.profile-curation__quota strong small{color:var(--t-muted);font-size:11px;font-weight:500}.profile-curation__quota-track{grid-column:1/-1;height:4px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--ac) 9%,var(--t-input))}.profile-curation__quota-track i{height:100%;display:block;border-radius:inherit;background:color-mix(in srgb,var(--ac-l) 62%,var(--t-muted))}.profile-curation__grid{gap:15px}.profile-curation-card{position:relative;display:flex;flex-direction:column;border-radius:18px;background:color-mix(in srgb,var(--curation-category,var(--ac)) 3.5%,var(--t-card));cursor:pointer}.profile-curation-card__open{position:absolute;inset:0;z-index:3;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:pointer}.profile-curation-card__open:focus-visible{outline:2px solid color-mix(in srgb,var(--curation-category,var(--ac)) 68%,#fff);outline-offset:3px}.profile-curation-card__work{padding:12px 12px 0;cursor:inherit}.profile-curation-card__media{width:100%;height:auto;aspect-ratio:16/10;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--curation-category,var(--ac)) 10%,var(--t-border));border-radius:12px;background:linear-gradient(145deg,color-mix(in srgb,var(--curation-category,var(--ac)) 6%,var(--t-input)),var(--t-input))}.profile-curation-card__media>img{width:100%;height:100%;object-fit:contain;transform:none!important}.profile-curation-card__ribbon{right:9px;top:9px;z-index:4;pointer-events:none}.profile-curation-card__meta{margin-top:11px}.profile-curation-card__meta>span{font-size:9.5px}.profile-curation-card__meta time{font-size:9px}.profile-curation-card__work>strong{margin-top:7px;font-size:14px;line-height:1.3}.profile-curation-card__work>small{margin-top:3px;font-size:10px}.profile-curation-card blockquote{min-height:72px;max-height:80px;margin:12px 12px 0;padding:13px 12px 16px;overflow:hidden;border-top-color:color-mix(in srgb,var(--curation-category,var(--ac)) 12%,var(--t-border));color:color-mix(in srgb,var(--t-text) 82%,var(--t-muted));font-size:11px;line-height:1.55}.profile-curation-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.12)}.profile-curation-card__award-ribbon{position:absolute;top:0;right:8px;z-index:4;width:30px;display:block;color:#fff;opacity:1;pointer-events:none;transform:none;transform-origin:top center}.profile-curation-card__award-ribbon svg{width:100%;height:auto;display:block;transform-origin:top center;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .18s ease}.profile-curation-card__award-ribbon>span{position:absolute;top:12px;right:0;left:0;padding:0 2px;color:#fff;font-size:9px;font-weight:700;line-height:1.15;letter-spacing:0;text-align:center}.profile-curation-card:hover .profile-curation-card__award-ribbon svg{transform:scaleY(1.08);filter:brightness(1.07) saturate(1.03)}@media(max-width:680px){.profile-curation__heading,.profile-curation__heading:not(:has(.profile-curation__quota)){padding:0 0 12px;grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "quota";column-gap:0;row-gap:11px}.profile-curation__heading:not(:has(.profile-curation__quota)){grid-template-areas:"intro"}.profile-curation__intro{align-self:start!important}.profile-curation__heading h2{font-size:19px}.profile-curation__heading p{font-size:11px}.profile-curation__quota{width:100%;justify-self:stretch}.profile-curation__grid{gap:12px}.profile-curation-card__media{height:auto!important;aspect-ratio:16/10}}[data-theme=light] .profile-curation .profile-curation-card:hover{box-shadow:none}.profile-curation{--curation-tone:48,53,67;--curation-accent:94,103,125}.profile-curation__quota-track{background:color-mix(in srgb,rgb(var(--curation-tone)) 14%,var(--t-input))}.profile-curation__quota-track i{background:color-mix(in srgb,rgb(var(--curation-accent)) 72%,var(--t-muted))}.profile-curation .profile-curation-card{border-color:color-mix(in srgb,rgb(var(--curation-accent)) 22%,var(--t-border));background:color-mix(in srgb,rgb(var(--curation-tone)) 6%,var(--t-card))}.profile-curation .profile-curation-card:hover{border-color:color-mix(in srgb,rgb(var(--curation-accent)) 38%,var(--t-border));background:color-mix(in srgb,rgb(var(--curation-tone)) 10%,var(--t-card))}.profile-curation .profile-curation-card__open:focus-visible{outline-color:color-mix(in srgb,rgb(var(--curation-accent)) 68%,#fff)}.profile-curation .profile-curation-card__media{border-color:color-mix(in srgb,rgb(var(--curation-accent)) 13%,var(--t-border));background:linear-gradient(145deg,color-mix(in srgb,rgb(var(--curation-tone)) 9%,var(--t-input)),var(--t-input))}.profile-curation .profile-curation-card__meta>span{color:color-mix(in srgb,rgb(var(--curation-accent)) 62%,var(--t-text))}.profile-curation .profile-curation-card blockquote{border-top-color:color-mix(in srgb,rgb(var(--curation-accent)) 13%,var(--t-border))}.profile-curation .profile-curation-card blockquote::before{color:color-mix(in srgb,rgb(var(--curation-accent)) 68%,var(--t-muted))}.profile-curation .profile-curation-empty{border-color:color-mix(in srgb,rgb(var(--curation-accent)) 16%,var(--t-border));background:color-mix(in srgb,rgb(var(--curation-tone)) 4%,var(--t-card))}.profile-main{--profile-tone:48,53,67;--profile-accent:94,103,125}.profile-main :is(.profile-empty-state__icon,.profile-awarded-empty__icon,.profile-new-user-empty__icon,.profile-thoughts-empty__icon){color:color-mix(in srgb,rgb(var(--profile-accent)) 64%,var(--t-muted))!important;background:color-mix(in srgb,rgb(var(--profile-tone)) 9%,var(--t-card))!important;border-color:color-mix(in srgb,rgb(var(--profile-accent)) 25%,var(--t-border))!important}.profile-main :is(.profile-empty-state__action,.profile-awarded-empty button){color:color-mix(in srgb,rgb(var(--profile-accent)) 72%,var(--t-text))!important;background:color-mix(in srgb,rgb(var(--profile-tone)) 4%,transparent)!important;border-color:color-mix(in srgb,rgb(var(--profile-accent)) 52%,var(--t-border))!important;transition:color .16s ease,background-color .16s ease,border-color .16s ease}.profile-main :is(.profile-empty-state__action,.profile-awarded-empty button):hover{color:var(--t-text)!important;background:color-mix(in srgb,rgb(var(--profile-accent)) 11%,transparent)!important;border-color:color-mix(in srgb,rgb(var(--profile-accent)) 66%,var(--t-border))!important}.profile-main :is(.profile-new-user-empty__action,.profile-thoughts-empty button){color:#fff!important;background:rgb(var(--profile-accent))!important;border-color:rgb(var(--profile-accent))!important}.profile-main :is(.profile-new-user-empty__action,.profile-thoughts-empty button):hover{background:color-mix(in srgb,rgb(var(--profile-accent)) 86%,#05070c)!important;border-color:color-mix(in srgb,rgb(var(--profile-accent)) 86%,#05070c)!important}.profile-main :is(.profile-new-user-empty,.profile-thoughts-empty,.achv-empty){border-color:color-mix(in srgb,rgb(var(--profile-accent)) 23%,var(--t-border))!important;background:color-mix(in srgb,rgb(var(--profile-tone)) 4%,transparent)}.profile-main :is(.profile-empty-state,.profile-awarded-empty,.profile-new-user-empty,.profile-thoughts-empty) :is(p,.profile-new-user-empty__copy){color:color-mix(in srgb,rgb(var(--profile-accent)) 30%,var(--t-muted))!important}.profile-main .achv-empty{color:color-mix(in srgb,rgb(var(--profile-accent)) 34%,var(--t-muted))}.profile-main :is(.profile-empty-state__action,.profile-awarded-empty button,.profile-new-user-empty__action,.profile-thoughts-empty button):focus-visible{outline:2px solid rgba(var(--profile-accent),.66)!important;outline-offset:3px}.profile-overview[data-cover-tone]{--profile-cover-muted:color-mix(in srgb,var(--cover-accent) 28%,var(--t-muted));--profile-control-muted:var(--profile-cover-muted)}.profile-overview[data-cover-tone] :is(.profile-role,.profile-handle-copy,.profile-joined,.profile-bio,.profile-interests__label,.profile-interests__empty,.profile-interests-mobile-label,.profile-interests-mobile-more,.profile-interests-responsive-more,.stat-label){color:var(--profile-cover-muted)!important}.profile-overview[data-cover-tone] .profile-handle-copy:is(:hover,:focus-visible){color:color-mix(in srgb,var(--cover-accent) 18%,var(--profile-control-text))!important}html:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now),body:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now),html:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit),body:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit){color:var(--profile-cover-muted)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now):is(:hover,:focus-visible),body:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now):is(:hover,:focus-visible),html:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit):is(:hover,:focus-visible),body:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit):is(:hover,:focus-visible){color:color-mix(in srgb,var(--cover-accent) 18%,var(--profile-control-text))!important}.profile-tabs[data-cover-tone] .profile-tab:not(.active){color:color-mix(in srgb,rgb(var(--tabs-active,94,103,125)) 28%,var(--t-muted))!important}.profile-tabs[data-cover-tone] .profile-tab:not(.active):is(:hover,:focus-visible){color:color-mix(in srgb,rgb(var(--tabs-active,94,103,125)) 18%,var(--t-text))!important}[data-theme=light] .profile-overview[data-cover-tone]{--profile-cover-muted:color-mix(in srgb,var(--cover-accent) 20%,#687991)}[data-theme=light] .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now),[data-theme=light] .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit){color:var(--profile-cover-muted)!important}[data-theme=light] .profile-tabs[data-cover-tone] .profile-tab:not(.active){color:color-mix(in srgb,var(--profile-tab-accent,#4f83df) 18%,#687991)!important}[data-theme=light] .profile-tabs[data-cover-tone] .profile-tab:not(.active):is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-tab-accent,#4f83df) 14%,#42546d)!important}body.profile-page .profile-status-menu.profile-now-menu{--profile-status-accent:rgb(var(--profile-header-accent,94,103,125));color:color-mix(in srgb,var(--profile-status-accent) 15%,var(--t-text))!important;border-color:color-mix(in srgb,var(--profile-status-accent) 27%,var(--t-border))!important;background:linear-gradient(color-mix(in srgb,var(--profile-status-accent) 5%,transparent),color-mix(in srgb,var(--profile-status-accent) 5%,transparent)),rgba(9,11,18,.97)!important}body.profile-page .profile-status-menu.profile-now-menu .profile-now-menu__heading{color:color-mix(in srgb,var(--profile-status-accent) 31%,var(--t-subtle))!important}body.profile-page .profile-status-menu.profile-now-menu button{color:color-mix(in srgb,var(--profile-status-accent) 19%,var(--t-muted))!important}body.profile-page .profile-status-menu.profile-now-menu button:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-status-accent) 18%,var(--t-text))!important;background:color-mix(in srgb,var(--profile-status-accent) 9%,var(--t-hover))!important}body.profile-page .profile-status-menu.profile-now-menu button.is-active{color:color-mix(in srgb,var(--profile-status-accent) 25%,var(--t-text))!important;background:color-mix(in srgb,var(--profile-status-accent) 15%,var(--t-hover))!important;border-color:color-mix(in srgb,var(--profile-status-accent) 35%,var(--t-border))!important}body.profile-page .profile-status-menu.profile-now-menu button.is-active::after{border-color:color-mix(in srgb,var(--profile-status-accent) 38%,var(--t-subtle))!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu{color:color-mix(in srgb,var(--profile-status-accent) 14%,#26374c)!important;border-color:color-mix(in srgb,var(--profile-status-accent) 23%,#d7e0ec)!important;background:linear-gradient(color-mix(in srgb,var(--profile-status-accent) 4%,transparent),color-mix(in srgb,var(--profile-status-accent) 4%,transparent)),rgba(255,255,255,.98)!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu .profile-now-menu__heading,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu .profile-now-menu__heading{color:color-mix(in srgb,var(--profile-status-accent) 25%,#6b7b91)!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu button,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu button{color:color-mix(in srgb,var(--profile-status-accent) 16%,#64758a)!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu button:is(:hover,:focus-visible),body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu button:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-status-accent) 22%,#25364b)!important;background:color-mix(in srgb,var(--profile-status-accent) 8%,#f4f7fb)!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu button.is-active,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu button.is-active{color:color-mix(in srgb,var(--profile-status-accent) 30%,#213147)!important;background:color-mix(in srgb,var(--profile-status-accent) 12%,#f5f8fc)!important;border-color:color-mix(in srgb,var(--profile-status-accent) 31%,#d2dce9)!important}body.profile-page:has(.profile-overview[data-cover-tone=default]){--profile-header-accent:94,103,125}body.profile-page:has(.profile-overview[data-cover-tone=graphite]){--profile-header-accent:116,125,145}body.profile-page:has(.profile-overview[data-cover-tone=indigo]){--profile-header-accent:103,116,210}body.profile-page:has(.profile-overview[data-cover-tone=ocean]){--profile-header-accent:63,148,180}body.profile-page:has(.profile-overview[data-cover-tone=forest]){--profile-header-accent:75,145,118}body.profile-page:has(.profile-overview[data-cover-tone=violet]){--profile-header-accent:148,96,181}body.profile-page:has(.profile-overview[data-cover-tone=rose]){--profile-header-accent:177,91,125}body.profile-page:has(.profile-overview[data-cover-tone=amber]){--profile-header-accent:178,132,65}body.profile-page:has(.profile-overview[data-cover-tone=steel]){--profile-header-accent:125,141,161}body.profile-page:has(.profile-overview[data-cover-tone=volya]){--profile-header-accent:61,126,206}body.profile-page:has(.profile-overview[data-cover-tone=neon]){--profile-header-accent:62,163,170}body.profile-page:has(.profile-overview[data-cover-tone=sunset]){--profile-header-accent:188,101,80}body.profile-page:has(.profile-overview[data-cover-tone=cosmic]){--profile-header-accent:129,101,193}html:not([data-theme=light]) body.profile-page :is(.profile-header-cover,.profile-header-preview){color:color-mix(in srgb,rgb(var(--profile-header-accent,94,103,125)) 42%,var(--t-muted))!important;border-color:color-mix(in srgb,rgb(var(--profile-header-accent,94,103,125)) 24%,var(--t-border))!important}html:not([data-theme=light]) body.profile-page :is(.profile-header-cover,.profile-header-preview):is(:hover,:focus-visible),html:not([data-theme=light]) body.profile-page .profile-header-preview[aria-pressed=true]{color:color-mix(in srgb,rgb(var(--profile-header-accent,94,103,125)) 58%,var(--t-text))!important;border-color:color-mix(in srgb,rgb(var(--profile-header-accent,94,103,125)) 42%,var(--t-border))!important}html[data-theme=light] body.profile-page :is(.profile-header-cover,.profile-header-preview),body[data-theme=light].profile-page :is(.profile-header-cover,.profile-header-preview){color:color-mix(in srgb,rgb(var(--profile-header-accent,79,131,223)) 18%,#66778f)!important;border-color:color-mix(in srgb,rgb(var(--profile-header-accent,79,131,223)) 14%,#d3deeb)!important}html[data-theme=light] body.profile-page :is(.profile-header-cover,.profile-header-preview):is(:hover,:focus-visible),html[data-theme=light] body.profile-page .profile-header-preview[aria-pressed=true],body[data-theme=light].profile-page :is(.profile-header-cover,.profile-header-preview):is(:hover,:focus-visible),body[data-theme=light].profile-page .profile-header-preview[aria-pressed=true]{color:color-mix(in srgb,rgb(var(--profile-header-accent,79,131,223)) 34%,#35516f)!important;border-color:color-mix(in srgb,rgb(var(--profile-header-accent,79,131,223)) 27%,#c4d3e3)!important}.profile-curation-card__media>img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:50% 50%!important;transform:none!important}.profile-tabs .profile-tab>.profile-tab-logo-mark{width:13.5px!important;height:12px!important;flex:0 0 13.5px!important;transform:translateY(-1px)!important}.profile-tabs .profile-tab>.profile-tab-award-mark{width:13.6px!important;height:13.6px!important;flex:0 0 13.6px!important;transform:translateY(-.8px)!important}body.profile-page .profile-interests-modal{--profile-interests-accent:rgb(var(--profile-header-accent,94,103,125));background:color-mix(in srgb,var(--profile-interests-accent) 8%,rgba(0,0,0,.62))!important}body.profile-page .profile-interests-dialog{color:color-mix(in srgb,var(--profile-interests-accent) 12%,var(--t-text))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 28%,#242938)!important;background:linear-gradient(color-mix(in srgb,var(--profile-interests-accent) 4%,transparent),color-mix(in srgb,var(--profile-interests-accent) 4%,transparent)),#0b0d14!important}body.profile-page :is(.profile-interests-dialog__header,.profile-interests-dialog__footer){border-color:color-mix(in srgb,var(--profile-interests-accent) 20%,var(--t-divider))!important;background:color-mix(in srgb,var(--profile-interests-accent) 4%,#0b0d14)!important}body.profile-page .profile-interests-dialog__header h2{color:color-mix(in srgb,var(--profile-interests-accent) 13%,var(--t-text))!important}body.profile-page :is(.profile-interests-dialog__header p,.profile-interests-limit){color:color-mix(in srgb,var(--profile-interests-accent) 25%,var(--t-muted))!important}body.profile-page .profile-interests-close{color:color-mix(in srgb,var(--profile-interests-accent) 26%,var(--t-muted))!important;border:1px solid color-mix(in srgb,var(--profile-interests-accent) 19%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 7%,var(--t-elevated))!important}body.profile-page .profile-interests-close:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-interests-accent) 28%,var(--t-text))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 36%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 12%,var(--t-hover))!important}body.profile-page .profile-interest-categories{border-color:color-mix(in srgb,var(--profile-interests-accent) 20%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 5%,var(--t-elevated))!important}body.profile-page .profile-interest-categories button{color:color-mix(in srgb,var(--profile-interests-accent) 19%,var(--t-muted))!important}body.profile-page .profile-interest-categories button:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-interests-accent) 22%,var(--t-text))!important;background:color-mix(in srgb,var(--profile-interests-accent) 8%,var(--t-hover))!important}body.profile-page .profile-interest-categories button.is-active{color:color-mix(in srgb,var(--profile-interests-accent) 28%,var(--t-text))!important;background:color-mix(in srgb,var(--profile-interests-accent) 13%,var(--t-hover))!important;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--profile-interests-accent) 28%,var(--t-border))!important}body.profile-page .profile-interests-options button{color:color-mix(in srgb,var(--profile-interests-accent) 18%,var(--t-muted))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 18%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 5%,var(--t-elevated))!important}body.profile-page .profile-interests-options button:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-interests-accent) 23%,var(--t-text))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 39%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 9%,var(--t-hover))!important}body.profile-page .profile-interests-options button.is-selected{color:color-mix(in srgb,var(--profile-interests-accent) 31%,var(--t-text))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 57%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 17%,var(--t-elevated))!important}body.profile-page .profile-interests-options button.is-selected::after{border-color:color-mix(in srgb,var(--profile-interests-accent) 62%,var(--t-subtle))!important}body.profile-page .profile-interests-cancel{color:color-mix(in srgb,var(--profile-interests-accent) 20%,var(--t-muted))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 24%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 4%,transparent)!important}body.profile-page .profile-interests-cancel:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-interests-accent) 24%,var(--t-text))!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 39%,var(--t-border))!important;background:color-mix(in srgb,var(--profile-interests-accent) 10%,var(--t-hover))!important}body.profile-page .profile-interests-save{background:color-mix(in srgb,var(--profile-interests-accent) 78%,#376fd9)!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 82%,#376fd9)!important}body.profile-page .profile-interests-save:is(:hover,:focus-visible){background:color-mix(in srgb,var(--profile-interests-accent) 86%,#2d5fc4)!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 90%,#2d5fc4)!important}html[data-theme=light] body.profile-page .profile-interests-modal,body[data-theme=light].profile-page .profile-interests-modal{background:color-mix(in srgb,var(--profile-interests-accent) 9%,rgba(36,52,75,.28))!important}html[data-theme=light] body.profile-page .profile-interests-dialog,body[data-theme=light].profile-page .profile-interests-dialog{color:color-mix(in srgb,var(--profile-interests-accent) 13%,#2b3d58)!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 22%,#d4e0ed)!important;background:color-mix(in srgb,var(--profile-interests-accent) 3%,#fff)!important}html[data-theme=light] body.profile-page :is(.profile-interests-dialog__header,.profile-interests-dialog__footer),body[data-theme=light].profile-page :is(.profile-interests-dialog__header,.profile-interests-dialog__footer){border-color:color-mix(in srgb,var(--profile-interests-accent) 16%,#e0e8f2)!important;background:color-mix(in srgb,var(--profile-interests-accent) 3%,#fff)!important}html[data-theme=light] body.profile-page .profile-interest-categories,body[data-theme=light].profile-page .profile-interest-categories{border-color:color-mix(in srgb,var(--profile-interests-accent) 19%,#d9e4f0)!important;background:color-mix(in srgb,var(--profile-interests-accent) 5%,#f5f8fd)!important}html[data-theme=light] body.profile-page .profile-interests-options button,body[data-theme=light].profile-page .profile-interests-options button{color:color-mix(in srgb,var(--profile-interests-accent) 18%,#586c87)!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 18%,#d8e3ef)!important;background:color-mix(in srgb,var(--profile-interests-accent) 4%,#f7faff)!important}html[data-theme=light] body.profile-page .profile-interests-options button:is(:hover,:focus-visible),body[data-theme=light].profile-page .profile-interests-options button:is(:hover,:focus-visible){color:color-mix(in srgb,var(--profile-interests-accent) 25%,#315b8f)!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 35%,#abc4df)!important;background:color-mix(in srgb,var(--profile-interests-accent) 8%,#eef5fd)!important}html[data-theme=light] body.profile-page .profile-interests-options button.is-selected,body[data-theme=light].profile-page .profile-interests-options button.is-selected{color:color-mix(in srgb,var(--profile-interests-accent) 34%,#285b9d)!important;border-color:color-mix(in srgb,var(--profile-interests-accent) 48%,#9bbbe0)!important;background:color-mix(in srgb,var(--profile-interests-accent) 13%,#e8f2ff)!important}html[data-theme=light] body.profile-page .profile-interests-options button.is-selected .profile-interest-check,body[data-theme=light].profile-page .profile-interests-options button.is-selected .profile-interest-check{color:color-mix(in srgb,var(--profile-interests-accent) 72%,#3971ba)!important}.profile-name .profile-badge-count{position:relative!important;top:-2px!important;height:24px!important;min-height:24px!important;padding-block:0!important}.profile-name .profile-curator-mark+.profile-badge-count{margin-left:-2px!important}@media(max-width:680px){.profile-name .profile-badge-count{height:23px!important;min-height:23px!important}}[data-theme=light] .profile-curation__heading{background:transparent!important}.profile-curation__heading h2{font-size:18.5px!important;font-weight:750!important;line-height:1.22!important}.profile-curation__heading p{color:color-mix(in srgb,var(--t-muted) 82%,var(--t-text) 18%)!important;font-size:12.5px!important;font-weight:400!important;line-height:1.55!important;opacity:.82}[data-theme=light] .profile-curation__heading p{color:#64758e!important;font-weight:450!important;opacity:1}@media(max-width:680px){.profile-curation__heading h2{font-size:18px!important}.profile-curation__heading p{font-size:12.5px!important}}@media(max-width:700px){.profile-curation__heading,.profile-curation__heading:not(:has(.profile-curation__quota)){grid-template-columns:minmax(0,1fr);grid-template-areas:"intro"}.profile-curation__quota{display:none!important}}:root{--thought-quote-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 10.5C5 7.9 6.45 6.2 9.25 5.4l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H5v-5.05ZM13 10.5C13 7.9 14.45 6.2 17.25 5.4l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H13v-5.05Z'/%3E%3C/svg%3E")}.profile-tab[data-profile-tab=thoughts]::before,.profile-tab[data-profile-tab=achievements]>.profile-tab-award-mark{margin-right:-1px}.profile-curation__quota>span:first-child{font-size:11.5px}.profile-curation__quota strong,.profile-curation__quota strong small{font-size:12px}.profile-curation-card__meta>span{font-size:11.5px}.profile-curation-card__meta time{font-size:10.5px}.profile-curation-card__work>small{margin-top:4px;font-size:11.5px;line-height:1.35}.profile-curation-card blockquote{min-height:84px;max-height:96px;font-size:12.5px;line-height:1.55}.profile-curation-empty h3{font-size:13.5px}@supports not (color:color-mix(in srgb,#000,#fff)){html[data-theme] body.profile-page .profile-overview[data-cover-tone] .profile-avatar{outline:0!important;box-shadow:0 0 0 3px var(--profile-avatar-outline,var(--t-border))!important}html[data-theme] body.profile-page .profile-overview[data-cover-tone] .profile-avatar:is(:hover,:focus-visible){box-shadow:0 0 0 3px var(--profile-avatar-outline-hover,var(--t-border))!important}}@media(max-width:680px){.profile-curation-card__meta>span{font-size:11px}.profile-curation-card__meta time{font-size:10.5px}.profile-curation-card__work>small,.profile-curation-card blockquote{font-size:12px}}@supports not (color: color-mix(in srgb,red,blue)){:root{--dl-r-ac: 59;--dl-g-ac: 130;--dl-b-ac: 246;--dl-a-ac: 1;--dl-r-ac-d: 37;--dl-g-ac-d: 99;--dl-b-ac-d: 235;--dl-a-ac-d: 1;--dl-r-ac-l: 147;--dl-g-ac-l: 197;--dl-b-ac-l: 253;--dl-a-ac-l: 1}:root{--profile-max: 1320px;--profile-radius: 22px}body{background:var(--t-bg)!important}.profile-main{background:transparent!important}.profile-page-header{background:rgba(var(--dl-r-t-surface),var(--dl-g-t-surface),var(--dl-b-t-surface),calc(var(--dl-a-t-surface,1) * 0.88))!important;border-color:var(--t-divider)!important;-webkit-backdrop-filter:blur(20px) saturate(130%);backdrop-filter:blur(20px) saturate(130%);-webkit-backdrop-filter:blur(20px) saturate(130%)}.profile-page-title h1{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-page-title span{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}.profile-mobile-logo{color:var(--ac);--dl-current-a: var(--dl-a-ac,1);--dl-current-b: var(--dl-b-ac);--dl-current-g: var(--dl-g-ac);--dl-current-r: var(--dl-r-ac)}.profile-header-edit{border:1px solid var(--t-border);border-radius:10px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.84))}.profile-header-edit:hover{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover);border-color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1))}.profile-overview{border:1px solid var(--t-border);border-radius:var(--profile-radius);background:linear-gradient(145deg,rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06) * 1)),var(--t-card));box-shadow:none}.profile-overview__glow{border-radius:50%;background:radial-gradient(ellipse,rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.19)),transparent 68%)}.profile-avatar{border:1px solid rgba(var(--dl-r-t-border),var(--dl-g-t-border),var(--dl-b-t-border),calc(var(--dl-a-t-border,1) * 0.8));border-radius:30px!important;background:var(--t-elevated)!important;box-shadow:0 0 0 5px rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.65))}.profile-avatar img{border-radius:inherit}.profile-name{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important}.profile-badge-count{color:#2b210d!important;--dl-current-a: 1 !important;--dl-current-b: 13 !important;--dl-current-g: 33 !important;--dl-current-r: 43 !important;background:#d7ad55!important;border:1px solid rgba(255,255,255,.16);box-shadow:none}.profile-badge-count:hover{background:#e4bf72!important}.profile-role{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}.profile-joined{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.profile-link{color:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc(calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1));--dl-current-a: calc(calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1);--dl-current-b: calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18)));--dl-current-g: calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18)));--dl-current-r: calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.82 + var(--dl-a-t-text,1) * 0.18)))}.profile-link:hover{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l)}.profile-bio{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc(calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important}.profile-social-icon{border-radius:10px!important;color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.82))!important;border:1px solid var(--t-border)!important}.profile-social-icon:hover{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.11 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.89) / max(.000001,calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.11 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.89) / max(.000001,calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.11 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.89) / max(.000001,calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89))),calc(calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89) * 1))!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc(calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66) * 1))!important}.profile-header-awards__item{color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;border:0;border-radius:0;background:transparent;box-shadow:none}.profile-header-awards__item span{color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255}.profile-header-awards__item--more{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.78 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.22) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.78 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.22) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.78 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.22) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22))),calc(calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22) * 1));--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22) * 1);--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.78 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.22) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22)));--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.78 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.22) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22)));--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.78 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.22) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.78 + var(--dl-a-t-border,1) * 0.22)))}.profile-header-awards__item--more span{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.74 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001,calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.74 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001,calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.74 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001,calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26))),calc(calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26) * 1));--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26) * 1);--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.74 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001, calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26)));--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.74 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001, calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26)));--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.74 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001, calc(var(--dl-a-t-text,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26)))}[data-theme=light] .profile-header-awards__item--more{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.58 + 217 * 1 * 0.42) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.58 + 224 * 1 * 0.42) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.58 + 234 * 1 * 0.42) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42))),calc(calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42) * 1));--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42) * 1);--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.58 + 234 * 1 * 0.42) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42)));--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.58 + 224 * 1 * 0.42) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42)));--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.58 + 217 * 1 * 0.42) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.58 + 1 * 0.42)))}.profile-action{border-radius:12px}.profile-action--primary{color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;background:var(--ac);border:1px solid var(--ac)}.profile-action--primary:hover{background:var(--ac-d);border-color:var(--ac-d)}.profile-action--secondary{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:var(--t-elevated);border:1px solid var(--t-border)}.profile-action--secondary:hover{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover)}.profile-stats{border:1px solid var(--t-border);border-radius:16px;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.74))}.profile-stats>*+*{border-left:1px solid var(--t-divider)!important}.stat-num{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important}.stat-label{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.stat-clickable{border-radius:8px}.stat-clickable:hover{background:rgba(var(--dl-r-t-hover),var(--dl-g-t-hover),var(--dl-b-t-hover),calc(var(--dl-a-t-hover,1) * 0.82))}.profile-tabs{border:1px solid var(--t-border)!important;border-radius:16px;background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.88));-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);-webkit-backdrop-filter:blur(18px) saturate(125%)}.profile-tab{border-radius:11px;color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.profile-tab:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:var(--t-hover)}.profile-tab.active{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important;background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.13))}[data-theme=light] .profile-tab.active{color:var(--ac)!important;--dl-current-a: var(--dl-a-ac,1) !important;--dl-current-b: var(--dl-b-ac) !important;--dl-current-g: var(--dl-g-ac) !important;--dl-current-r: var(--dl-r-ac) !important}.profile-section-heading h2{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-section-heading p{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}.profile-work-count{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}.post-card{border:1px solid var(--t-border)!important;border-radius:16px!important;background:var(--t-card)!important;box-shadow:none!important}.post-card:hover{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.3 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.7) / max(.000001,calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.3 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.7) / max(.000001,calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.3 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.7) / max(.000001,calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7))),calc(calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7) * 1))!important}.card-thumb{background:var(--t-elevated)!important}.card-overlay{background:linear-gradient(to top,rgba(6,10,18,.72),rgba(6,10,18,.08) 53%,transparent 74%)!important}.card-overlay>div{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(7,11,19,.54);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.add-work-card{border:1px dashed rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc(calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72) * 1))!important;border-radius:16px!important;color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:linear-gradient(145deg,rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06) * 1)),var(--t-card))!important}.add-work-card:hover{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.58 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.42) / max(.000001,calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.58 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.42) / max(.000001,calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.58 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.42) / max(.000001,calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42))),calc(calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42) * 1))!important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.07 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.07 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.07 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc(calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93) * 1))!important}.add-work-card__plus{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.13 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.13 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.13 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc(calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87) * 1))!important;border:1px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.25 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.25 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.25 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc(calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75) * 1))}.add-work-card:hover .add-work-card__plus{background:var(--ac)!important;color:#fff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;border-color:var(--ac)!important}.add-work-card__desc{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.profile-toast{border:1px solid var(--t-border);border-radius:12px;color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-elevated);box-shadow:var(--shadow-float)}.fl-overlay,.badge-modal-overlay,.report-modal-overlay,#new-msg-modal{background:rgba(0,0,0,.48)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}[data-theme=light] .fl-overlay,[data-theme=light] .badge-modal-overlay,[data-theme=light] .report-modal-overlay,[data-theme=light] #new-msg-modal{background:rgba(15,23,42,.28)!important}.fl-box{background:var(--t-card)!important;border-color:var(--t-border)!important;box-shadow:var(--shadow-float)}.fl-header{border-color:var(--t-divider)!important}.fl-title,.fl-name{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important}.fl-close,.fl-empty{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}[data-theme=light] .profile-overview,[data-theme=light] .profile-tabs,[data-theme=light] .post-card,[data-theme=light] .add-work-card{box-shadow:0 2px 12px rgba(73,104,151,.045)!important}[data-theme=light] .profile-avatar{box-shadow:0 0 0 5px rgba(255,255,255,.78)}@media(max-width:720px){.profile-overview{border-radius:18px}.profile-avatar{border-radius:25px!important}.post-card,.add-work-card{border-radius:14px!important}}.profile-header-preview[aria-pressed=true]{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1));background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.1 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(var(--dl-a-ac,1) * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.1 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(var(--dl-a-ac,1) * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.1 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(var(--dl-a-ac,1) * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc(calc(var(--dl-a-ac,1) * 0.1 + var(--dl-a-t-card,1) * 0.9) * 1))}[data-theme=light] .profile-header-preview[aria-pressed=true]{color:var(--ac);--dl-current-a: var(--dl-a-ac,1);--dl-current-b: var(--dl-b-ac);--dl-current-g: var(--dl-g-ac);--dl-current-r: var(--dl-r-ac)}.profile-availability{border:1px solid rgba(calc((52 * 1 * 0.22 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((211 * 1 * 0.22 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((153 * 1 * 0.22 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc(calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78) * 1));border-radius:999px;color:rgba(calc((110 * 1 * 0.76 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.24) / max(.000001,calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24))),calc((231 * 1 * 0.76 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.24) / max(.000001,calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24))),calc((183 * 1 * 0.76 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.24) / max(.000001,calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24))),calc(calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24) * 1));--dl-current-a: calc(calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24) * 1);--dl-current-b: calc((183 * 1 * 0.76 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.24) / max(.000001, calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24)));--dl-current-g: calc((231 * 1 * 0.76 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.24) / max(.000001, calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24)));--dl-current-r: calc((110 * 1 * 0.76 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.24) / max(.000001, calc(1 * 0.76 + var(--dl-a-t-text,1) * 0.24)));background:rgba(calc((16 * 1 * 0.08 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((185 * 1 * 0.08 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((129 * 1 * 0.08 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc(calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92) * 1))}.profile-availability:hover{background:rgba(calc((16 * 1 * 0.13 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((185 * 1 * 0.13 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((129 * 1 * 0.13 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc(calc(1 * 0.13 + var(--dl-a-t-elevated,1) * 0.87) * 1))}.profile-availability__dot{border-radius:50%;background:#34d399;box-shadow:0 0 0 3px rgba(52,211,153,.10)}.profile-availability.is-unavailable{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);border-color:var(--t-border);background:var(--t-elevated)}.profile-availability.is-unavailable .profile-availability__dot{background:var(--t-subtle);box-shadow:none}.profile-bio-toggle{border:0;color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);background:transparent}[data-theme=light] .profile-bio-toggle{color:var(--ac);--dl-current-a: var(--dl-a-ac,1);--dl-current-b: var(--dl-b-ac);--dl-current-g: var(--dl-g-ac);--dl-current-r: var(--dl-r-ac)}.profile-sort__button{border:1px solid var(--t-border);border-radius:9px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.88))}.profile-sort__button:hover,.profile-sort__button[aria-expanded=true]{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover)}.profile-sort__menu{border:1px solid var(--t-border);border-radius:11px;background:var(--t-elevated);box-shadow:var(--shadow-float)}.profile-sort__menu button{border:0;border-radius:8px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:transparent}.profile-sort__menu button:hover{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover)}.profile-sort__menu button.is-active{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.12))}[data-theme=light] .profile-sort__menu button.is-active{color:var(--ac);--dl-current-a: var(--dl-a-ac,1);--dl-current-b: var(--dl-b-ac);--dl-current-g: var(--dl-g-ac);--dl-current-r: var(--dl-r-ac)}.profile-action.is-following{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc(calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66) * 1));background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc(calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88) * 1))}[data-theme=light] .profile-action.is-following{color:var(--ac);--dl-current-a: var(--dl-a-ac,1);--dl-current-b: var(--dl-b-ac);--dl-current-g: var(--dl-g-ac);--dl-current-r: var(--dl-r-ac)}.profile-page-handle,.profile-handle-copy{border:0}.profile-page-title .profile-page-handle{border-radius:6px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:transparent}.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover);outline:none}.profile-handle-copy{border-radius:6px;color:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.74 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.74 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.74 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26))),calc(calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26) * 1));--dl-current-a: calc(calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26) * 1);--dl-current-b: calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.74 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26)));--dl-current-g: calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.74 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26)));--dl-current-r: calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.74 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.26) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.74 + var(--dl-a-t-muted,1) * 0.26)));background:transparent}.profile-handle-copy:hover,.profile-handle-copy:focus-visible{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.1));outline:none}.profile-page-handle.is-copied,.profile-handle-copy.is-copied{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);box-shadow:0 0 0 2px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.18))}.profile-overview,.profile-cover-preview,.profile-cover-swatch{--cover-a: rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001, calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001, calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001, calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06) * 1));--dl-a-cover-a: calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06) * 1);--dl-b-cover-a: calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001, calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06)));--dl-g-cover-a: calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001, calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06)));--dl-r-cover-a: calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001, calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06)));--cover-b: var(--t-card);--dl-a-cover-b: var(--dl-a-t-card,1);--dl-b-cover-b: var(--dl-b-t-card);--dl-g-cover-b: var(--dl-g-t-card);--dl-r-cover-b: var(--dl-r-t-card);--cover-accent: var(--ac);--dl-a-cover-accent: var(--dl-a-ac,1);--dl-b-cover-accent: var(--dl-b-ac);--dl-g-cover-accent: var(--dl-g-ac);--dl-r-cover-accent: var(--dl-r-ac);--cover-line: rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.07));--dl-a-cover-line: calc(var(--dl-a-t-text,1) * 0.07);--dl-b-cover-line: var(--dl-b-t-text);--dl-g-cover-line: var(--dl-g-t-text);--dl-r-cover-line: var(--dl-r-t-text);--cover-pattern-image: radial-gradient(circle at 22% -18%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.22)) 0, transparent 45%), radial-gradient(circle at 96% 115%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.1)) 0, transparent 40%);--cover-pattern-size: auto;background-color:var(--cover-b)!important;background-image:var(--cover-pattern-image),linear-gradient(145deg,var(--cover-a),var(--cover-b))!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}.profile-overview[data-cover-tone=graphite],.profile-cover-preview[data-cover-tone=graphite],.profile-cover-swatch[data-cover-tone=graphite]{--cover-a:#171a23;--dl-a-cover-a:1;--dl-b-cover-a:35;--dl-g-cover-a:26;--dl-r-cover-a:23;--cover-b:#0b0c12;--dl-a-cover-b:1;--dl-b-cover-b:18;--dl-g-cover-b:12;--dl-r-cover-b:11;--cover-accent:#8b95aa;--dl-a-cover-accent:1;--dl-b-cover-accent:170;--dl-g-cover-accent:149;--dl-r-cover-accent:139}.profile-overview[data-cover-tone=indigo],.profile-cover-preview[data-cover-tone=indigo],.profile-cover-swatch[data-cover-tone=indigo]{--cover-a:#171c3d;--dl-a-cover-a:1;--dl-b-cover-a:61;--dl-g-cover-a:28;--dl-r-cover-a:23;--cover-b:#0b0d1a;--dl-a-cover-b:1;--dl-b-cover-b:26;--dl-g-cover-b:13;--dl-r-cover-b:11;--cover-accent:#7086ff;--dl-a-cover-accent:1;--dl-b-cover-accent:255;--dl-g-cover-accent:134;--dl-r-cover-accent:112}.profile-overview[data-cover-tone=ocean],.profile-cover-preview[data-cover-tone=ocean],.profile-cover-swatch[data-cover-tone=ocean]{--cover-a:#0b2635;--dl-a-cover-a:1;--dl-b-cover-a:53;--dl-g-cover-a:38;--dl-r-cover-a:11;--cover-b:#07131c;--dl-a-cover-b:1;--dl-b-cover-b:28;--dl-g-cover-b:19;--dl-r-cover-b:7;--cover-accent:#35b7e8;--dl-a-cover-accent:1;--dl-b-cover-accent:232;--dl-g-cover-accent:183;--dl-r-cover-accent:53}.profile-overview[data-cover-tone=forest],.profile-cover-preview[data-cover-tone=forest],.profile-cover-swatch[data-cover-tone=forest]{--cover-a:#102a24;--dl-a-cover-a:1;--dl-b-cover-a:36;--dl-g-cover-a:42;--dl-r-cover-a:16;--cover-b:#091712;--dl-a-cover-b:1;--dl-b-cover-b:18;--dl-g-cover-b:23;--dl-r-cover-b:9;--cover-accent:#39c58a;--dl-a-cover-accent:1;--dl-b-cover-accent:138;--dl-g-cover-accent:197;--dl-r-cover-accent:57}.profile-overview[data-cover-tone=violet],.profile-cover-preview[data-cover-tone=violet],.profile-cover-swatch[data-cover-tone=violet]{--cover-a:#2a1834;--dl-a-cover-a:1;--dl-b-cover-a:52;--dl-g-cover-a:24;--dl-r-cover-a:42;--cover-b:#140b1b;--dl-a-cover-b:1;--dl-b-cover-b:27;--dl-g-cover-b:11;--dl-r-cover-b:20;--cover-accent:#b47cff;--dl-a-cover-accent:1;--dl-b-cover-accent:255;--dl-g-cover-accent:124;--dl-r-cover-accent:180}.profile-overview[data-cover-tone=rose],.profile-cover-preview[data-cover-tone=rose],.profile-cover-swatch[data-cover-tone=rose]{--cover-a:#321824;--dl-a-cover-a:1;--dl-b-cover-a:36;--dl-g-cover-a:24;--dl-r-cover-a:50;--cover-b:#180c12;--dl-a-cover-b:1;--dl-b-cover-b:18;--dl-g-cover-b:12;--dl-r-cover-b:24;--cover-accent:#ef789f;--dl-a-cover-accent:1;--dl-b-cover-accent:159;--dl-g-cover-accent:120;--dl-r-cover-accent:239}.profile-overview[data-cover-tone=amber],.profile-cover-preview[data-cover-tone=amber],.profile-cover-swatch[data-cover-tone=amber]{--cover-a:#342510;--dl-a-cover-a:1;--dl-b-cover-a:16;--dl-g-cover-a:37;--dl-r-cover-a:52;--cover-b:#181108;--dl-a-cover-b:1;--dl-b-cover-b:8;--dl-g-cover-b:17;--dl-r-cover-b:24;--cover-accent:#e9ac4a;--dl-a-cover-accent:1;--dl-b-cover-accent:74;--dl-g-cover-accent:172;--dl-r-cover-accent:233}html[data-profile-cover-tone=graphite] .profile-overview{--cover-a:#171a23;--dl-a-cover-a:1;--dl-b-cover-a:35;--dl-g-cover-a:26;--dl-r-cover-a:23;--cover-b:#0b0c12;--dl-a-cover-b:1;--dl-b-cover-b:18;--dl-g-cover-b:12;--dl-r-cover-b:11;--cover-accent:#8b95aa;--dl-a-cover-accent:1;--dl-b-cover-accent:170;--dl-g-cover-accent:149;--dl-r-cover-accent:139}html[data-profile-cover-tone=indigo] .profile-overview{--cover-a:#171c3d;--dl-a-cover-a:1;--dl-b-cover-a:61;--dl-g-cover-a:28;--dl-r-cover-a:23;--cover-b:#0b0d1a;--dl-a-cover-b:1;--dl-b-cover-b:26;--dl-g-cover-b:13;--dl-r-cover-b:11;--cover-accent:#7086ff;--dl-a-cover-accent:1;--dl-b-cover-accent:255;--dl-g-cover-accent:134;--dl-r-cover-accent:112}html[data-profile-cover-tone=ocean] .profile-overview{--cover-a:#0b2635;--dl-a-cover-a:1;--dl-b-cover-a:53;--dl-g-cover-a:38;--dl-r-cover-a:11;--cover-b:#07131c;--dl-a-cover-b:1;--dl-b-cover-b:28;--dl-g-cover-b:19;--dl-r-cover-b:7;--cover-accent:#35b7e8;--dl-a-cover-accent:1;--dl-b-cover-accent:232;--dl-g-cover-accent:183;--dl-r-cover-accent:53}html[data-profile-cover-tone=forest] .profile-overview{--cover-a:#102a24;--dl-a-cover-a:1;--dl-b-cover-a:36;--dl-g-cover-a:42;--dl-r-cover-a:16;--cover-b:#091712;--dl-a-cover-b:1;--dl-b-cover-b:18;--dl-g-cover-b:23;--dl-r-cover-b:9;--cover-accent:#39c58a;--dl-a-cover-accent:1;--dl-b-cover-accent:138;--dl-g-cover-accent:197;--dl-r-cover-accent:57}html[data-profile-cover-tone=violet] .profile-overview{--cover-a:#2a1834;--dl-a-cover-a:1;--dl-b-cover-a:52;--dl-g-cover-a:24;--dl-r-cover-a:42;--cover-b:#140b1b;--dl-a-cover-b:1;--dl-b-cover-b:27;--dl-g-cover-b:11;--dl-r-cover-b:20;--cover-accent:#b47cff;--dl-a-cover-accent:1;--dl-b-cover-accent:255;--dl-g-cover-accent:124;--dl-r-cover-accent:180}html[data-profile-cover-tone=rose] .profile-overview{--cover-a:#321824;--dl-a-cover-a:1;--dl-b-cover-a:36;--dl-g-cover-a:24;--dl-r-cover-a:50;--cover-b:#180c12;--dl-a-cover-b:1;--dl-b-cover-b:18;--dl-g-cover-b:12;--dl-r-cover-b:24;--cover-accent:#ef789f;--dl-a-cover-accent:1;--dl-b-cover-accent:159;--dl-g-cover-accent:120;--dl-r-cover-accent:239}html[data-profile-cover-tone=steel] .profile-overview{--cover-a:#343b47;--dl-a-cover-a:1;--dl-b-cover-a:71;--dl-g-cover-a:59;--dl-r-cover-a:52;--cover-b:#171b22;--dl-a-cover-b:1;--dl-b-cover-b:34;--dl-g-cover-b:27;--dl-r-cover-b:23;--cover-accent:#aab6c7;--dl-a-cover-accent:1;--dl-b-cover-accent:199;--dl-g-cover-accent:182;--dl-r-cover-accent:170}[data-theme=light] .profile-overview,[data-theme=light] .profile-cover-preview,[data-theme=light] .profile-cover-swatch{--cover-a:#f3f6ff;--dl-a-cover-a:1;--dl-b-cover-a:255;--dl-g-cover-a:246;--dl-r-cover-a:243;--cover-b:#ffffff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:255;--dl-r-cover-b:255;--cover-line:rgba(15,23,42,.07);--dl-a-cover-line:0.07;--dl-b-cover-line:42;--dl-g-cover-line:23;--dl-r-cover-line:15}[data-theme=light] .profile-overview[data-cover-tone=graphite],[data-theme=light] .profile-cover-preview[data-cover-tone=graphite],[data-theme=light] .profile-cover-swatch[data-cover-tone=graphite]{--cover-a:#edf0f5;--dl-a-cover-a:1;--dl-b-cover-a:245;--dl-g-cover-a:240;--dl-r-cover-a:237;--cover-b:#fafbfc;--dl-a-cover-b:1;--dl-b-cover-b:252;--dl-g-cover-b:251;--dl-r-cover-b:250;--cover-accent:#6f7a8d;--dl-a-cover-accent:1;--dl-b-cover-accent:141;--dl-g-cover-accent:122;--dl-r-cover-accent:111}[data-theme=light] .profile-overview[data-cover-tone=indigo],[data-theme=light] .profile-cover-preview[data-cover-tone=indigo],[data-theme=light] .profile-cover-swatch[data-cover-tone=indigo]{--cover-a:#e9edff;--dl-a-cover-a:1;--dl-b-cover-a:255;--dl-g-cover-a:237;--dl-r-cover-a:233;--cover-b:#fafbff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:251;--dl-r-cover-b:250;--cover-accent:#536cf2;--dl-a-cover-accent:1;--dl-b-cover-accent:242;--dl-g-cover-accent:108;--dl-r-cover-accent:83}[data-theme=light] .profile-overview[data-cover-tone=ocean],[data-theme=light] .profile-cover-preview[data-cover-tone=ocean],[data-theme=light] .profile-cover-swatch[data-cover-tone=ocean]{--cover-a:#e2f5fc;--dl-a-cover-a:1;--dl-b-cover-a:252;--dl-g-cover-a:245;--dl-r-cover-a:226;--cover-b:#f8fdff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:253;--dl-r-cover-b:248;--cover-accent:#149aca;--dl-a-cover-accent:1;--dl-b-cover-accent:202;--dl-g-cover-accent:154;--dl-r-cover-accent:20}[data-theme=light] .profile-overview[data-cover-tone=forest],[data-theme=light] .profile-cover-preview[data-cover-tone=forest],[data-theme=light] .profile-cover-swatch[data-cover-tone=forest]{--cover-a:#e4f5ed;--dl-a-cover-a:1;--dl-b-cover-a:237;--dl-g-cover-a:245;--dl-r-cover-a:228;--cover-b:#f8fdf9;--dl-a-cover-b:1;--dl-b-cover-b:249;--dl-g-cover-b:253;--dl-r-cover-b:248;--cover-accent:#239c67;--dl-a-cover-accent:1;--dl-b-cover-accent:103;--dl-g-cover-accent:156;--dl-r-cover-accent:35}[data-theme=light] .profile-overview[data-cover-tone=violet],[data-theme=light] .profile-cover-preview[data-cover-tone=violet],[data-theme=light] .profile-cover-swatch[data-cover-tone=violet]{--cover-a:#f2e8fa;--dl-a-cover-a:1;--dl-b-cover-a:250;--dl-g-cover-a:232;--dl-r-cover-a:242;--cover-b:#fdfaff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:250;--dl-r-cover-b:253;--cover-accent:#8f55c8;--dl-a-cover-accent:1;--dl-b-cover-accent:200;--dl-g-cover-accent:85;--dl-r-cover-accent:143}[data-theme=light] .profile-overview[data-cover-tone=rose],[data-theme=light] .profile-cover-preview[data-cover-tone=rose],[data-theme=light] .profile-cover-swatch[data-cover-tone=rose]{--cover-a:#f9e8ef;--dl-a-cover-a:1;--dl-b-cover-a:239;--dl-g-cover-a:232;--dl-r-cover-a:249;--cover-b:#fffafb;--dl-a-cover-b:1;--dl-b-cover-b:251;--dl-g-cover-b:250;--dl-r-cover-b:255;--cover-accent:#cf557c;--dl-a-cover-accent:1;--dl-b-cover-accent:124;--dl-g-cover-accent:85;--dl-r-cover-accent:207}[data-theme=light] .profile-overview[data-cover-tone=amber],[data-theme=light] .profile-cover-preview[data-cover-tone=amber],[data-theme=light] .profile-cover-swatch[data-cover-tone=amber]{--cover-a:#faefd9;--dl-a-cover-a:1;--dl-b-cover-a:217;--dl-g-cover-a:239;--dl-r-cover-a:250;--cover-b:#fffdf8;--dl-a-cover-b:1;--dl-b-cover-b:248;--dl-g-cover-b:253;--dl-r-cover-b:255;--cover-accent:#bd7b18;--dl-a-cover-accent:1;--dl-b-cover-accent:24;--dl-g-cover-accent:123;--dl-r-cover-accent:189}html[data-theme=light][data-profile-cover-tone=graphite] .profile-overview{--cover-a:#edf0f5;--dl-a-cover-a:1;--dl-b-cover-a:245;--dl-g-cover-a:240;--dl-r-cover-a:237;--cover-b:#fafbfc;--dl-a-cover-b:1;--dl-b-cover-b:252;--dl-g-cover-b:251;--dl-r-cover-b:250;--cover-accent:#6f7a8d;--dl-a-cover-accent:1;--dl-b-cover-accent:141;--dl-g-cover-accent:122;--dl-r-cover-accent:111}html[data-theme=light][data-profile-cover-tone=indigo] .profile-overview{--cover-a:#e9edff;--dl-a-cover-a:1;--dl-b-cover-a:255;--dl-g-cover-a:237;--dl-r-cover-a:233;--cover-b:#fafbff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:251;--dl-r-cover-b:250;--cover-accent:#536cf2;--dl-a-cover-accent:1;--dl-b-cover-accent:242;--dl-g-cover-accent:108;--dl-r-cover-accent:83}html[data-theme=light][data-profile-cover-tone=ocean] .profile-overview{--cover-a:#e2f5fc;--dl-a-cover-a:1;--dl-b-cover-a:252;--dl-g-cover-a:245;--dl-r-cover-a:226;--cover-b:#f8fdff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:253;--dl-r-cover-b:248;--cover-accent:#149aca;--dl-a-cover-accent:1;--dl-b-cover-accent:202;--dl-g-cover-accent:154;--dl-r-cover-accent:20}html[data-theme=light][data-profile-cover-tone=forest] .profile-overview{--cover-a:#e4f5ed;--dl-a-cover-a:1;--dl-b-cover-a:237;--dl-g-cover-a:245;--dl-r-cover-a:228;--cover-b:#f8fdf9;--dl-a-cover-b:1;--dl-b-cover-b:249;--dl-g-cover-b:253;--dl-r-cover-b:248;--cover-accent:#239c67;--dl-a-cover-accent:1;--dl-b-cover-accent:103;--dl-g-cover-accent:156;--dl-r-cover-accent:35}html[data-theme=light][data-profile-cover-tone=violet] .profile-overview{--cover-a:#f2e8fa;--dl-a-cover-a:1;--dl-b-cover-a:250;--dl-g-cover-a:232;--dl-r-cover-a:242;--cover-b:#fdfaff;--dl-a-cover-b:1;--dl-b-cover-b:255;--dl-g-cover-b:250;--dl-r-cover-b:253;--cover-accent:#8f55c8;--dl-a-cover-accent:1;--dl-b-cover-accent:200;--dl-g-cover-accent:85;--dl-r-cover-accent:143}html[data-theme=light][data-profile-cover-tone=rose] .profile-overview{--cover-a:#f9e8ef;--dl-a-cover-a:1;--dl-b-cover-a:239;--dl-g-cover-a:232;--dl-r-cover-a:249;--cover-b:#fffafb;--dl-a-cover-b:1;--dl-b-cover-b:251;--dl-g-cover-b:250;--dl-r-cover-b:255;--cover-accent:#cf557c;--dl-a-cover-accent:1;--dl-b-cover-accent:124;--dl-g-cover-accent:85;--dl-r-cover-accent:207}html[data-theme=light][data-profile-cover-tone=steel] .profile-overview{--cover-a:#e1e6ec;--dl-a-cover-a:1;--dl-b-cover-a:236;--dl-g-cover-a:230;--dl-r-cover-a:225;--cover-b:#f8fafc;--dl-a-cover-b:1;--dl-b-cover-b:252;--dl-g-cover-b:250;--dl-r-cover-b:248;--cover-accent:#738095;--dl-a-cover-accent:1;--dl-b-cover-accent:149;--dl-g-cover-accent:128;--dl-r-cover-accent:115}.profile-overview[data-cover-pattern=none],.profile-cover-preview[data-cover-pattern=none],.profile-cover-swatch[data-cover-pattern=none]{--cover-pattern-image:none;--cover-pattern-size:auto}.profile-overview[data-cover-pattern=soft],.profile-cover-preview[data-cover-pattern=soft],.profile-cover-swatch[data-cover-pattern=soft]{--cover-pattern-image: radial-gradient(70% 110% at 8% 0%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.18)) 0%, transparent 64%), radial-gradient(62% 100% at 96% 108%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.1)) 0%, transparent 66%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=left],.profile-cover-preview[data-cover-pattern=left],.profile-cover-swatch[data-cover-pattern=left]{--cover-pattern-image: radial-gradient(82% 145% at -8% 50%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.24)) 0%, transparent 66%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=right],.profile-cover-preview[data-cover-pattern=right],.profile-cover-swatch[data-cover-pattern=right]{--cover-pattern-image: radial-gradient(82% 145% at 108% 50%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.24)) 0%, transparent 66%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=top],.profile-cover-preview[data-cover-pattern=top],.profile-cover-swatch[data-cover-pattern=top]{--cover-pattern-image: radial-gradient(115% 92% at 50% -22%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.22)) 0%, transparent 68%);--cover-pattern-size:auto}.profile-overview[data-cover-pattern=bottom],.profile-cover-preview[data-cover-pattern=bottom],.profile-cover-swatch[data-cover-pattern=bottom]{--cover-pattern-image: radial-gradient(115% 92% at 50% 122%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.22)) 0%, transparent 68%);--cover-pattern-size:auto}html[data-profile-cover-pattern=none] .profile-overview{--cover-pattern-image:none;--cover-pattern-size:auto}html[data-profile-cover-pattern=soft] .profile-overview{--cover-pattern-image: radial-gradient(70% 110% at 8% 0%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.18)) 0%, transparent 64%), radial-gradient(62% 100% at 96% 108%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.1)) 0%, transparent 66%);--cover-pattern-size:auto}html[data-profile-cover-pattern=left] .profile-overview{--cover-pattern-image:radial-gradient(82% 145% at -8% 50%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.24)) 0%, transparent 66%);--cover-pattern-size:auto}html[data-profile-cover-pattern=right] .profile-overview{--cover-pattern-image:radial-gradient(82% 145% at 108% 50%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.24)) 0%, transparent 66%);--cover-pattern-size:auto}html[data-profile-cover-pattern=top] .profile-overview{--cover-pattern-image:radial-gradient(115% 92% at 50% -22%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.22)) 0%, transparent 68%);--cover-pattern-size:auto}html[data-profile-cover-pattern=bottom] .profile-overview{--cover-pattern-image:radial-gradient(115% 92% at 50% 122%, rgba(var(--dl-r-cover-accent),var(--dl-g-cover-accent),var(--dl-b-cover-accent),calc(var(--dl-a-cover-accent,1) * 0.22)) 0%, transparent 68%);--cover-pattern-size:auto}.profile-cover-modal{background:rgba(0,0,0,.48);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}[data-theme=light] .profile-cover-modal{background:rgba(15,23,42,.28)}.profile-cover-dialog{border:1px solid var(--t-border);border-radius:20px;background:var(--t-card);box-shadow:0 24px 80px rgba(0,0,0,.38);scrollbar-color:transparent transparent}.profile-cover-dialog.is-scrolling{scrollbar-color:rgba(var(--dl-r-t-muted),var(--dl-g-t-muted),var(--dl-b-t-muted),calc(var(--dl-a-t-muted,1) * 0.62)) transparent}.profile-cover-dialog::-webkit-scrollbar-track{background:transparent}.profile-cover-dialog::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.profile-cover-dialog.is-scrolling::-webkit-scrollbar-thumb{background:rgba(var(--dl-r-t-muted),var(--dl-g-t-muted),var(--dl-b-t-muted),calc(var(--dl-a-t-muted,1) * 0.62))}.profile-cover-dialog__header{border-bottom:1px solid var(--t-divider)}.profile-cover-dialog__header h2{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-cover-dialog__header p{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-cover-close{border:0;border-radius:10px;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted);background:transparent}.profile-cover-close:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:var(--t-hover)}.profile-cover-preview{border:1px solid var(--t-border);border-radius:16px}.profile-cover-preview__avatar{border-radius:16px;background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.1));border:1px solid rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.11));color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-cover-preview__name{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-cover-preview__meta{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-cover-group__title{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-cover-group__hint{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-cover-tone-option,.profile-cover-pattern-option{border:1px solid var(--t-border);border-radius:13px;background:var(--t-elevated);color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-cover-tone-option:hover,.profile-cover-pattern-option:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.3 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.7) / max(.000001,calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.3 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.7) / max(.000001,calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.3 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.7) / max(.000001,calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7))),calc(calc(var(--dl-a-ac,1) * 0.3 + var(--dl-a-t-border,1) * 0.7) * 1))}.profile-cover-tone-option[aria-pressed=true],.profile-cover-pattern-option[aria-pressed=true]{color:var(--ac-l);--dl-current-a:var(--dl-a-ac-l,1);--dl-current-b:var(--dl-b-ac-l);--dl-current-g:var(--dl-g-ac-l);--dl-current-r:var(--dl-r-ac-l);border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.55 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.45) / max(.000001,calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.55 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.45) / max(.000001,calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.55 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.45) / max(.000001,calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45))),calc(calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45) * 1));box-shadow:0 0 0 2px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.1))}[data-theme=light] .profile-cover-tone-option[aria-pressed=true],[data-theme=light] .profile-cover-pattern-option[aria-pressed=true]{color:var(--ac);--dl-current-a:var(--dl-a-ac,1);--dl-current-b:var(--dl-b-ac);--dl-current-g:var(--dl-g-ac);--dl-current-r:var(--dl-r-ac)}.profile-cover-swatch{border-radius:10px;border:1px solid rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.1))}.profile-cover-pattern-option .profile-cover-swatch{border-radius:9px}.profile-cover-dialog__footer{border-top:1px solid var(--t-divider)}.profile-cover-reset{border:0;border-radius:10px;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted);background:transparent}.profile-cover-reset:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:var(--t-hover)}.profile-cover-footer-button{border-radius:11px}.profile-cover-cancel{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted);background:var(--t-elevated);border:1px solid var(--t-border)}.profile-cover-cancel:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:var(--t-hover)}.profile-cover-save{color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;background:var(--ac);border:1px solid var(--ac)}.profile-cover-save:hover{background:var(--ac-d);border-color:var(--ac-d)}@media(max-width:600px){.profile-cover-dialog{border-radius:18px}.profile-cover-dialog__footer{background:var(--t-card)}}.profile-new-user-empty{border:1px dashed rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.25 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.25 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.25 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc(calc(var(--dl-a-ac,1) * 0.25 + var(--dl-a-t-border,1) * 0.75) * 1));border-radius:18px;background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06))),calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-ac,1) * 0.06) * 1))}.profile-new-user-empty__icon{border:1px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.26 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.74) / max(.000001,calc(var(--dl-a-ac,1) * 0.26 + var(--dl-a-t-border,1) * 0.74))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.26 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.74) / max(.000001,calc(var(--dl-a-ac,1) * 0.26 + var(--dl-a-t-border,1) * 0.74))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.26 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.74) / max(.000001,calc(var(--dl-a-ac,1) * 0.26 + var(--dl-a-t-border,1) * 0.74))),calc(calc(var(--dl-a-ac,1) * 0.26 + var(--dl-a-t-border,1) * 0.74) * 1));border-radius:16px;color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc(calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88) * 1))}.profile-new-user-empty__title{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-new-user-empty__copy{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}.profile-new-user-empty__action{border:1px solid var(--ac);border-radius:11px;color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;background:var(--ac)}.profile-new-user-empty__action:hover{background:var(--ac-d);border-color:var(--ac-d)}@media(max-width:720px){.profile-new-user-empty{border-radius:15px}}.profile-tabs{border-radius:14px!important}@media(max-width:720px){.profile-tabs{border-radius:13px!important}}:root{--profile-max: 1450px}.profile-badge-count{color:#f4d58d!important;--dl-current-a: 1 !important;--dl-current-b: 141 !important;--dl-current-g: 213 !important;--dl-current-r: 244 !important;background:rgba(calc((215 * 1 * 0.11 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.89) / max(.000001,calc(1 * 0.11 + var(--dl-a-t-elevated,1) * 0.89))),calc((173 * 1 * 0.11 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.89) / max(.000001,calc(1 * 0.11 + var(--dl-a-t-elevated,1) * 0.89))),calc((85 * 1 * 0.11 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.89) / max(.000001,calc(1 * 0.11 + var(--dl-a-t-elevated,1) * 0.89))),calc(calc(1 * 0.11 + var(--dl-a-t-elevated,1) * 0.89) * 1))!important;border:1px solid rgba(calc((215 * 1 * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((173 * 1 * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((85 * 1 * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1))!important;border-radius:999px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.035)!important}.profile-badge-count svg{color:#d7ad55;--dl-current-a: 1;--dl-current-b: 85;--dl-current-g: 173;--dl-current-r: 215}.profile-badge-count:hover{color:#ffe7ae!important;--dl-current-a: 1 !important;--dl-current-b: 174 !important;--dl-current-g: 231 !important;--dl-current-r: 255 !important;background:rgba(calc((215 * 1 * 0.17 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(1 * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc((173 * 1 * 0.17 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(1 * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc((85 * 1 * 0.17 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(1 * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc(calc(1 * 0.17 + var(--dl-a-t-elevated,1) * 0.83) * 1))!important;border-color:rgba(calc((215 * 1 * 0.54 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.46) / max(.000001,calc(1 * 0.54 + var(--dl-a-t-border,1) * 0.46))),calc((173 * 1 * 0.54 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.46) / max(.000001,calc(1 * 0.54 + var(--dl-a-t-border,1) * 0.46))),calc((85 * 1 * 0.54 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.46) / max(.000001,calc(1 * 0.54 + var(--dl-a-t-border,1) * 0.46))),calc(calc(1 * 0.54 + var(--dl-a-t-border,1) * 0.46) * 1))!important}[data-theme=light] .profile-badge-count{color:#7a5718!important;--dl-current-a: 1 !important;--dl-current-b: 24 !important;--dl-current-g: 87 !important;--dl-current-r: 122 !important;background:#fff7df!important;border-color:#e4c36f!important}.profile-handle-copy{border:1px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.24 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.24 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.24 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc(calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-t-border,1) * 0.76) * 1))!important;border-radius:999px!important;color:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.86 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.86 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.86 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))),calc(calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14) * 1) !important;--dl-current-b: calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.86 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))) !important;--dl-current-g: calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.86 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))) !important;--dl-current-r: calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.86 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))) !important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.08 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.08 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.08 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc(calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-elevated,1) * 0.92) * 1))!important}.profile-handle-copy:hover,.profile-handle-copy:focus-visible{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.46 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.54) / max(.000001,calc(var(--dl-a-ac,1) * 0.46 + var(--dl-a-t-border,1) * 0.54))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.46 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.54) / max(.000001,calc(var(--dl-a-ac,1) * 0.46 + var(--dl-a-t-border,1) * 0.54))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.46 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.54) / max(.000001,calc(var(--dl-a-ac,1) * 0.46 + var(--dl-a-t-border,1) * 0.54))),calc(calc(var(--dl-a-ac,1) * 0.46 + var(--dl-a-t-border,1) * 0.54) * 1))!important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.13 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.13 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.13 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc(calc(var(--dl-a-ac,1) * 0.13 + var(--dl-a-t-elevated,1) * 0.87) * 1))!important}.profile-stats{border-radius:14px!important}.profile-tabs{border-radius:13px!important}@media(max-width:720px){.profile-action{border-radius:12px!important}.profile-stats{border-radius:13px!important}}:root{--profile-control-bg: rgba(8, 10, 17, .54);--dl-a-profile-control-bg: 0.54;--dl-b-profile-control-bg: 17;--dl-g-profile-control-bg: 10;--dl-r-profile-control-bg: 8;--profile-control-bg-hover: rgba(8, 10, 17, .70);--dl-a-profile-control-bg-hover: 0.7;--dl-b-profile-control-bg-hover: 17;--dl-g-profile-control-bg-hover: 10;--dl-r-profile-control-bg-hover: 8;--profile-control-border: rgba(255, 255, 255, .13);--dl-a-profile-control-border: 0.13;--dl-b-profile-control-border: 255;--dl-g-profile-control-border: 255;--dl-r-profile-control-border: 255;--profile-control-text: rgba(255, 255, 255, .86);--dl-a-profile-control-text: 0.86;--dl-b-profile-control-text: 255;--dl-g-profile-control-text: 255;--dl-r-profile-control-text: 255;--profile-control-muted: rgba(255, 255, 255, .68);--dl-a-profile-control-muted: 0.68;--dl-b-profile-control-muted: 255;--dl-g-profile-control-muted: 255;--dl-r-profile-control-muted: 255}[data-theme=light]{--profile-control-bg: rgba(255, 255, 255, .66);--dl-a-profile-control-bg: 0.66;--dl-b-profile-control-bg: 255;--dl-g-profile-control-bg: 255;--dl-r-profile-control-bg: 255;--profile-control-bg-hover: rgba(255, 255, 255, .84);--dl-a-profile-control-bg-hover: 0.84;--dl-b-profile-control-bg-hover: 255;--dl-g-profile-control-bg-hover: 255;--dl-r-profile-control-bg-hover: 255;--profile-control-border: rgba(15, 23, 42, .13);--dl-a-profile-control-border: 0.13;--dl-b-profile-control-border: 42;--dl-g-profile-control-border: 23;--dl-r-profile-control-border: 15;--profile-control-text: rgba(17, 24, 39, .90);--dl-a-profile-control-text: 0.9;--dl-b-profile-control-text: 39;--dl-g-profile-control-text: 24;--dl-r-profile-control-text: 17;--profile-control-muted: rgba(55, 65, 81, .78);--dl-a-profile-control-muted: 0.78;--dl-b-profile-control-muted: 81;--dl-g-profile-control-muted: 65;--dl-r-profile-control-muted: 55}.profile-overview .profile-action,.profile-overview .profile-stats,.profile-overview .profile-social-icon,.profile-overview .profile-handle-copy,.profile-overview .profile-availability,.profile-overview .profile-status-menu{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.profile-overview .profile-action--primary{color:#fff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.78))!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.9 + 255 * 0.18 * 0.1) / max(.000001,calc(var(--dl-a-ac,1) * 0.9 + 0.18 * 0.1))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.9 + 255 * 0.18 * 0.1) / max(.000001,calc(var(--dl-a-ac,1) * 0.9 + 0.18 * 0.1))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.9 + 255 * 0.18 * 0.1) / max(.000001,calc(var(--dl-a-ac,1) * 0.9 + 0.18 * 0.1))),calc(calc(var(--dl-a-ac,1) * 0.9 + 0.18 * 0.1) * 1))!important}.profile-overview .profile-action--primary:hover{background:rgba(var(--dl-r-ac-d),var(--dl-g-ac-d),var(--dl-b-ac-d),calc(var(--dl-a-ac-d,1) * 0.88))!important}.profile-overview .profile-action--secondary,.profile-overview .profile-stats,.profile-overview .profile-social-icon,.profile-overview .profile-handle-copy,.profile-overview .profile-availability{background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important;color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important;box-shadow:none!important}.profile-overview .profile-action--secondary:hover,.profile-overview .profile-social-icon:hover,.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible,.profile-overview .profile-availability:hover{background:var(--profile-control-bg-hover)!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-profile-control-border,1) * 0.66))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-profile-control-border,1) * 0.66))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-profile-control-border,1) * 0.66))),calc(calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-profile-control-border,1) * 0.66) * 1))!important;color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important}.profile-overview .profile-stats>*+*{border-left-color:var(--profile-control-border)!important}.profile-overview .stat-num{color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important}.profile-overview .stat-label{color:var(--profile-control-muted)!important;--dl-current-a: var(--dl-a-profile-control-muted,1) !important;--dl-current-b: var(--dl-b-profile-control-muted) !important;--dl-current-g: var(--dl-g-profile-control-muted) !important;--dl-current-r: var(--dl-r-profile-control-muted) !important}.profile-avatar-stack .profile-availability{border-radius:999px!important}.profile-availability__dot{background:#22c55e!important;box-shadow:0 0 0 3px rgba(34,197,94,.13)!important}.profile-availability[data-status=busy] .profile-availability__dot{background:#f59e0b!important;box-shadow:0 0 0 3px rgba(245,158,11,.13)!important}.profile-availability[data-status=open] .profile-availability__dot{background:#60a5fa!important;box-shadow:0 0 0 3px rgba(96,165,250,.13)!important}.profile-availability[data-status=pause] .profile-availability__dot{background:#94a3b8!important;box-shadow:0 0 0 3px rgba(148,163,184,.13)!important}.profile-status-menu{border:1px solid var(--profile-control-border);border-radius:12px;background:rgba(8,10,17,.92);box-shadow:0 14px 34px rgba(0,0,0,.28)}[data-theme=light] .profile-status-menu{background:rgba(255,255,255,.96)}.profile-status-menu button{border:0;border-radius:8px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:transparent}.profile-status-menu button:hover,.profile-status-menu button.is-active{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover)}.status-dot{border-radius:50%}.status-dot--available{background:#22c55e}.status-dot--busy{background:#f59e0b}.status-dot--open{background:#60a5fa}.status-dot--pause{background:#94a3b8}.profile-interests__label{color:var(--profile-control-muted);--dl-current-a: var(--dl-a-profile-control-muted,1);--dl-current-b: var(--dl-b-profile-control-muted);--dl-current-g: var(--dl-g-profile-control-muted);--dl-current-r: var(--dl-r-profile-control-muted)}.profile-interests__label svg{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l)}.profile-interest-tag{border:1px solid rgba(var(--dl-r-profile-control-border),var(--dl-g-profile-control-border),var(--dl-b-profile-control-border),calc(var(--dl-a-profile-control-border,1) * 0.88));border-radius:999px;color:var(--profile-control-text);--dl-current-a: var(--dl-a-profile-control-text,1);--dl-current-b: var(--dl-b-profile-control-text);--dl-current-g: var(--dl-g-profile-control-text);--dl-current-r: var(--dl-r-profile-control-text);background:rgba(var(--dl-r-profile-control-bg),var(--dl-g-profile-control-bg),var(--dl-b-profile-control-bg),calc(var(--dl-a-profile-control-bg,1) * 0.72))}.profile-interests__edit{border:0;border-radius:8px;color:var(--profile-control-muted);--dl-current-a: var(--dl-a-profile-control-muted,1);--dl-current-b: var(--dl-b-profile-control-muted);--dl-current-g: var(--dl-g-profile-control-muted);--dl-current-r: var(--dl-r-profile-control-muted);background:transparent}.profile-interests__edit:hover{color:var(--profile-control-text);--dl-current-a: var(--dl-a-profile-control-text,1);--dl-current-b: var(--dl-b-profile-control-text);--dl-current-g: var(--dl-g-profile-control-text);--dl-current-r: var(--dl-r-profile-control-text);background:var(--profile-control-bg-hover)}.profile-interests__empty{color:var(--profile-control-muted);--dl-current-a: var(--dl-a-profile-control-muted,1);--dl-current-b: var(--dl-b-profile-control-muted);--dl-current-g: var(--dl-g-profile-control-muted);--dl-current-r: var(--dl-r-profile-control-muted)}.profile-interests-modal{background:rgba(0,0,0,.48);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=light] .profile-interests-modal{background:rgba(15,23,42,.28)}.profile-interests-dialog{border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 28px 80px rgba(0,0,0,.38)}.profile-interests-dialog__header{border-bottom:1px solid var(--border)}.profile-interests-dialog__header h2{color:var(--text);--dl-current-a: var(--dl-a-text,1);--dl-current-b: var(--dl-b-text);--dl-current-g: var(--dl-g-text);--dl-current-r: var(--dl-r-text)}.profile-interests-dialog__header p{color:var(--muted);--dl-current-a: var(--dl-a-muted,1);--dl-current-b: var(--dl-b-muted);--dl-current-g: var(--dl-g-muted);--dl-current-r: var(--dl-r-muted)}.profile-interests-close{border:1px solid var(--border);border-radius:9px;color:var(--muted);--dl-current-a: var(--dl-a-muted,1);--dl-current-b: var(--dl-b-muted);--dl-current-g: var(--dl-g-muted);--dl-current-r: var(--dl-r-muted);background:var(--surface-2)}.profile-interests-close:hover{color:var(--text);--dl-current-a: var(--dl-a-text,1);--dl-current-b: var(--dl-b-text);--dl-current-g: var(--dl-g-text);--dl-current-r: var(--dl-r-text);background:var(--hover)}.profile-interests-options button{border:1px solid var(--border);border-radius:10px;color:var(--muted);--dl-current-a: var(--dl-a-muted,1);--dl-current-b: var(--dl-b-muted);--dl-current-g: var(--dl-g-muted);--dl-current-r: var(--dl-r-muted);background:var(--surface-2)}.profile-interests-options button:hover{color:var(--text);--dl-current-a: var(--dl-a-text,1);--dl-current-b: var(--dl-b-text);--dl-current-g: var(--dl-g-text);--dl-current-r: var(--dl-r-text);border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.44 + var(--dl-r-border) * var(--dl-a-border,1) * 0.56) / max(.000001,calc(var(--dl-a-ac,1) * 0.44 + var(--dl-a-border,1) * 0.56))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.44 + var(--dl-g-border) * var(--dl-a-border,1) * 0.56) / max(.000001,calc(var(--dl-a-ac,1) * 0.44 + var(--dl-a-border,1) * 0.56))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.44 + var(--dl-b-border) * var(--dl-a-border,1) * 0.56) / max(.000001,calc(var(--dl-a-ac,1) * 0.44 + var(--dl-a-border,1) * 0.56))),calc(calc(var(--dl-a-ac,1) * 0.44 + var(--dl-a-border,1) * 0.56) * 1))}.profile-interests-options button.is-selected{color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;border-color:var(--ac);background:var(--ac)}.profile-interests-limit{color:var(--muted);--dl-current-a: var(--dl-a-muted,1);--dl-current-b: var(--dl-b-muted);--dl-current-g: var(--dl-g-muted);--dl-current-r: var(--dl-r-muted)}.profile-interests-dialog__footer{border-top:1px solid var(--border)}.profile-interests-footer-button{border-radius:10px}.profile-interests-cancel{border:1px solid var(--border);color:var(--muted);--dl-current-a: var(--dl-a-muted,1);--dl-current-b: var(--dl-b-muted);--dl-current-g: var(--dl-g-muted);--dl-current-r: var(--dl-r-muted);background:var(--surface-2)}.profile-interests-save{border:1px solid var(--ac);color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;background:var(--ac)}.profile-interests-save:hover{background:var(--ac-d);border-color:var(--ac-d)}@media(max-width:480px){.profile-interests-dialog{border-radius:18px 18px 12px 12px}}.profile-overview__glow{border-radius:inherit}.profile-avatar-stack .profile-avatar{border-radius:29px!important}.profile-interests{border:0!important;background:transparent!important}.profile-interests__label{color:var(--profile-control-muted)!important;--dl-current-a: var(--dl-a-profile-control-muted,1) !important;--dl-current-b: var(--dl-b-profile-control-muted) !important;--dl-current-g: var(--dl-g-profile-control-muted) !important;--dl-current-r: var(--dl-r-profile-control-muted) !important;background:transparent!important;border:0!important}.profile-interest-tag{border:1px solid rgba(var(--dl-r-profile-control-border),var(--dl-g-profile-control-border),var(--dl-b-profile-control-border),calc(var(--dl-a-profile-control-border,1) * 0.92))!important;border-radius:999px!important;color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-r-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-g-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-b-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12))),calc(calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-b-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-g-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-r-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-profile-control-muted,1) * 0.12))) !important;background:rgba(var(--dl-r-profile-control-bg),var(--dl-g-profile-control-bg),var(--dl-b-profile-control-bg),calc(var(--dl-a-profile-control-bg,1) * 0.7))!important}.profile-interests__edit{border:1px solid transparent!important;border-radius:8px!important;color:var(--profile-control-muted)!important;--dl-current-a: var(--dl-a-profile-control-muted,1) !important;--dl-current-b: var(--dl-b-profile-control-muted) !important;--dl-current-g: var(--dl-g-profile-control-muted) !important;--dl-current-r: var(--dl-r-profile-control-muted) !important;background:transparent!important}.profile-interests__edit:hover,.profile-interests__edit:focus-visible{color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important;border-color:var(--profile-control-border)!important;background:var(--profile-control-bg)!important;outline:none}.profile-interests__empty{color:var(--profile-control-muted)!important;--dl-current-a: var(--dl-a-profile-control-muted,1) !important;--dl-current-b: var(--dl-b-profile-control-muted) !important;--dl-current-g: var(--dl-g-profile-control-muted) !important;--dl-current-r: var(--dl-r-profile-control-muted) !important}.profile-connect-row .profile-social-icon{border-radius:10px!important}.profile-action{border-radius:11px!important}.profile-stats{border-radius:14px!important}.profile-tabs{border-radius:14px!important}.profile-tab{border-radius:10px!important}.profile-interests-modal{background:rgba(0,0,0,.56)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important}[data-theme=light] .profile-interests-modal{background:rgba(15,23,42,.30)!important}.profile-interests-dialog{border:1px solid #242938!important;border-radius:18px!important;background-color:#0b0d14!important;background-image:none!important;box-shadow:0 28px 90px rgba(0,0,0,.54)!important}[data-theme=light] .profile-interests-dialog{border-color:#d9dee8!important;background-color:#ffffff!important;box-shadow:0 28px 80px rgba(31,43,68,.22)!important}.profile-interests-dialog__header{border-bottom-color:var(--t-divider)!important}.profile-interests-dialog__header h2{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important}.profile-interests-dialog__header p{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.profile-interests-close{border-radius:9px!important;background:var(--t-elevated)!important}.profile-interests-dialog__body{background:transparent!important}.profile-interests-options button{border:1px solid var(--t-border)!important;border-radius:10px!important;color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:var(--t-elevated)!important}.profile-interests-options button::after{border:1px solid rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.45 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.55) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.45 + var(--dl-a-t-border,1) * 0.55))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.45 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.55) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.45 + var(--dl-a-t-border,1) * 0.55))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.45 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.55) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.45 + var(--dl-a-t-border,1) * 0.55))),calc(calc(var(--dl-a-t-muted,1) * 0.45 + var(--dl-a-t-border,1) * 0.55) * 1));border-radius:50%}.profile-interests-options button:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1))!important;background:var(--t-hover)!important}.profile-interests-options button.is-selected{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.58 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.42) / max(.000001,calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.58 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.42) / max(.000001,calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.58 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.42) / max(.000001,calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42))),calc(calc(var(--dl-a-ac,1) * 0.58 + var(--dl-a-t-border,1) * 0.42) * 1))!important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.12 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.88) / max(.000001,calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88))),calc(calc(var(--dl-a-ac,1) * 0.12 + var(--dl-a-t-elevated,1) * 0.88) * 1))!important}.profile-interests-options button.is-selected::after{border-color:var(--ac);color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;background:var(--ac)}.profile-interests-dialog__footer{border-top-color:var(--t-divider)!important;background:#0b0d14!important}[data-theme=light] .profile-interests-dialog__footer{background:#ffffff!important}.profile-interests-footer-button{border-radius:10px!important}@media(max-width:680px){.profile-overview{border-radius:18px!important}.profile-avatar-stack .profile-avatar{border-radius:27px!important}.profile-tabs{border-radius:13px!important}}@media(max-width:480px){.profile-interests-dialog{border-radius:18px 18px 12px 12px!important}}@media(max-width:680px){.profile-interests-mobile-compact{border:1px solid rgba(var(--dl-r-profile-control-border),var(--dl-g-profile-control-border),var(--dl-b-profile-control-border),calc(var(--dl-a-profile-control-border,1) * 0.86));border-radius:11px;background:rgba(var(--dl-r-profile-control-bg),var(--dl-g-profile-control-bg),var(--dl-b-profile-control-bg),calc(var(--dl-a-profile-control-bg,1) * 0.56))}.profile-interests-mobile-label{color:var(--profile-control-muted);--dl-current-a: var(--dl-a-profile-control-muted,1);--dl-current-b: var(--dl-b-profile-control-muted);--dl-current-g: var(--dl-g-profile-control-muted);--dl-current-r: var(--dl-r-profile-control-muted)}.profile-interests-mobile-open{border:0;color:inherit;background:transparent}.profile-interests-mobile-open:focus-visible{outline:1px solid rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.58));outline-offset:2px;border-radius:7px}.profile-interests-mobile-more{border:1px solid rgba(var(--dl-r-profile-control-border),var(--dl-g-profile-control-border),var(--dl-b-profile-control-border),calc(var(--dl-a-profile-control-border,1) * 0.9));border-radius:999px;color:var(--profile-control-text);--dl-current-a: var(--dl-a-profile-control-text,1);--dl-current-b: var(--dl-b-profile-control-text);--dl-current-g: var(--dl-g-profile-control-text);--dl-current-r: var(--dl-r-profile-control-text);background:rgba(var(--dl-r-profile-control-bg-hover),var(--dl-g-profile-control-bg-hover),var(--dl-b-profile-control-bg-hover),calc(var(--dl-a-profile-control-bg-hover,1) * 0.7))}.profile-interests-mobile-edit{border:1px solid transparent;border-radius:8px;color:var(--profile-control-muted);--dl-current-a: var(--dl-a-profile-control-muted,1);--dl-current-b: var(--dl-b-profile-control-muted);--dl-current-g: var(--dl-g-profile-control-muted);--dl-current-r: var(--dl-r-profile-control-muted);background:transparent}.profile-interests-mobile-edit:hover,.profile-interests-mobile-edit:focus-visible{color:var(--profile-control-text);--dl-current-a: var(--dl-a-profile-control-text,1);--dl-current-b: var(--dl-b-profile-control-text);--dl-current-g: var(--dl-g-profile-control-text);--dl-current-r: var(--dl-r-profile-control-text);border-color:var(--profile-control-border);background:var(--profile-control-bg-hover);outline:none}.profile-interests-mobile-popover{border:1px solid #252a38;border-radius:14px;background:#0b0d14;box-shadow:0 18px 52px rgba(0,0,0,.44)}[data-theme=light] .profile-interests-mobile-popover{border-color:#d9dee8;background:#ffffff;box-shadow:0 18px 44px rgba(31,43,68,.18)}.profile-interests-mobile-popover__title{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-interests-mobile-popover__edit{border:1px solid var(--t-border);border-radius:7px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:var(--t-elevated)}.profile-interests-mobile-popover__empty{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}}@media(min-width:681px)and (max-width:1080px){.profile-action{border-radius:9px!important}}:root{--profile-adaptive-bg: rgba(5, 7, 13, .24);--dl-a-profile-adaptive-bg: 0.24;--dl-b-profile-adaptive-bg: 13;--dl-g-profile-adaptive-bg: 7;--dl-r-profile-adaptive-bg: 5;--profile-adaptive-bg-hover: rgba(5, 7, 13, .36);--dl-a-profile-adaptive-bg-hover: 0.36;--dl-b-profile-adaptive-bg-hover: 13;--dl-g-profile-adaptive-bg-hover: 7;--dl-r-profile-adaptive-bg-hover: 5;--profile-adaptive-border: rgba(255, 255, 255, .10);--dl-a-profile-adaptive-border: 0.1;--dl-b-profile-adaptive-border: 255;--dl-g-profile-adaptive-border: 255;--dl-r-profile-adaptive-border: 255;--profile-adaptive-ring: rgba(5, 7, 13, .21);--dl-a-profile-adaptive-ring: 0.21;--dl-b-profile-adaptive-ring: 13;--dl-g-profile-adaptive-ring: 7;--dl-r-profile-adaptive-ring: 5;--profile-adaptive-avatar-border: rgba(255, 255, 255, .13);--dl-a-profile-adaptive-avatar-border: 0.13;--dl-b-profile-adaptive-avatar-border: 255;--dl-g-profile-adaptive-avatar-border: 255;--dl-r-profile-adaptive-avatar-border: 255}[data-theme=light]{--profile-adaptive-bg: rgba(255, 255, 255, .33);--dl-a-profile-adaptive-bg: 0.33;--dl-b-profile-adaptive-bg: 255;--dl-g-profile-adaptive-bg: 255;--dl-r-profile-adaptive-bg: 255;--profile-adaptive-bg-hover: rgba(255, 255, 255, .49);--dl-a-profile-adaptive-bg-hover: 0.49;--dl-b-profile-adaptive-bg-hover: 255;--dl-g-profile-adaptive-bg-hover: 255;--dl-r-profile-adaptive-bg-hover: 255;--profile-adaptive-border: rgba(15, 23, 42, .10);--dl-a-profile-adaptive-border: 0.1;--dl-b-profile-adaptive-border: 42;--dl-g-profile-adaptive-border: 23;--dl-r-profile-adaptive-border: 15;--profile-adaptive-ring: rgba(255, 255, 255, .29);--dl-a-profile-adaptive-ring: 0.29;--dl-b-profile-adaptive-ring: 255;--dl-g-profile-adaptive-ring: 255;--dl-r-profile-adaptive-ring: 255;--profile-adaptive-avatar-border: rgba(15, 23, 42, .09);--dl-a-profile-adaptive-avatar-border: 0.09;--dl-b-profile-adaptive-avatar-border: 42;--dl-g-profile-adaptive-avatar-border: 23;--dl-r-profile-adaptive-avatar-border: 15}.profile-overview .profile-avatar{background:transparent!important;border-color:var(--profile-adaptive-avatar-border)!important;box-shadow:0 0 0 5px var(--profile-adaptive-ring)!important}.profile-overview .profile-stats,.profile-overview .profile-social-icon,.profile-overview .profile-action--secondary{background:var(--profile-adaptive-bg)!important;border-color:var(--profile-adaptive-border)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.profile-overview .profile-action--secondary:hover,.profile-overview .profile-social-icon:hover{background:var(--profile-adaptive-bg-hover)!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.24 + var(--dl-r-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.76) / max(.000001,calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-profile-adaptive-border,1) * 0.76))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.24 + var(--dl-g-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.76) / max(.000001,calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-profile-adaptive-border,1) * 0.76))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.24 + var(--dl-b-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.76) / max(.000001,calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-profile-adaptive-border,1) * 0.76))),calc(calc(var(--dl-a-ac,1) * 0.24 + var(--dl-a-profile-adaptive-border,1) * 0.76) * 1))!important}.profile-overview .profile-stats>*+*{border-left-color:var(--profile-adaptive-border)!important}.profile-interest-categories{border:1px solid var(--t-border, var(--border));border-radius:12px;background:var(--t-elevated, var(--surface-2))}.profile-interest-categories button{border:0;border-radius:8px;color:var(--t-muted, var(--muted));--dl-current-a: var(--dl-a-t-muted,var(--dl-a-muted,1));--dl-current-b: var(--dl-b-t-muted,var(--dl-b-muted));--dl-current-g: var(--dl-g-t-muted,var(--dl-g-muted));--dl-current-r: var(--dl-r-t-muted,var(--dl-r-muted));background:transparent}.profile-interest-categories button:hover{color:var(--t-text, var(--text));--dl-current-a: var(--dl-a-t-text,var(--dl-a-text,1));--dl-current-b: var(--dl-b-t-text,var(--dl-b-text));--dl-current-g: var(--dl-g-t-text,var(--dl-g-text));--dl-current-r: var(--dl-r-t-text,var(--dl-r-text));background:var(--t-hover, var(--hover))}.profile-interest-categories button.is-active{color:var(--t-text, var(--text));--dl-current-a: var(--dl-a-t-text,var(--dl-a-text,1));--dl-current-b: var(--dl-b-t-text,var(--dl-b-text));--dl-current-g: var(--dl-g-t-text,var(--dl-g-text));--dl-current-r: var(--dl-r-t-text,var(--dl-r-text));background:var(--t-surface, var(--surface));box-shadow:0 1px 0 rgba(255,255,255,.035),0 3px 12px rgba(0,0,0,.12)}[data-theme=light] .profile-interest-categories button.is-active{box-shadow:0 1px 2px rgba(15,23,42,.08),0 4px 14px rgba(15,23,42,.06)}@media(max-width:480px){.profile-interest-categories{border-radius:10px}}.profile-overview .profile-avatar{border:0!important}.profile-interests-responsive-more{border:1px solid rgba(var(--dl-r-profile-control-border),var(--dl-g-profile-control-border),var(--dl-b-profile-control-border),calc(var(--dl-a-profile-control-border,1) * 0.92));border-radius:999px;color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-r-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-g-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-b-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))),calc(calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08) * 1));--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08) * 1);--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-b-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08)));--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-g-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08)));--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-r-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08)));background:rgba(var(--dl-r-profile-control-bg),var(--dl-g-profile-control-bg),var(--dl-b-profile-control-bg),calc(var(--dl-a-profile-control-bg,1) * 0.74))}@media(min-width:681px){.profile-interests-mobile-popover{border:1px solid #252a38;border-radius:14px;background:#0b0d14;box-shadow:0 18px 52px rgba(0,0,0,.44)}[data-theme=light] .profile-interests-mobile-popover{border-color:#d9dee8;background:#fff;box-shadow:0 18px 44px rgba(31,43,68,.18)}.profile-interests-mobile-popover__title{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-interests-mobile-popover__edit{border:1px solid var(--t-border);border-radius:7px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:var(--t-elevated)}}@media(max-width:680px){.profile-interests-mobile-compact{border:0!important;border-radius:0!important;background:transparent!important}}:root{--profile-adaptive-ring: rgba(255, 255, 255, .105);--dl-a-profile-adaptive-ring: 0.105;--dl-b-profile-adaptive-ring: 255;--dl-g-profile-adaptive-ring: 255;--dl-r-profile-adaptive-ring: 255}[data-theme=light]{--profile-adaptive-ring: rgba(255, 255, 255, .29);--dl-a-profile-adaptive-ring: 0.29;--dl-b-profile-adaptive-ring: 255;--dl-g-profile-adaptive-ring: 255;--dl-r-profile-adaptive-ring: 255}@media(min-width:681px)and (max-width:820px){.profile-stats{border-radius:13px!important}}@media(min-width:681px)and (max-width:1080px){.profile-stats{border-radius:13px!important}}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a: #0057b8;--dl-a-cover-a: 1;--dl-b-cover-a: 184;--dl-g-cover-a: 87;--dl-r-cover-a: 0;--cover-b: #b88d00;--dl-a-cover-b: 1;--dl-b-cover-b: 0;--dl-g-cover-b: 141;--dl-r-cover-b: 184;--cover-accent: #ffd700;--dl-a-cover-accent: 1;--dl-b-cover-accent: 0;--dl-g-cover-accent: 215;--dl-r-cover-accent: 255}.profile-overview[data-cover-tone=neon],.profile-cover-preview[data-cover-tone=neon],.profile-cover-swatch[data-cover-tone=neon]{--cover-a: #07505a;--dl-a-cover-a: 1;--dl-b-cover-a: 90;--dl-g-cover-a: 80;--dl-r-cover-a: 7;--cover-b: #451466;--dl-a-cover-b: 1;--dl-b-cover-b: 102;--dl-g-cover-b: 20;--dl-r-cover-b: 69;--cover-accent: #59ffe1;--dl-a-cover-accent: 1;--dl-b-cover-accent: 225;--dl-g-cover-accent: 255;--dl-r-cover-accent: 89}.profile-overview[data-cover-tone=sunset],.profile-cover-preview[data-cover-tone=sunset],.profile-cover-swatch[data-cover-tone=sunset]{--cover-a: #742345;--dl-a-cover-a: 1;--dl-b-cover-a: 69;--dl-g-cover-a: 35;--dl-r-cover-a: 116;--cover-b: #6a300b;--dl-a-cover-b: 1;--dl-b-cover-b: 11;--dl-g-cover-b: 48;--dl-r-cover-b: 106;--cover-accent: #ff9868;--dl-a-cover-accent: 1;--dl-b-cover-accent: 104;--dl-g-cover-accent: 152;--dl-r-cover-accent: 255}.profile-overview[data-cover-tone=cosmic],.profile-cover-preview[data-cover-tone=cosmic],.profile-cover-swatch[data-cover-tone=cosmic]{--cover-a: #153d79;--dl-a-cover-a: 1;--dl-b-cover-a: 121;--dl-g-cover-a: 61;--dl-r-cover-a: 21;--cover-b: #54176b;--dl-a-cover-b: 1;--dl-b-cover-b: 107;--dl-g-cover-b: 23;--dl-r-cover-b: 84;--cover-accent: #a99cff;--dl-a-cover-accent: 1;--dl-b-cover-accent: 255;--dl-g-cover-accent: 156;--dl-r-cover-accent: 169}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a: #69adff;--dl-a-cover-a: 1;--dl-b-cover-a: 255;--dl-g-cover-a: 173;--dl-r-cover-a: 105;--cover-b: #ffe36a;--dl-a-cover-b: 1;--dl-b-cover-b: 106;--dl-g-cover-b: 227;--dl-r-cover-b: 255;--cover-accent: #0057b8;--dl-a-cover-accent: 1;--dl-b-cover-accent: 184;--dl-g-cover-accent: 87;--dl-r-cover-accent: 0}[data-theme=light] .profile-overview[data-cover-tone=neon],[data-theme=light] .profile-cover-preview[data-cover-tone=neon],[data-theme=light] .profile-cover-swatch[data-cover-tone=neon]{--cover-a: #cbf8f2;--dl-a-cover-a: 1;--dl-b-cover-a: 242;--dl-g-cover-a: 248;--dl-r-cover-a: 203;--cover-b: #ead8ff;--dl-a-cover-b: 1;--dl-b-cover-b: 255;--dl-g-cover-b: 216;--dl-r-cover-b: 234;--cover-accent: #087f84;--dl-a-cover-accent: 1;--dl-b-cover-accent: 132;--dl-g-cover-accent: 127;--dl-r-cover-accent: 8}[data-theme=light] .profile-overview[data-cover-tone=sunset],[data-theme=light] .profile-cover-preview[data-cover-tone=sunset],[data-theme=light] .profile-cover-swatch[data-cover-tone=sunset]{--cover-a: #ffd9e6;--dl-a-cover-a: 1;--dl-b-cover-a: 230;--dl-g-cover-a: 217;--dl-r-cover-a: 255;--cover-b: #ffe1bd;--dl-a-cover-b: 1;--dl-b-cover-b: 189;--dl-g-cover-b: 225;--dl-r-cover-b: 255;--cover-accent: #c95458;--dl-a-cover-accent: 1;--dl-b-cover-accent: 88;--dl-g-cover-accent: 84;--dl-r-cover-accent: 201}[data-theme=light] .profile-overview[data-cover-tone=cosmic],[data-theme=light] .profile-cover-preview[data-cover-tone=cosmic],[data-theme=light] .profile-cover-swatch[data-cover-tone=cosmic]{--cover-a: #dbe8ff;--dl-a-cover-a: 1;--dl-b-cover-a: 255;--dl-g-cover-a: 232;--dl-r-cover-a: 219;--cover-b: #efdcff;--dl-a-cover-b: 1;--dl-b-cover-b: 255;--dl-g-cover-b: 220;--dl-r-cover-b: 239;--cover-accent: #6655c8;--dl-a-cover-accent: 1;--dl-b-cover-accent: 200;--dl-g-cover-accent: 85;--dl-r-cover-accent: 102}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a: #111722;--dl-a-cover-a: 1;--dl-b-cover-a: 34;--dl-g-cover-a: 23;--dl-r-cover-a: 17;--cover-b: #0b111a;--dl-a-cover-b: 1;--dl-b-cover-b: 26;--dl-g-cover-b: 17;--dl-r-cover-b: 11;--cover-accent: #ffd84a;--dl-a-cover-accent: 1;--dl-b-cover-accent: 74;--dl-g-cover-accent: 216;--dl-r-cover-accent: 255;background-color:#0b111a!important;background-image:var(--cover-pattern-image),radial-gradient(ellipse at 7% 9%,rgba(24,124,255,.96) 0%,rgba(0,87,184,.80) 24%,rgba(0,87,184,.26) 46%,transparent 64%),radial-gradient(ellipse at 91% 88%,rgba(255,224,62,.96) 0%,rgba(255,211,0,.78) 23%,rgba(255,191,0,.22) 44%,transparent 62%),radial-gradient(ellipse at 52% 49%,rgba(28,35,51,.94) 0%,rgba(17,23,34,.78) 35%,transparent 68%),linear-gradient(140deg,#0b315f 0%,#111722 48%,#3a3214 100%)!important;background-size:var(--cover-pattern-size),auto,auto,auto,auto!important;background-position:center!important}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a: #eef5ff;--dl-a-cover-a: 1;--dl-b-cover-a: 255;--dl-g-cover-a: 245;--dl-r-cover-a: 238;--cover-b: #fffbea;--dl-a-cover-b: 1;--dl-b-cover-b: 234;--dl-g-cover-b: 251;--dl-r-cover-b: 255;--cover-accent: #176bc8;--dl-a-cover-accent: 1;--dl-b-cover-accent: 200;--dl-g-cover-accent: 107;--dl-r-cover-accent: 23;background-color:#f8fafc!important;background-image:var(--cover-pattern-image),radial-gradient(ellipse at 7% 9%,rgba(63,151,255,.78) 0%,rgba(40,126,225,.48) 28%,rgba(40,126,225,.10) 49%,transparent 66%),radial-gradient(ellipse at 91% 88%,rgba(255,224,62,.88) 0%,rgba(255,211,0,.52) 27%,rgba(255,211,0,.11) 48%,transparent 65%),radial-gradient(ellipse at 52% 49%,rgba(255,255,255,.90) 0%,rgba(248,250,252,.70) 37%,transparent 69%),linear-gradient(140deg,#e1efff 0%,#f8fafc 49%,#fff4bd 100%)!important;background-size:var(--cover-pattern-size),auto,auto,auto,auto!important;background-position:center!important}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a:#0067f4;--dl-a-cover-a:1;--dl-b-cover-a:244;--dl-g-cover-a:103;--dl-r-cover-a:0;--cover-b:#ffd500;--dl-a-cover-b:1;--dl-b-cover-b:0;--dl-g-cover-b:213;--dl-r-cover-b:255;--cover-accent:#ffe55c;--dl-a-cover-accent:1;--dl-b-cover-accent:92;--dl-g-cover-accent:229;--dl-r-cover-accent:255;background-color:#122247!important;background-image:var(--cover-pattern-image),linear-gradient(138deg,#0878ff 0%,#0057b8 31%,#15386f 43%,#222942 51%,#51431f 61%,#c99e13 77%,#ffd500 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a:#2992ff;--dl-a-cover-a:1;--dl-b-cover-a:255;--dl-g-cover-a:146;--dl-r-cover-a:41;--cover-b:#ffe04a;--dl-a-cover-b:1;--dl-b-cover-b:74;--dl-g-cover-b:224;--dl-r-cover-b:255;--cover-accent:#fff070;--dl-a-cover-accent:1;--dl-b-cover-accent:112;--dl-g-cover-accent:240;--dl-r-cover-accent:255;background-color:#d8e6f5!important;background-image:var(--cover-pattern-image),linear-gradient(138deg,#54aaff 0%,#2588e8 30%,#74a8d7 43%,#c6ced5 52%,#d9c985 64%,#f4ce3d 79%,#ffe04a 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}.profile-overview[data-cover-tone=volya],.profile-cover-preview[data-cover-tone=volya],.profile-cover-swatch[data-cover-tone=volya]{--cover-a:#4a57ff;--dl-a-cover-a:1;--dl-b-cover-a:255;--dl-g-cover-a:87;--dl-r-cover-a:74;--cover-b:#efb153;--dl-a-cover-b:1;--dl-b-cover-b:83;--dl-g-cover-b:177;--dl-r-cover-b:239;--cover-accent:#ffe080;--dl-a-cover-accent:1;--dl-b-cover-accent:128;--dl-g-cover-accent:224;--dl-r-cover-accent:255;background-color:#5f56d7!important;background-image:var(--cover-pattern-image),linear-gradient(180deg,#5853ff 0%,#5750f4 16%,#6657eb 28%,#7a66da 42%,#9577c4 56%,#b58aa7 69%,#d79d80 83%,#efb153 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}[data-theme=light] .profile-overview[data-cover-tone=volya],[data-theme=light] .profile-cover-preview[data-cover-tone=volya],[data-theme=light] .profile-cover-swatch[data-cover-tone=volya]{--cover-a:#6a7cff;--dl-a-cover-a:1;--dl-b-cover-a:255;--dl-g-cover-a:124;--dl-r-cover-a:106;--cover-b:#f2bf68;--dl-a-cover-b:1;--dl-b-cover-b:104;--dl-g-cover-b:191;--dl-r-cover-b:242;--cover-accent:#ffd864;--dl-a-cover-accent:1;--dl-b-cover-accent:100;--dl-g-cover-accent:216;--dl-r-cover-accent:255;background-color:#7a7ae8!important;background-image:var(--cover-pattern-image),linear-gradient(180deg,#6f86ff 0%,#7383f6 16%,#807fea 30%,#9384dd 44%,#ab8ec9 58%,#c79bb2 71%,#dfab8e 85%,#f2bf68 100%)!important;background-size:var(--cover-pattern-size),auto!important;background-position:center!important}.profile-overview[data-cover-tone=steel],.profile-cover-preview[data-cover-tone=steel],.profile-cover-swatch[data-cover-tone=steel]{--cover-a:#343b47;--dl-a-cover-a:1;--dl-b-cover-a:71;--dl-g-cover-a:59;--dl-r-cover-a:52;--cover-b:#171b22;--dl-a-cover-b:1;--dl-b-cover-b:34;--dl-g-cover-b:27;--dl-r-cover-b:23;--cover-accent:#aab6c7;--dl-a-cover-accent:1;--dl-b-cover-accent:199;--dl-g-cover-accent:182;--dl-r-cover-accent:170}[data-theme=light] .profile-overview[data-cover-tone=steel],[data-theme=light] .profile-cover-preview[data-cover-tone=steel],[data-theme=light] .profile-cover-swatch[data-cover-tone=steel]{--cover-a:#e1e6ec;--dl-a-cover-a:1;--dl-b-cover-a:236;--dl-g-cover-a:230;--dl-r-cover-a:225;--cover-b:#f8fafc;--dl-a-cover-b:1;--dl-b-cover-b:252;--dl-g-cover-b:250;--dl-r-cover-b:248;--cover-accent:#738095;--dl-a-cover-accent:1;--dl-b-cover-accent:149;--dl-g-cover-accent:128;--dl-r-cover-accent:115}#profile-interests .profile-interest-tag,.profile-interests-v35-popover__tags .profile-interest-tag,.profile-interests-mobile-popover__tags .profile-interest-tag{border:1px solid var(--profile-control-border)!important;border-radius:999px!important;color:var(--profile-control-text)!important;--dl-current-a:var(--dl-a-profile-control-text,1)!important;--dl-current-b:var(--dl-b-profile-control-text)!important;--dl-current-g:var(--dl-g-profile-control-text)!important;--dl-current-r:var(--dl-r-profile-control-text)!important;background:var(--profile-control-bg)!important}#profile-interests .profile-interest-tag:hover,.profile-interests-v35-popover__tags .profile-interest-tag:hover,.profile-interests-mobile-popover__tags .profile-interest-tag:hover{color:var(--profile-control-text)!important;--dl-current-a:var(--dl-a-profile-control-text,1)!important;--dl-current-b:var(--dl-b-profile-control-text)!important;--dl-current-g:var(--dl-g-profile-control-text)!important;--dl-current-r:var(--dl-r-profile-control-text)!important;background:var(--profile-control-bg-hover)!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc(calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72) * 1))!important}#profile-interests .profile-interests-responsive-more,.profile-interests-mobile-more{background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important;color:var(--profile-control-text)!important;--dl-current-a:var(--dl-a-profile-control-text,1)!important;--dl-current-b:var(--dl-b-profile-control-text)!important;--dl-current-g:var(--dl-g-profile-control-text)!important;--dl-current-r:var(--dl-r-profile-control-text)!important}#profile-interests .profile-interests-responsive-more:hover,.profile-interests-mobile-more:hover{background:var(--profile-control-bg-hover)!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc(calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72) * 1))!important}.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.1) / max(.000001,calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.1) / max(.000001,calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.1) / max(.000001,calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1))),calc(calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1) * 1)!important;--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.1) / max(.000001, calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1)))!important;--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.1) / max(.000001, calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1)))!important;--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.1) / max(.000001, calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-ac-l,1) * 0.1)))!important;background:transparent!important;box-shadow:none!important}.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22))),calc(calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22)))!important;--dl-current-g:calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22)))!important;--dl-current-r:calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-ac-l,1) * 0.22)))!important;background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important;box-shadow:none!important}.profile-overview .profile-action--primary{border-color:transparent!important}.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important;background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.09))!important;box-shadow:inset 0 0 0 1px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.15))!important}.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible{color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important;background:var(--profile-control-bg-hover)!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-profile-control-border,1) * 0.62))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-profile-control-border,1) * 0.62))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-profile-control-border,1) * 0.62))),calc(calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-profile-control-border,1) * 0.62) * 1))!important}.profile-social-icon:hover,.profile-overview .profile-social-icon:hover,.profile-social-icon:focus-visible,.profile-overview .profile-social-icon:focus-visible{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc(calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;background:rgba(var(--dl-r-profile-control-bg-hover),var(--dl-g-profile-control-bg-hover),var(--dl-b-profile-control-bg-hover),calc(var(--dl-a-profile-control-bg-hover,1) * 0.88))!important;border-color:rgba(calc((var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42))),calc((var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42))),calc((var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42))),calc(calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42) * 1))!important;box-shadow:none!important}#profile-interests .profile-interest-tag:hover,#profile-interests .profile-interest-tag:focus-visible,#profile-interests .profile-interests-responsive-more:hover,#profile-interests .profile-interests-responsive-more:focus-visible,.profile-interests-v35-popover__tags .profile-interest-tag:hover,.profile-interests-mobile-popover__tags .profile-interest-tag:hover,.profile-interests-mobile-more:hover{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc(calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;background:rgba(var(--dl-r-profile-control-bg-hover),var(--dl-g-profile-control-bg-hover),var(--dl-b-profile-control-bg-hover),calc(var(--dl-a-profile-control-bg-hover,1) * 0.86))!important;border-color:rgba(calc((var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.4) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-a-profile-control-text,1) * 0.4))),calc((var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.4) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-a-profile-control-text,1) * 0.4))),calc((var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.4) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-a-profile-control-text,1) * 0.4))),calc(calc(var(--dl-a-profile-control-border,1) * 0.6 + var(--dl-a-profile-control-text,1) * 0.4) * 1))!important;box-shadow:none!important}.profile-overview .profile-handle-copy:hover,.profile-overview .profile-handle-copy:focus-visible,.profile-page-title .profile-page-handle:hover,.profile-page-title .profile-page-handle:focus-visible{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))),calc(calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.96 + 255 * 1 * 0.04) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.96 + 1 * 0.04))) !important;background:rgba(var(--dl-r-profile-control-bg-hover),var(--dl-g-profile-control-bg-hover),var(--dl-b-profile-control-bg-hover),calc(var(--dl-a-profile-control-bg-hover,1) * 0.82))!important;border-color:rgba(calc((var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42))),calc((var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42))),calc((var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42))),calc(calc(var(--dl-a-profile-control-border,1) * 0.58 + var(--dl-a-profile-control-text,1) * 0.42) * 1))!important;box-shadow:none!important}.profile-stats{border:1px solid var(--profile-control-border)!important;border-radius:13px!important;background:var(--profile-control-bg)!important}.profile-stats>*{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.profile-stats>*+*{border-left:1px solid var(--t-divider)!important}.profile-stats .stat-clickable:hover,.profile-stats .stat-clickable:focus-visible{background:rgba(var(--dl-r-profile-control-text),var(--dl-g-profile-control-text),var(--dl-b-profile-control-text),calc(var(--dl-a-profile-control-text,1) * 0.05))!important;outline:none!important;border-radius:0!important}.profile-stats .stat-clickable:hover .stat-num,.profile-stats .stat-clickable:focus-visible .stat-num{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.94 + 255 * 1 * 0.06) / max(.000001,calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.94 + 255 * 1 * 0.06) / max(.000001,calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.94 + 255 * 1 * 0.06) / max(.000001,calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06))),calc(calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.94 + 255 * 1 * 0.06) / max(.000001, calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.94 + 255 * 1 * 0.06) / max(.000001, calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.94 + 255 * 1 * 0.06) / max(.000001, calc(var(--dl-a-t-text,1) * 0.94 + 1 * 0.06))) !important}.profile-overview .profile-now{border:1px solid var(--profile-control-border)!important;border-radius:999px!important;color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important;background:var(--profile-control-bg)!important;box-shadow:none!important}.profile-overview .profile-now:hover,.profile-overview .profile-now[aria-expanded=true]{color:var(--profile-control-text)!important;--dl-current-a: var(--dl-a-profile-control-text,1) !important;--dl-current-b: var(--dl-b-profile-control-text) !important;--dl-current-g: var(--dl-g-profile-control-text) !important;--dl-current-r: var(--dl-r-profile-control-text) !important;background:var(--profile-control-bg-hover)!important;border-color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-a-profile-control-border,1) * 0.78))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-a-profile-control-border,1) * 0.78))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-a-profile-control-border,1) * 0.78))),calc(calc(var(--dl-a-profile-control-text,1) * 0.22 + var(--dl-a-profile-control-border,1) * 0.78) * 1))!important}.profile-now__label{color:var(--profile-control-muted);--dl-current-a: var(--dl-a-profile-control-muted,1);--dl-current-b: var(--dl-b-profile-control-muted);--dl-current-g: var(--dl-g-profile-control-muted);--dl-current-r: var(--dl-r-profile-control-muted)}.profile-now__divider{border-radius:1px;background:rgba(var(--dl-r-profile-control-text),var(--dl-g-profile-control-text),var(--dl-b-profile-control-text),calc(var(--dl-a-profile-control-text,1) * 0.18))}body.profile-preview-mode .profile-now:hover{background:var(--profile-control-bg)!important;border-color:var(--profile-control-border)!important}.profile-status-menu.profile-now-menu{border:1px solid var(--profile-control-border)!important;border-radius:13px!important;background:rgba(9,11,18,.97)!important;box-shadow:0 16px 42px rgba(0,0,0,.34)!important}[data-theme=light] .profile-status-menu.profile-now-menu{background:rgba(255,255,255,.98)!important}.profile-now-menu__heading{color:var(--t-subtle);--dl-current-a: var(--dl-a-t-subtle,1);--dl-current-b: var(--dl-b-t-subtle);--dl-current-g: var(--dl-g-t-subtle);--dl-current-r: var(--dl-r-t-subtle)}.profile-status-menu.profile-now-menu button{border-radius:8px!important;color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.profile-status-menu.profile-now-menu button:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:var(--t-hover)!important}.profile-status-menu.profile-now-menu button.is-active{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.07))!important}.profile-status-menu.profile-now-menu button.is-active::after{color:var(--t-subtle);--dl-current-a: var(--dl-a-t-subtle,1);--dl-current-b: var(--dl-b-t-subtle);--dl-current-g: var(--dl-g-t-subtle);--dl-current-r: var(--dl-r-t-subtle)}:root{--profile-adaptive-ring: rgba(255, 255, 255, .16) !important;--dl-a-profile-adaptive-ring: 0.16 !important;--dl-b-profile-adaptive-ring: 255 !important;--dl-g-profile-adaptive-ring: 255 !important;--dl-r-profile-adaptive-ring: 255 !important}[data-theme=light]{--profile-adaptive-ring: rgba(255, 255, 255, .36) !important;--dl-a-profile-adaptive-ring: 0.36 !important;--dl-b-profile-adaptive-ring: 255 !important;--dl-g-profile-adaptive-ring: 255 !important;--dl-r-profile-adaptive-ring: 255 !important}:root{--profile-adaptive-ring: rgba(255, 255, 255, .055) !important;--dl-a-profile-adaptive-ring: 0.055 !important;--dl-b-profile-adaptive-ring: 255 !important;--dl-g-profile-adaptive-ring: 255 !important;--dl-r-profile-adaptive-ring: 255 !important}[data-theme=light]{--profile-adaptive-ring: rgba(15, 23, 42, .055) !important;--dl-a-profile-adaptive-ring: 0.055 !important;--dl-b-profile-adaptive-ring: 42 !important;--dl-g-profile-adaptive-ring: 23 !important;--dl-r-profile-adaptive-ring: 15 !important}.profile-overview{border-top:0!important;border-left:0!important;border-right:0!important;border-radius:0 0 24px 24px!important}.profile-overview::after{border-radius:inherit;background:linear-gradient(90deg,rgba(2,4,10,.13) 0%,rgba(2,4,10,.035) 11%,transparent 24%,transparent 76%,rgba(2,4,10,.035) 89%,rgba(2,4,10,.13) 100%),linear-gradient(180deg,transparent 68%,rgba(2,4,10,.055) 100%)}[data-theme=light] .profile-overview::after{background:linear-gradient(90deg,rgba(255,255,255,.13) 0%,rgba(255,255,255,.035) 11%,transparent 24%,transparent 76%,rgba(255,255,255,.035) 89%,rgba(255,255,255,.13) 100%),linear-gradient(180deg,transparent 68%,rgba(255,255,255,.05) 100%)}.profile-page-header{border-bottom-color:rgba(var(--dl-r-t-divider),var(--dl-g-t-divider),var(--dl-b-t-divider),calc(var(--dl-a-t-divider,1) * 0.62))!important}@media(min-width:721px)and (max-width:1080px){.profile-overview{border-radius:0 0 22px 22px!important}}@media(min-width:681px)and (max-width:720px){.profile-overview{border-radius:0 0 20px 20px!important}}@media(max-width:680px){.profile-overview{border-radius:0 0 18px 18px!important}.profile-overview::after{background:linear-gradient(90deg,rgba(2,4,10,.07) 0%,transparent 20%,transparent 80%,rgba(2,4,10,.07) 100%)}[data-theme=light] .profile-overview::after{background:linear-gradient(90deg,rgba(255,255,255,.08) 0%,transparent 20%,transparent 80%,rgba(255,255,255,.08) 100%)}}.profile-overview{border-radius:0!important}.profile-page-header{background:rgba(7,8,13,.30)!important;border-bottom-color:rgba(255,255,255,.07)!important;-webkit-backdrop-filter:blur(18px) saturate(118%)!important;backdrop-filter:blur(18px) saturate(118%)!important;-webkit-backdrop-filter:blur(18px) saturate(118%)!important;box-shadow:none!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.38)!important;border-bottom-color:rgba(15,23,42,.08)!important}.profile-header-edit,.profile-header-preview{background:rgba(10,12,19,.28)!important;border-color:rgba(255,255,255,.10)!important;-webkit-backdrop-filter:blur(10px) saturate(112%)!important;backdrop-filter:blur(10px) saturate(112%)!important;-webkit-backdrop-filter:blur(10px) saturate(112%)!important}.profile-header-edit:hover,.profile-header-preview:hover,.profile-header-preview[aria-pressed=true]{background:rgba(10,12,19,.40)!important;border-color:rgba(255,255,255,.18)!important}[data-theme=light] .profile-header-edit,[data-theme=light] .profile-header-preview{background:rgba(255,255,255,.34)!important;border-color:rgba(15,23,42,.10)!important}[data-theme=light] .profile-header-edit:hover,[data-theme=light] .profile-header-preview:hover,[data-theme=light] .profile-header-preview[aria-pressed=true]{background:rgba(255,255,255,.48)!important;border-color:rgba(15,23,42,.16)!important}.profile-overview::after{border-radius:0!important}@media(max-width:1080px){.profile-overview{border-radius:0!important}}@media(max-width:600px){.profile-page-header{background:rgba(7,8,13,.36)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.44)!important}}html:not([data-theme=light]) .profile-page-header,body:not([data-theme=light]) .profile-page-header{background:rgba(7,8,13,.10)!important;border-bottom-color:rgba(255,255,255,.065)!important;-webkit-backdrop-filter:blur(7px) saturate(122%)!important;backdrop-filter:blur(7px) saturate(122%)!important;-webkit-backdrop-filter:blur(7px) saturate(122%)!important;box-shadow:none!important}html:not([data-theme=light]) .profile-page-header__inner,body:not([data-theme=light]) .profile-page-header__inner{background:transparent!important}html:not([data-theme=light]) .profile-header-edit,html:not([data-theme=light]) .profile-header-preview,body:not([data-theme=light]) .profile-header-edit,body:not([data-theme=light]) .profile-header-preview{background:rgba(9,11,18,.18)!important;border-color:rgba(255,255,255,.11)!important;-webkit-backdrop-filter:blur(6px) saturate(115%)!important;backdrop-filter:blur(6px) saturate(115%)!important;-webkit-backdrop-filter:blur(6px) saturate(115%)!important}html:not([data-theme=light]) .profile-header-edit:hover,html:not([data-theme=light]) .profile-header-preview:hover,html:not([data-theme=light]) .profile-header-preview[aria-pressed=true],body:not([data-theme=light]) .profile-header-edit:hover,body:not([data-theme=light]) .profile-header-preview:hover,body:not([data-theme=light]) .profile-header-preview[aria-pressed=true]{background:rgba(9,11,18,.30)!important;border-color:rgba(255,255,255,.18)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.94)!important;border-bottom-color:rgba(15,23,42,.08)!important;-webkit-backdrop-filter:blur(14px) saturate(105%)!important;backdrop-filter:blur(14px) saturate(105%)!important;-webkit-backdrop-filter:blur(14px) saturate(105%)!important}[data-theme=light] .profile-page-header__inner{background:transparent!important}[data-theme=light] .profile-header-edit,[data-theme=light] .profile-header-preview{background:rgba(255,255,255,.78)!important;border-color:rgba(15,23,42,.10)!important}@media(max-width:600px){html:not([data-theme=light]) .profile-page-header,body:not([data-theme=light]) .profile-page-header{background:rgba(7,8,13,.14)!important;-webkit-backdrop-filter:blur(8px) saturate(120%)!important;backdrop-filter:blur(8px) saturate(120%)!important;-webkit-backdrop-filter:blur(8px) saturate(120%)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.95)!important}}html:not([data-theme=light]) .profile-page-header,body:not([data-theme=light]) .profile-page-header{background:transparent!important;border-bottom-color:rgba(255,255,255,.065)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html:not([data-theme=light]) .profile-page-header::before,body:not([data-theme=light]) .profile-page-header::before{background-color:var(--profile-header-cover-color, #0b0c12);background-image:var(--profile-header-cover-image, linear-gradient(145deg,#171a23,#0b0c12));background-size:var(--profile-header-cover-size, auto, auto);background-position:var(--profile-header-cover-position, center);background-repeat:no-repeat}html:not([data-theme=light]) .profile-page-header::after,body:not([data-theme=light]) .profile-page-header::after{background:linear-gradient(180deg,rgba(5,7,12,.12) 0%,rgba(5,7,12,.18) 100%)}.profile-page-header__inner{background:transparent!important}html:not([data-theme=light]) .profile-header-edit,html:not([data-theme=light]) .profile-header-preview,body:not([data-theme=light]) .profile-header-edit,body:not([data-theme=light]) .profile-header-preview{background:rgba(7,9,15,.18)!important;border-color:rgba(255,255,255,.11)!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important}[data-theme=light] .profile-page-header{background:rgba(255,255,255,.96)!important;border-bottom-color:rgba(15,23,42,.08)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}[data-theme=light] .profile-page-header{background:rgba(var(--dl-r-t-surface),var(--dl-g-t-surface),var(--dl-b-t-surface),calc(var(--dl-a-t-surface,1) * 0.88))!important;border-bottom-color:var(--t-divider)!important;-webkit-backdrop-filter:blur(20px) saturate(130%)!important;backdrop-filter:blur(20px) saturate(130%)!important;-webkit-backdrop-filter:blur(20px) saturate(130%)!important;box-shadow:none!important}[data-theme=light] .profile-page-header__inner{background:transparent!important}[data-theme=light] .profile-header-edit,[data-theme=light] .profile-header-preview{background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.84))!important;border-color:var(--t-border)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.left-sidebar[data-cover-tone=default]{--mobile-nav-tint: 20, 23, 32;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 32;--dl-g-mobile-nav-tint: 23;--dl-r-mobile-nav-tint: 20}.left-sidebar[data-cover-tone=graphite]{--mobile-nav-tint: 47, 52, 64;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 64;--dl-g-mobile-nav-tint: 52;--dl-r-mobile-nav-tint: 47}.left-sidebar[data-cover-tone=indigo]{--mobile-nav-tint: 48, 55, 118;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 118;--dl-g-mobile-nav-tint: 55;--dl-r-mobile-nav-tint: 48}.left-sidebar[data-cover-tone=ocean]{--mobile-nav-tint: 20, 75, 104;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 104;--dl-g-mobile-nav-tint: 75;--dl-r-mobile-nav-tint: 20}.left-sidebar[data-cover-tone=forest]{--mobile-nav-tint: 31, 74, 60;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 60;--dl-g-mobile-nav-tint: 74;--dl-r-mobile-nav-tint: 31}.left-sidebar[data-cover-tone=violet]{--mobile-nav-tint: 76, 47, 103;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 103;--dl-g-mobile-nav-tint: 47;--dl-r-mobile-nav-tint: 76}.left-sidebar[data-cover-tone=rose]{--mobile-nav-tint: 105, 47, 71;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 71;--dl-g-mobile-nav-tint: 47;--dl-r-mobile-nav-tint: 105}.left-sidebar[data-cover-tone=amber]{--mobile-nav-tint: 105, 75, 34;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 34;--dl-g-mobile-nav-tint: 75;--dl-r-mobile-nav-tint: 105}.left-sidebar[data-cover-tone=steel]{--mobile-nav-tint: 65, 75, 91;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 91;--dl-g-mobile-nav-tint: 75;--dl-r-mobile-nav-tint: 65}.left-sidebar[data-cover-tone=neon]{--mobile-nav-tint: 30, 82, 88;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 88;--dl-g-mobile-nav-tint: 82;--dl-r-mobile-nav-tint: 30}.left-sidebar[data-cover-tone=sunset]{--mobile-nav-tint: 108, 53, 47;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 47;--dl-g-mobile-nav-tint: 53;--dl-r-mobile-nav-tint: 108}.left-sidebar[data-cover-tone=cosmic]{--mobile-nav-tint: 64, 48, 108;--dl-a-mobile-nav-tint: 1;--dl-b-mobile-nav-tint: 108;--dl-g-mobile-nav-tint: 48;--dl-r-mobile-nav-tint: 64}@media(max-width:600px){html:not([data-theme=light]) .left-sidebar,body:not([data-theme=light]) .left-sidebar{background:linear-gradient(180deg,rgba(var(--mobile-nav-tint, 20, 23, 32),.13),rgba(var(--mobile-nav-tint, 20, 23, 32),.07)),rgba(7,8,13,.92)!important;border-top-color:rgba(255,255,255,.075)!important;-webkit-backdrop-filter:blur(18px) saturate(120%)!important;backdrop-filter:blur(18px) saturate(120%)!important;-webkit-backdrop-filter:blur(18px) saturate(120%)!important}html:not([data-theme=light]) .left-sidebar .nav-icon:hover,body:not([data-theme=light]) .left-sidebar .nav-icon:hover{background:rgba(255,255,255,.055)!important}[data-theme=light] .left-sidebar{background:var(--t-surface)!important;border-top-color:var(--t-border)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.profile-page-header[data-cover-tone=default]{--header-tone-a:#181b25;--dl-a-header-tone-a:1;--dl-b-header-tone-a:37;--dl-g-header-tone-a:27;--dl-r-header-tone-a:24;--header-tone-b:#0c0e14;--dl-a-header-tone-b:1;--dl-b-header-tone-b:20;--dl-g-header-tone-b:14;--dl-r-header-tone-b:12}.profile-page-header[data-cover-tone=graphite]{--header-tone-a:#343944;--dl-a-header-tone-a:1;--dl-b-header-tone-a:68;--dl-g-header-tone-a:57;--dl-r-header-tone-a:52;--header-tone-b:#171a21;--dl-a-header-tone-b:1;--dl-b-header-tone-b:33;--dl-g-header-tone-b:26;--dl-r-header-tone-b:23}.profile-page-header[data-cover-tone=indigo]{--header-tone-a:#343d86;--dl-a-header-tone-a:1;--dl-b-header-tone-a:134;--dl-g-header-tone-a:61;--dl-r-header-tone-a:52;--header-tone-b:#171a3f;--dl-a-header-tone-b:1;--dl-b-header-tone-b:63;--dl-g-header-tone-b:26;--dl-r-header-tone-b:23}.profile-page-header[data-cover-tone=ocean]{--header-tone-a:#17607a;--dl-a-header-tone-a:1;--dl-b-header-tone-a:122;--dl-g-header-tone-a:96;--dl-r-header-tone-a:23;--header-tone-b:#0b2938;--dl-a-header-tone-b:1;--dl-b-header-tone-b:56;--dl-g-header-tone-b:41;--dl-r-header-tone-b:11}.profile-page-header[data-cover-tone=forest]{--header-tone-a:#245f4d;--dl-a-header-tone-a:1;--dl-b-header-tone-a:77;--dl-g-header-tone-a:95;--dl-r-header-tone-a:36;--header-tone-b:#102c25;--dl-a-header-tone-b:1;--dl-b-header-tone-b:37;--dl-g-header-tone-b:44;--dl-r-header-tone-b:16}.profile-page-header[data-cover-tone=violet]{--header-tone-a:#654080;--dl-a-header-tone-a:1;--dl-b-header-tone-a:128;--dl-g-header-tone-a:64;--dl-r-header-tone-a:101;--header-tone-b:#2d183d;--dl-a-header-tone-b:1;--dl-b-header-tone-b:61;--dl-g-header-tone-b:24;--dl-r-header-tone-b:45}.profile-page-header[data-cover-tone=rose]{--header-tone-a:#7c3956;--dl-a-header-tone-a:1;--dl-b-header-tone-a:86;--dl-g-header-tone-a:57;--dl-r-header-tone-a:124;--header-tone-b:#351824;--dl-a-header-tone-b:1;--dl-b-header-tone-b:36;--dl-g-header-tone-b:24;--dl-r-header-tone-b:53}.profile-page-header[data-cover-tone=amber]{--header-tone-a:#765426;--dl-a-header-tone-a:1;--dl-b-header-tone-a:38;--dl-g-header-tone-a:84;--dl-r-header-tone-a:118;--header-tone-b:#33230f;--dl-a-header-tone-b:1;--dl-b-header-tone-b:15;--dl-g-header-tone-b:35;--dl-r-header-tone-b:51}.profile-page-header[data-cover-tone=steel]{--header-tone-a:#485463;--dl-a-header-tone-a:1;--dl-b-header-tone-a:99;--dl-g-header-tone-a:84;--dl-r-header-tone-a:72;--header-tone-b:#202730;--dl-a-header-tone-b:1;--dl-b-header-tone-b:48;--dl-g-header-tone-b:39;--dl-r-header-tone-b:32}.profile-page-header[data-cover-tone=neon]{--header-tone-a:#07505a;--dl-a-header-tone-a:1;--dl-b-header-tone-a:90;--dl-g-header-tone-a:80;--dl-r-header-tone-a:7;--header-tone-b:#451466;--dl-a-header-tone-b:1;--dl-b-header-tone-b:102;--dl-g-header-tone-b:20;--dl-r-header-tone-b:69}.profile-page-header[data-cover-tone=sunset]{--header-tone-a:#742345;--dl-a-header-tone-a:1;--dl-b-header-tone-a:69;--dl-g-header-tone-a:35;--dl-r-header-tone-a:116;--header-tone-b:#6a300b;--dl-a-header-tone-b:1;--dl-b-header-tone-b:11;--dl-g-header-tone-b:48;--dl-r-header-tone-b:106}.profile-page-header[data-cover-tone=cosmic]{--header-tone-a:#153d79;--dl-a-header-tone-a:1;--dl-b-header-tone-a:121;--dl-g-header-tone-a:61;--dl-r-header-tone-a:21;--header-tone-b:#54176b;--dl-a-header-tone-b:1;--dl-b-header-tone-b:107;--dl-g-header-tone-b:23;--dl-r-header-tone-b:84}html:not([data-theme=light]) .profile-page-header::before,body:not([data-theme=light]) .profile-page-header::before{background-color:var(--header-tone-b, #0c0e14)!important;background-image:linear-gradient(145deg,var(--header-tone-a, #181b25) 0%,var(--header-tone-b, #0c0e14) 100%)!important;background-size:auto!important;background-position:center!important;background-repeat:no-repeat!important}html:not([data-theme=light]) .profile-page-header::after,body:not([data-theme=light]) .profile-page-header::after{background:linear-gradient(180deg,rgba(5,7,12,.10) 0%,rgba(5,7,12,.17) 100%)!important}@media(max-width:600px){html:not([data-theme=light]) .left-sidebar,body:not([data-theme=light]) .left-sidebar{background:var(--t-surface)!important;border-top-color:var(--t-border)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.profile-tabs[data-cover-tone=default]{--tabs-tone: 48, 53, 67;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 67;--dl-g-tabs-tone: 53;--dl-r-tabs-tone: 48;--tabs-active: 94, 103, 125;--dl-a-tabs-active: 1;--dl-b-tabs-active: 125;--dl-g-tabs-active: 103;--dl-r-tabs-active: 94}.profile-tabs[data-cover-tone=graphite]{--tabs-tone: 64, 70, 84;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 84;--dl-g-tabs-tone: 70;--dl-r-tabs-tone: 64;--tabs-active: 116, 125, 145;--dl-a-tabs-active: 1;--dl-b-tabs-active: 145;--dl-g-tabs-active: 125;--dl-r-tabs-active: 116}.profile-tabs[data-cover-tone=indigo]{--tabs-tone: 55, 65, 132;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 132;--dl-g-tabs-tone: 65;--dl-r-tabs-tone: 55;--tabs-active: 103, 116, 210;--dl-a-tabs-active: 1;--dl-b-tabs-active: 210;--dl-g-tabs-active: 116;--dl-r-tabs-active: 103}.profile-tabs[data-cover-tone=ocean]{--tabs-tone: 25, 87, 112;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 112;--dl-g-tabs-tone: 87;--dl-r-tabs-tone: 25;--tabs-active: 63, 148, 180;--dl-a-tabs-active: 1;--dl-b-tabs-active: 180;--dl-g-tabs-active: 148;--dl-r-tabs-active: 63}.profile-tabs[data-cover-tone=forest]{--tabs-tone: 38, 86, 70;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 70;--dl-g-tabs-tone: 86;--dl-r-tabs-tone: 38;--tabs-active: 75, 145, 118;--dl-a-tabs-active: 1;--dl-b-tabs-active: 118;--dl-g-tabs-active: 145;--dl-r-tabs-active: 75}.profile-tabs[data-cover-tone=violet]{--tabs-tone: 91, 57, 119;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 119;--dl-g-tabs-tone: 57;--dl-r-tabs-tone: 91;--tabs-active: 148, 96, 181;--dl-a-tabs-active: 1;--dl-b-tabs-active: 181;--dl-g-tabs-active: 96;--dl-r-tabs-active: 148}.profile-tabs[data-cover-tone=rose]{--tabs-tone: 119, 55, 82;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 82;--dl-g-tabs-tone: 55;--dl-r-tabs-tone: 119;--tabs-active: 177, 91, 125;--dl-a-tabs-active: 1;--dl-b-tabs-active: 125;--dl-g-tabs-active: 91;--dl-r-tabs-active: 177}.profile-tabs[data-cover-tone=amber]{--tabs-tone: 119, 85, 39;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 39;--dl-g-tabs-tone: 85;--dl-r-tabs-tone: 119;--tabs-active: 178, 132, 65;--dl-a-tabs-active: 1;--dl-b-tabs-active: 65;--dl-g-tabs-active: 132;--dl-r-tabs-active: 178}.profile-tabs[data-cover-tone=steel]{--tabs-tone: 73, 85, 101;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 101;--dl-g-tabs-tone: 85;--dl-r-tabs-tone: 73;--tabs-active: 125, 141, 161;--dl-a-tabs-active: 1;--dl-b-tabs-active: 161;--dl-g-tabs-active: 141;--dl-r-tabs-active: 125}.profile-tabs[data-cover-tone=neon]{--tabs-tone: 27, 94, 101;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 101;--dl-g-tabs-tone: 94;--dl-r-tabs-tone: 27;--tabs-active: 62, 163, 170;--dl-a-tabs-active: 1;--dl-b-tabs-active: 170;--dl-g-tabs-active: 163;--dl-r-tabs-active: 62}.profile-tabs[data-cover-tone=sunset]{--tabs-tone: 126, 61, 53;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 53;--dl-g-tabs-tone: 61;--dl-r-tabs-tone: 126;--tabs-active: 188, 101, 80;--dl-a-tabs-active: 1;--dl-b-tabs-active: 80;--dl-g-tabs-active: 101;--dl-r-tabs-active: 188}.profile-tabs[data-cover-tone=cosmic]{--tabs-tone: 74, 57, 126;--dl-a-tabs-tone: 1;--dl-b-tabs-tone: 126;--dl-g-tabs-tone: 57;--dl-r-tabs-tone: 74;--tabs-active: 129, 101, 193;--dl-a-tabs-active: 1;--dl-b-tabs-active: 193;--dl-g-tabs-active: 101;--dl-r-tabs-active: 129}html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:linear-gradient(180deg,rgba(var(--tabs-tone, 48, 53, 67),.14),rgba(var(--tabs-tone, 48, 53, 67),.075)),rgba(11,12,18,.78)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.27)!important;-webkit-backdrop-filter:blur(18px) saturate(118%)!important;backdrop-filter:blur(18px) saturate(118%)!important;-webkit-backdrop-filter:blur(18px) saturate(118%)!important}html:not([data-theme=light]) .profile-tab,body:not([data-theme=light]) .profile-tab{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}html:not([data-theme=light]) .profile-tab:hover,body:not([data-theme=light]) .profile-tab:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(var(--tabs-tone, 48, 53, 67),.12)!important}html:not([data-theme=light]) .profile-tab.active,body:not([data-theme=light]) .profile-tab.active{color:rgb(var(--tabs-active, 94, 103, 125))!important;--dl-current-a: 1 !important;--dl-current-b: var(--dl-b-tabs-active,125) !important;--dl-current-g: var(--dl-g-tabs-active,103) !important;--dl-current-r: var(--dl-r-tabs-active,94) !important;background:linear-gradient(180deg,rgba(var(--tabs-active, 94, 103, 125),.14),rgba(var(--tabs-active, 94, 103, 125),.075))!important;box-shadow:inset 0 0 0 1px rgba(var(--tabs-active, 94, 103, 125),.08)!important}[data-theme=light] .profile-tabs{background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.88))!important;border-color:var(--t-border)!important}html:not([data-theme=light]) .profile-page-header::before,body:not([data-theme=light]) .profile-page-header::before{background-color:rgba(calc((var(--dl-r-header-source-b,11) * var(--dl-a-header-source-b,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18))),calc((var(--dl-g-header-source-b,12) * var(--dl-a-header-source-b,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18))),calc((var(--dl-b-header-source-b,18) * var(--dl-a-header-source-b,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18))),calc(calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18) * 1))!important;background-image:linear-gradient(145deg,rgba(calc((var(--dl-r-header-source-a,23) * var(--dl-a-header-source-a,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-a,1) * 0.82 + 1 * 0.18))),calc((var(--dl-g-header-source-a,26) * var(--dl-a-header-source-a,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-a,1) * 0.82 + 1 * 0.18))),calc((var(--dl-b-header-source-a,35) * var(--dl-a-header-source-a,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-a,1) * 0.82 + 1 * 0.18))),calc(calc(var(--dl-a-header-source-a,1) * 0.82 + 1 * 0.18) * 1)) 0%,rgba(calc((var(--dl-r-header-source-b,11) * var(--dl-a-header-source-b,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18))),calc((var(--dl-g-header-source-b,12) * var(--dl-a-header-source-b,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18))),calc((var(--dl-b-header-source-b,18) * var(--dl-a-header-source-b,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18))),calc(calc(var(--dl-a-header-source-b,1) * 0.82 + 1 * 0.18) * 1)) 100%)!important;background-size:auto!important;background-position:center!important;background-repeat:no-repeat!important}html:not([data-theme=light]) .profile-page-header::after,body:not([data-theme=light]) .profile-page-header::after{background:rgba(3,5,9,.07)!important}html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:linear-gradient(180deg,rgba(var(--tabs-tone, 48, 53, 67),.085),rgba(var(--tabs-tone, 48, 53, 67),.038)),rgba(11,12,18,.84)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.17)!important;-webkit-backdrop-filter:blur(16px) saturate(108%)!important;backdrop-filter:blur(16px) saturate(108%)!important;-webkit-backdrop-filter:blur(16px) saturate(108%)!important}html:not([data-theme=light]) .profile-tab:hover,body:not([data-theme=light]) .profile-tab:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(var(--tabs-tone, 48, 53, 67),.065)!important}html:not([data-theme=light]) .profile-tab.active,body:not([data-theme=light]) .profile-tab.active{color:rgba(calc((var(--dl-r-tabs-active,94) * 1 * 0.34 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.66) / max(.000001,calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66))),calc((var(--dl-g-tabs-active,103) * 1 * 0.34 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.66) / max(.000001,calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66))),calc((var(--dl-b-tabs-active,125) * 1 * 0.34 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.66) / max(.000001,calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66))),calc(calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66) * 1))!important;--dl-current-a: calc(calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66) * 1) !important;--dl-current-b: calc((var(--dl-b-tabs-active,125) * 1 * 0.34 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.66) / max(.000001, calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66))) !important;--dl-current-g: calc((var(--dl-g-tabs-active,103) * 1 * 0.34 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.66) / max(.000001, calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66))) !important;--dl-current-r: calc((var(--dl-r-tabs-active,94) * 1 * 0.34 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.66) / max(.000001, calc(1 * 0.34 + var(--dl-a-t-text,1) * 0.66))) !important;background:linear-gradient(180deg,rgba(var(--tabs-active, 94, 103, 125),.080),rgba(var(--tabs-active, 94, 103, 125),.035))!important;box-shadow:inset 0 0 0 1px rgba(var(--tabs-active, 94, 103, 125),.045)!important}[data-theme=light] .profile-tabs,[data-theme=light] .profile-tab,[data-theme=light] .profile-tab.active{-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-backdrop-filter:none}html:not([data-theme=light]) #profile-interests .profile-interest-tag,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more,html:not([data-theme=light]) .profile-interests-v35-popover__tags .profile-interest-tag,html:not([data-theme=light]) .profile-interests-mobile-popover__tags .profile-interest-tag,html:not([data-theme=light]) .profile-overview .profile-handle-copy,html:not([data-theme=light]) .profile-overview .profile-now,html:not([data-theme=light]) #profile-interests>.profile-interests__edit{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:var(--profile-adaptive-bg)!important;border-color:var(--profile-adaptive-border)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html:not([data-theme=light]) #profile-interests>.profile-interests__label{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.7 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.3) / max(.000001,calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.7 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.3) / max(.000001,calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.7 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.3) / max(.000001,calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3))),calc(calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.7 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.3) / max(.000001, calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.7 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.3) / max(.000001, calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.7 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.3) / max(.000001, calc(var(--dl-a-t-text,1) * 0.7 + var(--dl-a-t-muted,1) * 0.3))) !important}html:not([data-theme=light]) #profile-interests .profile-interest-tag:hover,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more:hover,html:not([data-theme=light]) .profile-overview .profile-handle-copy:hover,html:not([data-theme=light]) .profile-overview .profile-handle-copy:focus-visible,html:not([data-theme=light]) .profile-overview .profile-now:hover,html:not([data-theme=light]) .profile-overview .profile-now[aria-expanded=true],html:not([data-theme=light]) #profile-interests>.profile-interests__edit:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:var(--profile-adaptive-bg-hover)!important;border-color:rgba(calc((var(--dl-r-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc((var(--dl-g-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc((var(--dl-b-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc(calc(var(--dl-a-profile-adaptive-border,1) * 0.58 + var(--dl-a-t-text,1) * 0.42) * 1))!important}html:not([data-theme=light]) .profile-page-header{border-bottom-color:rgba(calc((var(--dl-r-header-source-a,23) * var(--dl-a-header-source-a,1) * 0.7 + 255 * 0.13 * 0.3) / max(.000001,calc(var(--dl-a-header-source-a,1) * 0.7 + 0.13 * 0.3))),calc((var(--dl-g-header-source-a,26) * var(--dl-a-header-source-a,1) * 0.7 + 255 * 0.13 * 0.3) / max(.000001,calc(var(--dl-a-header-source-a,1) * 0.7 + 0.13 * 0.3))),calc((var(--dl-b-header-source-a,35) * var(--dl-a-header-source-a,1) * 0.7 + 255 * 0.13 * 0.3) / max(.000001,calc(var(--dl-a-header-source-a,1) * 0.7 + 0.13 * 0.3))),calc(calc(var(--dl-a-header-source-a,1) * 0.7 + 0.13 * 0.3) * 1))!important}[data-theme=light] .profile-page-header{border-bottom-color:var(--t-divider)!important}html:not([data-theme=light]) .profile-overview .profile-social-icon:hover,html:not([data-theme=light]) .profile-overview .profile-social-icon:focus-visible,html:not([data-theme=light]) .profile-overview .profile-handle-copy:hover,html:not([data-theme=light]) .profile-overview .profile-handle-copy:focus-visible,html:not([data-theme=light]) .profile-overview .profile-now:hover,html:not([data-theme=light]) .profile-overview .profile-now:focus-visible,html:not([data-theme=light]) .profile-overview .profile-now[aria-expanded=true],html:not([data-theme=light]) #profile-interests .profile-interest-tag:hover,html:not([data-theme=light]) #profile-interests .profile-interest-tag:focus-visible,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more:hover,html:not([data-theme=light]) #profile-interests .profile-interests-responsive-more:focus-visible,html:not([data-theme=light]) #profile-interests>.profile-interests__edit:hover,html:not([data-theme=light]) #profile-interests>.profile-interests__edit:focus-visible,html:not([data-theme=light]) .profile-interests-v35-popover__tags .profile-interest-tag:hover,html:not([data-theme=light]) .profile-interests-mobile-popover__tags .profile-interest-tag:hover{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc(calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))) !important;background:rgba(calc((var(--dl-r-profile-adaptive-bg) * var(--dl-a-profile-adaptive-bg,1) * 0.72 + 255 * 0.08 * 0.28) / max(.000001,calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28))),calc((var(--dl-g-profile-adaptive-bg) * var(--dl-a-profile-adaptive-bg,1) * 0.72 + 255 * 0.08 * 0.28) / max(.000001,calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28))),calc((var(--dl-b-profile-adaptive-bg) * var(--dl-a-profile-adaptive-bg,1) * 0.72 + 255 * 0.08 * 0.28) / max(.000001,calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28))),calc(calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.78 + 255 * 0.22 * 0.22) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22))),calc((var(--dl-g-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.78 + 255 * 0.22 * 0.22) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22))),calc((var(--dl-b-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.78 + 255 * 0.22 * 0.22) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22))),calc(calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22) * 1))!important;box-shadow:none!important}html:not([data-theme=light]) #profile-copy-link:hover,html:not([data-theme=light]) #profile-copy-link:focus-visible{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc(calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-t-text,1) * 0.76 + var(--dl-a-t-muted,1) * 0.24))) !important;background:rgba(calc((var(--dl-r-profile-adaptive-bg) * var(--dl-a-profile-adaptive-bg,1) * 0.72 + 255 * 0.08 * 0.28) / max(.000001,calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28))),calc((var(--dl-g-profile-adaptive-bg) * var(--dl-a-profile-adaptive-bg,1) * 0.72 + 255 * 0.08 * 0.28) / max(.000001,calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28))),calc((var(--dl-b-profile-adaptive-bg) * var(--dl-a-profile-adaptive-bg,1) * 0.72 + 255 * 0.08 * 0.28) / max(.000001,calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28))),calc(calc(var(--dl-a-profile-adaptive-bg,1) * 0.72 + 0.08 * 0.28) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.78 + 255 * 0.22 * 0.22) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22))),calc((var(--dl-g-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.78 + 255 * 0.22 * 0.22) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22))),calc((var(--dl-b-profile-adaptive-border) * var(--dl-a-profile-adaptive-border,1) * 0.78 + 255 * 0.22 * 0.22) / max(.000001,calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22))),calc(calc(var(--dl-a-profile-adaptive-border,1) * 0.78 + 0.22 * 0.22) * 1))!important;box-shadow:none!important}.profile-header-preview[aria-pressed=true],[data-theme=light] .profile-header-preview[aria-pressed=true]{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc(calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))) !important;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.72))!important;border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-border,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-border,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-border,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc(calc(var(--dl-a-t-border,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1))!important;box-shadow:none!important}.profile-header-preview[aria-pressed=true]:hover{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001,calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001,calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001,calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))),calc(calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001, calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001, calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001, calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))) !important;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.84))!important;border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.74 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.26) / max(.000001,calc(var(--dl-a-t-border,1) * 0.74 + var(--dl-a-t-text,1) * 0.26))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.74 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.26) / max(.000001,calc(var(--dl-a-t-border,1) * 0.74 + var(--dl-a-t-text,1) * 0.26))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.74 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.26) / max(.000001,calc(var(--dl-a-t-border,1) * 0.74 + var(--dl-a-t-text,1) * 0.26))),calc(calc(var(--dl-a-t-border,1) * 0.74 + var(--dl-a-t-text,1) * 0.26) * 1))!important}@media(max-width:480px){.profile-interests-dialog{border-radius:18px!important}}html:not([data-theme=light]) .profile-overview[data-cover-tone=default],html:not([data-theme=light]) .profile-cover-preview[data-cover-tone=default],html:not([data-theme=light]) .profile-cover-swatch[data-cover-tone=default]{--cover-a: var(--t-elevated, #11141f) !important;--dl-a-cover-a: var(--dl-a-t-elevated,1) !important;--dl-b-cover-a: var(--dl-b-t-elevated,31) !important;--dl-g-cover-a: var(--dl-g-t-elevated,20) !important;--dl-r-cover-a: var(--dl-r-t-elevated,17) !important;--cover-b: var(--t-surface, #0b0c12) !important;--dl-a-cover-b: var(--dl-a-t-surface,1) !important;--dl-b-cover-b: var(--dl-b-t-surface,18) !important;--dl-g-cover-b: var(--dl-g-t-surface,12) !important;--dl-r-cover-b: var(--dl-r-t-surface,11) !important;--cover-accent: #737894 !important;--dl-a-cover-accent: 1 !important;--dl-b-cover-accent: 148 !important;--dl-g-cover-accent: 120 !important;--dl-r-cover-accent: 115 !important;--cover-line: rgba(255,255,255,.055) !important;--dl-a-cover-line: 0.055 !important;--dl-b-cover-line: 255 !important;--dl-g-cover-line: 255 !important;--dl-r-cover-line: 255 !important}html:not([data-theme=light]) .profile-page-header[data-cover-tone=default]::before,body:not([data-theme=light]) .profile-page-header[data-cover-tone=default]::before{background-color:var(--t-surface, #0b0c12)!important;background-image:none!important}html:not([data-theme=light]) .profile-page-header[data-cover-tone=default],body:not([data-theme=light]) .profile-page-header[data-cover-tone=default]{background:rgba(var(--dl-r-t-surface,11),var(--dl-g-t-surface,12),var(--dl-b-t-surface,18),calc(var(--dl-a-t-surface,1) * 0.92))!important;-webkit-backdrop-filter:blur(22px) saturate(125%)!important;backdrop-filter:blur(22px) saturate(125%)!important;-webkit-backdrop-filter:blur(22px) saturate(125%)!important}html:not([data-theme=light]) .profile-page-header[data-cover-tone=default]{border-bottom-color:var(--t-divider, #1f2230)!important}[data-theme=light] .profile-overview[data-cover-tone=default],[data-theme=light] .profile-cover-preview[data-cover-tone=default],[data-theme=light] .profile-cover-swatch[data-cover-tone=default]{--cover-a: var(--t-elevated, #f7faff) !important;--dl-a-cover-a: var(--dl-a-t-elevated,1) !important;--dl-b-cover-a: var(--dl-b-t-elevated,255) !important;--dl-g-cover-a: var(--dl-g-t-elevated,250) !important;--dl-r-cover-a: var(--dl-r-t-elevated,247) !important;--cover-b: var(--t-surface, #ffffff) !important;--dl-a-cover-b: var(--dl-a-t-surface,1) !important;--dl-b-cover-b: var(--dl-b-t-surface,255) !important;--dl-g-cover-b: var(--dl-g-t-surface,255) !important;--dl-r-cover-b: var(--dl-r-t-surface,255) !important;--cover-accent: #7b8497 !important;--dl-a-cover-accent: 1 !important;--dl-b-cover-accent: 151 !important;--dl-g-cover-accent: 132 !important;--dl-r-cover-accent: 123 !important;--cover-line: rgba(15,23,42,.06) !important;--dl-a-cover-line: 0.06 !important;--dl-b-cover-line: 42 !important;--dl-g-cover-line: 23 !important;--dl-r-cover-line: 15 !important}.profile-header-awards__item>.profile-header-awards__count{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001,calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001,calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001,calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))),calc(calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001, calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001, calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.8 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.2) / max(.000001, calc(var(--dl-a-t-text,1) * 0.8 + var(--dl-a-t-muted,1) * 0.2))) !important}[data-theme=light] .profile-header-awards__item>.profile-header-awards__count{color:#4f5d73!important;--dl-current-a: 1 !important;--dl-current-b: 115 !important;--dl-current-g: 93 !important;--dl-current-r: 79 !important}.profile-reorder-button,.profile-reorder-cancel,.profile-reorder-save{border:1px solid var(--t-border);border-radius:9px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.88))}.profile-reorder-button:hover,.profile-reorder-cancel:hover{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text);background:var(--t-hover)}.profile-reorder-save{color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;border-color:var(--ac);background:var(--ac)}.profile-reorder-save:hover:not(:disabled){background:var(--ac-d);border-color:var(--ac-d)}.profile-reorder-hint{border:0;border-radius:0;color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc(calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1));--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1);--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));background:transparent}.profile-reorder-hint svg{color:currentColor}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card{border-color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.1 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.1 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.1 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc(calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9) * 1))!important}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card:hover{border-color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-t-text,1) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-t-text,1) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-t-text,1) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc(calc(var(--dl-a-t-text,1) * 0.18 + var(--dl-a-t-border,1) * 0.82) * 1))!important;box-shadow:none!important}.profile-reorder-handle{border:1px solid rgba(255,255,255,.16);border-radius:9px;color:rgba(255,255,255,.86);--dl-current-a: 0.86;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;background:rgba(8,9,14,.72);box-shadow:0 4px 14px rgba(0,0,0,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.profile-reorder-handle::before{background-image:radial-gradient(circle,currentColor 1.15px,transparent 1.35px);background-size:5px 5px;background-position:0 0}.profile-reorder-handle:hover{border-color:rgba(255,255,255,.26);background:rgba(8,9,14,.82)}[data-theme=light] .profile-reorder-handle{color:rgba(51,65,85,.78);--dl-current-a: 0.78;--dl-current-b: 85;--dl-current-g: 65;--dl-current-r: 51;border-color:rgba(15,23,42,.12);background:rgba(255,255,255,.86);box-shadow:0 4px 14px rgba(15,23,42,.07)}:is(#profile-grid,#profile-likes-grid).is-reordering .post-card.is-reorder-placeholder{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(var(--dl-a-ac,1) * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1))!important;box-shadow:inset 0 0 0 1px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.22))!important}.profile-reorder-ghost{border:1px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.48 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.52) / max(.000001,calc(var(--dl-a-ac,1) * 0.48 + var(--dl-a-t-border,1) * 0.52))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.48 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.52) / max(.000001,calc(var(--dl-a-ac,1) * 0.48 + var(--dl-a-t-border,1) * 0.52))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.48 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.52) / max(.000001,calc(var(--dl-a-ac,1) * 0.48 + var(--dl-a-t-border,1) * 0.52))),calc(calc(var(--dl-a-ac,1) * 0.48 + var(--dl-a-t-border,1) * 0.52) * 1))!important;border-radius:12px!important;background:var(--t-card)!important;box-shadow:0 20px 54px rgba(0,0,0,.34),0 0 0 1px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.18))!important}#profile-likes-demo-loader .profile-likes-skeleton{border-radius:12px}#profile-likes-demo-loader .profile-demo-skeleton__media::before{border-radius:14px}#profile-likes-demo-loader .profile-demo-skeleton__icon-wrap{border-radius:15px}#profile-likes-load-more{border:1px solid rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-t-text,1) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-t-text,1) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-t-text,1) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc(calc(var(--dl-a-t-text,1) * 0.12 + var(--dl-a-t-border,1) * 0.88) * 1));border-radius:10px;background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.92 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.08) / max(.000001,calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-t-text,1) * 0.08))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.92 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.08) / max(.000001,calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-t-text,1) * 0.08))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.92 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.08) / max(.000001,calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-t-text,1) * 0.08))),calc(calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-t-text,1) * 0.08) * 1));color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.1) / max(.000001,calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.1) / max(.000001,calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.1) / max(.000001,calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1))),calc(calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1) * 1));--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1) * 1);--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.1) / max(.000001, calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1)));--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.1) / max(.000001, calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1)));--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.9 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.1) / max(.000001, calc(var(--dl-a-t-text,1) * 0.9 + var(--dl-a-t-muted,1) * 0.1)))}#profile-likes-load-more:hover:not(:disabled){background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.86 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001,calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.86 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001,calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.86 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.14) / max(.000001,calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-t-text,1) * 0.14))),calc(calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-t-text,1) * 0.14) * 1));border-color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.2 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-t-text,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.2 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-t-text,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.2 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-t-text,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc(calc(var(--dl-a-t-text,1) * 0.2 + var(--dl-a-t-border,1) * 0.8) * 1));color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}#profile-likes-load-more .likes-load-spinner{border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%}@keyframes likes-load-spin{to{transform:rotate(360deg)}}#profile-likes-load-more-count{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc(calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1));--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1);--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12)));--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12)));--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12)))}[data-theme=light] #profile-likes-load-more{background:#fff;border-color:#dce2eb;color:#424b5a;--dl-current-a: 1;--dl-current-b: 90;--dl-current-g: 75;--dl-current-r: 66}[data-theme=light] #profile-likes-load-more:hover:not(:disabled){background:#f7f9fc;border-color:#cbd4e0;color:#111827;--dl-current-a: 1;--dl-current-b: 39;--dl-current-g: 24;--dl-current-r: 17}.achv-head__eyebrow{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.achv-head h2{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.achv-head__copy{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc(calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1));--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1);--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-t-text,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)))}.achv-add{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.07));border:1px solid rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.1 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.1 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.1 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc(calc(var(--dl-a-t-text,1) * 0.1 + var(--dl-a-t-border,1) * 0.9) * 1));border-radius:10px}.achv-add:hover{background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.11));border-color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.16 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(var(--dl-a-t-text,1) * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.16 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(var(--dl-a-t-text,1) * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.16 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(var(--dl-a-t-text,1) * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc(calc(var(--dl-a-t-text,1) * 0.16 + var(--dl-a-t-border,1) * 0.84) * 1))}.achv-overview{background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-t-text,1) * 0.06))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-t-text,1) * 0.06))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-t-text,1) * 0.06))),calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-t-text,1) * 0.06) * 1));border:1px solid var(--t-border);border-radius:18px}.achv-overview::before{border-radius:50%;background:radial-gradient(circle,rgba(212,165,68,calc(1 * 0.17)),transparent 68%)}.achv-total{border-right:1px solid var(--t-border)}.achv-total__num{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.achv-total__label{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.achv-total__sub{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.achv-stat+.achv-stat{border-left:1px solid var(--t-border)}.achv-stat__num{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.achv-stat__label{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.achv-stat__mini-ribbons i{background:var(--c)}.achv-toolbar h3{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.achv-segments{background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.05));border:1px solid var(--t-border);border-radius:10px}.achv-segment{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted);background:transparent;border:0;border-radius:7px}.achv-segment:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.achv-segment.is-active{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.09))}.achv-grid .award-mini{border-radius:15px}.achv-grid .award-count{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc(calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1));--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1);--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));background:transparent;border:0;border-radius:0}.achv-grid .award-platform{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.achv-grid .award-date-mini{color:rgba(var(--dl-r-t-muted),var(--dl-g-t-muted),var(--dl-b-t-muted),calc(var(--dl-a-t-muted,1) * 0.78));--dl-current-a:calc(var(--dl-a-t-muted,1) * 0.78);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.achv-kind{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted);background:rgba(var(--dl-r-t-text),var(--dl-g-t-text),var(--dl-b-t-text),calc(var(--dl-a-t-text,1) * 0.05));border:1px solid var(--t-border);border-radius:999px}.achv-empty{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted);border:1px dashed var(--t-border);border-radius:15px}[data-theme=light] .achv-overview{background:#fff}[data-theme=light] .achv-add{background:#fff;border-color:#dce3ec}[data-theme=light] .achv-add:hover{background:#f6f8fb}[data-theme=light] .achv-segments{background:#f5f7fa;border-color:#dde3eb}[data-theme=light] .achv-segment.is-active{background:#fff;box-shadow:0 1px 3px rgba(35,55,85,.08)}[data-theme=light] .achv-kind{background:#f6f8fb;border-color:#e0e6ee}@media(max-width:640px){.achv-overview{border-radius:14px}.achv-total{border-right:0;border-bottom:1px solid var(--t-border)}.achv-grid .award-mini{border-radius:12px}}#profile-achievements-panel{--achv-tone:48,53,67;--dl-a-achv-tone:1;--dl-b-achv-tone:67;--dl-g-achv-tone:53;--dl-r-achv-tone:48;--achv-accent:94,103,125;--dl-a-achv-accent:1;--dl-b-achv-accent:125;--dl-g-achv-accent:103;--dl-r-achv-accent:94}#profile-achievements-panel[data-cover-tone=default]{--achv-tone:48,53,67;--dl-a-achv-tone:1;--dl-b-achv-tone:67;--dl-g-achv-tone:53;--dl-r-achv-tone:48;--achv-accent:94,103,125;--dl-a-achv-accent:1;--dl-b-achv-accent:125;--dl-g-achv-accent:103;--dl-r-achv-accent:94}#profile-achievements-panel[data-cover-tone=graphite]{--achv-tone:64,70,84;--dl-a-achv-tone:1;--dl-b-achv-tone:84;--dl-g-achv-tone:70;--dl-r-achv-tone:64;--achv-accent:116,125,145;--dl-a-achv-accent:1;--dl-b-achv-accent:145;--dl-g-achv-accent:125;--dl-r-achv-accent:116}#profile-achievements-panel[data-cover-tone=indigo]{--achv-tone:55,65,132;--dl-a-achv-tone:1;--dl-b-achv-tone:132;--dl-g-achv-tone:65;--dl-r-achv-tone:55;--achv-accent:103,116,210;--dl-a-achv-accent:1;--dl-b-achv-accent:210;--dl-g-achv-accent:116;--dl-r-achv-accent:103}#profile-achievements-panel[data-cover-tone=ocean]{--achv-tone:25,87,112;--dl-a-achv-tone:1;--dl-b-achv-tone:112;--dl-g-achv-tone:87;--dl-r-achv-tone:25;--achv-accent:63,148,180;--dl-a-achv-accent:1;--dl-b-achv-accent:180;--dl-g-achv-accent:148;--dl-r-achv-accent:63}#profile-achievements-panel[data-cover-tone=forest]{--achv-tone:38,86,70;--dl-a-achv-tone:1;--dl-b-achv-tone:70;--dl-g-achv-tone:86;--dl-r-achv-tone:38;--achv-accent:75,145,118;--dl-a-achv-accent:1;--dl-b-achv-accent:118;--dl-g-achv-accent:145;--dl-r-achv-accent:75}#profile-achievements-panel[data-cover-tone=violet]{--achv-tone:91,57,119;--dl-a-achv-tone:1;--dl-b-achv-tone:119;--dl-g-achv-tone:57;--dl-r-achv-tone:91;--achv-accent:148,96,181;--dl-a-achv-accent:1;--dl-b-achv-accent:181;--dl-g-achv-accent:96;--dl-r-achv-accent:148}#profile-achievements-panel[data-cover-tone=rose]{--achv-tone:119,55,82;--dl-a-achv-tone:1;--dl-b-achv-tone:82;--dl-g-achv-tone:55;--dl-r-achv-tone:119;--achv-accent:177,91,125;--dl-a-achv-accent:1;--dl-b-achv-accent:125;--dl-g-achv-accent:91;--dl-r-achv-accent:177}#profile-achievements-panel[data-cover-tone=amber]{--achv-tone:119,85,39;--dl-a-achv-tone:1;--dl-b-achv-tone:39;--dl-g-achv-tone:85;--dl-r-achv-tone:119;--achv-accent:178,132,65;--dl-a-achv-accent:1;--dl-b-achv-accent:65;--dl-g-achv-accent:132;--dl-r-achv-accent:178}#profile-achievements-panel[data-cover-tone=steel]{--achv-tone:73,85,101;--dl-a-achv-tone:1;--dl-b-achv-tone:101;--dl-g-achv-tone:85;--dl-r-achv-tone:73;--achv-accent:125,141,161;--dl-a-achv-accent:1;--dl-b-achv-accent:161;--dl-g-achv-accent:141;--dl-r-achv-accent:125}#profile-achievements-panel[data-cover-tone=neon]{--achv-tone:27,94,101;--dl-a-achv-tone:1;--dl-b-achv-tone:101;--dl-g-achv-tone:94;--dl-r-achv-tone:27;--achv-accent:62,163,170;--dl-a-achv-accent:1;--dl-b-achv-accent:170;--dl-g-achv-accent:163;--dl-r-achv-accent:62}#profile-achievements-panel[data-cover-tone=sunset]{--achv-tone:126,61,53;--dl-a-achv-tone:1;--dl-b-achv-tone:53;--dl-g-achv-tone:61;--dl-r-achv-tone:126;--achv-accent:188,101,80;--dl-a-achv-accent:1;--dl-b-achv-accent:80;--dl-g-achv-accent:101;--dl-r-achv-accent:188}#profile-achievements-panel[data-cover-tone=cosmic]{--achv-tone:74,57,126;--dl-a-achv-tone:1;--dl-b-achv-tone:126;--dl-g-achv-tone:57;--dl-r-achv-tone:74;--achv-accent:129,101,193;--dl-a-achv-accent:1;--dl-b-achv-accent:193;--dl-g-achv-accent:101;--dl-r-achv-accent:129}html:not([data-theme=light]) .achv-overview,body:not([data-theme=light]) .achv-overview{background:linear-gradient(135deg,rgba(var(--achv-tone),.19) 0%,rgba(var(--achv-tone),.08) 40%,rgba(11,12,18,.94) 100%)!important;border-color:rgba(var(--achv-tone),.30)!important}.achv-overview::before{background:radial-gradient(circle,rgba(var(--achv-accent),.25) 0%,rgba(var(--achv-accent),.10) 42%,transparent 70%)!important}html:not([data-theme=light]) .achv-total,body:not([data-theme=light]) .achv-total{background:linear-gradient(145deg,rgba(var(--achv-accent),.055),transparent 62%)}html:not([data-theme=light]) .achv-segments,body:not([data-theme=light]) .achv-segments{background:rgba(var(--achv-tone),.10)!important;border-color:rgba(var(--achv-tone),.31)!important}html:not([data-theme=light]) .achv-segment.is-active,body:not([data-theme=light]) .achv-segment.is-active{color:var(--t-text)!important;--dl-current-a:var(--dl-a-t-text,1) !important;--dl-current-b:var(--dl-b-t-text) !important;--dl-current-g:var(--dl-g-t-text) !important;--dl-current-r:var(--dl-r-t-text) !important;background:rgba(var(--achv-accent),.16)!important}html:not([data-theme=light]) .achv-segment:hover,body:not([data-theme=light]) .achv-segment:hover{background:rgba(var(--achv-accent),.09)}[data-theme=light] .achv-overview{background:linear-gradient(135deg,rgba(var(--achv-tone),.075) 0%,rgba(var(--achv-tone),.025) 38%,#fff 78%)!important;border-color:rgba(calc(var(--dl-r-achv-tone) * 0.18 + 221 * 0.82),calc(var(--dl-g-achv-tone) * 0.18 + 227 * 0.82),calc(var(--dl-b-achv-tone) * 0.18 + 235 * 0.82),1)!important}[data-theme=light] .achv-overview::before{background:radial-gradient(circle,rgba(var(--achv-accent),.15) 0%,rgba(var(--achv-accent),.055) 44%,transparent 72%)!important}[data-theme=light] .achv-segments{background:rgba(var(--achv-tone),.045)!important;border-color:rgba(calc(var(--dl-r-achv-tone) * 0.15 + 221 * 0.85),calc(var(--dl-g-achv-tone) * 0.15 + 227 * 0.85),calc(var(--dl-b-achv-tone) * 0.15 + 235 * 0.85),1)!important}[data-theme=light] .achv-segment.is-active{color:#202737!important;--dl-current-a:1 !important;--dl-current-b:55 !important;--dl-current-g:39 !important;--dl-current-r:32 !important;background:rgba(var(--achv-accent),.10)!important;box-shadow:none!important}@media(max-width:640px){html:not([data-theme=light]) .achv-segments,body:not([data-theme=light]) .achv-segments{background:rgba(var(--achv-tone),.14)!important;border-color:rgba(var(--achv-tone),.36)!important}html:not([data-theme=light]) .achv-segment.is-active,body:not([data-theme=light]) .achv-segment.is-active{background:rgba(var(--achv-accent),.22)!important}[data-theme=light] .achv-segments{background:rgba(var(--achv-tone),.06)!important}[data-theme=light] .achv-segment.is-active{background:rgba(var(--achv-accent),.13)!important}}#profile-achievements-panel .achv-head__copy{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc(calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1) !important;--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))) !important;--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))) !important;--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))) !important}[data-theme=light] #profile-achievements-panel .achv-head__copy{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc(calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important}#profile-achievements-panel{--achv-grid-divider: rgba(calc(var(--dl-r-achv-tone) * 0.16 + 31 * 0.84),calc(var(--dl-g-achv-tone) * 0.16 + 34 * 0.84),calc(var(--dl-b-achv-tone) * 0.16 + 48 * 0.84),1);--dl-a-achv-grid-divider: 1;--dl-b-achv-grid-divider: calc(var(--dl-b-achv-tone) * 0.16 + 48 * 0.84);--dl-g-achv-grid-divider: calc(var(--dl-g-achv-tone) * 0.16 + 34 * 0.84);--dl-r-achv-grid-divider: calc(var(--dl-r-achv-tone) * 0.16 + 31 * 0.84)}[data-theme=light] #profile-achievements-panel{--achv-grid-divider: rgba(calc(var(--dl-r-achv-tone) * 0.12 + 209 * 0.88),calc(var(--dl-g-achv-tone) * 0.12 + 213 * 0.88),calc(var(--dl-b-achv-tone) * 0.12 + 219 * 0.88),1);--dl-a-achv-grid-divider: 1;--dl-b-achv-grid-divider: calc(var(--dl-b-achv-tone) * 0.12 + 219 * 0.88);--dl-g-achv-grid-divider: calc(var(--dl-g-achv-tone) * 0.12 + 213 * 0.88);--dl-r-achv-grid-divider: calc(var(--dl-r-achv-tone) * 0.12 + 209 * 0.88)}@media(min-width:641px){#profile-achievements-panel .achv-total{border-right-color:var(--achv-grid-divider)!important}#profile-achievements-panel .achv-stat+.achv-stat{border-left-color:var(--achv-grid-divider)!important}}@media(max-width:640px){#profile-achievements-panel .achv-total{border-right:0!important;border-bottom:1px solid var(--achv-grid-divider)!important}#profile-achievements-panel .achv-overview__right{border:0!important;background-image:none!important}#profile-achievements-panel .achv-stat{border:0!important}#profile-achievements-panel .achv-stat+.achv-stat{border-left:1px solid var(--achv-grid-divider)!important}}#profile-achievements-panel .achv-add{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.92 + var(--dl-r-achv-accent) * 1 * 0.08) / max(.000001,calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.92 + var(--dl-g-achv-accent) * 1 * 0.08) / max(.000001,calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.92 + var(--dl-b-achv-accent) * 1 * 0.08) / max(.000001,calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08))),calc(calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.92 + var(--dl-b-achv-accent) * 1 * 0.08) / max(.000001, calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.92 + var(--dl-g-achv-accent) * 1 * 0.08) / max(.000001, calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.92 + var(--dl-r-achv-accent) * 1 * 0.08) / max(.000001, calc(var(--dl-a-t-text,1) * 0.92 + 1 * 0.08))) !important;background:rgba(var(--achv-tone),.075)!important;border-color:rgba(var(--achv-tone),.24)!important;box-shadow:none!important}#profile-achievements-panel .achv-add svg{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-r-achv-accent) * 1 * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-g-achv-accent) * 1 * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-b-achv-accent) * 1 * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18))),calc(calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-b-achv-accent) * 1 * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-g-achv-accent) * 1 * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-r-achv-accent) * 1 * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + 1 * 0.18))) !important}#profile-achievements-panel .achv-add:hover{background:rgba(var(--achv-tone),.13)!important;border-color:rgba(var(--achv-accent),.30)!important}#profile-achievements-panel .achv-add:focus-visible{outline:none!important;border-color:rgba(var(--achv-accent),.34)!important;box-shadow:0 0 0 2px rgba(var(--achv-accent),.08)!important}[data-theme=light] #profile-achievements-panel .achv-add{color:rgba(calc(32 * 0.94 + var(--dl-r-achv-accent) * 0.06),calc(39 * 0.94 + var(--dl-g-achv-accent) * 0.06),calc(55 * 0.94 + var(--dl-b-achv-accent) * 0.06),1)!important;--dl-current-a: 1 !important;--dl-current-b: calc(55 * 0.94 + var(--dl-b-achv-accent) * 0.06) !important;--dl-current-g: calc(39 * 0.94 + var(--dl-g-achv-accent) * 0.06) !important;--dl-current-r: calc(32 * 0.94 + var(--dl-r-achv-accent) * 0.06) !important;background:rgba(var(--achv-tone),.035)!important;border-color:rgba(calc(var(--dl-r-achv-tone) * 0.12 + 220 * 0.88),calc(var(--dl-g-achv-tone) * 0.12 + 227 * 0.88),calc(var(--dl-b-achv-tone) * 0.12 + 236 * 0.88),1)!important}[data-theme=light] #profile-achievements-panel .achv-add svg{color:rgba(calc(70 * 0.86 + var(--dl-r-achv-accent) * 0.14),calc(80 * 0.86 + var(--dl-g-achv-accent) * 0.14),calc(100 * 0.86 + var(--dl-b-achv-accent) * 0.14),1)!important;--dl-current-a: 1 !important;--dl-current-b: calc(100 * 0.86 + var(--dl-b-achv-accent) * 0.14) !important;--dl-current-g: calc(80 * 0.86 + var(--dl-g-achv-accent) * 0.14) !important;--dl-current-r: calc(70 * 0.86 + var(--dl-r-achv-accent) * 0.14) !important}[data-theme=light] #profile-achievements-panel .achv-add:hover{background:rgba(var(--achv-tone),.07)!important;border-color:rgba(calc(var(--dl-r-achv-accent) * 0.18 + 213 * 0.82),calc(var(--dl-g-achv-accent) * 0.18 + 220 * 0.82),calc(var(--dl-b-achv-accent) * 0.18 + 230 * 0.82),1)!important}@media(max-width:640px){#profile-achievements-panel .achv-add{background:rgba(var(--achv-tone),.06)!important;border-color:rgba(var(--achv-tone),.21)!important}#profile-achievements-panel .achv-add:hover{background:rgba(var(--achv-tone),.105)!important;border-color:rgba(var(--achv-accent),.26)!important}[data-theme=light] #profile-achievements-panel .achv-add{background:rgba(var(--achv-tone),.028)!important;border-color:rgba(calc(var(--dl-r-achv-tone) * 0.1 + 220 * 0.9),calc(var(--dl-g-achv-tone) * 0.1 + 227 * 0.9),calc(var(--dl-b-achv-tone) * 0.1 + 236 * 0.9),1)!important}}@media(max-width:680px){.profile-interests-mobile-compact{border:0!important;border-radius:0!important;background:transparent!important}}#profile-interests .profile-interests-responsive-more{border:1px solid rgba(var(--dl-r-profile-control-border),var(--dl-g-profile-control-border),var(--dl-b-profile-control-border),calc(var(--dl-a-profile-control-border,1) * 0.92))!important;border-radius:999px!important;color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-r-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-g-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-b-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))),calc(calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-b-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-g-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-r-profile-control-muted) * var(--dl-a-profile-control-muted,1) * 0.08) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.92 + var(--dl-a-profile-control-muted,1) * 0.08))) !important;background:rgba(var(--dl-r-profile-control-bg),var(--dl-g-profile-control-bg),var(--dl-b-profile-control-bg),calc(var(--dl-a-profile-control-bg,1) * 0.74))!important}.profile-interests-v35-popover{border:1px solid #252a38;border-radius:14px;background:#0b0d14;box-shadow:0 18px 52px rgba(0,0,0,.44)}[data-theme=light] .profile-interests-v35-popover{border-color:#d9dee8;background:#fff;box-shadow:0 18px 44px rgba(31,43,68,.18)}.profile-interests-v35-popover__title{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-interests-v35-popover__edit{border:1px solid var(--t-border);border-radius:7px;color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted);background:var(--t-elevated)}@media(max-width:680px){#profile-interests{border:0!important;background:transparent!important}}.profile-interests-v35-popover__edit:hover,.profile-interests-v35-popover__edit:focus-visible,.profile-interests-mobile-popover__edit:hover,.profile-interests-mobile-popover__edit:focus-visible{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.11 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.89) / max(.000001,calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.11 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.89) / max(.000001,calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.11 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.89) / max(.000001,calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89))),calc(calc(var(--dl-a-ac,1) * 0.11 + var(--dl-a-t-card,1) * 0.89) * 1))!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.34 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc(calc(var(--dl-a-ac,1) * 0.34 + var(--dl-a-t-border,1) * 0.66) * 1))!important;outline:none!important}.profile-interests-options button::after{border:0!important;border-right:1.5px solid var(--ac-l)!important;border-bottom:1.5px solid var(--ac-l)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.profile-interests-options button.is-selected::after{background:transparent!important;color:transparent!important;--dl-current-a: 0 !important;--dl-current-b: 0 !important;--dl-current-g: 0 !important;--dl-current-r: 0 !important}.profile-status-menu.profile-now-menu button.is-active::after{border:0!important;border-right:1.5px solid var(--t-subtle)!important;border-bottom:1.5px solid var(--t-subtle)!important;background:transparent!important;box-shadow:none!important}.profile-action--secondary:hover,.profile-interests__edit:hover,.profile-interests-v35-popover__edit:hover,.profile-interests-mobile-popover__edit:hover,.profile-interests-responsive-more:hover,.profile-header-cover:hover,.profile-header-preview:hover{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.86 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.14) / max(.000001,calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.86 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.14) / max(.000001,calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.86 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.14) / max(.000001,calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14))),calc(calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.86 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.14) / max(.000001, calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.86 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.14) / max(.000001, calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.86 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.14) / max(.000001, calc(var(--dl-a-t-text,1) * 0.86 + var(--dl-a-ac-l,1) * 0.14))) !important;background:rgba(calc((var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.86 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.14) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.86 + var(--dl-a-ac,1) * 0.14))),calc((var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.86 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.14) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.86 + var(--dl-a-ac,1) * 0.14))),calc((var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.86 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.14) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.86 + var(--dl-a-ac,1) * 0.14))),calc(calc(var(--dl-a-t-hover,1) * 0.86 + var(--dl-a-ac,1) * 0.14) * 1))!important;border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.78 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.22) / max(.000001,calc(var(--dl-a-t-border,1) * 0.78 + var(--dl-a-ac,1) * 0.22))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.78 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.22) / max(.000001,calc(var(--dl-a-t-border,1) * 0.78 + var(--dl-a-ac,1) * 0.22))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.78 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.22) / max(.000001,calc(var(--dl-a-t-border,1) * 0.78 + var(--dl-a-ac,1) * 0.22))),calc(calc(var(--dl-a-t-border,1) * 0.78 + var(--dl-a-ac,1) * 0.22) * 1))!important}#profile-interests .profile-interests-responsive-more:hover,#profile-interests .profile-interests-responsive-more:focus-visible{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.09 + var(--dl-r-profile-control-bg) * var(--dl-a-profile-control-bg,1) * 0.91) / max(.000001,calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-profile-control-bg,1) * 0.91))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.09 + var(--dl-g-profile-control-bg) * var(--dl-a-profile-control-bg,1) * 0.91) / max(.000001,calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-profile-control-bg,1) * 0.91))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.09 + var(--dl-b-profile-control-bg) * var(--dl-a-profile-control-bg,1) * 0.91) / max(.000001,calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-profile-control-bg,1) * 0.91))),calc(calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-profile-control-bg,1) * 0.91) * 1))!important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-r-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-g-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-b-profile-control-border) * var(--dl-a-profile-control-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72))),calc(calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-profile-control-border,1) * 0.72) * 1))!important}.profile-now:hover,.profile-now:focus-visible{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))),calc(calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))) !important}.profile-overview .profile-avatar:hover,.profile-overview .profile-avatar:focus-visible{box-shadow:0 0 0 5px rgba(calc((var(--dl-r-profile-adaptive-ring) * var(--dl-a-profile-adaptive-ring,1) * 0.76 + 255 * 0.15 * 0.24) / max(.000001,calc(var(--dl-a-profile-adaptive-ring,1) * 0.76 + 0.15 * 0.24))),calc((var(--dl-g-profile-adaptive-ring) * var(--dl-a-profile-adaptive-ring,1) * 0.76 + 255 * 0.15 * 0.24) / max(.000001,calc(var(--dl-a-profile-adaptive-ring,1) * 0.76 + 0.15 * 0.24))),calc((var(--dl-b-profile-adaptive-ring) * var(--dl-a-profile-adaptive-ring,1) * 0.76 + 255 * 0.15 * 0.24) / max(.000001,calc(var(--dl-a-profile-adaptive-ring,1) * 0.76 + 0.15 * 0.24))),calc(calc(var(--dl-a-profile-adaptive-ring,1) * 0.76 + 0.15 * 0.24) * 1))!important}.profile-overview .profile-stats>*+*{border-left-color:rgba(var(--dl-r-profile-adaptive-border),var(--dl-g-profile-adaptive-border),var(--dl-b-profile-adaptive-border),calc(var(--dl-a-profile-adaptive-border,1) * 0.76))!important}.profile-status-menu.profile-now-menu button{border:1px solid transparent!important}.profile-status-menu.profile-now-menu button:hover,.profile-status-menu.profile-now-menu button:focus-visible{background:rgba(var(--dl-r-t-hover),var(--dl-g-t-hover),var(--dl-b-t-hover),calc(var(--dl-a-t-hover,1) * 0.88))!important}.profile-status-menu.profile-now-menu button.is-active{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001,calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001,calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001,calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))),calc(calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001, calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001, calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.12) / max(.000001, calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac-l,1) * 0.12))) !important;background:rgba(calc((var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.0714286) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-a-ac,1) * 0.0714286))),calc((var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.0714286) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-a-ac,1) * 0.0714286))),calc((var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.0714286) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-a-ac,1) * 0.0714286))),calc(calc(var(--dl-a-t-hover,1) * 0.9285714 + var(--dl-a-ac,1) * 0.0714286) * 0.84))!important;border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.9 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.1) / max(.000001,calc(var(--dl-a-t-border,1) * 0.9 + var(--dl-a-ac,1) * 0.1))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.9 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.1) / max(.000001,calc(var(--dl-a-t-border,1) * 0.9 + var(--dl-a-ac,1) * 0.1))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.9 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.1) / max(.000001,calc(var(--dl-a-t-border,1) * 0.9 + var(--dl-a-ac,1) * 0.1))),calc(calc(var(--dl-a-t-border,1) * 0.9 + var(--dl-a-ac,1) * 0.1) * 1))!important}.profile-social-icon:focus-visible,.profile-action:focus-visible,.profile-interests__edit:focus-visible,.profile-interests-v35-popover__edit:focus-visible,.profile-interests-mobile-popover__edit:focus-visible,.profile-interests-responsive-more:focus-visible,.profile-interest-tag:focus-visible,.profile-header-cover:focus-visible,.profile-header-preview:focus-visible,.profile-now:focus-visible,.profile-status-menu.profile-now-menu button:focus-visible,.profile-interests-options button:focus-visible,.profile-avatar:focus-visible,.profile-tab:focus-visible,.profile-handle-copy:focus-visible,.profile-page-handle:focus-visible{outline:2px solid rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.56))!important;outline-offset:2px!important}html[data-theme=light] .profile-tabs{background:rgba(255,255,255,.74)!important;background-image:none!important;border-color:rgba(15,23,42,.10)!important;box-shadow:0 2px 12px rgba(73,104,151,.045)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-tab{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:transparent!important;background-image:none!important;box-shadow:none!important}html[data-theme=light] .profile-tab:hover,html[data-theme=light] .profile-tab:focus-visible{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(15,23,42,.045)!important}html[data-theme=light] .profile-tab.active{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.12) / max(.000001,calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.12) / max(.000001,calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.12) / max(.000001,calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12))),calc(calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-b-ac) * var(--dl-a-ac,1) * 0.12) / max(.000001, calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-g-ac) * var(--dl-a-ac,1) * 0.12) / max(.000001, calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.88 + var(--dl-r-ac) * var(--dl-a-ac,1) * 0.12) / max(.000001, calc(var(--dl-a-t-text,1) * 0.88 + var(--dl-a-ac,1) * 0.12))) !important;background:rgba(15,23,42,.055)!important;background-image:none!important;border-color:rgba(15,23,42,.08)!important;box-shadow:inset 0 0 0 1px rgba(15,23,42,.035)!important}html[data-theme=light] .profile-header-cover,html[data-theme=light] .profile-header-preview{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:rgba(255,255,255,.58)!important;border-color:rgba(15,23,42,.10)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-header-cover:hover,html[data-theme=light] .profile-header-preview:hover,html[data-theme=light] .profile-header-preview[aria-pressed=true]{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(255,255,255,.84)!important;border-color:rgba(15,23,42,.15)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=indigo] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=ocean] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=forest] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=violet] .profile-interests__empty,html:not([data-theme=light]) .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.24) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.24) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.24) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24))),calc(calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.24) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.24) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.24) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.76 + var(--dl-a-cover-accent,1) * 0.24))) !important}[data-theme=light] .profile-overview[data-cover-tone=indigo] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=ocean] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=forest] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=violet] .profile-interests__empty,[data-theme=light] .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.16) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.16) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.16) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16))),calc(calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.16) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.16) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.16) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.84 + var(--dl-a-cover-accent,1) * 0.16))) !important}.profile-interest-categories button.is-active{color:var(--t-text, var(--text))!important;--dl-current-a: var(--dl-a-t-text,var(--dl-a-text,1)) !important;--dl-current-b: var(--dl-b-t-text,var(--dl-b-text)) !important;--dl-current-g: var(--dl-g-t-text,var(--dl-g-text)) !important;--dl-current-r: var(--dl-r-t-text,var(--dl-r-text)) !important;background:rgba(calc((var(--dl-r-t-elevated,var(--dl-r-surface-2)) * var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 39 * 1 * 0.12) / max(.000001,calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 1 * 0.12))),calc((var(--dl-g-t-elevated,var(--dl-g-surface-2)) * var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 48 * 1 * 0.12) / max(.000001,calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 1 * 0.12))),calc((var(--dl-b-t-elevated,var(--dl-b-surface-2)) * var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 71 * 1 * 0.12) / max(.000001,calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 1 * 0.12))),calc(calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.88 + 1 * 0.12) * 1))!important;box-shadow:none!important}[data-theme=light] .profile-interest-categories button.is-active{background:rgba(calc((var(--dl-r-t-elevated,var(--dl-r-surface-2)) * var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 220 * 1 * 0.08) / max(.000001,calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 1 * 0.08))),calc((var(--dl-g-t-elevated,var(--dl-g-surface-2)) * var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 229 * 1 * 0.08) / max(.000001,calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 1 * 0.08))),calc((var(--dl-b-t-elevated,var(--dl-b-surface-2)) * var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 245 * 1 * 0.08) / max(.000001,calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 1 * 0.08))),calc(calc(var(--dl-a-t-elevated,var(--dl-a-surface-2,1)) * 0.92 + 1 * 0.08) * 1))!important}.profile-interests-close{color:var(--t-muted, var(--muted))!important;--dl-current-a: var(--dl-a-t-muted,var(--dl-a-muted,1)) !important;--dl-current-b: var(--dl-b-t-muted,var(--dl-b-muted)) !important;--dl-current-g: var(--dl-g-t-muted,var(--dl-g-muted)) !important;--dl-current-r: var(--dl-r-t-muted,var(--dl-r-muted)) !important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}.profile-interests-close:hover,.profile-interests-close:focus-visible{color:var(--t-text, var(--text))!important;--dl-current-a: var(--dl-a-t-text,var(--dl-a-text,1)) !important;--dl-current-b: var(--dl-b-t-text,var(--dl-b-text)) !important;--dl-current-g: var(--dl-g-t-text,var(--dl-g-text)) !important;--dl-current-r: var(--dl-r-t-text,var(--dl-r-text)) !important;background:var(--t-hover, var(--hover))!important;border-color:var(--t-border, var(--border))!important}html:not([data-theme=light]) .profile-interest-categories button.is-active{color:var(--t-text, #e7eaf2)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text,242) !important;--dl-current-g: var(--dl-g-t-text,234) !important;--dl-current-r: var(--dl-r-t-text,231) !important;background:rgba(calc((var(--dl-r-t-elevated,17) * var(--dl-a-t-elevated,1) * 0.86 + 38 * 1 * 0.14) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.86 + 1 * 0.14))),calc((var(--dl-g-t-elevated,20) * var(--dl-a-t-elevated,1) * 0.86 + 50 * 1 * 0.14) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.86 + 1 * 0.14))),calc((var(--dl-b-t-elevated,31) * var(--dl-a-t-elevated,1) * 0.86 + 77 * 1 * 0.14) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.86 + 1 * 0.14))),calc(calc(var(--dl-a-t-elevated,1) * 0.86 + 1 * 0.14) * 1))!important;border-color:transparent!important;box-shadow:none!important}html:not([data-theme=light]) .profile-interest-categories button.is-active{color:var(--t-text, #eef2fb)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text,251) !important;--dl-current-g: var(--dl-g-t-text,242) !important;--dl-current-r: var(--dl-r-t-text,238) !important;background:rgba(calc((var(--dl-r-t-elevated,17) * var(--dl-a-t-elevated,1) * 0.78 + 49 * 1 * 0.22) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.78 + 1 * 0.22))),calc((var(--dl-g-t-elevated,20) * var(--dl-a-t-elevated,1) * 0.78 + 64 * 1 * 0.22) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.78 + 1 * 0.22))),calc((var(--dl-b-t-elevated,31) * var(--dl-a-t-elevated,1) * 0.78 + 95 * 1 * 0.22) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.78 + 1 * 0.22))),calc(calc(var(--dl-a-t-elevated,1) * 0.78 + 1 * 0.22) * 1))!important;box-shadow:inset 0 0 0 1px rgba(120,142,184,.10)!important}html:not([data-theme=light]) .profile-tab:hover,body:not([data-theme=light]) .profile-tab:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(var(--tabs-tone, 48, 53, 67),.10)!important}html:not([data-theme=light]) .profile-tab.active,body:not([data-theme=light]) .profile-tab.active{color:rgba(calc((var(--dl-r-tabs-active,94) * 1 * 0.42 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))),calc((var(--dl-g-tabs-active,103) * 1 * 0.42 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))),calc((var(--dl-b-tabs-active,125) * 1 * 0.42 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58) * 1))!important;--dl-current-a: calc(calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58) * 1) !important;--dl-current-b: calc((var(--dl-b-tabs-active,125) * 1 * 0.42 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))) !important;--dl-current-g: calc((var(--dl-g-tabs-active,103) * 1 * 0.42 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))) !important;--dl-current-r: calc((var(--dl-r-tabs-active,94) * 1 * 0.42 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))) !important;background:linear-gradient(180deg,rgba(var(--tabs-active, 94, 103, 125),.125),rgba(var(--tabs-active, 94, 103, 125),.060))!important;box-shadow:inset 0 0 0 1px rgba(var(--tabs-active, 94, 103, 125),.070)!important}.fl-overlay{background:rgba(0,0,0,.48)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}[data-theme=light] .fl-overlay{background:rgba(15,23,42,.28)!important}.fl-box{border:1px solid var(--t-border)!important;border-radius:16px!important;background:var(--t-card)!important;box-shadow:0 22px 68px rgba(0,0,0,.32)!important}[data-theme=light] .fl-box{box-shadow:0 22px 60px rgba(31,43,68,.16)!important}.fl-header{border-bottom:1px solid var(--t-divider)!important}.fl-title{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important}.fl-close{border:1px solid transparent!important;border-radius:8px!important;color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:transparent!important}.fl-close:hover,.fl-close:focus-visible{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:var(--t-hover)!important;border-color:var(--t-border)!important;outline:none!important}.fl-row{border:1px solid transparent!important;border-radius:11px!important;background:transparent!important}.fl-row:hover{background:var(--t-hover)!important;border-color:rgba(var(--dl-r-t-border),var(--dl-g-t-border),var(--dl-b-t-border),calc(var(--dl-a-t-border,1) * 0.72))!important}[data-theme=light] .fl-row:hover{background:#f1f6fd!important;border-color:rgba(220,230,243,calc(1 * 0.72))!important}.fl-avatar{border:1px solid rgba(var(--dl-r-t-border),var(--dl-g-t-border),var(--dl-b-t-border),calc(var(--dl-a-t-border,1) * 0.8))!important;border-radius:50%!important;color:#fff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:linear-gradient(145deg,rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.84 + 17 * 1 * 0.16) / max(.000001,calc(var(--dl-a-ac,1) * 0.84 + 1 * 0.16))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.84 + 17 * 1 * 0.16) / max(.000001,calc(var(--dl-a-ac,1) * 0.84 + 1 * 0.16))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.84 + 17 * 1 * 0.16) / max(.000001,calc(var(--dl-a-ac,1) * 0.84 + 1 * 0.16))),calc(calc(var(--dl-a-ac,1) * 0.84 + 1 * 0.16) * 1)),rgba(calc((var(--dl-r-ac-d,var(--dl-r-ac)) * var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 11 * 1 * 0.24) / max(.000001,calc(var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 1 * 0.24))),calc((var(--dl-g-ac-d,var(--dl-g-ac)) * var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 12 * 1 * 0.24) / max(.000001,calc(var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 1 * 0.24))),calc((var(--dl-b-ac-d,var(--dl-b-ac)) * var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 18 * 1 * 0.24) / max(.000001,calc(var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 1 * 0.24))),calc(calc(var(--dl-a-ac-d,var(--dl-a-ac,1)) * 0.76 + 1 * 0.24) * 1)))!important}.fl-name{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important}.fl-name:hover{color:var(--ac-l)!important;--dl-current-a: var(--dl-a-ac-l,1) !important;--dl-current-b: var(--dl-b-ac-l) !important;--dl-current-g: var(--dl-g-ac-l) !important;--dl-current-r: var(--dl-r-ac-l) !important}.fl-meta{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}.fl-btn{border:1px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1))!important;border-radius:9px!important;color:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))),calc(calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.88 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;--dl-current-g: calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.88 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;--dl-current-r: calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.88 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.12) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.88 + var(--dl-a-t-text,1) * 0.12))) !important;background:transparent!important}.fl-btn:hover,.fl-btn:focus-visible{color:#fff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:var(--ac)!important;border-color:var(--ac)!important;outline:none!important}.fl-btn.following{color:#e87580!important;--dl-current-a: 1 !important;--dl-current-b: 128 !important;--dl-current-g: 117 !important;--dl-current-r: 232 !important;border-color:rgba(calc((232 * 1 * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((117 * 1 * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((128 * 1 * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1))!important;background:transparent!important}.fl-btn.following:hover,.fl-btn.following:focus-visible{color:#fff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:#c94f5e!important;border-color:#c94f5e!important}.fl-loader,.fl-empty{color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important}@media(max-width:480px){.fl-box{border-radius:15px!important}}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.add-work-card{border-radius:12px!important}:is(#profile-grid,#profile-likes-grid)>.post-card{border:1px solid var(--t-border)!important;background:var(--t-card)!important;box-shadow:0 1px 0 rgba(255,255,255,.025)!important}:is(#profile-grid,#profile-likes-grid)>.post-card .card-thumb{background:#101522!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid)>.post-card .card-thumb{background:#eaf0f8!important}:is(#profile-grid,#profile-likes-grid)>.add-work-card{border-radius:12px!important}:is(#profile-grid,#profile-likes-grid)>.post-card:hover{border-color:#303b55!important;box-shadow:var(--shadow-card)!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid)>.post-card{border-color:#d6e1ee!important;box-shadow:0 1px 2px rgba(73,104,151,.045)!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid)>.post-card:hover{border-color:#c3d3e6!important;box-shadow:none!important}:is(#profile-grid,#profile-likes-grid) .card-overlay{background:linear-gradient(to top,rgba(4,8,17,.52) 0%,rgba(4,8,17,.30) 24%,rgba(4,8,17,.11) 49%,rgba(4,8,17,.03) 66%,transparent 82%)!important}:is(#profile-grid,#profile-likes-grid) .card-overlay>div{border:0!important;border-radius:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay,[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay .text-white,[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay span,[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay svg{color:#f8fbff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 251 !important;--dl-current-r: 248 !important}[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay{background:linear-gradient(to top,rgba(13,25,44,.40) 0%,rgba(13,25,44,.22) 25%,rgba(13,25,44,.075) 50%,rgba(13,25,44,.018) 67%,transparent 82%)!important}[data-theme=light] :is(#profile-grid,#profile-likes-grid) .post-card .card-overlay .text-white{text-shadow:0 1px 4px rgba(5,12,25,.48)}@media(max-width:600px){:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.add-work-card{border-radius:12px!important}}.profile-demo-skeleton{border:1px solid var(--t-border);border-radius:12px;background:var(--t-card)}.profile-demo-skeleton__media{background:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-card,1) * 0.46))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-card,1) * 0.46))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-card,1) * 0.46))),calc(calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-card,1) * 0.46) * 1))}.profile-demo-skeleton__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent)}[data-theme=light] .profile-demo-skeleton__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)}@keyframes profile-demo-skeleton{to{transform:translateX(100%)}}.fl-more-loader span,.fl-loader span{border-radius:999px;background:rgba(calc((var(--dl-r-ac,86) * var(--dl-a-ac,1) * 0.34 + 38 * 1 * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66))),calc((var(--dl-g-ac,133) * var(--dl-a-ac,1) * 0.34 + 53 * 1 * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66))),calc((var(--dl-b-ac,238) * var(--dl-a-ac,1) * 0.34 + 77 * 1 * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66))),calc(calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66) * 1))!important}@keyframes follow-loader-pulse{0%,100%{opacity:.34;transform:scale(.52)}34%{opacity:.78;transform:scale(1)}68%{opacity:.42;transform:scale(.66)}}[data-theme=light] .fl-more-loader span,[data-theme=light] .fl-loader span{background:rgba(calc((var(--dl-r-ac-d,37) * var(--dl-a-ac-d,1) * 0.42 + 96 * 1 * 0.58) / max(.000001,calc(var(--dl-a-ac-d,1) * 0.42 + 1 * 0.58))),calc((var(--dl-g-ac-d,99) * var(--dl-a-ac-d,1) * 0.42 + 113 * 1 * 0.58) / max(.000001,calc(var(--dl-a-ac-d,1) * 0.42 + 1 * 0.58))),calc((var(--dl-b-ac-d,235) * var(--dl-a-ac-d,1) * 0.42 + 138 * 1 * 0.58) / max(.000001,calc(var(--dl-a-ac-d,1) * 0.42 + 1 * 0.58))),calc(calc(var(--dl-a-ac-d,1) * 0.42 + 1 * 0.58) * 1))!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=default] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.28) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.28) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.28) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28))),calc(calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.28) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.28) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.28) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.72 + var(--dl-a-cover-accent,1) * 0.28))) !important}html:not([data-theme=light]) .profile-overview[data-cover-tone=graphite] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.32) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.32) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.32) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32))),calc(calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.32) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.32) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.32) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.68 + var(--dl-a-cover-accent,1) * 0.32))) !important}html:not([data-theme=light]) .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.36) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.36) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.36) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36))),calc(calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.36) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.36) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.36) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.64 + var(--dl-a-cover-accent,1) * 0.36))) !important}[data-theme=light] .profile-overview[data-cover-tone=default] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))),calc(calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))) !important}[data-theme=light] .profile-overview[data-cover-tone=graphite] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22))),calc(calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.78 + var(--dl-a-cover-accent,1) * 0.22))) !important}[data-theme=light] .profile-overview[data-cover-tone=rose] .profile-interests__empty{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.26) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.26) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.26) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26))),calc(calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.26) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.26) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.26) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.74 + var(--dl-a-cover-accent,1) * 0.26))) !important}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following{color:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.86 + 255 * 1 * 0.14) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.86 + 255 * 1 * 0.14) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.86 + 255 * 1 * 0.14) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14))),calc(calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14) * 1) !important;--dl-current-b: calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.86 + 255 * 1 * 0.14) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14))) !important;--dl-current-g: calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.86 + 255 * 1 * 0.14) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14))) !important;--dl-current-r: calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.86 + 255 * 1 * 0.14) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.86 + 1 * 0.14))) !important;border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.56 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.44) / max(.000001,calc(var(--dl-a-ac,1) * 0.56 + var(--dl-a-t-border,1) * 0.44))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.56 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.44) / max(.000001,calc(var(--dl-a-ac,1) * 0.56 + var(--dl-a-t-border,1) * 0.44))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.56 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.44) / max(.000001,calc(var(--dl-a-ac,1) * 0.56 + var(--dl-a-t-border,1) * 0.44))),calc(calc(var(--dl-a-ac,1) * 0.56 + var(--dl-a-t-border,1) * 0.44) * 1))!important;background:linear-gradient(180deg,rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.22 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-elevated,1) * 0.78))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.22 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-elevated,1) * 0.78))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.22 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-elevated,1) * 0.78))),calc(calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-elevated,1) * 0.78) * 1)),rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.16 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.84) / max(.000001,calc(var(--dl-a-ac,1) * 0.16 + var(--dl-a-t-card,1) * 0.84))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.16 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.84) / max(.000001,calc(var(--dl-a-ac,1) * 0.16 + var(--dl-a-t-card,1) * 0.84))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.16 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.84) / max(.000001,calc(var(--dl-a-ac,1) * 0.16 + var(--dl-a-t-card,1) * 0.84))),calc(calc(var(--dl-a-ac,1) * 0.16 + var(--dl-a-t-card,1) * 0.84) * 1)))!important;box-shadow:inset 0 0 0 1px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.18)),0 6px 18px rgba(0,0,0,.12)!important}[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following{color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.82 + 0 * 1 * 0.18) / max(.000001,calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18))),calc(calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18) * 1) !important;--dl-current-b: calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.82 + 0 * 1 * 0.18) / max(.000001, calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18))) !important;--dl-current-g: calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.82 + 0 * 1 * 0.18) / max(.000001, calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18))) !important;--dl-current-r: calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.82 + 0 * 1 * 0.18) / max(.000001, calc(var(--dl-a-ac,1) * 0.82 + 1 * 0.18))) !important;box-shadow:inset 0 0 0 1px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.16)),0 6px 18px rgba(15,23,42,.08)!important}.profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover{color:#f3a5ad!important;--dl-current-a: 1 !important;--dl-current-b: 173 !important;--dl-current-g: 165 !important;--dl-current-r: 243 !important;border-color:rgba(calc((232 * 1 * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((117 * 1 * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((128 * 1 * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1))!important;background:linear-gradient(180deg,rgba(calc((232 * 1 * 0.1 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-elevated,1) * 0.9))),calc((117 * 1 * 0.1 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-elevated,1) * 0.9))),calc((128 * 1 * 0.1 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-elevated,1) * 0.9))),calc(calc(1 * 0.1 + var(--dl-a-t-elevated,1) * 0.9) * 1)),rgba(calc((232 * 1 * 0.07 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(1 * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc((117 * 1 * 0.07 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(1 * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc((128 * 1 * 0.07 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(1 * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc(calc(1 * 0.07 + var(--dl-a-t-card,1) * 0.93) * 1)))!important;box-shadow:inset 0 0 0 1px rgba(232,117,128,calc(1 * 0.1)),0 6px 18px rgba(0,0,0,.10)!important}[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover{color:#b94f5b!important;--dl-current-a: 1 !important;--dl-current-b: 91 !important;--dl-current-g: 79 !important;--dl-current-r: 185 !important;border-color:rgba(calc((207 * 1 * 0.36 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.64) / max(.000001,calc(1 * 0.36 + var(--dl-a-t-border,1) * 0.64))),calc((102 * 1 * 0.36 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.64) / max(.000001,calc(1 * 0.36 + var(--dl-a-t-border,1) * 0.64))),calc((115 * 1 * 0.36 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.64) / max(.000001,calc(1 * 0.36 + var(--dl-a-t-border,1) * 0.64))),calc(calc(1 * 0.36 + var(--dl-a-t-border,1) * 0.64) * 1))!important;background:linear-gradient(180deg,rgba(calc((207 * 1 * 0.08 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((102 * 1 * 0.08 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((115 * 1 * 0.08 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc(calc(1 * 0.08 + var(--dl-a-t-elevated,1) * 0.92) * 1)),rgba(calc((207 * 1 * 0.05 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.95) / max(.000001,calc(1 * 0.05 + var(--dl-a-t-card,1) * 0.95))),calc((102 * 1 * 0.05 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.95) / max(.000001,calc(1 * 0.05 + var(--dl-a-t-card,1) * 0.95))),calc((115 * 1 * 0.05 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.95) / max(.000001,calc(1 * 0.05 + var(--dl-a-t-card,1) * 0.95))),calc(calc(1 * 0.05 + var(--dl-a-t-card,1) * 0.95) * 1)))!important;box-shadow:inset 0 0 0 1px rgba(207,102,115,calc(1 * 0.09)),0 6px 18px rgba(15,23,42,.06)!important}.card-project-title{color:#fff;--dl-current-a: 1;--dl-current-b: 255;--dl-current-g: 255;--dl-current-r: 255;text-shadow:0 2px 10px rgba(0,0,0,.28)}.profile-overview{--profile-v98-header-guard: 0px !important;--profile-header-safe-extra: 0px !important}.deslove-page-scroll-overlay::-webkit-scrollbar-track{background:transparent!important}.deslove-page-scroll-overlay::-webkit-scrollbar-thumb{background:transparent!important}#deslove-page-overlay-scrollbar{background:transparent}#deslove-page-overlay-scrollbar-thumb{border-radius:999px;background:rgba(142,153,177,.34);box-shadow:none}#deslove-page-overlay-scrollbar-thumb:hover,#deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{background:rgba(162,173,198,.52)}[data-theme=light] #deslove-page-overlay-scrollbar-thumb{background:rgba(74,91,121,.26)}[data-theme=light] #deslove-page-overlay-scrollbar-thumb:hover,[data-theme=light] #deslove-page-overlay-scrollbar.is-dragging #deslove-page-overlay-scrollbar-thumb{background:rgba(62,80,113,.42)}@media(max-width:600px){#deslove-page-overlay-scrollbar-thumb{background:rgba(142,153,177,.28)}}.profile-badge-count,.profile-badge-count:hover,.profile-badge-count:focus-visible{box-shadow:none!important}:is(#profile-grid,#profile-likes-grid)>.post-card,:is(#profile-grid,#profile-likes-grid)>.post-card:hover,:is(#profile-grid,#profile-likes-grid)>.post-card:focus,:is(#profile-grid,#profile-likes-grid)>.post-card:focus-within{box-shadow:none!important}.profile-demo-skeleton{border-radius:12px;background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.9 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.1) / max(.000001,calc(var(--dl-a-t-card,1) * 0.9 + var(--dl-a-t-elevated,1) * 0.1))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.9 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.1) / max(.000001,calc(var(--dl-a-t-card,1) * 0.9 + var(--dl-a-t-elevated,1) * 0.1))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.9 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.1) / max(.000001,calc(var(--dl-a-t-card,1) * 0.9 + var(--dl-a-t-elevated,1) * 0.1))),calc(calc(var(--dl-a-t-card,1) * 0.9 + var(--dl-a-t-elevated,1) * 0.1) * 1))!important}.profile-demo-skeleton__media{background:rgba(calc((var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.72 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.28) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.72 + var(--dl-a-t-card,1) * 0.28))),calc((var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.72 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.28) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.72 + var(--dl-a-t-card,1) * 0.28))),calc((var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.72 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.28) / max(.000001,calc(var(--dl-a-t-elevated,1) * 0.72 + var(--dl-a-t-card,1) * 0.28))),calc(calc(var(--dl-a-t-elevated,1) * 0.72 + var(--dl-a-t-card,1) * 0.28) * 1))!important}.profile-demo-skeleton__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.055),transparent)!important}[data-theme=light] .profile-demo-skeleton__media::after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)!important}.profile-demo-skeleton__icon-wrap{border-radius:24px;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.76));border:1px solid rgba(var(--dl-r-t-border),var(--dl-g-t-border),var(--dl-b-t-border),calc(var(--dl-a-t-border,1) * 0.74));box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}.profile-demo-skeleton__icon{color:rgba(calc((var(--dl-r-profile-control-text,var(--dl-r-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-r-cover-accent,var(--dl-r-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) / max(.000001,calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48))),calc((var(--dl-g-profile-control-text,var(--dl-g-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-g-cover-accent,var(--dl-g-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) / max(.000001,calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48))),calc((var(--dl-b-profile-control-text,var(--dl-b-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-b-cover-accent,var(--dl-b-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) / max(.000001,calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48))),calc(calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) * 1));--dl-current-a: calc(calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) * 1);--dl-current-b: calc((var(--dl-b-profile-control-text,var(--dl-b-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-b-cover-accent,var(--dl-b-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) / max(.000001, calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48)));--dl-current-g: calc((var(--dl-g-profile-control-text,var(--dl-g-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-g-cover-accent,var(--dl-g-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) / max(.000001, calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48)));--dl-current-r: calc((var(--dl-r-profile-control-text,var(--dl-r-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-r-cover-accent,var(--dl-r-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48) / max(.000001, calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.52 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.48)))}[data-theme=light] .profile-demo-skeleton__icon{color:rgba(calc((var(--dl-r-profile-control-text,var(--dl-r-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-r-cover-accent,var(--dl-r-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) / max(.000001,calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38))),calc((var(--dl-g-profile-control-text,var(--dl-g-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-g-cover-accent,var(--dl-g-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) / max(.000001,calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38))),calc((var(--dl-b-profile-control-text,var(--dl-b-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-b-cover-accent,var(--dl-b-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) / max(.000001,calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38))),calc(calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) * 1));--dl-current-a: calc(calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) * 1);--dl-current-b: calc((var(--dl-b-profile-control-text,var(--dl-b-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-b-cover-accent,var(--dl-b-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) / max(.000001, calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38)));--dl-current-g: calc((var(--dl-g-profile-control-text,var(--dl-g-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-g-cover-accent,var(--dl-g-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) / max(.000001, calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38)));--dl-current-r: calc((var(--dl-r-profile-control-text,var(--dl-r-t-muted)) * var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-r-cover-accent,var(--dl-r-t-muted)) * var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38) / max(.000001, calc(var(--dl-a-profile-control-text,var(--dl-a-t-muted,1)) * 0.62 + var(--dl-a-cover-accent,var(--dl-a-t-muted,1)) * 0.38)))}@keyframes profile-demo-skeleton-pulse{0%,100%{transform:scale(1);opacity:.94}50%{transform:scale(1.02);opacity:1}}#profile-achievements-panel .achv-grid .award-meta{color:rgba(var(--dl-r-t-muted),var(--dl-g-t-muted),var(--dl-b-t-muted),calc(var(--dl-a-t-muted,1) * 0.84));--dl-current-a:calc(var(--dl-a-t-muted,1) * 0.84);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}#profile-achievements-panel .achv-grid .award-platform,#profile-achievements-panel .achv-grid .award-date-mini{color:inherit!important}#profile-achievements-panel .achv-grid .award-platform{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.54 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.46) / max(.000001,calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.54 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.46) / max(.000001,calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.54 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.46) / max(.000001,calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46))),calc(calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46) * 1) !important;--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.54 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.46) / max(.000001, calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46))) !important;--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.54 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.46) / max(.000001, calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46))) !important;--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.54 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.46) / max(.000001, calc(var(--dl-a-t-text,1) * 0.54 + var(--dl-a-t-muted,1) * 0.46))) !important}#profile-achievements-panel .achv-grid .award-meta-dot{border-radius:50%;background:rgba(var(--dl-r-t-muted),var(--dl-g-t-muted),var(--dl-b-t-muted),calc(var(--dl-a-t-muted,1) * 0.62))}#profile-achievements-panel .achv-grid .award-mini[data-achv-kind=deslove] .award-platform{color:rgba(calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.48 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.52) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52))),calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.48 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.52) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52))),calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.48 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.52) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52))),calc(calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52) * 1) !important;--dl-current-b:calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.48 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.52) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52))) !important;--dl-current-g:calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.48 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.52) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52))) !important;--dl-current-r:calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.48 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.52) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.48 + var(--dl-a-t-muted,1) * 0.52))) !important}#profile-achievements-panel .achv-grid .award-mini:hover .award-meta,#profile-achievements-panel .achv-grid .award-mini:focus-visible .award-meta{color:rgba(var(--dl-r-t-muted),var(--dl-g-t-muted),var(--dl-b-t-muted),calc(var(--dl-a-t-muted,1) * 0.96));--dl-current-a:calc(var(--dl-a-t-muted,1) * 0.96);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}[data-theme=light] #profile-achievements-panel .achv-grid .award-meta{color:rgba(113,128,154,calc(1 * 0.86));--dl-current-a:calc(1 * 0.86);--dl-current-b:154;--dl-current-g:128;--dl-current-r:113}[data-theme=light] #profile-achievements-panel .achv-grid .award-platform{color:rgba(calc(80 * 0.88 + 113 * 0.12),calc(100 * 0.88 + 128 * 0.12),calc(127 * 0.88 + 154 * 0.12),1)!important;--dl-current-a:1 !important;--dl-current-b:calc(127 * 0.88 + 154 * 0.12) !important;--dl-current-g:calc(100 * 0.88 + 128 * 0.12) !important;--dl-current-r:calc(80 * 0.88 + 113 * 0.12) !important}[data-theme=light] #profile-achievements-panel .achv-grid .award-meta-dot{background:rgba(113,128,154,calc(1 * 0.52))}html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.10)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.31)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html:not([data-theme=light]) .profile-tab:not(.active),body:not([data-theme=light]) .profile-tab:not(.active){color:var(--t-muted)!important;--dl-current-a: var(--dl-a-t-muted,1) !important;--dl-current-b: var(--dl-b-t-muted) !important;--dl-current-g: var(--dl-g-t-muted) !important;--dl-current-r: var(--dl-r-t-muted) !important;background:transparent!important}html:not([data-theme=light]) .profile-tab:not(.active):hover,body:not([data-theme=light]) .profile-tab:not(.active):hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(var(--tabs-active, 94, 103, 125),.09)!important}[data-theme=light] .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.045)!important;border-color:rgba(calc(var(--dl-r-tabs-tone,48) * 0.15 + 221 * 0.85),calc(var(--dl-g-tabs-tone,53) * 0.15 + 227 * 0.85),calc(var(--dl-b-tabs-tone,67) * 0.15 + 235 * 0.85),1)!important}[data-theme=light] .profile-tab:not(.active){background:transparent!important}[data-theme=light] .profile-tab:not(.active):hover{background:rgba(var(--tabs-active, 94, 103, 125),.07)!important}@media(max-width:640px){html:not([data-theme=light]) .profile-tabs,body:not([data-theme=light]) .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.14)!important;border-color:rgba(var(--tabs-tone, 48, 53, 67),.36)!important}[data-theme=light] .profile-tabs{background:rgba(var(--tabs-tone, 48, 53, 67),.06)!important}}#profile-achievements-panel .achv-grid .award-mini .award-verified{border-radius:50%;color:rgba(calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.42 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58))),calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.42 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58))),calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.42 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58))),calc(calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58) * 1));--dl-current-a:calc(calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58) * 1);--dl-current-b:calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.42 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58)));--dl-current-g:calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.42 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58)));--dl-current-r:calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.42 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.42 + var(--dl-a-t-muted,1) * 0.58)));background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.92 + var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.08) / max(.000001,calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-badge-color,1) * 0.08))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.92 + var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.08) / max(.000001,calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-badge-color,1) * 0.08))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.92 + var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.08) / max(.000001,calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-badge-color,1) * 0.08))),calc(calc(var(--dl-a-t-card,1) * 0.92 + var(--dl-a-badge-color,1) * 0.08) * 1));border:1px solid rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.7 + var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.3) / max(.000001,calc(var(--dl-a-t-border,1) * 0.7 + var(--dl-a-badge-color,1) * 0.3))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.7 + var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.3) / max(.000001,calc(var(--dl-a-t-border,1) * 0.7 + var(--dl-a-badge-color,1) * 0.3))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.7 + var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.3) / max(.000001,calc(var(--dl-a-t-border,1) * 0.7 + var(--dl-a-badge-color,1) * 0.3))),calc(calc(var(--dl-a-t-border,1) * 0.7 + var(--dl-a-badge-color,1) * 0.3) * 1))}#profile-achievements-panel .achv-grid .award-mini .award-verified circle,#profile-achievements-panel .achv-grid .award-mini .award-verified path{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}#profile-achievements-panel .achv-grid .award-mini:hover .award-verified,#profile-achievements-panel .achv-grid .award-mini:focus-visible .award-verified{color:rgba(calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.58 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.58 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.58 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc(calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42) * 1));--dl-current-a:calc(calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42) * 1);--dl-current-b:calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.58 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42)));--dl-current-g:calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.58 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42)));--dl-current-r:calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.58 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.58 + var(--dl-a-t-text,1) * 0.42)));border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-badge-color,1) * 0.46))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-badge-color,1) * 0.46))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-badge-color,1) * 0.46))),calc(calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-badge-color,1) * 0.46) * 1));background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.86 + var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.14) / max(.000001,calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-badge-color,1) * 0.14))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.86 + var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.14) / max(.000001,calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-badge-color,1) * 0.14))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.86 + var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.14) / max(.000001,calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-badge-color,1) * 0.14))),calc(calc(var(--dl-a-t-card,1) * 0.86 + var(--dl-a-badge-color,1) * 0.14) * 1))}@media(hover:hover)and (pointer:fine){#profile-achievements-panel .achv-grid .award-mini .award-verified::after{border:1px solid var(--t-border);border-radius:7px;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.96));color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);box-shadow:0 8px 24px rgb(0 0 0 / 18%)}}[data-theme=light] #profile-achievements-panel .achv-grid .award-mini .award-verified{background:rgba(calc((255 * 1 * 0.93 + var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.07) / max(.000001,calc(1 * 0.93 + var(--dl-a-badge-color,1) * 0.07))),calc((255 * 1 * 0.93 + var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.07) / max(.000001,calc(1 * 0.93 + var(--dl-a-badge-color,1) * 0.07))),calc((255 * 1 * 0.93 + var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.07) / max(.000001,calc(1 * 0.93 + var(--dl-a-badge-color,1) * 0.07))),calc(calc(1 * 0.93 + var(--dl-a-badge-color,1) * 0.07) * 1));border-color:rgba(calc((214 * 1 * 0.74 + var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.26) / max(.000001,calc(1 * 0.74 + var(--dl-a-badge-color,1) * 0.26))),calc((224 * 1 * 0.74 + var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.26) / max(.000001,calc(1 * 0.74 + var(--dl-a-badge-color,1) * 0.26))),calc((239 * 1 * 0.74 + var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.26) / max(.000001,calc(1 * 0.74 + var(--dl-a-badge-color,1) * 0.26))),calc(calc(1 * 0.74 + var(--dl-a-badge-color,1) * 0.26) * 1));color:rgba(calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.4 + 113 * 1 * 0.6) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6))),calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.4 + 128 * 1 * 0.6) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6))),calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.4 + 154 * 1 * 0.6) / max(.000001,calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6))),calc(calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6) * 1));--dl-current-a:calc(calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6) * 1);--dl-current-b:calc((var(--dl-b-badge-color) * var(--dl-a-badge-color,1) * 0.4 + 154 * 1 * 0.6) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6)));--dl-current-g:calc((var(--dl-g-badge-color) * var(--dl-a-badge-color,1) * 0.4 + 128 * 1 * 0.6) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6)));--dl-current-r:calc((var(--dl-r-badge-color) * var(--dl-a-badge-color,1) * 0.4 + 113 * 1 * 0.6) / max(.000001, calc(var(--dl-a-badge-color,1) * 0.4 + 1 * 0.6)))}#profile-achievements-panel .achv-grid .award-mini .award-verified circle,#profile-achievements-panel .achv-grid .award-mini .award-verified path{stroke-width:1.4!important}#profile-achievements-panel .achv-grid .award-mini .award-verified path{stroke-width:1.55!important}#profile-achievements-panel .achv-grid .award-mini .award-verified path{fill:none!important;stroke:currentColor!important;stroke-width:1.35!important;stroke-linecap:round!important;stroke-linejoin:round!important}@media(max-width:640px){#profile-achievements-panel .achv-grid .award-mini .award-verified path{stroke-width:1.3!important}}.profile-empty-state{color:var(--t-muted, #8d9ab2);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted,178);--dl-current-g: var(--dl-g-t-muted,154);--dl-current-r: var(--dl-r-t-muted,141)}.profile-empty-state__icon{border:1px solid var(--t-border, #1f2638);border-radius:14px;color:var(--ac-l, #93c5fd);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l,253);--dl-current-g: var(--dl-g-ac-l,197);--dl-current-r: var(--dl-r-ac-l,147);background:rgba(calc((var(--dl-r-ac,59) * var(--dl-a-ac,1) * 0.08 + var(--dl-r-t-card,15) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-g-ac,130) * var(--dl-a-ac,1) * 0.08 + var(--dl-g-t-card,17) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-b-ac,246) * var(--dl-a-ac,1) * 0.08 + var(--dl-b-t-card,25) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc(calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92) * 1))}.profile-empty-state h3{color:var(--t-text, #eef3fb);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text,251);--dl-current-g: var(--dl-g-t-text,243);--dl-current-r: var(--dl-r-t-text,238)}.profile-empty-state__action{border:1px solid rgba(calc((var(--dl-r-ac,59) * var(--dl-a-ac,1) * 0.55 + var(--dl-r-t-border,31) * var(--dl-a-t-border,1) * 0.45) / max(.000001,calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45))),calc((var(--dl-g-ac,130) * var(--dl-a-ac,1) * 0.55 + var(--dl-g-t-border,38) * var(--dl-a-t-border,1) * 0.45) / max(.000001,calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45))),calc((var(--dl-b-ac,246) * var(--dl-a-ac,1) * 0.55 + var(--dl-b-t-border,56) * var(--dl-a-t-border,1) * 0.45) / max(.000001,calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45))),calc(calc(var(--dl-a-ac,1) * 0.55 + var(--dl-a-t-border,1) * 0.45) * 1));border-radius:10px;color:var(--ac-l, #93c5fd);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l,253);--dl-current-g: var(--dl-g-ac-l,197);--dl-current-r: var(--dl-r-ac-l,147);background:transparent}.profile-empty-state__action:hover{background:rgba(var(--dl-r-ac,59),var(--dl-g-ac,130),var(--dl-b-ac,246),calc(var(--dl-a-ac,1) * 0.1))}[data-theme=light] .profile-empty-state__icon{background:#fff}[data-theme=light] .profile-empty-state__action{color:var(--ac-d, #2563eb);--dl-current-a: var(--dl-a-ac-d,1);--dl-current-b: var(--dl-b-ac-d,235);--dl-current-g: var(--dl-g-ac-d,99);--dl-current-r: var(--dl-r-ac-d,37)}@media(max-width:680px){.profile-empty-state__icon{border-radius:13px}}body.profile-preview-mode .profile-header-preview[aria-pressed=true]:hover{color:var(--t-text)!important;--dl-current-a: var(--dl-a-t-text,1) !important;--dl-current-b: var(--dl-b-t-text) !important;--dl-current-g: var(--dl-g-t-text) !important;--dl-current-r: var(--dl-r-t-text) !important;background:rgba(calc((var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.9 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.1) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.9 + var(--dl-a-t-text,1) * 0.1))),calc((var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.9 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.1) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.9 + var(--dl-a-t-text,1) * 0.1))),calc((var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.9 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.1) / max(.000001,calc(var(--dl-a-t-hover,1) * 0.9 + var(--dl-a-t-text,1) * 0.1))),calc(calc(var(--dl-a-t-hover,1) * 0.9 + var(--dl-a-t-text,1) * 0.1) * 1))!important;border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46))),calc(calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46) * 1))!important;box-shadow:none!important}[data-theme=light] body.profile-preview-mode .profile-header-preview[aria-pressed=true]:hover,body[data-theme=light].profile-preview-mode .profile-header-preview[aria-pressed=true]:hover{background:#fff!important;border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.48 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.52) / max(.000001,calc(var(--dl-a-t-border,1) * 0.48 + var(--dl-a-t-text,1) * 0.52))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.48 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.52) / max(.000001,calc(var(--dl-a-t-border,1) * 0.48 + var(--dl-a-t-text,1) * 0.52))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.48 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.52) / max(.000001,calc(var(--dl-a-t-border,1) * 0.48 + var(--dl-a-t-text,1) * 0.52))),calc(calc(var(--dl-a-t-border,1) * 0.48 + var(--dl-a-t-text,1) * 0.52) * 1))!important}.profile-awarded-empty__icon{color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc(calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1));--dl-current-a: calc(calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1);--dl-current-b: calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));--dl-current-g: calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));--dl-current-r: calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-ac,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.08 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.08 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.08 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc(calc(var(--dl-a-ac,1) * 0.08 + var(--dl-a-t-card,1) * 0.92) * 1));border:1px solid var(--t-border);border-radius:14px}.profile-awarded-empty h3{color:var(--t-text);--dl-current-a: var(--dl-a-t-text,1);--dl-current-b: var(--dl-b-t-text);--dl-current-g: var(--dl-g-t-text);--dl-current-r: var(--dl-r-t-text)}.profile-awarded-empty p{color:var(--t-muted);--dl-current-a: var(--dl-a-t-muted,1);--dl-current-b: var(--dl-b-t-muted);--dl-current-g: var(--dl-g-t-muted);--dl-current-r: var(--dl-r-t-muted)}.profile-awarded-empty button{color:var(--ac-l);--dl-current-a: var(--dl-a-ac-l,1);--dl-current-b: var(--dl-b-ac-l);--dl-current-g: var(--dl-g-ac-l);--dl-current-r: var(--dl-r-ac-l);background:transparent;border:1px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-ac,1) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1));border-radius:10px}.profile-awarded-empty button:hover{background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.09));border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.54 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.46) / max(.000001,calc(var(--dl-a-ac,1) * 0.54 + var(--dl-a-t-border,1) * 0.46))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.54 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.46) / max(.000001,calc(var(--dl-a-ac,1) * 0.54 + var(--dl-a-t-border,1) * 0.46))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.54 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.46) / max(.000001,calc(var(--dl-a-ac,1) * 0.54 + var(--dl-a-t-border,1) * 0.46))),calc(calc(var(--dl-a-ac,1) * 0.54 + var(--dl-a-t-border,1) * 0.46) * 1))}[data-theme=light] .profile-awarded-empty__icon{background:#fff}[data-theme=light] .profile-awarded-empty button{color:var(--ac-d);--dl-current-a: var(--dl-a-ac-d,1);--dl-current-b: var(--dl-b-ac-d);--dl-current-g: var(--dl-g-ac-d);--dl-current-r: var(--dl-r-ac-d)}.profile-foreign-more{border:1px solid var(--t-border);border-radius:10px;background:rgba(var(--dl-r-t-card),var(--dl-g-t-card),var(--dl-b-t-card),calc(var(--dl-a-t-card,1) * 0.84));color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-foreign-more:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:var(--t-hover);border-color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-t-muted,1) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1))}.profile-foreign-more[aria-expanded=true]{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);border-color:rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.54 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.46) / max(.000001,calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46))),calc(calc(var(--dl-a-t-border,1) * 0.54 + var(--dl-a-t-text,1) * 0.46) * 1));background:var(--t-hover)}.profile-foreign-menu{border:1px solid var(--t-border);border-radius:12px;background:var(--t-surface);box-shadow:0 16px 42px rgba(0,0,0,.28)}.profile-foreign-menu button{border:1px solid transparent;border-radius:9px;background:transparent;color:#f87171;--dl-current-a:1;--dl-current-b:113;--dl-current-g:113;--dl-current-r:248}.profile-foreign-menu button:hover{border-color:rgba(calc((239 * 1 * 0.2 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(1 * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((68 * 1 * 0.2 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(1 * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((68 * 1 * 0.2 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(1 * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc(calc(1 * 0.2 + var(--dl-a-t-border,1) * 0.8) * 1));background:rgba(239,68,68,calc(1 * 0.08))}.profile-foreign-menu button[data-profile-thoughts]{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-foreign-menu button[data-profile-thoughts]:hover{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.2 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-ac,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.2 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-ac,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.2 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-ac,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc(calc(var(--dl-a-ac,1) * 0.2 + var(--dl-a-t-border,1) * 0.8) * 1));background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.08));color:var(--ac-l);--dl-current-a:var(--dl-a-ac-l,1);--dl-current-b:var(--dl-b-ac-l);--dl-current-g:var(--dl-g-ac-l);--dl-current-r:var(--dl-r-ac-l)}.profile-report-modal{background:rgba(3,5,10,.72);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.profile-report-dialog{border:1px solid var(--t-border);border-radius:18px;background:var(--t-surface);color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);box-shadow:0 24px 70px rgba(0,0,0,.38)}.profile-report-head{border-bottom:1px solid var(--t-divider)}.profile-report-close{border:1px solid transparent;border-radius:10px;background:transparent;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-report-close:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);border-color:var(--t-border);background:var(--t-hover)}.profile-report-intro{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-report-option{border:1px solid transparent;border-radius:10px;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-report-option:hover{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:var(--t-hover)}.profile-report-option:has(input:checked){color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.32 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.68) / max(.000001,calc(var(--dl-a-ac,1) * 0.32 + var(--dl-a-t-border,1) * 0.68))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.32 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.68) / max(.000001,calc(var(--dl-a-ac,1) * 0.32 + var(--dl-a-t-border,1) * 0.68))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.32 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.68) / max(.000001,calc(var(--dl-a-ac,1) * 0.32 + var(--dl-a-t-border,1) * 0.68))),calc(calc(var(--dl-a-ac,1) * 0.32 + var(--dl-a-t-border,1) * 0.68) * 1));background:rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.08))}.profile-report-option input{border:1.5px solid rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.28 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc(calc(var(--dl-a-ac,1) * 0.28 + var(--dl-a-t-border,1) * 0.72) * 1));border-radius:50%;outline:none;background:transparent}.profile-report-option:hover input{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.68 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001,calc(var(--dl-a-ac,1) * 0.68 + var(--dl-a-t-muted,1) * 0.32))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.68 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001,calc(var(--dl-a-ac,1) * 0.68 + var(--dl-a-t-muted,1) * 0.32))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.68 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001,calc(var(--dl-a-ac,1) * 0.68 + var(--dl-a-t-muted,1) * 0.32))),calc(calc(var(--dl-a-ac,1) * 0.68 + var(--dl-a-t-muted,1) * 0.32) * 1))}.profile-report-option input:checked{border-color:var(--ac);background:var(--ac);box-shadow:inset 0 0 0 3px var(--t-surface),0 0 0 2px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.12))}.profile-report-option input:focus-visible{border-color:var(--ac);box-shadow:0 0 0 3px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.18))}.profile-report-option input:checked:focus-visible{box-shadow:inset 0 0 0 3px var(--t-surface),0 0 0 3px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.18))}.profile-report-note textarea{border:1px solid var(--t-border);border-radius:12px;outline:none;background:var(--t-input);color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-report-note textarea::placeholder{color:var(--t-subtle);--dl-current-a:var(--dl-a-t-subtle,1);--dl-current-b:var(--dl-b-t-subtle);--dl-current-g:var(--dl-g-t-subtle);--dl-current-r:var(--dl-r-t-subtle)}.profile-report-note textarea:focus{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.62 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.38) / max(.000001,calc(var(--dl-a-ac,1) * 0.62 + var(--dl-a-t-border,1) * 0.38))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.62 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.38) / max(.000001,calc(var(--dl-a-ac,1) * 0.62 + var(--dl-a-t-border,1) * 0.38))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.62 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.38) / max(.000001,calc(var(--dl-a-ac,1) * 0.62 + var(--dl-a-t-border,1) * 0.38))),calc(calc(var(--dl-a-ac,1) * 0.62 + var(--dl-a-t-border,1) * 0.38) * 1));box-shadow:none!important}.profile-report-note-meta{color:var(--t-subtle);--dl-current-a:var(--dl-a-t-subtle,1);--dl-current-b:var(--dl-b-t-subtle);--dl-current-g:var(--dl-g-t-subtle);--dl-current-r:var(--dl-r-t-subtle)}.profile-report-error{color:#f87171;--dl-current-a:1;--dl-current-b:113;--dl-current-g:113;--dl-current-r:248}.profile-report-actions button{border-radius:11px}.profile-report-cancel{border:1px solid var(--t-border);background:transparent;color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-report-cancel:hover{background:var(--t-hover);color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-report-submit{border:1px solid var(--ac);background:var(--ac);color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255}.profile-report-submit:hover:not(:disabled){background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.86 + 255 * 1 * 0.14) / max(.000001,calc(var(--dl-a-ac,1) * 0.86 + 1 * 0.14))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.86 + 255 * 1 * 0.14) / max(.000001,calc(var(--dl-a-ac,1) * 0.86 + 1 * 0.14))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.86 + 255 * 1 * 0.14) / max(.000001,calc(var(--dl-a-ac,1) * 0.86 + 1 * 0.14))),calc(calc(var(--dl-a-ac,1) * 0.86 + 1 * 0.14) * 1))}[data-theme=light] .profile-foreign-menu,[data-theme=light] .profile-report-dialog{background:#fff;box-shadow:0 18px 50px rgba(51,72,105,.16)}[data-theme=light] .profile-report-modal{background:rgba(31,45,68,.34)}[data-theme=light] .profile-report-option input{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.34 + 184 * 1 * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.34 + 198 * 1 * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.34 + 217 * 1 * 0.66) / max(.000001,calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66))),calc(calc(var(--dl-a-ac,1) * 0.34 + 1 * 0.66) * 1));background:#fff}[data-theme=light] .profile-report-option:hover input{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.78 + 127 * 1 * 0.22) / max(.000001,calc(var(--dl-a-ac,1) * 0.78 + 1 * 0.22))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.78 + 150 * 1 * 0.22) / max(.000001,calc(var(--dl-a-ac,1) * 0.78 + 1 * 0.22))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.78 + 181 * 1 * 0.22) / max(.000001,calc(var(--dl-a-ac,1) * 0.78 + 1 * 0.22))),calc(calc(var(--dl-a-ac,1) * 0.78 + 1 * 0.22) * 1))}[data-theme=light] .profile-report-option input:checked{border-color:var(--ac);background:var(--ac);box-shadow:inset 0 0 0 3px #fff,0 0 0 2px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.1))}[data-theme=light] .profile-report-option input:checked:focus-visible{box-shadow:inset 0 0 0 3px #fff,0 0 0 3px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.16))}@media(max-width:600px){.profile-report-dialog{border-radius:16px}}.profile-work-settings__trigger{border:1px solid rgba(255,255,255,.24);border-radius:9px;color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;background:rgba(12,14,21,.56);box-shadow:0 7px 20px rgba(0,0,0,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.profile-work-settings__trigger:hover,.profile-work-settings__trigger:focus-visible,.profile-work-settings.is-open .profile-work-settings__trigger{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.72 + 255 * 1 * 0.28) / max(.000001,calc(var(--dl-a-ac,1) * 0.72 + 1 * 0.28))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.72 + 255 * 1 * 0.28) / max(.000001,calc(var(--dl-a-ac,1) * 0.72 + 1 * 0.28))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.72 + 255 * 1 * 0.28) / max(.000001,calc(var(--dl-a-ac,1) * 0.72 + 1 * 0.28))),calc(calc(var(--dl-a-ac,1) * 0.72 + 1 * 0.28) * 1));outline:0;color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.8 + 17 * 1 * 0.2) / max(.000001,calc(var(--dl-a-ac,1) * 0.8 + 1 * 0.2))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.8 + 24 * 1 * 0.2) / max(.000001,calc(var(--dl-a-ac,1) * 0.8 + 1 * 0.2))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.8 + 39 * 1 * 0.2) / max(.000001,calc(var(--dl-a-ac,1) * 0.8 + 1 * 0.2))),calc(calc(var(--dl-a-ac,1) * 0.8 + 1 * 0.2) * 1));box-shadow:0 7px 20px rgba(0,0,0,.22),0 0 0 2px rgba(var(--dl-r-ac),var(--dl-g-ac),var(--dl-b-ac),calc(var(--dl-a-ac,1) * 0.22))}.profile-work-settings__menu{border:1px solid rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.88 + 255 * 0.12 * 0.12) / max(.000001,calc(var(--dl-a-t-border,1) * 0.88 + 0.12 * 0.12))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.88 + 255 * 0.12 * 0.12) / max(.000001,calc(var(--dl-a-t-border,1) * 0.88 + 0.12 * 0.12))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.88 + 255 * 0.12 * 0.12) / max(.000001,calc(var(--dl-a-t-border,1) * 0.88 + 0.12 * 0.12))),calc(calc(var(--dl-a-t-border,1) * 0.88 + 0.12 * 0.12) * 1));border-radius:12px;background:rgba(var(--dl-r-t-elevated),var(--dl-g-t-elevated),var(--dl-b-t-elevated),calc(var(--dl-a-t-elevated,1) * 0.96));box-shadow:0 15px 38px rgba(0,0,0,.34);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.profile-work-settings__menu :is(a,button){border:0;border-radius:8px;color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:transparent}.profile-work-settings__menu :is(a,button):is(:hover,:focus-visible){outline:0;color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.22 + 255 * 0.05 * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + 0.05 * 0.78))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.22 + 255 * 0.05 * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + 0.05 * 0.78))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.22 + 255 * 0.05 * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + 0.05 * 0.78))),calc(calc(var(--dl-a-ac,1) * 0.22 + 0.05 * 0.78) * 1))}.profile-work-settings__menu .danger{color:#ef7b86;--dl-current-a:1;--dl-current-b:134;--dl-current-g:123;--dl-current-r:239}.profile-work-settings__menu .danger:is(:hover,:focus-visible){color:#ff98a1;--dl-current-a:1;--dl-current-b:161;--dl-current-g:152;--dl-current-r:255;background:rgba(239,93,106,.13)}@keyframes profileWorkMenuIn{from{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}.profile-work-delete-modal{background:rgba(3,5,10,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.profile-work-delete-dialog{border:1px solid var(--t-border);border-radius:17px;color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:var(--t-card);box-shadow:0 28px 76px rgba(0,0,0,.42)}.profile-work-delete-icon{border:1px solid rgba(calc((239 * 1 * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((93 * 1 * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((106 * 1 * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1));border-radius:11px;color:#ef7b86;--dl-current-a:1;--dl-current-b:134;--dl-current-g:123;--dl-current-r:239;background:rgba(calc((239 * 1 * 0.1 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc((93 * 1 * 0.1 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc((106 * 1 * 0.1 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc(calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9) * 1))}.profile-work-delete-dialog p{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-work-delete-actions button{border:1px solid var(--t-border);border-radius:10px;color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);background:transparent}.profile-work-delete-actions button:hover{background:var(--t-hover)}.profile-work-delete-actions .danger{border-color:rgba(calc((239 * 1 * 0.7 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.3) / max(.000001,calc(1 * 0.7 + var(--dl-a-t-border,1) * 0.3))),calc((93 * 1 * 0.7 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.3) / max(.000001,calc(1 * 0.7 + var(--dl-a-t-border,1) * 0.3))),calc((106 * 1 * 0.7 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.3) / max(.000001,calc(1 * 0.7 + var(--dl-a-t-border,1) * 0.3))),calc(calc(1 * 0.7 + var(--dl-a-t-border,1) * 0.3) * 1));color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;background:#c94250}.profile-work-delete-actions .danger:hover{border-color:#ef5d6a;background:#df4d5a}.profile-work-delete-error{color:#ef7b86;--dl-current-a:1;--dl-current-b:134;--dl-current-g:123;--dl-current-r:239}[data-theme=light] .profile-work-settings__trigger{border-color:rgba(255,255,255,.42);color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;background:rgba(27,37,54,.58)}[data-theme=light] .profile-work-settings__menu,[data-theme=light] .profile-work-delete-dialog{border-color:#d5deea;background:#fff;box-shadow:0 18px 46px rgba(43,61,89,.18)}[data-theme=light] .profile-work-settings__menu :is(a,button){color:#29364a;--dl-current-a:1;--dl-current-b:74;--dl-current-g:54;--dl-current-r:41}[data-theme=light] .profile-work-settings__menu :is(a,button):is(:hover,:focus-visible){color:#1e3a68;--dl-current-a:1;--dl-current-b:104;--dl-current-g:58;--dl-current-r:30;background:#edf3ff}[data-theme=light] .profile-work-settings__menu .danger{color:#c53f4c;--dl-current-a:1;--dl-current-b:76;--dl-current-g:63;--dl-current-r:197}[data-theme=light] .profile-work-settings__menu .danger:is(:hover,:focus-visible){color:#b83240;--dl-current-a:1;--dl-current-b:64;--dl-current-g:50;--dl-current-r:184;background:#fff1f2}.profile-overview[data-cover-tone]{border-bottom-color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + var(--dl-r-cover-b) * var(--dl-a-cover-b,1) * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + var(--dl-a-cover-b,1) * 0.8))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + var(--dl-g-cover-b) * var(--dl-a-cover-b,1) * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + var(--dl-a-cover-b,1) * 0.8))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + var(--dl-b-cover-b) * var(--dl-a-cover-b,1) * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + var(--dl-a-cover-b,1) * 0.8))),calc(calc(var(--dl-a-cover-accent,1) * 0.2 + var(--dl-a-cover-b,1) * 0.8) * 1))!important}[data-theme=light] .profile-overview[data-cover-tone]{border-bottom-color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-r-cover-b) * var(--dl-a-cover-b,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-cover-b,1) * 0.82))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-g-cover-b) * var(--dl-a-cover-b,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-cover-b,1) * 0.82))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-b-cover-b) * var(--dl-a-cover-b,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-cover-b,1) * 0.82))),calc(calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-cover-b,1) * 0.82) * 1))!important}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=graphite]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=graphite]){--profile-tab-accent:#6f7a8d;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:141;--dl-g-profile-tab-accent:122;--dl-r-profile-tab-accent:111}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=indigo]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=indigo]){--profile-tab-accent:#536cf2;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:242;--dl-g-profile-tab-accent:108;--dl-r-profile-tab-accent:83}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=ocean]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=ocean]){--profile-tab-accent:#149aca;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:202;--dl-g-profile-tab-accent:154;--dl-r-profile-tab-accent:20}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=forest]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=forest]){--profile-tab-accent:#239c67;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:103;--dl-g-profile-tab-accent:156;--dl-r-profile-tab-accent:35}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=violet]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=violet]){--profile-tab-accent:#8f55c8;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:200;--dl-g-profile-tab-accent:85;--dl-r-profile-tab-accent:143}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=rose]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=rose]){--profile-tab-accent:#cf557c;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:124;--dl-g-profile-tab-accent:85;--dl-r-profile-tab-accent:207}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=amber]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=amber]){--profile-tab-accent:#bd7b18;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:24;--dl-g-profile-tab-accent:123;--dl-r-profile-tab-accent:189}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=steel]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=steel]){--profile-tab-accent:#738095;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:149;--dl-g-profile-tab-accent:128;--dl-r-profile-tab-accent:115}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=default]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=default]){--profile-tab-accent:#4f83df;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:223;--dl-g-profile-tab-accent:131;--dl-r-profile-tab-accent:79}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=volya]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=volya]){--profile-tab-accent:#176bc8;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:200;--dl-g-profile-tab-accent:107;--dl-r-profile-tab-accent:23}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=neon]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=neon]){--profile-tab-accent:#087f84;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:132;--dl-g-profile-tab-accent:127;--dl-r-profile-tab-accent:8}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=sunset]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=sunset]){--profile-tab-accent:#c95458;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:88;--dl-g-profile-tab-accent:84;--dl-r-profile-tab-accent:201}html[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=cosmic]),body[data-theme=light] .profile-shell:has(.profile-overview[data-cover-tone=cosmic]){--profile-tab-accent:#6655c8;--dl-a-profile-tab-accent:1;--dl-b-profile-tab-accent:200;--dl-g-profile-tab-accent:85;--dl-r-profile-tab-accent:102}html[data-theme=light] .profile-tabs,body[data-theme=light] .profile-tabs{background:#ffffff!important;background-image:none!important;border-color:#d6e1ee!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-tab,body[data-theme=light] .profile-tab{color:#687991!important;--dl-current-a: 1 !important;--dl-current-b: 145 !important;--dl-current-g: 121 !important;--dl-current-r: 104 !important;background:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important}html[data-theme=light] .profile-tabs .profile-tab:not(.active):hover,html[data-theme=light] .profile-tabs .profile-tab:not(.active):focus-visible,body[data-theme=light] .profile-tabs .profile-tab:not(.active):hover,body[data-theme=light] .profile-tabs .profile-tab:not(.active):focus-visible{color:rgba(calc((66 * 1 * 0.94 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((84 * 1 * 0.94 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((109 * 1 * 0.94 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc(calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06) * 1))!important;--dl-current-a: calc(calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06) * 1) !important;--dl-current-b: calc((109 * 1 * 0.94 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001, calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))) !important;--dl-current-g: calc((84 * 1 * 0.94 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001, calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))) !important;--dl-current-r: calc((66 * 1 * 0.94 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001, calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))) !important;background:rgba(calc((255 * 1 * 0.94 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((255 * 1 * 0.94 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((255 * 1 * 0.94 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc(calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06) * 1))!important;background-image:none!important;border-color:rgba(calc((216 * 1 * 0.86 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.14) / max(.000001,calc(1 * 0.86 + var(--dl-a-profile-tab-accent,1) * 0.14))),calc((227 * 1 * 0.86 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.14) / max(.000001,calc(1 * 0.86 + var(--dl-a-profile-tab-accent,1) * 0.14))),calc((239 * 1 * 0.86 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.14) / max(.000001,calc(1 * 0.86 + var(--dl-a-profile-tab-accent,1) * 0.14))),calc(calc(1 * 0.86 + var(--dl-a-profile-tab-accent,1) * 0.14) * 1))!important;box-shadow:none!important}html[data-theme=light] .profile-tab.active,body[data-theme=light] .profile-tab.active{color:rgba(calc((51 * 1 * 0.88 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001,calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))),calc((74 * 1 * 0.88 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001,calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))),calc((102 * 1 * 0.88 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001,calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))),calc(calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12) * 1))!important;--dl-current-a: calc(calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12) * 1) !important;--dl-current-b: calc((102 * 1 * 0.88 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001, calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))) !important;--dl-current-g: calc((74 * 1 * 0.88 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001, calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))) !important;--dl-current-r: calc((51 * 1 * 0.88 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001, calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))) !important;background:rgba(calc((255 * 1 * 0.89 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.11) / max(.000001,calc(1 * 0.89 + var(--dl-a-profile-tab-accent,1) * 0.11))),calc((255 * 1 * 0.89 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.11) / max(.000001,calc(1 * 0.89 + var(--dl-a-profile-tab-accent,1) * 0.11))),calc((255 * 1 * 0.89 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.11) / max(.000001,calc(1 * 0.89 + var(--dl-a-profile-tab-accent,1) * 0.11))),calc(calc(1 * 0.89 + var(--dl-a-profile-tab-accent,1) * 0.11) * 1))!important;background-image:none!important;border-color:rgba(calc((210 * 1 * 0.76 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.24) / max(.000001,calc(1 * 0.76 + var(--dl-a-profile-tab-accent,1) * 0.24))),calc((222 * 1 * 0.76 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.24) / max(.000001,calc(1 * 0.76 + var(--dl-a-profile-tab-accent,1) * 0.24))),calc((235 * 1 * 0.76 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.24) / max(.000001,calc(1 * 0.76 + var(--dl-a-profile-tab-accent,1) * 0.24))),calc(calc(1 * 0.76 + var(--dl-a-profile-tab-accent,1) * 0.24) * 1))!important;box-shadow:inset 0 0 0 1px rgba(var(--dl-r-profile-tab-accent,79),var(--dl-g-profile-tab-accent,131),var(--dl-b-profile-tab-accent,223),calc(var(--dl-a-profile-tab-accent,1) * 0.08))!important}html[data-theme=light] .profile-page-header,body[data-theme=light] .profile-page-header{background:#ffffff!important;background-image:none!important;border-bottom-color:#dce5ef!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-page-header__inner,body[data-theme=light] .profile-page-header__inner{background:transparent!important}html[data-theme=light] .profile-header-cover,html[data-theme=light] .profile-header-preview,body[data-theme=light] .profile-header-cover,body[data-theme=light] .profile-header-preview{color:#66778f!important;--dl-current-a: 1 !important;--dl-current-b: 143 !important;--dl-current-g: 119 !important;--dl-current-r: 102 !important;background:#ffffff!important;background-image:none!important;border-color:#d3deeb!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html[data-theme=light] .profile-header-cover:hover,html[data-theme=light] .profile-header-cover:focus-visible,html[data-theme=light] .profile-header-preview:hover,html[data-theme=light] .profile-header-preview:focus-visible,body[data-theme=light] .profile-header-cover:hover,body[data-theme=light] .profile-header-cover:focus-visible,body[data-theme=light] .profile-header-preview:hover,body[data-theme=light] .profile-header-preview:focus-visible{color:#2f5f9f!important;--dl-current-a: 1 !important;--dl-current-b: 159 !important;--dl-current-g: 95 !important;--dl-current-r: 47 !important;background:#f0f6fe!important;border-color:#bcd1e8!important}html[data-theme=light] .profile-header-preview[aria-pressed=true],body[data-theme=light] .profile-header-preview[aria-pressed=true]{color:#285b9d!important;--dl-current-a: 1 !important;--dl-current-b: 157 !important;--dl-current-g: 91 !important;--dl-current-r: 40 !important;background:#eaf3fd!important;border-color:#b7cde7!important}html[data-theme=light] #profile-achievements-panel .achv-overview,body[data-theme=light] #profile-achievements-panel .achv-overview{background:linear-gradient(105deg,rgba(calc(var(--dl-r-achv-accent) * 0.07 + 255 * 0.93),calc(var(--dl-g-achv-accent) * 0.07 + 255 * 0.93),calc(var(--dl-b-achv-accent) * 0.07 + 255 * 0.93),1) 0%,rgba(calc(var(--dl-r-achv-accent) * 0.025 + 255 * 0.975),calc(var(--dl-g-achv-accent) * 0.025 + 255 * 0.975),calc(var(--dl-b-achv-accent) * 0.025 + 255 * 0.975),1) 22%,#ffffff 43%,#ffffff 100%)!important;border-color:rgba(calc(var(--dl-r-achv-tone) * 0.09 + 219 * 0.91),calc(var(--dl-g-achv-tone) * 0.09 + 229 * 0.91),calc(var(--dl-b-achv-tone) * 0.09 + 240 * 0.91),1)!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-overview::before,body[data-theme=light] #profile-achievements-panel .achv-overview::before{background:radial-gradient(circle,rgba(var(--dl-r-achv-accent),var(--dl-g-achv-accent),var(--dl-b-achv-accent),calc(1 * 0.08)) 0%,rgba(var(--dl-r-achv-accent),var(--dl-g-achv-accent),var(--dl-b-achv-accent),calc(1 * 0.02)) 44%,transparent 70%)!important}html[data-theme=light] #profile-achievements-panel .achv-total,body[data-theme=light] #profile-achievements-panel .achv-total{background:transparent!important}html[data-theme=light] #profile-achievements-panel .achv-total,html[data-theme=light] #profile-achievements-panel .achv-stat+.achv-stat,body[data-theme=light] #profile-achievements-panel .achv-total,body[data-theme=light] #profile-achievements-panel .achv-stat+.achv-stat{border-color:rgba(calc(var(--dl-r-achv-tone) * 0.15 + 219 * 0.85),calc(var(--dl-g-achv-tone) * 0.15 + 229 * 0.85),calc(var(--dl-b-achv-tone) * 0.15 + 240 * 0.85),1)!important}html[data-theme=light] #profile-achievements-panel :is(.achv-total__num,.achv-total__label,.achv-stat__num),body[data-theme=light] #profile-achievements-panel :is(.achv-total__num,.achv-total__label,.achv-stat__num){color:#263a58!important;--dl-current-a: 1 !important;--dl-current-b: 88 !important;--dl-current-g: 58 !important;--dl-current-r: 38 !important}html[data-theme=light] #profile-achievements-panel :is(.achv-total__sub,.achv-stat__label),body[data-theme=light] #profile-achievements-panel :is(.achv-total__sub,.achv-stat__label){color:#6f819b!important;--dl-current-a: 1 !important;--dl-current-b: 155 !important;--dl-current-g: 129 !important;--dl-current-r: 111 !important}html[data-theme=light] #profile-achievements-panel .achv-segments,body[data-theme=light] #profile-achievements-panel .achv-segments{background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-segment,body[data-theme=light] #profile-achievements-panel .achv-segment{color:#667994!important;--dl-current-a: 1 !important;--dl-current-b: 148 !important;--dl-current-g: 121 !important;--dl-current-r: 102 !important;background:transparent!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):hover,html[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):focus-visible,body[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):hover,body[data-theme=light] #profile-achievements-panel .achv-segment:not(.is-active):focus-visible{color:#355b89!important;--dl-current-a: 1 !important;--dl-current-b: 137 !important;--dl-current-g: 91 !important;--dl-current-r: 53 !important;background:#f2f7fd!important;outline:none!important}html[data-theme=light] #profile-achievements-panel .achv-segment.is-active,body[data-theme=light] #profile-achievements-panel .achv-segment.is-active{color:#2d64ad!important;--dl-current-a: 1 !important;--dl-current-b: 173 !important;--dl-current-g: 100 !important;--dl-current-r: 45 !important;background:#edf5ff!important;background-image:none!important;box-shadow:inset 0 0 0 1px #bdd2ec!important}html[data-theme=light] #profile-interests .profile-interest-tag:hover,html[data-theme=light] #profile-interests .profile-interest-tag:focus-visible,html[data-theme=light] .profile-interests-v35-popover__tags .profile-interest-tag:hover,html[data-theme=light] .profile-interests-v35-popover__tags .profile-interest-tag:focus-visible,html[data-theme=light] .profile-interests-mobile-popover__tags .profile-interest-tag:hover,html[data-theme=light] .profile-interests-mobile-popover__tags .profile-interest-tag:focus-visible,body[data-theme=light] #profile-interests .profile-interest-tag:hover,body[data-theme=light] #profile-interests .profile-interest-tag:focus-visible{color:rgba(calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + 53 * 1 * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12))),calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + 91 * 1 * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12))),calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + 137 * 1 * 0.12) / max(.000001,calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12))),calc(calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12) * 1) !important;--dl-current-b: calc((var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + 137 * 1 * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12))) !important;--dl-current-g: calc((var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + 91 * 1 * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12))) !important;--dl-current-r: calc((var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.88 + 53 * 1 * 0.12) / max(.000001, calc(var(--dl-a-profile-control-text,1) * 0.88 + 1 * 0.12))) !important;background:rgba(calc((255 * 0.72 * 0.76 + var(--dl-r-profile-control-bg-hover) * var(--dl-a-profile-control-bg-hover,1) * 0.24) / max(.000001,calc(0.72 * 0.76 + var(--dl-a-profile-control-bg-hover,1) * 0.24))),calc((255 * 0.72 * 0.76 + var(--dl-g-profile-control-bg-hover) * var(--dl-a-profile-control-bg-hover,1) * 0.24) / max(.000001,calc(0.72 * 0.76 + var(--dl-a-profile-control-bg-hover,1) * 0.24))),calc((255 * 0.72 * 0.76 + var(--dl-b-profile-control-bg-hover) * var(--dl-a-profile-control-bg-hover,1) * 0.24) / max(.000001,calc(0.72 * 0.76 + var(--dl-a-profile-control-bg-hover,1) * 0.24))),calc(calc(0.72 * 0.76 + var(--dl-a-profile-control-bg-hover,1) * 0.24) * 1))!important;border-color:rgba(68,96,136,.40)!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-overview .profile-handle-copy:hover,html[data-theme=light] .profile-overview .profile-handle-copy:focus-visible,body[data-theme=light] .profile-overview .profile-handle-copy:hover,body[data-theme=light] .profile-overview .profile-handle-copy:focus-visible{border-color:rgba(68,96,136,.40)!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-badge-count:hover,html[data-theme=light] .profile-badge-count:focus-visible,body[data-theme=light] .profile-badge-count:hover,body[data-theme=light] .profile-badge-count:focus-visible{color:#6d4b10!important;--dl-current-a: 1 !important;--dl-current-b: 16 !important;--dl-current-g: 75 !important;--dl-current-r: 109 !important;background:#fff2ca!important;border-color:#d8b559!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-badge-count:hover svg,html[data-theme=light] .profile-badge-count:focus-visible svg,body[data-theme=light] .profile-badge-count:hover svg,body[data-theme=light] .profile-badge-count:focus-visible svg{color:#bd861f!important;--dl-current-a: 1 !important;--dl-current-b: 31 !important;--dl-current-g: 134 !important;--dl-current-r: 189 !important}html[data-theme=light] .profile-actions .profile-action--secondary,body[data-theme=light] .profile-actions .profile-action--secondary{color:#536782!important;--dl-current-a: 1 !important;--dl-current-b: 130 !important;--dl-current-g: 103 !important;--dl-current-r: 83 !important;background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-actions .profile-action--secondary:hover,html[data-theme=light] .profile-actions .profile-action--secondary:focus-visible,body[data-theme=light] .profile-actions .profile-action--secondary:hover,body[data-theme=light] .profile-actions .profile-action--secondary:focus-visible{color:#2f5f9f!important;--dl-current-a: 1 !important;--dl-current-b: 159 !important;--dl-current-g: 95 !important;--dl-current-r: 47 !important;background:#f1f6fd!important;border-color:#bfd1e6!important;outline:none!important}html[data-theme=light] .profile-overview .profile-stats,body[data-theme=light] .profile-overview .profile-stats{background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-overview .profile-stats>*+*,body[data-theme=light] .profile-overview .profile-stats>*+*{border-left-color:#e1e8f1!important}html[data-theme=light] .profile-overview .profile-stats .stat-clickable:hover,html[data-theme=light] .profile-overview .profile-stats .stat-clickable:focus-visible,body[data-theme=light] .profile-overview .profile-stats .stat-clickable:hover,body[data-theme=light] .profile-overview .profile-stats .stat-clickable:focus-visible{background:#f3f7fc!important}html[data-theme=light] .profile-overview .profile-social-icon,body[data-theme=light] .profile-overview .profile-social-icon{color:#63748c!important;--dl-current-a: 1 !important;--dl-current-b: 140 !important;--dl-current-g: 116 !important;--dl-current-r: 99 !important;background:#ffffff!important;background-image:none!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-overview .profile-social-icon:hover,html[data-theme=light] .profile-overview .profile-social-icon:focus-visible,body[data-theme=light] .profile-overview .profile-social-icon:hover,body[data-theme=light] .profile-overview .profile-social-icon:focus-visible{color:#2f5f9f!important;--dl-current-a: 1 !important;--dl-current-b: 159 !important;--dl-current-g: 95 !important;--dl-current-r: 47 !important;background:#f1f6fd!important;border-color:#bfd1e6!important;box-shadow:none!important}html[data-theme=light] .profile-header-awards__item--more span,body[data-theme=light] .profile-header-awards__item--more span{color:#ffffff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important}html[data-theme=light] .profile-status-menu.profile-now-menu,body[data-theme=light] .profile-status-menu.profile-now-menu{box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-head__copy,body[data-theme=light] #profile-achievements-panel .achv-head__copy{color:#64758e!important;--dl-current-a: 1 !important;--dl-current-b: 142 !important;--dl-current-g: 117 !important;--dl-current-r: 100 !important}html[data-theme=light] .profile-link,html[data-theme=light] .profile-link:visited,body[data-theme=light] .profile-link,body[data-theme=light] .profile-link:visited{color:#4775ad!important;--dl-current-a: 1 !important;--dl-current-b: 173 !important;--dl-current-g: 117 !important;--dl-current-r: 71 !important}html[data-theme=light] .profile-link:hover,html[data-theme=light] .profile-link:focus-visible,body[data-theme=light] .profile-link:hover,body[data-theme=light] .profile-link:focus-visible{color:#2d5f9e!important;--dl-current-a: 1 !important;--dl-current-b: 158 !important;--dl-current-g: 95 !important;--dl-current-r: 45 !important;outline:none!important}html[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following,body[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following{color:#2f64a8!important;--dl-current-a: 1 !important;--dl-current-b: 168 !important;--dl-current-g: 100 !important;--dl-current-r: 47 !important;background:#eaf3ff!important;background-image:none!important;border-color:#b8cfea!important;box-shadow:none!important}html[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover,html[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:focus-visible,body[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:hover,body[data-theme=light] .profile-actions .profile-action:is(#profile-follow-preview,#follow-btn).is-following:focus-visible{color:#285a99!important;--dl-current-a: 1 !important;--dl-current-b: 153 !important;--dl-current-g: 90 !important;--dl-current-r: 40 !important;background:#e2efff!important;border-color:#a9c4e4!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-actions .profile-action--primary:not(.is-following),body[data-theme=light] .profile-actions .profile-action--primary:not(.is-following){color:#ffffff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:#4f82e6!important;background-image:none!important;border-color:#4f82e6!important;box-shadow:none!important}html[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):hover,html[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):focus-visible,body[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):hover,body[data-theme=light] .profile-actions .profile-action--primary:not(.is-following):focus-visible{color:#ffffff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:#3f72d1!important;border-color:#3f72d1!important;box-shadow:none!important;outline:none!important}html[data-theme=light] .profile-empty-state__icon,html[data-theme=light] .profile-awarded-empty__icon,body[data-theme=light] .profile-empty-state__icon,body[data-theme=light] .profile-awarded-empty__icon{color:#4775ad!important;--dl-current-a: 1 !important;--dl-current-b: 173 !important;--dl-current-g: 117 !important;--dl-current-r: 71 !important;background:#f4f8fd!important;border-color:#d7e3f0!important;box-shadow:none!important}html[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) h3,body[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) h3{color:#2c3f5b!important;--dl-current-a: 1 !important;--dl-current-b: 91 !important;--dl-current-g: 63 !important;--dl-current-r: 44 !important}html[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) p,body[data-theme=light] :is(.profile-empty-state,.profile-awarded-empty) p{color:#71809a!important;--dl-current-a: 1 !important;--dl-current-b: 154 !important;--dl-current-g: 128 !important;--dl-current-r: 113 !important}html[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button),body[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button){color:#396ba9!important;--dl-current-a: 1 !important;--dl-current-b: 169 !important;--dl-current-g: 107 !important;--dl-current-r: 57 !important;background:#ffffff!important;border-color:#cddbea!important;box-shadow:none!important}html[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button):hover,body[data-theme=light] :is(.profile-empty-state__action,.profile-awarded-empty button):hover{color:#2d5f9e!important;--dl-current-a: 1 !important;--dl-current-b: 158 !important;--dl-current-g: 95 !important;--dl-current-r: 45 !important;background:#edf5ff!important;border-color:#b8cee7!important}html[data-theme=light] #profile-achievements-panel .achv-add,body[data-theme=light] #profile-achievements-panel .achv-add{color:#526882!important;--dl-current-a: 1 !important;--dl-current-b: 130 !important;--dl-current-g: 104 !important;--dl-current-r: 82 !important;background:#ffffff!important;border-color:#cfdae8!important;box-shadow:none!important}html[data-theme=light] #profile-achievements-panel .achv-add:hover,body[data-theme=light] #profile-achievements-panel .achv-add:hover{color:#2f5f9f!important;--dl-current-a: 1 !important;--dl-current-b: 159 !important;--dl-current-g: 95 !important;--dl-current-r: 47 !important;background:#eef5fd!important;border-color:#b9cde5!important}html[data-theme=light] :is(.profile-tab,.profile-header-cover,.profile-header-preview,.profile-action,.profile-social-icon,.profile-interest-tag,.profile-empty-state__action,.profile-awarded-empty button,.achv-segment,.achv-add,.profile-link):focus-visible,body[data-theme=light] :is(.profile-tab,.profile-header-cover,.profile-header-preview,.profile-action,.profile-social-icon,.profile-interest-tag,.profile-empty-state__action,.profile-awarded-empty button,.achv-segment,.achv-add,.profile-link):focus-visible{outline:2px solid rgba(59,130,246,.66)!important;outline-offset:2px!important}html[data-theme=light] .profile-interests-modal,body[data-theme=light] .profile-interests-modal{background:rgba(36,52,75,.28)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}html[data-theme=light] .profile-interests-dialog,body[data-theme=light] .profile-interests-dialog{color:#2b3d58!important;--dl-current-a: 1 !important;--dl-current-b: 88 !important;--dl-current-g: 61 !important;--dl-current-r: 43 !important;background:#ffffff!important;border-color:#d4e0ed!important;box-shadow:none!important}html[data-theme=light] .profile-interests-dialog__header,html[data-theme=light] .profile-interests-dialog__footer,body[data-theme=light] .profile-interests-dialog__header,body[data-theme=light] .profile-interests-dialog__footer{background:#ffffff!important;border-color:#e0e8f2!important}html[data-theme=light] .profile-interests-dialog__header h2,body[data-theme=light] .profile-interests-dialog__header h2{color:#2b3d58!important;--dl-current-a: 1 !important;--dl-current-b: 88 !important;--dl-current-g: 61 !important;--dl-current-r: 43 !important}html[data-theme=light] .profile-interests-dialog__header p,html[data-theme=light] .profile-interests-limit,body[data-theme=light] .profile-interests-dialog__header p,body[data-theme=light] .profile-interests-limit{color:#71819a!important;--dl-current-a: 1 !important;--dl-current-b: 154 !important;--dl-current-g: 129 !important;--dl-current-r: 113 !important}html[data-theme=light] .profile-interests-close,body[data-theme=light] .profile-interests-close{color:#71819a!important;--dl-current-a: 1 !important;--dl-current-b: 154 !important;--dl-current-g: 129 !important;--dl-current-r: 113 !important;background:#f3f7fc!important;border:1px solid #e0e8f2!important}html[data-theme=light] .profile-interests-close:hover,body[data-theme=light] .profile-interests-close:hover{color:#345d91!important;--dl-current-a: 1 !important;--dl-current-b: 145 !important;--dl-current-g: 93 !important;--dl-current-r: 52 !important;background:#eaf3fd!important;border-color:#c4d7eb!important}html[data-theme=light] .profile-interest-categories,body[data-theme=light] .profile-interest-categories{background:#f5f8fd!important;border-color:#d9e4f0!important}html[data-theme=light] .profile-interest-categories button,body[data-theme=light] .profile-interest-categories button{color:#6a7b94!important;--dl-current-a: 1 !important;--dl-current-b: 148 !important;--dl-current-g: 123 !important;--dl-current-r: 106 !important;box-shadow:none!important}html[data-theme=light] .profile-interest-categories button:hover,body[data-theme=light] .profile-interest-categories button:hover{color:#3d5d82!important;--dl-current-a: 1 !important;--dl-current-b: 130 !important;--dl-current-g: 93 !important;--dl-current-r: 61 !important;background:#e1edfb!important}html[data-theme=light] .profile-interest-categories button.is-active,body[data-theme=light] .profile-interest-categories button.is-active{color:#2e5f9e!important;--dl-current-a: 1 !important;--dl-current-b: 158 !important;--dl-current-g: 95 !important;--dl-current-r: 46 !important;background:#eaf3ff!important;box-shadow:inset 0 0 0 1px #c5d9ee!important}html[data-theme=light] .profile-interests-options button,body[data-theme=light] .profile-interests-options button{color:#586c87!important;--dl-current-a: 1 !important;--dl-current-b: 135 !important;--dl-current-g: 108 !important;--dl-current-r: 88 !important;background:#f7faff!important;border-color:#d8e3ef!important;box-shadow:none!important}html[data-theme=light] .profile-interests-options button:hover,html[data-theme=light] .profile-interests-options button:focus-visible,body[data-theme=light] .profile-interests-options button:hover,body[data-theme=light] .profile-interests-options button:focus-visible{color:#315b8f!important;--dl-current-a: 1 !important;--dl-current-b: 143 !important;--dl-current-g: 91 !important;--dl-current-r: 49 !important;background:#eef5fd!important;border-color:#abc4df!important;outline:none!important}html[data-theme=light] .profile-interests-options button.is-selected,body[data-theme=light] .profile-interests-options button.is-selected{color:#285b9d!important;--dl-current-a: 1 !important;--dl-current-b: 157 !important;--dl-current-g: 91 !important;--dl-current-r: 40 !important;background:#e8f2ff!important;border-color:#9bbbe0!important;box-shadow:none!important}html[data-theme=light] .profile-interests-options button.is-selected .profile-interest-check,body[data-theme=light] .profile-interests-options button.is-selected .profile-interest-check{color:#3971ba;--dl-current-a: 1;--dl-current-b: 186;--dl-current-g: 113;--dl-current-r: 57}html[data-theme=light] .profile-interests-cancel,body[data-theme=light] .profile-interests-cancel{color:#536781!important;--dl-current-a: 1 !important;--dl-current-b: 129 !important;--dl-current-g: 103 !important;--dl-current-r: 83 !important;background:#ffffff!important;border:1px solid #cfdbe9!important;box-shadow:none!important}html[data-theme=light] .profile-interests-cancel:hover,body[data-theme=light] .profile-interests-cancel:hover{color:#315f98!important;--dl-current-a: 1 !important;--dl-current-b: 152 !important;--dl-current-g: 95 !important;--dl-current-r: 49 !important;background:#eff6fd!important;border-color:#b8cee7!important}html[data-theme=light] .profile-interests-save,body[data-theme=light] .profile-interests-save{color:#ffffff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:#4f82e6!important;border-color:#4f82e6!important;box-shadow:none!important}html[data-theme=light] .profile-interests-save:hover,body[data-theme=light] .profile-interests-save:hover{background:#3f72d1!important;border-color:#3f72d1!important}html[data-theme=light] .profile-sort__button,body[data-theme=light] .profile-sort__button{color:#5d708a!important;--dl-current-a: 1 !important;--dl-current-b: 138 !important;--dl-current-g: 112 !important;--dl-current-r: 93 !important;background:#ffffff!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-sort__button:hover,html[data-theme=light] .profile-sort__button[aria-expanded=true],body[data-theme=light] .profile-sort__button:hover,body[data-theme=light] .profile-sort__button[aria-expanded=true]{color:#315f98!important;--dl-current-a: 1 !important;--dl-current-b: 152 !important;--dl-current-g: 95 !important;--dl-current-r: 49 !important;background:#eef5fd!important;border-color:#b9cee6!important}html[data-theme=light] .profile-sort__menu,body[data-theme=light] .profile-sort__menu{background:#ffffff!important;border-color:#cfdbE9!important;box-shadow:none!important}html[data-theme=light] .profile-sort__menu button,body[data-theme=light] .profile-sort__menu button{color:#657791!important;--dl-current-a: 1 !important;--dl-current-b: 145 !important;--dl-current-g: 119 !important;--dl-current-r: 101 !important;background:transparent!important}html[data-theme=light] .profile-sort__menu button:hover,body[data-theme=light] .profile-sort__menu button:hover{color:#355d8d!important;--dl-current-a: 1 !important;--dl-current-b: 141 !important;--dl-current-g: 93 !important;--dl-current-r: 53 !important;background:#f0f6fd!important}html[data-theme=light] .profile-sort__menu a.is-active,body[data-theme=light] .profile-sort__menu a.is-active{color:#1d4ed8!important;--dl-current-a: 1 !important;--dl-current-b: 216 !important;--dl-current-g: 78 !important;--dl-current-r: 29 !important;background:#e8f0ff!important}html[data-theme=light] .profile-sort__menu button.is-active,body[data-theme=light] .profile-sort__menu button.is-active{color:#2c61a3!important;--dl-current-a: 1 !important;--dl-current-b: 163 !important;--dl-current-g: 97 !important;--dl-current-r: 44 !important;background:#e8f2ff!important;box-shadow:inset 0 0 0 1px #c5d9ee!important}html[data-theme=light] .profile-reorder-button,html[data-theme=light] .profile-reorder-cancel,body[data-theme=light] .profile-reorder-button,body[data-theme=light] .profile-reorder-cancel{color:#5d708a!important;--dl-current-a: 1 !important;--dl-current-b: 138 !important;--dl-current-g: 112 !important;--dl-current-r: 93 !important;background:#ffffff!important;border-color:#d3dfec!important;box-shadow:none!important}html[data-theme=light] .profile-reorder-button:hover,html[data-theme=light] .profile-reorder-button:focus-visible,html[data-theme=light] .profile-reorder-cancel:hover,html[data-theme=light] .profile-reorder-cancel:focus-visible,body[data-theme=light] .profile-reorder-button:hover,body[data-theme=light] .profile-reorder-button:focus-visible,body[data-theme=light] .profile-reorder-cancel:hover,body[data-theme=light] .profile-reorder-cancel:focus-visible{color:#315f98!important;--dl-current-a: 1 !important;--dl-current-b: 152 !important;--dl-current-g: 95 !important;--dl-current-r: 49 !important;background:#eef5fd!important;border-color:#b9cee6!important;outline:none!important}html[data-theme=light] #profile-grid .add-work-card,body[data-theme=light] #profile-grid .add-work-card{color:#30445f!important;--dl-current-a: 1 !important;--dl-current-b: 95 !important;--dl-current-g: 68 !important;--dl-current-r: 48 !important;background:#f8fbff!important;background-image:none!important;border-color:#aec8e8!important;box-shadow:none!important}html[data-theme=light] #profile-grid .add-work-card__plus,body[data-theme=light] #profile-grid .add-work-card__plus{color:#3f7bd1!important;--dl-current-a: 1 !important;--dl-current-b: 209 !important;--dl-current-g: 123 !important;--dl-current-r: 63 !important;background:#e4efff!important;border-color:#aac6e9!important;box-shadow:none!important}html[data-theme=light] #profile-grid .add-work-card:hover,html[data-theme=light] #profile-grid .add-work-card:focus-visible,body[data-theme=light] #profile-grid .add-work-card:hover,body[data-theme=light] #profile-grid .add-work-card:focus-visible{background:#edf5ff!important;border-color:#78a5dc!important;outline:none!important}html[data-theme=light] #profile-grid .add-work-card:hover .add-work-card__plus,html[data-theme=light] #profile-grid .add-work-card:focus-visible .add-work-card__plus,body[data-theme=light] #profile-grid .add-work-card:hover .add-work-card__plus,body[data-theme=light] #profile-grid .add-work-card:focus-visible .add-work-card__plus{color:#ffffff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:#4f82e6!important;border-color:#4f82e6!important}html[data-theme=light] .fl-overlay,body[data-theme=light] .fl-overlay{background:rgba(36,52,75,.26)!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;-webkit-backdrop-filter:blur(7px)!important}html[data-theme=light] .fl-box,body[data-theme=light] .fl-box{background:#fbfdff!important;border-color:#cedbea!important;box-shadow:none!important}html[data-theme=light] .fl-header,body[data-theme=light] .fl-header{background:#ffffff!important;border-color:#e0e8f2!important}html[data-theme=light] .fl-list,body[data-theme=light] .fl-list{background:#fbfdff!important}html[data-theme=light] .fl-row:hover,html[data-theme=light] .fl-row:focus-within,body[data-theme=light] .fl-row:hover,body[data-theme=light] .fl-row:focus-within{background:#edf5ff!important;border-color:#c6d9ee!important}html[data-theme=light] .fl-close:hover,html[data-theme=light] .fl-close:focus-visible,body[data-theme=light] .fl-close:hover,body[data-theme=light] .fl-close:focus-visible{color:#315f98!important;--dl-current-a: 1 !important;--dl-current-b: 152 !important;--dl-current-g: 95 !important;--dl-current-r: 49 !important;background:#edf5ff!important;border-color:#c6d9ee!important}html[data-theme=light] .fl-name:hover,body[data-theme=light] .fl-name:hover{color:#2d62a5!important;--dl-current-a: 1 !important;--dl-current-b: 165 !important;--dl-current-g: 98 !important;--dl-current-r: 45 !important}html[data-theme=light] .fl-btn:not(.following),body[data-theme=light] .fl-btn:not(.following){color:#386faf!important;--dl-current-a: 1 !important;--dl-current-b: 175 !important;--dl-current-g: 111 !important;--dl-current-r: 56 !important;background:#ffffff!important;border-color:#a9c5e7!important}html[data-theme=light] .fl-btn:not(.following):hover,html[data-theme=light] .fl-btn:not(.following):focus-visible,body[data-theme=light] .fl-btn:not(.following):hover,body[data-theme=light] .fl-btn:not(.following):focus-visible{color:#ffffff!important;--dl-current-a: 1 !important;--dl-current-b: 255 !important;--dl-current-g: 255 !important;--dl-current-r: 255 !important;background:#4f82e6!important;border-color:#4f82e6!important}html[data-theme=light] .fl-btn.following,body[data-theme=light] .fl-btn.following{color:#b9485d!important;--dl-current-a: 1 !important;--dl-current-b: 93 !important;--dl-current-g: 72 !important;--dl-current-r: 185 !important;background:#ffffff!important;border-color:#e5b7c0!important}html[data-theme=light] .fl-avatar.avatar-tone-blue,body[data-theme=light] .fl-avatar.avatar-tone-blue{color:#255fb4!important;--dl-current-a:1 !important;--dl-current-b:180 !important;--dl-current-g:95 !important;--dl-current-r:37 !important;background:#e9f2ff!important}html[data-theme=light] .fl-avatar.avatar-tone-violet,body[data-theme=light] .fl-avatar.avatar-tone-violet{color:#6d43b8!important;--dl-current-a:1 !important;--dl-current-b:184 !important;--dl-current-g:67 !important;--dl-current-r:109 !important;background:#f0ebff!important}html[data-theme=light] .fl-avatar.avatar-tone-cyan,body[data-theme=light] .fl-avatar.avatar-tone-cyan{color:#087b8b!important;--dl-current-a:1 !important;--dl-current-b:139 !important;--dl-current-g:123 !important;--dl-current-r:8 !important;background:#e4f8fa!important}html[data-theme=light] .fl-avatar.avatar-tone-rose,body[data-theme=light] .fl-avatar.avatar-tone-rose{color:#b4344e!important;--dl-current-a:1 !important;--dl-current-b:78 !important;--dl-current-g:52 !important;--dl-current-r:180 !important;background:#ffedf1!important}html[data-theme=light] .fl-avatar.avatar-tone-amber,body[data-theme=light] .fl-avatar.avatar-tone-amber{color:#9a6514!important;--dl-current-a:1 !important;--dl-current-b:20 !important;--dl-current-g:101 !important;--dl-current-r:154 !important;background:#fff6df!important}html[data-theme=light] .profile-page-title .profile-page-handle,body[data-theme=light] .profile-page-title .profile-page-handle{color:#607a9c!important;--dl-current-a: 1 !important;--dl-current-b: 156 !important;--dl-current-g: 122 !important;--dl-current-r: 96 !important;background:transparent!important;box-shadow:none!important}html[data-theme=light] .profile-page-title .profile-page-handle:hover,html[data-theme=light] .profile-page-title .profile-page-handle:focus-visible,body[data-theme=light] .profile-page-title .profile-page-handle:hover,body[data-theme=light] .profile-page-title .profile-page-handle:focus-visible{color:#2f66aa!important;--dl-current-a: 1 !important;--dl-current-b: 170 !important;--dl-current-g: 102 !important;--dl-current-r: 47 !important;background:#eef5ff!important;box-shadow:none!important}html[data-theme=light] .profile-page-title .profile-page-handle:active,html[data-theme=light] .profile-page-title .profile-page-handle.is-copied,body[data-theme=light] .profile-page-title .profile-page-handle:active,body[data-theme=light] .profile-page-title .profile-page-handle.is-copied{color:#285b98!important;--dl-current-a: 1 !important;--dl-current-b: 152 !important;--dl-current-g: 91 !important;--dl-current-r: 40 !important;background:#e7f1ff!important;box-shadow:none!important}.profile-socials--identity .profile-socials__label{color:var(--profile-control-muted)!important;--dl-current-a: var(--dl-a-profile-control-muted,1) !important;--dl-current-b: var(--dl-b-profile-control-muted) !important;--dl-current-g: var(--dl-g-profile-control-muted) !important;--dl-current-r: var(--dl-r-profile-control-muted) !important}html[data-theme] body .profile-overview .profile-socials--identity .profile-socials__label,html[data-theme] body .profile-overview #profile-interests>.profile-interests__label{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))),calc(calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18) * 1))!important;--dl-current-a: calc(calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18) * 1) !important;--dl-current-b: calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))) !important;--dl-current-g: calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))) !important;--dl-current-r: calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-cover-accent,1) * 0.18))) !important}html:not([data-theme=light]) .profile-overview .profile-avatar,body:not([data-theme=light]) .profile-overview .profile-avatar{border:0!important;box-shadow:none!important;outline:3px solid rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.34 + 255 * 0.08 * 0.66) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.34 + 0.08 * 0.66))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.34 + 255 * 0.08 * 0.66) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.34 + 0.08 * 0.66))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.34 + 255 * 0.08 * 0.66) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.34 + 0.08 * 0.66))),calc(calc(var(--dl-a-cover-accent,1) * 0.34 + 0.08 * 0.66) * 1))!important;outline-offset:0!important}html[data-theme=light] .profile-overview .profile-avatar,body[data-theme=light] .profile-overview .profile-avatar{border:0!important;box-shadow:none!important;outline:3px solid rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 15 * 0.05 * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 23 * 0.05 * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 42 * 0.05 * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8))),calc(calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8) * 1))!important;outline-offset:0!important}html[data-theme] .profile-overview .profile-avatar:hover,html[data-theme] .profile-overview .profile-avatar:focus-visible,body[data-theme] .profile-overview .profile-avatar:hover,body[data-theme] .profile-overview .profile-avatar:focus-visible{border:0!important;box-shadow:none!important;outline-color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.42 + 255 * 0.1 * 0.58) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.42 + 0.1 * 0.58))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.42 + 255 * 0.1 * 0.58) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.42 + 0.1 * 0.58))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.42 + 255 * 0.1 * 0.58) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.42 + 0.1 * 0.58))),calc(calc(var(--dl-a-cover-accent,1) * 0.42 + 0.1 * 0.58) * 1))!important}html[data-theme=light] .profile-overview .profile-avatar:hover,html[data-theme=light] .profile-overview .profile-avatar:focus-visible,body[data-theme=light] .profile-overview .profile-avatar:hover,body[data-theme=light] .profile-overview .profile-avatar:focus-visible{outline-color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + 15 * 0.06 * 0.72) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + 23 * 0.06 * 0.72) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + 42 * 0.06 * 0.72) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72))),calc(calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72) * 1))!important}html:not([data-theme=light]) .profile-overview[data-cover-tone=default],body:not([data-theme=light]) .profile-overview[data-cover-tone=default]{--profile-avatar-outline:rgba(119, 137, 174, .28);--dl-a-profile-avatar-outline:0.28;--dl-b-profile-avatar-outline:174;--dl-g-profile-avatar-outline:137;--dl-r-profile-avatar-outline:119;--profile-avatar-outline-hover:rgba(137, 157, 199, .38);--dl-a-profile-avatar-outline-hover:0.38;--dl-b-profile-avatar-outline-hover:199;--dl-g-profile-avatar-outline-hover:157;--dl-r-profile-avatar-outline-hover:137}html:not([data-theme=light]) .profile-overview[data-cover-tone=graphite],body:not([data-theme=light]) .profile-overview[data-cover-tone=graphite]{--profile-avatar-outline:rgba(154, 164, 184, .27);--dl-a-profile-avatar-outline:0.27;--dl-b-profile-avatar-outline:184;--dl-g-profile-avatar-outline:164;--dl-r-profile-avatar-outline:154;--profile-avatar-outline-hover:rgba(172, 183, 205, .37);--dl-a-profile-avatar-outline-hover:0.37;--dl-b-profile-avatar-outline-hover:205;--dl-g-profile-avatar-outline-hover:183;--dl-r-profile-avatar-outline-hover:172}html:not([data-theme=light]) .profile-overview[data-cover-tone=indigo],body:not([data-theme=light]) .profile-overview[data-cover-tone=indigo]{--profile-avatar-outline:rgba(112, 134, 255, .34);--dl-a-profile-avatar-outline:0.34;--dl-b-profile-avatar-outline:255;--dl-g-profile-avatar-outline:134;--dl-r-profile-avatar-outline:112;--profile-avatar-outline-hover:rgba(133, 153, 255, .44);--dl-a-profile-avatar-outline-hover:0.44;--dl-b-profile-avatar-outline-hover:255;--dl-g-profile-avatar-outline-hover:153;--dl-r-profile-avatar-outline-hover:133}html:not([data-theme=light]) .profile-overview[data-cover-tone=ocean],body:not([data-theme=light]) .profile-overview[data-cover-tone=ocean]{--profile-avatar-outline:rgba(53, 183, 232, .31);--dl-a-profile-avatar-outline:0.31;--dl-b-profile-avatar-outline:232;--dl-g-profile-avatar-outline:183;--dl-r-profile-avatar-outline:53;--profile-avatar-outline-hover:rgba(76, 199, 240, .41);--dl-a-profile-avatar-outline-hover:0.41;--dl-b-profile-avatar-outline-hover:240;--dl-g-profile-avatar-outline-hover:199;--dl-r-profile-avatar-outline-hover:76}html:not([data-theme=light]) .profile-overview[data-cover-tone=forest],body:not([data-theme=light]) .profile-overview[data-cover-tone=forest]{--profile-avatar-outline:rgba(57, 197, 138, .29);--dl-a-profile-avatar-outline:0.29;--dl-b-profile-avatar-outline:138;--dl-g-profile-avatar-outline:197;--dl-r-profile-avatar-outline:57;--profile-avatar-outline-hover:rgba(76, 210, 153, .39);--dl-a-profile-avatar-outline-hover:0.39;--dl-b-profile-avatar-outline-hover:153;--dl-g-profile-avatar-outline-hover:210;--dl-r-profile-avatar-outline-hover:76}html:not([data-theme=light]) .profile-overview[data-cover-tone=violet],body:not([data-theme=light]) .profile-overview[data-cover-tone=violet]{--profile-avatar-outline:rgba(180, 124, 255, .32);--dl-a-profile-avatar-outline:0.32;--dl-b-profile-avatar-outline:255;--dl-g-profile-avatar-outline:124;--dl-r-profile-avatar-outline:180;--profile-avatar-outline-hover:rgba(194, 146, 255, .42);--dl-a-profile-avatar-outline-hover:0.42;--dl-b-profile-avatar-outline-hover:255;--dl-g-profile-avatar-outline-hover:146;--dl-r-profile-avatar-outline-hover:194}html:not([data-theme=light]) .profile-overview[data-cover-tone=rose],body:not([data-theme=light]) .profile-overview[data-cover-tone=rose]{--profile-avatar-outline:rgba(239, 120, 159, .30);--dl-a-profile-avatar-outline:0.3;--dl-b-profile-avatar-outline:159;--dl-g-profile-avatar-outline:120;--dl-r-profile-avatar-outline:239;--profile-avatar-outline-hover:rgba(246, 143, 177, .40);--dl-a-profile-avatar-outline-hover:0.4;--dl-b-profile-avatar-outline-hover:177;--dl-g-profile-avatar-outline-hover:143;--dl-r-profile-avatar-outline-hover:246}html:not([data-theme=light]) .profile-overview[data-cover-tone=amber],body:not([data-theme=light]) .profile-overview[data-cover-tone=amber]{--profile-avatar-outline:rgba(233, 172, 74, .29);--dl-a-profile-avatar-outline:0.29;--dl-b-profile-avatar-outline:74;--dl-g-profile-avatar-outline:172;--dl-r-profile-avatar-outline:233;--profile-avatar-outline-hover:rgba(241, 190, 105, .39);--dl-a-profile-avatar-outline-hover:0.39;--dl-b-profile-avatar-outline-hover:105;--dl-g-profile-avatar-outline-hover:190;--dl-r-profile-avatar-outline-hover:241}html:not([data-theme=light]) .profile-overview[data-cover-tone=steel],body:not([data-theme=light]) .profile-overview[data-cover-tone=steel]{--profile-avatar-outline:rgba(170, 182, 199, .28);--dl-a-profile-avatar-outline:0.28;--dl-b-profile-avatar-outline:199;--dl-g-profile-avatar-outline:182;--dl-r-profile-avatar-outline:170;--profile-avatar-outline-hover:rgba(190, 201, 216, .38);--dl-a-profile-avatar-outline-hover:0.38;--dl-b-profile-avatar-outline-hover:216;--dl-g-profile-avatar-outline-hover:201;--dl-r-profile-avatar-outline-hover:190}html:not([data-theme=light]) .profile-overview[data-cover-tone=volya],body:not([data-theme=light]) .profile-overview[data-cover-tone=volya]{--profile-avatar-outline:rgba(132, 151, 255, .33);--dl-a-profile-avatar-outline:0.33;--dl-b-profile-avatar-outline:255;--dl-g-profile-avatar-outline:151;--dl-r-profile-avatar-outline:132;--profile-avatar-outline-hover:rgba(157, 173, 255, .43);--dl-a-profile-avatar-outline-hover:0.43;--dl-b-profile-avatar-outline-hover:255;--dl-g-profile-avatar-outline-hover:173;--dl-r-profile-avatar-outline-hover:157}html:not([data-theme=light]) .profile-overview[data-cover-tone=neon],body:not([data-theme=light]) .profile-overview[data-cover-tone=neon]{--profile-avatar-outline:rgba(69, 210, 201, .31);--dl-a-profile-avatar-outline:0.31;--dl-b-profile-avatar-outline:201;--dl-g-profile-avatar-outline:210;--dl-r-profile-avatar-outline:69;--profile-avatar-outline-hover:rgba(91, 224, 215, .41);--dl-a-profile-avatar-outline-hover:0.41;--dl-b-profile-avatar-outline-hover:215;--dl-g-profile-avatar-outline-hover:224;--dl-r-profile-avatar-outline-hover:91}html:not([data-theme=light]) .profile-overview[data-cover-tone=sunset],body:not([data-theme=light]) .profile-overview[data-cover-tone=sunset]{--profile-avatar-outline:rgba(237, 126, 102, .31);--dl-a-profile-avatar-outline:0.31;--dl-b-profile-avatar-outline:102;--dl-g-profile-avatar-outline:126;--dl-r-profile-avatar-outline:237;--profile-avatar-outline-hover:rgba(246, 149, 121, .41);--dl-a-profile-avatar-outline-hover:0.41;--dl-b-profile-avatar-outline-hover:121;--dl-g-profile-avatar-outline-hover:149;--dl-r-profile-avatar-outline-hover:246}html:not([data-theme=light]) .profile-overview[data-cover-tone=cosmic],body:not([data-theme=light]) .profile-overview[data-cover-tone=cosmic]{--profile-avatar-outline:rgba(157, 120, 232, .33);--dl-a-profile-avatar-outline:0.33;--dl-b-profile-avatar-outline:232;--dl-g-profile-avatar-outline:120;--dl-r-profile-avatar-outline:157;--profile-avatar-outline-hover:rgba(177, 143, 244, .43);--dl-a-profile-avatar-outline-hover:0.43;--dl-b-profile-avatar-outline-hover:244;--dl-g-profile-avatar-outline-hover:143;--dl-r-profile-avatar-outline-hover:177}html:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar,body:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar{outline-color:var(--profile-avatar-outline)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:hover,html:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:focus-visible,body:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:hover,body:not([data-theme=light]) .profile-overview[data-cover-tone] .profile-avatar:focus-visible{outline-color:var(--profile-avatar-outline-hover)!important}html[data-theme=light] .profile-overview[data-cover-tone] .profile-avatar{outline-color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 15 * 0.05 * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 23 * 0.05 * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 42 * 0.05 * 0.8) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8))),calc(calc(var(--dl-a-cover-accent,1) * 0.2 + 0.05 * 0.8) * 1))!important}html[data-theme=light] .profile-overview[data-cover-tone] .profile-avatar:hover,html[data-theme=light] .profile-overview[data-cover-tone] .profile-avatar:focus-visible{outline-color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + 15 * 0.06 * 0.72) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + 23 * 0.06 * 0.72) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + 42 * 0.06 * 0.72) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72))),calc(calc(var(--dl-a-cover-accent,1) * 0.28 + 0.06 * 0.72) * 1))!important}.profile-main:has(.profile-overview[data-cover-tone=default]){--profile-thought-accent:#6689d9;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:217;--dl-g-profile-thought-accent:137;--dl-r-profile-thought-accent:102}.profile-main:has(.profile-overview[data-cover-tone=graphite]){--profile-thought-accent:#8796ad;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:173;--dl-g-profile-thought-accent:150;--dl-r-profile-thought-accent:135}.profile-main:has(.profile-overview[data-cover-tone=indigo]){--profile-thought-accent:#7584e8;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:232;--dl-g-profile-thought-accent:132;--dl-r-profile-thought-accent:117}.profile-main:has(.profile-overview[data-cover-tone=ocean]){--profile-thought-accent:#38a5c8;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:200;--dl-g-profile-thought-accent:165;--dl-r-profile-thought-accent:56}.profile-main:has(.profile-overview[data-cover-tone=forest]){--profile-thought-accent:#43a77e;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:126;--dl-g-profile-thought-accent:167;--dl-r-profile-thought-accent:67}.profile-main:has(.profile-overview[data-cover-tone=violet]){--profile-thought-accent:#a16bc4;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:196;--dl-g-profile-thought-accent:107;--dl-r-profile-thought-accent:161}.profile-main:has(.profile-overview[data-cover-tone=rose]){--profile-thought-accent:#c85f86;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:134;--dl-g-profile-thought-accent:95;--dl-r-profile-thought-accent:200}.profile-main:has(.profile-overview[data-cover-tone=amber]){--profile-thought-accent:#bf8235;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:53;--dl-g-profile-thought-accent:130;--dl-r-profile-thought-accent:191}.profile-main:has(.profile-overview[data-cover-tone=steel]){--profile-thought-accent:#7b8fa9;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:169;--dl-g-profile-thought-accent:143;--dl-r-profile-thought-accent:123}.profile-main:has(.profile-overview[data-cover-tone=volya]){--profile-thought-accent:#6d84e8;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:232;--dl-g-profile-thought-accent:132;--dl-r-profile-thought-accent:109}.profile-main:has(.profile-overview[data-cover-tone=neon]){--profile-thought-accent:#319c9e;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:158;--dl-g-profile-thought-accent:156;--dl-r-profile-thought-accent:49}.profile-main:has(.profile-overview[data-cover-tone=sunset]){--profile-thought-accent:#c76655;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:85;--dl-g-profile-thought-accent:102;--dl-r-profile-thought-accent:199}.profile-main:has(.profile-overview[data-cover-tone=cosmic]){--profile-thought-accent:#8567c7;--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:199;--dl-g-profile-thought-accent:103;--dl-r-profile-thought-accent:133}.profile-main:has(.profile-overview[data-cover-tone=default]){--profile-thought-tone:48,53,67;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:67;--dl-g-profile-thought-tone:53;--dl-r-profile-thought-tone:48;--profile-thought-active:94,103,125;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:125;--dl-g-profile-thought-active:103;--dl-r-profile-thought-active:94}.profile-main:has(.profile-overview[data-cover-tone=graphite]){--profile-thought-tone:64,70,84;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:84;--dl-g-profile-thought-tone:70;--dl-r-profile-thought-tone:64;--profile-thought-active:116,125,145;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:145;--dl-g-profile-thought-active:125;--dl-r-profile-thought-active:116}.profile-main:has(.profile-overview[data-cover-tone=indigo]){--profile-thought-tone:55,65,132;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:132;--dl-g-profile-thought-tone:65;--dl-r-profile-thought-tone:55;--profile-thought-active:103,116,210;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:210;--dl-g-profile-thought-active:116;--dl-r-profile-thought-active:103}.profile-main:has(.profile-overview[data-cover-tone=ocean]){--profile-thought-tone:25,87,112;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:112;--dl-g-profile-thought-tone:87;--dl-r-profile-thought-tone:25;--profile-thought-active:63,148,180;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:180;--dl-g-profile-thought-active:148;--dl-r-profile-thought-active:63}.profile-main:has(.profile-overview[data-cover-tone=forest]){--profile-thought-tone:38,86,70;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:70;--dl-g-profile-thought-tone:86;--dl-r-profile-thought-tone:38;--profile-thought-active:75,145,118;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:118;--dl-g-profile-thought-active:145;--dl-r-profile-thought-active:75}.profile-main:has(.profile-overview[data-cover-tone=violet]){--profile-thought-tone:91,57,119;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:119;--dl-g-profile-thought-tone:57;--dl-r-profile-thought-tone:91;--profile-thought-active:148,96,181;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:181;--dl-g-profile-thought-active:96;--dl-r-profile-thought-active:148}.profile-main:has(.profile-overview[data-cover-tone=rose]){--profile-thought-tone:119,55,82;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:82;--dl-g-profile-thought-tone:55;--dl-r-profile-thought-tone:119;--profile-thought-active:177,91,125;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:125;--dl-g-profile-thought-active:91;--dl-r-profile-thought-active:177}.profile-main:has(.profile-overview[data-cover-tone=amber]){--profile-thought-tone:119,85,39;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:39;--dl-g-profile-thought-tone:85;--dl-r-profile-thought-tone:119;--profile-thought-active:178,132,65;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:65;--dl-g-profile-thought-active:132;--dl-r-profile-thought-active:178}.profile-main:has(.profile-overview[data-cover-tone=steel]){--profile-thought-tone:73,85,101;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:101;--dl-g-profile-thought-tone:85;--dl-r-profile-thought-tone:73;--profile-thought-active:125,141,161;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:161;--dl-g-profile-thought-active:141;--dl-r-profile-thought-active:125}.profile-main:has(.profile-overview[data-cover-tone=volya]){--profile-thought-tone:42,68,126;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:126;--dl-g-profile-thought-tone:68;--dl-r-profile-thought-tone:42;--profile-thought-active:83,117,204;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:204;--dl-g-profile-thought-active:117;--dl-r-profile-thought-active:83}.profile-main:has(.profile-overview[data-cover-tone=neon]){--profile-thought-tone:27,94,101;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:101;--dl-g-profile-thought-tone:94;--dl-r-profile-thought-tone:27;--profile-thought-active:62,163,170;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:170;--dl-g-profile-thought-active:163;--dl-r-profile-thought-active:62}.profile-main:has(.profile-overview[data-cover-tone=sunset]){--profile-thought-tone:126,61,53;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:53;--dl-g-profile-thought-tone:61;--dl-r-profile-thought-tone:126;--profile-thought-active:188,101,80;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:80;--dl-g-profile-thought-active:101;--dl-r-profile-thought-active:188}.profile-main:has(.profile-overview[data-cover-tone=cosmic]){--profile-thought-tone:74,57,126;--dl-a-profile-thought-tone:1;--dl-b-profile-thought-tone:126;--dl-g-profile-thought-tone:57;--dl-r-profile-thought-tone:74;--profile-thought-active:129,101,193;--dl-a-profile-thought-active:1;--dl-b-profile-thought-active:193;--dl-g-profile-thought-active:101;--dl-r-profile-thought-active:129}.profile-main:has(.profile-overview[data-cover-tone]){--profile-thought-accent:rgb(var(--profile-thought-active,94,103,125));--dl-a-profile-thought-accent:1;--dl-b-profile-thought-accent:var(--dl-b-profile-thought-active,125);--dl-g-profile-thought-accent:var(--dl-g-profile-thought-active,103);--dl-r-profile-thought-accent:var(--dl-r-profile-thought-active,94)}[data-theme=light] body.profile-page .profile-thoughts__heading{background:transparent!important}.profile-thoughts__eyebrow{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-thoughts__heading h2{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-thoughts__total{border:1px solid rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78) * 1));border-radius:8px;background:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93) * 1));color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.54) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.54) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.54) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54) * 1));--dl-current-a:calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54) * 1);--dl-current-b:calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.54) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54)));--dl-current-g:calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.54) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54)));--dl-current-r:calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.54) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.46 + var(--dl-a-t-muted,1) * 0.54)))}.profile-thought-card{border:1px solid rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.16 + var(--dl-a-t-border,1) * 0.84) * 1));border-radius:17px;background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94 + var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06) / max(.000001,calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06))),calc(calc(var(--dl-a-t-card,1) * 0.94 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.06) * 1))}.profile-thought-card:hover{border-color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66) * 1));background:rgba(calc((var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.89 + var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11) / max(.000001,calc(var(--dl-a-t-card,1) * 0.89 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11))),calc((var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.89 + var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11) / max(.000001,calc(var(--dl-a-t-card,1) * 0.89 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11))),calc((var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.89 + var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11) / max(.000001,calc(var(--dl-a-t-card,1) * 0.89 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11))),calc(calc(var(--dl-a-t-card,1) * 0.89 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.11) * 1))}html:not([data-theme=light]) .profile-thought-card,body:not([data-theme=light]) .profile-thought-card{border-color:rgba(var(--profile-thought-active,94,103,125),.24);background:linear-gradient(180deg,rgba(var(--profile-thought-active,94,103,125),.105),rgba(var(--profile-thought-tone,48,53,67),.06)),rgba(11,12,18,.88)}html:not([data-theme=light]) .profile-thought-card:hover,body:not([data-theme=light]) .profile-thought-card:hover{border-color:rgba(var(--profile-thought-active,94,103,125),.38);background:linear-gradient(180deg,rgba(var(--profile-thought-active,94,103,125),.15),rgba(var(--profile-thought-tone,48,53,67),.08)),rgba(11,12,18,.86)}html[data-theme=light] .profile-thought-card,body[data-theme=light] .profile-thought-card{border-color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88) * 1));background:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 255 * 1 * 0.98) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 1 * 0.98))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 255 * 1 * 0.98) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 1 * 0.98))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 255 * 1 * 0.98) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 1 * 0.98))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.02 + 1 * 0.98) * 1));box-shadow:none}html[data-theme=light] .profile-thought-card:hover,body[data-theme=light] .profile-thought-card:hover{border-color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1));background:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 255 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 1 * 0.96))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 255 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 1 * 0.96))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 255 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 1 * 0.96))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.04 + 1 * 0.96) * 1));box-shadow:none}[data-theme=light] .profile-thought-card :is(.profile-thought-card__mark,.profile-thought-card__discussion){color:rgba(calc((var(--dl-r-profile-thought-tone,48) * 1 * 0.8 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.2) / max(.000001,calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2))),calc((var(--dl-g-profile-thought-tone,53) * 1 * 0.8 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.2) / max(.000001,calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2))),calc((var(--dl-b-profile-thought-tone,67) * 1 * 0.8 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.2) / max(.000001,calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2))),calc(calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2) * 1));--dl-current-a:calc(calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2) * 1);--dl-current-b:calc((var(--dl-b-profile-thought-tone,67) * 1 * 0.8 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.2) / max(.000001, calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2)));--dl-current-g:calc((var(--dl-g-profile-thought-tone,53) * 1 * 0.8 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.2) / max(.000001, calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2)));--dl-current-r:calc((var(--dl-r-profile-thought-tone,48) * 1 * 0.8 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.2) / max(.000001, calc(1 * 0.8 + var(--dl-a-t-text,1) * 0.2)))}.profile-thought-card__open{border:0;background:transparent;color:inherit}.profile-thought-card__open:focus-visible{outline:2px solid rgba(var(--dl-r-profile-thought-accent,var(--dl-r-ac)),var(--dl-g-profile-thought-accent,var(--dl-g-ac)),var(--dl-b-profile-thought-accent,var(--dl-b-ac)),calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58));outline-offset:-3px;border-radius:16px}.profile-thought-card__mark{color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.22) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22) * 1));--dl-current-a:calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22) * 1);--dl-current-b:calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22)));--dl-current-g:calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22)));--dl-current-r:calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.22) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.78 + var(--dl-a-t-text,1) * 0.22)))}.profile-thought-card__mark::before{background-color:currentColor}.profile-thought-card__top time{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-thought-card__body{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-thought-card__media{border:0;border-radius:0;background:transparent}.profile-thought-card__media img{border:1px solid rgba(calc((var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.8 + var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2) / max(.000001,calc(var(--dl-a-t-border,1) * 0.8 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2))),calc((var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.8 + var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2) / max(.000001,calc(var(--dl-a-t-border,1) * 0.8 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2))),calc((var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.8 + var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2) / max(.000001,calc(var(--dl-a-t-border,1) * 0.8 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2))),calc(calc(var(--dl-a-t-border,1) * 0.8 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.2) * 1));border-radius:8px;background:rgba(calc((var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.93 + var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07) / max(.000001,calc(var(--dl-a-t-input,1) * 0.93 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07))),calc((var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.93 + var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07) / max(.000001,calc(var(--dl-a-t-input,1) * 0.93 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07))),calc((var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.93 + var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07) / max(.000001,calc(var(--dl-a-t-input,1) * 0.93 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07))),calc(calc(var(--dl-a-t-input,1) * 0.93 + var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07) * 1))}.profile-thought-card__footer{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-thought-card__discussion{color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38) * 1));--dl-current-a:calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38) * 1);--dl-current-b:calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38)));--dl-current-g:calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38)));--dl-current-r:calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.62 + var(--dl-a-t-muted,1) * 0.38)))}.profile-thoughts-empty{border:1px dashed var(--t-border);border-radius:18px}.profile-thoughts-empty__icon{border:1px solid rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.22 + var(--dl-a-t-border,1) * 0.78) * 1));border-radius:14px;background:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.07 + var(--dl-a-t-input,1) * 0.93) * 1));color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1));--dl-current-a:calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1);--dl-current-b:calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-g:calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-r:calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.58 + var(--dl-a-t-muted,1) * 0.42)))}.profile-thoughts-empty h3{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-thoughts-empty p{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-thoughts-empty button{border:1px solid var(--profile-thought-accent,var(--ac));border-radius:10px;background:var(--profile-thought-accent,var(--ac));color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255}.profile-thoughts__load-more button{border:1px solid rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.24 + var(--dl-a-t-border,1) * 0.76) * 1));border-radius:10px;background:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92) * 1));color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32) * 1));--dl-current-a:calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32) * 1);--dl-current-b:calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));--dl-current-g:calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));--dl-current-r:calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)))}.profile-thoughts__load-more button:hover:not(:disabled){border-color:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1));background:rgba(calc((var(--dl-r-profile-thought-accent,var(--dl-r-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-card,1) * 0.87))),calc((var(--dl-g-profile-thought-accent,var(--dl-g-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-card,1) * 0.87))),calc((var(--dl-b-profile-thought-accent,var(--dl-b-ac)) * var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-card,1) * 0.87))),calc(calc(var(--dl-a-profile-thought-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-card,1) * 0.87) * 1));color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-thoughts__load-more>span{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-thoughts__spinner{border:1.5px solid currentColor;border-right-color:transparent;border-radius:50%}@keyframes profile-thoughts-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.profile-thought-card{border-radius:15px}}.profile-tab[data-profile-tab=thoughts]::before,.profile-foreign-menu [data-profile-thoughts]::before,.profile-thoughts-empty__icon::before{background-color:currentColor}.profile-curator-mark{border:1px solid rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66) * 1));border-radius:8px;background:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.9) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-elevated,1) * 0.9))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.9) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-elevated,1) * 0.9))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.9) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-elevated,1) * 0.9))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-elevated,1) * 0.9) * 1));color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.5) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.5) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.5) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5) * 1));--dl-current-a:calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5) * 1);--dl-current-b:calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.5) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5)));--dl-current-g:calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.5) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5)));--dl-current-r:calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.5) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.5 + var(--dl-a-t-text,1) * 0.5)));box-shadow:inset 0 1px 0 rgba(255,255,255,.035)}.profile-curator-mark:hover,.profile-curator-mark:focus-visible{border-color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.48) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-a-t-border,1) * 0.48))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.48) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-a-t-border,1) * 0.48))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.48) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-a-t-border,1) * 0.48))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.52 + var(--dl-a-t-border,1) * 0.48) * 1));background:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.17 + var(--dl-a-t-elevated,1) * 0.83) * 1));color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32) * 1));--dl-current-a:calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32) * 1);--dl-current-b:calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));--dl-current-g:calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));--dl-current-r:calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));outline:0}[data-theme=light] .profile-curator-mark{border-color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.74) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-a-t-border,1) * 0.74))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.74) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-a-t-border,1) * 0.74))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.74) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-a-t-border,1) * 0.74))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.26 + var(--dl-a-t-border,1) * 0.74) * 1));background:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.92) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-elevated,1) * 0.92))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-elevated,1) * 0.92) * 1));color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 51 * 1 * 0.42) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 74 * 1 * 0.42) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 102 * 1 * 0.42) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42) * 1));--dl-current-a:calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42) * 1);--dl-current-b:calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 102 * 1 * 0.42) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42)));--dl-current-g:calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 74 * 1 * 0.42) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42)));--dl-current-r:calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 51 * 1 * 0.42) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.58 + 1 * 0.42)));box-shadow:none}[data-theme=light] .profile-curator-mark:hover,[data-theme=light] .profile-curator-mark:focus-visible{border-color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1));background:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.87) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-elevated,1) * 0.87))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.13 + var(--dl-a-t-elevated,1) * 0.87) * 1));color:rgba(calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 51 * 1 * 0.28) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28))),calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 74 * 1 * 0.28) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28))),calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 102 * 1 * 0.28) / max(.000001,calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28))),calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28) * 1));--dl-current-a:calc(calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28) * 1);--dl-current-b:calc((var(--dl-b-cover-accent,var(--dl-b-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 102 * 1 * 0.28) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28)));--dl-current-g:calc((var(--dl-g-cover-accent,var(--dl-g-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 74 * 1 * 0.28) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28)));--dl-current-r:calc((var(--dl-r-cover-accent,var(--dl-r-ac)) * var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 51 * 1 * 0.28) / max(.000001, calc(var(--dl-a-cover-accent,var(--dl-a-ac,1)) * 0.72 + 1 * 0.28)))}.profile-curation__heading>div:first-child>span{color:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42))),calc(calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1));--dl-current-a:calc(calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42) * 1);--dl-current-b:calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.58 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-g:calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.58 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)));--dl-current-r:calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.58 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.42) / max(.000001, calc(var(--dl-a-ac-l,1) * 0.58 + var(--dl-a-t-muted,1) * 0.42)))}.profile-curation__heading h2{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-curation__heading p{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation__stats>span{border:1px solid var(--t-border);border-radius:10px;background:var(--t-card);color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation__stats b{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-curation__stats .is-private{border-color:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.22 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.22 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.22 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc(calc(var(--dl-a-ac,1) * 0.22 + var(--dl-a-t-border,1) * 0.78) * 1));background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.07 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.07 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.07 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.93) / max(.000001,calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93))),calc(calc(var(--dl-a-ac,1) * 0.07 + var(--dl-a-t-card,1) * 0.93) * 1))}.profile-curation-card{border:1px solid rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.18 + var(--dl-a-t-border,1) * 0.82) * 1));border-radius:17px;background:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.95) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-a-t-card,1) * 0.95))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.95) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-a-t-card,1) * 0.95))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.95) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-a-t-card,1) * 0.95))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.05 + var(--dl-a-t-card,1) * 0.95) * 1))}.profile-curation-card:hover{border-color:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.66) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + var(--dl-a-t-border,1) * 0.66) * 1));background:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.92) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.08 + var(--dl-a-t-card,1) * 0.92) * 1))}.profile-curation-card__work{border:0;background:transparent;color:inherit}.profile-curation-card__media{border-radius:11px;background:var(--t-input)}.profile-curation-card__ribbon{border:1px solid rgba(var(--dl-r-curation-category,var(--dl-r-ac)),var(--dl-g-curation-category,var(--dl-g-ac)),var(--dl-b-curation-category,var(--dl-b-ac)),calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.36));border-radius:9px;background:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 7 * 0.86 * 0.66) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 0.86 * 0.66))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 9 * 0.86 * 0.66) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 0.86 * 0.66))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 14 * 0.86 * 0.66) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 0.86 * 0.66))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.34 + 0.86 * 0.66) * 1));color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-curation-card__meta>span{color:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32) * 1));--dl-current-a:calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32) * 1);--dl-current-b:calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));--dl-current-g:calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)));--dl-current-r:calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.32) / max(.000001, calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + var(--dl-a-t-text,1) * 0.32)))}.profile-curation-card__meta time{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation-card__work>strong{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-curation-card__work>small{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation-card blockquote{border-top:1px solid rgba(var(--dl-r-curation-category,var(--dl-r-ac)),var(--dl-g-curation-category,var(--dl-g-ac)),var(--dl-b-curation-category,var(--dl-b-ac)),calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.11));color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18))),calc(calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18) * 1));--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18) * 1);--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18)));--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18)));--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18)))}.profile-curation-card blockquote::before{color:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1));--dl-current-a:calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24) * 1);--dl-current-b:calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24)));--dl-current-g:calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24)));--dl-current-r:calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.24) / max(.000001, calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.76 + var(--dl-a-t-muted,1) * 0.24)))}.profile-curation-empty{border:1px solid var(--t-border);border-radius:14px;background:var(--t-card)}.profile-curation-empty h3{color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc(calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1));--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1);--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)));--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001, calc(var(--dl-a-t-text,1) * 0.72 + var(--dl-a-t-muted,1) * 0.28)))}@media(max-width:680px){.profile-tabs-shell{--profile-tabs-panel-bg:rgba(var(--tabs-tone,48,53,67),.10);--dl-a-profile-tabs-panel-bg:0.1;--dl-b-profile-tabs-panel-bg:var(--dl-b-tabs-tone,67);--dl-g-profile-tabs-panel-bg:var(--dl-g-tabs-tone,53);--dl-r-profile-tabs-panel-bg:var(--dl-r-tabs-tone,48);border:1px solid rgba(var(--tabs-tone,48,53,67),.31);border-radius:14px;background:var(--profile-tabs-panel-bg)}.profile-tabs,.profile-tabs:has(.profile-tab[data-profile-tab=thoughts]){border:0!important;border-radius:0!important;background:transparent!important}html:not([data-theme=light]) .profile-tabs-shell .profile-tabs,body:not([data-theme=light]) .profile-tabs-shell .profile-tabs,html[data-theme=light] .profile-tabs-shell .profile-tabs,body[data-theme=light] .profile-tabs-shell .profile-tabs{background:transparent!important;background-image:none!important}.profile-tabs-more{border:0;border-left:1px solid rgba(var(--tabs-tone,48,53,67),.31);border-radius:0;background:transparent!important;box-shadow:none!important;color:rgba(calc((var(--dl-r-tabs-active,94) * 1 * 0.42 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))),calc((var(--dl-g-tabs-active,103) * 1 * 0.42 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))),calc((var(--dl-b-tabs-active,125) * 1 * 0.42 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58) * 1));--dl-current-a:calc(calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58) * 1);--dl-current-b:calc((var(--dl-b-tabs-active,125) * 1 * 0.42 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58)));--dl-current-g:calc((var(--dl-g-tabs-active,103) * 1 * 0.42 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58)));--dl-current-r:calc((var(--dl-r-tabs-active,94) * 1 * 0.42 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-text,1) * 0.58)))}.profile-tabs-more:hover,.profile-tabs-more:focus-visible{background:rgba(var(--tabs-active,94,103,125),.09)!important;color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text);outline:0}[data-theme=light] .profile-tabs-shell{--profile-tabs-panel-bg:#fff;--dl-a-profile-tabs-panel-bg:1;--dl-b-profile-tabs-panel-bg:255;--dl-g-profile-tabs-panel-bg:255;--dl-r-profile-tabs-panel-bg:255;border-color:#d6e1ee;background:var(--profile-tabs-panel-bg)}[data-theme=light] .profile-tabs-more{border-left-color:#d6e1ee;color:rgba(calc((51 * 1 * 0.88 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001,calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))),calc((74 * 1 * 0.88 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001,calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))),calc((102 * 1 * 0.88 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001,calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12))),calc(calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12) * 1));--dl-current-a:calc(calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12) * 1);--dl-current-b:calc((102 * 1 * 0.88 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001, calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12)));--dl-current-g:calc((74 * 1 * 0.88 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001, calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12)));--dl-current-r:calc((51 * 1 * 0.88 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.12) / max(.000001, calc(1 * 0.88 + var(--dl-a-profile-tab-accent,1) * 0.12)))}[data-theme=light] .profile-tabs-more:hover,[data-theme=light] .profile-tabs-more:focus-visible{background:rgba(calc((255 * 1 * 0.94 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((255 * 1 * 0.94 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((255 * 1 * 0.94 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc(calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06) * 1))!important;color:rgba(calc((66 * 1 * 0.94 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((84 * 1 * 0.94 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc((109 * 1 * 0.94 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001,calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06))),calc(calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06) * 1));--dl-current-a:calc(calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06) * 1);--dl-current-b:calc((109 * 1 * 0.94 + var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001, calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06)));--dl-current-g:calc((84 * 1 * 0.94 + var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001, calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06)));--dl-current-r:calc((66 * 1 * 0.94 + var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.06) / max(.000001, calc(1 * 0.94 + var(--dl-a-profile-tab-accent,1) * 0.06)))}}.profile-curation__heading{border:0;border-radius:0;background:transparent}.profile-curation__heading h2{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-curation__heading p{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation__quota{border:0;border-radius:0;background:transparent}.profile-curation__quota>span:first-child{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation__quota strong{color:var(--t-text);--dl-current-a:var(--dl-a-t-text,1);--dl-current-b:var(--dl-b-t-text);--dl-current-g:var(--dl-g-t-text);--dl-current-r:var(--dl-r-t-text)}.profile-curation__quota strong small{color:var(--t-muted);--dl-current-a:var(--dl-a-t-muted,1);--dl-current-b:var(--dl-b-t-muted);--dl-current-g:var(--dl-g-t-muted);--dl-current-r:var(--dl-r-t-muted)}.profile-curation__quota-track{border-radius:999px;background:rgba(calc((var(--dl-r-ac) * var(--dl-a-ac,1) * 0.09 + var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.91) / max(.000001,calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-t-input,1) * 0.91))),calc((var(--dl-g-ac) * var(--dl-a-ac,1) * 0.09 + var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.91) / max(.000001,calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-t-input,1) * 0.91))),calc((var(--dl-b-ac) * var(--dl-a-ac,1) * 0.09 + var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.91) / max(.000001,calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-t-input,1) * 0.91))),calc(calc(var(--dl-a-ac,1) * 0.09 + var(--dl-a-t-input,1) * 0.91) * 1))}.profile-curation__quota-track i{border-radius:inherit;background:rgba(calc((var(--dl-r-ac-l) * var(--dl-a-ac-l,1) * 0.62 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.62 + var(--dl-a-t-muted,1) * 0.38))),calc((var(--dl-g-ac-l) * var(--dl-a-ac-l,1) * 0.62 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.62 + var(--dl-a-t-muted,1) * 0.38))),calc((var(--dl-b-ac-l) * var(--dl-a-ac-l,1) * 0.62 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.38) / max(.000001,calc(var(--dl-a-ac-l,1) * 0.62 + var(--dl-a-t-muted,1) * 0.38))),calc(calc(var(--dl-a-ac-l,1) * 0.62 + var(--dl-a-t-muted,1) * 0.38) * 1))}.profile-curation-card{border-radius:18px;background:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.965) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-a-t-card,1) * 0.965))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.965) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-a-t-card,1) * 0.965))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.965) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-a-t-card,1) * 0.965))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.035 + var(--dl-a-t-card,1) * 0.965) * 1))}.profile-curation-card__open{border:0;border-radius:inherit;background:transparent}.profile-curation-card__open:focus-visible{outline:2px solid rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 255 * 1 * 0.32) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 1 * 0.32))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 255 * 1 * 0.32) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 1 * 0.32))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 255 * 1 * 0.32) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 1 * 0.32))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.68 + 1 * 0.32) * 1));outline-offset:3px}.profile-curation-card__media{border:1px solid rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.9) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-border,1) * 0.9))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.1 + var(--dl-a-t-border,1) * 0.9) * 1));border-radius:12px;background:linear-gradient(145deg,rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.94) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-a-t-input,1) * 0.94))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.94) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-a-t-input,1) * 0.94))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.94) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-a-t-input,1) * 0.94))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.06 + var(--dl-a-t-input,1) * 0.94) * 1)),var(--t-input))}.profile-curation-card blockquote{border-top-color:rgba(calc((var(--dl-r-curation-category,var(--dl-r-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc((var(--dl-g-curation-category,var(--dl-g-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc((var(--dl-b-curation-category,var(--dl-b-ac)) * var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.88) / max(.000001,calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88))),calc(calc(var(--dl-a-curation-category,var(--dl-a-ac,1)) * 0.12 + var(--dl-a-t-border,1) * 0.88) * 1));color:rgba(calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18))),calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18))),calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001,calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18))),calc(calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18) * 1));--dl-current-a:calc(calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18) * 1);--dl-current-b:calc((var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18)));--dl-current-g:calc((var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18)));--dl-current-r:calc((var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.18) / max(.000001, calc(var(--dl-a-t-text,1) * 0.82 + var(--dl-a-t-muted,1) * 0.18)))}.profile-curation-card:hover{box-shadow:0 12px 28px rgba(0,0,0,.12)}.profile-curation-card__award-ribbon{color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255}.profile-curation-card__award-ribbon>span{color:#fff;--dl-current-a:1;--dl-current-b:255;--dl-current-g:255;--dl-current-r:255}[data-theme=light] .profile-curation .profile-curation-card:hover{box-shadow:none}.profile-curation{--curation-tone:48,53,67;--dl-a-curation-tone:1;--dl-b-curation-tone:67;--dl-g-curation-tone:53;--dl-r-curation-tone:48;--curation-accent:94,103,125;--dl-a-curation-accent:1;--dl-b-curation-accent:125;--dl-g-curation-accent:103;--dl-r-curation-accent:94}.profile-curation__quota-track{background:rgba(calc((var(--dl-r-curation-tone) * 1 * 0.14 + var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.86) / max(.000001,calc(1 * 0.14 + var(--dl-a-t-input,1) * 0.86))),calc((var(--dl-g-curation-tone) * 1 * 0.14 + var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.86) / max(.000001,calc(1 * 0.14 + var(--dl-a-t-input,1) * 0.86))),calc((var(--dl-b-curation-tone) * 1 * 0.14 + var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.86) / max(.000001,calc(1 * 0.14 + var(--dl-a-t-input,1) * 0.86))),calc(calc(1 * 0.14 + var(--dl-a-t-input,1) * 0.86) * 1))}.profile-curation__quota-track i{background:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.72 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(1 * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-g-curation-accent) * 1 * 0.72 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(1 * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc((var(--dl-b-curation-accent) * 1 * 0.72 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.28) / max(.000001,calc(1 * 0.72 + var(--dl-a-t-muted,1) * 0.28))),calc(calc(1 * 0.72 + var(--dl-a-t-muted,1) * 0.28) * 1))}.profile-curation .profile-curation-card{border-color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.22 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-g-curation-accent) * 1 * 0.22 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc((var(--dl-b-curation-accent) * 1 * 0.22 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.78) / max(.000001,calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78))),calc(calc(1 * 0.22 + var(--dl-a-t-border,1) * 0.78) * 1));background:rgba(calc((var(--dl-r-curation-tone) * 1 * 0.06 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.94) / max(.000001,calc(1 * 0.06 + var(--dl-a-t-card,1) * 0.94))),calc((var(--dl-g-curation-tone) * 1 * 0.06 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.94) / max(.000001,calc(1 * 0.06 + var(--dl-a-t-card,1) * 0.94))),calc((var(--dl-b-curation-tone) * 1 * 0.06 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.94) / max(.000001,calc(1 * 0.06 + var(--dl-a-t-card,1) * 0.94))),calc(calc(1 * 0.06 + var(--dl-a-t-card,1) * 0.94) * 1))}.profile-curation .profile-curation-card:hover{border-color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.38 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-g-curation-accent) * 1 * 0.38 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc((var(--dl-b-curation-accent) * 1 * 0.38 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.62) / max(.000001,calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62))),calc(calc(1 * 0.38 + var(--dl-a-t-border,1) * 0.62) * 1));background:rgba(calc((var(--dl-r-curation-tone) * 1 * 0.1 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc((var(--dl-g-curation-tone) * 1 * 0.1 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc((var(--dl-b-curation-tone) * 1 * 0.1 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.9) / max(.000001,calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9))),calc(calc(1 * 0.1 + var(--dl-a-t-card,1) * 0.9) * 1))}.profile-curation .profile-curation-card__open:focus-visible{outline-color:rgba(calc(var(--dl-r-curation-accent) * 0.68 + 255 * 0.32),calc(var(--dl-g-curation-accent) * 0.68 + 255 * 0.32),calc(var(--dl-b-curation-accent) * 0.68 + 255 * 0.32),1)}.profile-curation .profile-curation-card__media{border-color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.13 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87))),calc((var(--dl-g-curation-accent) * 1 * 0.13 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87))),calc((var(--dl-b-curation-accent) * 1 * 0.13 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87))),calc(calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87) * 1));background:linear-gradient(145deg,rgba(calc((var(--dl-r-curation-tone) * 1 * 0.09 + var(--dl-r-t-input) * var(--dl-a-t-input,1) * 0.91) / max(.000001,calc(1 * 0.09 + var(--dl-a-t-input,1) * 0.91))),calc((var(--dl-g-curation-tone) * 1 * 0.09 + var(--dl-g-t-input) * var(--dl-a-t-input,1) * 0.91) / max(.000001,calc(1 * 0.09 + var(--dl-a-t-input,1) * 0.91))),calc((var(--dl-b-curation-tone) * 1 * 0.09 + var(--dl-b-t-input) * var(--dl-a-t-input,1) * 0.91) / max(.000001,calc(1 * 0.09 + var(--dl-a-t-input,1) * 0.91))),calc(calc(1 * 0.09 + var(--dl-a-t-input,1) * 0.91) * 1)),var(--t-input))}.profile-curation .profile-curation-card__meta>span{color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.62 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.38) / max(.000001,calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38))),calc((var(--dl-g-curation-accent) * 1 * 0.62 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.38) / max(.000001,calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38))),calc((var(--dl-b-curation-accent) * 1 * 0.62 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.38) / max(.000001,calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38))),calc(calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38) * 1));--dl-current-a:calc(calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38) * 1);--dl-current-b:calc((var(--dl-b-curation-accent) * 1 * 0.62 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.38) / max(.000001, calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38)));--dl-current-g:calc((var(--dl-g-curation-accent) * 1 * 0.62 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.38) / max(.000001, calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38)));--dl-current-r:calc((var(--dl-r-curation-accent) * 1 * 0.62 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.38) / max(.000001, calc(1 * 0.62 + var(--dl-a-t-text,1) * 0.38)))}.profile-curation .profile-curation-card blockquote{border-top-color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.13 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87))),calc((var(--dl-g-curation-accent) * 1 * 0.13 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87))),calc((var(--dl-b-curation-accent) * 1 * 0.13 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.87) / max(.000001,calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87))),calc(calc(1 * 0.13 + var(--dl-a-t-border,1) * 0.87) * 1))}.profile-curation .profile-curation-card blockquote::before{color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.68 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001,calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32))),calc((var(--dl-g-curation-accent) * 1 * 0.68 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001,calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32))),calc((var(--dl-b-curation-accent) * 1 * 0.68 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001,calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32))),calc(calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32) * 1));--dl-current-a:calc(calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32) * 1);--dl-current-b:calc((var(--dl-b-curation-accent) * 1 * 0.68 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001, calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32)));--dl-current-g:calc((var(--dl-g-curation-accent) * 1 * 0.68 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001, calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32)));--dl-current-r:calc((var(--dl-r-curation-accent) * 1 * 0.68 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.32) / max(.000001, calc(1 * 0.68 + var(--dl-a-t-muted,1) * 0.32)))}.profile-curation .profile-curation-empty{border-color:rgba(calc((var(--dl-r-curation-accent) * 1 * 0.16 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(1 * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc((var(--dl-g-curation-accent) * 1 * 0.16 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(1 * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc((var(--dl-b-curation-accent) * 1 * 0.16 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.84) / max(.000001,calc(1 * 0.16 + var(--dl-a-t-border,1) * 0.84))),calc(calc(1 * 0.16 + var(--dl-a-t-border,1) * 0.84) * 1));background:rgba(calc((var(--dl-r-curation-tone) * 1 * 0.04 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.96) / max(.000001,calc(1 * 0.04 + var(--dl-a-t-card,1) * 0.96))),calc((var(--dl-g-curation-tone) * 1 * 0.04 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.96) / max(.000001,calc(1 * 0.04 + var(--dl-a-t-card,1) * 0.96))),calc((var(--dl-b-curation-tone) * 1 * 0.04 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.96) / max(.000001,calc(1 * 0.04 + var(--dl-a-t-card,1) * 0.96))),calc(calc(1 * 0.04 + var(--dl-a-t-card,1) * 0.96) * 1))}.profile-main{--profile-tone:48,53,67;--dl-a-profile-tone:1;--dl-b-profile-tone:67;--dl-g-profile-tone:53;--dl-r-profile-tone:48;--profile-accent:94,103,125;--dl-a-profile-accent:1;--dl-b-profile-accent:125;--dl-g-profile-accent:103;--dl-r-profile-accent:94}.profile-main :is(.profile-empty-state__icon,.profile-awarded-empty__icon,.profile-new-user-empty__icon,.profile-thoughts-empty__icon){color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.64 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.36) / max(.000001,calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36))),calc((var(--dl-g-profile-accent) * 1 * 0.64 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.36) / max(.000001,calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36))),calc((var(--dl-b-profile-accent) * 1 * 0.64 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.36) / max(.000001,calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36))),calc(calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36) * 1))!important;--dl-current-a:calc(calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-accent) * 1 * 0.64 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.36) / max(.000001, calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36)))!important;--dl-current-g:calc((var(--dl-g-profile-accent) * 1 * 0.64 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.36) / max(.000001, calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36)))!important;--dl-current-r:calc((var(--dl-r-profile-accent) * 1 * 0.64 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.36) / max(.000001, calc(1 * 0.64 + var(--dl-a-t-muted,1) * 0.36)))!important;background:rgba(calc((var(--dl-r-profile-tone) * 1 * 0.09 + var(--dl-r-t-card) * var(--dl-a-t-card,1) * 0.91) / max(.000001,calc(1 * 0.09 + var(--dl-a-t-card,1) * 0.91))),calc((var(--dl-g-profile-tone) * 1 * 0.09 + var(--dl-g-t-card) * var(--dl-a-t-card,1) * 0.91) / max(.000001,calc(1 * 0.09 + var(--dl-a-t-card,1) * 0.91))),calc((var(--dl-b-profile-tone) * 1 * 0.09 + var(--dl-b-t-card) * var(--dl-a-t-card,1) * 0.91) / max(.000001,calc(1 * 0.09 + var(--dl-a-t-card,1) * 0.91))),calc(calc(1 * 0.09 + var(--dl-a-t-card,1) * 0.91) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.25 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(1 * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc((var(--dl-g-profile-accent) * 1 * 0.25 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(1 * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc((var(--dl-b-profile-accent) * 1 * 0.25 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.75) / max(.000001,calc(1 * 0.25 + var(--dl-a-t-border,1) * 0.75))),calc(calc(1 * 0.25 + var(--dl-a-t-border,1) * 0.75) * 1))!important}.profile-main :is(.profile-empty-state__action,.profile-awarded-empty button){color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.72 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.28) / max(.000001,calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28))),calc((var(--dl-g-profile-accent) * 1 * 0.72 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.28) / max(.000001,calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28))),calc((var(--dl-b-profile-accent) * 1 * 0.72 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.28) / max(.000001,calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28))),calc(calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28) * 1))!important;--dl-current-a:calc(calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-accent) * 1 * 0.72 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.28) / max(.000001, calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28)))!important;--dl-current-g:calc((var(--dl-g-profile-accent) * 1 * 0.72 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.28) / max(.000001, calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28)))!important;--dl-current-r:calc((var(--dl-r-profile-accent) * 1 * 0.72 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.28) / max(.000001, calc(1 * 0.72 + var(--dl-a-t-text,1) * 0.28)))!important;background:rgba(var(--dl-r-profile-tone),var(--dl-g-profile-tone),var(--dl-b-profile-tone),calc(1 * 0.04))!important;border-color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.52 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.48) / max(.000001,calc(1 * 0.52 + var(--dl-a-t-border,1) * 0.48))),calc((var(--dl-g-profile-accent) * 1 * 0.52 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.48) / max(.000001,calc(1 * 0.52 + var(--dl-a-t-border,1) * 0.48))),calc((var(--dl-b-profile-accent) * 1 * 0.52 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.48) / max(.000001,calc(1 * 0.52 + var(--dl-a-t-border,1) * 0.48))),calc(calc(1 * 0.52 + var(--dl-a-t-border,1) * 0.48) * 1))!important}.profile-main :is(.profile-empty-state__action,.profile-awarded-empty button):hover{color:var(--t-text)!important;--dl-current-a:var(--dl-a-t-text,1)!important;--dl-current-b:var(--dl-b-t-text)!important;--dl-current-g:var(--dl-g-t-text)!important;--dl-current-r:var(--dl-r-t-text)!important;background:rgba(var(--dl-r-profile-accent),var(--dl-g-profile-accent),var(--dl-b-profile-accent),calc(1 * 0.11))!important;border-color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.66 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.34) / max(.000001,calc(1 * 0.66 + var(--dl-a-t-border,1) * 0.34))),calc((var(--dl-g-profile-accent) * 1 * 0.66 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.34) / max(.000001,calc(1 * 0.66 + var(--dl-a-t-border,1) * 0.34))),calc((var(--dl-b-profile-accent) * 1 * 0.66 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.34) / max(.000001,calc(1 * 0.66 + var(--dl-a-t-border,1) * 0.34))),calc(calc(1 * 0.66 + var(--dl-a-t-border,1) * 0.34) * 1))!important}.profile-main :is(.profile-new-user-empty__action,.profile-thoughts-empty button){color:#fff!important;--dl-current-a:1!important;--dl-current-b:255!important;--dl-current-g:255!important;--dl-current-r:255!important;background:rgb(var(--profile-accent))!important;border-color:rgb(var(--profile-accent))!important}.profile-main :is(.profile-new-user-empty__action,.profile-thoughts-empty button):hover{background:rgba(calc(var(--dl-r-profile-accent) * 0.86 + 5 * 0.14),calc(var(--dl-g-profile-accent) * 0.86 + 7 * 0.14),calc(var(--dl-b-profile-accent) * 0.86 + 12 * 0.14),1)!important;border-color:rgba(calc(var(--dl-r-profile-accent) * 0.86 + 5 * 0.14),calc(var(--dl-g-profile-accent) * 0.86 + 7 * 0.14),calc(var(--dl-b-profile-accent) * 0.86 + 12 * 0.14),1)!important}.profile-main :is(.profile-new-user-empty,.profile-thoughts-empty,.achv-empty){border-color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.23 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.77) / max(.000001,calc(1 * 0.23 + var(--dl-a-t-border,1) * 0.77))),calc((var(--dl-g-profile-accent) * 1 * 0.23 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.77) / max(.000001,calc(1 * 0.23 + var(--dl-a-t-border,1) * 0.77))),calc((var(--dl-b-profile-accent) * 1 * 0.23 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.77) / max(.000001,calc(1 * 0.23 + var(--dl-a-t-border,1) * 0.77))),calc(calc(1 * 0.23 + var(--dl-a-t-border,1) * 0.77) * 1))!important;background:rgba(var(--dl-r-profile-tone),var(--dl-g-profile-tone),var(--dl-b-profile-tone),calc(1 * 0.04))}.profile-main :is(.profile-empty-state,.profile-awarded-empty,.profile-new-user-empty,.profile-thoughts-empty) :is(p,.profile-new-user-empty__copy){color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.3 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.7) / max(.000001,calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7))),calc((var(--dl-g-profile-accent) * 1 * 0.3 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.7) / max(.000001,calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7))),calc((var(--dl-b-profile-accent) * 1 * 0.3 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.7) / max(.000001,calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7))),calc(calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7) * 1))!important;--dl-current-a:calc(calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-accent) * 1 * 0.3 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.7) / max(.000001, calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7)))!important;--dl-current-g:calc((var(--dl-g-profile-accent) * 1 * 0.3 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.7) / max(.000001, calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7)))!important;--dl-current-r:calc((var(--dl-r-profile-accent) * 1 * 0.3 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.7) / max(.000001, calc(1 * 0.3 + var(--dl-a-t-muted,1) * 0.7)))!important}.profile-main .achv-empty{color:rgba(calc((var(--dl-r-profile-accent) * 1 * 0.34 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.66) / max(.000001,calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66))),calc((var(--dl-g-profile-accent) * 1 * 0.34 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.66) / max(.000001,calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66))),calc((var(--dl-b-profile-accent) * 1 * 0.34 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.66) / max(.000001,calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66))),calc(calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66) * 1));--dl-current-a:calc(calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66) * 1);--dl-current-b:calc((var(--dl-b-profile-accent) * 1 * 0.34 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.66) / max(.000001, calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66)));--dl-current-g:calc((var(--dl-g-profile-accent) * 1 * 0.34 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.66) / max(.000001, calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66)));--dl-current-r:calc((var(--dl-r-profile-accent) * 1 * 0.34 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.66) / max(.000001, calc(1 * 0.34 + var(--dl-a-t-muted,1) * 0.66)))}.profile-main :is(.profile-empty-state__action,.profile-awarded-empty button,.profile-new-user-empty__action,.profile-thoughts-empty button):focus-visible{outline:2px solid rgba(var(--profile-accent),.66)!important;outline-offset:3px}.profile-overview[data-cover-tone]{--profile-cover-muted:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72))),calc(calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72) * 1));--dl-a-profile-cover-muted:calc(calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72) * 1);--dl-b-profile-cover-muted:calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72)));--dl-g-profile-cover-muted:calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72)));--dl-r-profile-cover-muted:calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.28 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.28 + var(--dl-a-t-muted,1) * 0.72)));--profile-control-muted:var(--profile-cover-muted);--dl-a-profile-control-muted:var(--dl-a-profile-cover-muted,1);--dl-b-profile-control-muted:var(--dl-b-profile-cover-muted);--dl-g-profile-control-muted:var(--dl-g-profile-cover-muted);--dl-r-profile-control-muted:var(--dl-r-profile-cover-muted)}.profile-overview[data-cover-tone] :is(.profile-role,.profile-handle-copy,.profile-joined,.profile-bio,.profile-interests__label,.profile-interests__empty,.profile-interests-mobile-label,.profile-interests-mobile-more,.profile-interests-responsive-more,.stat-label){color:var(--profile-cover-muted)!important;--dl-current-a:var(--dl-a-profile-cover-muted,1)!important;--dl-current-b:var(--dl-b-profile-cover-muted)!important;--dl-current-g:var(--dl-g-profile-cover-muted)!important;--dl-current-r:var(--dl-r-profile-cover-muted)!important}.profile-overview[data-cover-tone] .profile-handle-copy:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82))),calc(calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82)))!important;--dl-current-g:calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82)))!important;--dl-current-r:calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82)))!important}html:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now),body:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now),html:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit),body:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit){color:var(--profile-cover-muted)!important;--dl-current-a:var(--dl-a-profile-cover-muted,1)!important;--dl-current-b:var(--dl-b-profile-cover-muted)!important;--dl-current-g:var(--dl-g-profile-cover-muted)!important;--dl-current-r:var(--dl-r-profile-cover-muted)!important}html:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now):is(:hover,:focus-visible),body:not([data-theme=light]) .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now):is(:hover,:focus-visible),html:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit):is(:hover,:focus-visible),body:not([data-theme=light]) .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit):is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001,calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82))),calc(calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-b-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82)))!important;--dl-current-g:calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-g-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82)))!important;--dl-current-r:calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.18 + var(--dl-r-profile-control-text) * var(--dl-a-profile-control-text,1) * 0.82) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.18 + var(--dl-a-profile-control-text,1) * 0.82)))!important}.profile-tabs[data-cover-tone] .profile-tab:not(.active){color:rgba(calc((var(--dl-r-tabs-active,94) * 1 * 0.28 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001,calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72))),calc((var(--dl-g-tabs-active,103) * 1 * 0.28 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001,calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72))),calc((var(--dl-b-tabs-active,125) * 1 * 0.28 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001,calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72))),calc(calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72) * 1))!important;--dl-current-a:calc(calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72) * 1)!important;--dl-current-b:calc((var(--dl-b-tabs-active,125) * 1 * 0.28 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72)))!important;--dl-current-g:calc((var(--dl-g-tabs-active,103) * 1 * 0.28 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72)))!important;--dl-current-r:calc((var(--dl-r-tabs-active,94) * 1 * 0.28 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.72) / max(.000001, calc(1 * 0.28 + var(--dl-a-t-muted,1) * 0.72)))!important}.profile-tabs[data-cover-tone] .profile-tab:not(.active):is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-tabs-active,94) * 1 * 0.18 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001,calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82))),calc((var(--dl-g-tabs-active,103) * 1 * 0.18 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001,calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82))),calc((var(--dl-b-tabs-active,125) * 1 * 0.18 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001,calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82))),calc(calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82) * 1))!important;--dl-current-a:calc(calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-tabs-active,125) * 1 * 0.18 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001, calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82)))!important;--dl-current-g:calc((var(--dl-g-tabs-active,103) * 1 * 0.18 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001, calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82)))!important;--dl-current-r:calc((var(--dl-r-tabs-active,94) * 1 * 0.18 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001, calc(1 * 0.18 + var(--dl-a-t-text,1) * 0.82)))!important}[data-theme=light] .profile-overview[data-cover-tone]{--profile-cover-muted:rgba(calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 104 * 1 * 0.8) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8))),calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 121 * 1 * 0.8) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8))),calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 145 * 1 * 0.8) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8))),calc(calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8) * 1));--dl-a-profile-cover-muted:calc(calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8) * 1);--dl-b-profile-cover-muted:calc((var(--dl-b-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 145 * 1 * 0.8) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8)));--dl-g-profile-cover-muted:calc((var(--dl-g-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 121 * 1 * 0.8) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8)));--dl-r-profile-cover-muted:calc((var(--dl-r-cover-accent) * var(--dl-a-cover-accent,1) * 0.2 + 104 * 1 * 0.8) / max(.000001, calc(var(--dl-a-cover-accent,1) * 0.2 + 1 * 0.8)))}[data-theme=light] .profile-overview[data-cover-tone] :is(.profile-handle-copy,.profile-now),[data-theme=light] .profile-overview[data-cover-tone] #profile-interests :is(.profile-interest-tag,.profile-interests-responsive-more,.profile-interests__edit){color:var(--profile-cover-muted)!important;--dl-current-a:var(--dl-a-profile-cover-muted,1)!important;--dl-current-b:var(--dl-b-profile-cover-muted)!important;--dl-current-g:var(--dl-g-profile-cover-muted)!important;--dl-current-r:var(--dl-r-profile-cover-muted)!important}[data-theme=light] .profile-tabs[data-cover-tone] .profile-tab:not(.active){color:rgba(calc((var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.18 + 104 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82))),calc((var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.18 + 121 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82))),calc((var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.18 + 145 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82))),calc(calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.18 + 145 * 1 * 0.82) / max(.000001, calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82)))!important;--dl-current-g:calc((var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.18 + 121 * 1 * 0.82) / max(.000001, calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82)))!important;--dl-current-r:calc((var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.18 + 104 * 1 * 0.82) / max(.000001, calc(var(--dl-a-profile-tab-accent,1) * 0.18 + 1 * 0.82)))!important}[data-theme=light] .profile-tabs[data-cover-tone] .profile-tab:not(.active):is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.14 + 66 * 1 * 0.86) / max(.000001,calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86))),calc((var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.14 + 84 * 1 * 0.86) / max(.000001,calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86))),calc((var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.14 + 109 * 1 * 0.86) / max(.000001,calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86))),calc(calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-tab-accent,223) * var(--dl-a-profile-tab-accent,1) * 0.14 + 109 * 1 * 0.86) / max(.000001, calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86)))!important;--dl-current-g:calc((var(--dl-g-profile-tab-accent,131) * var(--dl-a-profile-tab-accent,1) * 0.14 + 84 * 1 * 0.86) / max(.000001, calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86)))!important;--dl-current-r:calc((var(--dl-r-profile-tab-accent,79) * var(--dl-a-profile-tab-accent,1) * 0.14 + 66 * 1 * 0.86) / max(.000001, calc(var(--dl-a-profile-tab-accent,1) * 0.14 + 1 * 0.86)))!important}body.profile-page .profile-status-menu.profile-now-menu{--profile-status-accent:rgb(var(--profile-header-accent,94,103,125));--dl-a-profile-status-accent:1;--dl-b-profile-status-accent:var(--dl-b-profile-header-accent,125);--dl-g-profile-status-accent:var(--dl-g-profile-header-accent,103);--dl-r-profile-status-accent:var(--dl-r-profile-header-accent,94);color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.85) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.85) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.85) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.85) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.85) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.85) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-text,1) * 0.85)))!important;border-color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.73) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-a-t-border,1) * 0.73))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.73) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-a-t-border,1) * 0.73))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.73) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-a-t-border,1) * 0.73))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.27 + var(--dl-a-t-border,1) * 0.73) * 1))!important;background:linear-gradient(rgba(var(--dl-r-profile-status-accent),var(--dl-g-profile-status-accent),var(--dl-b-profile-status-accent),calc(var(--dl-a-profile-status-accent,1) * 0.05)),rgba(var(--dl-r-profile-status-accent),var(--dl-g-profile-status-accent),var(--dl-b-profile-status-accent),calc(var(--dl-a-profile-status-accent,1) * 0.05))),rgba(9,11,18,.97)!important}body.profile-page .profile-status-menu.profile-now-menu .profile-now-menu__heading{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-r-t-subtle) * var(--dl-a-t-subtle,1) * 0.69) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-g-t-subtle) * var(--dl-a-t-subtle,1) * 0.69) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-b-t-subtle) * var(--dl-a-t-subtle,1) * 0.69) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-b-t-subtle) * var(--dl-a-t-subtle,1) * 0.69) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-g-t-subtle) * var(--dl-a-t-subtle,1) * 0.69) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-r-t-subtle) * var(--dl-a-t-subtle,1) * 0.69) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.31 + var(--dl-a-t-subtle,1) * 0.69)))!important}body.profile-page .profile-status-menu.profile-now-menu button{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81)))!important}body.profile-page .profile-status-menu.profile-now-menu button:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.82) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.18 + var(--dl-a-t-text,1) * 0.82)))!important;background:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.91) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.91) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.91) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91) * 1))!important}body.profile-page .profile-status-menu.profile-now-menu button.is-active{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.75) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.75) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.75) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.75) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.75) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.75) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.25 + var(--dl-a-t-text,1) * 0.75)))!important;background:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.85) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-hover,1) * 0.85))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.85) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-hover,1) * 0.85))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.85) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-hover,1) * 0.85))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.15 + var(--dl-a-t-hover,1) * 0.85) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.65) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-a-t-border,1) * 0.65))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.65) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-a-t-border,1) * 0.65))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.65) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-a-t-border,1) * 0.65))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.35 + var(--dl-a-t-border,1) * 0.65) * 1))!important}body.profile-page .profile-status-menu.profile-now-menu button.is-active::after{border-color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-r-t-subtle) * var(--dl-a-t-subtle,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-a-t-subtle,1) * 0.62))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-g-t-subtle) * var(--dl-a-t-subtle,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-a-t-subtle,1) * 0.62))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-b-t-subtle) * var(--dl-a-t-subtle,1) * 0.62) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-a-t-subtle,1) * 0.62))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.38 + var(--dl-a-t-subtle,1) * 0.62) * 1))!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.14 + 38 * 1 * 0.86) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.14 + 55 * 1 * 0.86) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.14 + 76 * 1 * 0.86) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.14 + 76 * 1 * 0.86) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.14 + 55 * 1 * 0.86) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.14 + 38 * 1 * 0.86) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.14 + 1 * 0.86)))!important;border-color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.23 + 215 * 1 * 0.77) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.23 + 1 * 0.77))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.23 + 224 * 1 * 0.77) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.23 + 1 * 0.77))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.23 + 236 * 1 * 0.77) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.23 + 1 * 0.77))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.23 + 1 * 0.77) * 1))!important;background:linear-gradient(rgba(var(--dl-r-profile-status-accent),var(--dl-g-profile-status-accent),var(--dl-b-profile-status-accent),calc(var(--dl-a-profile-status-accent,1) * 0.04)),rgba(var(--dl-r-profile-status-accent),var(--dl-g-profile-status-accent),var(--dl-b-profile-status-accent),calc(var(--dl-a-profile-status-accent,1) * 0.04))),rgba(255,255,255,.98)!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu .profile-now-menu__heading,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu .profile-now-menu__heading{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + 107 * 1 * 0.75) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + 123 * 1 * 0.75) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + 145 * 1 * 0.75) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + 145 * 1 * 0.75) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + 123 * 1 * 0.75) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.25 + 107 * 1 * 0.75) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.25 + 1 * 0.75)))!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu button,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu button{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.16 + 100 * 1 * 0.84) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.16 + 117 * 1 * 0.84) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.16 + 138 * 1 * 0.84) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.16 + 138 * 1 * 0.84) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.16 + 117 * 1 * 0.84) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.16 + 100 * 1 * 0.84) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.16 + 1 * 0.84)))!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu button:is(:hover,:focus-visible),body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu button:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.22 + 37 * 1 * 0.78) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.22 + 54 * 1 * 0.78) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.22 + 75 * 1 * 0.78) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.22 + 75 * 1 * 0.78) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.22 + 54 * 1 * 0.78) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.22 + 37 * 1 * 0.78) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.22 + 1 * 0.78)))!important;background:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.08 + 244 * 1 * 0.92) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.08 + 1 * 0.92))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.08 + 247 * 1 * 0.92) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.08 + 1 * 0.92))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.08 + 251 * 1 * 0.92) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.08 + 1 * 0.92))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.08 + 1 * 0.92) * 1))!important}[data-theme=light] body.profile-page .profile-status-menu.profile-now-menu button.is-active,body.profile-page[data-theme=light] .profile-status-menu.profile-now-menu button.is-active{color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.3 + 33 * 1 * 0.7) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.3 + 49 * 1 * 0.7) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.3 + 71 * 1 * 0.7) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.3 + 71 * 1 * 0.7) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7)))!important;--dl-current-g:calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.3 + 49 * 1 * 0.7) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7)))!important;--dl-current-r:calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.3 + 33 * 1 * 0.7) / max(.000001, calc(var(--dl-a-profile-status-accent,1) * 0.3 + 1 * 0.7)))!important;background:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.12 + 245 * 1 * 0.88) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.12 + 1 * 0.88))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.12 + 248 * 1 * 0.88) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.12 + 1 * 0.88))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.12 + 252 * 1 * 0.88) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.12 + 1 * 0.88))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.12 + 1 * 0.88) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + 210 * 1 * 0.69) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.31 + 1 * 0.69))),calc((var(--dl-g-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + 220 * 1 * 0.69) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.31 + 1 * 0.69))),calc((var(--dl-b-profile-status-accent) * var(--dl-a-profile-status-accent,1) * 0.31 + 233 * 1 * 0.69) / max(.000001,calc(var(--dl-a-profile-status-accent,1) * 0.31 + 1 * 0.69))),calc(calc(var(--dl-a-profile-status-accent,1) * 0.31 + 1 * 0.69) * 1))!important}body.profile-page:has(.profile-overview[data-cover-tone=default]){--profile-header-accent:94,103,125;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:125;--dl-g-profile-header-accent:103;--dl-r-profile-header-accent:94}body.profile-page:has(.profile-overview[data-cover-tone=graphite]){--profile-header-accent:116,125,145;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:145;--dl-g-profile-header-accent:125;--dl-r-profile-header-accent:116}body.profile-page:has(.profile-overview[data-cover-tone=indigo]){--profile-header-accent:103,116,210;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:210;--dl-g-profile-header-accent:116;--dl-r-profile-header-accent:103}body.profile-page:has(.profile-overview[data-cover-tone=ocean]){--profile-header-accent:63,148,180;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:180;--dl-g-profile-header-accent:148;--dl-r-profile-header-accent:63}body.profile-page:has(.profile-overview[data-cover-tone=forest]){--profile-header-accent:75,145,118;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:118;--dl-g-profile-header-accent:145;--dl-r-profile-header-accent:75}body.profile-page:has(.profile-overview[data-cover-tone=violet]){--profile-header-accent:148,96,181;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:181;--dl-g-profile-header-accent:96;--dl-r-profile-header-accent:148}body.profile-page:has(.profile-overview[data-cover-tone=rose]){--profile-header-accent:177,91,125;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:125;--dl-g-profile-header-accent:91;--dl-r-profile-header-accent:177}body.profile-page:has(.profile-overview[data-cover-tone=amber]){--profile-header-accent:178,132,65;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:65;--dl-g-profile-header-accent:132;--dl-r-profile-header-accent:178}body.profile-page:has(.profile-overview[data-cover-tone=steel]){--profile-header-accent:125,141,161;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:161;--dl-g-profile-header-accent:141;--dl-r-profile-header-accent:125}body.profile-page:has(.profile-overview[data-cover-tone=volya]){--profile-header-accent:61,126,206;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:206;--dl-g-profile-header-accent:126;--dl-r-profile-header-accent:61}body.profile-page:has(.profile-overview[data-cover-tone=neon]){--profile-header-accent:62,163,170;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:170;--dl-g-profile-header-accent:163;--dl-r-profile-header-accent:62}body.profile-page:has(.profile-overview[data-cover-tone=sunset]){--profile-header-accent:188,101,80;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:80;--dl-g-profile-header-accent:101;--dl-r-profile-header-accent:188}body.profile-page:has(.profile-overview[data-cover-tone=cosmic]){--profile-header-accent:129,101,193;--dl-a-profile-header-accent:1;--dl-b-profile-header-accent:193;--dl-g-profile-header-accent:101;--dl-r-profile-header-accent:129}html:not([data-theme=light]) body.profile-page :is(.profile-header-cover,.profile-header-preview){color:rgba(calc((var(--dl-r-profile-header-accent,94) * 1 * 0.42 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58))),calc((var(--dl-g-profile-header-accent,103) * 1 * 0.42 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58))),calc((var(--dl-b-profile-header-accent,125) * 1 * 0.42 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58) * 1))!important;--dl-current-a:calc(calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-header-accent,125) * 1 * 0.42 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58)))!important;--dl-current-g:calc((var(--dl-g-profile-header-accent,103) * 1 * 0.42 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58)))!important;--dl-current-r:calc((var(--dl-r-profile-header-accent,94) * 1 * 0.42 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.58) / max(.000001, calc(1 * 0.42 + var(--dl-a-t-muted,1) * 0.58)))!important;border-color:rgba(calc((var(--dl-r-profile-header-accent,94) * 1 * 0.24 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(1 * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-g-profile-header-accent,103) * 1 * 0.24 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(1 * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-b-profile-header-accent,125) * 1 * 0.24 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(1 * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc(calc(1 * 0.24 + var(--dl-a-t-border,1) * 0.76) * 1))!important}html:not([data-theme=light]) body.profile-page :is(.profile-header-cover,.profile-header-preview):is(:hover,:focus-visible),html:not([data-theme=light]) body.profile-page .profile-header-preview[aria-pressed=true]{color:rgba(calc((var(--dl-r-profile-header-accent,94) * 1 * 0.58 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc((var(--dl-g-profile-header-accent,103) * 1 * 0.58 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc((var(--dl-b-profile-header-accent,125) * 1 * 0.58 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001,calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42))),calc(calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42) * 1))!important;--dl-current-a:calc(calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-header-accent,125) * 1 * 0.58 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001, calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42)))!important;--dl-current-g:calc((var(--dl-g-profile-header-accent,103) * 1 * 0.58 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001, calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42)))!important;--dl-current-r:calc((var(--dl-r-profile-header-accent,94) * 1 * 0.58 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.42) / max(.000001, calc(1 * 0.58 + var(--dl-a-t-text,1) * 0.42)))!important;border-color:rgba(calc((var(--dl-r-profile-header-accent,94) * 1 * 0.42 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-g-profile-header-accent,103) * 1 * 0.42 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc((var(--dl-b-profile-header-accent,125) * 1 * 0.42 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.58) / max(.000001,calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58))),calc(calc(1 * 0.42 + var(--dl-a-t-border,1) * 0.58) * 1))!important}html[data-theme=light] body.profile-page :is(.profile-header-cover,.profile-header-preview),body[data-theme=light].profile-page :is(.profile-header-cover,.profile-header-preview){color:rgba(calc(var(--dl-r-profile-header-accent,79) * 0.18 + 102 * 0.82),calc(var(--dl-g-profile-header-accent,131) * 0.18 + 119 * 0.82),calc(var(--dl-b-profile-header-accent,223) * 0.18 + 143 * 0.82),1)!important;--dl-current-a:1!important;--dl-current-b:calc(var(--dl-b-profile-header-accent,223) * 0.18 + 143 * 0.82)!important;--dl-current-g:calc(var(--dl-g-profile-header-accent,131) * 0.18 + 119 * 0.82)!important;--dl-current-r:calc(var(--dl-r-profile-header-accent,79) * 0.18 + 102 * 0.82)!important;border-color:rgba(calc(var(--dl-r-profile-header-accent,79) * 0.14 + 211 * 0.86),calc(var(--dl-g-profile-header-accent,131) * 0.14 + 222 * 0.86),calc(var(--dl-b-profile-header-accent,223) * 0.14 + 235 * 0.86),1)!important}html[data-theme=light] body.profile-page :is(.profile-header-cover,.profile-header-preview):is(:hover,:focus-visible),html[data-theme=light] body.profile-page .profile-header-preview[aria-pressed=true],body[data-theme=light].profile-page :is(.profile-header-cover,.profile-header-preview):is(:hover,:focus-visible),body[data-theme=light].profile-page .profile-header-preview[aria-pressed=true]{color:rgba(calc(var(--dl-r-profile-header-accent,79) * 0.34 + 53 * 0.66),calc(var(--dl-g-profile-header-accent,131) * 0.34 + 81 * 0.66),calc(var(--dl-b-profile-header-accent,223) * 0.34 + 111 * 0.66),1)!important;--dl-current-a:1!important;--dl-current-b:calc(var(--dl-b-profile-header-accent,223) * 0.34 + 111 * 0.66)!important;--dl-current-g:calc(var(--dl-g-profile-header-accent,131) * 0.34 + 81 * 0.66)!important;--dl-current-r:calc(var(--dl-r-profile-header-accent,79) * 0.34 + 53 * 0.66)!important;border-color:rgba(calc(var(--dl-r-profile-header-accent,79) * 0.27 + 196 * 0.73),calc(var(--dl-g-profile-header-accent,131) * 0.27 + 211 * 0.73),calc(var(--dl-b-profile-header-accent,223) * 0.27 + 227 * 0.73),1)!important}body.profile-page .profile-interests-modal{--profile-interests-accent:rgb(var(--profile-header-accent,94,103,125));--dl-a-profile-interests-accent:1;--dl-b-profile-interests-accent:var(--dl-b-profile-header-accent,125);--dl-g-profile-interests-accent:var(--dl-g-profile-header-accent,103);--dl-r-profile-interests-accent:var(--dl-r-profile-header-accent,94);background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + 0 * 0.62 * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 0.62 * 0.92))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + 0 * 0.62 * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 0.62 * 0.92))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + 0 * 0.62 * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 0.62 * 0.92))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 0.62 * 0.92) * 1))!important}body.profile-page .profile-interests-dialog{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.88) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.88) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.88) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-text,1) * 0.88)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + 36 * 1 * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + 1 * 0.72))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + 41 * 1 * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + 1 * 0.72))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + 56 * 1 * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + 1 * 0.72))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.28 + 1 * 0.72) * 1))!important;background:linear-gradient(rgba(var(--dl-r-profile-interests-accent),var(--dl-g-profile-interests-accent),var(--dl-b-profile-interests-accent),calc(var(--dl-a-profile-interests-accent,1) * 0.04)),rgba(var(--dl-r-profile-interests-accent),var(--dl-g-profile-interests-accent),var(--dl-b-profile-interests-accent),calc(var(--dl-a-profile-interests-accent,1) * 0.04))),#0b0d14!important}body.profile-page :is(.profile-interests-dialog__header,.profile-interests-dialog__footer){border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-r-t-divider) * var(--dl-a-t-divider,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-divider,1) * 0.8))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-g-t-divider) * var(--dl-a-t-divider,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-divider,1) * 0.8))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-b-t-divider) * var(--dl-a-t-divider,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-divider,1) * 0.8))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-divider,1) * 0.8) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.04 + 11 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.04 + 13 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.04 + 20 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96) * 1))!important}body.profile-page .profile-interests-dialog__header h2{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.87) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.87) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.87) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-text,1) * 0.87)))!important}body.profile-page :is(.profile-interests-dialog__header p,.profile-interests-limit){color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.75) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.75) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.75) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.75) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.75) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.75) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.25 + var(--dl-a-t-muted,1) * 0.75)))!important}body.profile-page .profile-interests-close{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.74) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.74) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.74) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.74) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.74) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.74) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.26 + var(--dl-a-t-muted,1) * 0.74)))!important;border:1px solid rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-border,1) * 0.81))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-border,1) * 0.81))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-border,1) * 0.81))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-border,1) * 0.81) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-a-t-elevated,1) * 0.93))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-a-t-elevated,1) * 0.93))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.93) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-a-t-elevated,1) * 0.93))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.07 + var(--dl-a-t-elevated,1) * 0.93) * 1))!important}body.profile-page .profile-interests-close:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.64) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-a-t-border,1) * 0.64))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.64) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-a-t-border,1) * 0.64))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.64) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-a-t-border,1) * 0.64))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.36 + var(--dl-a-t-border,1) * 0.64) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-hover,1) * 0.88))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-hover,1) * 0.88))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.88) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-hover,1) * 0.88))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.12 + var(--dl-a-t-hover,1) * 0.88) * 1))!important}body.profile-page .profile-interest-categories{border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-border,1) * 0.8))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-border,1) * 0.8) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95) * 1))!important}body.profile-page .profile-interest-categories button{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.81) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.19 + var(--dl-a-t-muted,1) * 0.81)))!important}body.profile-page .profile-interest-categories button:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.78) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.78) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.78) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.78) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.22 + var(--dl-a-t-text,1) * 0.78)))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-a-t-hover,1) * 0.92))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-a-t-hover,1) * 0.92))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-a-t-hover,1) * 0.92))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.08 + var(--dl-a-t-hover,1) * 0.92) * 1))!important}body.profile-page .profile-interest-categories button.is-active{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.72) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-text,1) * 0.72)))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-hover,1) * 0.87))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-hover,1) * 0.87))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-hover,1) * 0.87))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.13 + var(--dl-a-t-hover,1) * 0.87) * 1))!important;box-shadow:inset 0 0 0 1px rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.72) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-border,1) * 0.72))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.28 + var(--dl-a-t-border,1) * 0.72) * 1))!important}body.profile-page .profile-interests-options button{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-muted,1) * 0.82)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-border,1) * 0.82))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.18 + var(--dl-a-t-border,1) * 0.82) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.05 + var(--dl-a-t-elevated,1) * 0.95) * 1))!important}body.profile-page .profile-interests-options button:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.77) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.77) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.77) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.77) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.77) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.77) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.23 + var(--dl-a-t-text,1) * 0.77)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.61) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.61) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.61) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.91) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.91) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.91) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.09 + var(--dl-a-t-hover,1) * 0.91) * 1))!important}body.profile-page .profile-interests-options button.is-selected{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.69) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.69) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.69) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.69) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.69) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.69) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.31 + var(--dl-a-t-text,1) * 0.69)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.43) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-a-t-border,1) * 0.43))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.43) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-a-t-border,1) * 0.43))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.43) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-a-t-border,1) * 0.43))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.57 + var(--dl-a-t-border,1) * 0.43) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-r-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-g-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-b-t-elevated) * var(--dl-a-t-elevated,1) * 0.83) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-a-t-elevated,1) * 0.83))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.17 + var(--dl-a-t-elevated,1) * 0.83) * 1))!important}body.profile-page .profile-interests-options button.is-selected::after{border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-r-t-subtle) * var(--dl-a-t-subtle,1) * 0.38) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-a-t-subtle,1) * 0.38))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-g-t-subtle) * var(--dl-a-t-subtle,1) * 0.38) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-a-t-subtle,1) * 0.38))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-b-t-subtle) * var(--dl-a-t-subtle,1) * 0.38) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-a-t-subtle,1) * 0.38))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.62 + var(--dl-a-t-subtle,1) * 0.38) * 1))!important}body.profile-page .profile-interests-cancel{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.8) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.8) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.8) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.8) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.2 + var(--dl-a-t-muted,1) * 0.8)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-border,1) * 0.76))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-border,1) * 0.76) * 1))!important;background:rgba(var(--dl-r-profile-interests-accent),var(--dl-g-profile-interests-accent),var(--dl-b-profile-interests-accent),calc(var(--dl-a-profile-interests-accent,1) * 0.04))!important}body.profile-page .profile-interests-cancel:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.76) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.76) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.76) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.76) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.24 + var(--dl-a-t-text,1) * 0.76)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-r-t-border) * var(--dl-a-t-border,1) * 0.61) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-g-t-border) * var(--dl-a-t-border,1) * 0.61) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-b-t-border) * var(--dl-a-t-border,1) * 0.61) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.39 + var(--dl-a-t-border,1) * 0.61) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-r-t-hover) * var(--dl-a-t-hover,1) * 0.9) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-a-t-hover,1) * 0.9))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-g-t-hover) * var(--dl-a-t-hover,1) * 0.9) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-a-t-hover,1) * 0.9))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-b-t-hover) * var(--dl-a-t-hover,1) * 0.9) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-a-t-hover,1) * 0.9))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.1 + var(--dl-a-t-hover,1) * 0.9) * 1))!important}body.profile-page .profile-interests-save{background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.78 + 55 * 1 * 0.22) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.78 + 1 * 0.22))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.78 + 111 * 1 * 0.22) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.78 + 1 * 0.22))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.78 + 217 * 1 * 0.22) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.78 + 1 * 0.22))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.78 + 1 * 0.22) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.82 + 55 * 1 * 0.18) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.82 + 1 * 0.18))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.82 + 111 * 1 * 0.18) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.82 + 1 * 0.18))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.82 + 217 * 1 * 0.18) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.82 + 1 * 0.18))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.82 + 1 * 0.18) * 1))!important}body.profile-page .profile-interests-save:is(:hover,:focus-visible){background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.86 + 45 * 1 * 0.14) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.86 + 1 * 0.14))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.86 + 95 * 1 * 0.14) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.86 + 1 * 0.14))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.86 + 196 * 1 * 0.14) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.86 + 1 * 0.14))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.86 + 1 * 0.14) * 1))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.9 + 45 * 1 * 0.1) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.9 + 1 * 0.1))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.9 + 95 * 1 * 0.1) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.9 + 1 * 0.1))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.9 + 196 * 1 * 0.1) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.9 + 1 * 0.1))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.9 + 1 * 0.1) * 1))!important}html[data-theme=light] body.profile-page .profile-interests-modal,body[data-theme=light].profile-page .profile-interests-modal{background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.09 + 36 * 0.28 * 0.91) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.09 + 0.28 * 0.91))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.09 + 52 * 0.28 * 0.91) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.09 + 0.28 * 0.91))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.09 + 75 * 0.28 * 0.91) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.09 + 0.28 * 0.91))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.09 + 0.28 * 0.91) * 1))!important}html[data-theme=light] body.profile-page .profile-interests-dialog,body[data-theme=light].profile-page .profile-interests-dialog{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 43 * 1 * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 61 * 1 * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 88 * 1 * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 88 * 1 * 0.87) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 61 * 1 * 0.87) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 43 * 1 * 0.87) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + 212 * 1 * 0.78) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.22 + 1 * 0.78))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + 224 * 1 * 0.78) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.22 + 1 * 0.78))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.22 + 237 * 1 * 0.78) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.22 + 1 * 0.78))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.22 + 1 * 0.78) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.03 + 255 * 1 * 0.97) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.03 + 255 * 1 * 0.97) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.03 + 255 * 1 * 0.97) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97) * 1))!important}html[data-theme=light] body.profile-page :is(.profile-interests-dialog__header,.profile-interests-dialog__footer),body[data-theme=light].profile-page :is(.profile-interests-dialog__header,.profile-interests-dialog__footer){border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.16 + 224 * 1 * 0.84) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.16 + 1 * 0.84))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.16 + 232 * 1 * 0.84) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.16 + 1 * 0.84))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.16 + 242 * 1 * 0.84) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.16 + 1 * 0.84))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.16 + 1 * 0.84) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.03 + 255 * 1 * 0.97) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.03 + 255 * 1 * 0.97) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.03 + 255 * 1 * 0.97) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.03 + 1 * 0.97) * 1))!important}html[data-theme=light] body.profile-page .profile-interest-categories,body[data-theme=light].profile-page .profile-interest-categories{border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + 217 * 1 * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + 1 * 0.81))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + 228 * 1 * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + 1 * 0.81))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.19 + 240 * 1 * 0.81) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.19 + 1 * 0.81))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.19 + 1 * 0.81) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + 245 * 1 * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + 1 * 0.95))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + 248 * 1 * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + 1 * 0.95))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.05 + 253 * 1 * 0.95) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.05 + 1 * 0.95))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.05 + 1 * 0.95) * 1))!important}html[data-theme=light] body.profile-page .profile-interests-options button,body[data-theme=light].profile-page .profile-interests-options button{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 88 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 108 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 135 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 135 * 1 * 0.82) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 108 * 1 * 0.82) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 88 * 1 * 0.82) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 216 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 227 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.18 + 239 * 1 * 0.82) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.18 + 1 * 0.82) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.04 + 247 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.04 + 250 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.04 + 255 * 1 * 0.96) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.04 + 1 * 0.96) * 1))!important}html[data-theme=light] body.profile-page .profile-interests-options button:is(:hover,:focus-visible),body[data-theme=light].profile-page .profile-interests-options button:is(:hover,:focus-visible){color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + 49 * 1 * 0.75) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + 91 * 1 * 0.75) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + 143 * 1 * 0.75) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + 143 * 1 * 0.75) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + 91 * 1 * 0.75) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.25 + 49 * 1 * 0.75) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.25 + 1 * 0.75)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.35 + 171 * 1 * 0.65) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.35 + 1 * 0.65))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.35 + 196 * 1 * 0.65) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.35 + 1 * 0.65))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.35 + 223 * 1 * 0.65) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.35 + 1 * 0.65))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.35 + 1 * 0.65) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + 238 * 1 * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 1 * 0.92))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + 245 * 1 * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 1 * 0.92))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.08 + 253 * 1 * 0.92) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 1 * 0.92))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.08 + 1 * 0.92) * 1))!important}html[data-theme=light] body.profile-page .profile-interests-options button.is-selected,body[data-theme=light].profile-page .profile-interests-options button.is-selected{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.34 + 40 * 1 * 0.66) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.34 + 91 * 1 * 0.66) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.34 + 157 * 1 * 0.66) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.34 + 157 * 1 * 0.66) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.34 + 91 * 1 * 0.66) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.34 + 40 * 1 * 0.66) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.34 + 1 * 0.66)))!important;border-color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.48 + 155 * 1 * 0.52) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.48 + 1 * 0.52))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.48 + 187 * 1 * 0.52) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.48 + 1 * 0.52))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.48 + 224 * 1 * 0.52) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.48 + 1 * 0.52))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.48 + 1 * 0.52) * 1))!important;background:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 232 * 1 * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 242 * 1 * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.13 + 255 * 1 * 0.87) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.13 + 1 * 0.87) * 1))!important}html[data-theme=light] body.profile-page .profile-interests-options button.is-selected .profile-interest-check,body[data-theme=light].profile-page .profile-interests-options button.is-selected .profile-interest-check{color:rgba(calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.72 + 57 * 1 * 0.28) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28))),calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.72 + 113 * 1 * 0.28) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28))),calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.72 + 186 * 1 * 0.28) / max(.000001,calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28))),calc(calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28) * 1)!important;--dl-current-b:calc((var(--dl-b-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.72 + 186 * 1 * 0.28) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28)))!important;--dl-current-g:calc((var(--dl-g-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.72 + 113 * 1 * 0.28) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28)))!important;--dl-current-r:calc((var(--dl-r-profile-interests-accent) * var(--dl-a-profile-interests-accent,1) * 0.72 + 57 * 1 * 0.28) / max(.000001, calc(var(--dl-a-profile-interests-accent,1) * 0.72 + 1 * 0.28)))!important}[data-theme=light] .profile-curation__heading{background:transparent!important}.profile-curation__heading p{color:rgba(calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001,calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18))),calc(calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1))!important;--dl-current-a:calc(calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18) * 1)!important;--dl-current-b:calc((var(--dl-b-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-b-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18)))!important;--dl-current-g:calc((var(--dl-g-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-g-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18)))!important;--dl-current-r:calc((var(--dl-r-t-muted) * var(--dl-a-t-muted,1) * 0.82 + var(--dl-r-t-text) * var(--dl-a-t-text,1) * 0.18) / max(.000001, calc(var(--dl-a-t-muted,1) * 0.82 + var(--dl-a-t-text,1) * 0.18)))!important}[data-theme=light] .profile-curation__heading p{color:#64758e!important;--dl-current-a:1!important;--dl-current-b:142!important;--dl-current-g:117!important;--dl-current-r:100!important}:root{--thought-quote-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 10.5C5 7.9 6.45 6.2 9.25 5.4l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H5v-5.05ZM13 10.5C13 7.9 14.45 6.2 17.25 5.4l.7 1.6c-1.65.55-2.5 1.4-2.65 2.55h3.2v6H13v-5.05Z'/%3E%3C/svg%3E")}@supports not (color:color-mix(in srgb,#000,#fff)){html[data-theme] body.profile-page .profile-overview[data-cover-tone] .profile-avatar{outline:0!important;box-shadow:0 0 0 3px var(--profile-avatar-outline,var(--t-border))!important}html[data-theme] body.profile-page .profile-overview[data-cover-tone] .profile-avatar:is(:hover,:focus-visible){box-shadow:0 0 0 3px var(--profile-avatar-outline-hover,var(--t-border))!important}}}
