.profile-lab{--lab-bg:#ecece8;--lab-surface:#f7f7f3;--lab-surface-soft:#e4e5e1;--lab-border:#d2d3cf;--lab-text:#20211f;--lab-muted:#747672;--lab-active:#6f7472;--lab-selection:#c9ccc8;--lab-selection-text:#282a28;--lab-action:#d4d6d2;--lab-glass:rgba(242,243,239,.28);--lab-glass-edge:rgba(255,255,255,.62);--profile-fg:#20211f;--profile-muted:rgba(32,33,31,.7);--profile-button-bg:rgba(255,255,255,.82);--profile-button-text:#20211f;height:100dvh;overflow:hidden;background:var(--lab-bg);color:var(--lab-text);font-family:Onest,Arial,sans-serif}.profile-lab.dark{--lab-bg:#151616;--lab-surface:#202121;--lab-surface-soft:#292a2a;--lab-border:#323333;--lab-text:#f1f1ed;--lab-muted:#969896;--lab-active:#8e9392;--lab-selection:#3a3c3b;--lab-selection-text:#f1f1ed;--lab-action:#303231;--lab-glass:rgba(15,16,16,.34);--lab-glass-edge:rgba(255,255,255,.16);--profile-fg:#f1f1ed;--profile-muted:rgba(241,241,237,.7);--profile-button-bg:rgba(255,255,255,.9);--profile-button-text:#20211f}.design-auth{--auth-bg:#eeeeeb;--auth-panel:#f9f9f6;--auth-field:#e5e6e2;--auth-line:#d1d3cf;--auth-text:#20211f;--auth-muted:#747672;--auth-button:#20211f;--auth-button-text:#f7f7f3;--auth-secondary:#dedfdb;--auth-control-height:48px;--auth-control-radius:24px;position:relative;min-height:100dvh;overflow:hidden;background:var(--auth-bg);color:var(--auth-text);font-family:Onest,Arial,sans-serif}.design-auth.dark{--auth-bg:#151616;--auth-panel:#202121;--auth-field:#292a2a;--auth-line:#363837;--auth-text:#f1f1ed;--auth-muted:#969896;--auth-button:#f1f1ed;--auth-button-text:#20211f;--auth-secondary:#2b2d2c}.design-auth *,.design-auth :after,.design-auth :before{box-sizing:border-box}.design-auth button,.design-auth input,.design-auth textarea{color:inherit;font:inherit}.design-auth ::selection{background:color-mix(in srgb,var(--auth-text) 16%,transparent);color:var(--auth-text)}.design-back,.design-theme{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--auth-line);border-radius:50%;background:var(--auth-panel);cursor:pointer}.design-theme{position:fixed;z-index:30;top:22px;right:24px}.design-back{position:absolute;top:22px;left:24px}.design-auth .luma-wordmark{color:var(--auth-text)}.design-auth__shell{display:grid;width:min(100%,720px);min-height:100dvh;margin:0 auto;padding:28px 36px 36px;grid-template-rows:36px 1fr}.design-auth__shell>.luma-wordmark{margin:4px auto 0}.design-auth__content{display:grid;place-items:center;padding:48px 0 24px}.welcome-screen{display:grid;width:min(100%,560px);min-height:100dvh;margin:0 auto;padding:32px 28px 34px;grid-template-rows:28px minmax(220px,1fr) auto auto auto;gap:26px}.welcome-screen>.luma-wordmark{margin:0 auto}.welcome-visual{display:grid;min-height:220px;place-items:center;overflow:hidden}.welcome-kinetic{display:grid;width:min(54vw,248px);aspect-ratio:1;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:clamp(8px,2vw,12px)}.welcome-piece{width:100%;height:100%;align-self:center;justify-self:center;background:var(--auth-text);animation:welcome-piece-flow 4.8s cubic-bezier(.45,0,.55,1) infinite}.welcome-piece--circle{border-radius:50%}.welcome-piece--vertical{width:72%;border-radius:999px}.welcome-piece--horizontal{height:72%;border-radius:999px}.welcome-piece--corner{border-radius:46% 46% 46% 46%}.welcome-piece:nth-child(2n){--flow-x:5px;--flow-y:-4px;--flow-turn:8deg}.welcome-piece:nth-child(3n){--flow-x:-5px;--flow-y:4px;--flow-turn:-8deg}.welcome-piece:nth-child(5n){--flow-x:3px;--flow-y:6px;--flow-turn:6deg}.welcome-piece:nth-child(7n){--flow-x:-3px;--flow-y:-6px;--flow-turn:-6deg}.welcome-piece:nth-child(4n){animation-delay:-.55s}.welcome-piece:nth-child(4n+2){animation-delay:-.25s}.welcome-piece:nth-child(4n+3){animation-delay:-.8s}@keyframes welcome-piece-flow{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(var(--flow-x,3px),var(--flow-y,-3px)) rotate(var(--flow-turn,5deg))}}.welcome-copy{text-align:left}.welcome-copy h1{margin:0;font-family:Geologica,Onest,sans-serif;font-size:clamp(38px,7vw,54px);font-weight:500;line-height:1.08}.welcome-copy>p{margin:16px 0 0;color:var(--auth-muted);font-size:16px;font-weight:430}.welcome-actions{display:grid;gap:12px;margin-top:4px}.design-form{display:grid;width:min(100%,460px);gap:14px}.design-heading{margin-bottom:20px}.design-heading h1{margin:0;font-family:Geologica,Onest,sans-serif;font-size:clamp(36px,6.3vw,50px);font-weight:400;line-height:1.1}.design-heading p{margin:14px 0 0;color:var(--auth-muted);font-size:15px;line-height:1.5}.design-heading p strong{color:inherit;font:inherit;overflow-wrap:anywhere}.design-form>label{display:grid;gap:7px}.design-form>label>span{color:var(--auth-muted);font-size:13px;font-weight:550}.design-form input:not([type=checkbox]),.design-form textarea,.password-field,.username-field{width:100%;min-height:var(--auth-control-height);border:1px solid var(--auth-line);border-radius:var(--auth-control-radius);outline:0;background:var(--auth-field);box-sizing:border-box;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.design-form input:not([type=checkbox]),.design-form textarea{padding:0 18px}.design-form textarea{min-height:var(--auth-control-height);padding-block:13px;overflow:hidden;resize:none}.design-form input:focus,.design-form textarea:focus,.password-field:focus-within,.username-field:focus-within{border-color:color-mix(in srgb,var(--auth-text) 52%,var(--auth-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-text) 7%,transparent)}.design-form button:focus-visible,.design-form input:focus-visible,.design-form textarea:focus-visible{outline:0}html[data-theme] .design-auth .design-form textarea{border-color:var(--auth-line);background:var(--auth-field);box-shadow:none}html[data-theme] .design-auth .design-form input:focus,html[data-theme] .design-auth .design-form textarea:focus{border-color:color-mix(in srgb,var(--auth-text) 52%,var(--auth-line));background:var(--auth-field);box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-text) 7%,transparent)}.design-field{position:relative;display:flex!important;height:var(--auth-control-height);min-height:var(--auth-control-height);align-items:center;gap:0!important;border:1px solid var(--auth-line);border-radius:var(--auth-control-radius);background:var(--auth-field);overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.design-field:focus-within{border-color:color-mix(in srgb,var(--auth-text) 52%,var(--auth-line));background:var(--auth-field);box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-text) 7%,transparent)}.design-field>span{position:relative;z-index:2;display:grid;padding-left:17px;place-items:center;color:var(--auth-muted)!important;pointer-events:none}.design-field>.password-field,.design-field>input{min-height:calc(var(--auth-control-height) - 2px)!important;border:0!important;background:transparent!important;box-shadow:none!important}.design-field>input{position:absolute;z-index:1;inset:0;width:100%;height:100%!important;min-width:0;padding:0 18px 0 47px!important;border-radius:inherit!important}.design-field:not(:has(>span))>input{padding-left:18px!important}.field-with-hint{gap:7px!important}.password-field,.username-field{display:flex;height:calc(var(--auth-control-height) - 2px);min-height:0!important;align-items:center}.design-field>.password-field{position:static;flex:1}.password-field input,.username-field input{min-width:0;height:calc(var(--auth-control-height) - 2px);min-height:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.design-field>.password-field input{position:absolute;z-index:1;inset:0;width:100%;height:100%!important;padding:0 50px 0 47px!important;border-radius:inherit!important}.password-field button{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border:0;background:transparent;color:var(--auth-muted);cursor:pointer;position:relative;z-index:3;margin-left:auto;touch-action:manipulation}.design-auth input:-webkit-autofill,.design-auth input:-webkit-autofill:active,.design-auth input:-webkit-autofill:focus,.design-auth input:-webkit-autofill:hover{border-radius:inherit!important;-webkit-box-shadow:0 0 0 1000px var(--auth-field) inset!important;-webkit-text-fill-color:var(--auth-text)!important;caret-color:var(--auth-text)}.design-auth input::-webkit-caps-lock-indicator,.design-auth input::-webkit-contacts-auto-fill-button,.design-auth input::-webkit-credentials-auto-fill-button{position:absolute;right:0;display:none!important;visibility:hidden;pointer-events:none}.design-field:has(input:-webkit-autofill){border-color:var(--auth-line);background:var(--auth-field);box-shadow:none}.design-field:has(input:-webkit-autofill):focus-within{border-color:color-mix(in srgb,var(--auth-text) 52%,var(--auth-line));box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-text) 7%,transparent)}.username-field b{display:grid;width:43px;height:calc(var(--auth-control-height) - 2px);flex:0 0 43px;place-items:center;color:var(--auth-muted);font-size:18px;font-weight:600;line-height:1}.username-field input{padding-left:0!important}.design-form label small{justify-self:end;color:var(--auth-muted);font-size:11px}.design-form label.field-with-hint small{justify-self:start;padding-left:0}.design-form label.about-field small{justify-self:end;padding-right:0}.design-form label small.is-available{color:#66846e}.design-form label small.is-error{color:#c76767}.design-primary,.design-secondary{display:flex;width:100%;height:var(--auth-control-height);min-height:var(--auth-control-height);align-items:center;justify-content:center;gap:9px;border:1px solid var(--auth-button);border-radius:var(--auth-control-radius);cursor:pointer;font-weight:600}.design-primary{background:var(--auth-button);color:var(--auth-button-text)!important}.design-secondary{border-color:var(--auth-line);background:var(--auth-secondary)}.design-link:disabled,.design-primary:disabled{cursor:default;opacity:.55}.design-spinner{animation:design-spin .8s linear infinite}@keyframes design-spin{to{transform:rotate(1turn)}}.design-link,.design-switch button{border:0;background:transparent;color:var(--auth-muted);cursor:pointer;font-weight:500;text-decoration:underline;text-decoration-color:color-mix(in srgb,currentColor 65%,transparent);text-underline-offset:3px}.design-auth .design-link{color:var(--auth-muted);font-family:inherit;font-size:13px;font-weight:500}.design-link.align-right{justify-self:end;margin-top:-5px;margin-right:18px;padding:0;font-size:13px}.design-link--switch{padding:0}.design-link--switch,.design-link.centered{justify-self:center;font-size:13px}.design-switch{margin:2px 0 0;color:var(--auth-muted);text-align:center;font-size:13px}.design-switch button{padding:0}.legal-note{margin:0;color:var(--auth-muted);text-align:center;font-size:11px;line-height:1.5}.legal-links a,.legal-note a{color:inherit;text-underline-offset:2px}.legal-links{display:flex;justify-content:center;gap:16px;margin-top:8px;color:var(--auth-muted);font-size:11px}.code-form{width:min(100%,500px)}.code-input{display:flex;justify-content:flex-start;gap:10px;margin:12px 0}.code-input input{width:48px!important;min-width:48px;height:68px;padding:0!important;border-radius:24px!important;text-align:center;font-size:21px;font-weight:650}.code-input input:focus{border-color:color-mix(in srgb,var(--auth-text) 52%,var(--auth-line));background:var(--auth-field);box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-text) 7%,transparent)}.dev-code{color:var(--auth-muted);text-align:center;font-size:12px}.dev-code strong{color:var(--auth-text);font-size:14px;letter-spacing:1px}.design-after-code{margin:8px auto 0;max-width:360px;color:var(--auth-muted);text-align:center;font-size:12px;line-height:1.5}.design-toast{position:fixed;right:24px;bottom:24px;left:24px;z-index:100;width:fit-content;max-width:min(440px,calc(100vw - 48px));margin:0 auto;color:var(--auth-text);font-size:13px;font-weight:550;text-align:center;animation:toast-in .26s ease both}.design-toast.is-error{color:#d86972}.design-toast.is-success{color:#6d9277}@keyframes toast-in{0%{opacity:0;transform:translateY(14px)}}@media (max-width:600px){.design-auth{--auth-control-height:46px;--auth-control-radius:23px;overflow-y:auto}.design-theme{right:16px}.design-back,.design-theme{top:16px;width:40px;height:40px}.design-back{left:16px}.design-auth__shell{min-height:100dvh;padding:20px 24px 28px;grid-template-rows:30px 1fr}.design-auth__shell>.luma-wordmark{width:74px;height:17px;margin-top:2px}.design-auth__content{padding:42px 0 24px;place-items:center stretch}.welcome-screen{padding:22px 24px 28px;gap:22px;grid-template-rows:24px minmax(180px,1fr) auto auto auto}.welcome-screen>.luma-wordmark{width:74px;height:17px}.welcome-visual{min-height:180px}.welcome-kinetic{width:min(56vw,230px)}.welcome-copy h1{font-size:clamp(36px,10vw,44px)}.welcome-copy>p{margin-top:12px;font-size:15px}.design-form{width:100%;gap:12px}.design-heading{margin-bottom:12px}.design-heading h1{font-size:clamp(34px,9.2vw,42px)}.design-heading p{margin-top:11px;font-size:14px}.code-input{justify-content:center;gap:7px}.code-input input{width:40px!important;min-width:40px;height:58px;border-radius:20px!important}.legal-links{gap:12px}.design-toast{right:18px;bottom:18px;left:18px;max-width:calc(100vw - 36px)}}.profile-lab *,.profile-lab :after,.profile-lab :before{box-sizing:border-box}.profile-lab button{color:inherit;font:inherit}.profile-lab__tools{position:absolute;z-index:60;top:16px;right:16px;display:flex;gap:8px}.profile-lab__tools button,.round-button{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--lab-border);border-radius:50%;background:var(--lab-surface);cursor:pointer;transition:transform .15s ease,background .15s ease}.profile-lab__tools button:active,.round-button:active{transform:scale(.96)}.profile-workspace{display:grid;grid-template-columns:minmax(520px,.92fr) minmax(560px,1.08fr)}.profile-editor{min-width:0;padding:24px 40px 40px}.profile-editor__header{display:grid;height:52px;grid-template-columns:44px 1fr 44px;align-items:center}.profile-editor__header-spacer{width:44px}.luma-wordmark{display:block;width:74px;height:17px;justify-self:center;background:currentColor;-webkit-mask:var(--luma-wordmark-mask) center /contain no-repeat;mask:var(--luma-wordmark-mask) center /contain no-repeat}.profile-editor__content{width:min(100%,620px);margin:34px auto 0}.category-scroller,.segmented-control{position:relative;height:44px;border:1px solid var(--lab-border);border-radius:22px;background:var(--lab-surface-soft)}.segmented-control{display:grid;grid-template-columns:1fr 1fr;padding:3px}.sliding-tabs__indicator{position:absolute;top:1px;bottom:1px;left:0;z-index:0;width:calc(var(--indicator-width) + 3px);height:auto;border:1px solid color-mix(in srgb,var(--lab-border) 72%,transparent);border-radius:20px;background:var(--lab-selection);pointer-events:none;transform:translateX(calc(var(--indicator-left) - 2px));transition:width .24s cubic-bezier(.2,.75,.25,1),transform .24s cubic-bezier(.2,.75,.25,1),background-color .18s ease}.category-scroller button,.segmented-control button{position:relative;z-index:1;height:36px;border:0;border-radius:18px;background:transparent;cursor:pointer;color:var(--lab-muted);font-size:14px;font-weight:500;white-space:nowrap;transition:color .18s ease}.category-scroller button.is-active,.segmented-control button.is-active{color:var(--lab-selection-text)}.category-scroller{display:flex;gap:2px;margin-top:8px;padding:3px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain}.category-scroller::-webkit-scrollbar{display:none}.category-scroller button{flex:0 0 auto;padding:0 18px}.asset-section{margin-top:28px}.asset-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.asset-section__heading h1{margin:0;font-family:Geologica,Onest,sans-serif;font-size:22px;font-weight:500;line-height:28px}.asset-section__heading p,.asset-section__heading span{margin:3px 0 0;color:var(--lab-muted);font-size:13px;line-height:18px}.asset-section__heading-actions{display:flex;align-items:center;gap:8px}.asset-section__heading-actions>button{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--lab-border);border-radius:50%;background:var(--lab-surface);color:var(--lab-muted)}.asset-section__heading-actions>button:disabled{opacity:.55}.avatar-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:16px 14px}.cover-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.asset-choice{position:relative;border:0;background-position:50%;background-size:cover;cursor:pointer;outline:0;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.asset-choice>img{z-index:0;border-radius:inherit;object-fit:cover;pointer-events:none}.asset-choice:hover{transform:translateY(-2px)}.asset-choice--avatar{display:grid;width:76px;height:76px;justify-self:center;place-items:center;border-radius:50%}.asset-choice--avatar strong{z-index:1;position:absolute;top:50%;left:50%;display:block;color:var(--avatar-letter,#fff);font-family:ui-rounded,SF Pro Rounded,Arial Rounded MT Bold,Onest,sans-serif;font-size:38px;font-weight:700;line-height:1;transform:translate(-50%,-54%);pointer-events:none}.asset-choice--avatar>svg,.asset-choice--cover>svg{color:rgba(255,255,255,.9)}.asset-choice--cover{display:grid;min-height:104px;place-items:center;border-radius:20px}.asset-choice.is-selected{outline:2px solid var(--lab-active);outline-offset:3px;box-shadow:none}.asset-choice__check{position:absolute;z-index:2;right:-5px;bottom:-5px;display:grid;width:18px;height:18px;place-items:center;border:2px solid var(--lab-bg);border-radius:50%;background:var(--lab-selection);color:var(--lab-selection-text)}.asset-choice--upload{display:grid;place-items:center;align-content:center;border:1px dashed color-mix(in srgb,var(--lab-muted) 82%,transparent);background:var(--lab-surface);color:var(--lab-muted)}.profile-upload-glyph{position:relative;display:grid;place-items:center}.profile-upload-glyph i{position:absolute;right:-6px;bottom:-5px;color:currentColor;font-size:14px;font-style:normal;font-weight:600;line-height:1}.profile-upload-glyph.is-compact i{right:-5px;bottom:-4px;font-size:11px}.save-profile{width:100%;height:44px;margin-top:24px;border:1px solid var(--lab-border);border-radius:22px;background:var(--lab-action);color:var(--lab-text)!important;cursor:pointer;font-size:15px!important;font-weight:500!important;transition:transform .15s ease}.save-profile:active{transform:scale(.99)}.desktop-preview{display:block;min-width:0;min-height:100dvh;padding:0;border-left:1px solid var(--lab-border)}.profile-preview{position:relative;display:block;width:100%;min-height:100dvh;overflow:hidden;border:0;border-radius:0;background-color:var(--lab-surface-soft);background-position:50%;background-size:cover;box-shadow:none;isolation:isolate}.profile-preview:after{position:absolute;inset:0;z-index:0;background:color-mix(in srgb,var(--lab-bg) 6%,transparent);content:"";pointer-events:none}.profile-preview__cover{position:absolute;inset:0;z-index:0;display:grid;place-items:center}.profile-preview__cover-placeholder{display:grid;width:min(42%,260px);aspect-ratio:1;place-items:center;color:rgba(255,255,255,.32);background:transparent}.profile-preview__body{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;min-height:clamp(300px,38dvh,380px);flex-direction:column;padding:58px clamp(30px,4vw,48px) 32px;border:0;border-radius:30px 30px 0 0;background:var(--lab-glass);box-shadow:0 -18px 52px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.16);backdrop-filter:blur(52px) saturate(.72) contrast(.96);-webkit-backdrop-filter:blur(52px) saturate(.72) contrast(.96)}.profile-preview__body:before{content:none}.profile-preview__avatar{position:absolute;top:-90px;left:clamp(32px,4vw,48px);z-index:2;display:grid;width:120px;height:120px;place-items:center;border:0;border-radius:50%;background-position:50%;background-size:cover;box-shadow:0 12px 28px rgba(0,0,0,.18)}.profile-preview__avatar>strong{position:absolute;top:50%;left:50%;display:block;color:var(--avatar-letter,#fff);font-family:ui-rounded,SF Pro Rounded,Arial Rounded MT Bold,Onest,sans-serif;font-size:58px;font-weight:700;line-height:1;transform:translate(-50%,-54%);pointer-events:none}.profile-preview__avatar>svg{color:rgba(255,255,255,.9)}.profile-preview__identity-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.profile-preview__identity h2{margin:0;font-family:Geologica,Onest,sans-serif;font-size:clamp(25px,2.5vw,32px);font-weight:520;line-height:1.2;color:var(--profile-fg)}.profile-preview__bio,.profile-preview__identity p{color:var(--profile-muted)}.profile-preview__identity p{margin:5px 0 0;font-size:14px}.profile-lab .profile-preview__action{min-width:126px;height:44px;padding:0 20px;border:1px solid var(--lab-border);border-radius:22px;background:var(--lab-action);color:var(--lab-text);box-shadow:none;cursor:pointer;font-size:13px!important;font-weight:500}.profile-preview__bio{max-width:500px;margin:24px 0 0;font-size:15px;line-height:1.55}.profile-preview__meta{display:flex;gap:22px;margin-top:auto;padding-top:32px}.profile-preview__meta div{display:flex;min-width:112px;align-items:center;gap:9px;padding:0 4px 10px 0;border-bottom:1px solid color-mix(in srgb,var(--profile-fg) 28%,transparent)}.profile-preview__meta svg{flex:0 0 auto;color:var(--profile-muted)}.profile-preview__meta div:after{content:none}.profile-preview__meta strong{color:var(--profile-fg);font-size:16px;font-weight:520}.mobile-preview{display:none}@media (max-width:1040px){.profile-workspace{grid-template-columns:minmax(480px,.95fr) minmax(480px,1.05fr)}.profile-editor{padding-inline:28px}.desktop-preview{padding-inline:0}.avatar-grid{grid-template-columns:repeat(auto-fit,minmax(76px,1fr))}}@media (max-width:760px){.profile-lab__tools{top:14px;right:16px}.profile-lab__tools button{width:40px;height:40px}.desktop-only-tool,.desktop-preview{display:none!important}.profile-workspace{display:block}.profile-editor{display:flex;min-height:100dvh;flex-direction:column;padding:12px 16px 16px}.profile-editor__header{height:48px}.round-button{width:40px;height:40px}.luma-wordmark{width:74px;height:17px}.mobile-preview{display:block;width:calc(100% + 32px);margin:14px -16px 0}.profile-preview--compact{width:100%;min-height:380px;border-radius:28px 28px 0 0;box-shadow:none}.profile-preview--compact .profile-preview__cover{height:auto}.profile-preview--compact .profile-preview__body{right:0;bottom:0;left:0;min-height:198px;padding:42px 26px 22px;border-radius:26px 26px 0 0}.profile-preview--compact:before{position:absolute;right:0;bottom:0;left:0;z-index:4;height:18px;background:linear-gradient(to bottom,transparent,var(--lab-bg));content:"";pointer-events:none}.profile-preview--compact .profile-preview__avatar{top:-80px;left:48px;width:112px;height:112px;border:0}.profile-preview--compact .profile-preview__avatar>strong{font-size:44px}.profile-preview--compact .profile-preview__identity h2{font-size:22px;line-height:27px}.profile-preview--compact .profile-preview__identity p{margin-top:1px;font-size:14px}.profile-preview--compact .profile-preview__identity-row{gap:12px}.profile-preview--compact .profile-preview__action{min-width:94px;height:34px;padding-inline:15px;border-radius:17px;font-size:12px!important}.profile-preview--compact .profile-preview__bio{margin-top:14px;font-size:14px;line-height:20px}.profile-preview--compact .profile-preview__meta{gap:14px;margin-top:auto;padding-top:0}.profile-preview--compact .profile-preview__meta div{min-width:104px}.profile-editor__content{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;margin-top:12px}.category-scroller,.segmented-control{height:42px;border-radius:21px}.category-scroller button,.segmented-control button{height:34px;border-radius:17px;font-size:13px}.category-scroller{margin-top:8px}.category-scroller button{padding-inline:16px}.asset-section{margin-top:16px}.asset-section__heading{margin-bottom:10px}.asset-section__heading h1{font-size:18px;line-height:24px}.asset-section__heading span{display:none}.avatar-grid{grid-template-columns:repeat(auto-fit,minmax(76px,1fr));gap:16px 14px}.cover-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 8px}.asset-choice--cover{min-height:78px;border-radius:16px}.save-profile{height:42px;margin-top:auto;border-radius:21px}}.image-cropper{position:fixed;z-index:1000;inset:0;display:grid;padding:20px;overflow:auto;background:color-mix(in srgb,#080909 72%,transparent);place-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.image-cropper__dialog{width:min(100%,600px);padding:22px;border:1px solid var(--lab-line);border-radius:24px;background:var(--lab-surface);color:var(--lab-text);box-shadow:0 24px 70px rgba(0,0,0,.28)}.image-cropper__dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.image-cropper__dialog h2{margin:0;font-family:Geologica,Onest,sans-serif;font-size:22px;font-weight:500;line-height:1.25}.image-cropper__dialog header p{max-width:460px;margin:5px 0 0;overflow:hidden;color:var(--lab-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.image-cropper__dialog header>button{display:grid;width:40px;height:40px;flex:0 0 40px;padding:0 0 3px;border:0;border-radius:50%;background:var(--lab-surface-soft);color:var(--lab-text);font-size:27px;font-weight:300;cursor:pointer;place-items:center}.image-cropper__viewport{position:relative;width:min(100%,500px);margin:20px auto 0;overflow:hidden;background:#111;cursor:grab;touch-action:none;user-select:none}.image-cropper__viewport:active{cursor:grabbing}.image-cropper__viewport--avatar{max-width:430px;border-radius:50%;aspect-ratio:1}.image-cropper__viewport--cover{border-radius:18px}.image-cropper__viewport img{position:absolute;max-width:none;pointer-events:none;-webkit-user-drag:none}.image-cropper__viewport>span{position:absolute;z-index:2;inset:0;border:1px solid rgba(255,255,255,.52);border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.16);pointer-events:none}.image-cropper__hint{margin:14px auto 0;color:var(--lab-muted);font-size:13px;line-height:1.45;text-align:center}.image-cropper__error{margin:8px auto 0;color:#a94f4f;font-size:12px;line-height:1.45;text-align:center}.profile-lab.dark .image-cropper__error{color:#d17b7b}.image-cropper__zoom{display:grid;margin-top:18px;grid-template-columns:auto 1fr;align-items:center;gap:14px;color:var(--lab-muted);font-size:13px}.image-cropper__range{position:relative;display:block;width:100%;height:24px;-webkit-tap-highlight-color:transparent}.image-cropper__range-track{position:absolute;top:50%;right:8px;left:8px;height:3px;overflow:hidden;border-radius:999px;background:var(--lab-surface-soft);transform:translateY(-50%);pointer-events:none}.image-cropper__range-track:before{display:block;width:var(--crop-zoom-value);height:100%;border-radius:inherit;background:var(--lab-text);content:""}.image-cropper__range-thumb{position:absolute;z-index:1;top:50%;left:var(--crop-zoom-thumb-left);width:16px;height:16px;border-radius:50%;background:var(--lab-text);transform:translateY(-50%);pointer-events:none}.image-cropper__range input{position:absolute;z-index:2;inset:0;width:100%;height:24px;min-height:0;margin:0;padding:0;appearance:none;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.image-cropper__range input:active,.image-cropper__range input:focus,.image-cropper__range input:focus-visible{border:0;outline:0;background:transparent;box-shadow:none}html[data-theme] .profile-lab .image-cropper__range input,html[data-theme] .profile-lab .image-cropper__range input:active,html[data-theme] .profile-lab .image-cropper__range input:focus,html[data-theme] .profile-lab .image-cropper__range input:focus-visible{height:24px;min-height:0;padding:0;border:0;border-radius:0;outline:0;background:transparent!important;box-shadow:none!important}.image-cropper__range input::-webkit-slider-runnable-track{height:3px;background:transparent}.image-cropper__range input::-webkit-slider-thumb{width:16px;height:16px;margin-top:-6.5px;appearance:none;border:0;border-radius:50%;outline:0;background:transparent;box-shadow:none;opacity:0}.image-cropper__range input::-moz-range-progress,.image-cropper__range input::-moz-range-track{height:3px;border:0;background:transparent}.image-cropper__range input::-moz-range-thumb{width:16px;height:16px;border:0;border-radius:50%;background:transparent;box-shadow:none;opacity:0}.image-cropper__actions{display:grid;margin-top:20px;grid-template-columns:1fr 1fr;gap:10px}.image-cropper__actions button{height:48px;border:0;border-radius:24px;background:var(--lab-surface-soft);color:var(--lab-text);font:500 15px/1 Onest,sans-serif;cursor:pointer}.image-cropper__actions .image-cropper__apply{background:var(--lab-text);color:var(--lab-bg)}.image-cropper__actions button:disabled{cursor:wait;opacity:.6}@media (max-width:600px){.image-cropper{padding:12px;align-items:end}.image-cropper__dialog{padding:18px 16px calc(16px + env(safe-area-inset-bottom));border-radius:24px}.image-cropper__dialog h2{font-size:20px}.image-cropper__viewport{margin-top:16px}.image-cropper__viewport--avatar{width:min(100%,56dvh)}}.profile-catalog__assets-scroll{scrollbar-width:thin}.profile-catalog__assets-scroll .asset-section{padding-bottom:16px}.profile-stage .profile-preview__body{padding-left:46px}.profile-stage .profile-preview__meta{width:fit-content}.profile-stage .profile-preview__meta div{border:0;white-space:nowrap}.profile-stage .profile-preview__bio{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}@media (min-width:761px){.profile-catalog{display:flex;height:100dvh;padding-top:100px;padding-bottom:28px;overflow:hidden}.profile-catalog .catalog-save,.profile-catalog__assets-scroll,.profile-catalog__content{width:min(100%,650px);margin-right:auto;margin-left:auto}.profile-catalog__assets-scroll{margin-top:24px}.profile-catalog .catalog-save{position:relative;bottom:auto;flex:0 0 auto;margin-top:16px;margin-bottom:0;box-shadow:none}}@media (max-width:760px){.profile-workspace.is-catalog-open .profile-catalog{display:flex}.profile-stage .profile-preview{height:min(65dvh,600px);min-height:520px}.profile-stage .profile-preview__body{top:34%;min-height:66%;padding:145px 44px 20px}.profile-stage .profile-preview__avatar{top:40px;left:30px}.profile-stage .profile-preview__meta{margin-top:18px}.profile-catalog{height:100dvh;overflow:hidden;padding-bottom:16px}.profile-catalog__assets-scroll{margin-top:18px;padding-bottom:70px}.profile-catalog .catalog-save{position:relative;right:auto;bottom:auto;left:auto;flex:0 0 auto;width:100%;margin:12px 0 0;box-shadow:0 -7px 20px color-mix(in srgb,var(--lab-bg) 76%,transparent)}}@media (max-width:380px){.profile-editor{padding-inline:14px}.asset-choice--avatar{width:70px;height:70px}}.profile-lab{height:auto;min-height:100dvh;overflow:auto}.profile-workspace{min-height:100dvh;grid-template-columns:minmax(420px,.86fr) minmax(520px,1.14fr)}.profile-catalog,.profile-stage{min-width:0;min-height:100dvh}.profile-stage{display:flex;flex-direction:column;padding:24px 32px 28px}.profile-catalog__header,.profile-stage__header{display:grid;height:52px;grid-template-columns:44px 1fr 44px;align-items:center}.profile-stage .profile-preview{width:min(100%,590px);min-height:0;height:clamp(420px,58dvh,620px);margin:24px auto 0;overflow:hidden;border-radius:26px;background-color:var(--lab-bg);background-position:top;background-size:100% auto;background-repeat:no-repeat}.profile-stage .profile-preview:after{display:none}.profile-stage .profile-preview__cover{position:absolute;top:0;right:0;left:0;height:52%;overflow:hidden;border-radius:26px 26px 0 0}.profile-stage .profile-preview__cover:after{position:absolute;right:0;bottom:-2px;left:0;height:48%;content:""}.profile-preview__upload{position:absolute;z-index:4;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lab-text) 20%,transparent);border-radius:50%;background:color-mix(in srgb,var(--lab-bg) 72%,transparent);color:var(--profile-fg);cursor:pointer;backdrop-filter:blur(8px)}.profile-preview__upload--cover{top:16px;right:16px;width:38px;height:38px}.profile-stage .profile-preview__body{right:0;bottom:0;left:0;min-height:58%;padding:86px 28px 26px;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.profile-stage .profile-preview__avatar{top:-82px;width:116px;height:116px;border:0;box-shadow:0 10px 24px rgba(0,0,0,.14)}.profile-stage .profile-preview__avatar>strong{font-size:58px;transform:translate(-50%,-53%)}.profile-preview__upload--avatar{right:-2px;bottom:-2px;width:30px;height:30px}.profile-preview__select-area{position:absolute;z-index:2;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.profile-preview__select-area--avatar{border-radius:50%}.profile-preview__select-area:focus-visible{outline:3px solid color-mix(in srgb,var(--profile-fg) 45%,transparent);outline-offset:-4px}.profile-preview__upload{z-index:5}.profile-stage .profile-preview__identity h2{font-size:25px;font-weight:500}.profile-stage .profile-preview__identity p{margin-top:4px}.profile-stage .profile-preview__bio{margin-top:18px;font-size:14px}.profile-stage .profile-preview__meta{gap:22px;margin-top:28px;padding-top:0}.profile-stage .profile-preview__meta div{min-width:126px;align-items:flex-start;padding:0 0 10px}.profile-stage .profile-preview__meta span{display:grid;gap:2px}.profile-stage .profile-preview__meta strong{font-size:16px}.profile-stage .profile-preview__meta small{color:var(--profile-muted);font-size:12px;line-height:16px}.profile-stage__actions{display:grid;width:min(100%,590px);grid-template-columns:1fr 1fr;gap:10px;margin:18px auto 0}.profile-stage__select{height:44px;border:1px solid var(--lab-border);border-radius:22px;background:var(--lab-surface);color:var(--lab-text);cursor:pointer;font-size:14px;font-weight:500}.profile-stage__save{width:min(100%,590px);height:46px;margin:auto auto 0;border:0;border-radius:23px}.profile-lab.dark .profile-stage__save,.profile-stage__save{background:var(--lab-text);color:var(--lab-bg)!important}.profile-catalog{padding:24px 40px 32px;border-left:1px solid var(--lab-border);background:var(--lab-bg)}.profile-catalog__content{width:min(100%,650px);margin:34px auto 0}.profile-catalog .asset-section{margin-top:24px}.profile-catalog .avatar-grid{grid-template-columns:repeat(6,minmax(76px,1fr));gap:16px 14px}.profile-catalog .asset-choice--avatar{width:min(100%,86px);height:auto;aspect-ratio:1}.profile-catalog .asset-choice--avatar strong{font-size:43px}.profile-catalog .cover-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-catalog .asset-choice--cover{min-height:106px}.catalog-save{margin-top:24px}.profile-confirm{position:fixed;z-index:50;inset:0;display:grid;padding:20px;place-items:center;background:rgba(0,0,0,.34)}.profile-confirm__dialog{width:min(100%,360px);padding:24px;border:1px solid var(--lab-border);border-radius:20px;background:var(--lab-surface);box-shadow:0 18px 48px rgba(0,0,0,.18)}.profile-confirm__dialog h2{margin:0;font-family:Geologica,Onest,sans-serif;font-size:20px;font-weight:500}.profile-confirm__dialog p{margin:12px 0 20px;color:var(--lab-muted);font-size:14px;line-height:20px}.profile-confirm__dialog>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.profile-confirm__dialog button{min-height:42px;border:1px solid var(--lab-border);border-radius:21px;background:transparent;color:var(--lab-text);cursor:pointer;font-size:13px}.profile-confirm__dialog .profile-confirm__primary{border-color:var(--lab-text);background:var(--lab-text);color:var(--lab-bg)}@media (max-width:760px){.profile-lab{overflow:hidden}.profile-workspace{display:block}.profile-stage{min-height:100dvh;padding:12px 16px 16px}.profile-catalog__header,.profile-stage__header{height:48px}.profile-stage .profile-preview{height:min(54dvh,450px);min-height:388px;margin-top:14px;border-radius:24px 24px 0 0}.profile-stage .profile-preview__cover{height:54%;border-radius:24px 24px 0 0}.profile-stage .profile-preview__body{min-height:55%;padding:68px 20px 20px}.profile-stage .profile-preview__avatar{top:-68px;left:28px;width:96px;height:96px}.profile-stage .profile-preview__avatar>strong{font-size:48px}.profile-stage .profile-preview__identity h2{font-size:22px;line-height:27px}.profile-stage .profile-preview__bio{margin-top:13px;font-size:13px;line-height:19px}.profile-stage .profile-preview__meta{gap:18px;margin-top:20px}.profile-stage .profile-preview__meta div{min-width:112px}.profile-stage__actions{margin-top:12px}.profile-stage__save,.profile-stage__select{height:42px;border-radius:21px}.profile-stage__save{margin-top:auto}.profile-catalog{position:fixed;z-index:30;inset:0;display:none;min-height:100dvh;overflow-y:auto;padding:12px 16px 16px;border:0}.profile-workspace.is-catalog-open .profile-catalog{display:block}.profile-catalog .asset-section,.profile-catalog__content{margin-top:18px}.profile-catalog .avatar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 12px}.profile-catalog .asset-choice--avatar{width:min(100%,78px);justify-self:center}.profile-catalog .asset-choice--avatar strong{font-size:39px}.profile-catalog .cover-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-catalog .asset-choice--cover{min-height:84px;border-radius:18px}.profile-catalog .catalog-save{position:static;margin:22px 0 0}}.profile-stage .profile-preview{background-color:var(--lab-bg)!important;background-image:none!important}.profile-stage .profile-preview__cover{height:65%;background-color:var(--profile-cover-color,var(--lab-surface-soft));background-image:var(--profile-cover-image,none);background-position:50%;background-size:cover;background-repeat:no-repeat}.profile-stage .profile-preview__cover:after{height:50%;background:linear-gradient(to bottom,transparent,var(--lab-bg))}.profile-stage .profile-preview__body{top:43%;min-height:57%;padding-top:96px;background:linear-gradient(to bottom,transparent 0,var(--lab-bg) 88px)}.profile-stage .profile-preview__avatar{top:-87px}.profile-preview__upload--avatar,.profile-preview__upload--cover{width:38px;height:38px}.profile-preview__upload--avatar{right:-4px;bottom:-4px}.profile-stage .profile-preview__meta div{display:flex;min-width:142px;align-items:center;gap:9px;padding-bottom:11px}.profile-stage .profile-preview__meta strong{font-size:15px;font-weight:500;line-height:20px}.profile-stage .profile-preview__meta small,.profile-stage .profile-preview__meta span{display:none}.profile-stage__actions{margin:auto auto 10px}.profile-stage__save{margin:0 auto}@media (max-width:760px){.profile-stage .profile-preview{height:min(58dvh,530px);min-height:450px}.profile-stage .profile-preview__cover{height:65%}.profile-stage .profile-preview__body{top:43%;min-height:57%;padding:78px 20px 20px}.profile-stage .profile-preview__avatar{top:-72px;left:30px}.profile-stage .profile-preview__meta{margin-top:22px}.profile-stage .profile-preview__meta div{min-width:126px}.profile-stage__actions{margin:auto auto 10px}.profile-stage__save{margin:0 auto}}.profile-stage .profile-preview__body{padding-top:128px}.profile-stage .profile-preview__avatar{top:-42px}.profile-preview__upload--avatar,.profile-preview__upload--cover{width:32px;height:32px}.profile-preview__upload--cover{top:14px;right:14px}.profile-preview__upload--avatar{right:-3px;bottom:-3px}.profile-stage .profile-preview__meta{width:min(100%,332px);padding:11px 0;border-top:1px solid color-mix(in srgb,var(--profile-fg) 28%,transparent);border-bottom:1px solid color-mix(in srgb,var(--profile-fg) 28%,transparent)}.profile-stage .profile-preview__meta div{min-width:0;padding:0}@media (max-width:760px){.profile-stage .profile-preview__body{padding:118px 30px 20px}.profile-stage .profile-preview__avatar{top:-28px;left:30px}.profile-stage .profile-preview__meta{width:min(100%,360px)}.profile-catalog__content{padding-bottom:82px}.profile-catalog .catalog-save{position:fixed;z-index:6;right:16px;bottom:16px;left:16px;margin:0;box-shadow:0 -7px 20px color-mix(in srgb,var(--lab-bg) 70%,transparent)}}@media (min-width:761px){.profile-lab{height:100dvh;overflow:hidden}.profile-workspace{height:100dvh;min-height:0}.profile-stage{min-height:0;overflow:hidden}.profile-catalog{min-height:0;height:100dvh;overflow-y:auto;padding-top:76px;padding-bottom:110px}.profile-catalog__header{display:none}.profile-catalog__content{margin-top:0}.profile-stage__actions{display:none}.profile-stage__save{margin:auto auto 0}.catalog-save{position:sticky;z-index:5;bottom:22px;width:100%;margin:28px 0 0;box-shadow:0 -8px 22px color-mix(in srgb,var(--lab-bg) 76%,transparent)}}.profile-lab__tools{top:24px;right:32px}.profile-stage .profile-preview__body{padding:150px 30px 26px}.profile-stage .profile-preview__avatar{top:8px;left:30px}.profile-stage .profile-preview__bio{white-space:pre-line}@media (max-width:760px){.profile-lab__tools{top:12px;right:16px}.profile-stage .profile-preview__body{padding:134px 30px 20px}.profile-stage .profile-preview__avatar{top:8px;left:30px}.profile-stage__actions{display:grid}}.code-input{justify-content:center}.profile-stage .profile-preview__bio{display:block;overflow:visible;max-width:none;max-height:none;line-height:21px;white-space:pre-wrap;-webkit-line-clamp:unset}.profile-stage .profile-preview__meta{width:auto;max-width:100%;align-self:flex-start;margin-top:18px}.profile-catalog{display:flex;min-height:0;height:100dvh;flex-direction:column;overflow:hidden}.profile-catalog__content{flex:0 0 auto;padding:0}.profile-catalog__content .asset-section__heading{margin-top:18px}.profile-catalog__assets-scroll{min-height:0;flex:1 1 auto;margin-top:12px;padding:8px 6px 18px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 8px,#000 calc(100% - 12px),transparent);mask-image:linear-gradient(180deg,transparent 0,#000 8px,#000 calc(100% - 12px),transparent)}.profile-catalog__assets-scroll .asset-section{margin:0;padding:0}.profile-catalog .catalog-save{position:relative;inset:auto;flex:0 0 46px;width:100%;max-width:100%;height:46px;margin:12px 0 0;border-radius:23px;box-sizing:border-box;box-shadow:0 -8px 22px color-mix(in srgb,var(--lab-bg) 74%,transparent)}@media (min-width:761px){.profile-stage .profile-preview{height:clamp(560px,calc(100dvh - 174px),660px)}.profile-stage .profile-preview__body{padding:132px 30px 26px 38px}.profile-catalog{padding:24px 40px 28px}.profile-catalog .catalog-save,.profile-catalog__assets-scroll,.profile-catalog__content{width:min(100%,650px);margin-right:auto;margin-left:auto}.profile-catalog__content{margin-top:0}.profile-catalog .category-scroller{overflow-x:hidden}.profile-catalog .category-scroller button{min-width:0;flex:1 1 0;padding-inline:8px}.profile-catalog__assets-scroll{margin-top:12px}.profile-catalog .catalog-save{margin-top:12px;margin-bottom:0}}@media (max-width:760px){.profile-catalog{display:none}.profile-workspace.is-catalog-open .profile-catalog{display:flex}.profile-stage .profile-preview{height:min(68dvh,640px);min-height:580px}.profile-stage .profile-preview__body{padding:134px 30px 20px 38px}.profile-catalog{padding:12px 16px 16px}.profile-catalog__content{width:100%;margin-top:14px;padding:0}.profile-catalog__content .asset-section__heading{margin-top:16px}.profile-catalog__content .asset-section__heading span{display:none}.profile-catalog__assets-scroll{width:100%;margin-top:10px;padding:8px 6px 16px}.profile-catalog .catalog-save{position:relative;inset:auto;width:100%;max-width:100%;margin:10px 0 0}}