.Calendar-module__zrPwIq__container{max-width:1200px;margin:0 auto;padding:2rem}.Calendar-module__zrPwIq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Calendar-module__zrPwIq__title{color:var(--foreground);font-size:1.5rem;font-weight:600}.Calendar-module__zrPwIq__navButtons{gap:1rem;display:flex}.Calendar-module__zrPwIq__btnIcon{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--foreground);justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Calendar-module__zrPwIq__btnIcon:hover{background:var(--border)}.Calendar-module__zrPwIq__grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden}.Calendar-module__zrPwIq__dayName{background:var(--surface);text-align:center;color:var(--foreground);opacity:.8;padding:1rem;font-size:.875rem;font-weight:500}.Calendar-module__zrPwIq__dayCell{background:var(--surface);cursor:pointer;flex-direction:column;min-height:120px;padding:.5rem;transition:background .2s;display:flex}.Calendar-module__zrPwIq__dayCell:hover{background:var(--background)}.Calendar-module__zrPwIq__emptyCell{background:var(--surface);opacity:.5}.Calendar-module__zrPwIq__dayNumberWrapper{justify-content:flex-end;margin-bottom:.5rem;display:flex}.Calendar-module__zrPwIq__dayNumber{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;font-weight:500;display:flex}.Calendar-module__zrPwIq__todayNumber{background:var(--primary);color:#fff}.Calendar-module__zrPwIq__entries{flex-direction:column;flex-grow:1;gap:.25rem;display:flex}.Calendar-module__zrPwIq__entry{border-radius:var(--radius-sm);color:var(--foreground);background:var(--background);border-left:3px solid var(--entry-color);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.Calendar-module__zrPwIq__entry:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.Calendar-module__zrPwIq__dot{background-color:var(--entry-color);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (max-width:768px){.Calendar-module__zrPwIq__container{padding:1rem}.Calendar-module__zrPwIq__dayName{padding:.5rem;font-size:.75rem}.Calendar-module__zrPwIq__dayCell{min-height:80px;padding:.25rem}.Calendar-module__zrPwIq__entry{padding:.2rem}.Calendar-module__zrPwIq__entry span{display:none}}
.DayModal-module__AMMNuG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.DayModal-module__AMMNuG__modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:550px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.3s DayModal-module__AMMNuG__slideUp;overflow-y:auto}@keyframes DayModal-module__AMMNuG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.DayModal-module__AMMNuG__header{border-bottom:1px solid var(--border);background:var(--surface);z-index:2;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}.DayModal-module__AMMNuG__header h2{font-size:1.25rem;font-weight:600}.DayModal-module__AMMNuG__closeBtn{cursor:pointer;color:var(--foreground);opacity:.6;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.DayModal-module__AMMNuG__closeBtn:hover{opacity:1;background:var(--border)}.DayModal-module__AMMNuG__content{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.DayModal-module__AMMNuG__emptyState{text-align:center;color:var(--foreground);opacity:.6;padding:2rem 0}.DayModal-module__AMMNuG__entryItem{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:4px solid var(--entry-color);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.DayModal-module__AMMNuG__imageWrapper{border-bottom:1px solid var(--border);background:var(--border);width:100%;max-height:250px;overflow:hidden}.DayModal-module__AMMNuG__image{object-fit:cover;width:100%;height:100%;display:block}.DayModal-module__AMMNuG__entryContent{padding:1.5rem}.DayModal-module__AMMNuG__entryHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.DayModal-module__AMMNuG__clientName{align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.DayModal-module__AMMNuG__dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.DayModal-module__AMMNuG__clientLink{color:var(--primary);border-radius:var(--radius-sm);background:#3b82f61a;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;display:inline-flex}.DayModal-module__AMMNuG__clientLink:hover{background:#3b82f633}.DayModal-module__AMMNuG__description{color:var(--foreground);opacity:.9;white-space:pre-wrap;font-size:.95rem;line-height:1.6}.DayModal-module__AMMNuG__tags{border-top:1px dashed var(--border);flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.DayModal-module__AMMNuG__tag{background:var(--surface);border:1px solid var(--border);color:var(--foreground);opacity:.8;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}
.Clock-module__hRnctW__clockContainer{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--foreground);align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex}.Clock-module__hRnctW__icon{color:var(--primary)}.Clock-module__hRnctW__time{font-variant-numeric:tabular-nums;letter-spacing:.05em;font-weight:600}.Clock-module__hRnctW__date{opacity:.7;border-left:1px solid var(--border);text-transform:capitalize;padding-left:.5rem;font-size:.875rem}
