:root{--tg-bg: #ffffff;--tg-text: #000000;--tg-button: #2481cc;--tg-button-text: #ffffff;--tg-secondary-bg: #efeff3;--tg-hint: #999999;--tg-link: #2481cc;--radius: 12px;--radius-sm: 8px;--nav-height: 56px;--color-danger: #ff3b30;--color-success: #1a8a3c;--color-success-bg: #e6f9ee;--color-divider: rgba(0, 0, 0, .05);--color-adj-btn: rgba(0, 0, 0, .06)}@media(prefers-color-scheme:dark){:root{--tg-bg: #1c1c1e;--tg-text: #ffffff;--tg-secondary-bg: #2c2c2e;--tg-hint: #aeaeb2;--color-divider: rgba(255, 255, 255, .08);--color-adj-btn: rgba(255, 255, 255, .1);--color-success: #30d158;--color-success-bg: rgba(48, 209, 88, .15);--color-danger: #ff453a}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.4;background:var(--tg-bg);color:var(--tg-text);min-height:100dvh;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;overscroll-behavior:none}#root{min-height:100dvh;display:flex;flex-direction:column}button{border:none;background:none;cursor:pointer;font-family:inherit;-webkit-tap-highlight-color:transparent}button:active{opacity:.7}input,textarea{font-family:inherit;border:none;color:var(--tg-text);outline:none}::-webkit-scrollbar{width:0}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sheet-enter{animation:slideUp .25s ease-out}.backdrop-enter{animation:fadeIn .25s ease-out}
