.Sidebar-module__4pSarW__sidebar{background-color:var(--sideground);z-index:100;border-right:1px solid #0000001a;width:220px;height:100vh;transition:width .3s;position:fixed;top:0;left:0}.Sidebar-module__4pSarW__sidebar.Sidebar-module__4pSarW__collapsed{width:64px}.Sidebar-module__4pSarW__sidebarContainer{flex-direction:column;height:100%;padding:16px 0 0;display:flex}.Sidebar-module__4pSarW__sidebarHeader{justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 16px;display:flex}.Sidebar-module__4pSarW__sidebar.Sidebar-module__4pSarW__collapsed .Sidebar-module__4pSarW__sidebarHeader{flex-direction:column;gap:12px;padding:0 8px}.Sidebar-module__4pSarW__logoLink{color:var(--foreground);align-items:center;gap:12px;text-decoration:none;display:flex}.Sidebar-module__4pSarW__logo{width:36px;height:36px}.Sidebar-module__4pSarW__appName{color:var(--background);font-size:1.8rem;font-weight:600}.Sidebar-module__4pSarW__collapseButton{cursor:pointer;width:24px;height:24px;color:var(--foreground-muted);opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.Sidebar-module__4pSarW__collapseButton:hover{opacity:1}.Sidebar-module__4pSarW__newTaskWrapper{margin-bottom:16px;padding:0 16px}.Sidebar-module__4pSarW__newTaskButton{text-align:center;white-space:nowrap;overflow:hidden}.Sidebar-module__4pSarW__navItems{flex-direction:column;flex:1;padding:0 8px;display:flex}.Sidebar-module__4pSarW__navItem{color:var(--foreground);border-radius:.8rem;align-items:center;gap:12px;height:44px;padding:8px 12px;text-decoration:none;transition:background-color .2s;display:flex}.Sidebar-module__4pSarW__navItem:hover{background-color:#0000000d}.Sidebar-module__4pSarW__navItem.Sidebar-module__4pSarW__active{background-color:var(--primary);color:#fff;font-weight:500}.Sidebar-module__4pSarW__navIcon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Sidebar-module__4pSarW__taskNavItemWrapper{border-radius:.8rem;align-items:center;margin-bottom:4px;transition:background-color .2s;display:flex;position:relative}.Sidebar-module__4pSarW__taskNavItemWrapper:hover{background-color:#0000000d}.Sidebar-module__4pSarW__taskNavItemWrapper:hover .Sidebar-module__4pSarW__navItem{background-color:#0000}.Sidebar-module__4pSarW__taskNavItemWrapper:hover .Sidebar-module__4pSarW__addTaskButton{opacity:1;background-color:#0000}.Sidebar-module__4pSarW__taskNavItemWrapper.Sidebar-module__4pSarW__active{background-color:var(--primary)}.Sidebar-module__4pSarW__taskNavItemWrapper.Sidebar-module__4pSarW__active .Sidebar-module__4pSarW__navItem{color:#fff;background-color:#0000;font-weight:500}.Sidebar-module__4pSarW__taskNavItemWrapper.Sidebar-module__4pSarW__active .Sidebar-module__4pSarW__addTaskButton{color:#fff;opacity:1;background-color:#0000}.Sidebar-module__4pSarW__taskNavItemWrapper .Sidebar-module__4pSarW__navItem{border-top-right-radius:0;border-bottom-right-radius:0;flex:1;margin-bottom:0}.Sidebar-module__4pSarW__addTaskButton{width:32px;height:44px;color:var(--foreground);cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:0 6px 6px 0;justify-content:center;align-items:center;transition:all .2s;display:flex}.Sidebar-module__4pSarW__addTaskButton:hover{opacity:1;background-color:#0000000d}.Sidebar-module__4pSarW__addTaskButton:active{background-color:#0000001a}.Sidebar-module__4pSarW__sidebar.Sidebar-module__4pSarW__collapsed .Sidebar-module__4pSarW__taskNavItemWrapper .Sidebar-module__4pSarW__navItem{border-radius:6px}.Sidebar-module__4pSarW__navText{white-space:nowrap;text-overflow:ellipsis;color:var(--background);font-size:15px;overflow:hidden}.Sidebar-module__4pSarW__userProfileWrapper{border-top:1px solid #0000001a;margin-top:auto;padding:16px}.Sidebar-module__4pSarW__userProfile{position:relative}.Sidebar-module__4pSarW__profileButton{cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;width:100%;transition:background-color .2s;display:flex}.Sidebar-module__4pSarW__profileButton:hover{background-color:#0000000d}.Sidebar-module__4pSarW__avatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:32px;height:32px}.Sidebar-module__4pSarW__userInfo{text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}.Sidebar-module__4pSarW__userName{color:var(--background);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.Sidebar-module__4pSarW__userPlan{color:var(--background);opacity:.7;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;overflow:hidden}.Sidebar-module__4pSarW__profileDropdown{background-color:var(--background);z-index:10;border-radius:8px;width:200px;margin-bottom:8px;padding:8px 0;position:absolute;bottom:100%;left:0;box-shadow:0 4px 12px #00000026}.Sidebar-module__4pSarW__collapsed .Sidebar-module__4pSarW__profileDropdown{bottom:0;left:64px}.Sidebar-module__4pSarW__dropdownItem{text-align:left;width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:14px;text-decoration:none;transition:background-color .2s;display:block}.Sidebar-module__4pSarW__dropdownItem:hover{background-color:#0000000d}.Sidebar-module__4pSarW__dropdownDivider{background-color:#0000001a;border:none;height:1px;margin:4px 0}@media (prefers-color-scheme:dark){.Sidebar-module__4pSarW__sidebar{border-right-color:#ffffff1a}.Sidebar-module__4pSarW__navItem:hover{background-color:#ffffff0d}.Sidebar-module__4pSarW__navItem.Sidebar-module__4pSarW__active{background-color:rgba(var(--primary-rgb),.2)}.Sidebar-module__4pSarW__profileButton:hover,.Sidebar-module__4pSarW__dropdownItem:hover{background-color:#ffffff0d}.Sidebar-module__4pSarW__dropdownDivider{background-color:#ffffff1a}.Sidebar-module__4pSarW__userProfileWrapper{border-top-color:#ffffff1a}}@media (max-width:768px){.Sidebar-module__4pSarW__sidebar{z-index:100;border-top:1px solid #0000001a;border-right:none;width:100%;max-width:100%;height:auto;transition:none;position:fixed;inset:auto 0 0;transform:translateY(0);box-shadow:0 -2px 8px #0000001a}.Sidebar-module__4pSarW__sidebar.Sidebar-module__4pSarW__expanded{transform:translateY(0)}.Sidebar-module__4pSarW__sidebar.Sidebar-module__4pSarW__expanded.Sidebar-module__4pSarW__collapsed,.Sidebar-module__4pSarW__sidebar.Sidebar-module__4pSarW__collapsed{width:100%}.Sidebar-module__4pSarW__sidebarContainer{-webkit-overflow-scrolling:touch;flex-direction:row;height:auto;padding:8px 16px;overflow:auto hidden}.Sidebar-module__4pSarW__sidebarHeader{flex-shrink:0;align-items:center;margin:0 16px 0 0;padding:0;display:flex}.Sidebar-module__4pSarW__logoLink{justify-content:center;align-items:center;min-width:48px;padding:8px;display:flex}.Sidebar-module__4pSarW__logo{width:32px;height:32px}.Sidebar-module__4pSarW__appName{display:none}.Sidebar-module__4pSarW__collapseButton,.Sidebar-module__4pSarW__sidebarHeader .Sidebar-module__4pSarW__collapseButton{display:none!important}.Sidebar-module__4pSarW__navItems{flex-direction:row;flex:1;gap:8px;padding:0;overflow:auto hidden}.Sidebar-module__4pSarW__navItem{white-space:nowrap;text-align:center;flex-direction:column;flex-shrink:0;gap:2px;min-width:auto;height:60px;padding:6px 12px}.Sidebar-module__4pSarW__navIcon{margin-bottom:4px;margin-right:0}.Sidebar-module__4pSarW__navText{font-size:11px;line-height:1;display:block}.Sidebar-module__4pSarW__addTaskButton{display:none}.Sidebar-module__4pSarW__taskNavItemWrapper{flex-direction:row;flex-shrink:0;margin-bottom:0}.Sidebar-module__4pSarW__taskNavItemWrapper .Sidebar-module__4pSarW__navItem{flex-direction:column;padding:8px 12px}.Sidebar-module__4pSarW__userProfileWrapper{border-top:none;border-left:1px solid #0000001a;align-items:center;margin:0 0 0 16px;padding:0 0 0 16px;display:flex}.Sidebar-module__4pSarW__profileButton{width:auto;padding:0}.Sidebar-module__4pSarW__userInfo{display:none}.Sidebar-module__4pSarW__avatar{width:36px;height:36px}.Sidebar-module__4pSarW__profileDropdown{margin-bottom:8px;position:fixed;bottom:100%;left:auto;right:0}}body.modal-open .Sidebar-module__4pSarW__sidebar{filter:blur(4px);transition:filter .2s ease-in-out}
.ProfileForm-module__7yKexq__formContainer{flex-flow:column wrap;gap:1rem;display:flex}.ProfileForm-module__7yKexq__formField{flex-direction:column;flex:1;gap:.5rem;min-width:300px;display:flex}.ProfileForm-module__7yKexq__emailEditField{align-items:flex-end;gap:.5rem;display:flex}.ProfileForm-module__7yKexq__emailField{flex-direction:column;gap:.5rem;display:flex}.ProfileForm-module__7yKexq__emailDisplay{border-radius:.375rem;justify-content:space-between;align-items:center;height:2.75rem;padding:.75rem;display:flex}.ProfileForm-module__7yKexq__fieldLabel{color:var(--text-primary,#111827);font-size:.875rem;font-weight:500}.ProfileForm-module__7yKexq__editButton{border:1px solid var(--color-primary,#3b82f6);color:var(--color-primary,#3b82f6);cursor:pointer;background-color:#0000;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;transition:all .2s}.ProfileForm-module__7yKexq__editButton:hover{background-color:var(--color-primary,#3b82f6);color:#fff}.ProfileForm-module__7yKexq__cancelButton{background-color:var(--bg-subtle,#f9fafb);border:1px solid var(--border-color,#e5e7eb);color:var(--text-secondary,#6b7280);cursor:pointer;white-space:nowrap;border-radius:.375rem;padding:.5rem 1rem;transition:all .2s}.ProfileForm-module__7yKexq__cancelButton:hover{background-color:var(--bg-hover,#f3f4f6);color:var(--text-primary,#111827)}@media (max-width:768px){.ProfileForm-module__7yKexq__formContainer{flex-direction:column}.ProfileForm-module__7yKexq__formField{min-width:unset}.ProfileForm-module__7yKexq__emailEditField{flex-direction:column;align-items:stretch}}
.ProfileImageUploader-module__a1oraa__container{align-items:center;gap:16px;display:flex}.ProfileImageUploader-module__a1oraa__profileImageUploader{flex-direction:column;align-items:center;gap:12px;display:flex}.ProfileImageUploader-module__a1oraa__imageContainer{background-color:#f5f5f5;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.ProfileImageUploader-module__a1oraa__profileImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ProfileImageUploader-module__a1oraa__placeholderImage{cursor:pointer;color:#666;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.ProfileImageUploader-module__a1oraa__placeholderImage span{font-size:12px}.ProfileImageUploader-module__a1oraa__imageOverlay{opacity:0;background-color:#0009;justify-content:center;gap:8px;padding:8px 0;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.ProfileImageUploader-module__a1oraa__imageContainer:hover .ProfileImageUploader-module__a1oraa__imageOverlay{opacity:1}.ProfileImageUploader-module__a1oraa__uploadingOverlay{background-color:#fffc;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.ProfileImageUploader-module__a1oraa__spinner{border:2px solid #0000001a;border-top-color:#1a73e8;border-radius:50%;width:24px;height:24px;animation:1s linear infinite ProfileImageUploader-module__a1oraa__spin}@keyframes ProfileImageUploader-module__a1oraa__spin{to{transform:rotate(360deg)}}.ProfileImageUploader-module__a1oraa__fileInput{display:none}.ProfileImageUploader-module__a1oraa__controls{flex-direction:column;gap:8px;display:flex}.ProfileImageUploader-module__a1oraa__loadingOverlay{background-color:#fffc;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.ProfileImageUploader-module__a1oraa__errorMessage{color:#dc2626;margin-top:8px;font-size:12px}.ProfileImageUploader-module__a1oraa__imageInfo{text-align:center}.ProfileImageUploader-module__a1oraa__imageHint{color:#666;margin:0;font-size:12px}
.TimeReportChart-module__85RQbq__chartControls{border-bottom:1px solid var(--gray-alpha-200);flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.TimeReportChart-module__85RQbq__controlGroup{flex-direction:column;gap:.5rem;display:flex}.TimeReportChart-module__85RQbq__controlLabel{color:var(--foreground);font-size:.875rem;font-weight:500}.TimeReportChart-module__85RQbq__projectSelector{flex-wrap:wrap;gap:.75rem;max-width:400px;display:flex}.TimeReportChart-module__85RQbq__projectCheckbox{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.TimeReportChart-module__85RQbq__projectColor{border-radius:50%;flex-shrink:0;width:12px;height:12px}.TimeReportChart-module__85RQbq__projectName{white-space:nowrap}.TimeReportChart-module__85RQbq__chartContainer{background-color:var(--background);border-radius:.5rem;width:100%;height:300px;position:relative;overflow:hidden}.TimeReportChart-module__85RQbq__legendContainer{justify-content:center;margin-top:1.5rem;display:flex}.TimeReportChart-module__85RQbq__barChartContainer{flex-direction:column;width:100%;height:100%;padding:.5rem;display:flex}.TimeReportChart-module__85RQbq__chartContent{flex:1;width:100%;height:100%;display:flex}.TimeReportChart-module__85RQbq__yAxis{text-align:right;flex-direction:column;justify-content:space-between;width:3rem;padding-right:.5rem;display:flex}.TimeReportChart-module__85RQbq__yAxisLabel{color:var(--muted-foreground);font-size:.75rem}.TimeReportChart-module__85RQbq__barChart{flex:1;justify-content:space-between;align-items:flex-end;height:100%;display:flex}.TimeReportChart-module__85RQbq__barGroup{cursor:pointer;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;padding:0 4px;display:flex;position:relative}.TimeReportChart-module__85RQbq__barGroup:hover{background-color:var(--gray-alpha-100)}.TimeReportChart-module__85RQbq__stackedBar{border-radius:4px;flex-direction:column-reverse;width:80%;display:flex;overflow:hidden}.TimeReportChart-module__85RQbq__bar{border-radius:4px 4px 0 0;width:30px;margin:0 4px;transition:height .3s}.TimeReportChart-module__85RQbq__barSegment{width:100%;transition:height .3s}.TimeReportChart-module__85RQbq__xAxis{background-color:var(--gray-alpha-300);width:100%;height:1px;margin-top:.5rem}.TimeReportChart-module__85RQbq__xAxisLabel{color:var(--muted-foreground);text-align:center;white-space:nowrap;text-overflow:ellipsis;transform-origin:0 0;max-width:100%;margin-top:.5rem;padding-top:.5rem;font-size:.75rem;overflow:hidden;transform:rotate(-45deg)}.TimeReportChart-module__85RQbq__lineChartContainer{flex-direction:column;width:100%;height:100%;padding:.5rem;display:flex}.TimeReportChart-module__85RQbq__lineChart{background-color:var(--background);background-image:linear-gradient(var(--gray-alpha-200)1px,transparent 1px),linear-gradient(90deg,var(--gray-alpha-200)1px,transparent 1px);background-size:20% 20%;flex:1;position:relative}.TimeReportChart-module__85RQbq__lineSvg{width:100%;height:100%;position:absolute;top:0;left:0}.TimeReportChart-module__85RQbq__xAxisLabels{justify-content:space-between;width:100%;display:flex;position:absolute;bottom:-24px;left:0}.TimeReportChart-module__85RQbq__pieChartContainer{justify-content:space-between;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.TimeReportChart-module__85RQbq__pieChart{width:250px;height:250px;margin:0 auto;position:relative}.TimeReportChart-module__85RQbq__pieSvg{width:100%;height:100%}.TimeReportChart-module__85RQbq__pieLabels{flex-direction:column;flex:1;gap:.75rem;max-height:100%;margin-left:2rem;display:flex;overflow-y:auto}.TimeReportChart-module__85RQbq__pieLabel{align-items:center;gap:.75rem;font-size:.875rem;display:flex}.TimeReportChart-module__85RQbq__pieLabelColor{border-radius:4px;flex-shrink:0;width:12px;height:12px}.TimeReportChart-module__85RQbq__pieLabelText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.TimeReportChart-module__85RQbq__pieLabelValue{white-space:nowrap;font-weight:500}.TimeReportChart-module__85RQbq__emptyState{width:100%;height:100%;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (max-width:768px){.TimeReportChart-module__85RQbq__chartControls{flex-direction:column;gap:1rem}.TimeReportChart-module__85RQbq__pieChartContainer{flex-direction:column}.TimeReportChart-module__85RQbq__pieChart{width:200px;height:200px;margin-bottom:1.5rem}.TimeReportChart-module__85RQbq__pieLabels{width:100%;margin-left:0}.TimeReportChart-module__85RQbq__barGroup{padding:0 2px}.TimeReportChart-module__85RQbq__bar{width:20px;margin:0 2px}.TimeReportChart-module__85RQbq__xAxisLabel{font-size:.7rem}}
.Calendar-module__HN2Qqq__calendar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:1px solid #ffffff80;border-radius:16px;width:100%;font-family:Inter,sans-serif;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Calendar-module__HN2Qqq__header{background:#ffffff80;border-bottom:1px solid #e6e6e680;justify-content:space-between;align-items:center;padding:20px;display:flex}.Calendar-module__HN2Qqq__controls{align-items:center;gap:12px;display:flex}.Calendar-module__HN2Qqq__navButton{width:36px;height:36px;color:var(--text);cursor:pointer;background:#fffc;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d,0 1px 1px #00000008}.Calendar-module__HN2Qqq__navButton:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.Calendar-module__HN2Qqq__currentDate{justify-content:center;align-items:center;gap:8px;min-width:160px;display:flex}.Calendar-module__HN2Qqq__currentYear{color:var(--text-light);font-size:15px;font-weight:500}.Calendar-module__HN2Qqq__currentMonth{color:var(--text);font-size:17px;font-weight:600}.Calendar-module__HN2Qqq__todayButton{color:var(--text);cursor:pointer;background:#fffc;border:1px solid #e6e6e680;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.Calendar-module__HN2Qqq__todayButton:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px)}.Calendar-module__HN2Qqq__weekdays{background:#f8fafc80;grid-template-columns:repeat(7,1fr);padding:12px 0;display:grid}.Calendar-module__HN2Qqq__weekday{text-align:center;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:600}.Calendar-module__HN2Qqq__weekday:first-child{color:#ef4444}.Calendar-module__HN2Qqq__weekday:last-child{color:#3b82f6}.Calendar-module__HN2Qqq__days{flex-direction:column;display:flex}.Calendar-module__HN2Qqq__week{grid-template-columns:repeat(7,1fr);display:grid}.Calendar-module__HN2Qqq__day{cursor:pointer;background:#fff6;border:1px solid #e6e6e633;min-height:100px;padding:6px;transition:all .2s}.Calendar-module__HN2Qqq__day:hover{background:rgba(var(--primary-rgb),.06)}.Calendar-module__HN2Qqq__today{background:rgba(var(--primary-rgb),.08);border:1px solid rgba(var(--primary-rgb),.2)}.Calendar-module__HN2Qqq__selected{background:rgba(var(--primary-rgb),.15);border:1px solid rgba(var(--primary-rgb),.3)}.Calendar-module__HN2Qqq__otherMonth{opacity:.4}.Calendar-module__HN2Qqq__holiday{background:#f43f5e14;border:1px solid #f43f5e33}.Calendar-module__HN2Qqq__dayContent{flex-direction:column;gap:4px;height:100%;display:flex}.Calendar-module__HN2Qqq__dayHeader{justify-content:space-between;align-items:center;display:flex}.Calendar-module__HN2Qqq__date{color:var(--text);font-size:15px;font-weight:500}.Calendar-module__HN2Qqq__week>div:first-child .Calendar-module__HN2Qqq__date{color:#ef4444}.Calendar-module__HN2Qqq__week>div:last-child .Calendar-module__HN2Qqq__date{color:#3b82f6}.Calendar-module__HN2Qqq__hours{color:#22c55e;font-size:11px;font-weight:600}.Calendar-module__HN2Qqq__insufficient{color:#f59e0b;background:#f59e0b1a}.Calendar-module__HN2Qqq__excess{color:#ef4444;background:#ef44441a}.Calendar-module__HN2Qqq__tasks{flex-direction:column;gap:1px;display:flex;overflow:hidden}.Calendar-module__HN2Qqq__task{background:#3b82f6;border-radius:4px;padding:3px 6px;font-size:11px;overflow:hidden}.Calendar-module__HN2Qqq__taskTitle{white-space:nowrap;text-overflow:ellipsis;color:#fff;font-weight:500;display:block;overflow:hidden}.Calendar-module__HN2Qqq__moreTasksIndicator{color:var(--text-light);text-align:center;padding:2px;font-size:11px}@media (prefers-color-scheme:dark){.Calendar-module__HN2Qqq__calendar{background:#1e293bcc;border-color:#37415180}.Calendar-module__HN2Qqq__header{background:#1e293b80;border-bottom-color:#37415180}.Calendar-module__HN2Qqq__navButton{background:#1e293bcc}.Calendar-module__HN2Qqq__todayButton{background:#1e293bcc;border-color:#37415180}.Calendar-module__HN2Qqq__weekdays{background:#0f172a80}.Calendar-module__HN2Qqq__day{background:#1e293b66;border-color:#37415133}.Calendar-module__HN2Qqq__day:hover{background:#6366f11f}.Calendar-module__HN2Qqq__weekday:first-child{color:#f87171}.Calendar-module__HN2Qqq__weekday:last-child{color:#60a5fa}.Calendar-module__HN2Qqq__week>div:first-child .Calendar-module__HN2Qqq__date{color:#f87171}.Calendar-module__HN2Qqq__week>div:last-child .Calendar-module__HN2Qqq__date{color:#60a5fa}}@media (max-width:768px){.Calendar-module__HN2Qqq__day{min-height:80px;padding:6px}.Calendar-module__HN2Qqq__date{font-size:13px}.Calendar-module__HN2Qqq__hours,.Calendar-module__HN2Qqq__task{padding:3px 6px;font-size:11px}.Calendar-module__HN2Qqq__navButton{width:32px;height:32px}.Calendar-module__HN2Qqq__currentYear{font-size:13px}.Calendar-module__HN2Qqq__currentMonth{font-size:15px}.Calendar-module__HN2Qqq__todayButton{padding:6px 12px;font-size:13px}}@media (max-width:480px){.Calendar-module__HN2Qqq__day{min-height:60px;padding:4px}.Calendar-module__HN2Qqq__task,.Calendar-module__HN2Qqq__moreTasksIndicator{display:none}.Calendar-module__HN2Qqq__currentDate{min-width:120px}.Calendar-module__HN2Qqq__navButton{width:28px;height:28px}}
.PasswordChangeForm-module__U4yFCa__passwordChangeForm{flex-direction:column;gap:20px;max-width:500px;display:flex}.PasswordChangeForm-module__U4yFCa__formGroup{flex-direction:column;gap:8px;display:flex}.PasswordChangeForm-module__U4yFCa__strengthMeterContainer{align-items:center;gap:12px;margin-top:8px;display:flex}.PasswordChangeForm-module__U4yFCa__strengthLabel{font-size:14px;font-weight:500}.PasswordChangeForm-module__U4yFCa__passwordHint{color:#666;margin:4px 0 0;font-size:12px}.PasswordChangeForm-module__U4yFCa__formActions{justify-content:flex-start;margin-top:8px;display:flex}
.SectionDivider-module__UkeZGW__container{align-items:center;width:100%;display:flex}.SectionDivider-module__UkeZGW__line{border-bottom-style:solid;border-bottom-width:1px}.SectionDivider-module__UkeZGW__dashed{border-bottom-style:dashed;border-bottom-width:1px}.SectionDivider-module__UkeZGW__gradient{background-image:linear-gradient(to right,var(--gradient-from),transparent);border:none;height:1px}.SectionDivider-module__UkeZGW__spacer{border:none}.SectionDivider-module__UkeZGW__header{border-bottom-style:solid;border-bottom-width:1px;padding-bottom:.5rem}.SectionDivider-module__UkeZGW__fancy{border-bottom-style:solid;border-bottom-width:1px;position:relative}.SectionDivider-module__UkeZGW__fancy:after{content:"";border-radius:.125rem;width:5rem;height:.25rem;margin-top:.5rem;display:block}.SectionDivider-module__UkeZGW__alignLeft{justify-content:flex-start}.SectionDivider-module__UkeZGW__alignCenter{justify-content:center}.SectionDivider-module__UkeZGW__alignRight{justify-content:flex-end}.SectionDivider-module__UkeZGW__spacingXs{margin-top:.25rem;margin-bottom:.25rem}.SectionDivider-module__UkeZGW__spacingSm{margin-top:.5rem;margin-bottom:.5rem}.SectionDivider-module__UkeZGW__spacingMd{margin-top:1rem;margin-bottom:1rem}.SectionDivider-module__UkeZGW__spacingLg{margin-top:1.5rem;margin-bottom:1.5rem}.SectionDivider-module__UkeZGW__spacingXl{margin-top:2rem;margin-bottom:2rem}.SectionDivider-module__UkeZGW__spacingNone{margin-top:0;margin-bottom:0}.SectionDivider-module__UkeZGW__textXs{font-size:.75rem;line-height:1rem}.SectionDivider-module__UkeZGW__textSm{font-size:.875rem;line-height:1.25rem}.SectionDivider-module__UkeZGW__textMd{font-size:1rem;line-height:1.5rem}.SectionDivider-module__UkeZGW__textLg{font-size:1.125rem;line-height:1.75rem}.SectionDivider-module__UkeZGW__textXl{font-size:1.25rem;line-height:1.75rem}.SectionDivider-module__UkeZGW__text2xl{font-size:1.5rem;line-height:2rem}.SectionDivider-module__UkeZGW__colorDefault{color:#111827;border-color:#e5e7eb}.SectionDivider-module__UkeZGW__colorPrimary{color:#2563eb;border-color:#93c5fd}.SectionDivider-module__UkeZGW__colorPrimary.SectionDivider-module__UkeZGW__fancy:after{background-color:#3b82f6}.SectionDivider-module__UkeZGW__colorSecondary{color:#4b5563;border-color:#d1d5db}.SectionDivider-module__UkeZGW__colorSecondary.SectionDivider-module__UkeZGW__fancy:after{background-color:#6b7280}.SectionDivider-module__UkeZGW__colorSuccess{color:#16a34a;border-color:#86efac}.SectionDivider-module__UkeZGW__colorSuccess.SectionDivider-module__UkeZGW__fancy:after{background-color:#22c55e}.SectionDivider-module__UkeZGW__colorDanger{color:#dc2626;border-color:#fca5a5}.SectionDivider-module__UkeZGW__colorDanger.SectionDivider-module__UkeZGW__fancy:after{background-color:#ef4444}.SectionDivider-module__UkeZGW__colorWarning{color:#ca8a04;border-color:#fcd34d}.SectionDivider-module__UkeZGW__colorWarning.SectionDivider-module__UkeZGW__fancy:after{background-color:#eab308}.SectionDivider-module__UkeZGW__colorInfo{color:#0891b2;border-color:#67e8f9}.SectionDivider-module__UkeZGW__colorInfo.SectionDivider-module__UkeZGW__fancy:after{background-color:#06b6d4}.SectionDivider-module__UkeZGW__gradientDefault{--gradient-from:#e5e7eb}.SectionDivider-module__UkeZGW__gradientPrimary{--gradient-from:#93c5fd}.SectionDivider-module__UkeZGW__gradientSecondary{--gradient-from:#d1d5db}.SectionDivider-module__UkeZGW__gradientSuccess{--gradient-from:#86efac}.SectionDivider-module__UkeZGW__gradientDanger{--gradient-from:#fca5a5}.SectionDivider-module__UkeZGW__gradientWarning{--gradient-from:#fcd34d}.SectionDivider-module__UkeZGW__gradientInfo{--gradient-from:#67e8f9}.SectionDivider-module__UkeZGW__withContent{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.SectionDivider-module__UkeZGW__withContentInner{justify-content:center;align-items:center;display:flex;position:relative}.SectionDivider-module__UkeZGW__lineThrough{align-items:center;display:flex;position:absolute;inset:0}.SectionDivider-module__UkeZGW__lineThroughInner{border-top-width:1px;width:100%}.SectionDivider-module__UkeZGW__lineThroughDashed{border-top-style:dashed}.SectionDivider-module__UkeZGW__contentWrapper{background-color:#fff;padding-left:.75rem;padding-right:.75rem;position:relative}.SectionDivider-module__UkeZGW__title{font-weight:500}.SectionDivider-module__UkeZGW__titleWithIcon{margin-left:.5rem;font-weight:500}.SectionDivider-module__UkeZGW__headerTitle{font-weight:500}@media (prefers-color-scheme:dark){.SectionDivider-module__UkeZGW__colorDefault{color:#f3f4f6;border-color:#374151}.SectionDivider-module__UkeZGW__colorPrimary{color:#60a5fa;border-color:#1d4ed8}.SectionDivider-module__UkeZGW__colorSecondary{color:#9ca3af;border-color:#374151}.SectionDivider-module__UkeZGW__colorSuccess{color:#4ade80;border-color:#15803d}.SectionDivider-module__UkeZGW__colorDanger{color:#f87171;border-color:#b91c1c}.SectionDivider-module__UkeZGW__colorWarning{color:#facc15;border-color:#a16207}.SectionDivider-module__UkeZGW__colorInfo{color:#22d3ee;border-color:#0e7490}.SectionDivider-module__UkeZGW__gradientDefault{--gradient-from:#374151}.SectionDivider-module__UkeZGW__gradientPrimary{--gradient-from:#1d4ed8}.SectionDivider-module__UkeZGW__gradientSecondary{--gradient-from:#374151}.SectionDivider-module__UkeZGW__gradientSuccess{--gradient-from:#15803d}.SectionDivider-module__UkeZGW__gradientDanger{--gradient-from:#b91c1c}.SectionDivider-module__UkeZGW__gradientWarning{--gradient-from:#a16207}.SectionDivider-module__UkeZGW__gradientInfo{--gradient-from:#0e7490}.SectionDivider-module__UkeZGW__contentWrapper{background-color:#1f2937}}
.MonthlyReport-module__fagvna__monthlyReport{flex-direction:column;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.MonthlyReport-module__fagvna__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.MonthlyReport-module__fagvna__titleSection{justify-content:space-between;gap:1rem;width:100%;display:flex}.MonthlyReport-module__fagvna__monthNavigation{align-items:center;gap:1rem;display:flex}.MonthlyReport-module__fagvna__monthTitle{text-align:center;min-width:200px;margin:0;font-size:1.75rem;font-weight:600}.MonthlyReport-module__fagvna__summaryStats{gap:2rem;margin-top:.5rem;display:flex}.MonthlyReport-module__fagvna__summaryItem{flex-direction:column;align-items:flex-start;display:flex}.MonthlyReport-module__fagvna__summaryLabel{color:var(--muted-foreground);font-size:.875rem}.MonthlyReport-module__fagvna__summaryValue{font-size:1.5rem;font-weight:600}.MonthlyReport-module__fagvna__complete{color:var(--success)}.MonthlyReport-module__fagvna__onTrack{color:var(--warning)}.MonthlyReport-module__fagvna__behind{color:var(--destructive)}.MonthlyReport-module__fagvna__actions{align-items:center;gap:1rem;display:flex}.MonthlyReport-module__fagvna__exportControl{align-items:center;gap:.5rem;display:flex}.MonthlyReport-module__fagvna__content{flex-direction:column;gap:2rem;display:flex}.MonthlyReport-module__fagvna__calendar{border:1px solid var(--border);border-radius:8px;width:100%;overflow:hidden}.MonthlyReport-module__fagvna__charts{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;width:100%;display:grid}.MonthlyReport-module__fagvna__weeklySummaries{width:100%}.MonthlyReport-module__fagvna__sectionTitle{color:var(--foreground);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.MonthlyReport-module__fagvna__weekList{flex-direction:column;gap:1.5rem;display:flex}.MonthlyReport-module__fagvna__weekItem{border:1px solid var(--border);background-color:var(--background);border-radius:8px;padding:1rem;overflow:hidden}@media (max-width:1024px){.MonthlyReport-module__fagvna__charts{grid-template-columns:1fr}}@media (max-width:768px){.MonthlyReport-module__fagvna__header{flex-direction:column;align-items:stretch}.MonthlyReport-module__fagvna__summaryStats{flex-wrap:wrap;gap:1rem}.MonthlyReport-module__fagvna__summaryItem{min-width:120px}.MonthlyReport-module__fagvna__actions{justify-content:space-between}}@media (max-width:480px){.MonthlyReport-module__fagvna__monthNavigation{flex-wrap:wrap}.MonthlyReport-module__fagvna__summaryStats{flex-direction:column;gap:.5rem}.MonthlyReport-module__fagvna__exportControl{justify-content:space-between;width:100%}}@media (prefers-color-scheme:dark){.MonthlyReport-module__fagvna__weekItem{background-color:var(--card)}}
.Tabs-module__In638G__tabsContainer{width:100%;font-family:var(--font-geist-sans)}.Tabs-module__In638G__vertical{display:flex}.Tabs-module__In638G__tabs{border-bottom:1px solid var(--gray-alpha-200);margin-bottom:16px;display:flex;position:relative}.Tabs-module__In638G__verticalTabs{border-bottom:none;border-right:1px solid var(--gray-alpha-200);flex-direction:column;min-width:160px;margin-bottom:0;margin-right:16px}.Tabs-module__In638G__tab{cursor:pointer;color:var(--foreground);white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:all .2s;display:inline-flex;position:relative}.Tabs-module__In638G__tab:focus{outline:none}.Tabs-module__In638G__tab:focus-visible{box-shadow:0 0 0 2px var(--gray-alpha-200)}.Tabs-module__In638G__tab:hover:not(.Tabs-module__In638G__disabled){color:var(--foreground);background-color:var(--gray-alpha-100)}.Tabs-module__In638G__tab.Tabs-module__In638G__active{color:var(--foreground);font-weight:600}.Tabs-module__In638G__tab.Tabs-module__In638G__disabled{opacity:.5;cursor:not-allowed}.Tabs-module__In638G__tabIcon{justify-content:center;align-items:center;display:flex}.Tabs-module__In638G__tabLabel{font-size:14px}.Tabs-module__In638G__indicator{background-color:var(--foreground);height:2px;transition:transform .3s,width .3s,height .3s;position:absolute;bottom:0}.Tabs-module__In638G__verticalTabs .Tabs-module__In638G__indicator{width:2px;height:auto;left:0;right:auto}.Tabs-module__In638G__underlineIndicator{bottom:-1px}.Tabs-module__In638G__pills{border-bottom:none;gap:8px;margin-bottom:16px}.Tabs-module__In638G__pills .Tabs-module__In638G__tab{border-radius:20px;padding:8px 16px}.Tabs-module__In638G__pills .Tabs-module__In638G__tab.Tabs-module__In638G__active{background-color:var(--foreground);color:var(--background)}.Tabs-module__In638G__pills .Tabs-module__In638G__tab:hover:not(.Tabs-module__In638G__active):not(.Tabs-module__In638G__disabled){background-color:var(--gray-alpha-200)}.Tabs-module__In638G__underline .Tabs-module__In638G__tab.Tabs-module__In638G__active{color:var(--foreground)}.Tabs-module__In638G__minimal{border-bottom:none;margin-bottom:16px}.Tabs-module__In638G__minimal .Tabs-module__In638G__tab{padding:8px 12px}.Tabs-module__In638G__minimal .Tabs-module__In638G__tab.Tabs-module__In638G__active{background-color:var(--gray-alpha-100);border-radius:4px}.Tabs-module__In638G__small .Tabs-module__In638G__tab{padding:6px 12px;font-size:12px}.Tabs-module__In638G__large .Tabs-module__In638G__tab{padding:12px 20px;font-size:16px}.Tabs-module__In638G__align-start{justify-content:flex-start}.Tabs-module__In638G__align-center{justify-content:center}.Tabs-module__In638G__align-end{justify-content:flex-end}.Tabs-module__In638G__align-stretch .Tabs-module__In638G__tab{flex:1}.Tabs-module__In638G__fullWidth{width:100%}.Tabs-module__In638G__fullWidth .Tabs-module__In638G__tab{flex:1}.Tabs-module__In638G__tabContent{padding:8px 0}.Tabs-module__In638G__tabContent.Tabs-module__In638G__animated{animation:.3s Tabs-module__In638G__fadeIn}.Tabs-module__In638G__vertical .Tabs-module__In638G__tabContent{flex:1;padding:0 0 0 8px}@keyframes Tabs-module__In638G__fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-color-scheme:dark){.Tabs-module__In638G__tab:hover:not(.Tabs-module__In638G__disabled){background-color:var(--gray-alpha-200)}.Tabs-module__In638G__pills .Tabs-module__In638G__tab.Tabs-module__In638G__active{background-color:var(--foreground);color:var(--background)}.Tabs-module__In638G__minimal .Tabs-module__In638G__tab.Tabs-module__In638G__active{background-color:var(--gray-alpha-200)}}@media (max-width:768px){.Tabs-module__In638G__tab{padding:8px 12px}.Tabs-module__In638G__tabLabel{font-size:13px}.Tabs-module__In638G__large .Tabs-module__In638G__tab{padding:10px 16px;font-size:14px}.Tabs-module__In638G__verticalTabs{min-width:120px}}@media (max-width:480px){.Tabs-module__In638G__tab{padding:8px 10px}.Tabs-module__In638G__tabLabel{font-size:12px}.Tabs-module__In638G__vertical{flex-direction:column}.Tabs-module__In638G__verticalTabs{border-right:none;border-bottom:1px solid var(--gray-alpha-200);flex-direction:row;min-width:auto;margin-bottom:16px;margin-right:0;overflow-x:auto}.Tabs-module__In638G__verticalTabs .Tabs-module__In638G__indicator{width:auto;height:2px;bottom:0;left:0}}
.DailyTimesheet-module__HuUulG__dailyTimesheet{flex-direction:column;gap:1.5rem;width:100%;display:flex}.DailyTimesheet-module__HuUulG__header{border-bottom:1px solid var(--gray-alpha-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.DailyTimesheet-module__HuUulG__dateNavigation{align-items:center;gap:.75rem;display:flex}.DailyTimesheet-module__HuUulG__currentDate{text-align:center;min-width:200px;margin:0 .5rem;font-size:1.25rem;font-weight:600}.DailyTimesheet-module__HuUulG__actions{gap:.75rem;display:flex}.DailyTimesheet-module__HuUulG__content{flex:1}.DailyTimesheet-module__HuUulG__emptyState{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.DailyTimesheet-module__HuUulG__timelineView{overflow-y:auto}.DailyTimesheet-module__HuUulG__timeAxis{flex-direction:row;width:100%;padding:8px 0 16px;display:flex}.DailyTimesheet-module__HuUulG__timeAxisLabels{flex-shrink:0;width:52px;position:relative}.DailyTimesheet-module__HuUulG__timeAxisLabel{color:var(--muted-foreground,#888);white-space:nowrap;font-size:.6875rem;line-height:1;position:absolute;right:10px;transform:translateY(-50%)}.DailyTimesheet-module__HuUulG__timeAxisGrid{border-left:1px solid var(--gray-alpha-200,#e5e7eb);flex:1;position:relative}.DailyTimesheet-module__HuUulG__timeAxisHourLine{border-top:1px solid var(--gray-alpha-100,#f0f0f0);pointer-events:none;position:absolute;left:0;right:0}.DailyTimesheet-module__HuUulG__charts{flex-wrap:wrap;gap:2rem;margin-top:1rem;display:flex}.DailyTimesheet-module__HuUulG__charts>div{flex:1;min-width:400px}.DailyTimesheet-module__HuUulG__projectDistribution{gap:2rem;height:100%;display:flex}.DailyTimesheet-module__HuUulG__pieChart{flex-shrink:0;width:200px;height:200px}.DailyTimesheet-module__HuUulG__pie{width:100%;height:100%}.DailyTimesheet-module__HuUulG__projectLegend{flex-direction:column;flex:1;gap:.75rem;display:flex;overflow-y:auto}.DailyTimesheet-module__HuUulG__legendItem{align-items:center;gap:.75rem;display:flex}.DailyTimesheet-module__HuUulG__legendColor{border-radius:4px;flex-shrink:0;width:12px;height:12px}.DailyTimesheet-module__HuUulG__legendText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.DailyTimesheet-module__HuUulG__legendValue{text-align:right;white-space:nowrap;font-weight:500}.DailyTimesheet-module__HuUulG__hourlyActivity{width:100%;height:100%;padding-top:20px;padding-bottom:40px;display:flex;position:relative}.DailyTimesheet-module__HuUulG__workingHours{background-color:var(--gray-alpha-100);z-index:0;opacity:.5;height:100%;position:absolute;top:0}.DailyTimesheet-module__HuUulG__hourBar{z-index:1;flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex;position:relative}.DailyTimesheet-module__HuUulG__hourActivity{background-color:var(--primary);border-radius:2px 2px 0 0;width:60%;transition:height .3s}.DailyTimesheet-module__HuUulG__hourLabel{color:var(--muted-foreground);font-size:.75rem;position:absolute;bottom:-25px}@media (max-width:768px){.DailyTimesheet-module__HuUulG__header{flex-direction:column;align-items:flex-start;gap:1rem}.DailyTimesheet-module__HuUulG__dateNavigation{justify-content:space-between;width:100%}.DailyTimesheet-module__HuUulG__currentDate{min-width:auto}.DailyTimesheet-module__HuUulG__actions{width:100%}.DailyTimesheet-module__HuUulG__charts>div{min-width:100%}.DailyTimesheet-module__HuUulG__projectDistribution{flex-direction:column;align-items:center}}
.page-module__C3yneq__settingsContainer{flex-direction:column;gap:1rem;width:100%;height:100%;display:flex}.page-module__C3yneq__sidebar{background-color:var(--bg-subtle,#f9fafb);flex-shrink:0;width:250px;height:100%;overflow-y:auto}.page-module__C3yneq__sidebarTitle{color:var(--text-primary,#111827);margin-bottom:1.5rem;padding-left:.5rem;font-size:1.25rem;font-weight:600}.page-module__C3yneq__navList{margin:0;padding:0;list-style:none}.page-module__C3yneq__navItem{cursor:pointer;color:var(--text-secondary,#6b7280);border-radius:.5rem;align-items:center;margin-bottom:.5rem;padding:.75rem;transition:all .2s;display:flex}.page-module__C3yneq__navItem:hover{background-color:var(--bg-hover,#f3f4f6);color:var(--text-primary,#111827)}.page-module__C3yneq__navItem.page-module__C3yneq__active{background-color:var(--bg-selected,#eff6ff);color:var(--color-primary,#3b82f6);font-weight:500}.page-module__C3yneq__navIcon{flex-shrink:0;margin-right:.75rem}.page-module__C3yneq__content{flex:1;height:100%;overflow-y:auto}@media (max-width:768px){.page-module__C3yneq__settingsContainer{flex-direction:column}.page-module__C3yneq__sidebar{border-right:none;border-bottom:1px solid var(--border-color,#e5e7eb);width:100%;height:auto;padding:1rem}.page-module__C3yneq__navList{padding-bottom:.5rem;display:flex;overflow-x:auto}.page-module__C3yneq__navItem{white-space:nowrap;margin-bottom:0;margin-right:.5rem}.page-module__C3yneq__content{padding:1rem}}
.WeeklyReport-module__K1SIiW__weeklyReport{flex-direction:column;gap:1.5rem;width:100%;display:flex}.WeeklyReport-module__K1SIiW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.WeeklyReport-module__K1SIiW__navigation{align-items:center;gap:.75rem;display:flex}.WeeklyReport-module__K1SIiW__weekRange{text-align:center;min-width:200px}.WeeklyReport-module__K1SIiW__weekTitle{margin:0;font-weight:600}.WeeklyReport-module__K1SIiW__loadingState{color:var(--muted-foreground,#6b7280);text-align:center;padding:.5rem 0;font-size:.875rem}.WeeklyReport-module__K1SIiW__timeline{border:1px solid var(--border);border-radius:8px;flex-direction:column;width:100%;min-height:400px;max-height:calc(100vh - 200px);display:flex}.WeeklyReport-module__K1SIiW__timelineHeader{z-index:10;background:var(--background,#fff);border-bottom:1px solid var(--gray-alpha-200,#e5e7eb);border-radius:8px 8px 0 0;flex-direction:row;flex-shrink:0;display:flex;position:sticky;top:0}.WeeklyReport-module__K1SIiW__hourAxisSpacer{flex-shrink:0;width:52px}.WeeklyReport-module__K1SIiW__dayHeader{cursor:pointer;border-left:1px solid var(--gray-alpha-200,#e5e7eb);-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;align-items:center;gap:2px;min-width:80px;padding:6px 4px 10px;transition:background-color .15s;display:flex}.WeeklyReport-module__K1SIiW__dayHeader:hover{background-color:#00000008}.WeeklyReport-module__K1SIiW__weekendHeader .WeeklyReport-module__K1SIiW__dayName{color:#ea4335}.WeeklyReport-module__K1SIiW__dayName{color:var(--muted-foreground,#6b7280);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;font-weight:600}.WeeklyReport-module__K1SIiW__dayDate{color:var(--foreground,#1f2937);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;line-height:1;display:flex}.WeeklyReport-module__K1SIiW__todayDate{color:#fff;background-color:#1a73e8}.WeeklyReport-module__K1SIiW__dayTotal{color:#1a73e8;font-size:.75rem;font-weight:500}.WeeklyReport-module__K1SIiW__timelineBody{flex-direction:row;display:flex;overflow:auto}.WeeklyReport-module__K1SIiW__hourAxis{flex-shrink:0;width:52px;position:relative}.WeeklyReport-module__K1SIiW__hourAxisLabel{color:var(--muted-foreground,#888);white-space:nowrap;font-size:.6875rem;line-height:1;position:absolute;right:8px;transform:translateY(-50%)}.WeeklyReport-module__K1SIiW__dayColumn{border-left:1px solid var(--gray-alpha-200,#e5e7eb);flex:1;min-width:80px;position:relative}.WeeklyReport-module__K1SIiW__weekendColumn{background-color:#00000003}.WeeklyReport-module__K1SIiW__gridLine{border-top:1px solid var(--gray-alpha-100,#f0f0f0);pointer-events:none;z-index:0;position:absolute;left:0;right:0}.WeeklyReport-module__K1SIiW__taskStack{z-index:1;box-sizing:border-box;flex-direction:column;gap:2px;height:100%;padding:4px;display:flex;position:relative}.WeeklyReport-module__K1SIiW__emptyDay{flex:1}@media (max-width:768px){.WeeklyReport-module__K1SIiW__header{flex-direction:column;align-items:flex-start}.WeeklyReport-module__K1SIiW__navigation{justify-content:space-between;width:100%}.WeeklyReport-module__K1SIiW__dayHeader{min-width:44px;padding:4px 2px 8px}.WeeklyReport-module__K1SIiW__dayDate{width:22px;height:22px;font-size:.875rem}.WeeklyReport-module__K1SIiW__dayTotal{font-size:.625rem}}@media (prefers-color-scheme:dark){.WeeklyReport-module__K1SIiW__dayHeader:hover{background-color:#ffffff0a}.WeeklyReport-module__K1SIiW__weekendColumn{background-color:#ffffff05}.WeeklyReport-module__K1SIiW__gridLine{border-top-color:#ffffff0f}.WeeklyReport-module__K1SIiW__dayHeader,.WeeklyReport-module__K1SIiW__dayColumn{border-left-color:#ffffff1a}.WeeklyReport-module__K1SIiW__timelineHeader{background:var(--background,#1f2937)}}
.ReportTabNav-module__yGCOQa__tabGroup{border:1px solid var(--border-color,#e5e7eb);border-radius:20px;align-self:flex-start;display:inline-flex;overflow:hidden}.ReportTabNav-module__yGCOQa__tab{cursor:pointer;background-color:var(--bg-surface,#fff);color:var(--text-secondary,#6b7280);white-space:nowrap;border:none;border-radius:0;padding:.4rem 1.25rem;font-size:.875rem;font-weight:500;line-height:1.5;transition:background-color .15s,color .15s}.ReportTabNav-module__yGCOQa__tab+.ReportTabNav-module__yGCOQa__tab{border-left:1px solid var(--border-color,#e5e7eb)}.ReportTabNav-module__yGCOQa__tab.ReportTabNav-module__yGCOQa__first{border-radius:5px 0 0 5px}.ReportTabNav-module__yGCOQa__tab.ReportTabNav-module__yGCOQa__last{border-radius:0 5px 5px 0}.ReportTabNav-module__yGCOQa__tab:hover:not(.ReportTabNav-module__yGCOQa__active){background-color:var(--bg-hover,#f3f4f6);color:var(--text-primary,#111827)}.ReportTabNav-module__yGCOQa__tab.ReportTabNav-module__yGCOQa__active{background-color:var(--color-primary,#3b82f6);color:#fff}
.TeamSettings-module__VErGQW__teamSettings{background-color:var(--bg-white,#fff);border-radius:8px;width:100%;max-width:1200px;margin:0 auto;padding:2rem 0}.TeamSettings-module__VErGQW__pageHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.TeamSettings-module__VErGQW__teamContainer{margin-top:1.5rem}.TeamSettings-module__VErGQW__teamHeader{border:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-white,#fff);border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.TeamSettings-module__VErGQW__teamListHeader{border-bottom:1px solid var(--border-color,#e5e7eb);justify-content:space-between;align-items:center;padding:1rem;display:flex}.TeamSettings-module__VErGQW__teamListHeader h3{margin:0;font-size:1rem;font-weight:600}.TeamSettings-module__VErGQW__teamListItems{max-height:500px;margin:0;padding:0;list-style:none;overflow-y:auto}.TeamSettings-module__VErGQW__teamListItem{border-bottom:1px solid var(--border-color,#e5e7eb);cursor:pointer;padding:.75rem 1rem;transition:background-color .2s}.TeamSettings-module__VErGQW__teamListItem:hover{background-color:var(--bg-hover,#f3f4f6)}.TeamSettings-module__VErGQW__teamListItem.TeamSettings-module__VErGQW__active{background-color:var(--bg-selected,#eff6ff);border-left:3px solid var(--color-primary,#3b82f6)}.TeamSettings-module__VErGQW__teamName{margin-bottom:.25rem;font-weight:500}.TeamSettings-module__VErGQW__teamMemberCount{color:var(--text-secondary,#6b7280);font-size:.875rem}.TeamSettings-module__VErGQW__teamContent{width:100%}.TeamSettings-module__VErGQW__teamAccordion{flex-direction:column;gap:.5rem;display:flex}.TeamSettings-module__VErGQW__accordionItem{border:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-white,#fff);border-radius:.5rem;overflow:hidden}.TeamSettings-module__VErGQW__accordionHeader{cursor:pointer;background-color:var(--bg-subtle,#f9fafb);justify-content:space-between;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.TeamSettings-module__VErGQW__accordionHeader:hover{background-color:var(--bg-hover,#f3f4f6)}.TeamSettings-module__VErGQW__accordionHeader.TeamSettings-module__VErGQW__expanded{border-bottom:1px solid var(--border-color,#e5e7eb)}.TeamSettings-module__VErGQW__teamInfo{flex-direction:column;gap:.25rem;display:flex}.TeamSettings-module__VErGQW__teamInfo h4{margin:0;font-size:1.1rem;font-weight:600}.TeamSettings-module__VErGQW__memberCount{color:var(--text-secondary,#6b7280);font-size:.875rem}.TeamSettings-module__VErGQW__expandIcon{color:var(--text-secondary,#6b7280);font-size:.875rem;transition:transform .2s}.TeamSettings-module__VErGQW__accordionContent{padding:1.5rem}.TeamSettings-module__VErGQW__teamActions{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.TeamSettings-module__VErGQW__teamHeaderInfo{flex:1}.TeamSettings-module__VErGQW__teamDescription{color:var(--text-secondary,#6b7280);margin-top:.5rem}.TeamSettings-module__VErGQW__teamHeaderActions{gap:.5rem;display:flex}.TeamSettings-module__VErGQW__teamForm{border:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-white,#fff);border-radius:.5rem;max-width:100%;margin-bottom:1.5rem;padding:1.5rem}.TeamSettings-module__VErGQW__teamEditForm{width:100%}.TeamSettings-module__VErGQW__formGroup{margin-bottom:1.5rem}.TeamSettings-module__VErGQW__formGroup label{margin-bottom:.5rem;font-weight:500;display:block}.TeamSettings-module__VErGQW__actionButtons{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.TeamSettings-module__VErGQW__membersSection{margin-top:1.5rem}.TeamSettings-module__VErGQW__addMemberForm{gap:.5rem;margin:1.5rem 0;display:flex}.TeamSettings-module__VErGQW__membersTable{border:1px solid var(--border-color,#e5e7eb);border-radius:.5rem;overflow:hidden}.TeamSettings-module__VErGQW__membersTableHeader{background-color:var(--bg-subtle,#f9fafb);border-bottom:1px solid var(--border-color,#e5e7eb);padding:.75rem 1rem;font-weight:600;display:flex}.TeamSettings-module__VErGQW__membersTableRow{border-bottom:1px solid var(--border-color,#e5e7eb);padding:.75rem 1rem;display:flex}.TeamSettings-module__VErGQW__membersTableRow:last-child{border-bottom:none}.TeamSettings-module__VErGQW__memberColumn{flex:1;align-items:center;display:flex}.TeamSettings-module__VErGQW__memberColumn:last-child{flex:0 0 100px;justify-content:flex-end}.TeamSettings-module__VErGQW__memberInfo{align-items:center;gap:.5rem;display:flex}.TeamSettings-module__VErGQW__memberInitials{background-color:var(--color-primary,#3b82f6);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.TeamSettings-module__VErGQW__currentUser{color:var(--text-secondary,#6b7280);margin-left:.5rem;font-size:.75rem;font-style:italic}.TeamSettings-module__VErGQW__memberDetails{flex-direction:column;gap:.15rem;display:flex}.TeamSettings-module__VErGQW__memberName{color:var(--color-text,#111827);align-items:center;font-size:.875rem;font-weight:500;display:flex}.TeamSettings-module__VErGQW__memberEmail{color:var(--color-muted,#6b7280);font-size:.75rem}.TeamSettings-module__VErGQW__emptyState{text-align:center;color:var(--text-secondary,#6b7280);padding:2rem}.TeamSettings-module__VErGQW__noTeamSelected{height:100%;color:var(--text-secondary,#6b7280);justify-content:center;align-items:center;font-style:italic;display:flex}@media (max-width:768px){.TeamSettings-module__VErGQW__teamContainer{flex-direction:column}.TeamSettings-module__VErGQW__teamSidebar{border-right:none;border-bottom:1px solid var(--border-color,#e5e7eb);width:100%}.TeamSettings-module__VErGQW__addMemberForm{flex-direction:column}.TeamSettings-module__VErGQW__membersTableHeader,.TeamSettings-module__VErGQW__membersTableRow{flex-wrap:wrap}.TeamSettings-module__VErGQW__memberColumn{flex-basis:50%;margin-bottom:.5rem}}
.ReportPage-module__gRjasa__reportPage{flex-direction:column;width:100%;height:100%;display:flex}.ReportPage-module__gRjasa__header{justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.ReportPage-module__gRjasa__title{color:var(--text-primary,#111827);margin:0;font-size:1.5rem;font-weight:600}.ReportPage-module__gRjasa__periodNavigation{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.ReportPage-module__gRjasa__currentPeriod{align-items:center;gap:.5rem;font-weight:500;display:flex}.ReportPage-module__gRjasa__content{flex:1;min-height:0;display:flex;overflow:hidden}.ReportPage-module__gRjasa__sidebar{border-right:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-subtle,#f9fafb);flex-shrink:0;width:300px;height:100%;overflow-y:auto}.ReportPage-module__gRjasa__mainContent{flex:1;padding:1.5rem;overflow-y:auto}.ReportPage-module__gRjasa__emptyState{height:100%;color:var(--text-secondary,#6b7280);flex-direction:column;justify-content:center;align-items:center;display:flex}.ReportPage-module__gRjasa__comingSoon{height:100%;color:var(--text-secondary,#6b7280);flex-direction:column;justify-content:center;align-items:center;font-style:italic;display:flex}.ReportPage-module__gRjasa__sidebarTitle{border-bottom:1px solid var(--border-color,#e5e7eb);margin:0;padding:1rem;font-size:1.1rem;font-weight:500}.ReportPage-module__gRjasa__projectGrid{grid-template-columns:1fr;gap:.75rem;padding:1rem;display:grid}.ReportPage-module__gRjasa__projectCard{border:1px solid var(--border-color,#e5e7eb);cursor:pointer;border-radius:.5rem;align-items:center;padding:.75rem;transition:all .2s;display:flex}.ReportPage-module__gRjasa__projectCard:hover{border-color:var(--color-primary,#3b82f6);background-color:var(--bg-hover,#f3f4f6)}.ReportPage-module__gRjasa__projectCard.ReportPage-module__gRjasa__selected{border-color:var(--color-primary,#3b82f6);background-color:var(--bg-selected,#eff6ff)}.ReportPage-module__gRjasa__projectColor{border-radius:50%;width:12px;height:12px;margin-right:.75rem}.ReportPage-module__gRjasa__projectInfo{flex:1}.ReportPage-module__gRjasa__projectInfo h4{color:var(--text-primary,#111827);margin:0 0 .25rem;font-size:.9rem;font-weight:500}.ReportPage-module__gRjasa__projectInfo p{color:var(--text-secondary,#6b7280);margin:0;font-size:.75rem}@media (max-width:768px){.ReportPage-module__gRjasa__content{flex-direction:column}.ReportPage-module__gRjasa__sidebar{border-right:none;border-bottom:1px solid var(--border-color,#e5e7eb);width:100%;height:auto}.ReportPage-module__gRjasa__periodNavigation{flex-direction:column;align-items:stretch;gap:.5rem}}
.CancellationConfirmModal-module__HDkOka__content{text-align:center;padding:0}.CancellationConfirmModal-module__HDkOka__warningIcon{color:#f59e0b;justify-content:center;margin-bottom:16px;display:flex}.CancellationConfirmModal-module__HDkOka__title{color:#111827;margin:0 0 16px;font-size:20px;font-weight:600}.CancellationConfirmModal-module__HDkOka__description{text-align:left;margin-bottom:24px}.CancellationConfirmModal-module__HDkOka__description p{color:#4b5563;margin:0;line-height:1.6}.CancellationConfirmModal-module__HDkOka__changes{text-align:left;margin-bottom:24px}.CancellationConfirmModal-module__HDkOka__changeSection{background-color:#f9fafb;border-left:4px solid #f59e0b;border-radius:8px;margin-bottom:20px;padding:16px}.CancellationConfirmModal-module__HDkOka__changeSection:last-child{border-left-color:#3b82f6}.CancellationConfirmModal-module__HDkOka__changeSection h4{color:#374151;margin:0 0 8px;font-size:14px;font-weight:600}.CancellationConfirmModal-module__HDkOka__changeSection ul{color:#6b7280;margin:0;padding-left:16px;font-size:14px}.CancellationConfirmModal-module__HDkOka__changeSection li{margin-bottom:4px;line-height:1.5}.CancellationConfirmModal-module__HDkOka__changeSection li:last-child{margin-bottom:0}.CancellationConfirmModal-module__HDkOka__alternative{background-color:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-bottom:24px;padding:16px}.CancellationConfirmModal-module__HDkOka__alternative p{color:#1e40af;margin:0;font-size:14px;line-height:1.5}.CancellationConfirmModal-module__HDkOka__link{color:#2563eb;font-weight:500;text-decoration:underline}.CancellationConfirmModal-module__HDkOka__link:hover{color:#1d4ed8;text-decoration:none}.CancellationConfirmModal-module__HDkOka__footerActions{justify-content:flex-end;gap:12px;width:100%;display:flex}.CancellationConfirmModal-module__HDkOka__footerActions button{min-width:120px}@media (max-width:640px){.CancellationConfirmModal-module__HDkOka__footerActions{flex-direction:column}.CancellationConfirmModal-module__HDkOka__footerActions button{width:100%}.CancellationConfirmModal-module__HDkOka__changeSection{padding:12px}.CancellationConfirmModal-module__HDkOka__title{font-size:18px}}
.dailyReport-module__yvBXkW__dailyReportPage{max-width:1200px;margin:0 auto;padding:24px}.dailyReport-module__yvBXkW__header{margin-bottom:32px}.dailyReport-module__yvBXkW__header h1{color:#1a73e8;margin:0;font-size:32px;font-weight:600}.dailyReport-module__yvBXkW__content{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.dailyReport-module__yvBXkW__loadingContainer{justify-content:center;align-items:center;padding:48px;display:flex}.dailyReport-module__yvBXkW__noData{text-align:center;color:#666;padding:48px}.dailyReport-module__yvBXkW__noData p{margin:0;font-size:16px}@media (max-width:768px){.dailyReport-module__yvBXkW__dailyReportPage{padding:16px}.dailyReport-module__yvBXkW__header h1{font-size:28px}}
.page-module__9lAObW__reportPage{flex-direction:column;width:100%;height:100%;display:flex}.page-module__9lAObW__header{border-bottom:1px solid var(--border-color,#e5e7eb);flex-direction:column;gap:1rem;display:flex}.page-module__9lAObW__title{color:var(--text-primary,#111827);margin:0;font-size:1.5rem;font-weight:600}.page-module__9lAObW__tabs{align-items:center;gap:.5rem;display:flex}.page-module__9lAObW__periodNavigation{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.page-module__9lAObW__currentPeriod{align-items:center;gap:.5rem;font-weight:500;display:flex}.page-module__9lAObW__content{flex:1;height:calc(100% - 140px);display:flex;overflow:hidden}.page-module__9lAObW__sidebar{border-right:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-subtle,#f9fafb);flex-shrink:0;width:300px;height:100%;overflow-y:auto}.page-module__9lAObW__mainContent{flex:1;padding:1.5rem;overflow-y:auto}.page-module__9lAObW__flex{justify-content:space-between;align-items:center;display:flex}.page-module__9lAObW__projectSelection{background-color:var(--bg-white,#fff);border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.page-module__9lAObW__projectGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1rem;display:grid}.page-module__9lAObW__projectCard{border:1px solid var(--border-color,#e5e7eb);cursor:pointer;border-radius:.5rem;align-items:center;padding:1rem;transition:all .2s;display:flex}.page-module__9lAObW__projectCard:hover{border-color:var(--color-primary,#3b82f6);background-color:var(--bg-hover,#f3f4f6)}.page-module__9lAObW__projectCard.page-module__9lAObW__selected{border-color:var(--color-primary,#3b82f6);background-color:var(--bg-selected,#eff6ff)}.page-module__9lAObW__projectColor{border-radius:50%;width:12px;height:12px;margin-right:.75rem}.page-module__9lAObW__projectInfo{flex:1}.page-module__9lAObW__projectInfo h4{color:var(--text-primary,#111827);margin:0 0 .25rem;font-size:1rem;font-weight:500}.page-module__9lAObW__projectInfo p{color:var(--text-secondary,#6b7280);margin:0;font-size:.875rem}@media (max-width:768px){.page-module__9lAObW__content{flex-direction:column}.page-module__9lAObW__sidebar{border-right:none;border-bottom:1px solid var(--border-color,#e5e7eb);width:100%;height:auto}.page-module__9lAObW__periodNavigation{flex-direction:column;align-items:stretch;gap:.5rem}}
.page-module__E5h5ua__pageContainer{max-width:1200px;min-height:100vh;margin:0 auto;position:relative;overflow:visible}.page-module__E5h5ua__notification{z-index:1000;position:fixed;top:1rem;right:1rem}.page-module__E5h5ua__header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.page-module__E5h5ua__headerContent{flex:1}.page-module__E5h5ua__description{color:#6b7280;margin-top:.5rem;font-size:.875rem}.page-module__E5h5ua__createButton{white-space:nowrap;flex-shrink:0}.page-module__E5h5ua__content{z-index:1;border-radius:12px;padding:0;position:relative;overflow:visible}.page-module__E5h5ua__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem}.page-module__E5h5ua__emptyStateIcon{margin-bottom:1rem;font-size:4rem}.page-module__E5h5ua__emptyStateTitle{color:#374151;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.page-module__E5h5ua__emptyStateDescription{max-width:400px;margin:0 auto;font-size:1rem}.page-module__E5h5ua__tableContainer{border-radius:8px;position:relative}.page-module__E5h5ua__tagTable{flex-direction:column;width:100%;min-width:600px;display:flex}.page-module__E5h5ua__tableHead{z-index:10;background:#f9fafb;position:sticky;top:0}.page-module__E5h5ua__tableHeaderRow{border-bottom:1px solid #e5e7eb;grid-template-columns:2fr 1.5fr 1.5fr 80px;gap:16px;display:grid}.page-module__E5h5ua__tableHeader{text-align:left;color:#374151;white-space:nowrap;background:#f9fafb;padding:12px 16px;font-size:14px;font-weight:600}.page-module__E5h5ua__tableBody{flex-direction:column;display:flex}.page-module__E5h5ua__tableRow{grid-template-columns:2fr 1.5fr 1.5fr 80px;gap:16px;transition:background-color .2s;display:grid;position:relative}.page-module__E5h5ua__tableRow:hover{z-index:1;background:#f9fafb}.page-module__E5h5ua__tableRow:not(:last-child){border-bottom:1px solid #f3f4f6}.page-module__E5h5ua__tableCell{align-items:center;padding:12px 16px;font-size:14px;display:flex;position:relative;overflow:visible}.page-module__E5h5ua__tableCell:last-child{justify-content:flex-end}.page-module__E5h5ua__tableCell:first-child .page-module__E5h5ua__colorDisplay{display:none}.page-module__E5h5ua__tagName{color:#374151;font-weight:500}.page-module__E5h5ua__colorDisplay{align-items:center;gap:8px;display:flex}.page-module__E5h5ua__colorSwatch{border:1px solid #e5e7eb;border-radius:4px;flex-shrink:0;width:20px;height:20px}.page-module__E5h5ua__colorCode{color:#6b7280;text-transform:uppercase;font-size:13px}.page-module__E5h5ua__dateText{color:#6b7280;font-size:13px}.page-module__E5h5ua__actionButtons{align-items:center;gap:8px;display:flex}.page-module__E5h5ua__editButton{color:#3b82f6;border-color:#3b82f6}.page-module__E5h5ua__editButton:hover{color:#fff;background-color:#3b82f6}.page-module__E5h5ua__deleteButton{color:#ef4444;border-color:#ef4444}.page-module__E5h5ua__deleteButton:hover{color:#fff;background-color:#ef4444}.page-module__E5h5ua__modalContent{flex-direction:column;gap:1.5rem;display:flex}.page-module__E5h5ua__formField{flex-direction:column;gap:.5rem;display:flex}.page-module__E5h5ua__colorPicker{flex-direction:column;gap:1rem;display:flex}.page-module__E5h5ua__colorPresets{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.page-module__E5h5ua__colorOption{cursor:pointer;border:2px solid #0000;border-radius:8px;width:40px;height:40px;transition:all .2s;position:relative}.page-module__E5h5ua__colorOption:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.page-module__E5h5ua__colorOption.page-module__E5h5ua__selected{border-color:#1f2937;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2937}.page-module__E5h5ua__colorOption.page-module__E5h5ua__selected:after{content:"✓";color:#fff;text-shadow:0 1px 2px #00000080;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-module__E5h5ua__customColorInput{background:#f3f4f6;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.page-module__E5h5ua__colorInput{cursor:pointer;background:0 0;border:none;border-radius:6px;width:60px;height:40px;padding:0}.page-module__E5h5ua__colorInput::-webkit-color-swatch-wrapper{border:none;border-radius:6px;padding:0}.page-module__E5h5ua__colorInput::-webkit-color-swatch{border:none;border-radius:6px;box-shadow:0 1px 3px #0000001a}.page-module__E5h5ua__colorInputLabel{color:#6b7280;font-size:.875rem;font-weight:500}.page-module__E5h5ua__preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.page-module__E5h5ua__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}@media (prefers-color-scheme:dark){.page-module__E5h5ua__pageContainer{color:#f1f5f9;background:#0f172a}.page-module__E5h5ua__description{color:#94a3b8}.page-module__E5h5ua__content{color:#f1f5f9;background:#1e293b;border-color:#334155}.page-module__E5h5ua__emptyStateTitle{color:#f1f5f9}.page-module__E5h5ua__emptyState{color:#94a3b8}.page-module__E5h5ua__tableContainer{border-color:#475569}.page-module__E5h5ua__tagTable{background:#1e293b}.page-module__E5h5ua__tableHeader{color:#f1f5f9;background:#334155;border-bottom-color:#475569}.page-module__E5h5ua__tableRow{border-color:#475569}.page-module__E5h5ua__tableRow:hover{background:#334155}.page-module__E5h5ua__tableRow:not(:last-child){border-bottom-color:#475569}.page-module__E5h5ua__tagName{color:#f1f5f9}.page-module__E5h5ua__colorSwatch{border-color:#475569}.page-module__E5h5ua__colorCode,.page-module__E5h5ua__dateText{color:#94a3b8}.page-module__E5h5ua__customColorInput{background:#334155}.page-module__E5h5ua__preview{background:#334155;border-color:#475569}.page-module__E5h5ua__modalFooter{border-top-color:#475569}}@media (max-width:768px){.page-module__E5h5ua__header{flex-direction:column;align-items:stretch;gap:1rem}.page-module__E5h5ua__createButton{align-self:stretch}.page-module__E5h5ua__content{padding:0}.page-module__E5h5ua__tagTable{min-width:100%}.page-module__E5h5ua__tableHeaderRow{grid-template-columns:2fr 1.5fr 80px;gap:8px}.page-module__E5h5ua__tableHeaderRow .page-module__E5h5ua__tableHeader:nth-child(2){display:none}.page-module__E5h5ua__tableRow{grid-template-columns:2fr 1.5fr 80px;gap:8px}.page-module__E5h5ua__tableRow .page-module__E5h5ua__tableCell:first-child{flex-direction:column;align-items:flex-start;gap:8px}.page-module__E5h5ua__tableRow .page-module__E5h5ua__tableCell:first-child .page-module__E5h5ua__colorDisplay{display:flex}.page-module__E5h5ua__tableRow .page-module__E5h5ua__tableCell:nth-child(2){display:none}.page-module__E5h5ua__tableRow .page-module__E5h5ua__tableCell:nth-child(3){grid-column:2}.page-module__E5h5ua__tableRow .page-module__E5h5ua__tableCell:nth-child(4){grid-column:3}.page-module__E5h5ua__tableHeader,.page-module__E5h5ua__tableCell{padding:10px 8px;font-size:13px}.page-module__E5h5ua__tagGrid{grid-template-columns:1fr;gap:1rem}.page-module__E5h5ua__tagCard{flex-direction:column;align-items:stretch;gap:1rem}.page-module__E5h5ua__tagActions{justify-content:stretch;margin-left:0}.page-module__E5h5ua__tagActions button{flex:1}.page-module__E5h5ua__colorPresets{grid-template-columns:repeat(5,1fr)}.page-module__E5h5ua__modalFooter{flex-direction:column}}@media (max-width:480px){.page-module__E5h5ua__colorPresets{grid-template-columns:repeat(4,1fr)}.page-module__E5h5ua__emptyState{padding:2rem 1rem}.page-module__E5h5ua__emptyStateIcon{font-size:3rem}}
.PlanSettings-module__BxlBiG__planSettings{width:100%;max-width:1200px;margin:0 auto}.PlanSettings-module__BxlBiG__stripePricingSection{border:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-white,#fff);border-radius:.5rem;margin-top:1.5rem;padding:1.5rem}.PlanSettings-module__BxlBiG__stripePricingSection .PlanSettings-module__BxlBiG__sectionHeader p{color:var(--text-secondary,#6b7280);margin-top:.5rem;font-size:.875rem}.PlanSettings-module__BxlBiG__stripePricingTable{width:100%;margin-top:1rem}.PlanSettings-module__BxlBiG__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.PlanSettings-module__BxlBiG__headerControls{align-items:center;gap:1rem;display:flex}.PlanSettings-module__BxlBiG__currencySelector{background-color:var(--bg-subtle,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:9999px;align-items:center;padding:.25rem;display:flex}.PlanSettings-module__BxlBiG__currencyOption{cursor:pointer;text-align:center;border-radius:9999px;min-width:50px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.PlanSettings-module__BxlBiG__currencyOption:hover:not(.PlanSettings-module__BxlBiG__disabled){background-color:#3b82f60d}.PlanSettings-module__BxlBiG__currencyOption.PlanSettings-module__BxlBiG__active{background-color:var(--bg-white,#fff);color:var(--color-primary,#3b82f6);box-shadow:0 1px 3px #0000001a}.PlanSettings-module__BxlBiG__currencyOption.PlanSettings-module__BxlBiG__disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.PlanSettings-module__BxlBiG__currentCurrencyIndicator{color:var(--color-success,#34d399);vertical-align:middle;margin-left:.25rem;font-size:.5rem}.PlanSettings-module__BxlBiG__currentPlanSection{border:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-white,#fff);border-radius:1.25rem;margin-top:1.5rem;padding:1.5rem}.PlanSettings-module__BxlBiG__currentPlanInfo{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.PlanSettings-module__BxlBiG__planName{flex-direction:column;min-width:200px;display:flex}.PlanSettings-module__BxlBiG__planDetail{flex-direction:column;min-width:180px;display:flex}.PlanSettings-module__BxlBiG__planLabel{color:var(--text-secondary,#6b7280);margin-bottom:.25rem;font-size:.875rem}.PlanSettings-module__BxlBiG__planValue{font-size:1.125rem;font-weight:600}.PlanSettings-module__BxlBiG__planFeatures{margin-top:1.5rem}.PlanSettings-module__BxlBiG__featuresList{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.PlanSettings-module__BxlBiG__featureItem{border:1px solid var(--border-color,#e5e7eb);background-color:var(--bg-subtle,#f9fafb);border-radius:.375rem;flex-direction:column;padding:.75rem;display:flex}.PlanSettings-module__BxlBiG__featureName{color:var(--text-secondary,#6b7280);margin-bottom:.25rem;font-size:.875rem}.PlanSettings-module__BxlBiG__featureValue{font-weight:600}.PlanSettings-module__BxlBiG__changePlanSection{margin-top:2rem}.PlanSettings-module__BxlBiG__billingToggle{background-color:var(--bg-subtle,#f9fafb);border:1px solid var(--border-color,#e5e7eb);border-radius:9999px;align-items:center;padding:.25rem;display:flex}.PlanSettings-module__BxlBiG__billingOption{cursor:pointer;border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;transition:all .2s}.PlanSettings-module__BxlBiG__billingOption.PlanSettings-module__BxlBiG__active{background-color:var(--bg-white,#fff);font-weight:500;box-shadow:0 1px 3px #0000001a}.PlanSettings-module__BxlBiG__plansGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.PlanSettings-module__BxlBiG__planCard{border:1px solid var(--border-color,#e5e7eb);cursor:pointer;background-color:var(--bg-white,#fff);border-radius:.5rem;flex-direction:column;padding:1.5rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.PlanSettings-module__BxlBiG__planCard:hover{border-color:var(--color-primary-light,#93c5fd);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.PlanSettings-module__BxlBiG__planCard.PlanSettings-module__BxlBiG__selected{border-color:var(--color-primary,#3b82f6);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.PlanSettings-module__BxlBiG__planCard.PlanSettings-module__BxlBiG__currentPlan{border-color:var(--color-success,#34d399)}.PlanSettings-module__BxlBiG__planCard.PlanSettings-module__BxlBiG__popularPlan{border-color:var(--color-primary,#3b82f6)}.PlanSettings-module__BxlBiG__popularBadge{background-color:var(--color-primary,#3b82f6);color:#fff;border-bottom-left-radius:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:0;right:0}.PlanSettings-module__BxlBiG__planCardHeader{margin-bottom:1rem}.PlanSettings-module__BxlBiG__planCardTitle{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.PlanSettings-module__BxlBiG__planCardDescription{color:var(--text-secondary,#6b7280);margin:0;font-size:.875rem}.PlanSettings-module__BxlBiG__planCardPrice{align-items:baseline;margin-bottom:1.5rem;display:flex}.PlanSettings-module__BxlBiG__price{margin-right:.5rem;font-size:1.5rem;font-weight:700}.PlanSettings-module__BxlBiG__savingsBadge{background-color:var(--color-success-light,#d1fae5);color:var(--color-success-dark,#047857);border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.PlanSettings-module__BxlBiG__planCardFeatures{flex:1;margin:0 0 1.5rem;padding:0;list-style:none}.PlanSettings-module__BxlBiG__planCardFeatureItem{color:var(--text-secondary,#6b7280);align-items:center;margin-bottom:.75rem;font-size:.875rem;display:flex}.PlanSettings-module__BxlBiG__checkIcon{color:var(--color-success,#34d399);margin-right:.5rem}.PlanSettings-module__BxlBiG__planCardFooter{margin-top:auto}.PlanSettings-module__BxlBiG__planButton{width:100%}.PlanSettings-module__BxlBiG__actionButtons{justify-content:flex-end;margin-top:1.5rem;display:flex}.PlanSettings-module__BxlBiG__paymentSection{margin-top:2rem}.PlanSettings-module__BxlBiG__paymentInfo{flex-direction:column;gap:1rem;max-width:600px;display:flex}@media (max-width:768px){.PlanSettings-module__BxlBiG__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.PlanSettings-module__BxlBiG__headerControls{flex-direction:column;align-items:flex-start;width:100%}.PlanSettings-module__BxlBiG__currencySelector,.PlanSettings-module__BxlBiG__billingToggle{justify-content:center;width:100%}.PlanSettings-module__BxlBiG__currentPlanInfo{flex-direction:column;gap:1rem}.PlanSettings-module__BxlBiG__planName,.PlanSettings-module__BxlBiG__planDetail{min-width:unset}.PlanSettings-module__BxlBiG__featuresList,.PlanSettings-module__BxlBiG__plansGrid{grid-template-columns:1fr}}
