*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--tg-bg: var(--tg-theme-bg-color, #ffffff);--tg-secondary-bg: var(--tg-theme-secondary-bg-color, #f2f2f7);--tg-text: var(--tg-theme-text-color, #000000);--tg-hint: var(--tg-theme-hint-color, #8e8e93);--tg-accent: var(--tg-theme-button-color, #2481cc);--tg-accent-text: var(--tg-theme-button-text-color, #ffffff);--tg-separator: rgba(0,0,0,.1);--radius-card: 20px;--radius-sm: 12px;--radius-pill: 100px;--shadow-card: 0 2px 16px rgba(0,0,0,.07);--shadow-sm: 0 1px 4px rgba(0,0,0,.06)}html,body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;background:var(--tg-secondary-bg);color:var(--tg-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{display:none}*{scrollbar-width:none}button{font-family:inherit}.app-root{display:flex;flex-direction:column;min-height:100vh}.app-page{flex:1;overflow-y:auto;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}.tabbar{position:fixed;bottom:0;left:0;right:0;height:calc(60px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#ffffffd9;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-top:.5px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-around;z-index:100}.tabbar-item{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 14px;border-radius:12px;color:var(--tg-hint);transition:color .2s;min-width:56px}.tabbar-item.active{color:var(--tg-accent)}.tabbar-icon{display:flex;align-items:center;justify-content:center}.tabbar-label{font-size:10px;font-weight:500;letter-spacing:-.1px}.card{background:var(--tg-bg);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden}.section-header{font-size:13px;font-weight:600;color:var(--tg-hint);text-transform:uppercase;letter-spacing:.5px;padding:0 20px 8px}.row{display:flex;align-items:center;padding:14px 20px;gap:14px;background:var(--tg-bg);position:relative;cursor:pointer;transition:background .15s}.row:active{background:var(--tg-secondary-bg)}.row+.row:before{content:"";position:absolute;top:0;left:68px;right:0;height:.5px;background:var(--tg-separator)}.row-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.row-content{flex:1;min-width:0}.row-title{font-size:17px;font-weight:400;color:var(--tg-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-subtitle{font-size:14px;color:var(--tg-hint);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-after{margin-left:4px;display:flex;align-items:center;gap:6px;flex-shrink:0}.chevron{color:var(--tg-hint);opacity:.4}.badge{background:var(--tg-accent);color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}.toggle{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:51px;height:31px;border-radius:16px;background:#7878804d;position:relative;cursor:pointer;transition:background .25s;flex-shrink:0}.toggle:checked{background:#34c759}.toggle:after{content:"";position:absolute;width:27px;height:27px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .25s;box-shadow:0 2px 6px #0003}.toggle:checked:after{transform:translate(20px)}
