@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f1117;--surface:#1a1d27;--surface2:#242834;--surface3:#2e3345;--border:#363b4e;--text:#e8eaf0;--text2:#9da3b4;--text3:#6b7186;--accent:#6366f1;--accent-hover:#818cf8;--danger:#ef4444;--danger-hover:#f87171;--radius:10px;--radius-sm:6px;--shadow:0 4px 24px #00000059;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{font-size:15px}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;overflow:hidden}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{color:var(--text);font-family:inherit}.app{flex-direction:column;height:100vh;display:flex}.top-bar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}.top-bar-left{align-items:center;gap:16px;display:flex}.app-title{align-items:center;gap:8px;font-size:1.15rem;font-weight:700;display:flex}.title-icon{font-size:1.3rem}.sidebar-toggle{border-radius:var(--radius-sm);place-items:center;width:36px;height:36px;font-size:1.2rem;transition:background .15s;display:grid}.sidebar-toggle:hover{background:var(--surface3)}.btn-new-event{border-radius:var(--radius-sm);background:var(--accent);color:#fff;padding:8px 20px;font-size:.9rem;font-weight:600;transition:background .15s}.btn-new-event:hover{background:var(--accent-hover)}.main-layout{flex:1;display:flex;overflow:hidden}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:320px;display:flex;overflow:hidden}.sidebar-header{justify-content:space-between;align-items:center;padding:20px 20px 0;display:flex}.sidebar-header h2{font-size:1.05rem;font-weight:600}.event-count{color:var(--text3);background:var(--surface3);border-radius:99px;padding:3px 10px;font-size:.8rem}.sidebar-filters{flex-direction:column;gap:8px;padding:16px 20px;display:flex}.search-input{border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--border);outline:none;padding:9px 14px;font-size:.88rem;transition:border-color .15s}.search-input:focus{border-color:var(--accent)}.search-input::placeholder{color:var(--text3)}.filter-select{border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--border);outline:none;padding:9px 14px;font-size:.88rem}.filter-select option{background:var(--surface2)}.event-list{flex:1;padding:0 20px 20px;overflow-y:auto}.event-list::-webkit-scrollbar{width:5px}.event-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.empty-state{text-align:center;color:var(--text3);padding:48px 0}.empty-icon{margin-bottom:12px;font-size:2.5rem;display:block}.date-group{margin-bottom:16px}.date-group.past{opacity:.5}.date-group-header{color:var(--text2);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;padding:4px 0 8px;font-size:.82rem;font-weight:600;display:flex}.date-group-count{background:var(--surface3);border-radius:99px;padding:1px 8px;font-size:.72rem}.event-card{border-radius:var(--radius);background:var(--surface2);cursor:pointer;gap:0;margin-bottom:8px;transition:transform .12s,box-shadow .12s;display:flex;overflow:hidden}.event-card:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.event-card-color{flex-shrink:0;width:4px}.event-card-body{flex:1;min-width:0;padding:10px 14px}.event-card-title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.event-card-meta{color:var(--text2);gap:12px;margin-top:4px;font-size:.78rem;display:flex}.event-card-desc{color:var(--text3);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:.8rem;overflow:hidden}.calendar-area{flex:1;padding:24px;overflow:auto}.calendar{max-width:1000px;margin:0 auto}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.month-title{font-size:1.3rem;font-weight:700}.header-actions{align-items:center;gap:8px;display:flex}.nav-btn{border-radius:var(--radius-sm);background:var(--surface2);place-items:center;width:36px;height:36px;font-size:1.3rem;font-weight:600;transition:background .15s;display:grid}.nav-btn:hover{background:var(--surface3)}.today-btn{border-radius:var(--radius-sm);background:var(--surface2);padding:6px 16px;font-size:.82rem;font-weight:600;transition:background .15s}.today-btn:hover{background:var(--surface3)}.calendar-weekdays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px;display:grid}.weekday{text-align:center;color:var(--text3);text-transform:uppercase;letter-spacing:.05em;padding:8px 0;font-size:.75rem;font-weight:600}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.day-cell{border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;border:1px solid #0000;min-height:100px;padding:8px;transition:border-color .12s,background .12s;overflow:hidden}.day-cell:hover{border-color:var(--border)}.day-cell.selected{border-color:var(--accent)}.day-cell.outside{opacity:.35}.day-cell.today{border-color:var(--accent);background:#6366f114}.day-number{margin-bottom:4px;font-size:.82rem;font-weight:600;display:block}.day-cell.today .day-number{background:var(--accent);color:#fff;border-radius:99px;place-items:center;width:24px;height:24px;font-size:.78rem;display:inline-grid}.day-events{flex-direction:column;gap:2px;display:flex}.day-event-pill{color:#fff;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:500;transition:opacity .12s;overflow:hidden}.day-event-pill:hover{opacity:.8}.more-events{color:var(--text3);padding:1px 4px;font-size:.7rem}.modal-overlay{z-index:100;background:#0009;place-items:center;animation:.15s fadeIn;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border-radius:14px;width:520px;max-width:94vw;max-height:90vh;animation:.2s slideUp;overflow-y:auto;box-shadow:0 16px 48px #00000080}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.modal-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.modal-header h3{font-size:1.1rem;font-weight:700}.close-btn{border-radius:var(--radius-sm);place-items:center;width:32px;height:32px;font-size:1.3rem;transition:background .15s;display:grid}.close-btn:hover{background:var(--surface3)}.event-form{flex-direction:column;gap:16px;padding:20px 24px 24px;display:flex}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--text2);font-size:.82rem;font-weight:600}.form-group input[type=text],.form-group input[type=date],.form-group input[type=time],.form-group textarea{border-radius:var(--radius-sm);background:var(--surface2);border:1px solid var(--border);outline:none;padding:10px 14px;font-size:.9rem;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text3)}.form-group textarea{resize:vertical;min-height:72px}.form-row{grid-template-columns:1.2fr 1fr 1fr;gap:12px;display:grid}.category-grid{flex-wrap:wrap;gap:6px;display:flex}.cat-chip{border:1px solid var(--border);background:var(--surface2);border-radius:99px;align-items:center;gap:4px;padding:6px 14px;font-size:.82rem;font-weight:500;transition:all .15s;display:flex}.cat-chip:hover{border-color:var(--text3)}.cat-chip.active{color:#fff;border-color:#0000}.form-actions{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.form-actions-right{gap:8px;display:flex}.btn-delete{border-radius:var(--radius-sm);color:var(--danger);padding:8px 18px;font-size:.85rem;font-weight:600;transition:background .15s}.btn-delete:hover{background:#ef44441f}.btn-cancel{border-radius:var(--radius-sm);background:var(--surface3);padding:8px 18px;font-size:.85rem;font-weight:600;transition:background .15s}.btn-cancel:hover{background:var(--border)}.btn-save{border-radius:var(--radius-sm);background:var(--accent);color:#fff;padding:8px 22px;font-size:.85rem;font-weight:600;transition:background .15s}.btn-save:hover{background:var(--accent-hover)}.sidebar-closed .sidebar{display:none}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}@media (width<=768px){.sidebar{width:280px}.calendar-area{padding:16px}.day-cell{min-height:72px;padding:4px}.day-event-pill{padding:1px 6px;font-size:.65rem}.form-row{grid-template-columns:1fr}}@media (width<=560px){.sidebar{z-index:50;width:85vw;max-width:340px;box-shadow:var(--shadow);position:fixed;top:56px;bottom:0;left:0}}
