:root{color-scheme:light dark}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--tg-theme-bg-color, #ffffff);color:var(--tg-theme-text-color, #000000);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#app{min-height:100vh;padding:12px 16px 96px}h1{font-size:20px;margin:8px 0 16px}.hint{color:var(--tg-theme-hint-color, #999999);font-size:14px}.list{display:flex;flex-direction:column;gap:8px}.card{background:var(--tg-theme-secondary-bg-color, #f4f4f5);border-radius:12px;padding:12px 14px;cursor:pointer}.card__title{font-size:16px;font-weight:500;margin-bottom:4px;word-break:break-word}.card__meta{font-size:13px;color:var(--tg-theme-hint-color, #999999)}.empty-state{text-align:center;margin-top:64px;color:var(--tg-theme-hint-color, #999999)}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.field label{font-size:13px;color:var(--tg-theme-hint-color, #999999)}input[type=text],input[type=number],select{background:var(--tg-theme-secondary-bg-color, #f4f4f5);color:var(--tg-theme-text-color, #000000);border:none;border-radius:10px;padding:10px 12px;font-size:16px;width:100%}.row{display:flex;gap:8px}.row>*{flex:1}.weekdays{display:flex;flex-wrap:wrap;gap:6px}.weekday-chip{padding:6px 10px;border-radius:8px;background:var(--tg-theme-secondary-bg-color, #f4f4f5);font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.weekday-chip.active{background:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff)}.error{color:#e53935;font-size:14px;margin:8px 0}.link-button{display:block;text-align:center;padding:10px;color:var(--tg-theme-link-color, #2481cc);font-size:15px;cursor:pointer}.add-fab{position:fixed;right:16px;bottom:16px;width:52px;height:52px;border-radius:50%;background:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #ffffff);display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 2px 8px #0003;cursor:pointer;border:none}
