@charset "UTF-8";:root{--app-bg: #1a1a1a;--app-text: #e8e8e8;--app-text-muted: #888;--app-border: #333;--auth-modal-bg: #4a4a4a;--auth-modal-text: #e8e8e8;--auth-modal-title: #f0f0f0;--auth-modal-label: #e0e0e0;--auth-modal-input-bg: rgba(0, 0, 0, .25);--auth-modal-input-border: rgba(255, 255, 255, .15);--auth-modal-input-text: #f0f0f0;--auth-modal-input-placeholder: rgba(255, 255, 255, .5);--auth-modal-btn-bg: rgba(255, 255, 255, .2);--auth-modal-btn-border: rgba(255, 255, 255, .3);--auth-modal-btn-text: #f0f0f0;--auth-modal-overlay: rgba(0, 0, 0, .5);--auth-modal-link: #b8d4ff;--auth-modal-link-hover: #d0e0ff;--error: #e74;--sb-phantom-bg: rgba(255, 255, 255, .08)}html.theme-light{--app-bg: #f5f5f5;--app-text: #1a1a1a;--app-text-muted: #555;--app-border: #999;--auth-modal-bg: #fff;--auth-modal-text: #1a1a1a;--auth-modal-title: #111;--auth-modal-label: #333;--auth-modal-input-bg: #eee;--auth-modal-input-border: #999;--auth-modal-input-text: #111;--auth-modal-input-placeholder: #666;--auth-modal-btn-bg: #e0e0e0;--auth-modal-btn-border: #999;--auth-modal-btn-text: #111;--auth-modal-overlay: rgba(0, 0, 0, .4);--auth-modal-link: #1565c0;--auth-modal-link-hover: #0d47a1;--error: #b00;--sb-phantom-bg: rgba(0, 0, 0, .1)}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{background:var(--app-bg);color:var(--app-text)}.theme-switcher{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:1.75rem;padding:0;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer}.theme-switcher:hover{opacity:.9}.theme-switcher__icon{width:1rem;height:1rem}.default-layout{display:flex;flex-direction:column;height:100vh;max-height:100vh;overflow:hidden;max-width:1440px;margin:0 auto;width:100%}.default-layout__header{position:relative;z-index:1002;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;flex-shrink:0}.default-layout__header-left{display:flex;align-items:center;gap:.5rem}.default-layout__site-name{font-weight:600;white-space:nowrap;color:inherit;text-decoration:none}.default-layout__site-name:hover{text-decoration:underline}.default-layout__locale-btn{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:1.75rem;padding:0;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer;font-size:.7rem;font-weight:600}.default-layout__locale-btn:hover{opacity:.9}.default-layout__header-right,.default-layout__header-overlay{display:flex;align-items:center;gap:.5rem}.default-layout__level-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:1.75rem;padding:0;border-radius:50%;border:1px solid currentColor;font-variant-numeric:tabular-nums;text-decoration:none;color:inherit}.default-layout__level-badge:hover{text-decoration:none}.default-layout__level-num{line-height:1}.default-layout__menu-wrap{position:relative}.default-layout__menu-btn{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;min-height:1.75rem;padding:0;border-radius:50%;border:1px solid currentColor;background:transparent;color:inherit;cursor:pointer}.default-layout__menu-btn:hover{opacity:.9}.default-layout__menu-icon{display:block;width:.875rem;height:.125rem;box-shadow:0 .25rem 0 currentColor,0 .5rem 0 currentColor;background:currentColor;transform:translateY(-.25rem)}.default-layout__dropdown{position:absolute;right:0;top:100%;margin-top:.25rem;min-width:10rem;padding:.25rem .375rem;border:1px solid var(--app-border, #ccc);border-radius:6px;background:var(--app-bg, #fff);box-shadow:0 4px 12px #00000026;z-index:100}.default-layout__dropdown-item{display:block;width:100%;box-sizing:border-box;padding:.4rem .75rem;border:none;background:none;color:inherit;font-size:inherit;text-align:left;cursor:pointer;text-decoration:none;border-radius:4px}.default-layout__dropdown-item:hover{background:color-mix(in srgb,currentColor 8%,transparent)}.default-layout__menu-backdrop{position:fixed;inset:0;z-index:99}.default-layout main{flex:1 1 0;min-height:0;overflow:auto;display:flex;flex-direction:column}.auth-modal{position:fixed;inset:0;background:var(--auth-modal-overlay);display:flex;align-items:center;justify-content:center;z-index:1000}.auth-modal--no-overlay{background:transparent}.auth-modal--absolute{position:absolute;inset:auto auto 100% 50%;transform:translate(-50%);margin-bottom:.5rem;background:transparent;display:block;z-index:10}.auth-modal__box{background:transparent;color:var(--app-text);padding:0;min-width:280px;position:relative}.auth-modal__box--anchored{z-index:1001}.auth-modal__box form{display:flex;flex-direction:column;gap:.5rem}.auth-modal__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.auth-modal__error{margin:0 0 .25rem;padding:.35rem .5rem;font-size:.8rem;line-height:1.3;color:var(--error);background:color-mix(in srgb,var(--error) 10%,transparent);border-radius:4px;border-left:3px solid var(--error)}input:not(.auth-modal__honeypot){width:100%;padding:.35rem .5rem;margin:0;box-sizing:border-box;font-size:16px;background:var(--app-bg);border:1px solid var(--app-border);border-radius:4px;color:var(--app-text)}input:not(.auth-modal__honeypot)::placeholder{color:var(--app-text-muted)}.auth-modal button[type=submit]{margin-top:.25rem;padding:.4rem .75rem;background:var(--app-bg);border:1px solid var(--app-border);border-radius:4px;color:var(--app-text);cursor:pointer;font-size:inherit}.auth-modal button[type=submit]:hover{background:color-mix(in srgb,currentColor 12%,var(--app-bg))}.home-page[data-v-c1398b70]{flex:1;min-height:0}.home-page__fixed[data-v-c1398b70]{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);pointer-events:none}.home-page__fixed--over[data-v-c1398b70]{z-index:1001}.home-page__fixed .home-page__wrap[data-v-c1398b70]{pointer-events:auto}.home-page__wrap[data-v-c1398b70]{position:relative;flex-shrink:0}.home-page__circle[data-v-c1398b70]{width:12rem;height:12rem;border-radius:50%;border:2px solid currentColor;overflow:hidden;display:flex;flex-direction:column}.home-page__half[data-v-c1398b70]{flex:1;min-height:0;width:100%;border:none;background:transparent;color:inherit;font-size:inherit;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.home-page__half[data-v-c1398b70]:hover{background:color-mix(in srgb,currentColor 12%,transparent)}.home-page__half--ready[data-v-c1398b70]{color:#5a9}.home-page__half--ready[data-v-c1398b70]:hover{background:color-mix(in srgb,#5a9 18%,transparent)}.home-page__half--top[data-v-c1398b70]{border-bottom:1px solid currentColor}.profile-page{width:100%;max-width:min(1440px,100%);margin:0 auto;padding:1rem;box-sizing:border-box;overflow-x:hidden}.profile-page p{margin:.5rem 0}.profile-page button{margin-top:1rem;padding:.4rem 1rem}.profile-page__field{margin-bottom:1rem}.profile-page__field label{display:block;margin-bottom:.25rem}.profile-page__field input{width:100%;max-width:20rem;padding:.35rem;margin-bottom:.5rem;box-sizing:border-box}.profile-page__error{color:var(--error);font-size:.9rem}.profile-page__hint{margin:0;font-size:.85rem;color:var(--app-text-muted)}
