:root{--bg: var(--tg-theme-bg-color, #ffffff);--secondary-bg: var(--tg-theme-secondary-bg-color, #efeff4);--section-bg: var(--tg-theme-section-bg-color, #ffffff);--text: var(--tg-theme-text-color, #000000);--hint: var(--tg-theme-hint-color, #999999);--subtitle: var(--tg-theme-subtitle-text-color, #8e8e93);--link: var(--tg-theme-link-color, #2481cc);--button: var(--tg-theme-button-color, #2481cc);--button-text: var(--tg-theme-button-text-color, #ffffff);--section-header: var(--tg-theme-section-header-text-color, #6d6d72);--separator: var(--tg-theme-section-separator-color, #c8c7cc);--destructive: var(--tg-theme-destructive-text-color, #ff3b30);--safe-top: var(--tg-content-safe-area-inset-top, 0px);--safe-bottom: var(--tg-safe-area-inset-bottom, 0px)}*{box-sizing:border-box}body{margin:0;background:var(--secondary-bg);color:var(--text);font-family:-apple-system,SF Pro Text,Segoe UI,Roboto,system-ui,sans-serif;font-size:15px;line-height:1.4;-webkit-font-smoothing:antialiased}.section-header{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--section-header);padding:0 16px 6px}.section{background:var(--section-bg);border-radius:10px;margin:0 10px;overflow:hidden}.section-footer{font-size:12px;line-height:1.4;color:var(--hint);padding:6px 26px 0}.cell{display:flex;align-items:center;gap:11px;padding:11px 14px;min-height:44px;position:relative}.cell+.cell:before{content:"";position:absolute;left:14px;right:0;top:0;height:1px;background:var(--separator);opacity:.55}.cell .main{flex:1;min-width:0}.cell .title{font-size:15px}.cell .subtitle{font-size:12px;color:var(--subtitle);margin-top:2px}.cell .value{font-size:14px;color:var(--hint);white-space:nowrap}.cell.action .title{color:var(--link)}.chevron{color:var(--hint);opacity:.5}.stack{display:flex;flex-direction:column;gap:18px;padding:14px 0 24px}.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:51px;height:31px;flex:none;margin:0;border-radius:16px;background:var(--separator);position:relative;transition:background .2s}.switch:after{content:"";position:absolute;top:2px;left:2px;width:27px;height:27px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .2s}.switch:checked{background:var(--button)}.switch:checked:after{transform:translate(20px)}.radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;flex:none;margin:0;border:1.5px solid var(--separator);border-radius:50%;position:relative}.radio:checked{border-color:var(--button)}.radio:checked:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:var(--button)}button.cell{width:100%;background:none;border:0;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}label.cell{cursor:pointer;-webkit-tap-highlight-color:transparent}a.cell{text-decoration:none;color:inherit;-webkit-tap-highlight-color:transparent}.cell.danger .title{color:var(--destructive)}.error-text{color:var(--destructive);font-size:14px}main.svelte-12qhfyh{padding-top:var(--safe-top)}main.with-tabs.svelte-12qhfyh{padding-bottom:calc(58px + var(--safe-bottom))}.boot.svelte-12qhfyh{padding:80px 32px;text-align:center;color:var(--text)}.boot.svelte-12qhfyh .hint:where(.svelte-12qhfyh){color:var(--hint);font-size:13px;margin-top:8px}.tabs.svelte-12qhfyh{position:fixed;left:0;right:0;bottom:0;display:flex;background:var(--section-bg);border-top:1px solid var(--separator);padding-bottom:var(--safe-bottom)}.tabs.svelte-12qhfyh a:where(.svelte-12qhfyh){flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:7px 0 6px;font-size:10px;color:var(--hint);text-decoration:none;-webkit-tap-highlight-color:transparent}.tabs.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--link)}.tabs.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:24px;height:24px}
