:root{--bg:#fff9f0;--red:#ff6b6b;--red-border:#f44;--orange:#ff8a65;--orange-border:#e64a19;--cyan:#4dd0e1;--cyan-border:#00bcd4;--green:#81c784;--green-border:#4caf50;--amber:#ffb74d;--amber-border:#ff9800;--lime:#a5d6a7;--lime-border:#388e3c;--disneyblue:#1b3c9c;--disneyblue-border:#0f2870;--radius:18px;--border:4px}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;margin:0;padding:0}html,body,#root{background:var(--bg);width:100%;height:100%;font-family:Helvetica Neue,Arial,sans-serif;overflow:hidden}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.screen{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.screen-title{color:#444;text-align:center;margin-bottom:24px;font-size:2rem;font-weight:800}.button-grid{grid-template-columns:repeat(auto-fit,minmax(182px,1fr));gap:20px;width:100%;max-width:884px;display:grid}.button-grid .big-button{gap:10px;min-height:169px;padding:21px 10px}.button-grid .big-button-emoji{font-size:3.9rem}.button-grid .big-button-image{height:117px}.button-grid .big-button-label{font-size:1.43rem}.home-button{border:var(--border) solid #ddd;z-index:100;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2.2rem;display:flex;position:fixed;top:16px;left:16px;box-shadow:0 2px 8px #00000026}.big-button{border-radius:var(--radius);border-style:solid;border-width:var(--border);flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:130px;padding:16px 8px;transition:transform .1s,opacity .1s;display:flex}.big-button:active{opacity:.85;transform:scale(.95)}.home-grid .big-button{position:relative;overflow:hidden}.home-grid .big-button:before{content:"";pointer-events:none;background:linear-gradient(100deg,#fff0 0%,#ffffff80 50%,#fff0 100%);width:60%;height:100%;animation:4s ease-in-out infinite shimmer;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.home-grid .big-button:nth-child(2):before{animation-delay:.6s}.home-grid .big-button:nth-child(3):before{animation-delay:1.2s}.home-grid .big-button:nth-child(4):before{animation-delay:1.8s}.home-grid .big-button:nth-child(5):before{animation-delay:2.4s}.home-grid .big-button:nth-child(6):before{animation-delay:3s}.home-grid .big-button:nth-child(7):before{animation-delay:3.6s}@keyframes shimmer{0%{left:-120%}50%,to{left:120%}}@media (prefers-reduced-motion:reduce){.home-grid .big-button:before{animation:none}}.big-button-emoji{font-size:3rem;line-height:1}.big-button-image{object-fit:cover;border-radius:10px;width:100%;height:90px}.big-button-label{color:#fff;text-align:center;text-shadow:0 1px 3px #00000040;font-size:1.1rem;font-weight:800}.celebration-overlay{z-index:200;background:#fffffff5;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.celebration-content{text-align:center;animation:.4s bounce}@keyframes bounce{0%{transform:scale(.8)}60%{transform:scale(1.1)}to{transform:scale(1)}}.celebration-emoji{margin-bottom:16px;font-size:6rem}.celebration-message{color:#333;font-size:2.5rem;font-weight:900}.empty-state{color:#888;margin-top:24px;font-size:1.4rem}.calendar-toggle{gap:8px;margin-bottom:20px;display:flex}.calendar-toggle button{color:#555;background:#fff;border:3px solid #ddd;border-radius:999px;padding:10px 28px;font-size:1.2rem;font-weight:800}.calendar-toggle button.active{background:var(--cyan);border-color:var(--cyan-border);color:#fff}.calendar-day-name{color:#444;text-align:center;margin-bottom:16px;font-size:1.6rem;font-weight:900}.calendar-today-list{flex-direction:column;gap:14px;width:100%;max-width:560px;display:flex}.calendar-tile{border-radius:var(--radius);background:#fff;border:5px solid #ccc;align-items:center;gap:16px;padding:12px 16px;display:flex}.calendar-tile.next{box-shadow:0 0 0 4px #00bcd459}.calendar-tile.done{opacity:.55}.calendar-tile.done .calendar-tile-label{text-decoration:line-through}.calendar-tile-main{text-align:left;flex:1;align-items:center;gap:16px;display:flex}.calendar-tile-emoji{font-size:3rem;line-height:1}.calendar-tile-image{object-fit:cover;border-radius:12px;width:72px;height:72px}.calendar-tile-label{color:#444;font-size:1.6rem;font-weight:800}.calendar-check{padding:4px;font-size:2.4rem;line-height:1}.calendar-week{flex-direction:column;gap:12px;width:100%;max-width:620px;padding-bottom:24px;display:flex}.calendar-week-day{border-radius:var(--radius);background:#fff;border:3px solid #eee;padding:12px 16px}.calendar-week-day.today{border-color:var(--cyan-border);box-shadow:0 0 0 3px #00bcd440}.calendar-week-day-name{color:#555;margin-bottom:8px;font-size:1.2rem;font-weight:900}.calendar-chips{flex-wrap:wrap;gap:8px;display:flex}.calendar-chip{color:#fff;text-shadow:0 1px 2px #0003;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:1rem;font-weight:800;display:inline-flex}.calendar-chip-emoji{font-size:1.2rem}.ft-list{flex-direction:column;gap:16px;width:100%;max-width:560px;display:flex}.ft-card{border-radius:var(--radius);background:#fff;border:4px solid #ddd;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.ft-card-item{color:#444;flex-direction:column;flex:1;align-items:center;gap:6px;font-size:1.2rem;font-weight:800;display:flex}.ft-card-arrow{color:#999;font-size:2rem}.ft-board{justify-content:center;align-items:stretch;gap:16px;width:100%;max-width:760px;margin-bottom:28px;display:flex}.ft-panel{background:#fff;border:6px solid #ddd;border-radius:24px;flex-direction:column;flex:1;align-items:center;gap:12px;padding:20px 16px;transition:transform .25s,box-shadow .25s,opacity .25s;display:flex;position:relative}.ft-first{border-color:var(--amber-border)}.ft-then{border-color:var(--green-border)}.ft-heading{letter-spacing:.08em;text-transform:uppercase;color:#444;font-size:1.8rem;font-weight:900}.ft-panel-main{flex-direction:column;align-items:center;gap:12px;display:flex}.ft-emoji{font-size:6rem;line-height:1}.ft-image{object-fit:cover;border-radius:18px;width:200px;height:200px}.ft-label{color:#333;text-align:center;font-size:2rem;font-weight:800}.ft-arrow{color:#bbb;align-items:center;font-size:3rem;display:flex}.ft-done-check{font-size:2.6rem;position:absolute;top:8px;right:12px}.ft-board.first-complete .ft-first{opacity:.5}.ft-board.first-complete .ft-then{transform:scale(1.06);box-shadow:0 0 0 6px #4caf5059}.ft-action{color:#fff;background:var(--green);border:4px solid var(--green-border);border-radius:999px;padding:16px 48px;font-size:1.6rem;font-weight:900}.ft-action:active{transform:scale(.96)}@media (prefers-reduced-motion:reduce){.ft-panel{transition:none}}
