*,*:before,*:after{box-sizing:border-box}:root{font-family:Trebuchet MS,Comic Sans MS,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.4;font-weight:400;color-scheme:light}body{margin:0;min-height:100vh;min-width:320px;-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed}input{font-family:inherit}.app{min-height:100vh;background:linear-gradient(180deg,#bde0fe,#ffe8b3);padding:1rem 1rem 3rem}.home{max-width:640px;margin:0 auto;text-align:center;padding-top:1.5rem;position:relative}.home__logo{display:block;width:min(320px,70vw);height:auto;margin:.5rem auto}.home__routines{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.routine-card{background:#fff;border-radius:32px;border:6px solid var(--routine-color, #ccc);padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 8px #00000014;transition:transform .15s ease,box-shadow .15s ease}.routine-card:active{transform:translateY(4px);box-shadow:0 4px #00000014}.routine-card__emoji{font-size:3.5rem}.routine-card__name{font-size:1.7rem;font-weight:700;color:#333}.routine-card__progress{font-size:1.05rem;color:#666}.routine-card__bar{width:100%;height:14px;background:#eee;border-radius:8px;overflow:hidden}.routine-card__bar-fill{height:100%;background:var(--routine-color, #ccc);transition:width .3s ease}.settings-gear{position:absolute;top:0;right:0;background:#fff;border-radius:50%;width:52px;height:52px;font-size:1.5rem;border:3px solid #e6e6e6;box-shadow:0 4px #00000014}.settings-gear:active{transform:translateY(3px);box-shadow:none}.info-button{position:absolute;top:0;left:0;background:#fff;border-radius:50%;width:52px;height:52px;font-size:1.5rem;border:3px solid #e6e6e6;box-shadow:0 4px #00000014}.info-button:active{transform:translateY(3px);box-shadow:none}.routine-screen{max-width:900px;margin:0 auto}.routine-screen__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.back-button{background:#fff;border-radius:20px;border:3px solid #e6e6e6;padding:.6rem 1rem;font-size:1.05rem;font-weight:700;color:#444}.routine-screen__title{font-size:1.7rem;color:#333;margin:0;text-align:center;flex:1}.routine-screen__count{font-size:1.2rem;font-weight:700;background:#fff;border-radius:20px;padding:.4rem .9rem;border:3px solid var(--routine-color, #ccc);color:#333}.clear-button{background:#fff;border-radius:20px;border:3px solid #e6e6e6;padding:.6rem 1rem;font-size:1.05rem;font-weight:700;color:#a33;margin-top:.75rem}.clear-button:disabled{color:#bbb;border-color:#eee;cursor:not-allowed}.routine-path{display:flex;flex-wrap:wrap;gap:2.2rem 1.8rem;justify-content:center;padding:2.5rem .5rem 1rem}.routine-path__step{position:relative;display:flex;flex-direction:column;align-items:center}.step-stone{width:180px;min-height:190px;background:#fff;border-radius:32px;border:6px solid #eee;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:1.3rem .7rem;box-shadow:0 8px #00000014;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;position:relative}.step-stone__emoji{font-size:3.6rem}.step-stone__label{font-size:1.15rem;font-weight:700;color:#444;text-align:center;line-height:1.2}.step-stone--done{background:#fff8e1;border-color:#ffd166;box-shadow:0 4px #0000000d;transform:translateY(4px) scale(.97)}.step-stone__star{position:absolute;top:-16px;right:-10px;font-size:2.2rem;animation:pop .3s ease}.step-stone:active{transform:scale(.95)}.celebration{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:50;overflow:hidden}.celebration__confetti{position:absolute;top:0;right:0;bottom:0;left:0}.celebration__piece{position:absolute;top:-40px;font-size:2rem;animation:fall 2.5s linear infinite}.celebration__card{position:relative;z-index:2;background:#fff;border-radius:32px;padding:2rem 2.5rem;text-align:center;box-shadow:0 10px 30px #0003;max-width:360px}.celebration__title{font-size:1.9rem;font-weight:700;color:#ff6b35;margin:0 0 .5rem}.celebration__subtitle{font-size:1.15rem;color:#555;margin:0 0 1.5rem}.big-button{background:#ff9f43;color:#fff;border:none;border-radius:20px;padding:1rem 2rem;font-size:1.25rem;font-weight:700;box-shadow:0 6px #d97e1e;transition:transform .1s ease,box-shadow .1s ease}.big-button:active{transform:translateY(4px);box-shadow:0 2px #d97e1e}.ghost-button{background:#fff;border:3px solid #e6e6e6;border-radius:20px;padding:.7rem 1.3rem;font-size:1.05rem;font-weight:700;color:#555}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:60}.modal-card{background:#fff;border-radius:28px;padding:2rem;max-width:420px;width:100%;text-align:center;max-height:90vh;overflow-y:auto}.modal-card--wide{max-width:640px;text-align:left}.modal-card__title{font-size:1.5rem;font-weight:700;color:#333;margin-top:0}.modal-card__text{font-size:1.05rem;color:#555}.modal-card__input{font-size:1.4rem;padding:.6rem;width:100px;text-align:center;border-radius:12px;border:2px solid #ccc;margin:1rem 0}.modal-card__error{color:#e63946;font-weight:700}.modal-card__actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.routine-editor{margin-bottom:2rem}.routine-editor__title{font-size:1.3rem;color:#333}.task-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.task-row{display:flex;align-items:center;gap:.6rem;background:#f7f7f7;border-radius:16px;padding:.5rem;position:relative}.task-row__emoji{font-size:1.5rem;background:#fff;border:2px solid #e6e6e6;border-radius:12px;width:46px;height:46px;flex-shrink:0}.task-row__input{flex:1;font-size:1rem;padding:.5rem;border-radius:10px;border:2px solid #e6e6e6;min-width:0}.task-row__controls{display:flex;gap:.3rem;flex-shrink:0}.task-row__controls button{background:#fff;border:2px solid #e6e6e6;border-radius:8px;width:32px;height:32px}.task-row__remove{color:#e63946}.emoji-picker{position:absolute;top:100%;left:0;z-index:5;background:#fff;border:2px solid #e6e6e6;border-radius:12px;padding:.5rem;display:flex;flex-wrap:wrap;gap:.3rem;max-width:280px;box-shadow:0 6px 16px #00000026}.emoji-picker button{font-size:1.3rem;background:none;border:none;width:34px;height:34px}.add-task-form{display:flex;gap:.6rem;margin-top:.8rem}@keyframes pop{0%{transform:scale(0)}70%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes fall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(360deg);opacity:.8}}@media (prefers-reduced-motion: reduce){.step-stone__star,.celebration__piece{animation:none}}
