.AiAvatar-module__C1FmSa__ai-avatar-container{border-radius:50%;flex-shrink:0;transition:box-shadow .3s;animation:3s ease-in-out infinite AiAvatar-module__C1FmSa__avatarFloat;overflow:hidden;box-shadow:0 2px 12px #3d808633}.AiAvatar-module__C1FmSa__ai-avatar-container:hover{box-shadow:0 4px 20px #3d808659}@keyframes AiAvatar-module__C1FmSa__avatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}
.ChatSidebar-module__PzxMRG__sidebar-chat{width:var(--sidebar-width);flex-direction:column;flex-shrink:0;gap:12px;height:calc(100vh - 40px);padding:16px 0;animation:.8s cubic-bezier(.16,1,.3,1) both ChatSidebar-module__PzxMRG__pageLoad;display:flex;position:relative;overflow:hidden}.ChatSidebar-module__PzxMRG__chat-messages-wrap{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:flex-end;min-height:0;display:flex;overflow-y:auto}.ChatSidebar-module__PzxMRG__chat-float-messages{flex-direction:column;flex:1;gap:10px;min-height:0;padding:0 4px;display:flex;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 24px calc(100% - 24px),#0000 100%);mask-image:linear-gradient(#0000 0%,#000 24px calc(100% - 24px),#0000 100%)}.ChatSidebar-module__PzxMRG__chat-float-actions{flex-shrink:0;gap:8px;padding:0 4px;display:flex}.ChatSidebar-module__PzxMRG__chat-float-input{flex-shrink:0;padding:0 4px}.ChatSidebar-module__PzxMRG__chat-input-box{background:var(--bg-surface);border:1px solid var(--border);transition:all var(--transition-speed);border-radius:18px;flex-direction:column;gap:8px;padding:12px 14px 8px;display:flex}.ChatSidebar-module__PzxMRG__chat-input-box:focus-within{border-color:var(--accent)}.ChatSidebar-module__PzxMRG__message{max-width:100%;font-size:.88rem;line-height:1.5;animation:.4s ease-out ChatSidebar-module__PzxMRG__fadeIn}@keyframes ChatSidebar-module__PzxMRG__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ChatSidebar-module__PzxMRG__user{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-main);white-space:pre-wrap;word-break:break-word;border-radius:16px 16px 4px;align-self:flex-end;max-width:90%;margin-bottom:2px;padding:10px 14px;font-weight:500}.ChatSidebar-module__PzxMRG__reference-block{background:var(--bg-base);border-left:3px solid var(--accent-blue,#3b82f6);border-radius:4px;flex-direction:column;gap:6px;margin-top:8px;padding:8px 10px;display:flex}.ChatSidebar-module__PzxMRG__reference-header{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;display:flex}.ChatSidebar-module__PzxMRG__reference-label{opacity:.7}.ChatSidebar-module__PzxMRG__reference-close{cursor:pointer;color:var(--text-muted);opacity:.6;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.ChatSidebar-module__PzxMRG__reference-close:hover{opacity:1;background:var(--bg-surface);color:var(--text-main)}.ChatSidebar-module__PzxMRG__reference-content{color:var(--text-main);background:var(--bg-surface);border:1px solid var(--border);border-radius:3px;max-height:200px;margin:0;padding:6px 8px;font-family:Fira Code,Monaco,monospace;font-size:.8rem;line-height:1.4;overflow:auto}.ChatSidebar-module__PzxMRG__agent{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:row;align-items:flex-start;gap:8px;margin-bottom:4px;padding:6px 0;transition:none;display:flex}.ChatSidebar-module__PzxMRG__agent-header{align-items:center;gap:10px;display:flex}.ChatSidebar-module__PzxMRG__agent-text{color:var(--text-main);opacity:.9;padding-left:2px;line-height:1.6}.ChatSidebar-module__PzxMRG__citations-list{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.ChatSidebar-module__PzxMRG__citation-link{background:var(--bg-base);color:var(--text-muted);border-radius:4px;padding:2px 6px;font-size:.65rem;text-decoration:none}.ChatSidebar-module__PzxMRG__citation-link:hover{color:var(--text-main)}.ChatSidebar-module__PzxMRG__citation-favicons{align-items:center;gap:6px;margin-top:8px;padding-top:6px;display:flex}.ChatSidebar-module__PzxMRG__citation-fav-link{background:var(--bg-base);border:1px solid var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__citation-fav-link:hover{border-color:var(--accent);background:var(--accent-light);transform:translateY(-1px)}.ChatSidebar-module__PzxMRG__citation-fav-img{object-fit:contain;border-radius:2px;width:14px;height:14px}.ChatSidebar-module__PzxMRG__citation-more{color:var(--text-muted);background:var(--bg-base);border:1px solid var(--border);border-radius:100px;padding:2px 6px;font-size:.65rem;font-weight:600}.ChatSidebar-module__PzxMRG__chat-textarea{color:var(--text-main);resize:none;background:0 0;border:none;outline:none;width:100%;min-height:60px;max-height:160px;font-family:Instrument Sans,sans-serif;font-size:.88rem;line-height:1.5}.ChatSidebar-module__PzxMRG__chat-textarea::placeholder{color:var(--text-muted);opacity:.5}.ChatSidebar-module__PzxMRG__input-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.ChatSidebar-module__PzxMRG__source-toggle{border:1px solid var(--border);width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__source-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.ChatSidebar-module__PzxMRG__source-toggle.ChatSidebar-module__PzxMRG__active{background:var(--accent);border-color:var(--accent);color:#fff}.ChatSidebar-module__PzxMRG__send-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.ChatSidebar-module__PzxMRG__send-btn:hover{opacity:.9;transform:scale(1.05)translateY(-1px)}.ChatSidebar-module__PzxMRG__stop-btn{pointer-events:auto;background:#ef4444;animation:1.5s ease-in-out infinite ChatSidebar-module__PzxMRG__stopPulse}.ChatSidebar-module__PzxMRG__stop-btn:hover{opacity:1;background:#dc2626}@keyframes ChatSidebar-module__PzxMRG__stopPulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 5px #ef444400}}.ChatSidebar-module__PzxMRG__thinking-text{color:var(--text-muted);white-space:pre-wrap;word-break:break-word;max-height:200px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.78rem;line-height:1.5;overflow-y:auto}.ChatSidebar-module__PzxMRG__thinking-cursor{background:var(--accent);vertical-align:text-bottom;width:2px;height:14px;margin-left:2px;animation:.8s step-end infinite ChatSidebar-module__PzxMRG__cursorBlink;display:inline-block}@keyframes ChatSidebar-module__PzxMRG__cursorBlink{0%,to{opacity:1}50%{opacity:0}}.ChatSidebar-module__PzxMRG__thinking-dots{gap:5px;padding:4px 0;display:flex}.ChatSidebar-module__PzxMRG__thinking-dots span{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite ChatSidebar-module__PzxMRG__dotPulse}.ChatSidebar-module__PzxMRG__thinking-dots span:nth-child(2){animation-delay:.2s}.ChatSidebar-module__PzxMRG__thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes ChatSidebar-module__PzxMRG__dotPulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.ChatSidebar-module__PzxMRG__agent-status-pill{color:var(--accent);background:var(--accent-light);letter-spacing:.02em;border-radius:100px;align-items:center;gap:6px;margin-bottom:6px;padding:4px 12px;font-size:.7rem;font-weight:600;animation:.3s ease-out ChatSidebar-module__PzxMRG__fadeIn;display:inline-flex}.ChatSidebar-module__PzxMRG__agent-intent-badge{color:var(--text-muted);background:var(--bg-base);border:1px solid var(--border);letter-spacing:.02em;border-radius:100px;align-items:center;gap:4px;margin-bottom:4px;padding:2px 8px;font-size:.65rem;font-weight:600;display:inline-flex}.ChatSidebar-module__PzxMRG__input-disabled{opacity:.6;pointer-events:none}.ChatSidebar-module__PzxMRG__input-disabled input,.ChatSidebar-module__PzxMRG__input-disabled textarea{cursor:not-allowed}.ChatSidebar-module__PzxMRG__mode-selector{background:var(--bg-base);border:1px solid var(--border);border-radius:8px;align-items:center;gap:2px;padding:2px;display:flex}.ChatSidebar-module__PzxMRG__mode-btn{cursor:pointer;width:26px;height:26px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__mode-btn:hover:not(:disabled){color:var(--text-main);background:#ffffff0d}.ChatSidebar-module__PzxMRG__mode-btn.ChatSidebar-module__PzxMRG__active{background:var(--text-main);color:var(--bg-base)}.ChatSidebar-module__PzxMRG__mode-btn:disabled{opacity:.3;cursor:not-allowed}.ChatSidebar-module__PzxMRG__chat-mode-toggle{background:var(--bg-base);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:4px;padding:8px 16px;display:flex}.ChatSidebar-module__PzxMRG__settings-btn{border:1px solid var(--border);background:var(--bg-surface);width:36px;height:36px;color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin-left:auto;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__settings-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.ChatSidebar-module__PzxMRG__settings-popover{background:var(--bg-surface);border:1px solid var(--border);z-index:50;border-radius:12px;flex-direction:column;gap:10px;min-width:220px;margin-top:8px;padding:12px;animation:.15s ease-out ChatSidebar-module__PzxMRG__popoverIn;display:flex;position:absolute;top:100%;right:0;box-shadow:0 8px 32px #0000001f}@keyframes ChatSidebar-module__PzxMRG__popoverIn{0%{opacity:0;transform:translateY(-6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatSidebar-module__PzxMRG__settings-popover-header{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:6px;font-size:.72rem;font-weight:700;display:flex}.ChatSidebar-module__PzxMRG__settings-close-btn{width:20px;height:20px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__settings-close-btn:hover{background:var(--bg-base);color:var(--text-main)}.dark .ChatSidebar-module__PzxMRG__settings-popover{box-shadow:0 8px 32px #0006}.ChatSidebar-module__PzxMRG__setting-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.ChatSidebar-module__PzxMRG__setting-row label{color:var(--text-main);font-size:.8rem;font-weight:600}.ChatSidebar-module__PzxMRG__clear-btn{cursor:pointer;color:#ef4444;background:#ef444414;border:1px solid #ef44444d;border-radius:6px;padding:5px 12px;font-family:Instrument Sans,sans-serif;font-size:.72rem;font-weight:600;transition:all .15s}.ChatSidebar-module__PzxMRG__clear-btn:hover{background:#ef444426}.ChatSidebar-module__PzxMRG__thinking-status{color:var(--text-main);align-items:center;gap:4px;font-size:.82rem;font-weight:500;display:flex}.ChatSidebar-module__PzxMRG__thinking-snippet{color:var(--text-muted);background:var(--bg-base);opacity:.8;border-radius:6px;max-height:60px;margin-top:6px;padding:8px 10px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;line-height:1.4;overflow:hidden}.ChatSidebar-module__PzxMRG__pending-changes-panel{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;margin:0 4px;padding:12px;animation:.3s ease-out ChatSidebar-module__PzxMRG__fadeIn;display:flex}.ChatSidebar-module__PzxMRG__pending-header{color:var(--text-main);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding-bottom:8px;font-size:.75rem;font-weight:700}.ChatSidebar-module__PzxMRG__pending-list{flex-direction:column;gap:6px;max-height:200px;display:flex;overflow-y:auto}.ChatSidebar-module__PzxMRG__pending-item{background:var(--bg-base);border:1px solid var(--border);border-radius:6px;justify-content:space-between;align-items:center;padding:6px 8px;font-size:.8rem;display:flex}.ChatSidebar-module__PzxMRG__pending-item-info{align-items:center;gap:8px;display:flex}.ChatSidebar-module__PzxMRG__pending-action{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700}.ChatSidebar-module__PzxMRG__pending-action.ChatSidebar-module__PzxMRG__update{color:#3b82f6;background:#3b82f626}.ChatSidebar-module__PzxMRG__pending-action.ChatSidebar-module__PzxMRG__insert_before,.ChatSidebar-module__PzxMRG__pending-action.ChatSidebar-module__PzxMRG__insert_after{color:#10b981;background:#10b98126}.ChatSidebar-module__PzxMRG__pending-action.ChatSidebar-module__PzxMRG__delete{color:#ef4444;background:#ef444426}.ChatSidebar-module__PzxMRG__pending-item-actions{gap:4px;display:flex}.ChatSidebar-module__PzxMRG__pending-btn-accept,.ChatSidebar-module__PzxMRG__pending-btn-reject{cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__pending-btn-accept{color:#10b981;background:#10b9811a}.ChatSidebar-module__PzxMRG__pending-btn-accept:hover{background:#10b98133}.ChatSidebar-module__PzxMRG__pending-btn-reject{color:#ef4444;background:#ef44441a}.ChatSidebar-module__PzxMRG__pending-btn-reject:hover{background:#ef444433}.ChatSidebar-module__PzxMRG__diff-accept-btn,.ChatSidebar-module__PzxMRG__diff-undo-btn{cursor:pointer;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.ChatSidebar-module__PzxMRG__diff-accept-btn{background:var(--accent);color:#fff}.ChatSidebar-module__PzxMRG__diff-accept-btn:hover{background:var(--accent-hover)}.ChatSidebar-module__PzxMRG__diff-undo-btn{background:var(--bg-base);color:var(--text-muted);border:1px solid var(--border)}.ChatSidebar-module__PzxMRG__diff-undo-btn:hover{background:var(--border);color:var(--text-main)}.ChatSidebar-module__PzxMRG__chat-locked-wrapper{cursor:pointer;border-radius:18px;transition:transform .2s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ChatSidebar-module__PzxMRG__chat-locked-wrapper:hover{transform:translateY(-2px)}.ChatSidebar-module__PzxMRG__chat-locked-wrapper:after{content:"Clone to chat";background:var(--bg-surface);color:var(--text-main);opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:1px solid var(--border);border-radius:18px;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.ChatSidebar-module__PzxMRG__chat-locked-wrapper:hover:after{opacity:1}.ChatSidebar-module__PzxMRG__large-paste-preview{background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px;display:flex}.ChatSidebar-module__PzxMRG__large-paste-info{color:var(--text-muted);align-items:center;gap:8px;font-size:.8rem;display:flex}.ChatSidebar-module__PzxMRG__large-paste-clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.ChatSidebar-module__PzxMRG__large-paste-clear:hover{background:var(--bg-modifier-hover);color:var(--text-main)}
@media (max-width:768px){.editor-mobile-module__RP3vJW__mobileEditorContainer{flex-direction:column;gap:0;width:100%;height:100dvh;padding:0;display:flex;position:relative;overflow:hidden;background:var(--bg-base)!important}.editor-mobile-module__RP3vJW__mobileEditorArea{-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:calc(100px + env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex;overflow-y:auto;background:var(--bg-base)!important}.editor-mobile-module__RP3vJW__mobileWorkspacePanel{flex:1;width:100%!important;height:auto!important;box-shadow:none!important;background:var(--bg-base)!important;border:none!important;border-radius:0!important;padding:0 28px!important;animation:none!important;overflow-y:visible!important}.editor-mobile-module__RP3vJW__mobileWorkspaceHeader{justify-content:space-between;align-items:center;border-bottom:none!important;height:52px!important;margin-bottom:0!important;padding:0!important;display:flex!important}.editor-mobile-module__RP3vJW__mobileHeaderLeft{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.editor-mobile-module__RP3vJW__mobileBackBtn{width:32px;height:32px;color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.editor-mobile-module__RP3vJW__mobileBackBtn:active{background:#ffffff0f}.editor-mobile-module__RP3vJW__mobileDocTitle{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;max-width:60vw;font-size:.95rem;font-weight:600;overflow:hidden}.editor-mobile-module__RP3vJW__mobileStatusPill{color:#ffffff59;flex-shrink:0;align-items:center;gap:5px;font-size:.7rem;font-weight:500;display:flex}.editor-mobile-module__RP3vJW__mobileStatusDot{border-radius:50%;width:5px;height:5px}.editor-mobile-module__RP3vJW__mobileStatusDotSaved{background:var(--success,#10b981)}.editor-mobile-module__RP3vJW__mobileStatusDotSaving{background:var(--warning,#f59e0b)}.editor-mobile-module__RP3vJW__mobileEditorTitle{color:var(--text-main);letter-spacing:-.02em!important;margin-bottom:12px!important;font-size:1.6rem!important;font-weight:500!important}.editor-mobile-module__RP3vJW__mobileToolbar{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1px;overflow-x:auto;background:var(--bg-base)!important;border-bottom:none!important;margin-bottom:4px!important;padding:6px 0!important}.editor-mobile-module__RP3vJW__mobileToolbar .tool-btn{color:#ffffff80;border-radius:8px;min-width:34px;min-height:34px;padding:7px 10px}.editor-mobile-module__RP3vJW__mobileToolbar .tool-btn.is-active{color:#fff;background:#ffffff14}.editor-mobile-module__RP3vJW__mobileEditorCanvas{padding-bottom:120px!important}.editor-mobile-module__RP3vJW__mobileFloatingChat{z-index:55;background:var(--bg-surface);min-height:44px;left:12px;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));border:1px solid #ffffff14;border-radius:20px;flex-direction:column;display:flex;position:absolute;overflow:hidden;box-shadow:0 8px 32px #00000080}.editor-mobile-module__RP3vJW__mobileChatHandle{cursor:grab;touch-action:none;color:#fff6;letter-spacing:.05em;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:5px;width:100%;padding:8px 0 4px;font-family:-apple-system,SF Pro Text,Instrument Sans,sans-serif;font-size:.68rem;font-weight:600;display:flex}.editor-mobile-module__RP3vJW__mobileChatHandle:active{cursor:grabbing;color:var(--accent)}.editor-mobile-module__RP3vJW__mobileChatHandleBar{background:#ffffff1f;border-radius:2px;width:32px;height:4px}.editor-mobile-module__RP3vJW__mobileChatMessages{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;justify-content:flex-end;min-height:0;padding:4px 14px 8px;display:flex;overflow-y:auto}.editor-mobile-module__RP3vJW__mobileChatMessagesHidden{display:none}.editor-mobile-module__RP3vJW__mobileChatPanel{flex-direction:column;flex:1;justify-content:flex-end;gap:0;min-height:0;display:flex;overflow-y:auto;width:100%!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important;animation:none!important}.editor-mobile-module__RP3vJW__mobileChatPanel .chat-float-messages{justify-content:flex-end;gap:6px!important;padding:0!important;-webkit-mask-image:none!important;mask-image:none!important}.editor-mobile-module__RP3vJW__mobileChatPanel .message.user{color:#fff!important;background:#ffffff14!important;border:none!important;border-radius:18px 18px 4px!important;max-width:85%!important;padding:10px 14px!important;font-size:.86rem!important}.editor-mobile-module__RP3vJW__mobileChatPanel .message.agent{gap:8px!important;padding:4px 0!important}.editor-mobile-module__RP3vJW__mobileChatPanel .agent-text{color:#fffc!important;font-size:.86rem!important;line-height:1.55!important}.editor-mobile-module__RP3vJW__mobileChatPanel .agent-status-pill{color:var(--accent)!important;background:#ffffff0f!important}.editor-mobile-module__RP3vJW__mobileChatPanel .thinking-snippet{background:#ffffff0a!important}.editor-mobile-module__RP3vJW__mobileChatPanel .pending-changes-panel{background:#ffffff0a!important;border-color:#ffffff14!important}.editor-mobile-module__RP3vJW__mobileChatInputOverride{box-shadow:none!important;background:0 0!important;border:none!important;padding:6px 4px!important}.editor-mobile-module__RP3vJW__mobileChatInputBar{bottom:calc(16px + env(safe-area-inset-bottom));z-index:60;background:var(--bg-surface);border:1px solid var(--border);z-index:60;left:12px;right:12px;bottom:calc(16px + env(safe-area-inset-bottom));border-radius:20px;padding:4px;position:fixed;left:12px;right:12px;box-shadow:0 8px 32px #0006}.editor-mobile-module__RP3vJW__mobileHeaderRight{align-items:center;gap:8px;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent{color:#fff;flex-direction:column;justify-content:center;gap:10px;min-height:80px;padding:12px 14px;display:flex}.editor-mobile-module__RP3vJW__mobileCotInsideInput{color:#fff;background:linear-gradient(135deg,#14b8a614 0%,#14b8a60a 100%);border-top:1px solid #14b8a633;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__mobileCotHeader,.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__mobileCotHeader,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__mobileCotHeader{align-items:center;gap:8px;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__mobileCotStages,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__mobileCotStages{flex-wrap:wrap;flex:1;gap:6px;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__cotStage,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__cotStage{color:#fff9;background:#ffffff14;border-radius:4px;align-items:center;gap:3px;padding:3px 6px;font-size:.7rem;transition:all .3s;display:flex}.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__cotStage.editor-mobile-module__RP3vJW__active{color:#fff;background:#ffffff26;font-weight:600;animation:1.5s ease-in-out infinite editor-mobile-module__RP3vJW__pulse}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__mobileCotStatus,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__mobileCotStatus{color:#ffffffe6;align-items:center;gap:6px;font-size:.8rem;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__statusDot,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__statusDot{background:#fff;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:1.5s ease-in-out infinite editor-mobile-module__RP3vJW__blink}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__statusText,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__statusText{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__mobileCotThinking,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__mobileCotThinking{color:#ffffffbf;background:#ffffff0d;border-radius:6px;gap:6px;padding:6px 8px;font-size:.75rem;line-height:1.3;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__thinkingLabel,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__thinkingLabel{flex-shrink:0}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__thinkingPreview,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__thinkingPreview{word-break:break-word;opacity:.85}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__mobileCotCitations,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__mobileCotCitations{align-items:center;gap:6px;font-size:.75rem;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__citationsLabel,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__citationsLabel{flex-shrink:0}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__citationsList,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__citationsList{align-items:center;gap:4px;display:flex}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__citationLink,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__citationLink{background:#ffffff1a;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;transition:background .2s;display:flex;overflow:hidden}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__citationFavicon,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__citationFavicon{object-fit:contain;width:10px;height:10px}.editor-mobile-module__RP3vJW__mobileCotInlineContent .editor-mobile-module__RP3vJW__citationsMore,.editor-mobile-module__RP3vJW__mobileCotInsideInput .editor-mobile-module__RP3vJW__citationsMore{opacity:.8;font-size:.7rem}.editor-mobile-module__RP3vJW__mobileAcceptBtnInside{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:.8rem;font-weight:600;transition:transform .1s;display:flex}.editor-mobile-module__RP3vJW__mobileAcceptBtnInside:active{transform:scale(.96)}}
.HighUsagePopup-module__pwcqIG__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out HighUsagePopup-module__pwcqIG__fadeIn;display:flex;position:fixed;inset:0}.HighUsagePopup-module__pwcqIG__popup{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;width:90%;max-width:320px;padding:20px;animation:.3s cubic-bezier(.16,1,.3,1) HighUsagePopup-module__pwcqIG__slideUp;display:flex;box-shadow:0 20px 60px #0000004d}.HighUsagePopup-module__pwcqIG__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.HighUsagePopup-module__pwcqIG__titleRow{align-items:center;gap:10px;display:flex}.HighUsagePopup-module__pwcqIG__icon{color:#f59e0b;flex-shrink:0}.HighUsagePopup-module__pwcqIG__title{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600}.HighUsagePopup-module__pwcqIG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.HighUsagePopup-module__pwcqIG__closeBtn:hover{background:var(--bg-base);color:var(--text-main)}.HighUsagePopup-module__pwcqIG__content{flex-direction:column;gap:8px;display:flex}.HighUsagePopup-module__pwcqIG__message{color:var(--text-main);margin:0;font-size:.95rem;line-height:1.5}.HighUsagePopup-module__pwcqIG__submessage{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.4}.HighUsagePopup-module__pwcqIG__footer{justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.HighUsagePopup-module__pwcqIG__okBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.HighUsagePopup-module__pwcqIG__okBtn:hover{opacity:.9;transform:translateY(-1px)}.HighUsagePopup-module__pwcqIG__okBtn:active{transform:translateY(0)}@keyframes HighUsagePopup-module__pwcqIG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HighUsagePopup-module__pwcqIG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.HighUsagePopup-module__pwcqIG__popup{width:85%;padding:16px}.HighUsagePopup-module__pwcqIG__title{font-size:1rem}.HighUsagePopup-module__pwcqIG__message{font-size:.9rem}.HighUsagePopup-module__pwcqIG__okBtn{padding:10px 20px;font-size:.95rem}}
.AskAiBubble-module__2Q_p9W__trigger{z-index:50;pointer-events:auto;margin-top:-4px;animation:.15s cubic-bezier(.16,1,.3,1) AskAiBubble-module__2Q_p9W__fadeInTrigger;position:absolute;transform:translate(-50%)translateY(-100%)}.AskAiBubble-module__2Q_p9W__triggerBtn{color:#fff;background:linear-gradient(135deg,var(--accent)0%,#2d7880 100%);cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #3d80864d,0 0 20px #3d80861a}.AskAiBubble-module__2Q_p9W__triggerBtn:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 8px 20px #3d808666,0 0 30px #3d808633}.AskAiBubble-module__2Q_p9W__triggerBtn:active{transform:translateY(0)scale(.98)}.AskAiBubble-module__2Q_p9W__popup{z-index:60;background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:340px;max-height:420px;animation:.15s ease-out AskAiBubble-module__2Q_p9W__popIn;display:flex;position:absolute;overflow:hidden;transform:translate(-50%);box-shadow:0 12px 40px #00000026}body.AskAiBubble-module__2Q_p9W__dark-mode .AskAiBubble-module__2Q_p9W__popup{box-shadow:0 12px 40px #00000080}.AskAiBubble-module__2Q_p9W__popupHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.AskAiBubble-module__2Q_p9W__popupTitle{color:var(--accent);align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.AskAiBubble-module__2Q_p9W__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;display:flex}.AskAiBubble-module__2Q_p9W__closeBtn:hover{background:var(--accent-light);color:var(--text-main)}.AskAiBubble-module__2Q_p9W__selectedPreview{color:var(--text-muted);background:var(--accent-light);border-bottom:1px solid var(--border);max-height:60px;padding:8px 12px;font-size:.72rem;font-style:italic;line-height:1.4;overflow:hidden}.AskAiBubble-module__2Q_p9W__messageList{flex-direction:column;flex:1;gap:6px;max-height:200px;padding:8px;display:flex;overflow-y:auto}.AskAiBubble-module__2Q_p9W__msg{word-wrap:break-word;border-radius:8px;max-width:92%;padding:6px 10px;font-size:.76rem;line-height:1.45}.AskAiBubble-module__2Q_p9W__user{background:var(--accent);color:#fff;border-bottom-right-radius:2px;align-self:flex-end}.AskAiBubble-module__2Q_p9W__agent{background:var(--bg-base);color:var(--text-main);border-bottom-left-radius:2px;align-self:flex-start;align-items:center;gap:6px;display:flex}.AskAiBubble-module__2Q_p9W__changeActions{border-top:1px solid var(--border);gap:6px;padding:6px 12px;display:flex}.AskAiBubble-module__2Q_p9W__acceptBtn,.AskAiBubble-module__2Q_p9W__revertBtn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:4px;padding:5px 0;font-size:.72rem;font-weight:600;transition:opacity .12s;display:flex}.AskAiBubble-module__2Q_p9W__acceptBtn{color:#fff;background:#22c55e}.AskAiBubble-module__2Q_p9W__acceptBtn:hover{opacity:.85}.AskAiBubble-module__2Q_p9W__revertBtn{background:var(--bg-base);color:var(--text-muted);border:1px solid var(--border)}.AskAiBubble-module__2Q_p9W__revertBtn:hover{color:var(--text-main)}.AskAiBubble-module__2Q_p9W__inputRow{border-top:1px solid var(--border);align-items:flex-end;gap:6px;padding:8px;display:flex}.AskAiBubble-module__2Q_p9W__commentInput{resize:none;border:1px solid var(--border);background:var(--bg-base);color:var(--text-main);border-radius:8px;outline:none;flex:1;min-height:32px;max-height:80px;padding:6px 10px;font-family:inherit;font-size:.78rem;line-height:1.4}.AskAiBubble-module__2Q_p9W__commentInput:focus{border-color:var(--accent)}.AskAiBubble-module__2Q_p9W__commentInput::placeholder{color:var(--text-muted);opacity:.6}.AskAiBubble-module__2Q_p9W__sendBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .1s;display:flex}.AskAiBubble-module__2Q_p9W__sendBtn:disabled{opacity:.4;cursor:default}.AskAiBubble-module__2Q_p9W__sendBtn:not(:disabled):hover{opacity:.85}@keyframes AskAiBubble-module__2Q_p9W__fadeInTrigger{0%{opacity:0;transform:translate(-50%)translateY(-100%)scale(.9)}to{opacity:1;transform:translate(-50%)translateY(-100%)scale(1)}}@keyframes AskAiBubble-module__2Q_p9W__fadeIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes AskAiBubble-module__2Q_p9W__popIn{0%{opacity:0;transform:translate(-50%)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.AskAiBubble-module__2Q_p9W__spin{animation:.8s linear infinite AskAiBubble-module__2Q_p9W__spinAnim}@keyframes AskAiBubble-module__2Q_p9W__spinAnim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.AskUserPopup-module__ZFwIkG__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out AskUserPopup-module__ZFwIkG__fadeIn;display:flex;position:fixed;inset:0}.AskUserPopup-module__ZFwIkG__popup{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:16px;width:90%;max-width:320px;padding:20px;animation:.3s cubic-bezier(.16,1,.3,1) AskUserPopup-module__ZFwIkG__slideUp;display:flex;box-shadow:0 20px 60px #0000004d}.AskUserPopup-module__ZFwIkG__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.AskUserPopup-module__ZFwIkG__titleRow{align-items:center;gap:10px;display:flex}.AskUserPopup-module__ZFwIkG__icon{color:var(--accent);flex-shrink:0}.AskUserPopup-module__ZFwIkG__title{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600}.AskUserPopup-module__ZFwIkG__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.AskUserPopup-module__ZFwIkG__closeBtn:hover{background:var(--bg-base);color:var(--text-main)}.AskUserPopup-module__ZFwIkG__content{flex-direction:column;gap:8px;display:flex}.AskUserPopup-module__ZFwIkG__message{color:var(--text-main);word-break:break-word;margin:0;font-size:.95rem;line-height:1.5}.AskUserPopup-module__ZFwIkG__footer{justify-content:flex-end;gap:8px;padding-top:8px;display:flex}.AskUserPopup-module__ZFwIkG__okBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.AskUserPopup-module__ZFwIkG__okBtn:hover{opacity:.9;box-shadow:0 4px 12px #3d80864d}.AskUserPopup-module__ZFwIkG__okBtn:active{transform:scale(.98)}@keyframes AskUserPopup-module__ZFwIkG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes AskUserPopup-module__ZFwIkG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.AskUserPopup-module__ZFwIkG__popup{gap:12px;width:85%;max-width:280px;padding:16px}.AskUserPopup-module__ZFwIkG__message{font-size:.9rem}}
.Editor-module__sT0RCq__editor-canvas{flex:1;width:100%;max-width:720px;min-height:0;margin:0 auto;padding-bottom:80px;animation:.8s cubic-bezier(.16,1,.3,1) .25s both Editor-module__sT0RCq__pageLoad;overflow-y:auto}.Editor-module__sT0RCq__editor-title{color:var(--text-main);letter-spacing:-.03em;outline:none;margin-bottom:24px;font-size:2.8rem;font-weight:700}.Editor-module__sT0RCq__editor-title:empty:before{content:attr(data-placeholder);color:var(--text-muted);opacity:.4;pointer-events:none}.Editor-module__sT0RCq__editor-content-wrapper{position:relative}
.AuthModal-module__CIW6Yq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s AuthModal-module__CIW6Yq__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__CIW6Yq__fadeIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__CIW6Yq__modal{background:var(--bg-surface);border-radius:var(--radius-xl);width:90%;max-width:800px;height:520px;box-shadow:var(--shadow-float);animation:.3s AuthModal-module__CIW6Yq__slideUp;display:flex;overflow:hidden}@keyframes AuthModal-module__CIW6Yq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__CIW6Yq__formColumn{flex-direction:column;flex:1;padding:2.5rem;display:flex;position:relative}.AuthModal-module__CIW6Yq__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .15s;position:absolute;top:1rem;right:1rem}.AuthModal-module__CIW6Yq__closeBtn:hover{color:var(--text-main);background:#ffffff0d}.AuthModal-module__CIW6Yq__formContent{flex-direction:column;flex:1;justify-content:center;display:flex}.AuthModal-module__CIW6Yq__title{color:var(--text-main);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.AuthModal-module__CIW6Yq__subtitle{color:var(--text-muted);margin:0 0 2rem;font-size:.95rem}.AuthModal-module__CIW6Yq__googleBtn{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-main);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .15s;display:flex}.AuthModal-module__CIW6Yq__googleBtn:hover{border-color:var(--text-muted);background:#ffffff0d}.AuthModal-module__CIW6Yq__divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.AuthModal-module__CIW6Yq__divider:before,.AuthModal-module__CIW6Yq__divider:after{content:"";background:var(--border);flex:1;height:1px}.AuthModal-module__CIW6Yq__divider span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.AuthModal-module__CIW6Yq__form{flex-direction:column;gap:1rem;display:flex}.AuthModal-module__CIW6Yq__inputGroup{align-items:center;display:flex;position:relative}.AuthModal-module__CIW6Yq__inputIcon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}.AuthModal-module__CIW6Yq__input{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-main);padding:.875rem 1rem .875rem 3rem;font-size:.95rem;transition:all .15s}.AuthModal-module__CIW6Yq__input::placeholder{color:var(--text-muted)}.AuthModal-module__CIW6Yq__input:focus{border-color:var(--text-muted);outline:none;box-shadow:0 0 0 3px #ffffff0d}.AuthModal-module__CIW6Yq__submitBtn{background:var(--text-main);border-radius:var(--radius-md);width:100%;color:var(--bg-base);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .15s;display:flex}.AuthModal-module__CIW6Yq__submitBtn:hover:not(:disabled){opacity:.85}.AuthModal-module__CIW6Yq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.AuthModal-module__CIW6Yq__error{color:#ef4444;text-align:center;border-radius:var(--radius-md);background:#ef44441a;margin:0;padding:.5rem;font-size:.85rem}.AuthModal-module__CIW6Yq__spinner{animation:1s linear infinite AuthModal-module__CIW6Yq__spin}@keyframes AuthModal-module__CIW6Yq__spin{to{transform:rotate(360deg)}}.AuthModal-module__CIW6Yq__switchMode{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.AuthModal-module__CIW6Yq__switchMode button{color:var(--text-main);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-weight:500;text-decoration:underline}.AuthModal-module__CIW6Yq__switchMode button:hover{text-decoration:none}.AuthModal-module__CIW6Yq__imageColumn{background:var(--bg-base);border-left:1px solid var(--border);justify-content:center;align-items:center;width:320px;display:flex;position:relative;overflow:hidden}.AuthModal-module__CIW6Yq__imageColumn:before{content:"";background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M0 0h4v4H0V0zm8 0h4v4H8V0zm8 0h4v4h-4V0zm8 0h4v4h-4V0zm8 0h4v4h-4V0zM4 4h4v4H4V4zm8 0h4v4h-4V4zm8 0h4v4h-4V4zm8 0h4v4h-4V4zM0 8h4v4H0V8zm8 0h4v4H8V8zm8 0h4v4h-4V8zm8 0h4v4h-4V8zm8 0h4v4h-4V8zM4 12h4v4H4v-4zm8 0h4v4h-4v-4zm8 0h4v4h-4v-4zm8 0h4v4h-4v-4z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.AuthModal-module__CIW6Yq__imageContent{text-align:center;color:var(--text-main);z-index:1;position:relative}.AuthModal-module__CIW6Yq__brandMark{letter-spacing:.02em;margin-bottom:1.5rem;font-family:Daisha Pixel,monospace;font-size:3rem;font-weight:400}.AuthModal-module__CIW6Yq__tagline{color:var(--text-muted);font-size:.95rem;font-weight:400;line-height:1.6}@media (max-width:700px){.AuthModal-module__CIW6Yq__modal{flex-direction:column-reverse;height:auto;max-height:90vh}.AuthModal-module__CIW6Yq__imageColumn{width:100%;height:120px}.AuthModal-module__CIW6Yq__brandMark{font-size:2rem}.AuthModal-module__CIW6Yq__tagline{font-size:.9rem}.AuthModal-module__CIW6Yq__formColumn{padding:1.5rem}}
.UserPanel-module__wGxr2a__overlay{z-index:1000;background:#00000059;animation:.15s ease-out UserPanel-module__wGxr2a__fadeIn;position:fixed;inset:0}.UserPanel-module__wGxr2a__panel{background:var(--bg-surface);border-left:1px solid var(--border);z-index:1001;flex-direction:column;width:380px;max-width:100vw;height:100dvh;animation:.25s cubic-bezier(.16,1,.3,1) UserPanel-module__wGxr2a__slideIn;display:flex;position:fixed;top:0;right:0}@keyframes UserPanel-module__wGxr2a__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes UserPanel-module__wGxr2a__fadeIn{0%{opacity:0}to{opacity:1}}.UserPanel-module__wGxr2a__header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.UserPanel-module__wGxr2a__backBtn{width:32px;height:32px;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex}.UserPanel-module__wGxr2a__backBtn:hover{background:var(--bg-base)}.UserPanel-module__wGxr2a__headerTitle{color:var(--text-main);font-size:1.05rem;font-weight:600}.UserPanel-module__wGxr2a__headerSpacer{width:32px;margin-left:auto}.UserPanel-module__wGxr2a__scrollArea{flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.UserPanel-module__wGxr2a__scrollArea>*{flex-shrink:0}.UserPanel-module__wGxr2a__bannerCard{border:1px solid var(--border);border-radius:16px;overflow:hidden}.UserPanel-module__wGxr2a__avatarRow{background:var(--bg-base);align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.UserPanel-module__wGxr2a__avatarUploadBtn{border:2px solid var(--border);cursor:pointer;background:var(--bg-surface);border-radius:50%;flex-shrink:0;width:56px;height:56px;padding:0;transition:border-color .2s;position:relative;overflow:hidden}.UserPanel-module__wGxr2a__avatarUploadBtn:hover{border-color:var(--accent)}.UserPanel-module__wGxr2a__avatarUploadBtn:disabled{cursor:not-allowed}.UserPanel-module__wGxr2a__avatarImg{object-fit:cover;width:100%;height:100%;display:block}.UserPanel-module__wGxr2a__avatarInitial{width:100%;height:100%;color:var(--accent);background:var(--accent-light,#6366f11a);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.UserPanel-module__wGxr2a__avatarOverlay{color:#fff;opacity:0;background:#00000073;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.UserPanel-module__wGxr2a__avatarUploadBtn:hover .UserPanel-module__wGxr2a__avatarOverlay,.UserPanel-module__wGxr2a__avatarUploadBtn:disabled .UserPanel-module__wGxr2a__avatarOverlay{opacity:1}@keyframes UserPanel-module__wGxr2a__spin{to{transform:rotate(360deg)}}.UserPanel-module__wGxr2a__avatarSpinner{animation:.8s linear infinite UserPanel-module__wGxr2a__spin}.UserPanel-module__wGxr2a__avatarMeta{flex-direction:column;gap:.1rem;min-width:0;display:flex}.UserPanel-module__wGxr2a__avatarName{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.UserPanel-module__wGxr2a__avatarEmail{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.UserPanel-module__wGxr2a__bannerImageArea{background-position:50%;background-size:cover;align-items:flex-end;height:140px;display:flex;position:relative}.UserPanel-module__wGxr2a__bannerOverlay{background:linear-gradient(#0000 40%,#000000b3 100%);position:absolute;inset:0}.UserPanel-module__wGxr2a__bannerContent{z-index:1;padding:1.25rem;position:relative}.UserPanel-module__wGxr2a__brandName{color:#fff;margin-bottom:.25rem;font-family:Daisha Pixel,monospace;font-size:1.5rem;display:block}.UserPanel-module__wGxr2a__brandTagline{color:#ffffffb3;margin:0;font-size:.8rem;line-height:1.4}.UserPanel-module__wGxr2a__sectionHeader{color:var(--accent);margin-top:.25rem;padding:0 .25rem;font-size:.8rem;font-weight:600}.UserPanel-module__wGxr2a__fieldGroup{background:var(--bg-base);border:1px solid var(--border);border-radius:14px;overflow:hidden}.UserPanel-module__wGxr2a__field{justify-content:space-between;align-items:center;min-height:62px;padding:.875rem 1rem;display:flex}.UserPanel-module__wGxr2a__fieldLeft{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.UserPanel-module__wGxr2a__fieldTitle{color:var(--text-main);font-size:.95rem;font-weight:500}.UserPanel-module__wGxr2a__fieldValue{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.UserPanel-module__wGxr2a__fieldInput{color:var(--text-main);border:none;border-bottom:1px solid var(--accent);background:0 0;outline:none;width:100%;padding:0 0 2px;font-family:inherit;font-size:.8rem}.UserPanel-module__wGxr2a__fieldAction{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.UserPanel-module__wGxr2a__fieldAction:hover{color:var(--accent)}.UserPanel-module__wGxr2a__fieldIcon{color:var(--text-muted);flex-shrink:0}.UserPanel-module__wGxr2a__fieldDivider{background:var(--border);height:1px;margin:0 1rem}.UserPanel-module__wGxr2a__toggleField{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:.875rem 1rem;display:flex}.UserPanel-module__wGxr2a__toggle{background:var(--border);border-radius:13px;flex-shrink:0;width:44px;height:26px;transition:background .25s;position:relative}.UserPanel-module__wGxr2a__toggleActive{background:var(--accent)}.UserPanel-module__wGxr2a__toggleKnob{background:var(--bg-surface);width:20px;height:20px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.UserPanel-module__wGxr2a__toggleActive .UserPanel-module__wGxr2a__toggleKnob{color:var(--accent);transform:translate(18px)}.UserPanel-module__wGxr2a__linkField{color:var(--text-main);align-items:center;gap:.75rem;min-height:48px;padding:.875rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.UserPanel-module__wGxr2a__linkField:hover{background:var(--bg-surface)}.UserPanel-module__wGxr2a__signOutBtn{border:1px solid var(--border);width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.UserPanel-module__wGxr2a__signOutBtn:hover{color:#ef4444;background:#ef444414;border-color:#ef44444d}.UserPanel-module__wGxr2a__footerVersion{text-align:center;color:var(--text-muted);opacity:.5;padding-top:.5rem;padding-bottom:1rem;font-size:.75rem}.UserPanel-module__wGxr2a__loading{flex:1;justify-content:center;align-items:center;display:flex}.UserPanel-module__wGxr2a__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite UserPanel-module__wGxr2a__spin}@media (max-width:768px){.UserPanel-module__wGxr2a__panel{--bg-surface:#000;--bg-base:#111;--border:#ffffff14;background:#000;border-left:none;border-radius:0;width:100vw;max-width:100vw}body:not(.dark-mode) .UserPanel-module__wGxr2a__panel{--bg-surface:#fff;--bg-base:#f9f9f9;--border:#00000014;background:#fff}.UserPanel-module__wGxr2a__header{padding-top:calc(1rem + env(safe-area-inset-top))}.UserPanel-module__wGxr2a__scrollArea{padding-bottom:calc(6rem + env(safe-area-inset-bottom))}.UserPanel-module__wGxr2a__overlay{background:#0009}}
.Dashboard-module__VdwSQq__logo{letter-spacing:.02em;color:var(--text-main);font-family:Daisha Pixel,monospace;font-size:1.75rem;font-weight:400}.Dashboard-module__VdwSQq__loadingContainer{background:var(--bg-base);justify-content:center;align-items:center;min-height:100vh;display:flex}.Dashboard-module__VdwSQq__loadingSpinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite Dashboard-module__VdwSQq__spin}@keyframes Dashboard-module__VdwSQq__spin{to{transform:rotate(360deg)}}.Dashboard-module__VdwSQq__heroContainer{background:var(--bg-base);background-image:radial-gradient(80% 50% at 50% -20%,#3d808614,#0000),radial-gradient(60% 40% at 80% 60%,#3d80860a,#0000);flex-direction:column;min-height:100vh;display:flex;position:relative}.Dashboard-module__VdwSQq__heroBannerWrap{width:100%;position:relative}.Dashboard-module__VdwSQq__heroBanner{object-fit:cover;object-position:center;width:100%;height:auto;max-height:45vh;animation:.8s ease-out Dashboard-module__VdwSQq__heroBannerReveal;display:block}.Dashboard-module__VdwSQq__heroFloatingTitleContainer{pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:absolute;inset:0}.Dashboard-module__VdwSQq__heroFloatingTitle{letter-spacing:-.04em;color:#fff;text-shadow:0 4px 24px #0006,0 0 60px #0003;text-align:center;margin:0;padding-bottom:.5rem;font-size:clamp(3rem,10vw,5.5rem);font-weight:600;line-height:1.1}.Dashboard-module__VdwSQq__floatingNav{-webkit-backdrop-filter:saturate(180%)blur(24px);z-index:1000;background:#96969626;border:1px solid #96969633;border-radius:100px;justify-content:space-between;align-items:center;gap:1rem;width:calc(100% - 3rem);max-width:500px;padding:.625rem 1rem .625rem 1.25rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000001a,inset 0 0 0 1px #ffffff0d}.Dashboard-module__VdwSQq__navButtons{align-items:center;gap:.5rem;display:flex}.Dashboard-module__VdwSQq__navBtnGhost{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:100px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s}.Dashboard-module__VdwSQq__navBtnGhost:hover{background:#ffffff14}.Dashboard-module__VdwSQq__navBtnPrimary{background:var(--text-main);color:var(--bg-base);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__navBtnPrimary:hover{opacity:.9}.Dashboard-module__VdwSQq__themeToggle{width:32px;height:32px;color:var(--text-main);cursor:pointer;background:0 0;border:1px solid #96969633;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.Dashboard-module__VdwSQq__themeToggle:hover{border-color:var(--accent);color:var(--accent);background:#3d80861a}@keyframes Dashboard-module__VdwSQq__heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Dashboard-module__VdwSQq__heroBannerReveal{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes Dashboard-module__VdwSQq__featureSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__VdwSQq__heroMain{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:.5rem 2rem 10rem;display:flex}.Dashboard-module__VdwSQq__heroTitle{letter-spacing:-.04em;color:var(--text-main);margin:0 0 .5rem;font-size:clamp(3rem,10vw,5.5rem);font-weight:600;line-height:1.1;animation:.6s ease-out .2s both Dashboard-module__VdwSQq__heroFadeUp}.Dashboard-module__VdwSQq__heroPixel{letter-spacing:.02em;color:var(--text-main);font-family:Daisha Pixel,monospace;font-size:clamp(2rem,8vw,4.5rem);font-weight:400;display:block}.Dashboard-module__VdwSQq__heroSubtitle{color:var(--text-muted);max-width:480px;margin:0 0 2.5rem;font-size:1.15rem;font-weight:400;line-height:1.6;animation:.6s ease-out .35s both Dashboard-module__VdwSQq__heroFadeUp}.Dashboard-module__VdwSQq__heroCta{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s;animation:.6s ease-out .5s both Dashboard-module__VdwSQq__heroFadeUp;display:inline-flex;box-shadow:0 4px 20px #3d80864d}.Dashboard-module__VdwSQq__heroCta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3d808666}.Dashboard-module__VdwSQq__features{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:720px;margin:3rem auto 0;padding:0 2rem;display:grid}.Dashboard-module__VdwSQq__featureCard{border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;background:#ffffff08;padding:1.25rem;transition:all .2s;animation:.5s ease-out .7s both Dashboard-module__VdwSQq__featureSlideUp}.Dashboard-module__VdwSQq__featureCard:nth-child(2){animation-delay:.85s}.Dashboard-module__VdwSQq__featureCard:nth-child(3){animation-delay:1s}.Dashboard-module__VdwSQq__featureCard:hover{background:#3d80860a;border-color:#3d808633}.Dashboard-module__VdwSQq__featureIcon{background:var(--accent-light);width:36px;height:36px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.Dashboard-module__VdwSQq__featureTitle{color:var(--text-main);margin:0 0 .25rem;font-size:.85rem;font-weight:600}.Dashboard-module__VdwSQq__featureDesc{color:var(--text-muted);margin:0;font-size:.78rem;line-height:1.5}.Dashboard-module__VdwSQq__dashboardContainer{background:var(--bg-base);flex-direction:row;min-height:100vh;display:flex}.Dashboard-module__VdwSQq__dashMain{flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow-y:auto}.Dashboard-module__VdwSQq__logoText{color:var(--text-main);letter-spacing:.02em;font-family:Daisha Pixel,monospace;font-size:1.25rem}.Dashboard-module__VdwSQq__topBar{flex-shrink:0;justify-content:flex-end;align-items:center;padding:1rem 2rem 0;display:flex}.Dashboard-module__VdwSQq__searchSection{justify-content:center;padding:1.5rem 2.5rem .5rem;display:flex}.Dashboard-module__VdwSQq__searchBar{align-items:center;width:100%;max-width:580px;display:flex;position:relative}.Dashboard-module__VdwSQq__searchIcon{color:var(--text-muted);pointer-events:none;transition:color .2s;position:absolute;left:1.125rem}.Dashboard-module__VdwSQq__searchBar:focus-within .Dashboard-module__VdwSQq__searchIcon{color:var(--accent)}.Dashboard-module__VdwSQq__searchInput{width:100%;color:var(--text-main);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;padding:.875rem 5rem .875rem 3rem;font-size:.9rem;transition:all .25s cubic-bezier(.4,0,.2,1)}body:not(.dark-mode) .Dashboard-module__VdwSQq__searchInput{background:#00000008;border-color:#00000014}.Dashboard-module__VdwSQq__searchInput::placeholder{color:var(--text-muted)}.Dashboard-module__VdwSQq__searchInput:focus{border-color:var(--accent);background:#ffffff0f;outline:none;box-shadow:0 0 0 3px #3d80861a,0 8px 32px -8px #00000026}body:not(.dark-mode) .Dashboard-module__VdwSQq__searchInput:focus{background:#fff;box-shadow:0 0 0 3px #3d80861a,0 8px 32px -8px #00000014}.Dashboard-module__VdwSQq__searchPopover{background:var(--bg-surface);border:1px solid var(--border);z-index:1000;border-radius:14px;flex-direction:column;max-height:400px;animation:.2s ease-out Dashboard-module__VdwSQq__slideDown;display:flex;position:absolute;top:calc(100% + .625rem);left:0;right:0;overflow:hidden;box-shadow:0 16px 48px -12px #00000080}body:not(.dark-mode) .Dashboard-module__VdwSQq__searchPopover{box-shadow:0 16px 48px -12px #0000001f}@keyframes Dashboard-module__VdwSQq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__VdwSQq__filterTags{border-bottom:1px solid var(--border);gap:.5rem;padding:.75rem 1rem;display:flex;overflow-x:auto}.Dashboard-module__VdwSQq__filterTag{color:var(--text-muted);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:#ffffff0d;border-radius:100px;padding:.25rem .75rem;font-size:.7rem;transition:all .15s}body:not(.dark-mode) .Dashboard-module__VdwSQq__filterTag{background:#00000008}.Dashboard-module__VdwSQq__filterTag:hover,.Dashboard-module__VdwSQq__filterTagActive{background:var(--accent-light);color:var(--accent);border-color:#3d80864d}.Dashboard-module__VdwSQq__searchResults{flex:1;padding:.5rem;overflow-y:auto}.Dashboard-module__VdwSQq__searchResultItem{cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.625rem .75rem;transition:background .15s;display:flex}.Dashboard-module__VdwSQq__searchResultItem:hover{background:#ffffff0d}body:not(.dark-mode) .Dashboard-module__VdwSQq__searchResultItem:hover{background:#0000000a}.Dashboard-module__VdwSQq__searchResultTitle{color:var(--text-main);font-size:.8rem}.Dashboard-module__VdwSQq__searchResultDate{color:var(--text-muted);margin-left:auto;font-size:.7rem}.Dashboard-module__VdwSQq__searchResultEmpty{text-align:center;color:var(--text-muted);padding:1rem;font-size:.8rem}.Dashboard-module__VdwSQq__searchKbd{pointer-events:none;align-items:center;gap:.25rem;display:flex;position:absolute;right:1rem}.Dashboard-module__VdwSQq__searchKbd kbd{color:var(--text-muted);background:#ffffff14;border:1px solid #ffffff0f;border-radius:6px;padding:.175rem .5rem;font-family:inherit;font-size:.68rem}body:not(.dark-mode) .Dashboard-module__VdwSQq__searchKbd kbd{background:#0000000d;border-color:#0000000f}.Dashboard-module__VdwSQq__searchInput:focus~.Dashboard-module__VdwSQq__searchKbd{display:none}.Dashboard-module__VdwSQq__searchClear{width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex;position:absolute;right:.75rem}body:not(.dark-mode) .Dashboard-module__VdwSQq__searchClear{background:#0000000a;border-color:#0000000f}.Dashboard-module__VdwSQq__searchClear:hover{color:var(--text-main);background:#ffffff1a}.Dashboard-module__VdwSQq__searchingDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite Dashboard-module__VdwSQq__pulse;position:absolute;right:.85rem}@keyframes Dashboard-module__VdwSQq__pulse{0%,to{opacity:.4}50%{opacity:1}}.Dashboard-module__VdwSQq__avatarBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}body:not(.dark-mode) .Dashboard-module__VdwSQq__avatarBtn{border-color:#00000014}.Dashboard-module__VdwSQq__avatarBtn:hover{color:var(--text-main);border-color:var(--text-muted);background:#ffffff0d}body:not(.dark-mode) .Dashboard-module__VdwSQq__avatarBtn:hover{background:#0000000a}.Dashboard-module__VdwSQq__sidebar{border-right:1px solid #ffffff0d;flex-direction:column;flex-shrink:0;gap:.25rem;width:240px;height:100vh;padding:1.25rem 0;transition:width .3s;display:flex;position:sticky;top:0;overflow-y:auto}body:not(.dark-mode) .Dashboard-module__VdwSQq__sidebar{border-right-color:#0000000f}.Dashboard-module__VdwSQq__sidebarCollapsed{width:68px}.Dashboard-module__VdwSQq__sidebarCollapsed .Dashboard-module__VdwSQq__navItem{justify-content:center;padding:.625rem 0}.Dashboard-module__VdwSQq__sidebarCollapsed .Dashboard-module__VdwSQq__projectItem{justify-content:center;padding:.5rem 0}.Dashboard-module__VdwSQq__sidebarCollapsed .Dashboard-module__VdwSQq__sidebarSectionHeader{justify-content:center}.Dashboard-module__VdwSQq__sidebarHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 1rem 1rem;display:flex}.Dashboard-module__VdwSQq__sidebarHeaderActions{align-items:center;gap:.375rem;display:flex}.Dashboard-module__VdwSQq__sidebarCollapsed .Dashboard-module__VdwSQq__sidebarHeader{flex-direction:column;gap:.5rem;padding:0 0 1rem}.Dashboard-module__VdwSQq__sidebarCollapsed .Dashboard-module__VdwSQq__sidebarHeaderActions{flex-direction:column}.Dashboard-module__VdwSQq__collapseBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__collapseBtn:hover{color:var(--text-main);background:#ffffff0d}body:not(.dark-mode) .Dashboard-module__VdwSQq__collapseBtn:hover{background:#0000000a}.Dashboard-module__VdwSQq__sidebarNav{flex-direction:column;gap:.125rem;padding:0 .75rem;display:flex}.Dashboard-module__VdwSQq__navItem{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__navItem:hover{color:var(--text-main);background:#ffffff0d}body:not(.dark-mode) .Dashboard-module__VdwSQq__navItem:hover{background:#0000000a}.Dashboard-module__VdwSQq__navItemActive{color:var(--accent);background:var(--accent-light)}.Dashboard-module__VdwSQq__navItemActive:hover{background:var(--accent-light);color:var(--accent)}.Dashboard-module__VdwSQq__sidebarSection{margin-top:1.5rem;padding:0 .75rem}.Dashboard-module__VdwSQq__sidebarSectionHeader{justify-content:space-between;align-items:center;padding:0 .75rem .5rem;display:flex}.Dashboard-module__VdwSQq__sidebarSectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:700}.Dashboard-module__VdwSQq__addProjectBtn{border:1px solid var(--border);width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__addProjectBtn:hover{color:var(--accent);border-color:var(--accent)}.Dashboard-module__VdwSQq__projectItem{border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.625rem;width:100%;padding:.5rem .75rem;font-size:.82rem;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__projectItem:hover{color:var(--text-main);background:#ffffff0d}body:not(.dark-mode) .Dashboard-module__VdwSQq__projectItem:hover{background:#0000000a}.Dashboard-module__VdwSQq__projectItemActive{color:var(--accent);background:var(--accent-light)}.Dashboard-module__VdwSQq__projectDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Dashboard-module__VdwSQq__deleteProjectBtn{width:18px;height:18px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;margin-left:auto;padding:0;transition:color .15s;display:none}.Dashboard-module__VdwSQq__projectItem:hover .Dashboard-module__VdwSQq__deleteProjectBtn{display:flex}.Dashboard-module__VdwSQq__deleteProjectBtn:hover{color:#ef4444}.Dashboard-module__VdwSQq__mainContent{flex:1;min-width:0;max-width:1200px;padding:2rem 2.5rem;animation:.4s ease-out Dashboard-module__VdwSQq__fadeIn}@keyframes Dashboard-module__VdwSQq__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__VdwSQq__contentHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Dashboard-module__VdwSQq__sectionTitle{color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.Dashboard-module__VdwSQq__viewToggle{align-items:center;gap:.25rem;display:flex}.Dashboard-module__VdwSQq__viewBtn{width:32px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__viewBtn:hover{color:var(--text-main)}.Dashboard-module__VdwSQq__viewBtnActive{background:var(--bg-surface);color:var(--text-main)}.Dashboard-module__VdwSQq__emptyState{border:1px dashed var(--border);border-radius:var(--radius-lg);color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5rem 2rem;display:flex}.Dashboard-module__VdwSQq__emptyState p{margin:1rem 0;font-size:.9rem}.Dashboard-module__VdwSQq__emptyBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .15s}.Dashboard-module__VdwSQq__emptyBtn:hover{filter:brightness(1.1)}.Dashboard-module__VdwSQq__docsGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}.Dashboard-module__VdwSQq__docCard{background:var(--bg-surface);border-radius:var(--radius-md);cursor:pointer;border:1px solid #ffffff08;flex-direction:column;height:256px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}body:not(.dark-mode) .Dashboard-module__VdwSQq__docCard{border-color:#0000000f}.Dashboard-module__VdwSQq__docCard:before{content:"";background:var(--accent);transform-origin:0;z-index:1;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Dashboard-module__VdwSQq__docCard:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 10px 30px -10px #00000080}body:not(.dark-mode) .Dashboard-module__VdwSQq__docCard:hover{background:#fff;border-color:#0000001a;box-shadow:0 10px 30px -10px #0000001a}.Dashboard-module__VdwSQq__docCard:hover:before{transform:scaleX(1)}.Dashboard-module__VdwSQq__docCard.Dashboard-module__VdwSQq__trashed{opacity:.7;cursor:default}.Dashboard-module__VdwSQq__docPreview{flex:1;padding:.875rem;position:relative;overflow:hidden}.Dashboard-module__VdwSQq__docPreview:after{content:"";background:linear-gradient(transparent,var(--bg-surface));pointer-events:none;height:40px;position:absolute;bottom:0;left:0;right:0}.Dashboard-module__VdwSQq__previewText{color:var(--text-muted);white-space:pre-wrap;word-break:break-word;-webkit-line-clamp:8;-webkit-box-orient:vertical;margin:0;font-size:.68rem;line-height:1.55;display:-webkit-box;overflow:hidden}.Dashboard-module__VdwSQq__previewEmpty{color:var(--text-muted);opacity:.5;justify-content:center;align-items:center;height:100%;font-size:.72rem;font-style:italic;display:flex}.Dashboard-module__VdwSQq__docInfo{flex-direction:column;padding:.75rem .875rem;display:flex}.Dashboard-module__VdwSQq__docTitle{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;padding-right:1.5rem;font-size:.82rem;font-weight:500;overflow:hidden}.Dashboard-module__VdwSQq__docMeta{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.Dashboard-module__VdwSQq__docDate{color:var(--text-muted);font-size:.68rem}.Dashboard-module__VdwSQq__docMetaDot{background:var(--text-muted);opacity:.5;border-radius:50%;width:2px;height:2px}.Dashboard-module__VdwSQq__docReadTime{color:var(--text-muted);font-size:.68rem}.Dashboard-module__VdwSQq__docSnippet{color:var(--text-muted);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:.72rem;line-height:1.4;display:-webkit-box;overflow:hidden}.Dashboard-module__VdwSQq__cardActions{gap:.25rem;margin-top:.5rem;display:flex}.Dashboard-module__VdwSQq__favoriteBtn,.Dashboard-module__VdwSQq__deleteBtn,.Dashboard-module__VdwSQq__restoreBtn{background:var(--bg-surface);border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__favoriteBtn:hover{color:var(--accent);background:var(--accent-light);border-color:#3d80864d}.Dashboard-module__VdwSQq__favoriteBtn.Dashboard-module__VdwSQq__isFavorited{opacity:1;color:var(--accent);background:var(--accent-light);border-color:#3d80864d}.Dashboard-module__VdwSQq__isFavorited{opacity:1!important}.Dashboard-module__VdwSQq__deleteBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.Dashboard-module__VdwSQq__restoreBtn:hover{color:#22c55e;background:#22c55e1a;border-color:#22c55e4d}.Dashboard-module__VdwSQq__removeFromProjectBtn{background:var(--bg-surface);border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__removeFromProjectBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.Dashboard-module__VdwSQq__headerActions{align-items:center;gap:.75rem;display:flex}.Dashboard-module__VdwSQq__addNotesBtn{background:var(--accent-light);color:var(--accent);cursor:pointer;border:1px solid #3d808633;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.78rem;font-weight:600;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__addNotesBtn:hover{border-color:var(--accent);background:#3d808626}.Dashboard-module__VdwSQq__addNotesOverlay{z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.15s ease-out Dashboard-module__VdwSQq__fadeIn;display:flex;position:fixed;inset:0}.Dashboard-module__VdwSQq__addNotesModal{background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:420px;max-height:480px;animation:.2s ease-out Dashboard-module__VdwSQq__slideDown;display:flex;overflow:hidden;box-shadow:0 16px 48px -12px #00000080}body:not(.dark-mode) .Dashboard-module__VdwSQq__addNotesModal{box-shadow:0 16px 48px -12px #0000001f}.Dashboard-module__VdwSQq__addNotesHeader{border-bottom:1px solid var(--border);color:var(--text-main);justify-content:space-between;align-items:center;padding:.875rem 1rem;font-size:.85rem;font-weight:600;display:flex}.Dashboard-module__VdwSQq__addNotesCloseBtn{width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.Dashboard-module__VdwSQq__addNotesCloseBtn:hover{background:var(--bg-base);color:var(--text-main)}.Dashboard-module__VdwSQq__addNotesSearchWrap{border-bottom:1px solid var(--border);padding:.75rem 1rem;position:relative}.Dashboard-module__VdwSQq__addNotesSearchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1.75rem;transform:translateY(-50%)}.Dashboard-module__VdwSQq__addNotesSearch{background:var(--bg-base);border:1px solid var(--border);width:100%;color:var(--text-main);border-radius:8px;padding:.5rem .75rem .5rem 2rem;font-size:.82rem}.Dashboard-module__VdwSQq__addNotesSearch::placeholder{color:var(--text-muted)}.Dashboard-module__VdwSQq__addNotesSearch:focus{border-color:var(--accent);outline:none}.Dashboard-module__VdwSQq__addNotesList{flex:1;padding:.5rem;overflow-y:auto}.Dashboard-module__VdwSQq__addNotesItem{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.82rem;transition:background .15s;display:flex}.Dashboard-module__VdwSQq__addNotesItem:hover{background:#ffffff0d}body:not(.dark-mode) .Dashboard-module__VdwSQq__addNotesItem:hover{background:#0000000a}.Dashboard-module__VdwSQq__addNotesItemTitle{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Dashboard-module__VdwSQq__addNotesItemAction{color:var(--text-muted);flex-shrink:0;transition:color .15s}.Dashboard-module__VdwSQq__addNotesItem:hover .Dashboard-module__VdwSQq__addNotesItemAction{color:var(--accent)}.Dashboard-module__VdwSQq__addNotesEmpty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.82rem}.Dashboard-module__VdwSQq__docsList{flex-direction:column;gap:.375rem;display:flex}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docCard{flex-direction:row;align-items:center;height:auto}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docPreview{display:none}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docInfo{border-top:none;flex:1;align-items:center;gap:1.5rem;padding:.875rem 1rem;display:flex}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docTitle{flex:1;min-width:0}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docMeta{flex-shrink:0;margin-top:0}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__cardActions{padding-right:.75rem;position:relative;top:auto;right:auto}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docCard:before{display:none}.Dashboard-module__VdwSQq__docsList .Dashboard-module__VdwSQq__docCard:hover{transform:none}.Dashboard-module__VdwSQq__createCard{background:0 0;border:1px dashed #fff3;justify-content:center;align-items:center;transition:all .2s;display:flex}body:not(.dark-mode) .Dashboard-module__VdwSQq__createCard{border-color:#00000026}.Dashboard-module__VdwSQq__createCard:hover{border-color:var(--accent);background:#3d80860a}.Dashboard-module__VdwSQq__createCardInner{color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;transition:color .2s;display:flex}.Dashboard-module__VdwSQq__createCard:hover .Dashboard-module__VdwSQq__createCardInner{color:var(--accent)}.Dashboard-module__VdwSQq__createIconWrapper{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}body:not(.dark-mode) .Dashboard-module__VdwSQq__createIconWrapper{background:#0000000a}.Dashboard-module__VdwSQq__createCard:hover .Dashboard-module__VdwSQq__createIconWrapper{background:var(--accent-light)}.Dashboard-module__VdwSQq__mobileNav,.Dashboard-module__VdwSQq__fab{display:none}.Dashboard-module__VdwSQq__newProjectRow{align-items:center;gap:.5rem;padding:.375rem .75rem;display:flex}.Dashboard-module__VdwSQq__newProjectInput{background:var(--bg-surface);border:1px solid var(--border);color:var(--text-main);border-radius:6px;flex:1;padding:.375rem .5rem;font-size:.8rem}.Dashboard-module__VdwSQq__newProjectInput::placeholder{color:var(--text-muted)}.Dashboard-module__VdwSQq__newProjectInput:focus{border-color:var(--accent);outline:none}@media (max-width:1024px){.Dashboard-module__VdwSQq__sidebar{width:200px}}@media (max-width:768px){.Dashboard-module__VdwSQq__floatingNav{gap:.5rem;padding:.5rem .75rem;top:.75rem}.Dashboard-module__VdwSQq__logo{font-size:1.25rem}.Dashboard-module__VdwSQq__navBtnGhost,.Dashboard-module__VdwSQq__navBtnPrimary{padding:.375rem .75rem;font-size:.8rem}.Dashboard-module__VdwSQq__heroMain{padding:2rem 1.5rem}.Dashboard-module__VdwSQq__heroBanner{max-height:35vh}.Dashboard-module__VdwSQq__features{grid-template-columns:1fr;padding:0 1rem}.Dashboard-module__VdwSQq__sidebar{display:none}.Dashboard-module__VdwSQq__dashMain{height:auto;min-height:100vh}.Dashboard-module__VdwSQq__searchSection{padding:1.5rem 1rem .5rem}.Dashboard-module__VdwSQq__searchBar{max-width:none}.Dashboard-module__VdwSQq__mainContent{padding:1.5rem 1rem 6rem}.Dashboard-module__VdwSQq__docsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.Dashboard-module__VdwSQq__docCard{height:220px}.Dashboard-module__VdwSQq__mobileNav{-webkit-backdrop-filter:blur(12px);z-index:100;background:#0b0b0ce6;border-top:1px solid #ffffff0d;justify-content:space-around;align-items:center;height:56px;padding:0 .5rem;display:flex;position:fixed;bottom:0;left:0;right:0}body:not(.dark-mode) .Dashboard-module__VdwSQq__mobileNav{background:#fdfdffe6;border-top-color:#0000000f}.Dashboard-module__VdwSQq__mobileNavItem{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.2rem;padding:.375rem .75rem;font-size:.6rem;transition:color .15s;display:flex}.Dashboard-module__VdwSQq__mobileNavItemActive{color:var(--accent)}.Dashboard-module__VdwSQq__fab{background:var(--accent);color:#fff;cursor:pointer;z-index:99;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s;display:flex;position:fixed;bottom:4.5rem;right:1rem;box-shadow:0 4px 20px #3d808659}.Dashboard-module__VdwSQq__fab:active{transform:scale(.92)}}
@media (max-width:768px){.dashboard-mobile-module__9tp8pa__mobileDashContainer{min-height:100dvh;padding-bottom:env(safe-area-inset-bottom)}body.dark-mode .dashboard-mobile-module__9tp8pa__mobileDashContainer{--bg-base:#111;--bg-surface:#000;background:#000!important}.dashboard-mobile-module__9tp8pa__mobileDashMain{min-height:100dvh;padding-bottom:80px}body.dark-mode .dashboard-mobile-module__9tp8pa__mobileDashMain{background:#000!important}.dashboard-mobile-module__9tp8pa__mobileTopBar{justify-content:flex-start;padding:2.5rem 1rem 0}.dashboard-mobile-module__9tp8pa__mobileLogo{color:var(--text-main);letter-spacing:.02em;padding-left:1rem;font-family:Daisha Pixel,monospace;font-size:2.25rem}.dashboard-mobile-module__9tp8pa__mobileMenuBtn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .15s;display:flex}.dashboard-mobile-module__9tp8pa__mobileMenuBtn:active{background:var(--bg-modifier-hover)}.dashboard-mobile-module__9tp8pa__mobileSearchSection{padding:1.5rem 1.7rem .5rem}.dashboard-mobile-module__9tp8pa__mobileSearchIcon{color:var(--text-muted)!important;left:.5rem!important}.dashboard-mobile-module__9tp8pa__mobileSearchInput{letter-spacing:-.01em;font-style:normal;transition:border-bottom-color .2s;border:none!important;border-bottom:1px solid var(--border)!important;width:100%!important;max-width:100%!important;color:var(--text-main)!important;background:0 0!important;border-radius:0!important;padding:.75rem 0 .75rem 2.6rem!important;font-family:inherit!important;font-size:1.35rem!important;font-weight:500!important}.dashboard-mobile-module__9tp8pa__mobileSearchInput::placeholder{font-style:normal;color:var(--text-muted)!important}.dashboard-mobile-module__9tp8pa__mobileSearchInput:focus{outline:none;box-shadow:none!important;border-bottom-color:var(--accent)!important;background:0 0!important}.dashboard-mobile-module__9tp8pa__mobileNoteCount{color:var(--text-muted);padding:.25rem 1rem;font-size:.78rem;font-weight:500}.dashboard-mobile-module__9tp8pa__mobileTimeGroup{letter-spacing:.06em;color:var(--text-muted);margin-bottom:1.5rem;padding:1rem 1rem .4rem;font-size:.65rem;font-weight:700}.dashboard-mobile-module__9tp8pa__mobileGroupTitle{color:var(--text-muted);border-bottom:1px solid var(--border);margin:0 1.25rem .5rem;padding-bottom:.25rem;font-size:.7rem;font-weight:600}.dashboard-mobile-module__9tp8pa__mobileListItem{background:var(--bg-base);border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:flex-start;gap:26px;margin:0 .5rem 8px;padding:.75rem 1rem;font-size:.9rem;font-weight:400;transition:background .15s;display:flex}.dashboard-mobile-module__9tp8pa__mobileListItem:active{background:var(--bg-modifier-hover)}.dashboard-mobile-module__9tp8pa__mobileListItemContent{flex:1;min-width:0}.dashboard-mobile-module__9tp8pa__mobileListItemTitle{color:var(--text-main);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:.9rem;font-weight:600;overflow:hidden}.dashboard-mobile-module__9tp8pa__mobileListItemMeta{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.dashboard-mobile-module__9tp8pa__mobileListItemStar{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.dashboard-mobile-module__9tp8pa__mobileListItemStarActive{color:var(--accent)}.dashboard-mobile-module__9tp8pa__mobileHidePopover{display:none!important}.dashboard-mobile-module__9tp8pa__mobileMobileNav{height:auto;bottom:calc(10px + env(safe-area-inset-bottom));background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-float);border-radius:20px;margin:0 12px;padding:6px 8px;left:0;right:0}.dashboard-mobile-module__9tp8pa__mobileFab{bottom:calc(5.5rem + env(safe-area-inset-bottom));width:56px;height:56px}.dashboard-mobile-module__9tp8pa__mobileHideContentHeader{display:none}.dashboard-mobile-module__9tp8pa__mobileProjectSheetOverlay{z-index:9998;background:#00000080;animation:.2s ease-out dashboard-mobile-module__9tp8pa__mobileSheetFadeIn;position:fixed;inset:0}@keyframes dashboard-mobile-module__9tp8pa__mobileSheetFadeIn{0%{opacity:0}to{opacity:1}}.dashboard-mobile-module__9tp8pa__mobileProjectSheet{z-index:9999;background:var(--bg-surface);border:1px solid var(--border);max-height:60dvh;padding-bottom:env(safe-area-inset-bottom);border-bottom:none;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;animation:.25s ease-out dashboard-mobile-module__9tp8pa__mobileSheetSlideUp;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes dashboard-mobile-module__9tp8pa__mobileSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dashboard-mobile-module__9tp8pa__mobileProjectSheetHandle{flex-shrink:0;justify-content:center;padding:10px 0 6px;display:flex}.dashboard-mobile-module__9tp8pa__mobileProjectSheetHandleBar{background:var(--border);border-radius:2px;width:36px;height:4px}.dashboard-mobile-module__9tp8pa__mobileProjectSheetHeader{flex-shrink:0;justify-content:space-between;align-items:center;padding:0 1.25rem .75rem;display:flex}.dashboard-mobile-module__9tp8pa__mobileProjectSheetTitle{color:var(--text-main);font-size:1.05rem;font-weight:600}.dashboard-mobile-module__9tp8pa__mobileProjectSheetClose{background:var(--bg-base);width:30px;height:30px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.dashboard-mobile-module__9tp8pa__mobileProjectSheetList{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0 .75rem;overflow-y:auto}.dashboard-mobile-module__9tp8pa__mobileProjectSheetItem{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;padding:.8rem .75rem;font-size:.92rem;font-weight:500;transition:background .15s;display:flex}.dashboard-mobile-module__9tp8pa__mobileProjectSheetItem:active{background:var(--bg-modifier-hover)}.dashboard-mobile-module__9tp8pa__mobileProjectSheetItemActive{background:var(--accent-light);color:var(--accent)}.dashboard-mobile-module__9tp8pa__mobileProjectSheetDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dashboard-mobile-module__9tp8pa__mobileProjectSheetEmpty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.85rem}.dashboard-mobile-module__9tp8pa__mobileProjectSheetActions{border-top:1px solid var(--border);flex-shrink:0;padding:.75rem 1rem}.dashboard-mobile-module__9tp8pa__mobileProjectSheetNewBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:.75rem;font-size:.9rem;font-weight:600;transition:opacity .15s;display:flex}.dashboard-mobile-module__9tp8pa__mobileProjectSheetNewBtn:active{opacity:.85}.dashboard-mobile-module__9tp8pa__mobileProjectSheetInput{background:var(--bg-base);border:1px solid var(--border);width:100%;color:var(--text-main);border-radius:12px;outline:none;padding:.7rem .75rem;font-size:.9rem}.dashboard-mobile-module__9tp8pa__mobileProjectSheetInput:focus{border-color:var(--accent)}.dashboard-mobile-module__9tp8pa__mobileProjectSheetInput::placeholder{color:var(--text-muted);opacity:.6}}
.Workspace-module__igH1Qa__workspace{background:var(--bg-surface);border-radius:var(--radius-xl)var(--radius-xl)0 0;height:calc(100vh - 20px);box-shadow:var(--shadow-soft);border:1px solid var(--border);transition:background-color var(--transition-speed),border-color var(--transition-speed),box-shadow var(--transition-speed);border-bottom:none;flex-direction:column;flex:1;padding:0 50px;animation:.8s cubic-bezier(.16,1,.3,1) .1s both Workspace-module__igH1Qa__pageLoad;display:flex;position:relative;overflow:hidden}.Workspace-module__igH1Qa__workspace-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:72px;margin-bottom:12px;display:flex}.Workspace-module__igH1Qa__header-left{color:var(--text-main);align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.Workspace-module__igH1Qa__doc-title-editable{outline:none;font-weight:600}.Workspace-module__igH1Qa__read-only-badge{background:var(--bg-modifier-hover);border-radius:4px;padding:2px 6px;font-size:.75rem}.Workspace-module__igH1Qa__undo-redo{border-left:1px solid var(--border);align-items:center;gap:2px;margin-left:8px;padding-left:10px;display:flex}.Workspace-module__igH1Qa__dropdown-label{color:var(--text-muted);padding:4px 12px 8px;font-size:.75rem;font-weight:600}.Workspace-module__igH1Qa__header-right{color:var(--text-muted);align-items:center;gap:16px;font-size:.85rem;display:flex}.Workspace-module__igH1Qa__status-pill{color:#10b981;align-items:center;gap:6px;font-weight:600;display:flex}.Workspace-module__igH1Qa__status-dot{border-radius:50%;width:6px;height:6px;transition:background-color .2s}.Workspace-module__igH1Qa__status-dot-saved{background-color:var(--success,#10b981)}.Workspace-module__igH1Qa__status-dot-saving{background-color:var(--warning,#f59e0b)}.Workspace-module__igH1Qa__dropdown{align-items:center;display:inline-flex;position:relative}.Workspace-module__igH1Qa__dropdown-menu{background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow-soft);z-index:50;border-radius:8px;flex-direction:column;gap:4px;min-width:150px;margin-top:8px;padding:8px;display:flex;position:absolute;top:100%;right:0}.Workspace-module__igH1Qa__dropdown-item{text-align:left;cursor:pointer;color:var(--text-main);background:0 0;border:none;border-radius:4px;padding:8px 12px;font-family:inherit;font-size:.85rem}.Workspace-module__igH1Qa__dropdown-item:hover{background:var(--bg-modifier-hover)}.Workspace-module__igH1Qa__dropdown-item.Workspace-module__igH1Qa__active{background:var(--accent);color:#fff}
@media (max-width:768px){.landing-mobile-module__Q8XBqW__mobileHidden{display:none!important}.landing-mobile-module__Q8XBqW__mobileHeroContainer{height:100dvh;min-height:unset;--bg-base:#000;--bg-surface:#111;--text-main:#f4f4f5;--text-muted:#a1a1aa;--border:#ffffff14;--accent:#3d8086;--accent-light:#3d808626;color:#f4f4f5;position:relative;overflow:hidden;background:#000!important}.landing-mobile-module__Q8XBqW__mobileHeroBg{z-index:0;animation:1.2s ease-out both landing-mobile-module__Q8XBqW__bgFadeIn;position:absolute;inset:0;overflow:hidden}.landing-mobile-module__Q8XBqW__mobileHeroBgImg{object-fit:cover;object-position:center bottom;opacity:.5;width:100%;height:100%}.landing-mobile-module__Q8XBqW__mobileHeroBgOverlay{background:linear-gradient(#000000a6 0%,#00000026 40%,#0000001a 55%,#0000008c 80%,#000000d9 100%);position:absolute;inset:0}.landing-mobile-module__Q8XBqW__mobileCenterContent{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;height:100%;padding:0 2rem;display:flex;position:relative}.landing-mobile-module__Q8XBqW__mobileBrandTitle{letter-spacing:.04em;color:#fff;text-shadow:0 0 40px #3d808659,0 0 80px #3d80861f;margin:0 0 .75rem;font-family:Daisha Pixel,monospace;font-size:clamp(4rem,16vw,6rem);font-weight:400;animation:.8s ease-out .3s both landing-mobile-module__Q8XBqW__titleReveal}.landing-mobile-module__Q8XBqW__mobileTagline{color:#fff9;letter-spacing:.01em;max-width:260px;margin:0 0 2.5rem;font-size:1rem;font-weight:400;line-height:1.5;animation:.8s ease-out .55s both landing-mobile-module__Q8XBqW__titleReveal}.landing-mobile-module__Q8XBqW__mobileGetStartedBtn{background:var(--accent);color:#fff;letter-spacing:.01em;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;padding:.85rem 2.5rem;font-size:.95rem;font-weight:600;transition:box-shadow .3s,opacity .15s;animation:.8s ease-out .8s both landing-mobile-module__Q8XBqW__titleReveal;display:flex;box-shadow:0 0 24px #3d808659,0 0 60px #3d80861f}.landing-mobile-module__Q8XBqW__mobileGetStartedBtn:active{opacity:.9;box-shadow:0 0 32px #3d808680,0 0 80px #3d808633}@keyframes landing-mobile-module__Q8XBqW__bgFadeIn{0%{opacity:0}to{opacity:1}}@keyframes landing-mobile-module__Q8XBqW__titleReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}
.shared-module__ZdAgla__sharedWorkspace{background:var(--bg-base);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.shared-module__ZdAgla__sharedHeader{background:var(--bg-base);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:12px 24px;display:flex}.shared-module__ZdAgla__headerLeft{align-items:center;gap:16px;display:flex}.shared-module__ZdAgla__brandLogo{color:var(--text-main);letter-spacing:.02em;cursor:pointer;font-family:Daisha Pixel,monospace;font-size:1.75rem;font-weight:400;line-height:1;transition:opacity .2s}.shared-module__ZdAgla__brandLogo:hover{opacity:.8}.shared-module__ZdAgla__divider{background:var(--border);width:1px;height:20px}.shared-module__ZdAgla__headerRight{align-items:center;gap:12px;display:flex}.shared-module__ZdAgla__minimalPill{border:1px solid var(--border);color:var(--text-muted);white-space:nowrap;background:0 0;border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex}.shared-module__ZdAgla__ownerPill{padding:4px 12px 4px 6px}.shared-module__ZdAgla__ownerPill span{color:var(--text-main);font-weight:600}.shared-module__ZdAgla__readonlyPill{padding:6px 10px}.shared-module__ZdAgla__cloneActionPill{cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.shared-module__ZdAgla__cloneActionPill:hover{color:var(--text-main);border-color:var(--text-muted);background:#ffffff08;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}body:not(.dark-mode) .shared-module__ZdAgla__cloneActionPill:hover{background:#00000005}.shared-module__ZdAgla__mobileHeaderWrap{flex-direction:column;gap:12px;width:100%;display:flex}.shared-module__ZdAgla__mobileSubRow{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.shared-module__ZdAgla__mobileSubRow::-webkit-scrollbar{display:none}@media (max-width:768px){.shared-module__ZdAgla__sharedHeader{flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;height:auto;padding:32px 16px 16px}.shared-module__ZdAgla__brandLogo{margin:4px 0 0;font-size:2.2rem}.shared-module__ZdAgla__minimalPill{padding:5px 10px;font-size:.72rem}.shared-module__ZdAgla__ownerPill{padding:3px 10px 3px 4px}}
