@tailwind base;@tailwind components;@tailwind utilities;:root{--tg-theme-bg-color: #ffffff;--tg-theme-secondary-bg-color: #f1f1f1;--tg-theme-text-color: #000000;--tg-theme-hint-color: #8e8e93;--tg-theme-link-color: #007aff;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-section-bg-color: #ffffff;--tg-theme-header-bg-color: #f1f1f1}@media(prefers-color-scheme:dark){:root{--tg-theme-bg-color: #1c1c1d;--tg-theme-secondary-bg-color: #000000;--tg-theme-text-color: #ffffff;--tg-theme-hint-color: #8e8e93;--tg-theme-link-color: #0a84ff;--tg-theme-button-color: #0a84ff;--tg-theme-button-text-color: #ffffff;--tg-theme-section-bg-color: #1c1c1d;--tg-theme-header-bg-color: #000000}}body{background-color:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.tg-section{margin-top:16px;margin-bottom:24px}.tg-list{background-color:var(--tg-theme-bg-color);border-radius:12px;overflow:hidden;margin:0 16px}.tg-item{display:flex;align-items:center;padding:12px 16px;border-bottom:.5px solid rgba(128,128,128,.2);cursor:pointer;transition:background-color .2s}.tg-item:last-child{border-bottom:none}.tg-item:active{background-color:#8080801a}.tg-header{text-transform:uppercase;font-size:13px;color:var(--tg-theme-hint-color);margin:0 32px 6px;font-weight:500}
