.page-module___8aEwW__main{background:#fff;width:100vw;height:100vh;display:flex}.page-module___8aEwW__workspace{background-color:#f4f4f5;flex:1;height:100%;padding:12px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__taskMode{background-color:#f4f4f5}.page-module___8aEwW__chatSection{flex-direction:column;height:100%;transition:width .3s;display:flex}.page-module___8aEwW__fullWidth{background:#fff;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 4px 20px #00000005}.page-module___8aEwW__splitWidth{width:40%}.page-module___8aEwW__panelSection{width:60%;height:100%;padding:16px 16px 16px 0;animation:.3s page-module___8aEwW__slideIn;display:flex}@keyframes page-module___8aEwW__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}
.Sidebar-module__1nqKAG__sidebar{background-color:#f4f4f5;flex-direction:column;flex-shrink:0;width:260px;height:100%;padding:24px;display:flex}.Sidebar-module__1nqKAG__logo{align-items:center;gap:8px;margin-bottom:32px;font-size:16px;font-weight:700;display:flex}.Sidebar-module__1nqKAG__nav{flex-direction:column;flex:1;gap:8px;display:flex;overflow-y:auto}.Sidebar-module__1nqKAG__navItem{color:var(--foreground);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;text-decoration:none;transition:background-color .2s;display:flex}.Sidebar-module__1nqKAG__navItem:hover{color:#000;background-color:#f4f4f5}.Sidebar-module__1nqKAG__active{color:#000;background-color:#f4f4f5;font-weight:500}.Sidebar-module__1nqKAG__navItem.Sidebar-module__1nqKAG__active{background-color:var(--sidebar-hover);font-weight:500}.Sidebar-module__1nqKAG__navItem.Sidebar-module__1nqKAG__newTask{color:#333;font-weight:500}.Sidebar-module__1nqKAG__sectionTitle{color:#999;text-transform:uppercase;margin-top:24px;margin-bottom:8px;padding:0 12px;font-size:12px;font-weight:600}.Sidebar-module__1nqKAG__historyItem{color:#333;cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;transition:background-color .2s;display:flex;overflow:hidden}.Sidebar-module__1nqKAG__historyItem:hover{background-color:#f4f4f5}.Sidebar-module__1nqKAG__historyItem:hover .Sidebar-module__1nqKAG__deleteBtn{opacity:1}.Sidebar-module__1nqKAG__activeHistory{color:#000;background-color:#f4f4f5;font-weight:500}.Sidebar-module__1nqKAG__historyTitle{text-overflow:ellipsis;flex:1;overflow:hidden}.Sidebar-module__1nqKAG__deleteBtn{opacity:0;color:#999;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Sidebar-module__1nqKAG__deleteBtn:hover{color:#ef4444;background-color:#e5e5e5}.Sidebar-module__1nqKAG__footer{cursor:pointer;border-radius:12px;align-items:center;gap:10px;margin-top:auto;padding:12px;transition:background-color .2s;display:flex;position:relative}.Sidebar-module__1nqKAG__footer:hover{background-color:#ebebeb}.Sidebar-module__1nqKAG__avatar{color:#fff;background-color:#333;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex;overflow:hidden}.Sidebar-module__1nqKAG__userInfo{flex:1;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}.Sidebar-module__1nqKAG__badge{color:#666;background-color:#e0e0e0;border-radius:4px;padding:2px 6px;font-size:10px}.Sidebar-module__1nqKAG__userMenu{z-index:50;background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;width:240px;padding:8px;animation:.2s Sidebar-module__1nqKAG__fadeIn;display:flex;position:absolute;bottom:110%;left:0;box-shadow:0 4px 20px #0000001a}.Sidebar-module__1nqKAG__menuHeader{border-bottom:1px solid #f5f5f5;margin-bottom:4px;padding:12px}.Sidebar-module__1nqKAG__menuEmail{color:#666;margin-top:2px;font-size:12px}.Sidebar-module__1nqKAG__menuName{color:#1a1a1a;font-size:14px;font-weight:600}.Sidebar-module__1nqKAG__menuItem{color:#333;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;transition:all .2s;display:flex}.Sidebar-module__1nqKAG__menuItem:hover{background-color:#f5f5f5}.Sidebar-module__1nqKAG__signOut{color:#ef4444}.Sidebar-module__1nqKAG__signOut:hover{background-color:#fef2f2}@keyframes Sidebar-module__1nqKAG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.Header-module__rP_oDa__header{background:0 0;align-items:center;gap:12px;padding:20px 24px;display:flex}.Header-module__rP_oDa__backButton{cursor:pointer;color:#666;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Header-module__rP_oDa__taskTitle{color:#333;font-size:14px;font-weight:500}
.ChatArea-module__tr4V5q__chatContainer{background:0 0;flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.ChatArea-module__tr4V5q__messages{flex-direction:column;flex:1;gap:32px;padding:40px;display:flex;overflow-y:auto}.ChatArea-module__tr4V5q__messageWrapper{gap:16px;max-width:80%;display:flex}.ChatArea-module__tr4V5q__userMessage{flex-direction:row-reverse;align-self:flex-end}.ChatArea-module__tr4V5q__agentMessage{align-self:flex-start}.ChatArea-module__tr4V5q__avatar{background:#000;border-radius:50%;flex-shrink:0;width:32px;height:32px}.ChatArea-module__tr4V5q__userAvatar{background:#333}.ChatArea-module__tr4V5q__bubble{border-radius:12px;padding:12px 16px;font-size:15px;line-height:1.6}.ChatArea-module__tr4V5q__agentBubble{color:var(--foreground);background:0 0;padding:0}.ChatArea-module__tr4V5q__userBubble{color:#2a1b3d;background:#f3e8ff;border-radius:12px 12px 0}.ChatArea-module__tr4V5q__optionsContainer{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.ChatArea-module__tr4V5q__optionChip{cursor:pointer;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:8px 16px;font-size:14px;transition:all .2s}.ChatArea-module__tr4V5q__optionChip:hover{background:#f5f5f5;border-color:#ccc}.ChatArea-module__tr4V5q__optionChip.ChatArea-module__tr4V5q__selected{color:#fff;background:#000;border-color:#000}.ChatArea-module__tr4V5q__formContainer{background:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;gap:20px;margin-top:16px;padding:20px;display:flex;box-shadow:0 4px 12px #00000005}.ChatArea-module__tr4V5q__formQuestion{flex-direction:column;gap:12px;display:flex}.ChatArea-module__tr4V5q__questionText{color:#1a1a1a;font-size:15px;font-weight:600}.ChatArea-module__tr4V5q__optionsGrid{flex-wrap:wrap;gap:8px;display:flex}.ChatArea-module__tr4V5q__submitSection{border-top:1px solid #f0f0f0;justify-content:flex-end;margin-top:8px;padding-top:16px;display:flex}.ChatArea-module__tr4V5q__submitButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:20px;padding:10px 20px;font-size:14px;font-weight:500;transition:opacity .2s}.ChatArea-module__tr4V5q__submitButton:disabled{opacity:.5;cursor:not-allowed}.ChatArea-module__tr4V5q__inputArea{background:0 0;padding:24px 40px}.ChatArea-module__tr4V5q__inputWrapper{background:#f4f4f5;border:1px solid #e4e4e5;border-radius:24px;flex-direction:column;padding:16px;display:flex;position:relative;box-shadow:0 4px 20px #0000000d}.ChatArea-module__tr4V5q__input{resize:none;color:#333;background:0 0;border:none;outline:none;min-height:24px;font-size:16px}.ChatArea-module__tr4V5q__input::placeholder{color:#aaa}.ChatArea-module__tr4V5q__sendButton{color:#fff;cursor:pointer;background:#000;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:24px;height:24px;margin-top:8px;display:flex}.ChatArea-module__tr4V5q__centeredContainer{text-align:center;width:100%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ChatArea-module__tr4V5q__heroTitle{font-family:var(--font-playfair);color:#1a1a1a;margin-bottom:40px;font-size:32px}.ChatArea-module__tr4V5q__draftingContainer{flex-direction:column;gap:12px;max-width:80%;margin-top:8px;padding-left:0;animation:.5s ChatArea-module__tr4V5q__fadeIn;display:flex}.ChatArea-module__tr4V5q__draftingHeader{color:#333;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.ChatArea-module__tr4V5q__draftingSquare{background:#333;width:12px;height:12px;margin-right:4px}.ChatArea-module__tr4V5q__draftingText{color:#666;margin-bottom:8px;font-size:14px;line-height:1.6}.ChatArea-module__tr4V5q__statusPill{background:#fff;border:1px solid #f0f0f0;border-radius:30px;justify-content:space-between;align-items:center;width:100%;max-width:400px;padding:12px 20px;display:flex;box-shadow:0 4px 12px #00000008}.ChatArea-module__tr4V5q__statusLeft{color:#333;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.ChatArea-module__tr4V5q__statusRight{color:#999;font-size:12px;font-weight:500}.ChatArea-module__tr4V5q__miniSpinner{border:2px solid #eee;border-top-color:#333;border-radius:50%;width:16px;height:16px;animation:1s linear infinite ChatArea-module__tr4V5q__spin}@keyframes ChatArea-module__tr4V5q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ChatArea-module__tr4V5q__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatArea-module__tr4V5q__markdownContent{word-break:break-word}.ChatArea-module__tr4V5q__markdownContent p{margin-bottom:.8em}.ChatArea-module__tr4V5q__markdownContent p:last-child{margin-bottom:0}.ChatArea-module__tr4V5q__markdownContent ul,.ChatArea-module__tr4V5q__markdownContent ol{margin-bottom:.8em;margin-left:1.5em}.ChatArea-module__tr4V5q__markdownContent li{margin-bottom:.4em}.ChatArea-module__tr4V5q__markdownContent pre{background:#f4f4f5;border:1px solid #e4e4e7;border-radius:8px;margin-bottom:.8em;padding:12px;overflow-x:auto}.ChatArea-module__tr4V5q__markdownContent code{color:#09090b;background:#0000000f;border-radius:4px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.ChatArea-module__tr4V5q__markdownContent pre code{color:inherit;background:0 0;border:none;padding:0;font-size:.9em}.ChatArea-module__tr4V5q__markdownContent h1,.ChatArea-module__tr4V5q__markdownContent h2,.ChatArea-module__tr4V5q__markdownContent h3,.ChatArea-module__tr4V5q__markdownContent h4{color:#18181b;margin-top:1.2em;margin-bottom:.6em;font-weight:600}.ChatArea-module__tr4V5q__markdownContent h1{font-size:1.5em}.ChatArea-module__tr4V5q__markdownContent h2{font-size:1.3em}.ChatArea-module__tr4V5q__markdownContent h3{font-size:1.1em}.ChatArea-module__tr4V5q__markdownContent a{color:#2563eb;text-underline-offset:4px;text-decoration:underline}.ChatArea-module__tr4V5q__markdownContent a:hover{color:#1d4ed8}.ChatArea-module__tr4V5q__markdownContent blockquote{color:#71717a;border-left:4px solid #e4e4e7;margin-left:0;padding-left:1em;font-style:italic}.ChatArea-module__tr4V5q__markdownContent table{border-collapse:collapse;width:100%;margin-bottom:1em}.ChatArea-module__tr4V5q__markdownContent th,.ChatArea-module__tr4V5q__markdownContent td{text-align:left;border:1px solid #e4e4e7;padding:8px}.ChatArea-module__tr4V5q__markdownContent th{background-color:#f4f4f5;font-weight:600}
.page-module__e3pfWq__main{background-color:#f4f4f5;width:100vw;height:100vh;display:flex}.page-module__e3pfWq__content{background:#fff;border:.5px solid #e0e0e0;border-radius:20px;flex:1;height:calc(100vh - 24px);margin:12px;padding:32px;position:relative;overflow-y:auto;box-shadow:0 4px 20px #00000005}.page-module__e3pfWq__headerRow{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-module__e3pfWq__title{margin:0;font-size:24px;font-weight:600}.page-module__e3pfWq__viewSwitcher{background:#f1f3f5;border-radius:8px;gap:4px;padding:4px;display:flex}.page-module__e3pfWq__switchBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__e3pfWq__switchBtn:hover{color:#000;background:#0000000d}.page-module__e3pfWq__activeSwitch{color:#000;background:#fff;box-shadow:0 1px 3px #0000001a}.page-module__e3pfWq__board{gap:24px;height:calc(100% - 80px);display:flex}.page-module__e3pfWq__column{background:0 0;flex-direction:column;flex:1;display:flex}.page-module__e3pfWq__columnTitle{color:#666;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;font-weight:600;display:flex}.page-module__e3pfWq__count{color:#333;background:#e0e0e0;border-radius:4px;padding:2px 6px;font-size:12px}.page-module__e3pfWq__droppableArea{flex:1}.page-module__e3pfWq__card{cursor:grab;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:12px;padding:16px;font-size:14px;box-shadow:0 2px 4px #00000005}
.CalendarView-module__bqcsGq__calendarContainer{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.CalendarView-module__bqcsGq__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.CalendarView-module__bqcsGq__title{font-size:18px;font-weight:600;font-family:var(--font-playfair)}.CalendarView-module__bqcsGq__controls{background:#f0f0f0;border-radius:8px;gap:4px;padding:4px;display:flex}.CalendarView-module__bqcsGq__viewButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500}.CalendarView-module__bqcsGq__viewButton.CalendarView-module__bqcsGq__active{color:#000;background:#fff;box-shadow:0 1px 2px #0000001a}.CalendarView-module__bqcsGq__weekContainer{background:#fff;border:1px solid #eee;border-radius:8px;flex:1;min-height:0;display:flex;overflow:hidden}.CalendarView-module__bqcsGq__timeColumn{background:#fafafa;border-right:1px solid #eee;flex-direction:column;flex-shrink:0;width:50px;height:100%;display:flex}.CalendarView-module__bqcsGq__timeSlotLabel{color:#999;border-bottom:1px solid #0000;flex:1;justify-content:center;align-items:center;font-size:10px;display:flex}.CalendarView-module__bqcsGq__gridScroller{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.CalendarView-module__bqcsGq__weekHeaderRow{background:#fff;border-bottom:1px solid #eee;flex-shrink:0;height:40px;display:flex}.CalendarView-module__bqcsGq__dayHeader{text-align:center;color:#333;border-right:1px solid #f5f5f5;flex:1;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.CalendarView-module__bqcsGq__gridBody{flex:1;width:100%;height:100%;display:flex;position:relative}.CalendarView-module__bqcsGq__dayColumn{background:#fff;border-right:1px solid #f5f5f5;flex-direction:column;flex:1;height:100%;display:flex;position:relative}.CalendarView-module__bqcsGq__hourGridLine{box-sizing:border-box;border-bottom:1px solid #f9f9f9;flex:1;width:100%}.CalendarView-module__bqcsGq__eventCard{border-left:3px solid var(--primary);cursor:grab;z-index:5;background:#f3e8ff;border-radius:4px;padding:4px;font-size:10px;line-height:1.1;transition:box-shadow .2s;position:absolute;left:4px;right:4px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.CalendarView-module__bqcsGq__eventCard:active{cursor:grabbing;z-index:10;box-shadow:0 4px 8px #00000026}.CalendarView-module__bqcsGq__eventTime{color:#555;margin-bottom:1px;font-size:9px;font-weight:600}.CalendarView-module__bqcsGq__eventTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.CalendarView-module__bqcsGq__monthGrid{background:#eee;border-radius:8px;flex:1;grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden}.CalendarView-module__bqcsGq__monthCell{background:#fff;flex-direction:column;min-height:0;padding:4px;display:flex}.CalendarView-module__bqcsGq__dateNumber{color:#999;margin-bottom:2px;font-size:11px}.CalendarView-module__bqcsGq__taskItemSimple{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:#f3e8ff;border-radius:4px;margin-bottom:2px;padding:2px 4px;font-size:10px;overflow:hidden}.CalendarView-module__bqcsGq__taskItemSimple:hover{background:#e9d5ff}.CalendarView-module__bqcsGq__popover{z-index:1000;pointer-events:none;background:#fff;border-radius:12px;width:250px;animation:.2s CalendarView-module__bqcsGq__fadeIn;position:fixed;box-shadow:0 8px 30px #0000001f}@keyframes CalendarView-module__bqcsGq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.Card-module__bmvaaW__card{border:1px solid var(--border);break-inside:avoid;background:#fff;border-radius:8px;overflow:hidden}.Card-module__bmvaaW__imagePlaceholder{background:#f0f0f0;width:100%;padding-bottom:100%;position:relative}.Card-module__bmvaaW__imagePlaceholder img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Card-module__bmvaaW__content{padding:12px}.Card-module__bmvaaW__caption{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:13px;display:-webkit-box;overflow:hidden}.Card-module__bmvaaW__hashtags{color:var(--primary);font-size:12px}
.page-module__53ceQW__main{background-color:#f4f4f5;width:100vw;height:100vh;display:flex}.page-module__53ceQW__content{background:#fff;border:.5px solid #e0e0e0;border-radius:20px;flex:1;height:calc(100vh - 24px);margin:12px;padding:32px;overflow-y:auto;box-shadow:0 4px 20px #00000005}.page-module__53ceQW__header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.page-module__53ceQW__title{font-size:24px;font-weight:600;font-family:var(--font-playfair)}.page-module__53ceQW__uploadButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:opacity .2s;display:flex}.page-module__53ceQW__uploadButton:hover{opacity:.9}.page-module__53ceQW__groupSection{margin-bottom:40px}.page-module__53ceQW__groupTitle{color:#666;text-transform:uppercase;margin-bottom:16px;font-size:14px;font-weight:600}.page-module__53ceQW__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px;display:grid}.page-module__53ceQW__assetCard{background:0 0}.page-module__53ceQW__imageWrapper{aspect-ratio:1;background:#e0e0e0;border:1px solid #0000000d;border-radius:12px;width:100%;margin-bottom:8px;overflow:hidden}.page-module__53ceQW__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.page-module__53ceQW__imageWrapper:hover img{transform:scale(1.05)}.page-module__53ceQW__assetName{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}
.RightPanel-module__JbrPAa__panel{background:#fff;border:.5px solid #e0e0e0;border-radius:20px;flex-direction:column;width:100%;height:100%;padding:24px;display:flex;overflow-y:hidden;box-shadow:0 4px 20px #00000005}.RightPanel-module__JbrPAa__tabBar{border-bottom:1px solid #eee;flex-shrink:0;gap:8px;margin-bottom:24px;padding-bottom:0;display:flex}.RightPanel-module__JbrPAa__tabItem{color:#999;cursor:pointer;border-bottom:2px solid #0000;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.RightPanel-module__JbrPAa__tabItem:hover{color:#666}.RightPanel-module__JbrPAa__activeTab{color:#000;border-bottom:2px solid #000}.RightPanel-module__JbrPAa__contentArea{flex:1;padding-right:4px;overflow-y:auto}.RightPanel-module__JbrPAa__loadingState{height:100%;color:var(--muted);font-family:var(--font-inter);flex-direction:column;justify-content:center;align-items:center;display:flex}.RightPanel-module__JbrPAa__loadingText{color:#999;letter-spacing:.5px;font-size:14px;animation:2s ease-in-out infinite RightPanel-module__JbrPAa__pulse}@keyframes RightPanel-module__JbrPAa__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.RightPanel-module__JbrPAa__planContainer .ProseMirror{outline:none;min-height:100%;padding-bottom:100px;padding-right:12px}:is(.RightPanel-module__JbrPAa__planContainer .ProseMirror h1,.RightPanel-module__JbrPAa__planContainer .ProseMirror h2,.RightPanel-module__JbrPAa__planContainer .ProseMirror h3,.RightPanel-module__JbrPAa__planContainer .ProseMirror p,.RightPanel-module__JbrPAa__planContainer .ProseMirror ul,.RightPanel-module__JbrPAa__planContainer .ProseMirror ol){margin:0}.RightPanel-module__JbrPAa__planContainer .ProseMirror h1{font-family:var(--font-playfair);color:var(--primary-foreground);letter-spacing:-.03em;margin-bottom:24px;font-size:32px;font-weight:400;line-height:1.2}.RightPanel-module__JbrPAa__planContainer .ProseMirror h2{font-family:var(--font-inter);color:#1f2937;letter-spacing:-.01em;border-bottom:1px solid #f3f4f6;margin-top:40px;margin-bottom:16px;padding-bottom:8px;font-size:20px;font-weight:600;line-height:1.4}.RightPanel-module__JbrPAa__planContainer .ProseMirror h3{font-family:var(--font-inter);color:#4b5563;margin-top:24px;margin-bottom:12px;font-size:16px;font-weight:600;line-height:1.5}.RightPanel-module__JbrPAa__planContainer .ProseMirror p{font-family:var(--font-inter);color:#374151;margin-bottom:16px;font-size:15px;line-height:1.75}.RightPanel-module__JbrPAa__planContainer .ProseMirror strong{color:#111827;font-weight:600}:is(.RightPanel-module__JbrPAa__planContainer .ProseMirror ul,.RightPanel-module__JbrPAa__planContainer .ProseMirror ol){color:#374151;margin-bottom:20px;padding-left:24px;font-size:15px;line-height:1.75}.RightPanel-module__JbrPAa__planContainer .ProseMirror li{margin-bottom:8px;padding-left:4px}.RightPanel-module__JbrPAa__planContainer .ProseMirror li p{margin-bottom:0}.RightPanel-module__JbrPAa__planContainer .ProseMirror blockquote{color:#6b7280;border-left:3px solid #e5e7eb;margin-top:24px;margin-bottom:24px;margin-left:4px;padding-left:16px;font-size:15px;font-style:italic;line-height:1.6}.RightPanel-module__JbrPAa__planContainer{flex-direction:column;flex:1;min-height:200px;display:flex}.RightPanel-module__JbrPAa__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;display:grid}.RightPanel-module__JbrPAa__confirmButton{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;align-self:flex-start;margin-top:32px;padding:14px 32px;font-size:14px;font-weight:500;transition:opacity .2s}.RightPanel-module__JbrPAa__confirmButton:hover{opacity:.9}.RightPanel-module__JbrPAa__spinner{border:2px solid #f3f3f3;border-top-color:#000;border-radius:50%;width:24px;height:24px;margin-bottom:16px;animation:1s linear infinite RightPanel-module__JbrPAa__spin}@keyframes RightPanel-module__JbrPAa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
