:root{--tg-theme-bg-color: #ffffff;--tg-theme-secondary-bg-color: #f2f2f7;--tg-theme-text-color: #000000;--tg-theme-hint-color: #8e8e93;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-destructive-text-color: #e53935;--tg-theme-section-separator-color: #e3e3e8;color-scheme:light dark}*{box-sizing:border-box}html,body,#root{height:100%}html{scroll-padding-bottom:calc(90px + env(safe-area-inset-bottom))}body{margin:0;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}button{font-family:inherit}.screen{padding:16px 16px calc(80px + env(safe-area-inset-bottom));max-width:560px;margin:0 auto}.card{background:var(--tg-theme-secondary-bg-color);border-radius:14px;padding:14px 16px;margin-bottom:12px}.card-title{font-size:16px;font-weight:600;margin:0 0 4px}.card-meta{font-size:13px;color:var(--tg-theme-hint-color);display:flex;gap:10px;flex-wrap:wrap}.pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.pill.muted{background:var(--tg-theme-section-separator-color);color:var(--tg-theme-hint-color)}.btn-primary{width:100%;padding:12px;border:none;border-radius:12px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);font-size:15px;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.5;cursor:default}.option-row{display:flex;align-items:center;gap:8px;padding:12px;border-radius:10px;border:1px solid var(--tg-theme-section-separator-color);margin-bottom:8px;cursor:pointer}.option-row.selected{border-color:var(--tg-theme-button-color);background:var(--tg-theme-secondary-bg-color)}input[type=text],input[type=number],textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--tg-theme-section-separator-color);background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-size:15px;margin-bottom:12px}.error-text{color:var(--tg-theme-destructive-text-color);font-size:14px;margin:8px 0}.hint-text{color:var(--tg-theme-hint-color);font-size:13px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--tg-theme-secondary-bg-color);border-top:1px solid var(--tg-theme-section-separator-color);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{flex:1;text-align:center;padding:10px 4px 8px;font-size:11px;text-decoration:none;color:var(--tg-theme-hint-color)}.bottom-nav a.active{color:var(--tg-theme-link-color);font-weight:600}.bottom-nav .icon{display:block;font-size:18px;margin-bottom:2px}.centered-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:24px;gap:8px}
