body{color:#1a1a1a;background:#fff;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}code{background:#f4f3ec;border-radius:4px;padding:2px 6px;font-family:ui-monospace,Consolas,monospace}.app{max-width:640px;margin:3rem auto;padding:0 1.5rem;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.app h1{margin-bottom:.25rem;font-size:1.8rem}.calendar{border:1px solid #e0e0e0;border-radius:8px;margin-top:1.5rem;padding:1rem}.calendar__header{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:.75rem;display:flex}.calendar__header button{cursor:pointer;background:0 0;border:none;padding:.2rem .6rem;font-size:1.1rem}.calendar__title{font-weight:700}.calendar__grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar__weekday{text-align:center;color:#888;padding-bottom:.25rem;font-size:.75rem}.calendar__cell{aspect-ratio:1;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:0;font-size:.85rem;display:flex}.calendar__cell--empty{cursor:default;border:none}.calendar__cell--selected{background-color:#eaf2ff;border-color:#4a90e2}.calendar__day{font-size:.9rem}.calendar__dot{color:#4a90e2;font-size:.6rem}.selected-date-heading{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.schedule-form{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.schedule-form__date{color:#888;min-width:6.5rem;font-size:.85rem}.schedule-form__title{flex:auto;padding:.4rem .6rem}.schedule-form__submit{cursor:pointer;flex:none;padding:.4rem 1rem}.schedule-empty{color:#888;font-size:.9rem}.schedule-list{padding:0;list-style:none}.schedule-item{border:1px solid #e0e0e0;border-radius:6px;align-items:baseline;gap:1rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.schedule-item__date{color:#888;min-width:6.5rem;font-size:.85rem}.schedule-item__title{flex:auto;font-size:1rem}.schedule-item__delete{color:#c0392b;cursor:pointer;background:0 0;border:1px solid #c0392b;border-radius:4px;flex:none;padding:.2rem .6rem;font-size:.8rem}.schedule-item__delete:hover{background-color:#fdecea}
