*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a1a;color:#fff;line-height:1.6}nav{background:#2a2a2a;padding:1rem 2rem;box-shadow:0 2px 10px #0000004d}nav ul{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:2rem}nav a{color:#fff;text-decoration:none;font-weight:500}nav a:hover{color:#4a9eff}.container{max-width:1200px;margin:0 auto;padding:2rem}h1{font-size:2.5rem;margin-bottom:1rem;color:#4a9eff}h2{font-size:2rem;color:#4a9eff}h3{font-size:1.5rem;margin-bottom:.5rem}button{background:#4a9eff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem}button:hover{background:#3a8eef}input,textarea{background:#333;color:#fff;border:1px solid #444;padding:.5rem;border-radius:4px;font-size:1rem}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.calendar-header{background:#333;padding:.75rem;text-align:center;font-weight:700;color:#4a9eff}.calendar-day{background:#2a2a2a;padding:1rem;min-height:80px;border-radius:4px;cursor:pointer;position:relative}.calendar-day:hover{background:#333}.calendar-day.empty{background:transparent;cursor:default}.day-number{font-weight:700;margin-bottom:.5rem}.note-indicator{position:absolute;top:.5rem;right:.5rem;background:#4a9eff;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem}ul{margin-left:2rem;margin-top:1rem}li{margin-bottom:.5rem}@media(max-width:768px){.container{padding:1rem}h1{font-size:1.75rem}.calendar-day{min-height:60px;padding:.5rem}}
