.footer-module__Vmx-gq__component{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4);border-top:var(--border-width)solid var(--color-border-strong);background-color:var(--color-surface);font-family:var(--font-pixel);display:flex}.footer-module__Vmx-gq__copyright{font-size:var(--font-sm);color:var(--color-text-muted);text-align:left}.footer-module__Vmx-gq__nav{gap:var(--space-3);align-items:center;display:flex}.footer-module__Vmx-gq__link{color:var(--color-text);font-size:var(--font-sm);text-decoration:none;transition:color .2s}.footer-module__Vmx-gq__link:hover{color:var(--color-text-muted)}.footer-module__Vmx-gq__link:focus{outline:2px solid var(--color-focus);outline-offset:2px}@media (max-width:40rem){.footer-module__Vmx-gq__component{text-align:center;flex-direction:column-reverse;justify-content:center}.footer-module__Vmx-gq__copyright{text-align:center}.footer-module__Vmx-gq__nav{gap:var(--space-2);justify-content:center}}
.layout-module__CUj6aG__body{flex-direction:column;width:100%;max-width:100%;min-height:100vh;display:flex}.layout-module__CUj6aG__main{flex:1;width:100%;max-width:100%;min-height:0;display:grid}
.button-module__h0EWEW__component{padding:var(--space-2)var(--space-3);border:var(--border-width)solid var(--color-border-strong);background:var(--color-surface-raised);color:var(--color-text);text-transform:uppercase;cursor:pointer;font-family:var(--font-pixel,monospace);font-size:var(--font-sm);text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background-color var(--dur-fast),color var(--dur-fast),border-color var(--dur-fast),box-shadow var(--dur-fast),transform var(--dur-fast),filter var(--dur-fast);justify-content:center;align-items:center;font-weight:700;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.button-module__h0EWEW__component:after{content:"";background-image:var(--pattern-scanlines);opacity:0;pointer-events:none;transition:opacity var(--dur-fast);position:absolute;inset:0}.button-module__h0EWEW__component:hover:not(:disabled){filter:brightness(1.2)contrast(1.1)}.button-module__h0EWEW__component:hover:not(:disabled):after{opacity:1}.button-module__h0EWEW__component:active:not(:disabled),.button-module__h0EWEW__component[data-pressed=true]{filter:brightness(.9);transform:translateY(2px)}.button-module__h0EWEW__component:focus-visible{box-shadow:var(--focus-ring),var(--focus-ring-offset);z-index:10;outline:none}.button-module__h0EWEW__component:disabled{opacity:.7;cursor:not-allowed;filter:grayscale()}.button-module__h0EWEW__primary{border-color:var(--color-accent);background:var(--color-accent);color:var(--ink-950);box-shadow:var(--shadow-sm)}.button-module__h0EWEW__primary:active:not(:disabled),.button-module__h0EWEW__primary[data-pressed=true]{transform:translate(2px,2px);box-shadow:0 0 #0000}.button-module__h0EWEW__secondary{border-color:var(--color-border-strong);background:var(--color-surface-raised);color:var(--color-text)}.button-module__h0EWEW__danger{border-color:var(--color-danger);background:var(--color-danger);color:var(--ink-950);box-shadow:2px 2px 0 color-mix(in srgb,var(--ink-950)82%,transparent)}.button-module__h0EWEW__danger:active:not(:disabled),.button-module__h0EWEW__danger[data-pressed=true]{transform:translate(2px,2px);box-shadow:0 0 #0000}.button-module__h0EWEW__ghost{color:var(--color-text);background:0 0;border-color:#0000}.button-module__h0EWEW__ghost:hover:not(:disabled){background:var(--surface-button-ghost-hover);border-color:var(--color-border)}.button-module__h0EWEW__sm{padding:var(--space-1)var(--space-2);font-size:var(--font-xs)}.button-module__h0EWEW__md{padding:var(--space-2)var(--space-3);font-size:var(--font-sm)}.button-module__h0EWEW__lg{padding:var(--space-3)var(--space-4);font-size:var(--font-md)}.button-module__h0EWEW__fullWidth{width:100%}@media (max-width:40rem){.button-module__h0EWEW__component{white-space:normal}}
.login-module__ViEK0W__component{gap:var(--space-3);padding:var(--space-4);border:var(--border-width)solid var(--color-border);background:var(--color-surface-raised);display:grid}.login-module__ViEK0W__title{font-size:var(--font-lg)}.login-module__ViEK0W__field{gap:var(--space-1);display:grid}.login-module__ViEK0W__label{font-size:var(--font-xs);text-transform:uppercase}.login-module__ViEK0W__input{width:100%;padding:var(--input-pad-y)var(--input-pad-x);border:var(--border-width)solid var(--color-border-strong);background:var(--input-bg);color:var(--input-text)}.login-module__ViEK0W__error{color:var(--color-danger);font-size:var(--font-xs)}.login-module__ViEK0W__message{min-height:1.25em;font-size:var(--font-sm)}.login-module__ViEK0W__messageError{color:var(--color-danger)}.login-module__ViEK0W__messageSuccess{color:var(--color-success)}.login-module__ViEK0W__submit{padding:var(--space-2)var(--space-3);border:var(--border-width)solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);text-transform:uppercase;cursor:pointer}.login-module__ViEK0W__submit:disabled{opacity:.7;cursor:not-allowed}
.portal-module__N_3Yga__component{z-index:var(--z-modal);padding:var(--space-4);background:var(--surface-backdrop);place-items:center;display:grid;position:fixed;inset:0}.portal-module__N_3Yga__dialog{border:var(--border-width)solid var(--color-border-strong);background:var(--color-surface);width:min(100%,34rem);max-height:min(90dvh,42rem);box-shadow:var(--shadow-md);grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.portal-module__N_3Yga__dialogWide{width:min(100%,72rem);max-height:min(92dvh,58rem)}.portal-module__N_3Yga__dialogApp{max-height:min(92dvh,58rem)}.portal-module__N_3Yga__header{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-4);border-bottom:var(--border-width)solid var(--color-border);background:var(--surface-dialog-header);display:flex}.portal-module__N_3Yga__title{font-size:var(--font-lg);margin:0}.portal-module__N_3Yga__close{padding:var(--space-1)var(--space-2);border:var(--border-width)solid var(--color-border-strong);background:var(--color-bg);color:var(--color-text);text-transform:uppercase;cursor:pointer}.portal-module__N_3Yga__content{min-height:0;overflow:auto}@media (max-width:48rem){.portal-module__N_3Yga__component{padding:var(--space-2);place-items:center}.portal-module__N_3Yga__dialog{width:min(100%,30rem);max-height:min(92dvh,38rem)}.portal-module__N_3Yga__dialogApp{width:100%;height:100dvh;max-height:100dvh;box-shadow:none;border:0}.portal-module__N_3Yga__dialogApp .portal-module__N_3Yga__header{z-index:1;padding-top:max(var(--space-3),env(safe-area-inset-top));padding-right:max(var(--space-3),env(safe-area-inset-right));padding-left:max(var(--space-3),env(safe-area-inset-left));position:sticky;top:0}.portal-module__N_3Yga__dialogApp .portal-module__N_3Yga__content{padding-bottom:max(var(--space-3),env(safe-area-inset-bottom))}}
.game-dialog-module__nybEUa__component{display:contents}.game-dialog-module__nybEUa__body{gap:var(--space-4);padding:var(--space-4);text-align:center;display:grid}.game-dialog-module__nybEUa__eyebrow{color:var(--color-accent);font-size:var(--font-sm);letter-spacing:.12em;text-transform:uppercase;margin:0}.game-dialog-module__nybEUa__content{gap:var(--space-3);color:var(--color-text-muted);display:grid}.game-dialog-module__nybEUa__content p{margin:0}.game-dialog-module__nybEUa__status{color:var(--color-text-muted);font-size:var(--font-sm);justify-self:center;max-width:32rem;margin:0;line-height:1.55}.game-dialog-module__nybEUa__actions{gap:var(--space-3);padding-top:var(--space-1);padding-bottom:var(--space-2);flex-wrap:wrap;justify-content:center;display:flex}.game-dialog-module__nybEUa__actionButton{border:var(--border-width)solid var(--color-border-strong);background:var(--surface-dialog-action);min-width:10rem;color:var(--color-text);cursor:pointer;letter-spacing:.06em;text-transform:uppercase;transition:background var(--dur-base)var(--ease-out),color var(--dur-base)var(--ease-out),border-color var(--dur-base)var(--ease-out);padding:.85rem 1.25rem;font-weight:600}.game-dialog-module__nybEUa__actionButton:hover:not(:disabled){background:var(--surface-dialog-action-hover);color:var(--color-accent)}.game-dialog-module__nybEUa__primary{border-color:var(--color-accent)}.game-dialog-module__nybEUa__danger{border-color:var(--color-danger)}.game-dialog-module__nybEUa__actionButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:48rem){.game-dialog-module__nybEUa__body{gap:var(--space-3);padding:var(--space-3)}.game-dialog-module__nybEUa__actions{gap:var(--space-2);flex-direction:column;padding-bottom:0}.game-dialog-module__nybEUa__actionButton{width:100%;min-width:0;padding:.8rem var(--space-3)}}
.stage-dialogs-module__ytJr1q__resultBody{gap:var(--space-3);display:grid}.stage-dialogs-module__ytJr1q__resultLead{color:var(--color-text);margin:0;font-size:clamp(1rem,.92rem + .35vw,1.1rem);line-height:1.6}.stage-dialogs-module__ytJr1q__archiveNote{color:var(--color-text-muted);font-size:var(--font-sm);margin:0;line-height:1.55}.stage-dialogs-module__ytJr1q__archiveNote a{color:var(--color-accent)}
.composer-module__sOe3Aq__component{gap:var(--space-2);padding:var(--space-3);border-top:var(--border-width)solid var(--color-border);background:var(--color-surface-raised);display:grid;position:relative}.composer-module__sOe3Aq__component[data-disabled=true]{background:color-mix(in srgb,var(--color-surface-raised)92%,var(--color-bg))}.composer-module__sOe3Aq__label{color:var(--color-text);font-size:var(--font-xs);font-weight:700;line-height:var(--lh-tight);letter-spacing:var(--ls-wide);text-transform:uppercase}.composer-module__sOe3Aq__labelHidden{clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.composer-module__sOe3Aq__textarea{width:100%;min-height:4.25rem;padding:var(--space-2)var(--space-3);border:var(--border-width)solid var(--color-border);background:var(--input-bg);color:var(--input-text);font:inherit;line-height:var(--lh-base);resize:vertical}.composer-module__sOe3Aq__textarea::placeholder{color:var(--color-text-muted)}.composer-module__sOe3Aq__footer{justify-content:space-between;align-items:flex-end;gap:var(--space-2);display:flex}.composer-module__sOe3Aq__copy{gap:.1rem;min-width:0;display:grid}.composer-module__sOe3Aq__helper,.composer-module__sOe3Aq__disabled,.composer-module__sOe3Aq__error,.composer-module__sOe3Aq__characterCount{font-size:var(--font-xs);line-height:var(--lh-tight);margin:0}.composer-module__sOe3Aq__helper,.composer-module__sOe3Aq__disabled,.composer-module__sOe3Aq__characterCount{color:var(--color-text-muted)}.composer-module__sOe3Aq__error{color:var(--color-danger)}.composer-module__sOe3Aq__characterCount{white-space:nowrap;flex:none}.composer-module__sOe3Aq__characterCount[data-over-limit=true]{color:var(--color-danger)}.composer-module__sOe3Aq__actions{align-items:flex-end;gap:var(--space-2);display:flex}.composer-module__sOe3Aq__sendButton{flex:none;min-width:5.5rem}@media (max-width:900px){.composer-module__sOe3Aq__component{padding:var(--space-2)}.composer-module__sOe3Aq__footer,.composer-module__sOe3Aq__actions{align-items:stretch}.composer-module__sOe3Aq__sendButton{min-width:4.75rem}}
.touch-controls-module__q2zE1W__component{display:none}@media (max-width:48rem){.touch-controls-module__q2zE1W__component{left:max(var(--space-3),env(safe-area-inset-left));right:max(var(--space-3),env(safe-area-inset-right));bottom:max(var(--space-1),env(safe-area-inset-bottom));z-index:var(--z-hud);gap:var(--space-2);pointer-events:none;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;display:grid;position:absolute}.touch-controls-module__q2zE1W__cluster{z-index:1;place-items:end stretch;width:calc(100% - 3rem);display:grid;position:relative}.touch-controls-module__q2zE1W__cluster:first-child{justify-self:start}.touch-controls-module__q2zE1W__cluster[data-align=end]{justify-self:end}.touch-controls-module__q2zE1W__pad{aspect-ratio:1/.87;border:var(--border-width)solid var(--color-border-strong);border-radius:calc(var(--radius-lg) + .2rem);background:linear-gradient(180deg,color-mix(in srgb,var(--linen-100)6%,transparent),transparent 32%),linear-gradient(180deg,color-mix(in srgb,var(--color-surface-raised)100%,transparent),color-mix(in srgb,var(--color-bg)98%,transparent));width:100%;box-shadow:var(--shadow-md);pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;position:relative}.touch-controls-module__q2zE1W__pad[data-variant=combat]{background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent)18%,transparent),transparent 34%),linear-gradient(180deg,color-mix(in srgb,var(--color-surface-raised)100%,transparent),color-mix(in srgb,var(--color-bg)98%,transparent))}.touch-controls-module__q2zE1W__pad[data-active=true]{border-color:var(--color-accent)}.touch-controls-module__q2zE1W__label{z-index:2;color:var(--color-text-muted);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;pointer-events:none;font-size:.5rem;font-weight:700;line-height:1;position:absolute;bottom:.95rem;left:50%;transform:translate(-50%)}.touch-controls-module__q2zE1W__grid,.touch-controls-module__q2zE1W__thumb,.touch-controls-module__q2zE1W__marker{position:absolute}.touch-controls-module__q2zE1W__grid{border-radius:calc(var(--radius-lg) - .1rem);border:1px solid color-mix(in srgb,var(--linen-100)10%,transparent);background:linear-gradient(90deg,transparent 48.5%,color-mix(in srgb,var(--gold-500)26%,transparent)50%,transparent 51.5%),linear-gradient(transparent 48.5%,color-mix(in srgb,var(--gold-500)26%,transparent)50%,transparent 51.5%);inset:13%}.touch-controls-module__q2zE1W__pad[data-variant=combat] .touch-controls-module__q2zE1W__grid{background:linear-gradient(90deg,transparent 48.5%,color-mix(in srgb,var(--color-accent)30%,transparent)50%,transparent 51.5%),linear-gradient(transparent 48.5%,color-mix(in srgb,var(--color-accent)30%,transparent)50%,transparent 51.5%),linear-gradient(45deg,transparent 49%,color-mix(in srgb,var(--color-accent)18%,transparent)50%,transparent 51%),linear-gradient(-45deg,transparent 49%,color-mix(in srgb,var(--color-accent)18%,transparent)50%,transparent 51%)}.touch-controls-module__q2zE1W__thumb{background:radial-gradient(circle at 35% 30%,color-mix(in srgb,var(--gold-500)26%,transparent),transparent 42%),color-mix(in srgb,var(--color-surface-raised)100%,transparent);border:1px solid color-mix(in srgb,var(--linen-100)10%,transparent);width:3.2rem;height:2.7rem;box-shadow:var(--shadow-sm);border-radius:999px;transition:transform 90ms linear;top:calc(50% - 1.35rem);left:calc(50% - 1.6rem)}.touch-controls-module__q2zE1W__marker{color:var(--color-text);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.52rem;font-weight:700}.touch-controls-module__q2zE1W__marker[data-slot=top]{top:.3rem;left:50%;transform:translate(-50%)}.touch-controls-module__q2zE1W__marker[data-slot=bottom]{bottom:.3rem;left:50%;transform:translate(-50%)}.touch-controls-module__q2zE1W__marker[data-slot=left]{top:50%;left:.65rem;transform:translateY(-50%)}.touch-controls-module__q2zE1W__marker[data-slot=right]{top:50%;right:.65rem;transform:translateY(-50%)}.touch-controls-module__q2zE1W__marker[data-slot=top-left]{top:.75rem;left:.8rem}.touch-controls-module__q2zE1W__marker[data-slot=top-right]{top:.75rem;right:.8rem}.touch-controls-module__q2zE1W__marker[data-slot=bottom-left]{bottom:.75rem;left:.8rem}.touch-controls-module__q2zE1W__marker[data-slot=bottom-right]{bottom:.75rem;right:.8rem}}
.confirm-bar-module__ckZWhW__component{gap:var(--space-2);width:fit-content;max-width:100%;margin:var(--space-1);padding:var(--space-2);border:var(--border-width)solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface-raised);place-self:start;display:grid}.confirm-bar-module__ckZWhW__copy{gap:var(--space-1);min-width:0;display:grid}.confirm-bar-module__ckZWhW__title{color:var(--color-text);font-size:var(--font-sm);margin:0;font-weight:700}.confirm-bar-module__ckZWhW__actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}@media (max-width:900px){.confirm-bar-module__ckZWhW__component{width:calc(100% - (2*var(--space-1)));padding:var(--space-2)var(--space-2)max(var(--space-2),env(safe-area-inset-bottom))}}
.fight-stage-module__Ej26Ha__component{--text-shadow-soft:0 0 12px color-mix(in srgb,var(--color-accent)18%,transparent);flex:auto;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.fight-stage-module__Ej26Ha__arenaCard{border:var(--border-width-strong)solid var(--color-border);background:linear-gradient(180deg,color-mix(in srgb,var(--color-accent)10%,transparent),transparent 18%),linear-gradient(180deg,color-mix(in srgb,var(--color-surface-raised)98%,transparent),color-mix(in srgb,var(--color-bg)98%,transparent));min-height:0;box-shadow:var(--shadow-md),0 0 0 1px color-mix(in srgb,var(--color-accent)8%,transparent)inset;flex:auto;position:relative}.fight-stage-module__Ej26Ha__arenaViewport{background:var(--color-bg);width:100%;height:100%;min-height:0;position:relative;overflow:hidden}.fight-stage-module__Ej26Ha__arenaViewport:before,.fight-stage-module__Ej26Ha__arenaViewport:after{content:"";pointer-events:none;position:absolute;inset:0}.fight-stage-module__Ej26Ha__arenaViewport:before{z-index:1;background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--color-accent)12%,transparent),transparent 34%),linear-gradient(180deg,transparent,color-mix(in srgb,var(--color-bg)24%,transparent))}.fight-stage-module__Ej26Ha__arenaViewport:after{z-index:2;background:var(--pattern-scanlines);opacity:.3}.fight-stage-module__Ej26Ha__overlayTop{top:var(--space-3);left:var(--space-3);right:var(--space-3);z-index:var(--z-hud);pointer-events:none;position:absolute}.fight-stage-module__Ej26Ha__overlayBottom{bottom:var(--space-3);left:var(--space-3);right:var(--space-3);z-index:var(--z-hud);gap:var(--space-3);pointer-events:none;display:grid;position:absolute}.fight-stage-module__Ej26Ha__canvas{z-index:0;width:100%;height:100%;image-rendering:pixelated;filter:saturate(1.05)contrast(1.02);display:block;position:relative}
.message-bubble-module__uo1JTW__component{gap:var(--space-1);max-width:min(34rem,88%);padding:var(--space-2)var(--space-3);border:var(--border-width)solid var(--color-border);background:var(--color-surface);display:grid}.message-bubble-module__uo1JTW__component[data-self=true]{border-color:var(--color-border-strong);background:var(--color-surface-raised);justify-self:end}.message-bubble-module__uo1JTW__header{justify-content:space-between;align-items:center;gap:var(--space-2);min-width:0;display:flex}.message-bubble-module__uo1JTW__sender{min-width:0;color:var(--color-text);font-size:var(--font-xs);font-weight:700;line-height:var(--lh-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.message-bubble-module__uo1JTW__timestamp{color:var(--color-text-muted);font-size:var(--font-2xs);line-height:var(--lh-tight);white-space:nowrap;flex:none}.message-bubble-module__uo1JTW__body{color:var(--color-text);line-height:var(--lh-base);overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}
.page-module__Rl5y1G__page{width:100%;height:calc(100vh - var(--header-height) - var(--footer-height));height:calc(100dvh - var(--header-height) - var(--footer-height));min-height:calc(100vh - var(--header-height) - var(--footer-height));min-height:calc(100dvh - var(--header-height) - var(--footer-height));display:flex;overflow:hidden}
.thread-panel-header-module__ZXvHzG__component{justify-content:space-between;align-items:flex-start;gap:var(--space-2);min-width:0;padding:var(--space-2)var(--space-3);border-bottom:var(--border-width)solid var(--color-border);background:var(--color-surface-raised);display:flex}.thread-panel-header-module__ZXvHzG__primary{align-items:flex-start;gap:var(--space-2);min-width:0;display:flex}.thread-panel-header-module__ZXvHzG__backAction{flex:none;align-items:center;display:inline-flex}.thread-panel-header-module__ZXvHzG__identity{gap:.1rem;min-width:0;display:grid}.thread-panel-header-module__ZXvHzG__participantLabel{color:var(--color-text);font-size:var(--font-md);font-weight:700;line-height:var(--lh-tight);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.thread-panel-header-module__ZXvHzG__subtitle{min-width:0;color:var(--color-text-muted);font-size:var(--font-xs);line-height:var(--lh-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thread-panel-header-module__ZXvHzG__secondaryActions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;flex:none;display:inline-flex}
.thread-row-module__ytQU9W__component{border:var(--border-width)solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface-raised);align-items:stretch;display:grid;position:relative}.thread-row-module__ytQU9W__primary{gap:var(--space-1);width:100%;min-width:0;padding:var(--space-1)calc(var(--space-4) + var(--space-3))var(--space-1)var(--space-2);border-radius:var(--radius-sm);color:inherit;text-align:left;cursor:pointer;transition:background-color var(--dur-base)var(--ease-out),box-shadow var(--dur-base)var(--ease-out),transform var(--dur-base)var(--ease-out);background:0 0;border:0;grid-template-columns:minmax(0,1fr);align-items:center;display:grid}.thread-row-module__ytQU9W__primary:hover{background:color-mix(in srgb,var(--color-surface-raised)58%,transparent)}.thread-row-module__ytQU9W__primary:focus-visible{box-shadow:var(--focus-ring),var(--focus-ring-offset)}.thread-row-module__ytQU9W__component[data-active=true] .thread-row-module__ytQU9W__primary{background:color-mix(in srgb,var(--color-highlight)10%,var(--color-surface-raised))}.thread-row-module__ytQU9W__copy{gap:var(--space-1);min-width:0;display:grid}.thread-row-module__ytQU9W__topline{align-items:center;gap:var(--space-1);min-width:0;display:flex}.thread-row-module__ytQU9W__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;font-size:var(--font-sm);line-height:var(--lh-tight);overflow:hidden}.thread-row-module__ytQU9W__time{white-space:nowrap;color:var(--color-text-muted);font-size:var(--font-2xs);line-height:var(--lh-tight);flex:none}.thread-row-module__ytQU9W__bottomline{align-items:baseline;gap:var(--space-2);grid-template-columns:auto minmax(0,1fr) auto auto;min-width:0;display:grid}.thread-row-module__ytQU9W__preview{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--color-text);font-size:var(--font-xs);overflow:hidden}.thread-row-module__ytQU9W__statusSuffix,.thread-row-module__ytQU9W__statusBadge,.thread-row-module__ytQU9W__unread{white-space:nowrap;font-size:var(--font-2xs);letter-spacing:.04em;text-transform:uppercase;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.thread-row-module__ytQU9W__statusSuffix{color:var(--color-text-muted)}.thread-row-module__ytQU9W__statusBadge,.thread-row-module__ytQU9W__unread{min-width:var(--space-3);height:var(--space-3);padding:0 var(--space-1);background:color-mix(in srgb,var(--color-surface-interactive)88%,transparent);border-radius:999px}.thread-row-module__ytQU9W__statusBadge[data-tone=muted]{color:var(--color-text-muted)}.thread-row-module__ytQU9W__statusBadge[data-tone=warning]{color:var(--color-highlight)}.thread-row-module__ytQU9W__statusBadge[data-tone=danger]{color:var(--color-danger)}.thread-row-module__ytQU9W__unread{background:var(--color-highlight);color:var(--badge-text);margin-left:auto;font-weight:700}.thread-row-module__ytQU9W__hideButton{top:var(--space-1);right:var(--space-1);width:1rem;height:1rem;color:var(--color-text-muted);cursor:pointer;opacity:0;pointer-events:none;transition:opacity var(--dur-base)var(--ease-out),transform var(--dur-base)var(--ease-out),background-color var(--dur-base)var(--ease-out),color var(--dur-base)var(--ease-out);background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;transform:translate(.2rem)}.thread-row-module__ytQU9W__component:hover .thread-row-module__ytQU9W__hideButton,.thread-row-module__ytQU9W__component:focus-within .thread-row-module__ytQU9W__hideButton,.thread-row-module__ytQU9W__hideButton[data-visibility=always]{opacity:1;pointer-events:auto;transform:translate(0)}.thread-row-module__ytQU9W__hideButton:hover,.thread-row-module__ytQU9W__hideButton:focus-visible{color:var(--color-danger);background:0 0}.thread-row-module__ytQU9W__hideButton:focus-visible{box-shadow:var(--focus-ring),var(--focus-ring-offset)}.thread-row-module__ytQU9W__hideIcon{opacity:1;filter:brightness(0)saturate()invert(98%)sepia(2%)saturate(538%)hue-rotate(292deg)brightness(111%)contrast(88%);width:1rem;height:1rem;transition:filter var(--dur-base)var(--ease-out)}.thread-row-module__ytQU9W__hideButton:hover .thread-row-module__ytQU9W__hideIcon,.thread-row-module__ytQU9W__hideButton:focus-visible .thread-row-module__ytQU9W__hideIcon{filter:brightness(0)saturate()invert(56%)sepia(25%)saturate(1583%)hue-rotate(323deg)brightness(96%)contrast(92%)}@media (hover:none){.thread-row-module__ytQU9W__component:hover .thread-row-module__ytQU9W__hideButton{opacity:0;pointer-events:none}.thread-row-module__ytQU9W__hideButton[data-visibility=hover]{display:none}}@media (max-width:900px){.thread-row-module__ytQU9W__bottomline{gap:var(--space-1);grid-template-columns:auto minmax(0,1fr) auto}.thread-row-module__ytQU9W__hideButton[data-visibility=always]{opacity:1;pointer-events:auto}}
.message-inbox-module__gxRJLW__component{align-items:center;display:flex}.message-inbox-module__gxRJLW__trigger{min-width:calc(var(--space-5) + var(--space-2));min-height:calc(var(--space-5) + var(--space-2));color:var(--color-text);font:inherit;cursor:pointer;transition:color var(--dur-base)var(--ease-out),filter var(--dur-base)var(--ease-out),transform var(--dur-base)var(--ease-out);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.message-inbox-module__gxRJLW__trigger:hover{color:var(--color-highlight);filter:drop-shadow(0 0 .5rem color-mix(in srgb,var(--color-highlight)35%,transparent))}.message-inbox-module__gxRJLW__triggerIconWrap{width:calc(var(--space-4) + var(--space-1));height:calc(var(--space-4) + var(--space-1));transform-origin:50%;justify-content:center;align-items:center;display:inline-flex}.message-inbox-module__gxRJLW__triggerIcon{width:100%;height:100%;display:block}.message-inbox-module__gxRJLW__triggerIcon path{fill:currentColor}.message-inbox-module__gxRJLW__triggerLabel{font-size:var(--font-xs);text-transform:uppercase;letter-spacing:var(--ls-wide)}.message-inbox-module__gxRJLW__badge{min-width:calc(var(--space-3) + var(--space-1));height:calc(var(--space-3) + var(--space-1));padding:0 var(--space-1);background:var(--color-highlight);color:var(--ink-950);font-size:var(--font-2xs);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:inline-flex;position:absolute;top:0;right:0;transform:translate(38%,-28%)}.message-inbox-module__gxRJLW__portalLayout{gap:var(--space-3);padding:var(--space-3);box-sizing:border-box;grid-template-columns:minmax(18rem,22rem) minmax(0,1fr);height:min(70vh,42rem);min-height:0;max-height:100%;display:grid;position:relative;overflow:hidden}.message-inbox-module__gxRJLW__sidebar,.message-inbox-module__gxRJLW__threadPanel{border:var(--border-width)solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);height:100%;min-height:0;box-shadow:var(--shadow-sm);overflow:hidden}.message-inbox-module__gxRJLW__sidebar{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.message-inbox-module__gxRJLW__sidebarHeader,.message-inbox-module__gxRJLW__threadHeader{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);border-bottom:var(--border-width)solid var(--color-border);background:var(--color-surface-raised);display:flex}.message-inbox-module__gxRJLW__sidebarTitle{font-size:var(--font-md);margin:0}.message-inbox-module__gxRJLW__sidebarMeta,.message-inbox-module__gxRJLW__placeholder p{color:var(--color-text-muted);font-size:var(--font-xs);margin:0}.message-inbox-module__gxRJLW__sidebarError{color:var(--color-danger);font-size:var(--font-xs);padding:0 var(--space-3);margin:0}.message-inbox-module__gxRJLW__threadList,.message-inbox-module__gxRJLW__messageFeed{overscroll-behavior:contain;scrollbar-gutter:stable;height:100%;min-height:0;overflow:hidden auto}.message-inbox-module__gxRJLW__threadList{align-content:start;gap:var(--space-1);padding:var(--space-2);max-height:100%;display:grid}.message-inbox-module__gxRJLW__threadCard{gap:var(--space-1);display:grid;position:relative}.message-inbox-module__gxRJLW__threadCard[data-active=true]{min-width:0}.message-inbox-module__gxRJLW__threadPanel{grid-template-rows:auto minmax(0,1fr) auto;display:grid}.message-inbox-module__gxRJLW__backButton{padding:var(--space-1)var(--space-2);border:var(--border-width)solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font:inherit;cursor:pointer;background:0 0}.message-inbox-module__gxRJLW__messageFeed{align-content:start;gap:var(--space-2);padding:var(--space-2);background:var(--color-bg);display:grid}.message-inbox-module__gxRJLW__message{min-width:0}.message-inbox-module__gxRJLW__messageBody{line-height:var(--lh-base);white-space:pre-wrap;word-break:break-word;margin:0}.message-inbox-module__gxRJLW__form{z-index:1;min-height:0;position:sticky;bottom:0}.message-inbox-module__gxRJLW__placeholder,.message-inbox-module__gxRJLW__emptyStateCard,.message-inbox-module__gxRJLW__emptyThreadState{gap:var(--space-1);padding:var(--space-3);color:var(--color-text-muted);display:grid}.message-inbox-module__gxRJLW__emptyTitle{font-size:var(--font-sm);font-weight:700}.message-inbox-module__gxRJLW__emptyState{margin:0}.message-inbox-module__gxRJLW__inlineConfirm{gap:var(--space-2);width:fit-content;max-width:100%;margin:var(--space-1);padding:var(--space-2);border:var(--border-width)solid var(--color-border-strong);border-radius:var(--radius-sm);background:var(--color-surface-raised);place-self:start;display:grid}@media (max-width:900px){.message-inbox-module__gxRJLW__portalLayout{grid-template-columns:1fr;gap:0;height:100%;max-height:100%;padding:0}.message-inbox-module__gxRJLW__sidebar,.message-inbox-module__gxRJLW__threadPanel{box-shadow:none;border:0;border-radius:0}.message-inbox-module__gxRJLW__sidebarHeader,.message-inbox-module__gxRJLW__threadHeader{z-index:1;position:sticky;top:0}.message-inbox-module__gxRJLW__message{max-width:calc(100% - (2*var(--space-2)))}.message-inbox-module__gxRJLW__form{bottom:0}.message-inbox-module__gxRJLW__inlineConfirm{width:auto}}
.register-module__7XwbEW__component{gap:var(--space-3);padding:var(--space-4);border:var(--border-width)solid var(--color-border);background:var(--color-surface-raised);display:grid}.register-module__7XwbEW__title{font-size:var(--font-lg)}.register-module__7XwbEW__field{gap:var(--space-1);display:grid}.register-module__7XwbEW__label{font-size:var(--font-xs);text-transform:uppercase}.register-module__7XwbEW__input{width:100%;padding:var(--input-pad-y)var(--input-pad-x);border:var(--border-width)solid var(--color-border-strong);background:var(--input-bg);color:var(--input-text)}.register-module__7XwbEW__error{color:var(--color-danger);font-size:var(--font-xs)}.register-module__7XwbEW__message{min-height:1.25em;font-size:var(--font-sm)}.register-module__7XwbEW__messageError{color:var(--color-danger)}.register-module__7XwbEW__messageSuccess{color:var(--color-success)}.register-module__7XwbEW__submit{padding:var(--space-2)var(--space-3);border:var(--border-width)solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);text-transform:uppercase;cursor:pointer}.register-module__7XwbEW__submit:disabled{opacity:.7;cursor:not-allowed}
.editor-module__8MZEfG__component{--color-black:var(--ink-950);--color-white:var(--linen-100);--color-yellow:var(--color-accent);--color-border-muted:var(--color-border);--color-gray-900:color-mix(in srgb,var(--color-surface-interactive)92%,transparent);--color-gray-800:color-mix(in srgb,var(--color-surface-raised)92%,transparent);--surface-editor-preview-panel-bg:radial-gradient(circle at top,color-mix(in srgb,var(--color-accent)20%,transparent),transparent 40%),linear-gradient(180deg,color-mix(in srgb,var(--color-surface)96%,transparent),color-mix(in srgb,var(--color-surface-raised)90%,transparent));--surface-editor-preview-stage-bg:linear-gradient(180deg,color-mix(in srgb,var(--color-surface-raised)25%,transparent),transparent 40%),linear-gradient(180deg,color-mix(in srgb,var(--color-surface-raised)98%,transparent),color-mix(in srgb,var(--color-surface)98%,transparent));--surface-editor-preview-glow:color-mix(in srgb,var(--color-accent)18%,transparent);--surface-editor-animation-controls-bg:linear-gradient(to top,color-mix(in srgb,var(--ink-950)80%,transparent)0%,transparent 100%);--border-editor-animation-button:color-mix(in srgb,var(--linen-100)20%,transparent);--surface-editor-animation-button-bg:color-mix(in srgb,var(--ink-950)50%,transparent);--border-editor-animation-button-hover:color-mix(in srgb,var(--linen-100)40%,transparent);--surface-editor-animation-button-hover-bg:color-mix(in srgb,var(--ink-950)70%,transparent);--surface-editor-section-bg:color-mix(in srgb,var(--color-bg)24%,transparent);--surface-editor-input-bg:color-mix(in srgb,var(--color-surface)86%,transparent);--border-editor-swatch:color-mix(in srgb,var(--linen-100)24%,transparent);--surface-editor-swatch:linear-gradient(135deg,color-mix(in srgb,var(--linen-100)24%,transparent),transparent 45%),linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--ink-950)22%,transparent)100%);--surface-editor-action-row:linear-gradient(180deg,transparent,color-mix(in srgb,var(--color-bg)92%,transparent)40%);gap:var(--space-3);display:grid}.editor-module__8MZEfG__headerCopy{color:var(--color-text-muted)}.editor-module__8MZEfG__body{gap:var(--space-3);grid-template-columns:minmax(16rem,23rem) minmax(0,1fr);display:grid}.editor-module__8MZEfG__previewPanel{align-content:start;gap:var(--space-2);padding:var(--space-2);border:var(--border-width)solid var(--color-border-muted);background:var(--surface-editor-preview-panel-bg);display:grid}.editor-module__8MZEfG__mobileDock{display:none}.editor-module__8MZEfG__previewStage{border:var(--border-width)solid var(--color-border-muted);background:var(--surface-editor-preview-stage-bg);min-height:24rem;position:relative;overflow:hidden}.editor-module__8MZEfG__previewGlow{background:var(--surface-editor-preview-glow);filter:blur(18px);border-radius:999px;height:2.5rem;position:absolute;inset:auto 10% 1.2rem}.editor-module__8MZEfG__canvas{width:100%;height:100%;position:absolute;inset:0}.editor-module__8MZEfG__previewMeta{gap:var(--space-1);padding:0 var(--space-1);display:grid}.editor-module__8MZEfG__previewName{font-size:var(--font-lg)}.editor-module__8MZEfG__previewNote{color:var(--color-text-dim);font-size:var(--font-xs)}.editor-module__8MZEfG__animationControlsOverlay{justify-content:center;gap:var(--space-1);padding:var(--space-2);background:var(--surface-editor-animation-controls-bg);flex-wrap:wrap;display:flex;position:absolute;bottom:0;left:0;right:0}.editor-module__8MZEfG__animButtonOverlay{padding:var(--space-1)var(--space-2);border:1px solid var(--border-editor-animation-button);background:var(--surface-editor-animation-button-bg);color:var(--color-text-dim);font-size:var(--font-xs);text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(4px);border-radius:999px;transition:all .2s}.editor-module__8MZEfG__animButtonOverlay:hover{border-color:var(--border-editor-animation-button-hover);color:var(--color-white);background:var(--surface-editor-animation-button-hover-bg)}.editor-module__8MZEfG__animButtonOverlayActive{background:var(--color-white);color:var(--color-black);border-color:var(--color-white)}.editor-module__8MZEfG__tabsRow{gap:var(--space-1);border-bottom:var(--border-width)solid var(--color-border-muted);margin-bottom:var(--space-2);display:flex}.editor-module__8MZEfG__tabButton{padding:var(--space-2)0;color:var(--color-text-dim);font-size:var(--font-sm);text-transform:uppercase;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;font-weight:700;transition:all .2s}.editor-module__8MZEfG__tabButton:hover{color:var(--color-text);background:var(--surface-editor-input-bg)}.editor-module__8MZEfG__tabButtonActive{color:var(--color-yellow);border-bottom-color:var(--color-yellow)}.editor-module__8MZEfG__controls{gap:var(--space-3);display:grid}.editor-module__8MZEfG__section{gap:var(--space-2);padding:var(--space-2);border:var(--border-width)solid var(--color-border-muted);background:var(--surface-editor-section-bg);display:grid}.editor-module__8MZEfG__sectionHeader{justify-content:space-between;align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.editor-module__8MZEfG__sectionLabel{color:var(--color-text);font-size:var(--font-sm);text-transform:uppercase;letter-spacing:var(--ls-wide);font-weight:700}.editor-module__8MZEfG__sectionHint{color:var(--color-text-dim);font-size:var(--font-xs)}.editor-module__8MZEfG__fieldGrid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.editor-module__8MZEfG__field{gap:var(--space-1);min-inline-size:0;display:grid}.editor-module__8MZEfG__colorField{gap:var(--space-2)}.editor-module__8MZEfG__fieldWide{grid-column:1/-1}.editor-module__8MZEfG__labelRow{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.editor-module__8MZEfG__label{color:var(--color-text-dim);font-size:var(--font-xs);text-transform:uppercase}fieldset.editor-module__8MZEfG__field{border:0;margin:0;padding:0}legend.editor-module__8MZEfG__label{margin-bottom:var(--space-1);padding:0}.editor-module__8MZEfG__colorValue{color:var(--color-text-muted);font-size:var(--font-xs);text-transform:uppercase}.editor-module__8MZEfG__input,.editor-module__8MZEfG__select{width:100%;min-height:2.6rem;padding:var(--space-2);border:var(--border-width)solid var(--color-border-muted);background:var(--surface-editor-input-bg);color:var(--color-text)}.editor-module__8MZEfG__fieldOptions{background:var(--color-border-muted);border:var(--border-width)solid var(--color-border-muted);border-radius:4px;grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:1px;display:grid;overflow:hidden}.editor-module__8MZEfG__optionButton{background:var(--surface-editor-input-bg);color:var(--color-text-dim);padding:var(--space-1);font-size:var(--font-xs);text-align:center;cursor:pointer;border:none;transition:all .2s}.editor-module__8MZEfG__optionButton:hover{background:var(--color-gray-900)}.editor-module__8MZEfG__optionButtonActive{background:var(--color-gray-800);color:var(--color-white);font-weight:700}.editor-module__8MZEfG__colorGrid{gap:calc(var(--space-2) + 2px);flex-wrap:wrap;display:flex}.editor-module__8MZEfG__colorField{align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.editor-module__8MZEfG__outfitColorGroups{gap:var(--space-3);flex-wrap:wrap;display:flex}.editor-module__8MZEfG__outfitColorGroup{gap:var(--space-2);align-content:start;display:grid}.editor-module__8MZEfG__outfitColorGroup .editor-module__8MZEfG__colorGrid{gap:calc(var(--space-2) + 2px);flex-wrap:wrap}.editor-module__8MZEfG__rangeRow{align-items:center;gap:var(--space-2);display:flex}.editor-module__8MZEfG__range{flex:auto}.editor-module__8MZEfG__rangeValue{color:var(--color-text-muted);font-size:var(--font-xs)}.editor-module__8MZEfG__actionRow{gap:var(--space-2);padding-top:var(--space-1);background:var(--surface-editor-action-row);flex-wrap:wrap;display:flex;position:sticky;bottom:0}.editor-module__8MZEfG__desktopActionRow{display:flex}.editor-module__8MZEfG__button{padding:var(--space-2)var(--space-3);border:var(--border-width)solid var(--color-border-muted);background:var(--surface-editor-input-bg);color:var(--color-text);text-transform:uppercase;cursor:pointer}.editor-module__8MZEfG__buttonPrimary{border-color:var(--color-yellow);background:var(--color-yellow);color:var(--color-black)}.editor-module__8MZEfG__message{color:var(--color-text-muted);font-size:var(--font-sm)}.editor-module__8MZEfG__messageError{color:var(--color-danger)}@media (max-width:64rem){.editor-module__8MZEfG__colorGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:56rem){.editor-module__8MZEfG__component{gap:var(--space-2);padding-bottom:calc(var(--space-4) + env(safe-area-inset-bottom))}.editor-module__8MZEfG__body{grid-template-columns:1fr}.editor-module__8MZEfG__previewStage{min-height:19rem}.editor-module__8MZEfG__controls{padding-bottom:calc(var(--space-5) + env(safe-area-inset-bottom))}.editor-module__8MZEfG__mobileDock{z-index:2;pointer-events:none;height:0;display:block;position:sticky;top:0;overflow:visible}.editor-module__8MZEfG__mobileDock:before{content:"";height:calc(9.35rem + (var(--space-2)*2) + (var(--border-width)*2));border:var(--border-width)solid var(--color-border-muted);background:linear-gradient(180deg,color-mix(in srgb,var(--color-bg)97%,transparent),color-mix(in srgb,var(--color-surface)94%,transparent));box-shadow:0 8px 24px color-mix(in srgb,var(--ink-950)24%,transparent);opacity:0;visibility:hidden;transform:translateY(calc(var(--space-2)*-1));transition:opacity var(--dur-base)var(--ease-out),transform var(--dur-base)var(--ease-out),visibility var(--dur-base)var(--ease-out);position:absolute;top:0;left:0;right:0}.editor-module__8MZEfG__mobileDockPreview,.editor-module__8MZEfG__mobileDockActions{opacity:0;visibility:hidden;transform:translateY(calc(var(--space-2)*-1));transition:opacity var(--dur-base)var(--ease-out),transform var(--dur-base)var(--ease-out),visibility var(--dur-base)var(--ease-out);position:absolute;left:0;right:0}.editor-module__8MZEfG__mobileDockVisible{pointer-events:auto}.editor-module__8MZEfG__mobileDockVisible:before,.editor-module__8MZEfG__mobileDockVisible .editor-module__8MZEfG__mobileDockPreview,.editor-module__8MZEfG__mobileDockVisible .editor-module__8MZEfG__mobileDockActions{opacity:1;visibility:visible;transform:translateY(0)}.editor-module__8MZEfG__mobileDockPreview{gap:var(--space-2);min-height:6.25rem;padding:var(--space-2)var(--space-2)var(--space-1);background:0 0;grid-template-columns:minmax(8.5rem,1fr) minmax(0,1.1fr);align-items:stretch;display:grid;top:0}.editor-module__8MZEfG__mobileDockStage{border:var(--border-width)solid var(--color-border-muted);background:var(--surface-editor-preview-stage-bg);align-self:stretch;width:100%;height:100%;min-height:100%;position:relative;overflow:hidden}.editor-module__8MZEfG__mobileDockMeta{align-content:center;gap:1px;min-width:0;display:grid}.editor-module__8MZEfG__mobileDockName{font-size:var(--font-sm);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.editor-module__8MZEfG__mobileDockNote{color:var(--color-text-dim);font-size:var(--font-2xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;display:-webkit-box;overflow:hidden}.editor-module__8MZEfG__mobileDockActions{top:calc(6.25rem + var(--space-1) + (var(--border-width)*2));gap:var(--space-1);padding-top:0;padding-right:var(--space-2);padding-bottom:var(--space-2);padding-left:var(--space-2);background:0 0;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.editor-module__8MZEfG__mobileDockActions .editor-module__8MZEfG__button{min-width:0}.editor-module__8MZEfG__desktopActionRow{display:none}}@media (max-width:40rem){.editor-module__8MZEfG__fieldGrid{grid-template-columns:1fr}.editor-module__8MZEfG__colorGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.header-auth-module__xiIaha__component{display:contents}.header-auth-module__xiIaha__actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:nowrap;min-width:0;display:flex}.header-auth-module__xiIaha__actionForm{display:flex}.header-auth-module__xiIaha__actionButton{white-space:nowrap}@media (max-width:40rem){.header-auth-module__xiIaha__actions{gap:var(--space-1)}.header-auth-module__xiIaha__actionButton{padding-inline:var(--space-2);font-size:var(--font-xs)}}
.header-module__FpSQAG__component{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);border-bottom:var(--border-width)solid var(--color-border-strong);background-color:var(--color-surface);display:flex}.header-module__FpSQAG__brandCluster{align-items:center;gap:var(--space-4);display:flex}.header-module__FpSQAG__homeLink{margin:0;line-height:0;display:inline-block}.header-module__FpSQAG__logo{width:14rem;max-width:100%;height:auto}.header-module__FpSQAG__nav{align-items:center;gap:var(--space-3);display:flex}.header-module__FpSQAG__navLink{color:var(--color-text);text-transform:uppercase;letter-spacing:var(--ls-wide);font-size:var(--font-xs);text-decoration:none}@media (max-width:30rem){.header-module__FpSQAG__brandCluster{gap:var(--space-2)}.header-module__FpSQAG__logo{width:10rem}}
.swatch-module__Q7gH4q__component{gap:var(--space-1);flex-direction:column;align-items:center;display:flex}.swatch-module__Q7gH4q__compact{align-items:flex-start}.swatch-module__Q7gH4q__label{color:var(--color-text-dim);font-size:var(--font-xs);text-transform:uppercase}.swatch-module__Q7gH4q__triggerWrap{position:relative}.swatch-module__Q7gH4q__row{gap:var(--space-2);flex-wrap:nowrap;display:flex}.swatch-module__Q7gH4q__button{border:1px solid var(--border-editor-swatch);border-radius:var(--radius-sm);background:var(--surface-editor-swatch),var(--swatch-color);cursor:pointer;width:1.55rem;height:1.55rem;padding:0}.swatch-module__Q7gH4q__buttonActive{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.swatch-module__Q7gH4q__panel{top:calc(100% + var(--space-2));z-index:2;gap:var(--space-2);width:max-content;min-width:12.5rem;max-width:calc(100vw - (var(--space-4)*2));padding:var(--space-2);border:var(--border-width)solid var(--color-border-muted);border-radius:var(--radius-md);background:color-mix(in srgb,var(--color-surface)96%,transparent);box-shadow:0 10px 24px color-mix(in srgb,var(--ink-950)18%,transparent);display:grid;position:absolute;left:0}@media (max-width:56rem){.swatch-module__Q7gH4q__row{gap:var(--space-1)}.swatch-module__Q7gH4q__button{width:1.4rem;height:1.4rem}}.swatch-module__Q7gH4q__customRow{align-items:center;gap:var(--space-2);display:flex}.swatch-module__Q7gH4q__customButton{color:var(--color-text-muted);font-size:var(--font-xs);text-transform:uppercase;cursor:pointer;background:0 0;border:none;padding:0}.swatch-module__Q7gH4q__customButton:hover,.swatch-module__Q7gH4q__customButtonOpen{color:var(--color-accent)}.swatch-module__Q7gH4q__input{cursor:pointer;background:0 0;border:none;width:2.4rem;height:1.55rem;padding:0}.swatch-module__Q7gH4q__input::-webkit-color-swatch-wrapper{padding:0}.swatch-module__Q7gH4q__input::-webkit-color-swatch{border:1px solid var(--border-editor-swatch);border-radius:var(--radius-sm)}
