.actionStyles-module___3sOFq__actions_grid{grid-template-columns:100px auto 100px;align-items:stretch;display:grid}.actionStyles-module___3sOFq__actions_grid>div{border-bottom:1px solid #d3d3d3;padding:10px}
.loaderStyles-module__K94lGG__container{width:100vw;height:100vh;margin-top:105px}.loaderStyles-module__K94lGG__cup{z-index:0;background-color:#0000;border:15px solid #323232;border-top:0;border-bottom-right-radius:29px;border-bottom-left-radius:29px;width:64px;height:29px;margin:10vh auto 1rem}.loaderStyles-module__K94lGG__tea{z-index:-999;background-color:#57da00;border-top:0;border-bottom-right-radius:29px;border-bottom-left-radius:29px;width:34px;height:15px;animation:1s ease-in infinite alternate loaderStyles-module__K94lGG__fillCup;position:relative}.loaderStyles-module__K94lGG__brewing{text-align:center;margin:0 auto;font-family:Circular-book,Helvetica Neue,san-serif}@keyframes loaderStyles-module__K94lGG__fillCup{0%{transform:translateY(0)scaleY(1)scaleX(1)}to{transform:translateY(20px)scaleY(0)scaleX(.7)}}
.AgentChat-module__LMNhCq__chatContainer{background-color:#fff;flex-direction:column;height:100%;display:flex}.AgentChat-module__LMNhCq__messagesContainer{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.AgentChat-module__LMNhCq__message{border-radius:.5rem;max-width:80%;padding:.75rem 1rem;animation:.3s AgentChat-module__LMNhCq__fadeIn;position:relative}@keyframes AgentChat-module__LMNhCq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AgentChat-module__LMNhCq__userMessage{color:#fff;background-color:#3e9b01;border-bottom-right-radius:.2rem;align-self:flex-end}.AgentChat-module__LMNhCq__assistantMessage{color:#111;background-color:#f5f5f5;border-bottom-left-radius:.2rem;align-self:flex-start}.AgentChat-module__LMNhCq__errorMessage{background-color:#ffe6e6;border:1px solid #f44}.AgentChat-module__LMNhCq__messageContent{word-wrap:break-word;white-space:normal;font-size:.95rem;line-height:1.3}.AgentChat-module__LMNhCq__messageContent h1,.AgentChat-module__LMNhCq__messageContent h2,.AgentChat-module__LMNhCq__messageContent h3{margin-top:.75rem;margin-bottom:.5rem;font-weight:700;line-height:1.5}.AgentChat-module__LMNhCq__messageContent h1{font-size:1.25rem}.AgentChat-module__LMNhCq__messageContent h2{font-size:1.15rem}.AgentChat-module__LMNhCq__messageContent h3{font-size:1.05rem}.AgentChat-module__LMNhCq__messageContent h1:first-child,.AgentChat-module__LMNhCq__messageContent h2:first-child,.AgentChat-module__LMNhCq__messageContent h3:first-child{margin-top:.3rem}.AgentChat-module__LMNhCq__messageContent p{margin:.9rem 0}.AgentChat-module__LMNhCq__messageContent p:first-child{margin-top:.3rem}.AgentChat-module__LMNhCq__messageContent p:last-child{margin-bottom:0}.AgentChat-module__LMNhCq__messageContent ul,.AgentChat-module__LMNhCq__messageContent ol{margin:.5rem 0;padding-left:1.5rem}.AgentChat-module__LMNhCq__messageContent li{margin:.2rem 0}.AgentChat-module__LMNhCq__messageContent strong{font-weight:600}.AgentChat-module__LMNhCq__messageContent code{background-color:#0000001a;border-radius:.2rem;padding:.125rem .25rem;font-family:Monaco,Courier New,monospace;font-size:.9em}.AgentChat-module__LMNhCq__userMessage .AgentChat-module__LMNhCq__messageContent code{background-color:#fff3}.AgentChat-module__LMNhCq__messageContent pre{background-color:#0000001a;border-radius:.3rem;margin:.5rem 0;padding:.75rem;overflow-x:auto}.AgentChat-module__LMNhCq__messageContent pre code{background-color:#0000;padding:0}.AgentChat-module__LMNhCq__messageContent blockquote{color:#666;border-left:3px solid #ccc;margin:.5rem 0;padding-left:1rem}.AgentChat-module__LMNhCq__messageTime{opacity:.7;text-align:right;margin-top:.25rem;font-size:.7rem}.AgentChat-module__LMNhCq__userMessage .AgentChat-module__LMNhCq__messageTime{color:#fffc}.AgentChat-module__LMNhCq__loadingMessage{opacity:.7}.AgentChat-module__LMNhCq__typingIndicator{align-items:center;gap:.3rem;display:flex}.AgentChat-module__LMNhCq__typingIndicator span{background-color:#999;border-radius:50%;width:8px;height:8px;animation:1.4s infinite AgentChat-module__LMNhCq__typing}.AgentChat-module__LMNhCq__typingIndicator span:first-child{animation-delay:0s}.AgentChat-module__LMNhCq__typingIndicator span:nth-child(2){animation-delay:.2s}.AgentChat-module__LMNhCq__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes AgentChat-module__LMNhCq__typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.AgentChat-module__LMNhCq__inputForm{background-color:#fff;border-top:1px solid #ccc;gap:.5rem;padding:1rem;display:flex}.AgentChat-module__LMNhCq__input{border:1px solid #ccc;border-radius:.3rem;flex:1;padding:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem}.AgentChat-module__LMNhCq__input:focus{border-color:#3e9b01;outline:none}.AgentChat-module__LMNhCq__input:disabled{cursor:not-allowed;background-color:#f5f5f5}.AgentChat-module__LMNhCq__sendButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:.3rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:background-color .2s}.AgentChat-module__LMNhCq__sendButton:hover:not(:disabled){background-color:#2d7301}.AgentChat-module__LMNhCq__sendButton:disabled{cursor:not-allowed;background-color:#ccc}.AgentChat-module__LMNhCq__chatHeader{background-color:#fff;border-bottom:1px solid #e5e5e5;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.AgentChat-module__LMNhCq__conversationsButton{color:#666;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:.3rem;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.AgentChat-module__LMNhCq__conversationsButton:hover{color:#3e9b01;background-color:#f5f5f5;border-color:#3e9b01}.AgentChat-module__LMNhCq__newConversationButton{color:#666;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:.3rem;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.AgentChat-module__LMNhCq__newConversationButton:hover{color:#3e9b01;background-color:#f5f5f5;border-color:#3e9b01}.AgentChat-module__LMNhCq__conversationsModal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AgentChat-module__LMNhCq__conversationsModal>div{background-color:#fff;border-radius:.5rem;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 4px 20px #00000026}.AgentChat-module__LMNhCq__conversationsHeader{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.AgentChat-module__LMNhCq__conversationsHeader h3{color:#111;margin:0;font-size:1.25rem;font-weight:600}.AgentChat-module__LMNhCq__closeButton{color:#666;cursor:pointer;background-color:#0000;border:none;border-radius:.3rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AgentChat-module__LMNhCq__closeButton:hover{color:#111;background-color:#f5f5f5}.AgentChat-module__LMNhCq__conversationsList{flex:1;padding:.5rem;overflow-y:auto}.AgentChat-module__LMNhCq__conversationItem{cursor:pointer;border:1px solid #0000;border-radius:.3rem;align-items:center;gap:.75rem;padding:.875rem;transition:all .2s;display:flex}.AgentChat-module__LMNhCq__conversationItem:hover{background-color:#f5f5f5}.AgentChat-module__LMNhCq__conversationItem.AgentChat-module__LMNhCq__active{background-color:#e8f5e1;border-color:#3e9b01}.AgentChat-module__LMNhCq__conversationIcon{color:#666;background-color:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.AgentChat-module__LMNhCq__conversationItem.AgentChat-module__LMNhCq__active .AgentChat-module__LMNhCq__conversationIcon{color:#fff;background-color:#3e9b01}.AgentChat-module__LMNhCq__conversationInfo{flex:1;min-width:0}.AgentChat-module__LMNhCq__conversationTitle{color:#111;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.95rem;font-weight:500;overflow:hidden}.AgentChat-module__LMNhCq__conversationDate{color:#666;font-size:.8rem}.AgentChat-module__LMNhCq__deleteConversationButton{color:#999;cursor:pointer;opacity:0;background-color:#0000;border:none;border-radius:.3rem;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.AgentChat-module__LMNhCq__conversationItem:hover .AgentChat-module__LMNhCq__deleteConversationButton{opacity:1}.AgentChat-module__LMNhCq__deleteConversationButton:hover{color:#f44;background-color:#ffe6e6}.AgentChat-module__LMNhCq__deleteConversationButton:disabled{opacity:.5;cursor:not-allowed}.AgentChat-module__LMNhCq__emptyState{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.AgentChat-module__LMNhCq__emptyState p{margin-top:.75rem;font-size:.95rem}@media (max-width:768px){.AgentChat-module__LMNhCq__message{max-width:85%}.AgentChat-module__LMNhCq__messagesContainer{padding:1rem 1rem 2rem}.AgentChat-module__LMNhCq__inputForm{padding:.75rem;padding-bottom:calc(max(.75rem,env(safe-area-inset-bottom)) + 90px);z-index:10;background-color:#fff;position:sticky;bottom:0;box-shadow:0 -2px 10px #0000000d}.AgentChat-module__LMNhCq__input{font-size:16px}.AgentChat-module__LMNhCq__sendButton{white-space:nowrap}.AgentChat-module__LMNhCq__conversationsModal{padding:0}.AgentChat-module__LMNhCq__conversationsModal>div{border-radius:0;max-width:100%;max-height:100vh}.AgentChat-module__LMNhCq__deleteConversationButton{opacity:1}}
.AgentModal-module__haDc2a__overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;animation:.2s AgentModal-module__haDc2a__fadeIn;display:flex;position:fixed;inset:0}@keyframes AgentModal-module__haDc2a__fadeIn{0%{opacity:0}to{opacity:1}}.AgentModal-module__haDc2a__modal{background-color:#fff;border-radius:.5rem;flex-direction:column;width:90%;max-width:700px;height:80vh;max-height:700px;animation:.3s AgentModal-module__haDc2a__slideUp;display:flex;box-shadow:0 4px 20px #00000026}@keyframes AgentModal-module__haDc2a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.AgentModal-module__haDc2a__header{background-color:#fff;border-bottom:1px solid #ccc;border-top-left-radius:.5rem;border-top-right-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.AgentModal-module__haDc2a__title{color:#111;margin:0;font-size:1.25rem;font-weight:600}.AgentModal-module__haDc2a__closeButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:.3rem;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.AgentModal-module__haDc2a__closeButton:hover{color:#111;background-color:#f5f5f5}.AgentModal-module__haDc2a__content{flex-direction:column;flex:1;display:flex;overflow:hidden}@media (max-width:768px){.AgentModal-module__haDc2a__overlay{align-items:flex-start}.AgentModal-module__haDc2a__modal{border-radius:0;width:100%;height:100vh;max-height:none;position:fixed;inset:0}.AgentModal-module__haDc2a__header{padding:max(1rem,env(safe-area-inset-top) + .5rem)1rem 1rem 1rem;z-index:10;background-color:#fff;border-radius:0;position:sticky;top:0}.AgentModal-module__haDc2a__title{font-size:1.1rem}.AgentModal-module__haDc2a__content{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width:932px) and (orientation:landscape){.AgentModal-module__haDc2a__overlay{align-items:flex-start}.AgentModal-module__haDc2a__modal{border-radius:0;width:100%;max-width:none;height:100vh;max-height:none;position:fixed;inset:0}.AgentModal-module__haDc2a__header{padding:.75rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));border-radius:0}.AgentModal-module__haDc2a__title{font-size:1rem}.AgentModal-module__haDc2a__closeButton{padding:.25rem}}
.Agent-module__KkntsG__conversationsModal{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Agent-module__KkntsG__conversationsModal>div{background-color:#fff;border-radius:.5rem;flex-direction:column;width:100%;max-width:500px;max-height:80vh;display:flex;box-shadow:0 4px 20px #00000026}.Agent-module__KkntsG__conversationsHeader{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.Agent-module__KkntsG__conversationsHeader h3{color:#111;margin:0;font-size:1.25rem;font-weight:600}.Agent-module__KkntsG__closeButton{color:#666;cursor:pointer;background-color:#0000;border:none;border-radius:.3rem;justify-content:center;align-items:center;width:32px;height:32px}.Agent-module__KkntsG__closeButton:hover{color:#111;border:none;transition:none}.Agent-module__KkntsG__conversationsList{flex:1;padding:.5rem;overflow-y:auto}.Agent-module__KkntsG__conversationItem{cursor:pointer;border:1px solid #0000;border-radius:.3rem;align-items:center;gap:.75rem;padding:.875rem;transition:all .2s;display:flex}.Agent-module__KkntsG__conversationItem:hover{background-color:#f5f5f5}.Agent-module__KkntsG__conversationItem.Agent-module__KkntsG__active{background-color:#e8f5e1;border-color:#3e9b01}.Agent-module__KkntsG__conversationIcon{color:#666;background-color:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Agent-module__KkntsG__conversationItem.Agent-module__KkntsG__active .Agent-module__KkntsG__conversationIcon{color:#fff;background-color:#3e9b01}.Agent-module__KkntsG__conversationInfo{flex:1;min-width:0}.Agent-module__KkntsG__conversationTitle{color:#111;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.95rem;font-weight:500;overflow:hidden}.Agent-module__KkntsG__conversationDate{color:#666;font-size:.8rem}.Agent-module__KkntsG__deleteConversationButton{color:#666;cursor:pointer;opacity:1;background-color:#0000;border:none;border-radius:.3rem;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px}.Agent-module__KkntsG__deleteConversationButton svg{display:block}.Agent-module__KkntsG__conversationItem:hover{opacity:1}.Agent-module__KkntsG__deleteConversationButton:hover{color:#f44;border:none;transition:none}.Agent-module__KkntsG__deleteConversationButton:disabled{opacity:.5;cursor:not-allowed}.Agent-module__KkntsG__emptyState{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;display:flex}.Agent-module__KkntsG__emptyState p{margin-top:.75rem;font-size:.95rem}@media (max-width:768px){.Agent-module__KkntsG__conversationsModal{padding:0}.Agent-module__KkntsG__conversationsModal>div{border-radius:0;max-width:100%;max-height:100vh}.Agent-module__KkntsG__deleteConversationButton{opacity:1}}
.WeekView-module__eCjVBq__weekView{max-width:800px;margin:0 auto;padding:2rem}.WeekView-module__eCjVBq__controlsRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.WeekView-module__eCjVBq__dateControls{align-items:center;gap:.5rem;display:flex}.WeekView-module__eCjVBq__viewSwitcher{background-color:#f5f5f5;border-radius:6px;gap:.25rem;padding:.25rem;display:flex}.WeekView-module__eCjVBq__viewButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.WeekView-module__eCjVBq__viewButton:hover{color:#1a1a1a;background-color:#e8e8e8}.WeekView-module__eCjVBq__viewButtonActive{color:#1a1a1a;background-color:#fff;box-shadow:0 1px 3px #0000001a}.WeekView-module__eCjVBq__agentButton{color:#666;cursor:pointer;background-color:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:.35rem;font-weight:500;transition:all .2s;display:inline-flex}.WeekView-module__eCjVBq__agentButton:hover{color:#333;background-color:#d0d0d0}.WeekView-module__eCjVBq__agentButtons{align-items:center;gap:.75rem;display:flex}.WeekView-module__eCjVBq__todayButton{color:#357a01;cursor:pointer;white-space:nowrap;background-color:#f5f5f5;border:2px solid #357a01;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.WeekView-module__eCjVBq__todayButton:hover:not(:disabled){color:#2d6501;background-color:#e8e8e8}.WeekView-module__eCjVBq__todayButton:disabled{opacity:.5;cursor:not-allowed}.WeekView-module__eCjVBq__navButton{color:#666;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:.35rem;font-weight:500;transition:all .2s;display:inline-flex}.WeekView-module__eCjVBq__navButton:hover{color:#1a1a1a;background-color:#e8e8e8}.WeekView-module__eCjVBq__daySection{border-radius:8px;margin:0 -.5rem 2rem;padding:.5rem;transition:all .2s}.WeekView-module__eCjVBq__daySection.WeekView-module__eCjVBq__dragOver{background-color:#f0f9e8;border:2px dashed #3e9b01}.WeekView-module__eCjVBq__daySectionHeader{background-color:#f9f9f9;border:2px solid #e0e0e0;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.WeekView-module__eCjVBq__daySectionHeader.WeekView-module__eCjVBq__today{background-color:#f0f9e8;border-color:#3e9b01}.WeekView-module__eCjVBq__dayTitle{color:#1a1a1a;min-width:180px;margin:0;font-size:1.1rem;font-weight:600}.WeekView-module__eCjVBq__themeInput{border:1px solid #d0d0d0;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.95rem;transition:border-color .2s}.WeekView-module__eCjVBq__themeInput:focus{border-color:#3e9b01;outline:none}.WeekView-module__eCjVBq__themeInput::placeholder{color:#999;font-style:italic}.WeekView-module__eCjVBq__themeContainer{align-items:center;gap:.75rem;margin-left:auto;display:flex}.WeekView-module__eCjVBq__themeLabel{color:#666;white-space:nowrap;font-size:.85rem;font-weight:600}.WeekView-module__eCjVBq__themeDisplay{color:#666;background-color:#f9f9f9;border:1px solid #e8e8e8;border-radius:6px;align-items:center;width:40ch;min-height:2.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.WeekView-module__eCjVBq__tableWrapper{border:2px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;overflow:visible}.WeekView-module__eCjVBq__tableWrapper.WeekView-module__eCjVBq__today{border-color:#3e9b01}.WeekView-module__eCjVBq__actionsTable{border-collapse:collapse;table-layout:fixed;background-color:#fff;width:100%;min-width:100%}.WeekView-module__eCjVBq__actionsTable thead{background-color:#f5f5f5;border-bottom:2px solid #e0e0e0}.WeekView-module__eCjVBq__actionsTable th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.WeekView-module__eCjVBq__priorityHeader{width:25%}.WeekView-module__eCjVBq__noteHeader{width:40%}.WeekView-module__eCjVBq__timeHeader{width:12%}.WeekView-module__eCjVBq__actionsHeader{width:23%}.WeekView-module__eCjVBq__actionsTable tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .15s}.WeekView-module__eCjVBq__actionsTable tbody tr:hover{background-color:#fafafa}.WeekView-module__eCjVBq__actionsTable tbody tr:last-child{border-bottom:none}.WeekView-module__eCjVBq__completedRow{background-color:#f0f9e8}.WeekView-module__eCjVBq__dragging{opacity:.4;cursor:move;background-color:#f5f5f5}.WeekView-module__eCjVBq__actionCell,.WeekView-module__eCjVBq__noteCell,.WeekView-module__eCjVBq__timeCell,.WeekView-module__eCjVBq__actionsCell{vertical-align:middle;padding:1rem}.WeekView-module__eCjVBq__actionCell{color:#1a1a1a;font-size:10pt;font-weight:500}.WeekView-module__eCjVBq__actionText{cursor:pointer;border-radius:4px;padding:.25rem;transition:background-color .2s;display:block}.WeekView-module__eCjVBq__actionText:hover{background-color:#f5f5f5}.WeekView-module__eCjVBq__actionInput{border:1px solid #3e9b01;border-radius:4px;width:100%;padding:.25rem;font-size:10pt;font-weight:500}.WeekView-module__eCjVBq__actionInput:focus{border-color:#357a01;outline:none}.WeekView-module__eCjVBq__noteCell{color:#1a1a1a;font-size:10pt}.WeekView-module__eCjVBq__noteText{cursor:pointer;color:#1a1a1a;border-radius:4px;padding:.25rem;transition:background-color .2s;display:block}.WeekView-module__eCjVBq__noteText:hover{background-color:#f5f5f5}.WeekView-module__eCjVBq__noteInput{border:1px solid #3e9b01;border-radius:4px;width:100%;padding:.5rem;font-size:10pt}.WeekView-module__eCjVBq__noteInput:focus{border-color:#357a01;outline:none}.WeekView-module__eCjVBq__timeCell{color:#1a1a1a;font-family:Courier New,monospace;font-size:.95rem;font-weight:600}.WeekView-module__eCjVBq__timeSubtext{color:#999;margin-top:.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-weight:400}.WeekView-module__eCjVBq__actionsCell{padding:.75rem 1rem;position:relative;overflow:visible}.WeekView-module__eCjVBq__actionButtons{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.WeekView-module__eCjVBq__desktopButtons{align-items:center;gap:.5rem;display:flex}.WeekView-module__eCjVBq__mobileMenu{align-items:center;gap:.5rem;display:none}.WeekView-module__eCjVBq__actionButton{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;font-size:1.1rem;font-weight:500;transition:all .2s;display:inline-flex}.WeekView-module__eCjVBq__actionButton:disabled{opacity:.5;cursor:not-allowed}.WeekView-module__eCjVBq__startButton{color:#fff;background-color:#3e9b01}.WeekView-module__eCjVBq__startButton:hover:not(:disabled){background-color:#357a01}.WeekView-module__eCjVBq__stopButton{color:#fff;background-color:#ff9800}.WeekView-module__eCjVBq__stopButton:hover{background-color:#f57c00}.WeekView-module__eCjVBq__completeButton{color:#fff;background-color:#4caf50}.WeekView-module__eCjVBq__completeButton:hover{background-color:#45a049}.WeekView-module__eCjVBq__completedButton{color:#666;background-color:#e0e0e0}.WeekView-module__eCjVBq__completedButton:hover{background-color:#d0d0d0}.WeekView-module__eCjVBq__deleteButton{color:#d32f2f;background-color:#f5f5f5}.WeekView-module__eCjVBq__deleteButton:hover{color:#b71c1c;background-color:#ffebee}.WeekView-module__eCjVBq__menuButton{color:#666;background-color:#f5f5f5}.WeekView-module__eCjVBq__menuButton:hover{color:#1a1a1a;background-color:#e8e8e8}.WeekView-module__eCjVBq__menuContainer{position:relative}.WeekView-module__eCjVBq__dropdown{z-index:999999;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:180px;overflow:hidden;box-shadow:0 4px 12px #00000026}.WeekView-module__eCjVBq__dropdownItem{color:#1a1a1a;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:background-color .15s;display:flex}.WeekView-module__eCjVBq__dropdownItem:last-child{border-bottom:none}.WeekView-module__eCjVBq__dropdownItem:hover:not(:disabled){background-color:#f5f5f5}.WeekView-module__eCjVBq__dropdownItem:disabled{opacity:.5;cursor:not-allowed}.WeekView-module__eCjVBq__dropdownItem.WeekView-module__eCjVBq__deleteItem{color:#d32f2f}.WeekView-module__eCjVBq__dropdownItem.WeekView-module__eCjVBq__deleteItem:hover{background-color:#ffebee}.WeekView-module__eCjVBq__emptyRow{opacity:.5}.WeekView-module__eCjVBq__emptyRow:hover{opacity:.7}.WeekView-module__eCjVBq__emptyActionInput{color:#999;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;padding:.25rem;font-size:10pt;font-weight:500;transition:all .2s}.WeekView-module__eCjVBq__emptyActionInput::placeholder{color:#ccc;font-style:italic}.WeekView-module__eCjVBq__emptyActionInput:focus{color:#1a1a1a;background:#fff;border-color:#3e9b01;outline:none}.WeekView-module__eCjVBq__emptyText{color:#ccc;font-style:italic}.WeekView-module__eCjVBq__loading,.WeekView-module__eCjVBq__error{text-align:center;color:#666;padding:2rem}.WeekView-module__eCjVBq__error{color:#d32f2f}@media (max-width:1024px){.WeekView-module__eCjVBq__weekView{padding:1.5rem}.WeekView-module__eCjVBq__priorityHeader,.WeekView-module__eCjVBq__noteHeader{width:30%}.WeekView-module__eCjVBq__timeHeader{width:15%}.WeekView-module__eCjVBq__actionsHeader{width:25%}}@media (max-width:768px){.WeekView-module__eCjVBq__weekView{padding:1rem}.WeekView-module__eCjVBq__controlsRow{margin-bottom:1rem}.WeekView-module__eCjVBq__daySectionHeader{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem 1rem}.WeekView-module__eCjVBq__dayTitle{min-width:auto;font-size:1rem}.WeekView-module__eCjVBq__themeContainer{margin-left:0}.WeekView-module__eCjVBq__actionsTable{font-size:.85rem}.WeekView-module__eCjVBq__actionsTable th{padding:.5rem;font-size:.75rem}.WeekView-module__eCjVBq__actionCell,.WeekView-module__eCjVBq__noteCell,.WeekView-module__eCjVBq__timeCell,.WeekView-module__eCjVBq__actionsCell{padding:.75rem .5rem}.WeekView-module__eCjVBq__actionButton{min-width:44px;height:44px}.WeekView-module__eCjVBq__desktopButtons{display:none}.WeekView-module__eCjVBq__mobileMenu{display:flex}.WeekView-module__eCjVBq__dropdown{min-width:160px}.WeekView-module__eCjVBq__dropdownItem{padding:.875rem 1rem;font-size:.95rem}.WeekView-module__eCjVBq__actionsTable,.WeekView-module__eCjVBq__actionsCell{overflow:visible}}@media (max-width:640px){.WeekView-module__eCjVBq__weekView{padding:.5rem;overflow:visible}.WeekView-module__eCjVBq__controlsRow{flex-wrap:wrap;gap:.5rem}.WeekView-module__eCjVBq__dateControls{gap:.35rem}.WeekView-module__eCjVBq__agentButtons{gap:.5rem}.WeekView-module__eCjVBq__viewSwitcher{gap:.2rem;padding:.2rem}.WeekView-module__eCjVBq__viewButton{padding:.3rem .5rem;font-size:.75rem}.WeekView-module__eCjVBq__navButton{width:28px;height:28px}.WeekView-module__eCjVBq__noteHeader,.WeekView-module__eCjVBq__noteCell{display:none}.WeekView-module__eCjVBq__priorityHeader{width:50%}.WeekView-module__eCjVBq__timeHeader{width:20%}.WeekView-module__eCjVBq__actionsHeader{width:30%}.WeekView-module__eCjVBq__tableWrapper{overflow:visible}.WeekView-module__eCjVBq__daySection{margin:0 -.2rem 1.5rem;padding:.2rem}.WeekView-module__eCjVBq__daySectionHeader{gap:.5rem;padding:.5rem .6rem}.WeekView-module__eCjVBq__dayTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.WeekView-module__eCjVBq__themeContainer{gap:.5rem;margin-left:0}.WeekView-module__eCjVBq__themeLabel{font-size:.75rem}.WeekView-module__eCjVBq__themeInput{padding:.35rem .5rem;font-size:.8rem}.WeekView-module__eCjVBq__themeDisplay{width:auto;max-width:100%;min-height:2rem;padding:.35rem .5rem;font-size:.75rem}.WeekView-module__eCjVBq__actionCell,.WeekView-module__eCjVBq__timeCell,.WeekView-module__eCjVBq__actionsCell{padding:.5rem .3rem}.WeekView-module__eCjVBq__actionCell{font-size:9pt}.WeekView-module__eCjVBq__timeCell{font-size:.8rem}.WeekView-module__eCjVBq__timeSubtext{font-size:.6rem}.WeekView-module__eCjVBq__actionButtons{gap:.35rem}}.WeekView-module__eCjVBq__modalOverlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.WeekView-module__eCjVBq__datePickerModal{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 8px 24px #0003}.WeekView-module__eCjVBq__modalTitle{color:#1a1a1a;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.WeekView-module__eCjVBq__modalDescription{color:#666;margin:0 0 1.5rem;font-size:.9rem}.WeekView-module__eCjVBq__dateInput{border:2px solid #e0e0e0;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.WeekView-module__eCjVBq__dateInput:focus{border-color:#3e9b01;outline:none}.WeekView-module__eCjVBq__modalButtons{justify-content:flex-end;gap:.75rem;display:flex}.WeekView-module__eCjVBq__confirmButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.WeekView-module__eCjVBq__confirmButton:hover:not(:disabled){background-color:#357a01}.WeekView-module__eCjVBq__confirmButton:disabled{cursor:not-allowed;background-color:#ccc}.WeekView-module__eCjVBq__cancelModalButton{color:#666;cursor:pointer;background-color:#f0f0f0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.WeekView-module__eCjVBq__cancelModalButton:hover{background-color:#e0e0e0}
.DayView-module__Tfv7kq__dayView{max-width:800px;margin:0 auto;padding:2rem}.DayView-module__Tfv7kq__controlsRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.DayView-module__Tfv7kq__dateControls{align-items:center;gap:.5rem;display:flex}.DayView-module__Tfv7kq__viewSwitcher{background-color:#f5f5f5;border-radius:6px;gap:.25rem;padding:.25rem;display:flex}.DayView-module__Tfv7kq__viewButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.DayView-module__Tfv7kq__viewButton:hover{color:#1a1a1a;background-color:#e8e8e8}.DayView-module__Tfv7kq__viewButtonActive{color:#1a1a1a;background-color:#fff;box-shadow:0 1px 3px #0000001a}.DayView-module__Tfv7kq__agentButton{color:#666;cursor:pointer;background-color:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:.35rem;font-weight:500;transition:all .2s;display:inline-flex}.DayView-module__Tfv7kq__agentButton:hover{color:#333;background-color:#d0d0d0}.DayView-module__Tfv7kq__agentButtons{align-items:center;gap:.75rem;display:flex}.DayView-module__Tfv7kq__todayButton{color:#357a01;cursor:pointer;white-space:nowrap;background-color:#f5f5f5;border:2px solid #357a01;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.DayView-module__Tfv7kq__todayButton:hover:not(:disabled){color:#2d6501;background-color:#e8e8e8}.DayView-module__Tfv7kq__todayButton:disabled{opacity:.5;cursor:not-allowed}.DayView-module__Tfv7kq__navButton{color:#666;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:.35rem;font-weight:500;transition:all .2s;display:inline-flex}.DayView-module__Tfv7kq__navButton:hover{color:#1a1a1a;background-color:#e8e8e8}.DayView-module__Tfv7kq__themeSection{margin-bottom:3rem}.DayView-module__Tfv7kq__themeLabel{color:#666;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.DayView-module__Tfv7kq__themeInput{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-size:1.1rem;transition:border-color .2s}.DayView-module__Tfv7kq__themeInput:focus{border-color:#3e9b01;outline:none}.DayView-module__Tfv7kq__actionsSection{width:100%;margin-top:2rem}.DayView-module__Tfv7kq__actionsSectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.DayView-module__Tfv7kq__actionsTitle{color:#1a1a1a;margin:0;font-size:1.25rem;font-weight:600}.DayView-module__Tfv7kq__addButton{color:#3e9b01;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;transition:all .2s;display:inline-flex}.DayView-module__Tfv7kq__addButton:hover{color:#357a01;background-color:#e8e8e8;transform:scale(1.05)}.DayView-module__Tfv7kq__actionsList{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.DayView-module__Tfv7kq__action{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1rem;transition:border-color .2s,background-color .2s}.DayView-module__Tfv7kq__action:hover{border-color:#d0d0d0}.DayView-module__Tfv7kq__action.DayView-module__Tfv7kq__completed{opacity:.7;background-color:#f5f5f5}.DayView-module__Tfv7kq__actionHeader{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.DayView-module__Tfv7kq__checkbox{cursor:pointer;width:20px;height:20px}.DayView-module__Tfv7kq__actionText{color:#1a1a1a;flex:1;font-size:1rem;font-weight:500}.DayView-module__Tfv7kq__action.DayView-module__Tfv7kq__completed .DayView-module__Tfv7kq__actionText{color:#888;text-decoration:line-through}.DayView-module__Tfv7kq__deleteActionBtn{color:#999;cursor:pointer;background:0 0;border:none;width:24px;height:24px;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.DayView-module__Tfv7kq__deleteActionBtn:hover{color:#d32f2f}.DayView-module__Tfv7kq__summary{color:#666;cursor:text;background-color:#f9f9f9;border-radius:4px;min-height:1.5rem;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.9rem;font-style:italic}.DayView-module__Tfv7kq__summary:hover{background-color:#f0f0f0}.DayView-module__Tfv7kq__summaryInput{border:1px solid #d0d0d0;border-radius:4px;width:100%;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.9rem}.DayView-module__Tfv7kq__summaryInput:focus{border-color:#3e9b01;outline:none}.DayView-module__Tfv7kq__timerSection{justify-content:space-between;align-items:center;gap:1rem;display:flex}.DayView-module__Tfv7kq__timerDisplay{color:#1a1a1a;font-family:Courier New,monospace;font-size:1.1rem;font-weight:600}.DayView-module__Tfv7kq__timerButton{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.DayView-module__Tfv7kq__startButton{color:#fff;background-color:#3e9b01}.DayView-module__Tfv7kq__startButton:hover:not(:disabled){background-color:#357a01}.DayView-module__Tfv7kq__startButton:disabled{cursor:not-allowed;background-color:#ccc}.DayView-module__Tfv7kq__stopButton{color:#fff;background-color:#ff9800}.DayView-module__Tfv7kq__stopButton:hover{background-color:#f57c00}.DayView-module__Tfv7kq__addActionSection{margin-top:1rem}.DayView-module__Tfv7kq__addActionForm{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.DayView-module__Tfv7kq__addActionInput{border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:.75rem;font-size:1rem}.DayView-module__Tfv7kq__addActionInput:focus{border-color:#3e9b01;outline:none}.DayView-module__Tfv7kq__addActionButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s}.DayView-module__Tfv7kq__addActionButton:hover{background-color:#357a01}.DayView-module__Tfv7kq__cancelButton{color:#666;cursor:pointer;background-color:#f0f0f0;border:none;border-radius:8px;padding:.75rem 1rem;font-weight:500;transition:background-color .2s}.DayView-module__Tfv7kq__cancelButton:hover{background-color:#e0e0e0}.DayView-module__Tfv7kq__showAddButton{color:#666;cursor:pointer;background-color:#f9f9f9;border:2px dashed #d0d0d0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:500;transition:all .2s}.DayView-module__Tfv7kq__showAddButton:hover{color:#3e9b01;background-color:#f0f0f0;border-color:#3e9b01}.DayView-module__Tfv7kq__loading,.DayView-module__Tfv7kq__error{text-align:center;color:#666;padding:2rem}.DayView-module__Tfv7kq__error{color:#d32f2f}.DayView-module__Tfv7kq__tableWrapper{border:2px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;overflow-x:auto}.DayView-module__Tfv7kq__actionsTable{border-collapse:collapse;table-layout:fixed;background-color:#fff;width:100%;min-width:100%}.DayView-module__Tfv7kq__actionsTable thead{background-color:#f5f5f5;border-bottom:2px solid #e0e0e0}.DayView-module__Tfv7kq__actionsTable th{text-align:left;color:#666;text-transform:uppercase;letter-spacing:.5px;padding:.75rem 1rem;font-size:.85rem;font-weight:600}.DayView-module__Tfv7kq__priorityHeader{width:25%}.DayView-module__Tfv7kq__noteHeader{width:40%}.DayView-module__Tfv7kq__timeHeader{width:12%}.DayView-module__Tfv7kq__actionsHeader{width:23%}.DayView-module__Tfv7kq__actionsTable tbody tr{border-bottom:1px solid #f0f0f0;transition:background-color .15s}.DayView-module__Tfv7kq__actionsTable tbody tr:hover{background-color:#fafafa}.DayView-module__Tfv7kq__actionsTable tbody tr:last-child{border-bottom:none}.DayView-module__Tfv7kq__completedRow{background-color:#f0f9e8}.DayView-module__Tfv7kq__actionCell,.DayView-module__Tfv7kq__noteCell,.DayView-module__Tfv7kq__timeCell,.DayView-module__Tfv7kq__actionsCell{vertical-align:middle;padding:1rem}.DayView-module__Tfv7kq__actionCell{color:#1a1a1a;font-size:10pt;font-weight:500}.DayView-module__Tfv7kq__actionText{cursor:pointer;border-radius:4px;padding:.25rem;transition:background-color .2s;display:block}.DayView-module__Tfv7kq__actionText:hover{background-color:#f5f5f5}.DayView-module__Tfv7kq__actionInput{border:1px solid #3e9b01;border-radius:4px;width:100%;padding:.25rem;font-size:10pt;font-weight:500}.DayView-module__Tfv7kq__actionInput:focus{border-color:#357a01;outline:none}.DayView-module__Tfv7kq__noteCell{color:#1a1a1a;font-size:10pt}.DayView-module__Tfv7kq__noteText{cursor:pointer;color:#1a1a1a;border-radius:4px;padding:.25rem;transition:background-color .2s;display:block}.DayView-module__Tfv7kq__noteText:hover{background-color:#f5f5f5}.DayView-module__Tfv7kq__noteInput{border:1px solid #3e9b01;border-radius:4px;width:100%;padding:.5rem;font-size:10pt}.DayView-module__Tfv7kq__noteInput:focus{border-color:#357a01;outline:none}.DayView-module__Tfv7kq__timeCell{color:#1a1a1a;font-family:Courier New,monospace;font-size:.95rem;font-weight:600}.DayView-module__Tfv7kq__timeSubtext{color:#999;margin-top:.25rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-weight:400}.DayView-module__Tfv7kq__actionsCell{padding:.75rem 1rem}.DayView-module__Tfv7kq__actionButtons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.DayView-module__Tfv7kq__desktopButtons{align-items:center;gap:.5rem;display:flex}.DayView-module__Tfv7kq__mobileMenu{align-items:center;gap:.5rem;display:none}.DayView-module__Tfv7kq__actionButton{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;font-size:1.1rem;font-weight:500;transition:all .2s;display:inline-flex}.DayView-module__Tfv7kq__actionButton:disabled{opacity:.5;cursor:not-allowed}.DayView-module__Tfv7kq__completeButton{color:#fff;background-color:#4caf50}.DayView-module__Tfv7kq__completeButton:hover{background-color:#45a049}.DayView-module__Tfv7kq__completedButton{color:#666;background-color:#e0e0e0}.DayView-module__Tfv7kq__completedButton:hover{background-color:#d0d0d0}.DayView-module__Tfv7kq__deleteButton{color:#d32f2f;background-color:#f5f5f5}.DayView-module__Tfv7kq__deleteButton:hover{color:#b71c1c;background-color:#ffebee}.DayView-module__Tfv7kq__menuButton{color:#666;background-color:#f5f5f5}.DayView-module__Tfv7kq__menuButton:hover{color:#1a1a1a;background-color:#e8e8e8}.DayView-module__Tfv7kq__menuContainer{position:relative}.DayView-module__Tfv7kq__dropdown{z-index:1000;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:180px;margin-top:.25rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.DayView-module__Tfv7kq__dropdownItem{color:#1a1a1a;text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #f0f0f0;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:background-color .15s;display:flex}.DayView-module__Tfv7kq__dropdownItem:last-child{border-bottom:none}.DayView-module__Tfv7kq__dropdownItem:hover:not(:disabled){background-color:#f5f5f5}.DayView-module__Tfv7kq__dropdownItem:disabled{opacity:.5;cursor:not-allowed}.DayView-module__Tfv7kq__dropdownItem.DayView-module__Tfv7kq__deleteItem{color:#d32f2f}.DayView-module__Tfv7kq__dropdownItem.DayView-module__Tfv7kq__deleteItem:hover{background-color:#ffebee}.DayView-module__Tfv7kq__emptyRow{opacity:.5}.DayView-module__Tfv7kq__emptyRow:hover{opacity:.7}.DayView-module__Tfv7kq__emptyRow:has(.DayView-module__Tfv7kq__emptyActionInput:focus){opacity:1}.DayView-module__Tfv7kq__emptyActionInput{color:#1a1a1a;background:0 0;border:1px solid #0000;border-radius:4px;width:100%;padding:.25rem;font-size:12pt;font-weight:500;transition:all .2s}.DayView-module__Tfv7kq__emptyActionInput::placeholder{color:#ccc;font-size:10pt}.DayView-module__Tfv7kq__emptyActionInput:focus{color:#1a1a1a;background:#fff;border-color:#3e9b01;outline:none}.DayView-module__Tfv7kq__emptySlotButton{text-align:left;color:#999;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem;font-size:.9rem;transition:color .2s}.DayView-module__Tfv7kq__emptySlotButton:hover{color:#3e9b01}.DayView-module__Tfv7kq__emptyText{color:#ccc;font-style:italic}.DayView-module__Tfv7kq__quickAddSection{border-top:2px dashed #e0e0e0;margin-top:1rem;padding-top:1rem}@media (max-width:768px){.DayView-module__Tfv7kq__dayView{padding:1rem}.DayView-module__Tfv7kq__controlsRow{margin-bottom:1rem}.DayView-module__Tfv7kq__themeSection{margin-bottom:2rem}.DayView-module__Tfv7kq__actionsTable{font-size:.85rem}.DayView-module__Tfv7kq__actionsTable th{padding:.5rem;font-size:.75rem}.DayView-module__Tfv7kq__actionCell,.DayView-module__Tfv7kq__noteCell,.DayView-module__Tfv7kq__timeCell,.DayView-module__Tfv7kq__actionsCell{padding:.75rem .5rem}.DayView-module__Tfv7kq__actionButton{min-width:44px;height:44px}.DayView-module__Tfv7kq__desktopButtons{display:none}.DayView-module__Tfv7kq__mobileMenu{display:flex}.DayView-module__Tfv7kq__dropdown{min-width:160px}.DayView-module__Tfv7kq__dropdownItem{padding:.875rem 1rem;font-size:.95rem}}@media (max-width:640px){.DayView-module__Tfv7kq__dayView{padding:.5rem}.DayView-module__Tfv7kq__controlsRow{flex-wrap:wrap;gap:.5rem}.DayView-module__Tfv7kq__dateControls{gap:.35rem}.DayView-module__Tfv7kq__agentButtons{gap:.5rem}.DayView-module__Tfv7kq__viewSwitcher{gap:.2rem;padding:.2rem}.DayView-module__Tfv7kq__viewButton{padding:.3rem .5rem;font-size:.75rem}.DayView-module__Tfv7kq__navButton{width:28px;height:28px}.DayView-module__Tfv7kq__themeSection{margin-bottom:1.5rem}.DayView-module__Tfv7kq__themeInput{padding:.6rem;font-size:1rem}.DayView-module__Tfv7kq__noteHeader,.DayView-module__Tfv7kq__noteCell{display:none}.DayView-module__Tfv7kq__priorityHeader{width:50%}.DayView-module__Tfv7kq__timeHeader{width:20%}.DayView-module__Tfv7kq__actionsHeader{width:30%}.DayView-module__Tfv7kq__tableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.DayView-module__Tfv7kq__actionCell,.DayView-module__Tfv7kq__timeCell,.DayView-module__Tfv7kq__actionsCell{padding:.5rem .3rem}.DayView-module__Tfv7kq__actionCell{font-size:9pt}.DayView-module__Tfv7kq__timeCell{font-size:.8rem}.DayView-module__Tfv7kq__timeSubtext{font-size:.6rem}.DayView-module__Tfv7kq__actionButtons{gap:.35rem}.DayView-module__Tfv7kq__addActionInput{padding:.6rem;font-size:.9rem}.DayView-module__Tfv7kq__addActionButton,.DayView-module__Tfv7kq__cancelButton{padding:.6rem .8rem;font-size:.85rem}.DayView-module__Tfv7kq__showAddButton{padding:.6rem;font-size:.9rem}}.DayView-module__Tfv7kq__weekendContainer{text-align:center;box-sizing:border-box;width:100%;min-height:400px;padding:4rem 2rem;display:block}.DayView-module__Tfv7kq__weekendContent{max-width:800px;margin:0 auto}.DayView-module__Tfv7kq__weekendEmoji{margin-bottom:2rem;font-size:4rem;animation:3s ease-in-out infinite DayView-module__Tfv7kq__float}@keyframes DayView-module__Tfv7kq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.DayView-module__Tfv7kq__weekendTitle{color:#1a1a1a;margin:0 0 1rem;font-size:2rem;font-weight:600}.DayView-module__Tfv7kq__weekendMessage{color:#666;margin:0 0 1rem;font-size:1.1rem;line-height:1.6}.DayView-module__Tfv7kq__weekendSubtext{color:#999;margin:0;font-size:.95rem;font-style:italic}@media (max-width:768px){.DayView-module__Tfv7kq__weekendContainer{min-height:300px;padding:3rem 1.5rem}.DayView-module__Tfv7kq__weekendEmoji{margin-bottom:1.5rem;font-size:3rem}.DayView-module__Tfv7kq__weekendTitle{font-size:1.5rem}.DayView-module__Tfv7kq__weekendMessage{font-size:1rem}.DayView-module__Tfv7kq__weekendSubtext{font-size:.9rem}}
.ConfirmModal-module__uKzNSW__overlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ConfirmModal-module__uKzNSW__fadeIn;display:flex;position:fixed;inset:0}@keyframes ConfirmModal-module__uKzNSW__fadeIn{0%{opacity:0}to{opacity:1}}.ConfirmModal-module__uKzNSW__modal{text-align:center;background-color:#fff;border-radius:.75rem;flex-direction:column;align-items:center;width:90%;max-width:450px;padding:2rem;animation:.3s ConfirmModal-module__uKzNSW__slideUp;display:flex;box-shadow:0 4px 20px #00000026}@keyframes ConfirmModal-module__uKzNSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ConfirmModal-module__uKzNSW__iconContainer{margin-bottom:1rem}.ConfirmModal-module__uKzNSW__icon{color:#dc2626;stroke-width:1.5px}.ConfirmModal-module__uKzNSW__title{color:#111;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.ConfirmModal-module__uKzNSW__message{color:#666;white-space:pre-line;margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.ConfirmModal-module__uKzNSW__actions{gap:.75rem;width:100%;display:flex}.ConfirmModal-module__uKzNSW__cancelButton,.ConfirmModal-module__uKzNSW__confirmButton{cursor:pointer;border:none;border-radius:.5rem;flex:1;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s}.ConfirmModal-module__uKzNSW__cancelButton{color:#333;background-color:#f5f5f5}.ConfirmModal-module__uKzNSW__cancelButton:hover{background-color:#e5e5e5}.ConfirmModal-module__uKzNSW__confirmButton{color:#fff}.ConfirmModal-module__uKzNSW__confirmButton.ConfirmModal-module__uKzNSW__danger{background-color:#dc2626}.ConfirmModal-module__uKzNSW__confirmButton.ConfirmModal-module__uKzNSW__danger:hover{background-color:#b91c1c}.ConfirmModal-module__uKzNSW__confirmButton.ConfirmModal-module__uKzNSW__warning{background-color:#f59e0b}.ConfirmModal-module__uKzNSW__confirmButton.ConfirmModal-module__uKzNSW__warning:hover{background-color:#d97706}.ConfirmModal-module__uKzNSW__confirmButton.ConfirmModal-module__uKzNSW__primary{background-color:#3e9b01}.ConfirmModal-module__uKzNSW__confirmButton.ConfirmModal-module__uKzNSW__primary:hover{background-color:#358501}@media (max-width:768px){.ConfirmModal-module__uKzNSW__modal{max-width:calc(100% - 2rem);padding:1.5rem}.ConfirmModal-module__uKzNSW__title{font-size:1.1rem}.ConfirmModal-module__uKzNSW__message{font-size:.9rem}.ConfirmModal-module__uKzNSW__actions{flex-direction:column-reverse}.ConfirmModal-module__uKzNSW__cancelButton,.ConfirmModal-module__uKzNSW__confirmButton{width:100%}}
.MorningBriefingModal-module__b_gVWq__overlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;animation:.2s MorningBriefingModal-module__b_gVWq__fadeIn;display:flex;position:fixed;inset:0}@keyframes MorningBriefingModal-module__b_gVWq__fadeIn{0%{opacity:0}to{opacity:1}}.MorningBriefingModal-module__b_gVWq__modal{background-color:#fff;border-radius:.5rem;flex-direction:column;width:90%;max-width:600px;max-height:80vh;animation:.3s MorningBriefingModal-module__b_gVWq__slideUp;display:flex;box-shadow:0 4px 20px #00000026}@keyframes MorningBriefingModal-module__b_gVWq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.MorningBriefingModal-module__b_gVWq__header{background-color:#fff;border-bottom:1px solid #e5e5e5;border-top-left-radius:.5rem;border-top-right-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.MorningBriefingModal-module__b_gVWq__titleContainer{align-items:center;gap:.5rem;display:flex}.MorningBriefingModal-module__b_gVWq__title{color:#111;margin:0;font-size:1.25rem;font-weight:600}.MorningBriefingModal-module__b_gVWq__sparklesIcon{color:#3e9b01;flex-shrink:0}.MorningBriefingModal-module__b_gVWq__closeButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:.3rem;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.MorningBriefingModal-module__b_gVWq__closeButton:hover{color:#111;background-color:#f5f5f5}.MorningBriefingModal-module__b_gVWq__content{flex-direction:column;flex:1;padding:1.5rem;display:flex;overflow-y:auto}.MorningBriefingModal-module__b_gVWq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.MorningBriefingModal-module__b_gVWq__spinner{border:3px solid #f3f3f3;border-top-color:#3e9b01;border-radius:50%;width:40px;height:40px;animation:1s linear infinite MorningBriefingModal-module__b_gVWq__spin}@keyframes MorningBriefingModal-module__b_gVWq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.MorningBriefingModal-module__b_gVWq__loadingContainer p{color:#666;font-size:.95rem}.MorningBriefingModal-module__b_gVWq__errorContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.MorningBriefingModal-module__b_gVWq__errorContainer p{color:#d32f2f;text-align:center}.MorningBriefingModal-module__b_gVWq__retryButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:.3rem;padding:.5rem 1rem;font-size:.95rem;transition:background-color .2s}.MorningBriefingModal-module__b_gVWq__retryButton:hover{background-color:#358501}.MorningBriefingModal-module__b_gVWq__briefingContent{color:#333;line-height:1.6}.MorningBriefingModal-module__b_gVWq__briefingContent h1,.MorningBriefingModal-module__b_gVWq__briefingContent h2,.MorningBriefingModal-module__b_gVWq__briefingContent h3{color:#111;margin-top:1rem;margin-bottom:.5rem}.MorningBriefingModal-module__b_gVWq__briefingContent h1{font-size:1.5rem}.MorningBriefingModal-module__b_gVWq__briefingContent h2{font-size:1.25rem}.MorningBriefingModal-module__b_gVWq__briefingContent h3{font-size:1.1rem}.MorningBriefingModal-module__b_gVWq__briefingContent p{margin:.75rem 0}.MorningBriefingModal-module__b_gVWq__briefingContent ul{margin:.5rem 0;padding-left:1.5rem}.MorningBriefingModal-module__b_gVWq__briefingContent li{margin:.5rem 0}.MorningBriefingModal-module__b_gVWq__briefingContent strong{color:#111;font-weight:600}.MorningBriefingModal-module__b_gVWq__footer{background-color:#fafafa;border-top:1px solid #e5e5e5;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;justify-content:flex-end;padding:1rem 1.5rem;display:flex}.MorningBriefingModal-module__b_gVWq__dismissButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:.3rem;padding:.65rem 1.5rem;font-size:1rem;font-weight:500;transition:background-color .2s}.MorningBriefingModal-module__b_gVWq__dismissButton:hover{background-color:#358501}@media (max-width:768px){.MorningBriefingModal-module__b_gVWq__overlay{align-items:flex-start}.MorningBriefingModal-module__b_gVWq__modal{border-radius:0;width:100%;max-width:none;height:100vh;max-height:none;position:fixed;inset:0}.MorningBriefingModal-module__b_gVWq__header{padding:max(1rem,env(safe-area-inset-top) + .5rem)1rem 1rem 1rem;z-index:10;background-color:#fff;border-radius:0;position:sticky;top:0}.MorningBriefingModal-module__b_gVWq__title{font-size:1.1rem}.MorningBriefingModal-module__b_gVWq__content{padding:1rem;padding-bottom:env(safe-area-inset-bottom)}.MorningBriefingModal-module__b_gVWq__footer{padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.MorningBriefingModal-module__b_gVWq__dismissButton{width:100%}}@media (max-width:932px) and (orientation:landscape){.MorningBriefingModal-module__b_gVWq__overlay{align-items:flex-start}.MorningBriefingModal-module__b_gVWq__modal{border-radius:0;width:100%;max-width:none;height:100vh;max-height:none;position:fixed;inset:0}.MorningBriefingModal-module__b_gVWq__header{padding:.75rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));border-radius:0}.MorningBriefingModal-module__b_gVWq__title{font-size:1rem}.MorningBriefingModal-module__b_gVWq__closeButton{padding:.25rem}.MorningBriefingModal-module__b_gVWq__content{padding:.75rem 1rem}.MorningBriefingModal-module__b_gVWq__footer{padding:.75rem 1rem;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}
.home-module__NoU7wq__container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:0 .5rem;display:flex}.home-module__NoU7wq__user_id{font-family:Circular-book,Helvetica Neue,san-serif;left:0}.home-module__NoU7wq__main{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex;overflow:visible}.home-module__NoU7wq__logoContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.home-module__NoU7wq__viewSwitcher{border-radius:8px;gap:.5rem;margin-bottom:2rem;display:flex;overflow:hidden;box-shadow:0 2px 4px #0000001a}.home-module__NoU7wq__viewButton{cursor:pointer;color:#666;background-color:#f5f5f5;border:none;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.home-module__NoU7wq__viewButton:hover{background-color:#e8e8e8}.home-module__NoU7wq__viewButton.home-module__NoU7wq__active{color:#fff;background-color:#3e9b01}.home-module__NoU7wq__footer{justify-content:center;align-items:center;width:100%;height:100px;font-family:Circular-book,Helvetica Neue,san-serif;font-size:.8rem;display:flex}.home-module__NoU7wq__footer img{margin-left:.5rem}.home-module__NoU7wq__footer a{justify-content:center;align-items:center;display:flex}.home-module__NoU7wq__title a{color:#0070f3;text-decoration:none}.home-module__NoU7wq__title a:hover,.home-module__NoU7wq__title a:focus,.home-module__NoU7wq__title a:active{text-decoration:underline}.home-module__NoU7wq__title{margin:0;font-size:4rem;line-height:1.15}.home-module__NoU7wq__title,.home-module__NoU7wq__description{text-align:center}.home-module__NoU7wq__description{font-size:1.5rem;line-height:1.5}.home-module__NoU7wq__code{background:#fafafa;border-radius:5px;padding:.75rem;font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;font-size:1.1rem}.home-module__NoU7wq__grid{flex-wrap:wrap;justify-content:center;align-items:center;max-width:800px;margin-top:3rem;display:flex}.home-module__NoU7wq__card{text-align:left;color:inherit;border:1px solid #eaeaea;border-radius:10px;flex-basis:45%;margin:1rem;padding:1.5rem;text-decoration:none;transition:color .15s,border-color .15s}.home-module__NoU7wq__card:hover,.home-module__NoU7wq__card:focus,.home-module__NoU7wq__card:active{color:#0070f3;border-color:#0070f3}.home-module__NoU7wq__card h3{margin:0 0 1rem;font-size:1.5rem}.home-module__NoU7wq__card p{margin:0;font-size:1.25rem;line-height:1.5}.home-module__NoU7wq__logo{width:50vw;max-width:400px}.home-module__NoU7wq__slogan{color:#666;text-align:center;margin:0;font-size:1.5rem;font-weight:400}@media (max-width:600px){.home-module__NoU7wq__main{padding:1rem 0}.home-module__NoU7wq__grid{flex-direction:column;width:100%}}
.Goals-module__L3uRRW__goalsContainer{max-width:800px;margin:0 auto;padding:2rem}.Goals-module__L3uRRW__header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Goals-module__L3uRRW__title{color:#1a1a1a;margin:0;font-size:1.75rem;font-weight:600}.Goals-module__L3uRRW__agentButton{color:#666;cursor:pointer;background-color:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:.35rem;font-weight:500;transition:all .2s;display:inline-flex}.Goals-module__L3uRRW__agentButton:hover{color:#333;background-color:#d0d0d0}.Goals-module__L3uRRW__controlsRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Goals-module__L3uRRW__filterDropdownContainer{align-items:center;gap:.5rem;display:flex}.Goals-module__L3uRRW__filterLabel{color:#666;font-size:.95rem;font-weight:500}.Goals-module__L3uRRW__filterDropdown{color:#1a1a1a;cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:2px solid #e0e0e0;border-radius:8px;min-width:140px;padding:.5rem 2rem .5rem .75rem;font-size:.95rem;font-weight:500;transition:all .2s}.Goals-module__L3uRRW__filterDropdown:hover{border-color:#3e9b01}.Goals-module__L3uRRW__filterDropdown:focus{border-color:#3e9b01;outline:none;box-shadow:0 0 0 3px #3e9b011a}.Goals-module__L3uRRW__agentButtons{gap:.75rem;display:flex}.Goals-module__L3uRRW__addButton{color:#3e9b01;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;transition:all .2s;display:flex}.Goals-module__L3uRRW__addButton:hover{color:#357a01;background-color:#e8e8e8;transform:scale(1.05)}.Goals-module__L3uRRW__goalsList{flex-direction:column;gap:1rem;display:flex}.Goals-module__L3uRRW__goalCard{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .2s}.Goals-module__L3uRRW__goalCard:hover{border-color:#3e9b01;box-shadow:0 2px 8px #3e9b011a}.Goals-module__L3uRRW__goalCard.Goals-module__L3uRRW__completed{opacity:.8;background-color:#f5f5f5}.Goals-module__L3uRRW__goalCard.Goals-module__L3uRRW__archived{opacity:.6}.Goals-module__L3uRRW__goalCardHeader{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.Goals-module__L3uRRW__goalTitleSection{width:100%}.Goals-module__L3uRRW__goalTitle{color:#1a1a1a;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.Goals-module__L3uRRW__goalCard.Goals-module__L3uRRW__completed .Goals-module__L3uRRW__goalTitle{color:#888;text-decoration:line-through}.Goals-module__L3uRRW__goalDescription{color:#666;margin:0;font-size:.95rem;line-height:1.5}.Goals-module__L3uRRW__goalMeta{border-top:1px solid #e0e0e0;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.Goals-module__L3uRRW__metaItem{color:#666;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.Goals-module__L3uRRW__metaItemLink{color:inherit;cursor:pointer;text-decoration:none;transition:all .2s}.Goals-module__L3uRRW__metaItemLink:hover .Goals-module__L3uRRW__metaItem{color:#3e9b01}.Goals-module__L3uRRW__metaItemLink:hover .Goals-module__L3uRRW__metaItem svg{transform:scale(1.1)}.Goals-module__L3uRRW__statusBadge{border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.Goals-module__L3uRRW__statusBadge.Goals-module__L3uRRW__active{color:#2e7d32;background-color:#e8f5e9}.Goals-module__L3uRRW__statusBadge.Goals-module__L3uRRW__completed{color:#666;background-color:#e0e0e0}.Goals-module__L3uRRW__statusBadge.Goals-module__L3uRRW__archived{color:#999;background-color:#fafafa}.Goals-module__L3uRRW__goalActions{align-self:flex-end;gap:.5rem;display:flex}.Goals-module__L3uRRW__actionButton{cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;transition:all .2s;display:flex}.Goals-module__L3uRRW__actionButton:hover{background-color:#e8e8e8}.Goals-module__L3uRRW__editButton{color:#3e9b01}.Goals-module__L3uRRW__editButton:hover{background-color:#e8f5e8}.Goals-module__L3uRRW__deleteButton{color:#d32f2f}.Goals-module__L3uRRW__deleteButton:hover{background-color:#ffebee}.Goals-module__L3uRRW__emptyState{text-align:center;color:#999;padding:4rem 2rem}.Goals-module__L3uRRW__emptyStateIcon{margin-bottom:1rem;font-size:4rem}.Goals-module__L3uRRW__emptyStateText{margin:0 0 .5rem;font-size:1.1rem}.Goals-module__L3uRRW__emptyStateSubtext{color:#bbb;margin:0;font-size:.95rem}.Goals-module__L3uRRW__formOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Goals-module__L3uRRW__formModal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto}.Goals-module__L3uRRW__formHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Goals-module__L3uRRW__formTitle{color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:600}.Goals-module__L3uRRW__closeButton{color:#999;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s}.Goals-module__L3uRRW__closeButton:hover{color:#1a1a1a}.Goals-module__L3uRRW__formGroup{margin-bottom:1.5rem}.Goals-module__L3uRRW__label{color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.Goals-module__L3uRRW__required{color:#d32f2f;margin-left:.25rem}.Goals-module__L3uRRW__input,.Goals-module__L3uRRW__textarea{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Goals-module__L3uRRW__input:focus,.Goals-module__L3uRRW__textarea:focus{border-color:#3e9b01;outline:none}.Goals-module__L3uRRW__textarea{resize:vertical;min-height:100px}.Goals-module__L3uRRW__formActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Goals-module__L3uRRW__cancelButton{color:#666;cursor:pointer;background-color:#f0f0f0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s}.Goals-module__L3uRRW__cancelButton:hover{background-color:#e0e0e0}.Goals-module__L3uRRW__submitButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s}.Goals-module__L3uRRW__submitButton:hover{background-color:#357a01}.Goals-module__L3uRRW__submitButton:disabled{cursor:not-allowed;background-color:#ccc}.Goals-module__L3uRRW__actionsCount{color:#3e9b01;font-weight:600}.Goals-module__L3uRRW__progressSection{margin:1rem 0}.Goals-module__L3uRRW__progressBar{background-color:#e0e0e0;border-radius:4px;width:100%;height:8px;margin-bottom:.5rem;overflow:hidden}.Goals-module__L3uRRW__progressFill{background-color:#3e9b01;height:100%;transition:width .3s}.Goals-module__L3uRRW__progressText{color:#666;text-align:right;font-size:.85rem}.Goals-module__L3uRRW__weeklyPlanSection{margin:1.5rem 0 1rem}.Goals-module__L3uRRW__weeklyPlanTitle{color:#1a1a1a;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.9rem;font-weight:600;display:flex}.Goals-module__L3uRRW__expandButton{color:#666;cursor:pointer;background-color:#0000;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:.3rem;margin-left:auto;padding:.4rem .75rem;font-size:.85rem;transition:all .2s;display:flex}.Goals-module__L3uRRW__expandButton:hover{color:#1a1a1a;background-color:#f5f5f5;border-color:#d0d0d0}.Goals-module__L3uRRW__goalDetails{border-top:2px solid #e0e0e0;margin-top:1.5rem;padding-top:1.5rem}.Goals-module__L3uRRW__detailSection{margin-bottom:1.5rem}.Goals-module__L3uRRW__detailSection:last-child{margin-bottom:0}.Goals-module__L3uRRW__detailTitle{color:#1a1a1a;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.9rem;font-weight:600;display:flex}.Goals-module__L3uRRW__detailText{color:#666;margin:0;font-size:.9rem;line-height:1.6}.Goals-module__L3uRRW__weeklyList{flex-direction:column;gap:1rem;display:flex}.Goals-module__L3uRRW__weekItem{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:1rem}.Goals-module__L3uRRW__weekHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.Goals-module__L3uRRW__weekLabel{color:#3e9b01;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.Goals-module__L3uRRW__weekDate{color:#666;text-transform:none;letter-spacing:normal;margin-left:.25rem;font-size:.8rem;font-weight:500}.Goals-module__L3uRRW__weekProgress{color:#666;background-color:#e0e0e0;border-radius:12px;padding:.2rem .6rem;font-size:.85rem;font-weight:600}.Goals-module__L3uRRW__weekTarget{color:#1a1a1a;margin:0 0 .75rem;font-size:.9rem;font-weight:500}.Goals-module__L3uRRW__prioritiesList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Goals-module__L3uRRW__priorityItem{color:#666;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.Goals-module__L3uRRW__priorityItem.Goals-module__L3uRRW__completed{color:#999;background-color:#fafafa;border-color:#d0d0d0;text-decoration:line-through}.Goals-module__L3uRRW__priorityItem.Goals-module__L3uRRW__completed svg{color:#3e9b01}.Goals-module__L3uRRW__priorityItem.Goals-module__L3uRRW__moved{background-color:#fff8e1;border-width:1px 1px 1px 3px;border-color:#ff9800}.Goals-module__L3uRRW__movedDate{color:#ff9800;white-space:nowrap;margin-left:auto;padding-left:.5rem;font-size:.75rem;font-weight:600}@media (max-width:768px){.Goals-module__L3uRRW__goalsContainer{padding:1rem}.Goals-module__L3uRRW__title{font-size:1.25rem}.Goals-module__L3uRRW__addButton{padding:.6rem 1rem;font-size:.9rem}.Goals-module__L3uRRW__controlsRow{flex-direction:column;align-items:flex-start;gap:1rem}.Goals-module__L3uRRW__filterDropdownContainer{width:100%}.Goals-module__L3uRRW__filterDropdown{flex:1;min-width:0}.Goals-module__L3uRRW__agentButtons{align-self:flex-end}.Goals-module__L3uRRW__goalCard{padding:1rem}.Goals-module__L3uRRW__goalTitle{font-size:1.1rem}.Goals-module__L3uRRW__goalDescription{font-size:.9rem}.Goals-module__L3uRRW__goalMeta{flex-wrap:wrap;gap:.5rem}.Goals-module__L3uRRW__formModal{padding:1.5rem}.Goals-module__L3uRRW__formTitle{font-size:1.25rem}}.Goals-module__L3uRRW__priorityDate{color:#999;margin-left:.5rem;font-size:.75rem;font-weight:500}
.Projects-module__HGIySG__projectsContainer{max-width:800px;margin:0 auto;padding:2rem}.Projects-module__HGIySG__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.Projects-module__HGIySG__title{color:#1a1a1a;margin:0;font-size:1.75rem;font-weight:600}.Projects-module__HGIySG__addButton{color:#3e9b01;cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;transition:all .2s;display:flex}.Projects-module__HGIySG__addButton:hover{color:#357a01;background-color:#e8e8e8;transform:scale(1.05)}.Projects-module__HGIySG__controlsRow{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Projects-module__HGIySG__filterDropdownContainer{align-items:center;gap:.5rem;display:flex}.Projects-module__HGIySG__filterLabel{color:#666;font-size:.95rem;font-weight:500}.Projects-module__HGIySG__filterDropdown{color:#1a1a1a;cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border:2px solid #e0e0e0;border-radius:8px;min-width:140px;padding:.5rem 2rem .5rem .75rem;font-size:.95rem;font-weight:500;transition:all .2s}.Projects-module__HGIySG__filterDropdown:hover{border-color:#3e9b01}.Projects-module__HGIySG__filterDropdown:focus{border-color:#3e9b01;outline:none;box-shadow:0 0 0 3px #3e9b011a}.Projects-module__HGIySG__projectsList{flex-direction:column;gap:1rem;display:flex}.Projects-module__HGIySG__projectCard{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .2s}.Projects-module__HGIySG__projectCard:hover{border-color:#3e9b01;box-shadow:0 2px 8px #3e9b011a}.Projects-module__HGIySG__projectCard.Projects-module__HGIySG__completed{opacity:.8;background-color:#f5f5f5}.Projects-module__HGIySG__projectCard.Projects-module__HGIySG__archived{opacity:.6}.Projects-module__HGIySG__projectCardHeader{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.Projects-module__HGIySG__projectTitleSection{width:100%}.Projects-module__HGIySG__projectTitle{color:#1a1a1a;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.Projects-module__HGIySG__projectCard.Projects-module__HGIySG__completed .Projects-module__HGIySG__projectTitle{color:#888;text-decoration:line-through}.Projects-module__HGIySG__projectDescription{color:#666;margin:0;font-size:.95rem;line-height:1.5}.Projects-module__HGIySG__projectMeta{border-top:1px solid #e0e0e0;align-items:center;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.Projects-module__HGIySG__statusBadge{text-transform:capitalize;border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.Projects-module__HGIySG__statusBadge.Projects-module__HGIySG__active{color:#2e7d32;background-color:#e8f5e9}.Projects-module__HGIySG__statusBadge.Projects-module__HGIySG__completed{color:#666;background-color:#e0e0e0}.Projects-module__HGIySG__statusBadge.Projects-module__HGIySG__archived{color:#999;background-color:#fafafa}.Projects-module__HGIySG__projectActions{align-self:flex-end;gap:.5rem;display:flex}.Projects-module__HGIySG__actionButton{cursor:pointer;background-color:#f5f5f5;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;transition:all .2s;display:flex}.Projects-module__HGIySG__actionButton:hover{background-color:#e8e8e8}.Projects-module__HGIySG__editButton{color:#3e9b01}.Projects-module__HGIySG__editButton:hover{background-color:#e8f5e8}.Projects-module__HGIySG__archiveButton{color:#ff9800}.Projects-module__HGIySG__archiveButton:hover{background-color:#fff8e1}.Projects-module__HGIySG__deleteButton{color:#d32f2f}.Projects-module__HGIySG__deleteButton:hover{background-color:#ffebee}.Projects-module__HGIySG__expandSection{justify-content:flex-end;margin:1rem 0;display:flex}.Projects-module__HGIySG__expandButton{color:#666;cursor:pointer;background-color:#0000;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:.3rem;margin-left:auto;padding:.4rem .75rem;font-size:.85rem;transition:all .2s;display:flex}.Projects-module__HGIySG__expandButton:hover{color:#1a1a1a;background-color:#f5f5f5;border-color:#d0d0d0}.Projects-module__HGIySG__projectDetails{border-top:2px solid #e0e0e0;margin-top:1rem;padding-top:1rem}.Projects-module__HGIySG__detailSection{margin-bottom:1.5rem}.Projects-module__HGIySG__detailSection:last-child{margin-bottom:0}.Projects-module__HGIySG__detailTitle{color:#1a1a1a;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.Projects-module__HGIySG__detailText{color:#666;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.6}.Projects-module__HGIySG__emptyState{text-align:center;color:#999;padding:4rem 2rem}.Projects-module__HGIySG__emptyStateIcon{margin-bottom:1rem;font-size:4rem}.Projects-module__HGIySG__emptyStateText{margin:0 0 .5rem;font-size:1.1rem}.Projects-module__HGIySG__emptyStateSubtext{color:#bbb;margin:0;font-size:.95rem}.Projects-module__HGIySG__formOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Projects-module__HGIySG__formModal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto}.Projects-module__HGIySG__formHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Projects-module__HGIySG__formTitle{color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:600}.Projects-module__HGIySG__closeButton{color:#999;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s}.Projects-module__HGIySG__closeButton:hover{color:#1a1a1a}.Projects-module__HGIySG__formGroup{margin-bottom:1.5rem}.Projects-module__HGIySG__label{color:#1a1a1a;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.Projects-module__HGIySG__required{color:#d32f2f;margin-left:.25rem}.Projects-module__HGIySG__input,.Projects-module__HGIySG__textarea{border:2px solid #e0e0e0;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Projects-module__HGIySG__input:focus,.Projects-module__HGIySG__textarea:focus{border-color:#3e9b01;outline:none}.Projects-module__HGIySG__textarea{resize:vertical;min-height:100px}.Projects-module__HGIySG__formActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.Projects-module__HGIySG__cancelButton{color:#666;cursor:pointer;background-color:#f0f0f0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s}.Projects-module__HGIySG__cancelButton:hover{background-color:#e0e0e0}.Projects-module__HGIySG__submitButton{color:#fff;cursor:pointer;background-color:#3e9b01;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s}.Projects-module__HGIySG__submitButton:hover{background-color:#357a01}.Projects-module__HGIySG__submitButton:disabled{cursor:not-allowed;background-color:#ccc}.Projects-module__HGIySG__error{color:#d32f2f;background-color:#ffebee;border-radius:8px;margin-bottom:1rem;padding:1rem}.Projects-module__HGIySG__goalsSection{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin:1rem 0;padding:1rem}.Projects-module__HGIySG__goalsSummary{color:#3e9b01;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:flex}.Projects-module__HGIySG__goalsCount{color:#1a1a1a}.Projects-module__HGIySG__goalsList{flex-direction:column;gap:.5rem;display:flex}.Projects-module__HGIySG__goalItem{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;justify-content:space-between;align-items:center;padding:.65rem .85rem;transition:all .2s;display:flex}.Projects-module__HGIySG__goalItem:hover{border-color:#3e9b01;box-shadow:0 1px 4px #3e9b011a}.Projects-module__HGIySG__goalItem.Projects-module__HGIySG__completed{opacity:.7}.Projects-module__HGIySG__goalItem.Projects-module__HGIySG__archived{opacity:.5}.Projects-module__HGIySG__goalItem .Projects-module__HGIySG__goalTitle{color:#1a1a1a;flex:1;font-size:.9rem;font-weight:500}.Projects-module__HGIySG__goalItem.Projects-module__HGIySG__completed .Projects-module__HGIySG__goalTitle{color:#888;text-decoration:line-through}.Projects-module__HGIySG__goalStatusBadge{text-transform:capitalize;border-radius:10px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.Projects-module__HGIySG__goalStatusBadge.Projects-module__HGIySG__active{color:#2e7d32;background-color:#e8f5e9}.Projects-module__HGIySG__goalStatusBadge.Projects-module__HGIySG__completed{color:#666;background-color:#e0e0e0}.Projects-module__HGIySG__goalStatusBadge.Projects-module__HGIySG__archived{color:#999;background-color:#fafafa}@media (max-width:768px){.Projects-module__HGIySG__projectsContainer{padding:1rem}.Projects-module__HGIySG__title{font-size:1.25rem}.Projects-module__HGIySG__controlsRow{flex-direction:column;align-items:flex-start;gap:1rem}.Projects-module__HGIySG__filterDropdownContainer{width:100%}.Projects-module__HGIySG__filterDropdown{flex:1;min-width:0}.Projects-module__HGIySG__projectCard{padding:1rem}.Projects-module__HGIySG__projectTitle{font-size:1.1rem}.Projects-module__HGIySG__projectDescription{font-size:.9rem}.Projects-module__HGIySG__formModal{padding:1.5rem}.Projects-module__HGIySG__formTitle{font-size:1.25rem}}
.analytics-module__BuV-jW__container{max-width:800px;margin:0 auto;padding:2rem 1rem}.analytics-module__BuV-jW__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.analytics-module__BuV-jW__timeRangeSelector{flex-wrap:wrap;gap:.5rem;display:flex}.analytics-module__BuV-jW__timeRangeSelector button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:.3rem;padding:.5rem 1rem;transition:all .2s}.analytics-module__BuV-jW__timeRangeSelector button:hover{border-color:#3e9b01}.analytics-module__BuV-jW__timeRangeSelector button.analytics-module__BuV-jW__active{color:#fff;background:#3e9b01;border-color:#3e9b01}.analytics-module__BuV-jW__agentButtons{align-items:center;gap:.5rem;display:flex}.analytics-module__BuV-jW__agentButton{color:#666;cursor:pointer;background-color:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:.35rem;transition:all .2s;display:inline-flex}.analytics-module__BuV-jW__agentButton:hover{color:#333;background-color:#d0d0d0}.analytics-module__BuV-jW__loading,.analytics-module__BuV-jW__error{text-align:center;color:#666;padding:3rem;font-size:1.1rem}.analytics-module__BuV-jW__error{color:#d32f2f}.analytics-module__BuV-jW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.analytics-module__BuV-jW__statCard{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;align-items:center;gap:1rem;padding:1.5rem;transition:box-shadow .2s;display:flex}.analytics-module__BuV-jW__statCard:hover{box-shadow:0 2px 8px #0000001a}.analytics-module__BuV-jW__statIcon{color:#3e9b01;justify-content:center;align-items:center;display:flex}.analytics-module__BuV-jW__statContent{flex:1}.analytics-module__BuV-jW__statLabel{color:#666;margin-bottom:.25rem;font-size:.85rem}.analytics-module__BuV-jW__statValue{color:#111;font-size:1.75rem;font-weight:700}.analytics-module__BuV-jW__statValue.analytics-module__BuV-jW__good{color:#2e7d32}.analytics-module__BuV-jW__statValue.analytics-module__BuV-jW__warning{color:#f57c00}.analytics-module__BuV-jW__statValue.analytics-module__BuV-jW__poor{color:#d32f2f}.analytics-module__BuV-jW__section{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;margin-bottom:2rem;padding:1.5rem}.analytics-module__BuV-jW__sectionTitle{color:#111;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.analytics-module__BuV-jW__sectionDescription{color:#666;margin:0 0 1rem;font-size:.9rem}.analytics-module__BuV-jW__completionBreakdown{flex-direction:column;gap:1rem;display:flex}.analytics-module__BuV-jW__completionRow{align-items:center;gap:1rem;display:flex}.analytics-module__BuV-jW__completionLabel{color:#444;min-width:150px;font-size:.9rem}.analytics-module__BuV-jW__completionBar{background:#f5f5f5;border-radius:4px;flex:1;height:24px;position:relative;overflow:hidden}.analytics-module__BuV-jW__completionFill{color:#fff;justify-content:flex-end;align-items:center;height:100%;padding-right:.5rem;font-size:.75rem;font-weight:600;transition:width .3s;display:flex}.analytics-module__BuV-jW__completionFill.analytics-module__BuV-jW__onTime{background:linear-gradient(90deg,#2e7d32,#43a047)}.analytics-module__BuV-jW__completionFill.analytics-module__BuV-jW__late{background:linear-gradient(90deg,#f57c00,#fb8c00)}.analytics-module__BuV-jW__completionFill.analytics-module__BuV-jW__incomplete{background:linear-gradient(90deg,#999,#bbb)}.analytics-module__BuV-jW__completionValue{text-align:right;color:#111;min-width:40px;font-weight:600}.analytics-module__BuV-jW__actionsList{flex-direction:column;gap:.75rem;display:flex}.analytics-module__BuV-jW__actionItem{background:#fafafa;border:1px solid #e0e0e0;border-radius:.4rem;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.analytics-module__BuV-jW__actionItem:hover{background:#f5f5f5;border-color:#ccc}.analytics-module__BuV-jW__actionContent{flex:1}.analytics-module__BuV-jW__actionText{color:#111;margin-bottom:.25rem;font-weight:500}.analytics-module__BuV-jW__actionMeta{color:#666;font-size:.85rem}.analytics-module__BuV-jW__originalDate{color:#f57c00;font-weight:500}.analytics-module__BuV-jW__moveCount{color:#fff;text-align:center;background:#3e9b01;border-radius:1rem;min-width:45px;padding:.4rem .8rem;font-size:.85rem;font-weight:600}.analytics-module__BuV-jW__moreItems{text-align:center;color:#666;padding:.75rem;font-size:.9rem;font-style:italic}.analytics-module__BuV-jW__metricsList{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.analytics-module__BuV-jW__metricItem{background:#fafafa;border-radius:.4rem;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.analytics-module__BuV-jW__metricLabel{color:#666;font-size:.9rem}.analytics-module__BuV-jW__metricValue{color:#111;font-size:1rem;font-weight:600}@media (max-width:768px){.analytics-module__BuV-jW__container{padding:1rem .5rem}.analytics-module__BuV-jW__statsGrid{grid-template-columns:1fr 1fr;gap:.75rem}.analytics-module__BuV-jW__statCard{text-align:center;flex-direction:column;padding:1rem}.analytics-module__BuV-jW__statValue{font-size:1.5rem}.analytics-module__BuV-jW__completionRow{flex-direction:column;align-items:flex-start;gap:.5rem}.analytics-module__BuV-jW__completionLabel{min-width:auto}.analytics-module__BuV-jW__completionBar{width:100%}.analytics-module__BuV-jW__actionItem{flex-direction:column;align-items:flex-start;gap:.5rem}.analytics-module__BuV-jW__moveCount{align-self:flex-end}.analytics-module__BuV-jW__metricsList{grid-template-columns:1fr}.analytics-module__BuV-jW__timeRangeSelector{justify-content:space-between}.analytics-module__BuV-jW__timeRangeSelector button{flex:1;padding:.5rem .25rem;font-size:.85rem}.analytics-module__BuV-jW__controlsRow{gap:1rem}}@media (max-width:480px){.analytics-module__BuV-jW__statsGrid{grid-template-columns:1fr}}
.settings-module__iMsqdW__settingsContainer{max-width:800px;margin:0 auto;padding:2rem 0}.settings-module__iMsqdW__loading{text-align:center;color:#666;padding:2rem;font-size:1rem}.settings-module__iMsqdW__section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:2rem;padding:2rem}.settings-module__iMsqdW__sectionTitle{color:#1a1a1a;border-bottom:2px solid #f0f0f0;margin:0 0 1rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:600}.settings-module__iMsqdW__sectionDescription{color:#666;margin:0 0 1.5rem;font-size:.95rem}.settings-module__iMsqdW__profileInfo{flex-direction:column;gap:1.25rem;display:flex}.settings-module__iMsqdW__infoRow{align-items:center;gap:1rem;display:flex}.settings-module__iMsqdW__label{color:#666;min-width:100px;font-size:.95rem;font-weight:600}.settings-module__iMsqdW__value{color:#1a1a1a;flex:1;font-size:.95rem}.settings-module__iMsqdW__radioGroup{flex-direction:column;gap:1rem;display:flex}.settings-module__iMsqdW__radioLabel{cursor:pointer;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.settings-module__iMsqdW__radioLabel:hover{background:#f9fff5;border-color:#3e9b01}.settings-module__iMsqdW__radioLabel:has(input:checked){background:#f0f9e8;border-color:#3e9b01;box-shadow:0 2px 4px #3e9b011a}.settings-module__iMsqdW__radioLabel:has(input:disabled){opacity:.6;cursor:not-allowed}.settings-module__iMsqdW__radio{cursor:pointer;accent-color:#3e9b01;width:18px;height:18px;margin-top:.25rem}.settings-module__iMsqdW__radio:disabled{cursor:not-allowed}.settings-module__iMsqdW__radioContent{flex:1}.settings-module__iMsqdW__radioTitle{color:#1a1a1a;margin-bottom:.25rem;font-size:1rem;font-weight:600}.settings-module__iMsqdW__radioDescription{color:#666;font-size:.9rem}.settings-module__iMsqdW__saveMessage{border-radius:6px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.settings-module__iMsqdW__saveMessage.settings-module__iMsqdW__success{color:#357a01;background-color:#f0f9e8;border:1px solid #3e9b01}.settings-module__iMsqdW__saveMessage.settings-module__iMsqdW__error{color:#d32f2f;background-color:#ffebee;border:1px solid #f44336}.settings-module__iMsqdW__userIdContainer{flex-direction:column;gap:.75rem;display:flex}.settings-module__iMsqdW__userIdBox{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.settings-module__iMsqdW__userIdCode{color:#1a1a1a;word-break:break-all;-webkit-user-select:all;user-select:all;flex:1;font-family:Courier New,Courier,monospace;font-size:.85rem}.settings-module__iMsqdW__copyButton{color:#fff;cursor:pointer;white-space:nowrap;background:#3e9b01;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.settings-module__iMsqdW__copyButton:hover{background:#357a01;transform:translateY(-1px)}.settings-module__iMsqdW__copyButton:active{transform:translateY(0)}.settings-module__iMsqdW__copyButton.settings-module__iMsqdW__copied{background:#4caf50}.settings-module__iMsqdW__userIdHelp{color:#666;font-size:.85rem;line-height:1.5}.settings-module__iMsqdW__userIdHelp a{color:#3e9b01;text-decoration:none}.settings-module__iMsqdW__userIdHelp a:hover{text-decoration:underline}@media (max-width:768px){.settings-module__iMsqdW__settingsContainer{padding:1rem 0}.settings-module__iMsqdW__section{margin-bottom:1.5rem;padding:1.5rem}.settings-module__iMsqdW__sectionTitle{font-size:1.25rem}.settings-module__iMsqdW__infoRow{flex-direction:column;align-items:flex-start;gap:.5rem}.settings-module__iMsqdW__label{min-width:auto}.settings-module__iMsqdW__radioLabel{padding:.875rem}.settings-module__iMsqdW__userIdBox{flex-direction:column;align-items:stretch;gap:.75rem}.settings-module__iMsqdW__copyButton{width:100%}}@media (max-width:480px){.settings-module__iMsqdW__section{border-radius:6px;padding:1rem}.settings-module__iMsqdW__sectionTitle{font-size:1.1rem}.settings-module__iMsqdW__radioTitle{font-size:.95rem}.settings-module__iMsqdW__radioDescription{font-size:.85rem}}
