:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:#faf7f2;color:#24211d}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app{max-width:640px;margin:0 auto;padding:1rem;min-width:0}.app__header{text-align:center;margin-bottom:1.5rem}.app__header h1{margin:0 0 .25rem;font-size:1.75rem}.app__tagline{margin:0;color:#6b6459;font-size:.95rem}.app__error{background:#fdecea;color:#8a1f11;padding:.75rem 1rem;border-radius:8px;margin:1rem 0}.app__no-favorites{text-align:center;color:#6b6459;margin-top:2rem}.affirmation-form{display:flex;flex-direction:column;gap:.5rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 1px 3px #00000014}.affirmation-form textarea{width:100%;font-size:1rem;font-family:inherit;padding:.75rem;border-radius:8px;border:1px solid #ddd6cb;resize:vertical}.affirmation-form textarea:focus-visible{outline:2px solid #7a6a52;outline-offset:1px}.affirmation-form__footer{display:flex;align-items:center;justify-content:space-between}.affirmation-form__counter{font-size:.85rem;color:#6b6459}.affirmation-form__counter--over{color:#b3261e}.affirmation-form button{background:#7a6a52;color:#fff;border:none;padding:.6rem 1.25rem;border-radius:8px;font-size:1rem;cursor:pointer}.affirmation-form button:disabled{opacity:.5;cursor:not-allowed}.affirmation-form button:focus-visible{outline:2px solid #24211d;outline-offset:2px}.filter-toggle{display:flex;gap:.5rem;margin:1.25rem 0 .75rem}.filter-toggle button{flex:1;padding:.5rem;border-radius:999px;border:1px solid #ddd6cb;background:#fff;cursor:pointer;font-size:.95rem}.filter-toggle button.is-active{background:#24211d;color:#fff;border-color:#24211d}.filter-toggle button:focus-visible{outline:2px solid #7a6a52;outline-offset:2px}.affirmation-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.affirmation-card{background:#fff;border-radius:12px;padding:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;box-shadow:0 1px 3px #00000014}.affirmation-card__text{margin:0;word-break:break-word}.affirmation-card__favorite{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#d9a441;flex-shrink:0;padding:.1rem}.affirmation-card__favorite:focus-visible{outline:2px solid #7a6a52;outline-offset:2px;border-radius:4px}.empty-state{text-align:center;margin-top:2rem;color:#4a453d}.empty-state__examples{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.empty-state__examples button{width:100%;background:#fff;border:1px dashed #ddd6cb;border-radius:10px;padding:.75rem;cursor:pointer;font-size:.95rem;text-align:left}.empty-state__examples button:focus-visible{outline:2px solid #7a6a52;outline-offset:2px}
