.calendar-module__9mNVbG__container{max-width:1200px;margin:0 auto;padding:2rem}.calendar-module__9mNVbG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.calendar-module__9mNVbG__title{margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.calendar-module__9mNVbG__subtitle{color:var(--secondary)}.calendar-module__9mNVbG__backLink{color:var(--primary);text-decoration:none}.calendar-module__9mNVbG__backLink:hover{text-decoration:underline}.calendar-module__9mNVbG__section{margin-bottom:3rem}.calendar-module__9mNVbG__sectionTitle{color:var(--secondary);border-left:4px solid var(--primary);margin-bottom:1.5rem;padding-left:.8rem;font-size:1.2rem;font-weight:600}.calendar-module__9mNVbG__weeklyGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.calendar-module__9mNVbG__weeklyDateBox{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;min-height:120px;padding:.8rem;display:flex}.calendar-module__9mNVbG__currentDay{border-color:var(--primary);background:#38bdf80d}.calendar-module__9mNVbG__dateLabel{text-align:center;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.calendar-module__9mNVbG__currentDay .calendar-module__9mNVbG__dateLabel{color:var(--primary)}.calendar-module__9mNVbG__eventTag{white-space:nowrap;text-overflow:ellipsis;background:#ffffff1a;border-radius:4px;margin-bottom:.2rem;padding:.2rem .4rem;font-size:.75rem;overflow:hidden}.calendar-module__9mNVbG__eventType{color:var(--accent);margin-right:.3rem;font-weight:700}.calendar-module__9mNVbG__noEvents{color:var(--secondary);text-align:center;margin-top:1rem;font-size:.75rem}.calendar-module__9mNVbG__layoutSplit{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.calendar-module__9mNVbG__layoutSplit{grid-template-columns:1fr}.calendar-module__9mNVbG__weeklyGrid{-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:.8rem;padding-bottom:1rem;display:flex;overflow-x:auto}.calendar-module__9mNVbG__weeklyDateBox{flex:none;min-width:150px}}.calendar-module__9mNVbG__monthHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.calendar-module__9mNVbG__navButton{background:var(--card-bg);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.calendar-module__9mNVbG__navButton:hover{background:var(--card-hover);border-color:var(--primary)}.calendar-module__9mNVbG__calendarGrid{border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(7,1fr);display:grid;overflow:hidden}.calendar-module__9mNVbG__dayHeader{text-align:center;color:var(--secondary);border-bottom:1px solid var(--border);border-right:1px solid var(--border);background:#ffffff0d;padding:.8rem 0;font-size:.85rem}.calendar-module__9mNVbG__calendarCell{background:var(--card-bg);border-bottom:1px solid var(--border);border-right:1px solid var(--border);cursor:pointer;height:100px;padding:.5rem;transition:background-color .2s;position:relative}.calendar-module__9mNVbG__calendarCell:nth-child(7n){border-right:none}.calendar-module__9mNVbG__cellWithEvents{background:#3b82f61a}.calendar-module__9mNVbG__cellWithEvents:hover{background:#3b82f633}.calendar-module__9mNVbG__cellSelected{box-shadow:inset 0 0 0 2px var(--primary)}.calendar-module__9mNVbG__cellNumber{font-size:.9rem;font-weight:600}.calendar-module__9mNVbG__eventBadge{background:var(--accent);color:#000;border-radius:99px;padding:.1rem .4rem;font-size:.7rem;font-weight:700;position:absolute;bottom:.5rem;right:.5rem}.calendar-module__9mNVbG__detailsPanel{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;height:fit-content;padding:1.5rem}.calendar-module__9mNVbG__detailsTitle{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.calendar-module__9mNVbG__detailItem{background:#0003;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.8rem;display:flex}.calendar-module__9mNVbG__ticker{color:var(--secondary);font-size:.75rem}.calendar-module__9mNVbG__companyName{font-size:.95rem;font-weight:700}.calendar-module__9mNVbG__typeLabel{background:var(--card-bg);color:#fff;border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.calendar-module__9mNVbG__q1{color:#10b981!important}.calendar-module__9mNVbG__q2{color:#3b82f6!important}.calendar-module__9mNVbG__q3{color:#f59e0b!important}.calendar-module__9mNVbG__q4{color:#ef4444!important}.calendar-module__9mNVbG__qOther{color:#a855f7!important}.calendar-module__9mNVbG__bgQ1{color:#10b981;background-color:#10b98133;border-color:#10b981}.calendar-module__9mNVbG__bgQ2{color:#3b82f6;background-color:#3b82f633;border-color:#3b82f6}.calendar-module__9mNVbG__bgQ3{color:#f59e0b;background-color:#f59e0b33;border-color:#f59e0b}.calendar-module__9mNVbG__bgQ4{color:#ef4444;background-color:#ef444433;border-color:#ef4444}.calendar-module__9mNVbG__bgOther{color:#a855f7;background-color:#a855f733;border-color:#a855f7}.calendar-module__9mNVbG__detailsList{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:1200px){.calendar-module__9mNVbG__detailsList{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}.calendar-module__9mNVbG__filterSection{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.calendar-module__9mNVbG__filterBtn{background:var(--card-bg);border:1px solid var(--border);color:var(--secondary);cursor:pointer;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.calendar-module__9mNVbG__filterBtn:hover{border-color:var(--primary);color:var(--foreground)}.calendar-module__9mNVbG__activeFilter{background:var(--primary);color:#0f172a;border-color:var(--primary);font-weight:700}.calendar-module__9mNVbG__tabSection{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.calendar-module__9mNVbG__tabBtn{border:1px solid var(--border);background:var(--card-bg);color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:20px;padding:.5rem 1.5rem;font-size:.9rem;transition:all .2s}.calendar-module__9mNVbG__tabBtnActive{background:var(--primary);color:#000;font-weight:700}.calendar-module__9mNVbG__tabBtnMy{border-color:var(--accent);color:var(--accent);background:var(--card-bg);align-items:center;gap:.3rem;font-weight:700;display:flex}.calendar-module__9mNVbG__tabBtnMyActive{background:var(--accent);color:#000}@media (max-width:768px){.calendar-module__9mNVbG__filterSection,.calendar-module__9mNVbG__tabSection{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;margin-left:-1rem;margin-right:-1rem;padding-bottom:.5rem;padding-left:1rem;padding-right:1rem;overflow-x:auto;justify-content:flex-start!important}.calendar-module__9mNVbG__filterBtn,.calendar-module__9mNVbG__tabBtn,.calendar-module__9mNVbG__tabBtnMy{flex:none}}
