.chat-page{--chat-bg:var(--brand-dark);--chat-incoming-bg:color-mix(in srgb, var(--brand-light) 10%, var(--brand-dark));--chat-outgoing-bg:color-mix(in srgb, var(--brand-accent) 92%, var(--brand-dark));--chat-accent:color-mix(in srgb, var(--brand-accent) 92%, white);--chat-active-item-bg:color-mix(in srgb, var(--brand-accent) 12%, var(--brand-dark));--chat-border-subtle:var(--shell-border-subtle);--chat-border:var(--shell-border);--chat-surface:var(--shell-surface);--chat-text-primary:color-mix(in srgb, var(--brand-light) 92%, white);--chat-text-secondary:color-mix(in srgb, var(--brand-text-muted) 72%, var(--brand-light));--chat-text-muted:var(--brand-text-muted);--chat-text-meta:color-mix(in srgb, var(--brand-text-muted) 82%, var(--brand-light));--chat-typing-muted:color-mix(in srgb, var(--brand-text-muted) 86%, var(--brand-light));--chat-online:var(--online,#22c55e);--chat-online-ring:color-mix(in srgb, var(--brand-dark) 85%, var(--brand-accent));--chat-composer-bg:#16071d;--chat-input-bg:#ffffff0d;--chat-input-border:var(--chat-accent);--chat-placeholder:var(--brand-text-muted);--chat-mobile-composer-height:90px;--chat-mobile-composer-gap:12px;background-color:var(--chat-bg);color:#fff;height:100dvh;min-height:100dvh;font-family:var(--font-sans,inherit);flex-direction:column;flex:auto;display:flex;overflow:hidden}.chat-page__frame{box-sizing:border-box;flex-direction:column;flex:auto;width:100%;min-height:0;display:flex}.chat-page__interface{flex:auto;width:100%;min-height:0;display:flex;overflow:hidden}.chat-sidebar{border-right:1px solid var(--chat-border-subtle);background:var(--chat-bg);flex-direction:column;flex-shrink:0;width:320px;display:none}.chat-sidebar__header{border-bottom:1px solid var(--chat-border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex}.chat-sidebar__title{color:#fff;font-size:22px;font-weight:400;line-height:1.1}.chat-sidebar__new{color:#fff;opacity:1;justify-content:center;align-items:center;width:24px;height:24px;text-decoration:none;display:inline-flex}.chat-sidebar__list{flex:auto;min-height:0;padding:8px 16px 0;overflow-y:auto}.chat-sidebar__list>div{flex-direction:column;gap:8px;display:flex}.chat-sidebar__item{min-height:72px;color:inherit;border-radius:20px;align-items:center;gap:16px;padding:12px;text-decoration:none;transition:background .15s;display:flex;position:relative}.chat-sidebar__item:hover{background:#ffffff08}.chat-sidebar__item--active{background:var(--chat-active-item-bg)}.chat-sidebar__item--active .chat-sidebar__name{color:#fff}.chat-sidebar__item--active .chat-sidebar__message{color:var(--chat-text-secondary)}.chat-sidebar__item:not(.chat-sidebar__item--active) .chat-sidebar__name{color:var(--chat-text-primary)}.chat-sidebar__item:not(.chat-sidebar__item--active) .chat-sidebar__message{color:var(--chat-text-muted)}.chat-sidebar__avatar{border-radius:40px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.chat-sidebar__avatar img{object-fit:cover;border-radius:40px}.chat-sidebar__online-dot{border:2.2px solid var(--chat-online-ring);background:var(--chat-online);border-radius:20px;width:14px;height:14px;position:absolute;top:36px;left:36px}.chat-sidebar__preview{flex-direction:column;flex:auto;justify-content:center;gap:2px;min-width:0;display:flex}.chat-sidebar__row{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-sidebar__name{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:400;line-height:1.4;overflow:hidden}.chat-sidebar__date{color:var(--chat-text-muted);flex-shrink:0;font-size:10px;font-weight:500;line-height:1}.chat-sidebar__message{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;line-height:1.2;overflow:hidden}.chat-sidebar__footer{flex-direction:column;flex-shrink:0;gap:16px;padding:16px 24px;font-size:12px;font-weight:400;line-height:1.2;display:flex}.chat-sidebar__footer a{color:#fff;opacity:.7;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:calc(1em/11.1111)}.chat-sidebar__footer a:hover{opacity:1}.chat-sidebar__copyright{color:#fff;opacity:.7;margin:0}.chat-main{border-right:1px solid var(--chat-border-subtle);background:var(--chat-bg);flex-direction:column;flex:auto;min-width:0;display:flex;overflow:hidden}.chat-main__header{border-bottom:.556px solid var(--chat-border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;height:72px;padding:0 24px;display:flex}.chat-main__header-left{align-items:center;gap:10px;min-width:0;display:flex}.chat-main__header-identity{align-items:center;gap:12px;min-width:0;height:30px;display:flex}.chat-main__header-avatar .companion-avatar{--tw-ring-shadow:0 0 #0000;--tw-ring-offset-shadow:0 0 #0000;box-shadow:none}.chat-main__header-avatar .companion-avatar:hover,.chat-main__header-avatar .companion-avatar:active{transform:none}.chat-main__back{display:none}.chat-main__header-avatar{flex-shrink:0;width:40px;height:40px;position:relative}.chat-main__header-avatar .companion-avatar,.chat-main__header-avatar img{border-radius:40px;width:40px!important;height:40px!important}.chat-main__header-avatar .chat-sidebar__online-dot{border-color:var(--chat-bg);border-width:1.67px;width:12px;height:12px;top:30px;left:30px}.chat-main__header-name{color:#fff;white-space:nowrap;font-size:22px;font-weight:400;line-height:1.1;text-decoration:none}.chat-main__header-name:hover{opacity:.85}.chat-online-badge{border:.556px solid var(--chat-border);background:var(--chat-surface);color:#ffffffb3;white-space:nowrap;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;height:22px;padding:0 1px 0 11px;font-size:12px;font-weight:400;line-height:1.2;display:inline-flex}.chat-online-badge__dot{background:var(--chat-online);border-radius:20px;width:6px;height:6px}.chat-main__menu{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}@media (max-width:1279px){.chat-main{border-right:none}.chat-main__header{background:var(--chat-bg);border-bottom:.556px solid #ffffff0d;height:72px;padding:0 24px}.chat-main__header-left,.chat-main__header-identity{flex:auto;min-width:0;overflow:hidden}.chat-main__header-name{text-overflow:ellipsis;min-width:0;overflow:hidden}.chat-main__back{border:.556px solid var(--chat-border);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background .15s;display:inline-flex}.chat-main__back:hover{background:#ffffff0d}.chat-main__menu{flex-shrink:0}.chat-main__composer-dock{bottom:var(--app-shell-bottom-nav-height,0px)}}.chat-main__messages{flex:auto;min-height:0;padding:24px;overflow-y:auto}.chat-mobile-list{scroll-padding-bottom:calc(var(--app-shell-bottom-nav-height,0px) + 16px + env(safe-area-inset-bottom,0px));padding-bottom:calc(var(--app-shell-bottom-nav-height,0px) + 16px + env(safe-area-inset-bottom,0px))}.chat-main__messages .chat-main__history{flex-direction:column;justify-content:flex-end;width:100%;max-width:1200px;min-height:100%;margin-inline:auto;display:flex}.chat-main__messages .space-y-4,.chat-main__message-stack{flex-direction:column;gap:24px;display:flex}.chat-main__mobile-composer-spacer{display:none}.chat-main__composer{border-top:1px solid var(--chat-border-subtle);background:var(--chat-composer-bg);flex-shrink:0;padding:20px 24px}.chat-main__composer-form{align-items:center;gap:16px;width:100%;max-width:1200px;margin-inline:auto;display:flex}.chat-main__input{background:var(--chat-input-bg);color:#fff;min-width:0;height:50px;caret-color:var(--chat-accent);border:1px solid #0000;border-radius:14px;outline:none;flex:auto;padding:12px 16px;font-family:inherit;font-size:16px;font-weight:400;line-height:1.4;transition:border-color .15s,box-shadow .15s,background .15s}.chat-main__input::placeholder{color:var(--chat-placeholder)}.chat-main__input:focus,.chat-main__input:focus-visible{border-color:var(--chat-accent);box-shadow:0 0 0 1px var(--chat-accent)}.chat-page .chat-main__mobile-input:focus,.chat-page .chat-main__mobile-input:focus-visible{border-color:var(--chat-accent);box-shadow:0 0 0 1px var(--chat-accent);caret-color:var(--chat-accent)}.chat-main__mobile-composer{background:var(--chat-composer-bg);width:100%;padding:20px 24px}.chat-main__mobile-composer-form{align-items:center;gap:16px;width:100%;display:flex}.chat-page .chat-main__mobile-input{background:var(--chat-input-bg);color:#fff;min-width:0;height:50px;box-shadow:none;border:1px solid #0000;border-radius:14px;flex:auto;padding:12px 16px;font-family:inherit;font-size:16px;font-weight:400;line-height:1.4;transition:border-color .15s,box-shadow .15s,background .15s}.chat-page .chat-main__mobile-input::placeholder{color:var(--chat-placeholder)}.chat-page .chat-main__mobile-input:focus{background:var(--chat-input-bg)}.chat-main__mobile-send{background:var(--shell-accent-gradient);color:#fff;opacity:.5;width:50px;height:50px;box-shadow:none;border:0;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,transform .1s;display:inline-flex}.chat-main__mobile-send:disabled{cursor:not-allowed}.chat-main__mobile-send--active{opacity:1}.chat-main__mobile-send--pressed:not(:disabled){transform:scale(.92)}.chat-main__send{border:1px solid var(--chat-border);background:var(--chat-surface);color:#ffffff8c;cursor:pointer;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:background .15s,border-color .15s,color .15s,opacity .15s,transform .1s;display:inline-flex}.chat-main__send:disabled{opacity:.4;cursor:not-allowed}.chat-main__send--active{background:var(--shell-accent-gradient);color:#fff;border-color:#0000}.chat-main__send--active:not(:disabled):hover{opacity:.92}.chat-main__send--active:not(:disabled):active,.chat-main__send--pressed:not(:disabled){transform:scale(.95)}.chat-main .chat-bubble-incoming{justify-content:flex-start;width:100%}@media (max-width:1279px){.chat-main .chat-bubble-incoming article,.chat-main .chat-bubble-outgoing article,.chat-main .chat-bubble-incoming article *,.chat-main .chat-bubble-outgoing article *{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}}.chat-main .chat-bubble-outgoing{justify-content:flex-end;width:100%}.chat-main .chat-bubble-incoming>div{max-width:72%}.chat-main .chat-bubble-outgoing>div{width:auto;max-width:none}.chat-main .chat-bubble-incoming article{background:var(--chat-incoming-bg)!important;color:var(--chat-text-primary)!important;box-shadow:none!important;border:none!important;border-radius:20px 20px 20px 6px!important;padding:16px 20px!important;font-size:16px!important;font-weight:400!important;line-height:1.4!important}.chat-main .chat-bubble-incoming article.chat-bubble-incoming__media-only{width:auto;background:0 0!important;border-radius:20px!important;padding:0!important}.chat-main .chat-bubble-incoming article.chat-bubble-incoming__voice-bubble{width:auto}.chat-typing-indicator__bubble--figma{background:var(--chat-incoming-bg);box-shadow:none;border:0;border-radius:20px 20px 20px 6px;padding:16px 20px}.chat-typing-indicator__dot--figma{background:var(--chat-typing-muted);opacity:1}.chat-typing-indicator__label--figma{color:var(--chat-typing-muted);font-size:16px;font-style:normal;font-weight:400;line-height:1.4}.chat-main .chat-bubble-outgoing article{max-width:428px;background:var(--chat-outgoing-bg)!important;color:#fff!important;box-shadow:none!important;border:none!important;border-radius:20px 20px 6px!important;padding:16px 20px!important;font-size:16px!important;font-weight:400!important;line-height:1.4!important}.chat-main .chat-bubble-outgoing article.chat-bubble-outgoing__media-only{background:0 0!important;border-radius:20px!important;padding:0!important}.chat-main .chat-bubble-incoming .companion-avatar,.chat-main .chat-bubble-incoming .companion-avatar img{border-radius:40px;width:32px!important;height:32px!important}.chat-main .chat-bubble-incoming .flex.items-end.gap-3{align-items:flex-end;gap:12px}.chat-main .chat-bubble-outgoing .mt-1.flex.justify-end{opacity:.7}.chat-bubble-outgoing__row{flex-direction:row;align-items:flex-end;gap:8px}.chat-bubble-outgoing__status{opacity:.7;flex-shrink:0;align-items:flex-end;display:flex}.chat-bubble-incoming__row{align-items:flex-end;gap:12px}.chat-bubble-incoming__avatar-column{flex-shrink:0;width:32px}.chat-bubble-incoming__avatar-column .companion-avatar{display:block}.chat-bubble-incoming__actions{margin-top:12px;margin-left:44px}.chat-bubble-voice__actions{margin-top:12px}.chat-read-receipts{width:22px;height:14px;display:inline-flex;position:relative}.chat-read-receipts--read{color:var(--chat-outgoing-bg);opacity:.7}.chat-read-receipts svg{width:14px;height:14px;position:absolute;top:0}.chat-read-receipts svg:first-child{left:0}.chat-read-receipts svg:last-child{left:4px}.chat-main .chat-bubble-incoming article.chat-bubble-incoming__voice-bubble{min-height:80px;padding:18px 20px!important}.chat-main .chat-message-media{border-radius:20px;width:200px}.chat-main .chat-bubble-incoming .message-actions--figma{margin-top:0}.chat-profile-panel{background:var(--chat-bg);flex-direction:column;flex-shrink:0;width:380px;display:none;overflow:hidden}.chat-profile-panel__scroll{height:100%;overflow-y:auto}.chat-profile-panel__hero{flex-shrink:0;width:100%;height:566px;position:relative;overflow:hidden}.chat-profile-panel__hero .group\/carousel>button.absolute{display:none}.chat-profile-panel__hero .group\/carousel,.chat-profile-panel__hero .group\/carousel>div,.chat-profile-panel__hero img{object-fit:cover;object-position:top;width:100%;height:100%}.chat-profile-panel__dots{gap:4px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.chat-profile-panel__dot{background:#fff6;border-radius:40px;height:6px}.chat-profile-panel__dot--active{background:#fff;width:24px}.chat-profile-panel__dot:not(.chat-profile-panel__dot--active){width:6px}.chat-profile-panel__body{padding:0 24px 24px}.chat-profile-panel__content{flex-direction:column;gap:24px;padding:24px;display:flex}.chat-profile-panel__info{flex-direction:column;gap:12px;display:flex}.chat-profile-panel__about-block{flex-direction:column;gap:8px;display:flex}.chat-profile-panel__gallery-section{flex-direction:column;gap:16px;display:flex}.chat-profile-panel__name-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.chat-profile-panel__name-group{align-items:center;gap:16px;min-width:0;display:flex}.chat-profile-panel__name{color:#fff;white-space:nowrap;font-size:32px;font-weight:400;line-height:1.1;text-decoration:none}.chat-profile-panel__tag{background:var(--chat-accent);letter-spacing:0;text-transform:uppercase;color:#fff;border-radius:4px;padding:5px 9px;font-size:10px;font-weight:500;line-height:1}.chat-profile-panel__meta{color:var(--chat-text-meta);flex-wrap:wrap;align-items:center;gap:8px;margin-top:0;font-size:12px;font-weight:400;line-height:1.2;display:flex}.chat-profile-panel__meta-time{color:var(--chat-text-muted)}.chat-profile-panel__meta-bullet{background:#fff3;border-radius:9999px;width:4px;height:4px}.chat-profile-panel__tagline{color:var(--chat-text-primary);margin-top:0;font-size:16px;font-weight:400;line-height:1.4}.chat-profile-panel__divider{background:var(--chat-surface);height:1px;margin:0}.chat-profile-panel__about{color:var(--chat-text-muted);font-size:14px;font-weight:400;line-height:1.4}.chat-profile-panel__show-more{color:var(--chat-accent);cursor:pointer;background:0 0;border:none;margin-top:0;padding:0;font-size:16px;font-weight:500;line-height:1.2;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:calc(1em/10)}.chat-profile-panel__gallery-title{color:#fff;margin-bottom:0;font-size:16px;font-weight:400;line-height:1.4}.chat-profile-panel__gallery-grid{justify-content:space-between;gap:12px;display:flex}.chat-profile-panel__gallery-item{cursor:pointer;border:none;border-radius:16px;flex-shrink:0;width:160px;height:200px;padding:0;position:relative;overflow:hidden}.chat-profile-panel__gallery-item img{object-fit:cover;width:100%;height:100%}.chat-profile-panel__gallery-item--dimmed img{opacity:.6}.chat-profile-panel__gallery-more{background:color-mix(in srgb, var(--brand-dark) 58%, transparent);color:#fff;justify-content:center;align-items:center;font-size:18px;font-weight:400;line-height:1.4;display:flex;position:absolute;inset:0}.chat-empty-center{text-align:center;min-width:0;color:var(--chat-text-muted);flex-direction:column;flex:auto;justify-content:center;align-items:center;padding:48px 24px;display:none}.chat-empty-state__icon{color:#ffffff73;background:#ffffff14;border-radius:9999px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.chat-empty-center h2{color:#fff;margin-top:16px;font-size:22px;font-weight:400}.chat-empty-center p{color:#ffffff8c;max-width:20rem;margin:8px 0 0;font-size:14px;line-height:1.4}.chat-empty-state__cta{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:100px;justify-content:center;align-items:center;gap:8px;margin-top:24px;padding:12px 24px;font-size:16px;font-weight:500;line-height:1;text-decoration:none;transition:background .15s;display:inline-flex}.chat-empty-state__cta:hover{background:#ffffff1f}.companion-figma-layout{flex:auto;width:100%;min-height:0;display:flex;overflow:hidden}.companion-figma-layout__sidebar{display:none}@media (min-width:1280px){.companion-figma-layout__sidebar{display:flex}}.companion-figma-layout__main{background:var(--chat-bg);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden}.companion-figma-profile{flex:auto;min-height:0;overflow:hidden auto}.companion-figma-profile__card{flex-direction:column;gap:40px;padding:40px;display:flex}.companion-figma-profile__header{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:180px minmax(0,1fr) auto;align-items:flex-start;gap:24px;display:grid}.companion-figma-profile__avatar-wrap{flex-shrink:0;grid-area:1/1/3;position:relative}.companion-figma-profile__avatar{background:#ffffff0d;border-radius:9999px;width:180px;height:180px;position:relative;overflow:hidden}.companion-figma-profile__avatar-fallback{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:64px;display:flex}.companion-figma-profile__avatar-skeleton{border-radius:9999px;width:180px;height:180px}.companion-figma-profile__new-badge{z-index:1;background:var(--chat-accent);color:#fff;border-radius:4px;padding:5px 9px;font-size:10px;font-weight:500;line-height:1;position:absolute;top:5px;left:6px}.companion-figma-profile__header-body{flex-direction:column;flex:auto;grid-area:1/2;justify-content:flex-start;gap:12px;min-width:0;display:flex}.companion-figma-profile__title-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.companion-figma-profile__name{color:#fff;margin:0;font-size:32px;font-weight:400;line-height:1.1}.companion-figma-profile__online-pill{color:#ffffffb3;background:#ffffff0d;border:.556px solid #ffffff1a;border-radius:9999px;align-items:center;gap:6px;height:22px;padding:0 10px;font-size:12px;line-height:1.2;display:inline-flex}.companion-figma-profile__online-dot{background:var(--chat-online);border-radius:9999px;width:6px;height:6px}.companion-figma-profile__meta{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;line-height:1.2;display:flex}.companion-figma-profile__meta-item{align-items:center;gap:4px;display:inline-flex}.companion-figma-profile__meta-item--muted{color:#fff6}.companion-figma-profile__meta-bullet{background:#fff3;border-radius:9999px;width:4px;height:4px}.companion-figma-profile__tagline{color:#ffffffe6;margin:0;font-size:16px;line-height:1.4}.companion-figma-profile__actions{flex-wrap:wrap;grid-area:2/2;align-items:center;gap:16px;display:flex}.companion-figma-profile__chat-btn{color:#fff;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:100px;justify-content:center;align-items:center;gap:8px;height:45px;padding:11px 21px;font-size:18px;font-weight:500;line-height:1;text-decoration:none;transition:opacity .15s;display:inline-flex}.companion-figma-profile__chat-btn:hover{opacity:.9}.companion-figma-profile__side-actions{flex-direction:column;flex-shrink:0;grid-area:1/3/3;gap:16px;display:flex}.companion-figma-profile__icon-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .15s;display:flex}.companion-figma-profile__icon-btn:hover{opacity:.9}.companion-figma-profile__icon-btn--active{border-color:var(--chat-accent);background:var(--shell-accent-muted);color:var(--chat-accent)}.companion-figma-profile__about-block{flex-direction:column;gap:24px;display:flex}.companion-figma-profile__about{color:#fff6;margin:0;font-size:18px;line-height:1.4}.companion-figma-profile__tags{flex-wrap:wrap;gap:4px;display:flex}.companion-figma-profile__tag{color:#fff;background:#fff6;border-radius:100px;align-items:center;height:24px;padding:6px 14px;font-size:10px;font-weight:500;line-height:1;display:inline-flex}.companion-figma-profile__gallery-track{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.companion-figma-profile__gallery-item{aspect-ratio:9/16;cursor:pointer;background:#ffffff0d;border:none;border-radius:24px;flex-shrink:0;width:auto;height:400px;padding:0;display:block;position:relative;overflow:hidden}.companion-figma-profile__gallery-image{object-fit:cover}.companion-figma-profile__gallery-lock{box-sizing:border-box;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px);background:#0006;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;inset:0}.companion-figma-profile__gallery-unlock-btn{box-sizing:border-box;background:var(--shell-accent-gradient);color:#fff;white-space:nowrap;pointer-events:none;border:none;border-radius:100px;justify-content:center;align-items:center;gap:8px;width:max-content;max-width:100%;min-height:56px;padding:13px clamp(16px,6vw,40px);font-size:clamp(16px,4.2vw,18px);font-weight:500;line-height:1;display:inline-flex;box-shadow:0 12px 32px #00000047}.companion-figma-profile__gallery-unlock-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.companion-figma-profile__gallery-unlock-icon svg{width:100%;height:100%}.companion-figma-profile__gallery-item--skeleton{aspect-ratio:9/16;width:auto;height:400px}.chat-voice-player__play{appearance:none;background-color:#0000;background-image:var(--shell-accent-gradient);width:44px;min-width:44px;height:44px;min-height:44px;box-shadow:none;background-repeat:no-repeat;background-size:100% 100%;background-origin:border-box;background-clip:border-box;border:0;border-radius:9999px;padding:0;overflow:hidden}.chat-voice-player__waveform-active{background:var(--brand-accent)}.chat-voice-player__waveform-base{background:color-mix(in srgb, var(--brand-light) 30%, transparent)}.account-header__nav-link--active{opacity:1;text-underline-offset:6px;text-decoration:underline}@media (max-width:640px){.companion-figma-profile__card{gap:40px;padding:40px 30px}.companion-figma-profile__header{grid-template-rows:auto auto;grid-template-columns:110px minmax(0,1fr);align-items:start;gap:16px 24px}.companion-figma-profile__avatar-wrap{grid-row:1;width:110px}.companion-figma-profile__avatar,.companion-figma-profile__avatar-skeleton{aspect-ratio:auto;width:110px;height:110px}.companion-figma-profile__header-body{gap:12px}.companion-figma-profile__name{font-size:32px}.companion-figma-profile__meta{align-items:flex-start}.companion-figma-profile__meta-item{min-width:0;max-width:100%}.companion-figma-profile__actions{grid-area:2/1}.companion-figma-profile__side-actions{flex-direction:row;grid-area:2/2;justify-self:end;gap:12px}.companion-figma-profile__gallery-track{flex-wrap:wrap;padding-bottom:0;overflow-x:visible}.companion-figma-profile__gallery-item,.companion-figma-profile__gallery-item--skeleton{aspect-ratio:200/260;border-radius:16px;width:calc(50% - 6px);height:auto;container-type:inline-size}.companion-figma-profile__gallery-lock{padding:clamp(4px,4cqi,8px)}.companion-figma-profile__gallery-unlock-btn{gap:clamp(3px,2.5cqi,6px);width:100%;max-width:100%;min-height:clamp(32px,24cqi,48px);padding:clamp(5px,3.5cqi,10px) clamp(6px,5cqi,12px);font-size:clamp(11px,7.5cqi,16px);box-shadow:0 clamp(4px,3cqi,12px) clamp(8px,6cqi,32px) #00000047}.companion-figma-profile__gallery-unlock-icon{width:clamp(14px,10cqi,20px);height:clamp(14px,10cqi,20px)}}@media (min-width:1280px){.chat-sidebar,.chat-profile-panel,.chat-empty-center--desktop{display:flex}}@media (max-width:1279px){.companion-figma-profile{scroll-padding-bottom:calc(var(--app-shell-bottom-nav-height,0px) + 16px + env(safe-area-inset-bottom,0px));padding-bottom:calc(var(--app-shell-bottom-nav-height,0px) + 16px + env(safe-area-inset-bottom,0px))}.chat-main__messages{scroll-padding-bottom:calc(var(--chat-mobile-composer-height) + var(--chat-mobile-composer-gap) + env(safe-area-inset-bottom,0px))}.chat-main__messages .chat-main__history{box-sizing:border-box}.chat-main__history{padding-bottom:calc(var(--chat-mobile-composer-height) + var(--chat-mobile-composer-gap) + env(safe-area-inset-bottom,0px))}.chat-main__mobile-composer-spacer{display:none}}