@font-face{font-family:Roboto-Regular;src:url(/fonts/Roboto-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto-Medium;src:url(/fonts/Roboto-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roboto-SemiBold;src:url(/fonts/Roboto-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:IBMPlexMono-Medium;src:url(/fonts/IBMPlexMono-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}:root{--bg:#1a1b1a;--card-bg:#202120;--text:#f4f5f4;--muted:#b3b7b3;--accent:#5fba7d;--border:#323532;--scrollbar-track:#171917;--scrollbar-thumb:#6e746e;--scrollbar-thumb-hover:#8b928b;--scrollbar-thumb-active:#a2aba2;--content-side-gap:16px;--layout-padding:max(0px,calc((100vw - 1024px) / 2))}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;min-height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}html{scrollbar-gutter:auto}div,html,textarea{scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}body{display:flex}body>*{flex:1 1;min-height:0}.app-shell{height:100%;min-height:100%;width:100%}.app-content,.app-shell{display:flex;flex-direction:column}.app-content{position:relative}.app-content,.app-content>*{flex:1 1;min-height:0}.web-navbar{position:-webkit-sticky;position:sticky;top:0;padding:0 calc(var(--layout-padding) + var(--content-side-gap));border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 92%,black);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.web-navbar__row{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.web-navbar__left{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1}.web-navbar__logo{display:inline-flex;align-items:center;justify-content:center;width:auto;height:40px;padding:0 10px;color:#fe8c00;text-decoration:none;flex:0 0 auto}.web-navbar__logo svg,.web-navbar__logo-icon{width:auto;height:100%;display:block}.web-navbar__avatar{width:40px;height:40px;border-radius:999px;border:1px solid var(--border);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;background:var(--card-bg);color:var(--text);text-decoration:none;overflow:hidden}.web-navbar__avatar svg{width:22px;height:22px;display:block;stroke:var(--text)}.web-navbar__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.web-navbar__actions{display:flex;align-items:center;gap:10px}.web-navbar__stores{margin-right:6px}.web-navbar__store-link,.web-navbar__stores{display:inline-flex;align-items:center;gap:8px}.web-navbar__store-link{min-height:34px;padding:0 12px;border-radius:10px;border:1px solid var(--border);color:var(--text);text-decoration:none;justify-content:center;font-size:13px;font-weight:600;background:#232623;transition:border-color .2s ease,background-color .2s ease}.web-navbar__store-icon,.web-navbar__store-link svg{width:16px;height:16px;color:var(--text);flex:0 0 auto}.web-navbar__store-icon{display:block}.web-navbar__store-link:hover{border-color:#4a504a;background:#2b2f2b}.web-navbar__store-link-label{display:inline}.web-navbar__loading{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.web-navbar__spinner{width:14px;height:14px;border-radius:999px;border:2px solid #3b3f3b;border-top-color:#fe8c00;animation:web-navbar-spin .8s linear infinite}@keyframes web-navbar-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.web-navbar__nav{display:inline-flex;align-items:center;gap:6px;margin-left:2px}.web-navbar__nav-link{min-height:36px;padding:0 12px;border-radius:10px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);text-decoration:none;font-size:14px;font-weight:600;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.web-navbar__nav-link--active,.web-navbar__nav-link:hover{color:var(--text);background:#232623;border-color:var(--border)}.web-navbar__button{min-height:40px;padding:0 16px;border-radius:12px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.web-navbar__button--ghost{color:var(--text);background:transparent}.web-navbar__button--ghost:hover{background:#232623}.web-navbar__button--accent{color:#1a1b1a;background:#fe8c00;border-color:#fe8c00}.web-navbar__button--accent:hover{background:#ff9f2f;border-color:#ff9f2f}.web-navbar__menu-trigger{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#232623;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text)}.web-navbar__menu-trigger-line{width:16px;height:2px;border-radius:999px;background:currentColor;display:block}@media (max-width:767px){.web-navbar{padding-top:8px;padding-bottom:8px}.web-navbar__row{min-height:48px;gap:10px}.web-navbar__left{flex:0 1 auto;gap:8px}.web-navbar__actions{gap:8px;flex:0 0 auto}.web-navbar__nav{display:none}.web-navbar__stores{gap:6px;margin-right:0}.web-navbar__store-link{min-width:34px;padding:0 9px;gap:0}.web-navbar__store-link-label{display:none}}@media (min-width:768px){.web-navbar__stores{display:inline-flex}}html::-webkit-scrollbar{width:13px;height:13px}div::-webkit-scrollbar,textarea::-webkit-scrollbar{width:13px!important;height:13px!important;display:block!important}html::-webkit-scrollbar-track{background:var(--scrollbar-track)}div::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track{background:var(--scrollbar-track)!important}html::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px;border:3px solid var(--scrollbar-track)}div::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)!important;border-radius:10px!important;border:3px solid var(--scrollbar-track)!important}html::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}div::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)!important}.web-about-page{width:min(900px,100%);margin:0 auto;padding:20px 16px 28px}.web-about-page__title{margin:0 0 16px;font-size:30px;line-height:1.2;color:var(--text)}.web-about-page__list{margin:0;padding-left:20px;display:grid;grid-gap:14px;gap:14px}.web-about-page__item{padding:12px 0}.web-about-page__item-title{margin:0 0 8px;font-size:18px;line-height:1.35;color:var(--text)}.web-about-page__item-text{margin:0;font-size:15px;line-height:1.7;color:var(--muted);white-space:pre-wrap}@media (max-width:767px){.web-about-page{padding-top:14px}.web-about-page__title{font-size:24px;margin-bottom:12px}.web-about-page__item-title{font-size:17px}.web-about-page__item-text{font-size:14px;line-height:1.65}}html::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)}div::-webkit-scrollbar-thumb:active,textarea::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active)!important}.page{margin:0 auto;padding:32px 20px 48px}.card{border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#272a27 0,var(--card-bg) 100%);padding:16px}h1{margin:0 0 8px}p{margin:0 0 20px;color:var(--muted)}ul{margin:12px 0 0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.app-error,.app-loading,.app-not-found{display:grid;place-items:center;grid-gap:8px;gap:8px;width:100%;min-height:calc(100dvh - 72px);padding:24px;text-align:center}.app-error button{min-height:36px;padding:0 14px;border-radius:8px;border:1px solid var(--border);color:var(--text);background:#2b2f2b;cursor:pointer}