*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1e293b}.app{min-height:100vh;padding:2rem}.header{text-align:center;margin-bottom:3rem}.title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.subtitle{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.language-toggle{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.lang-btn{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .2s}.lang-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.lang-btn:hover:not(.active){border-color:#3b82f6;color:#3b82f6}.calendar-container{max-width:800px;margin:0 auto;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.calendar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.nav-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:.5rem;color:#64748b;transition:all .2s}.nav-btn:hover{background:#e2e8f0;color:#1e293b}.current-month{font-size:1.5rem;font-weight:600;color:#1e293b}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekday-header{background:#f8fafc;padding:1rem .5rem;text-align:center;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0}.calendar-day{aspect-ratio:1;padding:.5rem;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:all .2s;position:relative}.calendar-day:hover{background:#f1f5f9}.calendar-day.other-month{background:#f8fafc;color:#94a3b8}.calendar-day.today{background:#dbeafe;color:#1d4ed8;font-weight:600}.calendar-day.has-events{background:#fef3c7}.calendar-day.has-events:hover{background:#fde68a}.day-number{font-size:.9rem;font-weight:500}.nepali-date{font-size:.7rem;color:#64748b;margin-top:.25rem}.event-indicator{position:absolute;bottom:.25rem;right:.25rem;width:6px;height:6px;background:#ef4444;border-radius:50%}.events-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:1rem;padding:2rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-title{font-size:1.25rem;font-weight:600;color:#1e293b}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.25rem;border-radius:.25rem}.close-btn:hover{background:#f1f5f9;color:#1e293b}.event-list{margin-bottom:1.5rem}.event-item{padding:1rem;background:#f8fafc;border-radius:.5rem;margin-bottom:.75rem;border-left:4px solid #3b82f6}.event-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.event-description{color:#64748b;font-size:.9rem}.add-event-form{border-top:1px solid #e2e8f0;padding-top:1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-btn{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.add-btn:hover{background:#2563eb}.empty-state{text-align:center;color:#64748b;font-style:italic;padding:2rem}@media (max-width: 768px){.app{padding:1rem}.title{font-size:2rem}.calendar-header{padding:1rem}.current-month{font-size:1.25rem}.day-number{font-size:.8rem}.nepali-date{font-size:.6rem}}
