.SessionExpiredGate-module__sEqlUG__gate{z-index:1000000001;padding:var(--space-4,1rem);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SessionExpiredGate-module__sEqlUG__backdrop{background:#0006;position:absolute;inset:0}.SessionExpiredGate-module__sEqlUG__dialog{border-radius:var(--radius-lg,8px);box-shadow:var(--shadow-xl,0 20px 60px #0003);width:100%;max-width:460px;padding:var(--space-6,1.5rem);gap:var(--space-3,.75rem);background:#fff;flex-direction:column;display:flex;position:relative}.SessionExpiredGate-module__sEqlUG__title{font-size:var(--text-lg,1.0625rem);margin:0;font-weight:600}.SessionExpiredGate-module__sEqlUG__text{margin:0;line-height:1.6}.SessionExpiredGate-module__sEqlUG__hint{color:var(--color-text-muted,#6c757d);line-height:1.6;font-size:var(--text-sm,.875rem);margin:0}.SessionExpiredGate-module__sEqlUG__actions{gap:var(--space-2,.5rem);margin-top:var(--space-2,.5rem);display:flex}.SessionExpiredGate-module__sEqlUG__buttonPrimary{padding:var(--space-2,.5rem) var(--space-4,1rem);border-radius:var(--radius-md,6px);background:var(--color-primary,#8b20bb);color:#fff;cursor:pointer;font-size:var(--text-sm,.875rem);border:none}.SessionExpiredGate-module__sEqlUG__buttonGhost{padding:var(--space-2,.5rem) var(--space-4,1rem);border-radius:var(--radius-md,6px);border:1px solid var(--color-border,#dee2e6);color:inherit;cursor:pointer;font-size:var(--text-sm,.875rem);background:0 0}
.RateLimitNotice-module__ILgvea__notice{right:var(--space-4,1rem);bottom:var(--space-4,1rem);z-index:1000000000;gap:var(--space-3,.75rem);max-width:380px;padding:var(--space-4,1rem);background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);border-left:3px solid var(--color-warning,#d97706);border-radius:var(--radius-lg,8px);box-shadow:var(--shadow-xl,0 20px 60px #0003);flex-direction:column;display:flex;position:fixed}.RateLimitNotice-module__ILgvea__body{gap:var(--space-2,.5rem);flex-direction:column;display:flex}.RateLimitNotice-module__ILgvea__title{font-size:var(--text-base,.9375rem);font-weight:600}.RateLimitNotice-module__ILgvea__text{line-height:1.6;font-size:var(--text-sm,.875rem);color:var(--color-text-muted,#6c757d);margin:0}.RateLimitNotice-module__ILgvea__countdown{font-size:var(--text-sm,.875rem);font-variant-numeric:tabular-nums;margin:0}.RateLimitNotice-module__ILgvea__actions{gap:var(--space-2,.5rem);display:flex}.RateLimitNotice-module__ILgvea__buttonPrimary,.RateLimitNotice-module__ILgvea__buttonGhost{padding:var(--space-2,.5rem) var(--space-3,.75rem);border-radius:var(--radius-md,6px);font-size:var(--text-sm,.875rem);cursor:pointer}.RateLimitNotice-module__ILgvea__buttonPrimary{background:var(--color-primary,#2563eb);border:1px solid var(--color-primary,#2563eb);color:#fff}.RateLimitNotice-module__ILgvea__buttonPrimary:disabled{opacity:.6;cursor:default}.RateLimitNotice-module__ILgvea__buttonGhost{border:1px solid var(--color-border,#e5e7eb);color:var(--color-text,#111827);background:0 0}@media (max-width:640px){.RateLimitNotice-module__ILgvea__notice{left:var(--space-4,1rem);max-width:none}}
.LanguageSwitcher-module__mltiTW__language-switcher{display:inline-block;position:relative}.LanguageSwitcher-module__mltiTW__language-switcher__trigger{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);background:0 0;display:inline-flex}.LanguageSwitcher-module__mltiTW__language-switcher__trigger:hover{background:var(--color-bg-secondary)}.LanguageSwitcher-module__mltiTW__language-switcher__trigger:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.LanguageSwitcher-module__mltiTW__language-switcher__icon{align-items:center;display:inline-flex}.LanguageSwitcher-module__mltiTW__language-switcher__caret{color:var(--color-text-muted);align-items:center;display:inline-flex}.LanguageSwitcher-module__mltiTW__language-switcher__code{display:none}@media (max-width:900px){.LanguageSwitcher-module__mltiTW__language-switcher__label,.LanguageSwitcher-module__mltiTW__language-switcher__caret{display:none}.LanguageSwitcher-module__mltiTW__language-switcher__code{display:inline}}.LanguageSwitcher-module__mltiTW__language-switcher__dropdown{top:calc(100% + var(--space-1));min-width:160px;padding:var(--space-1);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:var(--z-dropdown);margin:0;list-style:none;position:absolute;right:0}.LanguageSwitcher-module__mltiTW__language-switcher__option{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);justify-content:space-between;align-items:center;display:flex}.LanguageSwitcher-module__mltiTW__language-switcher__option:hover,.LanguageSwitcher-module__mltiTW__language-switcher__option:focus-visible{background:var(--color-bg-secondary);outline:none}.LanguageSwitcher-module__mltiTW__language-switcher__option--active{font-weight:600}.LanguageSwitcher-module__mltiTW__language-switcher__check{color:var(--color-primary)}.LanguageSwitcher-module__mltiTW__language-switcher__error{z-index:20;max-width:20rem;margin:var(--space-1) 0 0;padding:var(--space-2) var(--space-3);background:var(--color-bg);border:1px solid var(--color-error);border-radius:var(--radius-sm);color:var(--color-error);font-size:var(--text-xs);position:absolute;top:100%;right:0}
.SiteSwitcher-module__rDKK9a__site-switcher{display:inline-block;position:relative}.SiteSwitcher-module__rDKK9a__site-switcher__trigger{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);background:0 0;display:inline-flex}.SiteSwitcher-module__rDKK9a__site-switcher__trigger:hover{background:var(--color-bg-secondary)}.SiteSwitcher-module__rDKK9a__site-switcher__trigger:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}.SiteSwitcher-module__rDKK9a__site-switcher__icon{align-items:center;display:inline-flex}.SiteSwitcher-module__rDKK9a__site-switcher__caret{color:var(--color-text-muted);align-items:center;display:inline-flex}.SiteSwitcher-module__rDKK9a__site-switcher__menu{top:calc(100% + var(--space-1));min-width:180px;padding:var(--space-1);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:var(--z-dropdown);margin:0;list-style:none;position:absolute;right:0}.SiteSwitcher-module__rDKK9a__site-switcher__item{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);align-items:center;text-decoration:none;display:flex}.SiteSwitcher-module__rDKK9a__site-switcher__item:hover,.SiteSwitcher-module__rDKK9a__site-switcher__item:focus-visible{background:var(--color-bg-secondary);outline:none}.SiteSwitcher-module__rDKK9a__site-switcher__failed{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border:1px solid var(--color-error);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text);display:inline-flex}.SiteSwitcher-module__rDKK9a__site-switcher__failed-note{color:var(--color-error)}.SiteSwitcher-module__rDKK9a__site-switcher__portal{margin-top:var(--space-1);padding-top:var(--space-1);border-top:1px solid var(--color-border)}@media (max-width:900px){.SiteSwitcher-module__rDKK9a__site-switcher__label,.SiteSwitcher-module__rDKK9a__site-switcher__caret{display:none}}
.Header-module__TfR8Eq__header{padding:var(--space-3) var(--space-6);background:var(--color-bg);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.Header-module__TfR8Eq__header__user{align-items:center;gap:var(--space-4);display:flex}.Header-module__TfR8Eq__header__user-info{font-size:var(--text-sm);flex-direction:column;line-height:1.2;display:flex}.Header-module__TfR8Eq__header__user-name{color:var(--color-text);font-weight:600}.Header-module__TfR8Eq__header__user-role{font-size:var(--text-xs);color:var(--color-text-muted)}.Header-module__TfR8Eq__header__logout{padding:var(--space-1) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-text);cursor:pointer;transition:background var(--transition-fast);background:0 0}.Header-module__TfR8Eq__header__logout:hover{background:var(--color-bg-secondary)}.Header-module__TfR8Eq__header__logout:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}@media (max-width:900px){.Header-module__TfR8Eq__header{gap:var(--space-2);padding:var(--space-2) var(--space-4)}.Header-module__TfR8Eq__header__user{justify-content:flex-end;gap:var(--space-2);flex:1;min-width:0}.Header-module__TfR8Eq__header__user-info{text-align:right;flex:1;min-width:0}.Header-module__TfR8Eq__header__user-name,.Header-module__TfR8Eq__header__user-role{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.Header-module__TfR8Eq__header__error{margin:var(--space-2) 0 0;color:var(--color-error);font-size:var(--text-sm);flex-basis:100%}
.layout-module__-hzBUW__shell{background:var(--color-bg-secondary);height:100vh;display:flex;overflow:hidden}.layout-module__-hzBUW__shell__main{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.layout-module__-hzBUW__shell__content{padding:var(--space-6);flex:1;overflow-y:auto}.layout-module__-hzBUW__shell__footer{padding:var(--space-3) var(--space-6);border-top:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-muted);font-size:var(--text-xs);text-align:center;flex-shrink:0}.layout-module__-hzBUW__shell__drawer{display:contents}.layout-module__-hzBUW__shell__menu-toggle{display:none}@media (max-width:900px){.layout-module__-hzBUW__shell__drawer{z-index:var(--z-modal);box-shadow:var(--shadow-xl);visibility:hidden;transition:transform var(--transition-base), visibility var(--transition-base);display:block;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.layout-module__-hzBUW__shell__drawer--open{visibility:visible;transition:transform var(--transition-base);transform:none}.layout-module__-hzBUW__shell__menu-toggle{padding:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;background:0 0;justify-content:center;align-items:center;display:inline-flex}.layout-module__-hzBUW__shell__menu-toggle:focus-visible{outline:2px solid var(--color-border-focus);outline-offset:2px}}.layout-module__-hzBUW__shell__loading{min-height:100vh;color:var(--color-text-secondary);font-size:var(--text-sm);justify-content:center;align-items:center;display:flex}
.PortalLanguageBar-module__KgpwuG__portal-lang{padding:var(--space-2) var(--space-4) 0;background:var(--color-bg-secondary);justify-content:flex-end;display:flex}@media (min-width:768px){.PortalLanguageBar-module__KgpwuG__portal-lang{top:var(--space-4);right:var(--space-4);z-index:var(--z-dropdown);background:0 0;padding:0;position:absolute}}
