:root{--tg-theme-bg-color:#fff;--tg-theme-text-color:#1a1a1a;--tg-theme-hint-color:#8b8b8b;--tg-theme-link-color:#2a6ee0;--tg-theme-button-color:#2a6ee0;--tg-theme-button-text-color:#fff;--tg-theme-secondary-bg-color:#f2f2f4;--tg-theme-section-bg-color:#fff;--tg-theme-destructive-text-color:#d43f3f}*{box-sizing:border-box}body{background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;padding-bottom:5.5rem;display:flex}.screen{flex:1;padding:1rem}h1,h2,h3{margin:0 0 .5rem}.muted{color:var(--tg-theme-hint-color);font-size:.85rem}.card{background:var(--tg-theme-section-bg-color);border:1px solid var(--tg-theme-secondary-bg-color);border-radius:10px;margin-bottom:.75rem;padding:1rem}label{margin:.75rem 0 .25rem;font-size:.85rem;font-weight:600;display:block}input[type=text],input[type=time],select,textarea{border:1px solid var(--tg-theme-secondary-bg-color);background:var(--tg-theme-bg-color);width:100%;color:var(--tg-theme-text-color);border-radius:8px;padding:.55rem .6rem;font-size:1rem}input[type=time]{appearance:none;min-width:0;max-width:100%}button,.btn{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);cursor:pointer;text-align:center;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.95rem;text-decoration:none;display:inline-block}button.secondary,.btn.secondary{background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color)}button.destructive{background:var(--tg-theme-destructive-text-color)}button:disabled{opacity:.5;cursor:default}.weekday-picker{gap:.35rem;margin-top:.35rem;display:flex}.weekday-picker button{background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color);flex:1;padding:.4rem 0;font-size:.75rem}.weekday-picker button.selected{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color)}.habit-row{justify-content:space-between;align-items:center;display:flex}.habit-row .actions{gap:.5rem;display:flex}.habit-row .actions button{padding:.3rem .6rem;font-size:.8rem}.stat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.stat-grid .card{text-align:center;margin-bottom:0}.stat-grid .value{font-size:1.6rem;font-weight:700}.nav-bar{background:var(--tg-theme-section-bg-color);border-top:1px solid var(--tg-theme-secondary-bg-color);width:100%;max-width:480px;padding-bottom:env(safe-area-inset-bottom,0);display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-bar a{min-height:64px;color:var(--tg-theme-hint-color);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;padding:.5rem 0 .6rem;font-size:.72rem;text-decoration:none;display:flex}.nav-bar a svg{width:24px;height:24px}.nav-bar a.active{color:var(--tg-theme-link-color);font-weight:600}.error-banner{color:#8a1c1c;background:#fbe4e4;border-radius:8px;margin-bottom:.75rem;padding:.6rem .8rem;font-size:.85rem}.persona-card{background:var(--tg-theme-section-bg-color);border:1px solid var(--tg-theme-secondary-bg-color);cursor:pointer;border-radius:10px;margin-bottom:.75rem;overflow:hidden}.persona-card.selected{border-color:var(--tg-theme-button-color);border-width:2px}.persona-card-body{justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.persona-card-info{flex:1;min-width:0}.persona-card-check{border:1px solid var(--tg-theme-secondary-bg-color);width:22px;height:22px;color:var(--tg-theme-button-text-color);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.persona-card.selected .persona-card-check{background:var(--tg-theme-button-color);border-color:var(--tg-theme-button-color)}.persona-card-description{margin:0;padding:0 1rem 1rem}.persona-card-more{width:100%;color:var(--tg-theme-link-color);border:none;border-top:1px solid var(--tg-theme-secondary-bg-color);background:0 0;border-radius:0;padding:.5rem;font-size:.8rem;display:block}.draft-row{border-bottom:1px solid var(--tg-theme-secondary-bg-color);justify-content:space-between;align-items:center;padding:.6rem 0;display:flex}.draft-row:last-child{border-bottom:none}.chat-thread{flex-direction:column;gap:.6rem;margin-bottom:.75rem;display:flex}.chat-bubble{border-radius:12px;max-width:85%;padding:.55rem .75rem;font-size:.9rem;line-height:1.35}.chat-bubble.assistant{background:var(--tg-theme-secondary-bg-color);color:var(--tg-theme-text-color);border-bottom-left-radius:3px;align-self:flex-start}.chat-bubble.user{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border-bottom-right-radius:3px;align-self:flex-end}.chat-input-row{gap:.5rem;display:flex}.chat-input-row input{flex:1}.chat-typing{align-items:center;gap:4px;padding:.7rem .8rem;display:flex}.chat-typing span{background:var(--tg-theme-hint-color);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-typing-bounce}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.day-grid{gap:3px;margin-top:.4rem;padding-bottom:2px;display:flex;overflow-x:auto}.day-grid .cell{background:var(--tg-theme-secondary-bg-color);border-radius:3px;flex:0 0 14px;height:14px}.day-grid .cell.done{background:#3fbf60}.day-grid .cell.failed{background:#e05a5a}.day-grid .cell.skipped{background:#d8b34a}.habit-grid-row{margin-bottom:.75rem}.habit-grid-row .label{font-size:.8rem;font-weight:600}.main-greeting{color:var(--tg-theme-hint-color);margin-bottom:.75rem;font-size:1rem}.streak-hero{color:#fff;background:linear-gradient(135deg,#ff8a3d,#ff5f5f);border-radius:16px;align-items:center;gap:1rem;margin-bottom:.9rem;padding:1.25rem;display:flex}.streak-hero svg{flex-shrink:0;width:44px;height:44px}.streak-hero .streak-count{font-size:2.2rem;font-weight:800;line-height:1}.streak-hero .streak-label{opacity:.9;margin-top:.15rem;font-size:.85rem}.today-habit-row{text-align:left;border:none;border-bottom:1px solid var(--tg-theme-secondary-bg-color);width:100%;color:var(--tg-theme-text-color);cursor:pointer;background:0 0;align-items:center;gap:.7rem;padding:.7rem 0;font-size:.95rem;display:flex}.today-habit-row:last-child{border-bottom:none}.today-habit-row:disabled{cursor:default;opacity:1}.today-habit-check{border:2px solid var(--tg-theme-secondary-bg-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.today-habit-check svg{width:16px;height:16px}.today-habit-row.done .today-habit-check{color:#fff;background:#3fbf60;border-color:#3fbf60}.today-habit-row.done .today-habit-title{color:var(--tg-theme-hint-color);text-decoration:line-through}.today-habit-note{color:var(--tg-theme-hint-color);font-size:.78rem;display:block}.week-strip{justify-content:space-between;gap:.4rem;margin-top:.6rem;display:flex}.week-day{flex-direction:column;flex:1;align-items:center;gap:.3rem;display:flex}.week-day .week-day-label{color:var(--tg-theme-hint-color);font-size:.7rem}.week-day .week-day-dot{background:var(--tg-theme-secondary-bg-color);width:30px;height:30px;color:var(--tg-theme-hint-color);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.week-day-dot svg{width:14px;height:14px}.week-day.full .week-day-dot{color:#fff;background:#3fbf60}.week-day.partial .week-day-dot{color:#7a5200;background:#ffd27a}.week-day.today .week-day-label{color:var(--tg-theme-link-color);font-weight:700}.ring-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.ring-card{flex-direction:column;align-items:center;gap:.4rem;margin-bottom:0;display:flex}.progress-ring{width:84px;height:84px}.progress-ring-bg{fill:none;stroke:var(--tg-theme-secondary-bg-color);stroke-width:8px}.progress-ring-fg{fill:none;stroke:var(--tg-theme-button-color);stroke-width:8px;stroke-linecap:round;transform-origin:44px 44px;transition:stroke-dashoffset .5s;transform:rotate(-90deg)}.progress-ring-text{fill:var(--tg-theme-text-color);font-size:18px;font-weight:700}.record-row{align-items:center;gap:.85rem;display:flex}.record-row svg{color:#f0a72c;flex-shrink:0;width:32px;height:32px}.encouragement-card{align-items:center;gap:.75rem;display:flex}.encouragement-card svg{width:28px;height:28px;color:var(--tg-theme-link-color);flex-shrink:0}
