.page-module__R7gYzq__workspace{gap:var(--space-6);flex-direction:column;display:flex}
@layer components{.badge-module__HxwJkq__root{align-items:center;gap:var(--space-1);min-height:24px;padding:3px var(--space-2);color:var(--color-text-muted);background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:var(--font-size-xs);font-weight:800;line-height:1.2;display:inline-flex}.badge-module__HxwJkq__accent{color:var(--color-accent-hover);background:var(--color-accent-soft);border-color:var(--color-accent)}.badge-module__HxwJkq__success{color:var(--color-success);background:var(--color-success-soft);border-color:var(--color-success)}.badge-module__HxwJkq__warning{color:var(--color-warning);background:var(--color-warning-soft);border-color:var(--color-warning)}.badge-module__HxwJkq__danger{color:var(--color-danger);background:var(--color-danger-soft);border-color:var(--color-danger)}}
@layer components{.button-module__5pdeQG__root{justify-content:center;align-items:center;gap:var(--space-2);min-width:0;min-height:var(--control-height-medium);padding-inline:var(--space-4);color:var(--color-text);border-radius:var(--radius-small);cursor:pointer;font-size:var(--font-size-sm);font-weight:800;line-height:var(--line-height-tight);text-align:center;transition:transform var(--motion-fast), color var(--motion-fast), background-color var(--motion-fast), border-color var(--motion-fast), box-shadow var(--motion-fast);background:0 0;border:1px solid #0000;display:inline-flex}.button-module__5pdeQG__root:hover:not(:disabled){transform:translateY(-1px)}.button-module__5pdeQG__root:active:not(:disabled){transform:translateY(0)}.button-module__5pdeQG__root:disabled,.button-module__5pdeQG__root[aria-disabled=true]{color:var(--color-text-muted);background:var(--color-surface-subtle);border-color:var(--color-border);cursor:not-allowed}.button-module__5pdeQG__primary{color:var(--color-accent-contrast);background:var(--color-accent);box-shadow:0 10px 28px var(--color-overlay)}.button-module__5pdeQG__primary:hover:not(:disabled){color:var(--color-accent-contrast);background:var(--color-accent-hover)}.button-module__5pdeQG__secondary{color:var(--color-text);background:var(--color-surface);border-color:var(--color-border)}.button-module__5pdeQG__secondary:hover:not(:disabled){border-color:var(--color-accent)}.button-module__5pdeQG__ghost{color:var(--color-text-muted);background:0 0}.button-module__5pdeQG__ghost:hover:not(:disabled){color:var(--color-text);background:var(--color-accent-soft)}.button-module__5pdeQG__danger{color:var(--color-danger);background:var(--color-danger-soft);border-color:var(--color-danger)}.button-module__5pdeQG__danger:hover:not(:disabled){color:var(--color-canvas-deep);background:var(--color-danger)}.button-module__5pdeQG__small{min-height:var(--control-height-small);padding-inline:var(--space-3);font-size:var(--font-size-xs)}.button-module__5pdeQG__large{min-height:var(--control-height-large);padding-inline:var(--space-5);font-size:var(--font-size-md)}.button-module__5pdeQG__full{width:100%}.button-module__5pdeQG__tile{width:100%;min-width:var(--control-height-medium);padding:var(--space-1);flex-direction:column;gap:0}.button-module__5pdeQG__icon{width:var(--control-height-medium);padding-inline:0}.button-module__5pdeQG__icon>span:not(.button-module__5pdeQG__spinner){display:none}.button-module__5pdeQG__loading{cursor:progress}.button-module__5pdeQG__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.7s linear infinite button-module__5pdeQG__spin}@keyframes button-module__5pdeQG__spin{to{transform:rotate(360deg)}}}
@layer components{.icon-button-module__F25Ioa__root{width:var(--control-height-medium);min-width:var(--control-height-medium);height:var(--control-height-medium);color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-small);cursor:pointer;transition:color var(--motion-fast), background-color var(--motion-fast), border-color var(--motion-fast);justify-content:center;align-items:center;padding:0;display:inline-flex}.icon-button-module__F25Ioa__root:hover:not(:disabled){color:var(--color-text);border-color:var(--color-accent)}.icon-button-module__F25Ioa__danger{color:var(--color-danger);background:var(--color-danger-soft);border-color:var(--color-danger)}.icon-button-module__F25Ioa__root:disabled{color:var(--color-text-muted);background:var(--color-surface-subtle);cursor:not-allowed}}
@layer components{.dialog-module__KWRyBq__root{width:min(calc(100% - (var(--space-4) * 2)), 620px);max-height:calc(100dvh - (var(--space-4) * 2));color:var(--color-text);background:0 0;border:0;padding:0;overflow:visible}.dialog-module__KWRyBq__root::backdrop{background:var(--color-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-module__KWRyBq__root[data-size=media],.dialog-module__KWRyBq__root[data-size=sheet]{width:min(calc(100% - (var(--space-4) * 2)), 960px)}.dialog-module__KWRyBq__panel{max-height:inherit;background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-large);box-shadow:var(--shadow-floating);overflow:auto}.dialog-module__KWRyBq__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-5);border-bottom:1px solid var(--color-border);display:flex}.dialog-module__KWRyBq__header h2{color:var(--color-text);font-size:var(--font-size-xl);margin:0}.dialog-module__KWRyBq__header p{margin:var(--space-2) 0 0;color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:var(--line-height-normal)}.dialog-module__KWRyBq__content{padding:var(--space-5)}.dialog-module__KWRyBq__actions{justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border);flex-wrap:wrap;display:flex}@media (max-width:560px){.dialog-module__KWRyBq__root[data-size=media]{width:100%;max-width:100%;height:100dvh;max-height:100dvh;margin:0}.dialog-module__KWRyBq__root[data-size=media] .dialog-module__KWRyBq__panel{border-radius:0;min-height:100%}.dialog-module__KWRyBq__root[data-size=sheet]{width:100%;max-width:100%;max-height:88dvh;margin:0;position:fixed;inset:auto 0 0}.dialog-module__KWRyBq__root[data-size=sheet] .dialog-module__KWRyBq__panel{border-radius:var(--radius-large) var(--radius-large) 0 0;max-height:88dvh}.dialog-module__KWRyBq__root{width:calc(100% - (var(--space-3) * 2))}.dialog-module__KWRyBq__header,.dialog-module__KWRyBq__content{padding:var(--space-4)}.dialog-module__KWRyBq__actions{padding:var(--space-3) var(--space-4)}.dialog-module__KWRyBq__actions>*{flex:auto}}}
@layer components{.empty-state-module__8ffMeq__root{justify-content:center;align-items:center;gap:var(--space-3);min-height:240px;padding:var(--space-6);color:var(--color-text-muted);background:var(--color-surface);border:1px dashed var(--color-border-strong);border-radius:var(--radius-large);text-align:center;flex-direction:column;display:flex}.empty-state-module__8ffMeq__root h2{color:var(--color-text);font-family:var(--font-display);font-size:var(--font-size-lg);margin:0}.empty-state-module__8ffMeq__root p{max-width:560px;line-height:var(--line-height-body);margin:0}.empty-state-module__8ffMeq__actions{justify-content:center;gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;display:flex}}
@layer components{.field-module__2c9WSG__root{gap:var(--space-2);min-width:0;color:var(--color-text);display:grid}.field-module__2c9WSG__label{font-size:var(--font-size-xs);font-weight:800}.field-module__2c9WSG__required{color:var(--color-danger)}.field-module__2c9WSG__control :is(input,select,textarea){width:100%;min-height:var(--control-height-medium);color:var(--color-text);background:var(--color-canvas-deep);border:1px solid var(--color-border);border-radius:var(--radius-small);padding:10px 12px}.field-module__2c9WSG__control textarea{resize:vertical;min-height:112px}.field-module__2c9WSG__control :is(input,select,textarea):hover:not(:disabled){border-color:var(--color-border-strong)}.field-module__2c9WSG__control :is(input,select,textarea)[aria-invalid=true]{border-color:var(--color-danger);box-shadow:0 0 0 2px var(--color-danger-soft)}.field-module__2c9WSG__control :is(input,select,textarea):disabled{color:var(--color-text-muted);background:var(--color-surface-subtle)}.field-module__2c9WSG__hint{color:var(--color-text-muted);font-size:var(--font-size-xs);line-height:var(--line-height-body);margin:0}.field-module__2c9WSG__error{color:var(--color-danger);font-size:var(--font-size-xs);font-weight:700;line-height:var(--line-height-body);margin:0}}
@layer components{.notice-module__t8V48W__root{align-items:flex-start;gap:var(--space-2);padding:var(--space-3) var(--space-4);color:var(--color-text);background:var(--color-accent-soft);border:1px solid var(--color-accent);border-radius:var(--radius-small);font-size:var(--font-size-sm);line-height:var(--line-height-body);display:flex}.notice-module__t8V48W__success{color:var(--color-success);background:var(--color-success-soft);border-color:var(--color-success)}.notice-module__t8V48W__warning{color:var(--color-warning);background:var(--color-warning-soft);border-color:var(--color-warning)}.notice-module__t8V48W__error{color:var(--color-danger);background:var(--color-danger-soft);border-color:var(--color-danger)}.notice-module__t8V48W__content{min-width:0}}
@layer components{.panel-module__c1Ue7G__root{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium)}.panel-module__c1Ue7G__raised{background:var(--color-surface-raised);border-color:var(--color-border-strong);box-shadow:var(--shadow-card)}.panel-module__c1Ue7G__subtle{background:var(--color-surface-subtle)}.panel-module__c1Ue7G__danger{background:var(--color-danger-soft);border-color:var(--color-danger)}.panel-module__c1Ue7G__small{padding:var(--space-3)}.panel-module__c1Ue7G__medium{padding:var(--space-5)}.panel-module__c1Ue7G__large{padding:var(--space-6)}}
@layer components{.skeleton-module__1-WBOW__root{background:linear-gradient(90deg, var(--color-surface-subtle), var(--color-surface-raised), var(--color-surface-subtle));border-radius:var(--radius-small);background-size:200% 100%;animation:1.4s ease-in-out infinite skeleton-module__1-WBOW__shimmer;display:block}.skeleton-module__1-WBOW__text{width:100%;height:1em}.skeleton-module__1-WBOW__media{aspect-ratio:16/10;width:100%}.skeleton-module__1-WBOW__card{border-radius:var(--radius-medium);width:100%;min-height:180px}@keyframes skeleton-module__1-WBOW__shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton-module__1-WBOW__root{animation:none}}}
@layer components{.tabs-module__lVWYQa__list{align-items:stretch;gap:var(--space-1);padding:var(--space-1);background:var(--color-canvas-deep);border:1px solid var(--color-border);border-radius:var(--radius-medium);scrollbar-width:thin;display:flex;overflow-x:auto}.tabs-module__lVWYQa__tab{min-height:var(--control-height-medium);padding:var(--space-2) var(--space-3);color:var(--color-text-muted);border-radius:var(--radius-small);cursor:pointer;font-size:var(--font-size-xs);background:0 0;border:1px solid #0000;flex:1 0 auto;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.tabs-module__lVWYQa__tab:hover{color:var(--color-text);background:var(--color-surface-subtle)}.tabs-module__lVWYQa__tab[aria-selected=true],.tabs-module__lVWYQa__tab[aria-current=page]{color:var(--color-accent-contrast);background:var(--color-accent);border-color:var(--color-accent)}}
@layer components{.header-module__bY5_QG__mobileBeastmaster[aria-current=page]{color:var(--color-accent);border-color:var(--color-accent);box-shadow:var(--shadow-focus)}.header-module__bY5_QG__actionSecondary,.header-module__bY5_QG__actionPrimary{display:contents}.header-module__bY5_QG__actionLabel{display:inline}@media (max-width:1150px){.header-module__bY5_QG__actionSecondary,.header-module__bY5_QG__actionLabel{display:none}}}
@layer components{.generator-standalone-layout-module__SsaGba__navigation{margin-bottom:var(--space-5)}}
@layer components{.mobile-generator-toolbar-module__dVKx5q__toolbar,.mobile-generator-toolbar-module__dVKx5q__close{display:none}@media (max-width:700px){.mobile-generator-toolbar-module__dVKx5q__toolbar{z-index:var(--z-popover);right:var(--space-3);bottom:calc(var(--space-3) + env(safe-area-inset-bottom));left:var(--space-3);gap:var(--space-2);padding:var(--space-2);background:var(--color-surface-subtle);border:1px solid var(--color-border-strong);border-radius:var(--radius-medium);box-shadow:var(--shadow-floating);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:1fr 1fr 1.15fr;display:grid;position:fixed}.mobile-generator-toolbar-module__dVKx5q__toolbar button{min-height:var(--control-height-large);padding-inline:var(--space-2);font-size:var(--font-size-xs)}.mobile-generator-toolbar-module__dVKx5q__close{z-index:var(--z-dialog);top:calc(var(--space-3) + env(safe-area-inset-top));right:var(--space-3);display:block;position:fixed}}}
@layer components{.action-bar-module__jje1dW__root{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.action-bar-module__jje1dW__end{justify-content:flex-end}.action-bar-module__jje1dW__between{justify-content:space-between}.action-bar-module__jje1dW__sticky{z-index:10;bottom:max(var(--space-3), env(safe-area-inset-bottom));padding:var(--space-2);background:var(--color-overlay);border:1px solid var(--color-border);border-radius:var(--radius-medium);box-shadow:var(--shadow-floating);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky}@media (max-width:700px){.action-bar-module__jje1dW__mobileStack{grid-template-columns:1fr;display:grid}.action-bar-module__jje1dW__mobileStack>*{width:100%}}}
@layer components{.breadcrumbs-module__gQ_nGW__root{min-width:0;padding-block:var(--space-4);color:var(--color-text-muted);font-size:var(--font-size-xs)}.breadcrumbs-module__gQ_nGW__root ol{align-items:center;gap:var(--space-2);min-width:0;margin:0;padding:0;list-style:none;display:flex}.breadcrumbs-module__gQ_nGW__item{align-items:center;gap:var(--space-2);min-width:0;display:flex}.breadcrumbs-module__gQ_nGW__item a{min-height:var(--control-height-medium);color:var(--color-text-muted);align-items:center;text-decoration:none;display:inline-flex}.breadcrumbs-module__gQ_nGW__item a:hover{color:var(--color-accent);text-underline-offset:.2em;text-decoration:underline}.breadcrumbs-module__gQ_nGW__item a:focus-visible{border-radius:var(--radius-small);box-shadow:var(--shadow-focus);outline:none}.breadcrumbs-module__gQ_nGW__current{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.breadcrumbs-module__gQ_nGW__separator{color:var(--color-border-strong);flex:none}.breadcrumbs-module__gQ_nGW__mobileBack{display:none}@media (max-width:560px){.breadcrumbs-module__gQ_nGW__root{padding-block:var(--space-3)}.breadcrumbs-module__gQ_nGW__item{display:none}.breadcrumbs-module__gQ_nGW__item:nth-last-child(2){display:flex}.breadcrumbs-module__gQ_nGW__item:nth-last-child(2) .breadcrumbs-module__gQ_nGW__separator{display:none}.breadcrumbs-module__gQ_nGW__item:nth-last-child(2) a{gap:var(--space-2);color:var(--color-text);font-weight:700}.breadcrumbs-module__gQ_nGW__mobileBack{flex:none;display:block}}}
@layer components{.filter-bar-module__n5JtDW__root{align-items:end;gap:var(--space-3);margin-bottom:var(--space-6);padding:var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.filter-bar-module__n5JtDW__actions{justify-content:flex-end;align-items:center;gap:var(--space-2);flex-wrap:wrap;grid-column:1/-1;display:flex}.filter-bar-module__n5JtDW__fields{align-items:end;gap:var(--space-3);grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));display:grid}.filter-bar-module__n5JtDW__search{grid-template-columns:minmax(0,1fr) auto}.filter-bar-module__n5JtDW__search .filter-bar-module__n5JtDW__actions{grid-column:auto}.filter-bar-module__n5JtDW__searchSort{grid-template-columns:minmax(0,1fr) minmax(12rem,.4fr);align-items:start}.filter-bar-module__n5JtDW__searchSort>details{grid-column:1/-1}.filter-bar-module__n5JtDW__spot{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(140px,.7fr)}.filter-bar-module__n5JtDW__spot>details{grid-column:1/4;align-self:stretch}.filter-bar-module__n5JtDW__spot>details>summary{min-height:var(--control-height-medium);color:var(--color-text-muted);cursor:pointer;font-size:var(--font-size-xs);align-items:center;font-weight:800;display:flex}.filter-bar-module__n5JtDW__spot>details>div{gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--color-border);flex-wrap:wrap;display:flex}.filter-bar-module__n5JtDW__spot>details label{align-items:center;gap:var(--space-2);min-height:40px;padding:var(--space-2) var(--space-3);color:var(--color-text-muted);background:var(--color-surface-subtle);border:1px solid var(--color-border);cursor:pointer;font-size:var(--font-size-xs);border-radius:999px;display:inline-flex}.filter-bar-module__n5JtDW__spot>details input{width:16px;height:16px;accent-color:var(--color-accent);margin:0}.filter-bar-module__n5JtDW__spot .filter-bar-module__n5JtDW__actions{grid-area:2/4;align-self:end}@media (max-width:1000px) and (min-width:701px){.filter-bar-module__n5JtDW__spot{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-bar-module__n5JtDW__spot>details,.filter-bar-module__n5JtDW__spot .filter-bar-module__n5JtDW__actions{grid-area:auto/1/auto/-1}}@media (max-width:700px){.filter-bar-module__n5JtDW__root,.filter-bar-module__n5JtDW__fields,.filter-bar-module__n5JtDW__search,.filter-bar-module__n5JtDW__searchSort,.filter-bar-module__n5JtDW__spot{row-gap:var(--space-4);grid-template-columns:1fr}.filter-bar-module__n5JtDW__actions,.filter-bar-module__n5JtDW__search .filter-bar-module__n5JtDW__actions,.filter-bar-module__n5JtDW__spot .filter-bar-module__n5JtDW__actions,.filter-bar-module__n5JtDW__spot>details{grid-area:auto/1}.filter-bar-module__n5JtDW__actions>*{width:100%}.filter-bar-module__n5JtDW__spot>details>div{gap:var(--space-2)}}}
@layer components{.form-section-module__kBZJFW__root{gap:var(--space-5);padding:var(--space-5);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);display:grid}.form-section-module__kBZJFW__heading span{color:var(--color-accent);font-family:var(--font-mono);letter-spacing:.18em;font-size:.625rem;font-weight:800}.form-section-module__kBZJFW__heading h2{margin:var(--space-1) 0 0;font-family:var(--font-display);font-size:var(--font-size-lg)}.form-section-module__kBZJFW__heading p{margin:var(--space-2) 0 0;color:var(--color-text-muted);font-size:var(--font-size-xs);line-height:var(--line-height-body)}.form-section-module__kBZJFW__content{gap:var(--space-4);display:grid}}
@layer components{.media-card-shell-module__lA0Zia__root{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);transition:transform var(--motion-fast), border-color var(--motion-fast), box-shadow var(--motion-fast);overflow:hidden}.media-card-shell-module__lA0Zia__root:focus-within,.media-card-shell-module__lA0Zia__root:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-card);transform:translateY(-2px)}.media-card-shell-module__lA0Zia__media{aspect-ratio:16/10;background:var(--color-canvas-deep);position:relative;overflow:hidden}.media-card-shell-module__lA0Zia__body{gap:var(--space-3);padding:var(--space-4);display:grid}}
@layer components{.page-heading-module__qhx-ha__root{justify-content:space-between;align-items:flex-end;gap:var(--space-5);margin-block:var(--space-6);display:flex}.page-heading-module__qhx-ha__copy{min-width:0}.page-heading-module__qhx-ha__eyebrow{align-items:center;gap:var(--space-2);margin:0 0 var(--space-3);color:var(--color-accent);font-family:var(--font-mono);letter-spacing:.2em;font-size:.625rem;font-weight:800;display:flex}.page-heading-module__qhx-ha__title{color:var(--color-text);font-family:var(--font-display);text-wrap:balance;margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.2}.page-heading-module__qhx-ha__description{max-width:760px;margin:var(--space-3) 0 0;color:var(--color-text-muted);font-size:var(--font-size-sm);line-height:var(--line-height-body)}.page-heading-module__qhx-ha__actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;flex:none;display:flex}.page-heading-module__qhx-ha__center{text-align:center;flex-direction:column;align-items:center}.page-heading-module__qhx-ha__center .page-heading-module__qhx-ha__description{margin-inline:auto}.page-heading-module__qhx-ha__center .page-heading-module__qhx-ha__actions{justify-content:center}@media (max-width:700px){.page-heading-module__qhx-ha__root{margin-block:var(--space-5);flex-direction:column;align-items:stretch}.page-heading-module__qhx-ha__actions{grid-template-columns:1fr;display:grid}.page-heading-module__qhx-ha__actions>*{width:100%}}}
@layer components{.pagination-module__Y85yvq__root{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-7);flex-wrap:wrap;display:flex}.pagination-module__Y85yvq__entry{align-items:center;gap:var(--space-4);display:inline-flex}.pagination-module__Y85yvq__status{color:var(--color-text-muted);font-family:var(--font-mono);font-size:var(--font-size-xs)}}
@layer components{.responsive-list-module__8Q5wZa__root{gap:var(--space-3);min-width:0;display:grid}.responsive-list-module__8Q5wZa__comfortable{gap:var(--space-5)}.responsive-list-module__8Q5wZa__compact{gap:var(--space-2)}}
@layer components{.section-heading-module__NchSAW__root>div{overflow-wrap:anywhere;min-width:0}.section-heading-module__NchSAW__root{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.section-heading-module__NchSAW__eyebrow{margin-bottom:var(--space-1);color:var(--color-accent);font-family:var(--font-mono);letter-spacing:.18em;font-size:.625rem;font-weight:800;display:block}.section-heading-module__NchSAW__title{color:var(--color-text);font-family:var(--font-display);margin:0;font-size:clamp(1.25rem,3vw,1.5rem);line-height:1.3}.section-heading-module__NchSAW__description{margin:var(--space-2) 0 0;color:var(--color-text-muted);font-size:var(--font-size-xs);line-height:var(--line-height-body)}.section-heading-module__NchSAW__action{color:var(--color-text-muted);font-size:var(--font-size-xs);flex:none}@media (max-width:520px){.section-heading-module__NchSAW__root{flex-direction:column;align-items:flex-start}}}
@layer components{.status-summary-module__zZjN7G__root{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);grid-template-columns:repeat(auto-fit,minmax(130px,1fr));display:grid;overflow:hidden}.status-summary-module__zZjN7G__item{gap:var(--space-1);padding:var(--space-4);border-right:1px solid var(--color-border);display:grid}.status-summary-module__zZjN7G__item:last-child{border-right:0}.status-summary-module__zZjN7G__item span{color:var(--color-text-muted);font-size:var(--font-size-xs)}.status-summary-module__zZjN7G__item strong{color:var(--color-text);font-size:var(--font-size-lg)}@media (max-width:520px){.status-summary-module__zZjN7G__item{border-right:0;border-bottom:1px solid var(--color-border)}.status-summary-module__zZjN7G__item:last-child{border-bottom:0}}.status-summary-module__zZjN7G__compact{grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.status-summary-module__zZjN7G__compact .status-summary-module__zZjN7G__item{padding:var(--space-3);border-bottom:0;min-width:0}.status-summary-module__zZjN7G__compact .status-summary-module__zZjN7G__item dd{margin:0}.status-summary-module__zZjN7G__compact .status-summary-module__zZjN7G__item strong{font-size:var(--font-size-body);overflow-wrap:anywhere}}
.lab-module___wxEuW__page{max-width:var(--reading-width);padding:var(--space-6) var(--space-4) var(--space-8);margin-inline:auto}.lab-module___wxEuW__content{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.lab-module___wxEuW__viewer{gap:var(--space-4);flex-direction:column;min-width:0;display:flex;position:relative}.lab-module___wxEuW__viewer[data-integrated] .lab-module___wxEuW__stage,.lab-module___wxEuW__viewer[data-integrated] .lab-module___wxEuW__flat{height:min(42svh,420px)}.lab-module___wxEuW__stage{touch-action:pan-y;border-radius:var(--radius-large);background:radial-gradient(ellipse at center, var(--color-surface-subtle), var(--color-canvas-deep));width:100%;height:min(62svh,620px);min-height:260px;overflow:hidden}.lab-module___wxEuW__stage canvas{object-fit:contain;width:100%;height:100%;display:block}.lab-module___wxEuW__video{background:var(--color-canvas-deep);border-radius:var(--radius-large);width:100%;max-height:65svh}.lab-module___wxEuW__flat{background:var(--color-canvas-deep);pointer-events:none;justify-content:center;align-items:center;height:min(62svh,620px);min-height:260px;display:flex;position:absolute;inset:0 0 auto}.lab-module___wxEuW__flat img{object-fit:contain;max-width:77%;max-height:77%}.lab-module___wxEuW__compare{padding-top:var(--space-4);justify-content:center;display:flex}.lab-module___wxEuW__inputs{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.lab-module___wxEuW__editor{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}@media (max-width:600px){.lab-module___wxEuW__inputs{grid-template-columns:minmax(0,1fr)}.lab-module___wxEuW__page{padding-top:var(--space-4)}}
@layer components{.disclosure-module__9CXfJa__root{border:1px solid var(--color-border);border-radius:var(--radius-medium);background:var(--color-surface);min-width:0}.disclosure-module__9CXfJa__summary{justify-content:space-between;align-items:center;gap:var(--space-3);min-height:var(--control-height-large);padding:var(--space-3) var(--space-4);color:var(--color-text);cursor:pointer;font-weight:700;list-style:none;display:flex}.disclosure-module__9CXfJa__summary::-webkit-details-marker{display:none}.disclosure-module__9CXfJa__summary:hover{color:var(--color-accent)}.disclosure-module__9CXfJa__summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:var(--space-1);border-radius:var(--radius-medium)}.disclosure-module__9CXfJa__chevron{flex-shrink:0}.disclosure-module__9CXfJa__root[open]>.disclosure-module__9CXfJa__summary .disclosure-module__9CXfJa__chevron{transform:rotate(180deg)}.disclosure-module__9CXfJa__content{padding:var(--space-3) var(--space-4) var(--space-4)}}
@layer pages{.page-module__nHj38a__page{gap:var(--space-6);display:grid}.page-module__nHj38a__sources{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-medium);display:flex}.page-module__nHj38a__sources>div:first-child{gap:var(--space-1);display:grid}.page-module__nHj38a__sources span{color:var(--color-text-muted);font-family:var(--font-mono);font-size:var(--font-size-xs)}.page-module__nHj38a__sourceLinks{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}@media (max-width:700px){.page-module__nHj38a__page{gap:var(--space-5)}.page-module__nHj38a__sources{flex-direction:column;align-items:stretch}.page-module__nHj38a__sourceLinks{justify-content:stretch;display:grid}}}
.page-module__Af-lzW__shortcuts{margin-block:var(--space-7)}
.page-module__qhNvBq__related{margin-block-start:var(--space-7)}@media (max-width:700px){.page-module__qhNvBq__related{margin-block-start:var(--space-6)}}
@layer components{.discovery-next-steps-module__6GSkqa__root{min-width:0;margin-block:var(--space-6)}.discovery-next-steps-module__6GSkqa__content{gap:var(--space-5);overflow-wrap:anywhere;min-width:0;display:grid}@media (max-width:700px){.discovery-next-steps-module__6GSkqa__root{margin-block:var(--space-5)}}}
.hotbars-module__ycfXxa__stack,.hotbars-module__ycfXxa__editor{gap:var(--space-5);min-width:0;display:grid}.hotbars-module__ycfXxa__workspace{gap:var(--space-4);min-width:0;display:grid}.hotbars-module__ycfXxa__boardContainer{container-type:inline-size}.hotbars-module__ycfXxa__board{gap:var(--space-5);min-width:0;display:grid}.hotbars-module__ycfXxa__side{gap:var(--space-3);min-width:0;display:grid}.hotbars-module__ycfXxa__side h3{color:var(--color-accent);font-size:var(--font-size-section);margin:0}.hotbars-module__ycfXxa__groups{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hotbars-module__ycfXxa__diamond{gap:var(--space-1);grid-template-rows:repeat(3,auto);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.hotbars-module__ycfXxa__position{min-width:0}.hotbars-module__ycfXxa__position[data-position="0"]{grid-area:1/2}.hotbars-module__ycfXxa__position[data-position="1"]{grid-area:2/3}.hotbars-module__ycfXxa__position[data-position="2"]{grid-area:3/2}.hotbars-module__ycfXxa__position[data-position="3"]{grid-area:2/1}.hotbars-module__ycfXxa__slotIcon{flex-shrink:0;place-items:center;width:28px;height:32px;display:grid}.hotbars-module__ycfXxa__slotIcon img{object-fit:contain;width:28px;height:28px}.hotbars-module__ycfXxa__slotKey{font-size:var(--font-size-caption)}.hotbars-module__ycfXxa__readSlot{border:1px solid var(--color-border);border-radius:var(--radius-small);background:var(--color-surface-subtle);place-items:center;min-height:44px;display:grid}.hotbars-module__ycfXxa__picker{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hotbars-module__ycfXxa__actionContent{align-items:center;gap:var(--space-2);text-align:left;width:100%;min-width:0;display:flex}.hotbars-module__ycfXxa__actionContent img{flex:none}.hotbars-module__ycfXxa__actionText{overflow-wrap:anywhere;font-size:var(--font-size-label);display:grid}.hotbars-module__ycfXxa__muted{color:var(--color-text-muted);font-size:var(--font-size-label)}.hotbars-module__ycfXxa__fields{gap:var(--space-4);display:grid}.hotbars-module__ycfXxa__cards{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));display:grid}.hotbars-module__ycfXxa__jobs{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.hotbars-module__ycfXxa__description{white-space:pre-wrap;overflow-wrap:anywhere}.hotbars-module__ycfXxa__slotList{gap:var(--space-2);font-size:var(--font-size-label);padding:0;list-style:none;display:grid}@media (min-width:640px){.hotbars-module__ycfXxa__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1000px){.hotbars-module__ycfXxa__editor{grid-template-columns:minmax(280px,.8fr) minmax(0,1.5fr);align-items:start}.hotbars-module__ycfXxa__workspace{grid-area:1/2}.hotbars-module__ycfXxa__desktopPicker{grid-area:1/1}}@media (max-width:999px){.hotbars-module__ycfXxa__desktopPicker{display:none}}@container (min-width:640px){.hotbars-module__ycfXxa__board{grid-template-columns:repeat(2,minmax(0,1fr))}}
.spot-feature-discovery-module__7QF8mq__root{min-width:0;margin-block:var(--space-7)}.spot-feature-discovery-module__7QF8mq__groups{gap:var(--space-3);display:grid}.spot-feature-discovery-module__7QF8mq__links{gap:var(--space-3);flex-wrap:wrap;display:flex}
.page-module__8wTA3G__photos{gap:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));display:grid}.page-module__8wTA3G__photo{gap:var(--space-3);overflow-wrap:anywhere;flex-direction:column;min-width:0;display:flex}.page-module__8wTA3G__photo img{aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius-card);width:100%}
.page-module__DQyRGG__section{margin-block-start:var(--space-7)}.page-module__DQyRGG__cards{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.page-module__DQyRGG__cardBody{gap:var(--space-4);display:grid}.page-module__DQyRGG__takeaways{line-height:var(--line-height-body);margin:0;padding-inline-start:var(--space-5)}.page-module__DQyRGG__takeaways li+li{margin-block-start:var(--space-2)}@media (max-width:700px){.page-module__DQyRGG__cards{grid-template-columns:minmax(0,1fr)}.page-module__DQyRGG__section{margin-block-start:var(--space-6)}}
.not-found-module__sxuMuG__content{padding-block:var(--space-8);align-items:stretch;gap:var(--space-7);flex-direction:column;display:flex}@media (max-width:700px){.not-found-module__sxuMuG__content{padding-block:var(--space-6);gap:var(--space-6)}}
@layer components{.beastmaster-checklist-module__6xzfMq__root{gap:var(--space-4);padding-bottom:var(--space-8);display:grid}.beastmaster-checklist-module__6xzfMq__progress{height:var(--space-2);background:var(--color-surface-subtle);border:1px solid var(--color-border);border-radius:var(--radius-pill);overflow:hidden}.beastmaster-checklist-module__6xzfMq__progress span{background:var(--color-success);height:100%;transition:width var(--motion-normal) ease;display:block}.beastmaster-checklist-module__6xzfMq__filters{gap:var(--space-4);display:grid}.beastmaster-checklist-module__6xzfMq__searchControl{display:block;position:relative}.beastmaster-checklist-module__6xzfMq__searchControl svg{top:50%;left:var(--space-3);color:var(--color-text-muted);pointer-events:none;position:absolute;transform:translateY(-50%)}.beastmaster-checklist-module__6xzfMq__searchControl input{padding-left:var(--space-7)}.beastmaster-checklist-module__6xzfMq__list{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.beastmaster-checklist-module__6xzfMq__card{gap:var(--space-3);grid-template-columns:auto minmax(0,1fr);align-items:start;display:grid}.beastmaster-checklist-module__6xzfMq__number{color:var(--color-brand-secondary);font-family:var(--font-mono);font-size:var(--font-size-caption);grid-area:2/1;font-weight:800}.beastmaster-checklist-module__6xzfMq__cardCopy{grid-area:1/2/span 3;min-width:0}.beastmaster-checklist-module__6xzfMq__cardCopy h3{margin:0 0 var(--space-1);font-size:var(--font-size-xl);line-height:var(--line-height-heading)}.beastmaster-checklist-module__6xzfMq__cardCopy p{color:var(--color-text-muted);line-height:var(--line-height-body);margin:0}.beastmaster-checklist-module__6xzfMq__cardCopy .beastmaster-checklist-module__6xzfMq__target{margin-top:var(--space-2);color:var(--color-text);font-size:var(--font-size-label)}.beastmaster-checklist-module__6xzfMq__cardCopy .beastmaster-checklist-module__6xzfMq__coordinates{gap:var(--space-1) var(--space-2);margin-top:var(--space-2);color:var(--color-text-muted);font-family:var(--font-mono);font-size:var(--font-size-caption);flex-wrap:wrap;display:flex}.beastmaster-checklist-module__6xzfMq__coordinates strong{color:var(--color-text);font-family:var(--font-body)}.beastmaster-checklist-module__6xzfMq__coordinates span:first-of-type{color:var(--color-accent)}.beastmaster-checklist-module__6xzfMq__cardCopy dl{margin:var(--space-3) 0 0;padding-top:var(--space-3);border-top:1px solid var(--color-border)}.beastmaster-checklist-module__6xzfMq__cardCopy dl div{gap:var(--space-1);display:grid}.beastmaster-checklist-module__6xzfMq__cardCopy dt{color:var(--color-text-muted);font-size:var(--font-size-caption);font-weight:800}.beastmaster-checklist-module__6xzfMq__cardCopy dd{font-size:var(--font-size-label);margin:0}.beastmaster-checklist-module__6xzfMq__captureToggle{grid-template-columns:var(--control-height-medium);cursor:pointer;align-items:center;display:inline-grid}.beastmaster-checklist-module__6xzfMq__captureToggle input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.beastmaster-checklist-module__6xzfMq__captureToggle span{width:var(--control-height-medium);height:var(--control-height-medium);color:#0000;background:var(--color-canvas-deep);border:1px solid var(--color-border-strong);border-radius:var(--radius-small);place-items:center;display:grid}.beastmaster-checklist-module__6xzfMq__captureToggle input:checked+span{color:var(--color-accent-contrast);background:var(--color-success);border-color:var(--color-success)}.beastmaster-checklist-module__6xzfMq__captureToggle input:focus-visible+span{box-shadow:var(--shadow-focus);outline:none}.beastmaster-checklist-module__6xzfMq__captureToggle b{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.beastmaster-checklist-module__6xzfMq__cardAction{grid-column:1/-1;justify-content:flex-end;display:flex}.beastmaster-checklist-module__6xzfMq__mapModalContent{gap:var(--space-4);display:grid}.beastmaster-checklist-module__6xzfMq__mapCanvas{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-large);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.beastmaster-checklist-module__6xzfMq__mapCanvas img{-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.beastmaster-checklist-module__6xzfMq__mapPin{z-index:3;width:var(--control-height-medium);height:var(--control-height-medium);color:var(--color-accent-contrast);background:var(--color-accent);border:3px solid var(--color-canvas-deep);border-radius:var(--radius-pill);box-shadow:var(--shadow-card);cursor:pointer;transform:translate(-50%, -50%) scale(var(--map-inverse-scale));place-items:center;padding:0;display:grid;position:absolute}.beastmaster-checklist-module__6xzfMq__mapPin[aria-pressed=true]{color:var(--color-canvas-deep);background:var(--color-brand-secondary);box-shadow:var(--shadow-focus)}.beastmaster-checklist-module__6xzfMq__mapPin span{font-family:var(--font-mono);font-weight:900}.beastmaster-checklist-module__6xzfMq__mapLegend{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.beastmaster-checklist-module__6xzfMq__mapLegend button{align-items:center;gap:var(--space-2);min-height:var(--control-height-medium);padding:var(--space-2) var(--space-3);color:var(--color-text);text-align:left;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-small);cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;display:grid}.beastmaster-checklist-module__6xzfMq__mapLegend button[aria-pressed=true]{border-color:var(--color-accent);box-shadow:var(--shadow-focus)}.beastmaster-checklist-module__6xzfMq__mapLegend strong,.beastmaster-checklist-module__6xzfMq__mapLegend small{color:var(--color-text-muted);font-family:var(--font-mono);font-size:var(--font-size-caption)}.beastmaster-checklist-module__6xzfMq__mapLegend span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.beastmaster-checklist-module__6xzfMq__reset{justify-content:flex-end;display:flex}@media (max-width:800px){.beastmaster-checklist-module__6xzfMq__list{grid-template-columns:1fr}}@media (max-width:700px){.beastmaster-checklist-module__6xzfMq__root{gap:var(--space-5)}.beastmaster-checklist-module__6xzfMq__cardCopy h3{font-size:var(--font-size-section)}.beastmaster-checklist-module__6xzfMq__mapLegend{grid-template-columns:1fr}.beastmaster-checklist-module__6xzfMq__reset>*{width:100%}}@media (prefers-reduced-motion:reduce){.beastmaster-checklist-module__6xzfMq__progress span{transition:none}}.beastmaster-checklist-module__6xzfMq__areaList,.beastmaster-checklist-module__6xzfMq__areaSection,.beastmaster-checklist-module__6xzfMq__beastContent{gap:var(--space-3);min-width:0;display:grid}.beastmaster-checklist-module__6xzfMq__areaList{gap:var(--space-6)}.beastmaster-checklist-module__6xzfMq__areaProgress{width:100%;height:var(--space-2);accent-color:var(--color-success);display:block}.beastmaster-checklist-module__6xzfMq__rowHeading,.beastmaster-checklist-module__6xzfMq__quickActions,.beastmaster-checklist-module__6xzfMq__beastActions{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.beastmaster-checklist-module__6xzfMq__rowHeading{justify-content:space-between}.beastmaster-checklist-module__6xzfMq__rowHeading h2,.beastmaster-checklist-module__6xzfMq__rowHeading h3,.beastmaster-checklist-module__6xzfMq__beastContent p{overflow-wrap:anywhere;margin:0}.beastmaster-checklist-module__6xzfMq__rowHeading h2,.beastmaster-checklist-module__6xzfMq__rowHeading h3{font-size:var(--font-size-section)}.beastmaster-checklist-module__6xzfMq__rowHeading small{color:var(--color-text-muted);font-size:var(--font-size-caption)}.beastmaster-checklist-module__6xzfMq__coordinateList{gap:var(--space-2) var(--space-4);font-family:var(--font-mono);font-size:var(--font-size-body);flex-wrap:wrap;display:flex}.beastmaster-checklist-module__6xzfMq__coordinateList strong{white-space:nowrap}.beastmaster-checklist-module__6xzfMq__checkRow{gap:var(--space-2);min-height:var(--control-height-medium);cursor:pointer;align-items:center;display:flex}.beastmaster-checklist-module__6xzfMq__checkRow input{width:var(--space-5);height:var(--space-5);accent-color:var(--color-success);flex-shrink:0}.beastmaster-checklist-module__6xzfMq__checkRow span{overflow-wrap:anywhere}.beastmaster-checklist-module__6xzfMq__beastDetails summary{min-height:var(--control-height-medium);cursor:pointer;color:var(--color-text-muted);align-items:center;display:flex}.beastmaster-checklist-module__6xzfMq__beastDetails summary:before{content:"+";margin-right:var(--space-2)}.beastmaster-checklist-module__6xzfMq__beastDetails[open] summary:before{content:"−"}.beastmaster-checklist-module__6xzfMq__beastDetails ul{padding-left:var(--space-5);margin:0}.beastmaster-checklist-module__6xzfMq__beastContent p{color:var(--color-text-muted)}.beastmaster-checklist-module__6xzfMq__mapChoices{gap:var(--space-2);flex-wrap:wrap;display:flex}.beastmaster-checklist-module__6xzfMq__mapPin[data-caught=true]{background:var(--color-success)}.beastmaster-checklist-module__6xzfMq__mapPin[aria-pressed=true]{z-index:4}.beastmaster-checklist-module__6xzfMq__nextHunt{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.beastmaster-checklist-module__6xzfMq__nextHunt h2{margin:var(--space-1) 0;font-size:var(--font-size-section);overflow-wrap:anywhere}.beastmaster-checklist-module__6xzfMq__nextHunt p{color:var(--color-text-muted);font-size:var(--font-size-label);margin:0}.beastmaster-checklist-module__6xzfMq__nextHunt strong{font-size:var(--font-size-caption);color:var(--color-accent)}.beastmaster-checklist-module__6xzfMq__huntSticky{top:var(--site-header-scroll-offset);z-index:5;justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2);background:var(--color-surface);border-bottom:1px solid var(--color-border);flex-wrap:wrap;display:flex;position:sticky}.beastmaster-checklist-module__6xzfMq__huntSticky strong{font-size:var(--font-size-caption)}.beastmaster-checklist-module__6xzfMq__huntActions{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}}
.chocobo-coordinate-generator-module___EUicG__root{gap:24px;display:grid}.chocobo-coordinate-generator-module___EUicG__heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.chocobo-coordinate-generator-module___EUicG__heading h1{margin:5px 0 8px;font-size:clamp(1.8rem,4vw,3rem)}.chocobo-coordinate-generator-module___EUicG__heading p{max-width:720px;color:var(--color-text-muted);margin:0}.chocobo-coordinate-generator-module___EUicG__heading>span{white-space:nowrap;color:var(--color-text-muted);font-size:.78rem}.chocobo-coordinate-generator-module___EUicG__workspace{grid-template-columns:minmax(320px,470px) minmax(0,1fr);align-items:start;gap:28px;display:grid}.chocobo-coordinate-generator-module___EUicG__preview{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:20px;padding:14px;position:sticky;top:92px}.chocobo-coordinate-generator-module___EUicG__preview canvas{aspect-ratio:4/5;touch-action:none;background:var(--color-surface-soft);border-radius:12px;width:100%;height:auto;display:block}.chocobo-coordinate-generator-module___EUicG__preview p{text-align:center;color:var(--color-text-muted);margin:10px 4px 0;font-size:.78rem}.chocobo-coordinate-generator-module___EUicG__controls{gap:16px;display:grid}.chocobo-coordinate-generator-module___EUicG__section{border:1px solid var(--color-border);background:var(--color-surface);border-radius:18px;gap:16px;padding:20px;display:grid}.chocobo-coordinate-generator-module___EUicG__sectionTitle{align-items:center;gap:10px;display:flex}.chocobo-coordinate-generator-module___EUicG__sectionTitle span{background:var(--color-accent);width:28px;height:28px;color:var(--color-accent-contrast);border-radius:50%;place-items:center;font-size:.8rem;font-weight:800;display:grid}.chocobo-coordinate-generator-module___EUicG__sectionTitle h2{margin:0;font-size:1.12rem}.chocobo-coordinate-generator-module___EUicG__adjustments{gap:12px;display:grid}.chocobo-coordinate-generator-module___EUicG__adjustments label{grid-template-columns:70px 1fr;align-items:center;gap:12px;font-size:.82rem;display:grid}.chocobo-coordinate-generator-module___EUicG__adjustments input{width:100%}.chocobo-coordinate-generator-module___EUicG__adjustments button{color:var(--color-text-muted);background:0 0;border:0;justify-self:start;align-items:center;gap:6px;min-height:44px;display:flex}.chocobo-coordinate-generator-module___EUicG__selection{border:1px solid var(--color-border);background:var(--color-surface-subtle);text-align:left;width:100%;min-height:64px;color:inherit;border-radius:13px;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:9px 12px;display:grid}.chocobo-coordinate-generator-module___EUicG__selection:hover{border-color:var(--color-accent)}.chocobo-coordinate-generator-module___EUicG__selection i,.chocobo-coordinate-generator-module___EUicG__pickerItem i{border:3px solid var(--color-surface);width:40px;height:40px;box-shadow:0 0 0 1px var(--color-border-strong);border-radius:50%}.chocobo-coordinate-generator-module___EUicG__selection img,.chocobo-coordinate-generator-module___EUicG__pickerItem img,.chocobo-coordinate-generator-module___EUicG__emptyIcon{object-fit:contain;background:var(--color-surface-soft);border-radius:10px;place-items:center;width:44px;height:44px;display:grid}.chocobo-coordinate-generator-module___EUicG__selection span{gap:3px;min-width:0;display:grid}.chocobo-coordinate-generator-module___EUicG__selection small{letter-spacing:.09em;color:var(--color-text-muted);font-size:.68rem}.chocobo-coordinate-generator-module___EUicG__selection b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chocobo-coordinate-generator-module___EUicG__parts{gap:9px;display:grid}.chocobo-coordinate-generator-module___EUicG__templates{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.chocobo-coordinate-generator-module___EUicG__templates button{border:1px solid var(--color-border);background:var(--color-surface-subtle);min-height:108px;color:inherit;border-radius:13px;padding:9px}.chocobo-coordinate-generator-module___EUicG__templates .chocobo-coordinate-generator-module___EUicG__active{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 25%,transparent)}.chocobo-coordinate-generator-module___EUicG__templateSample{border-radius:7px;height:62px;margin-bottom:7px;display:block}.chocobo-coordinate-generator-module___EUicG__simple{background:linear-gradient(var(--color-aether-soft) 68%,var(--color-canvas) 68%)}.chocobo-coordinate-generator-module___EUicG__fantasy{background:linear-gradient(var(--color-aether) 68%,var(--color-bg-deep) 68%);border:3px double var(--color-gold)}.chocobo-coordinate-generator-module___EUicG__magazine{background:linear-gradient(135deg,var(--color-surface-soft) 0 68%,var(--color-brand-secondary) 68%)}.chocobo-coordinate-generator-module___EUicG__textField{gap:7px;font-size:.82rem;font-weight:700;display:grid}.chocobo-coordinate-generator-module___EUicG__textField input,.chocobo-coordinate-generator-module___EUicG__picker input{border:1px solid var(--color-border);background:var(--color-surface-subtle);min-height:48px;color:inherit;border-radius:12px;padding:0 13px}.chocobo-coordinate-generator-module___EUicG__help{color:var(--color-text-muted);margin:0;font-size:.8rem}.chocobo-coordinate-generator-module___EUicG__tags{flex-wrap:wrap;gap:8px;display:flex}.chocobo-coordinate-generator-module___EUicG__tags button{border:1px solid var(--color-border);background:var(--color-surface-subtle);min-height:44px;color:inherit;border-radius:999px;padding:0 14px}.chocobo-coordinate-generator-module___EUicG__tags button[aria-pressed=true]{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-contrast)}.chocobo-coordinate-generator-module___EUicG__status{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;margin:0;padding:12px 16px}.chocobo-coordinate-generator-module___EUicG__publish{background:color-mix(in srgb,var(--color-accent) 9%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-accent) 30%,var(--color-border));border-radius:20px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px;display:grid}.chocobo-coordinate-generator-module___EUicG__publish h2,.chocobo-coordinate-generator-module___EUicG__publish p{margin:0}.chocobo-coordinate-generator-module___EUicG__publish p{color:var(--color-text-muted);margin-top:5px;font-size:.86rem}.chocobo-coordinate-generator-module___EUicG__picker{gap:12px;display:grid}.chocobo-coordinate-generator-module___EUicG__picker>label{border:1px solid var(--color-border);border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 10px;display:grid;position:relative}.chocobo-coordinate-generator-module___EUicG__picker>label input{background:0 0;border:0;outline:0;width:100%}.chocobo-coordinate-generator-module___EUicG__picker>label button{background:0 0;border:0;min-width:44px;min-height:44px}.chocobo-coordinate-generator-module___EUicG__pickerList{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:52vh;display:grid;overflow:auto}.chocobo-coordinate-generator-module___EUicG__pickerItem{border:1px solid var(--color-border);background:var(--color-surface);text-align:left;min-height:64px;color:inherit;border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.chocobo-coordinate-generator-module___EUicG__pickerItem span:last-child{min-width:0;display:grid}.chocobo-coordinate-generator-module___EUicG__pickerItem b,.chocobo-coordinate-generator-module___EUicG__pickerItem small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chocobo-coordinate-generator-module___EUicG__pickerItem small{color:var(--color-text-muted)}@media (max-width:760px){.chocobo-coordinate-generator-module___EUicG__heading{display:grid}.chocobo-coordinate-generator-module___EUicG__heading>span{justify-self:start}.chocobo-coordinate-generator-module___EUicG__workspace{display:block}.chocobo-coordinate-generator-module___EUicG__preview{margin-bottom:16px;padding:9px;position:relative;top:auto}.chocobo-coordinate-generator-module___EUicG__section{padding:16px}.chocobo-coordinate-generator-module___EUicG__pickerList{grid-template-columns:1fr}.chocobo-coordinate-generator-module___EUicG__publish{grid-template-columns:auto 1fr}.chocobo-coordinate-generator-module___EUicG__publish a,.chocobo-coordinate-generator-module___EUicG__publish button{grid-column:1/-1;width:100%}.chocobo-coordinate-generator-module___EUicG__templates button{min-height:94px}.chocobo-coordinate-generator-module___EUicG__templateSample{height:49px}}.chocobo-coordinate-generator-module___EUicG__root{padding-bottom:clamp(72px,8vw,120px)}@media (max-width:760px){.chocobo-coordinate-generator-module___EUicG__root{padding-bottom:64px}}@media (prefers-reduced-motion:reduce){.chocobo-coordinate-generator-module___EUicG__root *{scroll-behavior:auto!important}}.chocobo-coordinate-generator-module___EUicG__preview>img{object-fit:contain;width:100%;height:auto;display:block}.chocobo-coordinate-generator-module___EUicG__preview>canvas[hidden]{display:none}
@layer components{.home-discovery-module__ZUMpLW__root{gap:var(--space-8);padding-block:var(--space-7) var(--space-8);display:grid}.home-discovery-module__ZUMpLW__heroPhoto{margin:0}.home-discovery-module__ZUMpLW__hero{align-items:center;gap:var(--space-7);grid-template-columns:minmax(0,2fr) minmax(0,3fr);display:grid}.home-discovery-module__ZUMpLW__heroCopy{min-width:0}.home-discovery-module__ZUMpLW__makerShortcut{margin-top:var(--space-4)}.home-discovery-module__ZUMpLW__heroPhoto{border-radius:var(--radius-large);background:var(--color-canvas-deep);min-width:0;min-height:440px;position:relative;overflow:hidden}.home-discovery-module__ZUMpLW__photoLink{position:absolute;inset:0}.home-discovery-module__ZUMpLW__photoLink img{object-fit:cover}.home-discovery-module__ZUMpLW__photoLink:focus-visible{outline:var(--space-1) solid var(--color-accent);outline-offset:calc(-1 * var(--space-1));z-index:1}.home-discovery-module__ZUMpLW__caption{bottom:0;gap:var(--space-2);padding:var(--space-5);background:var(--color-overlay);pointer-events:none;display:grid;position:absolute;inset-inline:0}.home-discovery-module__ZUMpLW__caption h2{font:inherit;margin:0;font-weight:700}.home-discovery-module__ZUMpLW__caption p{align-items:center;gap:var(--space-1);color:var(--color-text-muted);flex-wrap:wrap;margin:0;display:flex}.home-discovery-module__ZUMpLW__caption a{pointer-events:auto;min-height:var(--control-height-medium);align-items:center;text-decoration:underline;display:inline-flex}.home-discovery-module__ZUMpLW__kicker{color:var(--color-brand-secondary);font-family:var(--font-mono);margin:0}.home-discovery-module__ZUMpLW__heroPlaceholder{min-height:inherit;align-content:center;justify-items:center;gap:var(--space-5);padding:var(--space-5);text-align:center;display:grid}.home-discovery-module__ZUMpLW__section{min-width:0}.home-discovery-module__ZUMpLW__events{gap:var(--space-4);display:grid}.home-discovery-module__ZUMpLW__event{align-items:center;gap:var(--space-5);grid-template-columns:minmax(0,1fr) minmax(0,3fr) auto;display:grid}.home-discovery-module__ZUMpLW__event h3{margin-block:var(--space-3)}.home-discovery-module__ZUMpLW__eventDate{align-items:center;gap:var(--space-2);color:var(--color-brand-secondary);flex-wrap:wrap;display:flex}.home-discovery-module__ZUMpLW__muted{color:var(--color-text-muted);margin:0}.home-discovery-module__ZUMpLW__gallery,.home-discovery-module__ZUMpLW__featureGrid{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-discovery-module__ZUMpLW__featureGrid{margin-bottom:var(--space-5);grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.home-discovery-module__ZUMpLW__gallery img,.home-discovery-module__ZUMpLW__featureGrid img{object-fit:cover}.home-discovery-module__ZUMpLW__maker{gap:var(--space-7);padding-block:var(--space-7);border-block:1px solid var(--color-border);grid-template-columns:minmax(0,3fr) minmax(0,1fr);align-items:center;display:grid}.home-discovery-module__ZUMpLW__makerArt{justify-items:center;gap:var(--space-3);color:var(--color-brand-secondary);font-family:var(--font-mono);text-align:center;display:grid}@media (max-width:1000px){.home-discovery-module__ZUMpLW__hero{gap:var(--space-5)}.home-discovery-module__ZUMpLW__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.home-discovery-module__ZUMpLW__root{gap:var(--space-7);padding-top:var(--space-5)}.home-discovery-module__ZUMpLW__hero{grid-template-columns:minmax(0,1fr)}.home-discovery-module__ZUMpLW__heroPhoto{grid-row:1;min-height:280px}.home-discovery-module__ZUMpLW__caption{padding:var(--space-4);background:var(--color-photo-caption-overlay);text-shadow:var(--shadow-photo-caption-text)}.home-discovery-module__ZUMpLW__caption p{color:var(--color-text)}.home-discovery-module__ZUMpLW__event{gap:var(--space-4);grid-template-columns:minmax(0,1fr)}.home-discovery-module__ZUMpLW__maker{grid-template-columns:minmax(0,1fr)}.home-discovery-module__ZUMpLW__makerArt{display:none}}@media (max-width:600px){.home-discovery-module__ZUMpLW__gallery,.home-discovery-module__ZUMpLW__featureGrid{grid-template-columns:minmax(0,1fr)}}}
.login-form-module__jS9fVG__intro{gap:var(--space-3);margin-bottom:var(--space-6);display:grid}.login-form-module__jS9fVG__intro p{margin:0}.login-form-module__jS9fVG__hint{margin-block:var(--space-3);color:var(--color-text-muted)}.login-form-module__jS9fVG__feedback{margin-block:var(--space-3)}
.profile-editor-module__lm8-NG__page{width:100%;max-width:var(--reading-width);padding:var(--space-7) var(--space-4) var(--space-9);gap:var(--space-6);flex-direction:column;margin-inline:auto;display:flex}.profile-editor-module__lm8-NG__form{gap:var(--space-6);flex-direction:column;min-width:0;display:flex}.profile-editor-module__lm8-NG__avatarRow{align-items:center;gap:var(--space-5);grid-template-columns:112px minmax(0,1fr);display:grid}.profile-editor-module__lm8-NG__avatar{border-radius:var(--radius-pill);background:var(--color-surface-subtle);width:112px;height:112px;color:var(--color-text);border:1px solid var(--color-border);font-size:var(--font-size-avatar);place-items:center;display:grid;position:relative;overflow:hidden}.profile-editor-module__lm8-NG__avatar img{object-fit:cover}.profile-editor-module__lm8-NG__avatarControls{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.profile-editor-module__lm8-NG__hint{color:var(--color-text-muted)}.profile-editor-module__lm8-NG__danger{gap:var(--space-5);flex-direction:column;display:flex}@media (max-width:600px){.profile-editor-module__lm8-NG__avatarRow{grid-template-columns:minmax(0,1fr)}}
@layer components{.profile-spot-gallery-module__RPLTeG__section{margin-top:var(--space-7)}.profile-spot-gallery-module__RPLTeG__grid{gap:var(--space-5);padding-top:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.profile-spot-gallery-module__RPLTeG__imageLink{display:block;position:absolute;inset:0}.profile-spot-gallery-module__RPLTeG__imageLink img{object-fit:cover;transition:transform var(--motion-medium)}.profile-spot-gallery-module__RPLTeG__imageLink:hover img{transform:scale(1.025)}.profile-spot-gallery-module__RPLTeG__copy{gap:var(--space-2);min-width:0;display:grid}.profile-spot-gallery-module__RPLTeG__copy>a{color:var(--color-text);font-family:var(--font-display);font-size:var(--font-size-md);overflow-wrap:anywhere;font-weight:750;line-height:1.4}.profile-spot-gallery-module__RPLTeG__copy>a:hover{color:var(--color-aether-hover)}.profile-spot-gallery-module__RPLTeG__copy p{color:var(--color-text-muted);font-size:var(--font-size-xs);line-height:var(--line-height-body);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.profile-spot-gallery-module__RPLTeG__copy span{align-items:center;gap:var(--space-1);color:var(--color-aether);font-size:var(--font-size-xs);line-height:1.5;display:flex}.profile-spot-gallery-module__RPLTeG__copy span svg{flex:none}.profile-spot-gallery-module__RPLTeG__emptyAction{min-height:var(--control-height-medium);padding-inline:var(--space-4);color:var(--color-bg-deep);background:var(--color-aether);border-radius:var(--radius-small);font-size:var(--font-size-sm);justify-content:center;align-items:center;font-weight:800;display:inline-flex}@media (max-width:900px){.profile-spot-gallery-module__RPLTeG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.profile-spot-gallery-module__RPLTeG__section{margin-top:var(--space-6)}.profile-spot-gallery-module__RPLTeG__grid{grid-template-columns:1fr}}}
@layer components{.public-generator-hub-module__lz2Qra__navigation{margin-bottom:var(--space-5)}@media (max-width:760px){.public-generator-hub-module__lz2Qra__navigation{margin-bottom:var(--space-4)}}}
.memory-maker-module___NnAXq__page{max-width:var(--reading-width);padding:var(--space-6) var(--space-4) var(--space-8);gap:var(--space-6);flex-direction:column;margin-inline:auto;display:flex}.memory-maker-module___NnAXq__content{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.memory-maker-module___NnAXq__list{gap:var(--space-6);flex-direction:column;display:flex}.memory-maker-module___NnAXq__item{gap:var(--space-5);grid-template-columns:120px minmax(0,1fr);display:grid}.memory-maker-module___NnAXq__thumbnail{object-fit:contain;background:var(--color-canvas-deep);border-radius:var(--radius-large);width:120px;height:120px}.memory-maker-module___NnAXq__filename{overflow-wrap:anywhere}.memory-maker-module___NnAXq__stage{background:var(--color-canvas-deep);border-radius:var(--radius-large);height:min(65svh,640px);min-height:300px;overflow:hidden}.memory-maker-module___NnAXq__stage canvas{object-fit:contain;width:100%;height:100%;display:block}@media (max-width:600px){.memory-maker-module___NnAXq__item{grid-template-columns:minmax(0,1fr)}}
.spot-maker-module__e2fkra__content{gap:var(--space-5);flex-direction:column;min-width:0;display:flex}.spot-maker-module__e2fkra__stage{background:var(--color-canvas-deep);border-radius:var(--radius-large);width:100%;height:min(60svh,620px);min-height:300px;overflow:hidden}.spot-maker-module__e2fkra__stage canvas{object-fit:contain;width:100%;height:100%;display:block}
