.EventCalendar-module__d0yNLa__container{background:#fff;border:1px solid #000;border-radius:20px;flex-direction:column;height:calc(100vh - 80px);padding:16px 20px;display:flex;overflow:hidden}.EventCalendar-module__d0yNLa__header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.EventCalendar-module__d0yNLa__headerLeft{gap:8px;display:flex}.EventCalendar-module__d0yNLa__navBtn{cursor:pointer;color:#000;background:#fff;border:1px solid #000;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}.EventCalendar-module__d0yNLa__navBtn:hover{background:#f9fafb;border-color:#000}.EventCalendar-module__d0yNLa__todayBtn{cursor:pointer;color:#000;background:#fff;border:1px solid #000;border-radius:12px;height:40px;padding:0 16px;font-size:14px;font-weight:700}.EventCalendar-module__d0yNLa__monthTitle{color:#111827;flex:1;font-family:Instrument Sans,sans-serif;font-size:22px;font-weight:800}.EventCalendar-module__d0yNLa__filters{gap:8px;display:flex}.EventCalendar-module__d0yNLa__filterSelect{cursor:pointer;color:#000;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") right 12px center/14px no-repeat;border:1.5px solid #000;border-radius:12px;outline:none;min-width:140px;padding:10px 36px 10px 16px;font-size:13px;font-weight:700;transition:all .2s}.EventCalendar-module__d0yNLa__filterSelect:hover{background-color:#f9f9f9;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.EventCalendar-module__d0yNLa__filterSelect:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d}.EventCalendar-module__d0yNLa__addLocalBtn{color:#fff;cursor:pointer;background:#000;border:1px solid #000;border-radius:12px;align-items:center;gap:8px;margin:0 auto;padding:10px 24px;font-size:13px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.EventCalendar-module__d0yNLa__addLocalBtn:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:0 6px 16px #0003}.EventCalendar-module__d0yNLa__grid{flex:1;grid-template-columns:repeat(7,1fr);gap:8px;padding-bottom:10px;display:grid;overflow-y:auto}.EventCalendar-module__d0yNLa__dayHdr{text-align:center;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;padding:12px;font-size:12px;font-weight:800}.EventCalendar-module__d0yNLa__cell{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:16px;height:95px;padding:10px;transition:all .3s;overflow:hidden}.EventCalendar-module__d0yNLa__cell:hover{border-color:#8b5cf6;transform:translateY(-4px);box-shadow:0 10px 25px #8b5cf61a}.EventCalendar-module__d0yNLa__dayNum{color:#6b7280;margin-bottom:8px;font-size:14px;font-weight:700}.EventCalendar-module__d0yNLa__todayNum{color:#8b5cf6;font-weight:800}.EventCalendar-module__d0yNLa__eventStack{flex-direction:column;gap:3px;max-height:55px;display:flex;overflow:hidden}.EventCalendar-module__d0yNLa__eventTag{white-space:nowrap;text-overflow:ellipsis;color:#4f46e5;background:#eef2ff;border-radius:6px;padding:3px 6px;font-size:10px;font-weight:700;overflow:hidden}.EventCalendar-module__d0yNLa__programEvent{color:#16a34a;background:#f0fdf4}.EventCalendar-module__d0yNLa__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EventCalendar-module__d0yNLa__modal{background:#fff;border-radius:32px;width:100%;max-width:450px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.EventCalendar-module__d0yNLa__modalHeader{border-bottom:1px solid #f3f4f6;justify-content:center;padding:32px 40px 20px;display:flex}.EventCalendar-module__d0yNLa__singleLineDate{color:#111827;text-align:center;margin:0;font-size:18px;font-weight:800}.EventCalendar-module__d0yNLa__modalContent{padding:24px 40px 40px}.EventCalendar-module__d0yNLa__detailEventItem{cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:16px;align-items:center;gap:16px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.EventCalendar-module__d0yNLa__detailEventItem:hover{background:#fff;border-color:#8b5cf6;transform:translate(4px)}.EventCalendar-module__d0yNLa__eventIndicator{border-radius:2px;width:4px;height:32px}.EventCalendar-module__d0yNLa__itemTitle{color:#111827;font-size:15px;font-weight:700}.EventCalendar-module__d0yNLa__itemSub{color:#6b7280;font-size:13px}.EventCalendar-module__d0yNLa__fullWidthAddBtn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;width:100%;margin-top:24px;padding:14px;font-size:14px;font-weight:700;transition:all .2s}.EventCalendar-module__d0yNLa__fullWidthAddBtn:hover{background:#e5e7eb;transform:translateY(-1px)}.EventCalendar-module__d0yNLa__emptyMsg{text-align:center;color:#9ca3af;padding:32px;font-size:14px}.EventCalendar-module__d0yNLa__animatePop{animation:.3s cubic-bezier(.4,0,.2,1) EventCalendar-module__d0yNLa__popIn}@keyframes EventCalendar-module__d0yNLa__popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.Modal-module__dhVKKa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s Modal-module__dhVKKa__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__dhVKKa__modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.3s cubic-bezier(.4,0,.2,1) Modal-module__dhVKKa__slideUp;display:flex;box-shadow:0 20px 40px #0003}.Modal-module__dhVKKa__form{flex:1;padding:24px;overflow-y:auto}.Modal-module__dhVKKa__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px;display:flex}.Modal-module__dhVKKa__modalHeader h2{margin:0;font-family:Instrument Serif,serif;font-size:24px}.Modal-module__dhVKKa__closeBtn{cursor:pointer;color:var(--text3);background:0 0;border:none;font-size:24px}.Modal-module__dhVKKa__form{padding:24px}.Modal-module__dhVKKa__field{margin-bottom:20px}.Modal-module__dhVKKa__field label{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.Modal-module__dhVKKa__field input,.Modal-module__dhVKKa__field select,.Modal-module__dhVKKa__field textarea{border:1.5px solid var(--border);width:100%;color:var(--text1);background:#fdfdfd;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.Modal-module__dhVKKa__field input:focus,.Modal-module__dhVKKa__field select:focus,.Modal-module__dhVKKa__field textarea:focus{border-color:var(--purple);box-shadow:0 0 0 4px var(--purple-bg);background:#fff}.Modal-module__dhVKKa__field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:40px}.Modal-module__dhVKKa__field textarea{resize:vertical;min-height:100px}.Modal-module__dhVKKa__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.Modal-module__dhVKKa__assigneeGrid{flex-wrap:wrap;gap:8px;max-height:120px;padding:4px;display:flex;overflow-y:auto}.Modal-module__dhVKKa__assigneeChip{border:1px solid var(--border);cursor:pointer;background:var(--bg);border-radius:20px;padding:6px 12px;font-size:12px;transition:all .2s}.Modal-module__dhVKKa__assigneeChip.Modal-module__dhVKKa__selected{background:var(--purple-bg);color:var(--purple);border-color:var(--purple)}.Modal-module__dhVKKa__formerChip{opacity:.6;border-style:dashed;font-style:italic}.Modal-module__dhVKKa__footer{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.Modal-module__dhVKKa__cancelBtn{border:1px solid var(--border);color:var(--text2);cursor:pointer;background:#fff;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .2s}.Modal-module__dhVKKa__cancelBtn:hover{background:var(--bg);border-color:var(--text4)}.Modal-module__dhVKKa__submitBtn{background:var(--purple-grad);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 28px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #6d5dfc4d}.Modal-module__dhVKKa__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6d5dfc66}.Modal-module__dhVKKa__submitBtn:active:not(:disabled){transform:translateY(0)}.Modal-module__dhVKKa__submitBtn:disabled{opacity:.6}@keyframes Modal-module__dhVKKa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__dhVKKa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
