:root{--background:#fff;--surface:#fff;--border:#e5e7eb;--foreground:#111827;--foreground-muted:#6b7280;--nav-background:#fff;--nav-border:#e5e7eb;--nav-foreground:#111;--nav-icon-muted:#8e8e93;--nav-icon-hover:#4b5563;--menu-shadow:0 14px 38px #11182724;color:var(--foreground);background:var(--background);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{background:var(--background);min-width:320px;min-height:100%;margin:0}body{overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent;min-height:100dvh}body.drawer-open{overflow:hidden}a{color:inherit;touch-action:manipulation}.app-shell{background:var(--background);min-height:100dvh}.route-viewport{min-height:100dvh;padding-bottom:calc(65px + env(safe-area-inset-bottom,0px))}.empty-page{min-height:calc(100dvh - 65px - env(safe-area-inset-bottom,0px))}.bottom-navigation{z-index:20;height:calc(65px + env(safe-area-inset-bottom,0px));padding:0 max(8px, env(safe-area-inset-right,0px)) env(safe-area-inset-bottom,0px) max(8px, env(safe-area-inset-left,0px));border-top:1px solid var(--nav-border);background:var(--nav-background);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-navigation__item{border-radius:14px;place-items:center;min-width:64px;min-height:64px;text-decoration:none;display:grid}.bottom-navigation__item:focus-visible{outline:2px solid var(--nav-foreground);outline-offset:-6px}.nav-icon{width:27px;height:27px;color:var(--nav-icon-muted);transition:color .12s,stroke-width .12s;display:block}.router-link-active .nav-icon{color:var(--nav-foreground);stroke-width:2.6px}@media (hover:hover){.bottom-navigation__item:not(.router-link-active):hover .nav-icon{color:var(--nav-icon-hover)}}.profile-page{min-height:calc(100dvh - 65px - env(safe-area-inset-bottom,0px));background:var(--background)}.profile-navbar{min-height:calc(62px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) 14px 0 20px;border-bottom:1px solid var(--border);background:var(--surface);justify-content:flex-end;align-items:center;display:flex}.profile-navbar__trigger{width:44px;height:44px;color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;padding:0;display:grid}.profile-user-card{align-items:center;gap:15px;min-width:0;padding:24px 20px;display:flex}.profile-user-card__avatar{border:1px solid var(--border);background:var(--surface);width:72px;height:72px;color:var(--foreground);letter-spacing:-.04em;border-radius:50%;flex:none;place-items:center;font-size:23px;font-weight:650;display:grid;overflow:hidden}.profile-user-card__avatar img{object-fit:cover;width:100%;height:100%}.profile-user-card h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:clamp(20px,5vw,26px);line-height:1.2;overflow:hidden}.profile-navbar__trigger:focus-visible,.profile-drawer button:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.profile-drawer-layer{z-index:40;background:#00000075;justify-content:flex-end;display:flex;position:fixed;inset:0}.profile-drawer{width:min(320px,86vw);height:100%;padding:max(14px, env(safe-area-inset-top,0px)) 14px max(18px, env(safe-area-inset-bottom,0px));border-left:1px solid var(--border);background:var(--surface);box-shadow:var(--menu-shadow);flex-direction:column;display:flex}.profile-drawer__header{justify-content:space-between;align-items:center;min-height:48px;padding-left:10px;display:flex}.profile-drawer__header strong{font-size:20px}.profile-drawer__header button{width:44px;height:44px;color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;padding:0;display:grid}.profile-drawer__actions{gap:6px;margin-top:20px;display:grid}.profile-drawer__actions button{width:100%;min-height:50px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;padding:0 13px;font-weight:600;display:flex}.profile-drawer__actions button:disabled{cursor:wait;opacity:.55}.profile-drawer-enter-active,.profile-drawer-leave-active{transition:background-color .22s}.profile-drawer-enter-active .profile-drawer,.profile-drawer-leave-active .profile-drawer{transition:transform .24s cubic-bezier(.22,1,.36,1)}.profile-drawer-enter-from,.profile-drawer-leave-to{background:0 0}.profile-drawer-enter-from .profile-drawer,.profile-drawer-leave-to .profile-drawer{transform:translate(100%)}@media (hover:hover){.profile-navbar__trigger:hover,.profile-drawer__header button:hover,.profile-drawer__actions button:hover:not(:disabled){background:color-mix(in srgb, var(--foreground) 7%, transparent)}}.visually-hidden{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}@media (width>=768px){.route-viewport{border-right:1px solid var(--border);border-left:1px solid var(--border);width:min(100%,960px);margin-inline:auto;padding-bottom:96px}.empty-page,.profile-page{min-height:calc(100dvh - 96px)}.profile-user-card{padding:32px 36px}.bottom-navigation{border:1px solid var(--nav-border);border-radius:20px;width:min(440px,100% - 48px);height:64px;padding:0 8px;bottom:20px;left:auto;right:50%;transform:translate(50%);box-shadow:0 8px 30px #00000038}}:root[data-theme=dark]{--background:#000;--surface:#121212;--border:#262626;--foreground:#fff;--foreground-muted:#a1a1aa;--nav-background:#000;--nav-border:#262626;--nav-foreground:#fff;--nav-icon-muted:#8e8e93;--nav-icon-hover:#c7c7cc;--menu-shadow:0 16px 42px #0000007a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
