:root{color-scheme:light dark}html,body,#root{margin:0;min-height:100vh}body{background:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #111);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.root{min-height:100vh;box-sizing:border-box;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:stretch;justify-content:center;max-width:480px;margin:0 auto}.card{background:var(--tg-theme-section-bg-color, var(--tg-theme-secondary-bg-color, #f5f5f5));border-radius:14px;padding:1.5rem}h1,h2{margin:0 0 .5rem;font-weight:600;line-height:1.25}h1{font-size:1.4rem}.muted{color:var(--tg-theme-hint-color, #888);margin:.25rem 0}.ok{color:var(--tg-theme-accent-text-color, #2aa844);margin:.75rem 0}.error{color:var(--tg-theme-destructive-text-color, #e0142d);margin:.5rem 0}.hint{color:var(--tg-theme-subtitle-text-color, var(--tg-theme-hint-color, #888));font-size:.9rem;margin-top:1rem}.meta{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin:1rem 0 0;font-size:.9rem}.meta dt{color:var(--tg-theme-hint-color, #888)}.meta dd{margin:0}
