.landing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000}.landing-modal{background:#fff;border:1px solid #e0e0e0;padding:40px 48px;text-align:center;box-shadow:0 4px 24px #00000014}.landing-logo{width:48px;height:48px;filter:brightness(0);margin-bottom:12px}.landing-title{font-size:14px;font-weight:700;letter-spacing:.15em;color:#000;margin:0 0 8px}.landing-subtitle{font-size:13px;color:#666;margin:0 0 24px}.connect-btn{padding:12px 32px;font-size:13px;font-weight:600;color:#fff;background:#000;border:none;cursor:pointer;transition:opacity .2s}.connect-btn:hover:not(:disabled){opacity:.8}.connect-btn:disabled{opacity:.5;cursor:not-allowed}.landing-error{margin:16px 0 0;padding:8px 12px;font-size:12px;color:#c00;background:#fff0f0;border:1px solid #ffcccc}.file-tree{min-width:120px;max-width:400px;background:#fafafa;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0}.editor-layout.dark .file-tree{background:#252526;border-color:#3c3c3c}.file-tree-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:11px;color:#666;text-transform:uppercase;border-bottom:1px solid #e0e0e0}.editor-layout.dark .file-tree-header{color:#a0a0a0;border-color:#3c3c3c}.file-tree-header-actions{display:flex;align-items:center;gap:8px}.sync-indicator{font-size:8px;transition:color .3s}.sync-indicator.connected{color:#22c55e}.sync-indicator.disconnected{color:#f59e0b;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.file-tree-add{background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:0 4px}.file-tree-add:hover{color:#000}.editor-layout.dark .file-tree-add:hover{color:#fff}.file-tree-content{flex:1;overflow-y:auto;padding:4px 0}.file-tree-loading,.file-tree-empty{padding:12px;color:#999;font-size:12px;text-align:center;line-height:1.5}.tree-item{display:flex;align-items:center;gap:4px;padding:3px 8px;cursor:pointer;font-size:13px;color:#333}.editor-layout.dark .tree-item{color:#d4d4d4}.tree-item:hover{background:#f0f0f0}.editor-layout.dark .tree-item:hover{background:#2a2d2e}.tree-item.selected{background:#e8e8e8}.editor-layout.dark .tree-item.selected{background:#094771}.tree-item.readonly{color:#999}.tree-icon{font-size:12px}.tree-icon-img{width:14px;height:14px;filter:brightness(0) saturate(100%);opacity:.7}.editor-layout.dark .tree-icon-img{filter:brightness(0) invert(1)}.menu-icon{width:14px;height:14px;filter:brightness(0) saturate(100%);opacity:.7}.editor-layout.dark .menu-icon{filter:brightness(0) invert(1)}.menu-icon.danger-icon{filter:none;opacity:1}.context-menu button.danger .menu-icon{stroke:#c00}.tree-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-badge{font-size:10px;opacity:.5}.tree-badge-icon{width:12px;height:12px;opacity:.5;filter:brightness(0)}.editor-layout.dark .tree-badge-icon{filter:brightness(0) invert(1)}.tree-owner-badge{color:#22c55e;font-size:8px;margin-left:4px}.context-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.context-menu{position:fixed;background:#fff;border:1px solid #ddd;border-radius:4px;padding:4px 0;z-index:1000;min-width:140px;box-shadow:0 2px 12px #00000026}.editor-layout.dark .context-menu{background:#252526;border-color:#454545}.context-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;color:#333;font-size:13px;text-align:left;cursor:pointer}.editor-layout.dark .context-menu button{color:#d4d4d4}.context-menu button:hover{background:#f0f0f0}.editor-layout.dark .context-menu button:hover{background:#094771}.context-menu button.danger{color:#c00}.context-menu button.danger:hover{background:#fee}.editor-layout.dark .context-menu button.danger:hover{background:#5a1d1d}.context-menu-divider{height:1px;background:#e0e0e0;margin:4px 0}.editor-layout.dark .context-menu-divider{background:#454545}.context-menu-info{display:flex;align-items:center;gap:6px;padding:8px 12px;color:#999;font-size:12px}.context-menu-icon{width:12px;height:12px;opacity:.6;filter:brightness(0)}.editor-layout.dark .context-menu-icon{filter:brightness(0) invert(1)}.user-info-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.user-info-modal{background:#fff;border-radius:8px;width:400px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.editor-layout.dark .user-info-modal{background:#252526;color:#d4d4d4}.user-info-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e0e0e0}.editor-layout.dark .user-info-header{border-color:#3c3c3c}.user-info-header h3{margin:0;font-size:14px}.user-info-header button{background:none;border:none;font-size:20px;cursor:pointer;color:#666}.user-info-content{padding:16px;overflow-y:auto}.user-info-row{display:flex;margin-bottom:8px;font-size:13px}.user-info-label{width:100px;color:#666;flex-shrink:0}.editor-layout.dark .user-info-label{color:#999}.user-info-value{flex:1;word-break:break-all}.user-info-value.blocked{color:#c00}.user-info-divider{height:1px;background:#e0e0e0;margin:12px 0}.editor-layout.dark .user-info-divider{background:#3c3c3c}.user-info-files-header{font-size:12px;color:#666;margin-bottom:8px}.user-info-files{max-height:200px;overflow-y:auto}.user-info-file{display:flex;align-items:flex-start;gap:6px;padding:6px 0;font-size:12px;border-bottom:1px solid #f0f0f0}.editor-layout.dark .user-info-file{border-color:#333}.user-info-file:last-child{border-bottom:none}.user-info-file-icon{width:14px;height:14px;filter:brightness(0);opacity:.7;margin-top:2px}.editor-layout.dark .user-info-file-icon{filter:brightness(0) invert(1)}.user-info-file-details{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.user-info-file-name{font-weight:500}.user-info-file-id{font-size:10px;color:#999;font-family:monospace;cursor:pointer;word-break:break-all}.user-info-file-id:hover{color:#06c;text-decoration:underline}.live-preview{display:flex;flex-direction:column;background:#fff;width:100%;height:100%}.live-preview.dark{background:#1e1e1e}.live-preview-header{display:flex;align-items:center;justify-content:space-between;padding:6px 12px;background:#fafafa;border-bottom:1px solid #e0e0e0;flex-shrink:0}.live-preview.dark .live-preview-header{background:#252526;border-color:#3c3c3c}.live-preview-title{color:#666;font-size:11px;text-transform:uppercase}.live-preview.dark .live-preview-title{color:#a0a0a0}.live-preview-btn{width:24px;height:24px;background:transparent;color:#000;border:1px solid #ddd;font-size:14px;cursor:pointer;border-radius:4px;flex-shrink:0}.live-preview.dark .live-preview-btn{color:#fff;border-color:#444}.live-preview-btn:hover{background:#f0f0f0}.live-preview.dark .live-preview-btn:hover{background:#333}.live-preview-btn:disabled{color:#999;cursor:not-allowed}.live-preview.dark .live-preview-btn:disabled{color:#666}.live-preview-frame{flex:1;border:none;background:#fff;width:100%}.live-preview-error{padding:8px 12px;background:#fee;color:#c00;font-size:12px;flex-shrink:0}.live-preview.dark .live-preview-error{background:#5a1d1d;color:#f48771}.live-preview-empty{display:flex;align-items:center;justify-content:center;flex:1;color:#999;font-size:13px}.live-preview-tabs{display:flex;gap:2px;padding:4px 8px;background:#f0f0f0;border-bottom:1px solid #e0e0e0;overflow-x:auto;flex-shrink:0}.live-preview.dark .live-preview-tabs{background:#2d2d2d;border-color:#3c3c3c}.preview-tab{padding:4px 12px;background:transparent;border:none;border-radius:4px 4px 0 0;color:#666;font-size:12px;cursor:pointer;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.preview-tab:hover{background:#e0e0e0;color:#333}.live-preview.dark .preview-tab{color:#999}.live-preview.dark .preview-tab:hover{background:#3a3a3a;color:#fff}.preview-tab.active{background:#fff;color:#000;font-weight:500}.live-preview.dark .preview-tab.active{background:#1e1e1e;color:#fff}.editor-layout{display:flex;flex:1;height:100%;overflow:hidden;background:#fff}.editor-layout.dark{background:#1e1e1e}.editor-main{min-width:100px;display:flex;flex-direction:column;background:#fff;overflow:hidden}.editor-layout.dark .editor-main{background:#1e1e1e}.editor-header{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fafafa;border-bottom:1px solid #e0e0e0;font-size:13px;flex-shrink:0}.editor-layout.dark .editor-header{background:#252526;border-color:#3c3c3c}.filename{color:#000}.editor-layout.dark .filename{color:#d4d4d4}.dirty{color:#f90;margin-left:4px}.readonly{color:#999;font-size:11px;margin-left:auto}.editor-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.resize-handle{width:4px;background:#e0e0e0;cursor:col-resize;flex-shrink:0}.resize-handle:hover{background:#007acc}.editor-layout.dark .resize-handle{background:#3c3c3c}.editor-layout.dark .resize-handle:hover{background:#007acc}.resize-handle.preview-handle{width:6px;background:#ccc}.editor-layout.dark .resize-handle.preview-handle{background:#444}.preview-panel{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden;min-width:0}.collapsed-indicator{width:28px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-right:1px solid #e0e0e0;cursor:pointer;flex-shrink:0;transition:background .15s}.collapsed-indicator:hover{background:#e8e8e8}.editor-layout.dark .collapsed-indicator{background:#2d2d2d;border-color:#3c3c3c}.editor-layout.dark .collapsed-indicator:hover{background:#3a3a3a}.collapsed-icon{width:16px;height:16px;filter:brightness(0);opacity:.7}.editor-layout.dark .collapsed-icon{filter:brightness(0) invert(1)}.version-btn{margin-left:auto;width:24px;height:24px;background:transparent;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.version-btn:hover{background:#f0f0f0}.editor-layout.dark .version-btn{border-color:#444}.editor-layout.dark .version-btn:hover{background:#333}.version-icon{width:14px;height:14px;filter:brightness(0)}.editor-layout.dark .version-icon{filter:brightness(0) invert(1)}.version-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.version-modal{background:#fff;border-radius:8px;width:400px;max-height:500px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003}.version-modal.dark{background:#252526;color:#d4d4d4}.version-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e0e0e0}.version-modal.dark .version-header{border-color:#3c3c3c}.version-header h3{margin:0;font-size:16px}.version-header button{background:none;border:none;font-size:20px;cursor:pointer;color:inherit}.version-content{flex:1;overflow-y:auto;padding:8px}.version-loading,.version-empty{padding:20px;text-align:center;color:#999}.version-list{display:flex;flex-direction:column;gap:8px}.version-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f5f5f5;border-radius:6px}.version-modal.dark .version-item{background:#2d2d2d}.version-info{display:flex;align-items:center;gap:8px;flex:1}.version-number{font-weight:600;color:#007acc}.version-editor{font-size:12px;color:#666}.version-modal.dark .version-editor{color:#999}.version-lines{font-size:11px;color:#4caf50;background:#4caf501a;padding:2px 6px;border-radius:4px}.version-time{font-size:11px;color:#999}.version-rollback{padding:4px 10px;background:#007acc;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer}.version-rollback:hover{background:#005a9e}.footer{height:48px;display:flex;align-items:center;justify-content:center;gap:20px;background:#f5f5f5;border-top:1px solid #e0e0e0;padding:0 20px;flex-shrink:0}.footer.dark{background:#1a1a1a;border-color:#333}.footer-logo{width:28px;height:28px;object-fit:contain;filter:brightness(0)}.footer.dark .footer-logo{filter:brightness(0) invert(1)}.footer-title{font-size:12px;font-weight:700;letter-spacing:.15em;color:#333;margin:0}.footer.dark .footer-title{color:#ccc}.theme-toggle{width:28px;height:28px;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.footer.dark .theme-toggle{background:#333;border-color:#444}.theme-toggle:hover{transform:scale(1.1)}.footer.dark .theme-icon{filter:brightness(0) invert(1)}.footer-tagline{display:none}.admin-toggle{position:fixed;bottom:66px;right:16px;width:40px;height:40px;background:#fff;border:1px solid #000;color:#000;cursor:pointer;font-size:16px;z-index:50;display:flex;align-items:center;justify-content:center;transition:all .2s}.admin-toggle.dark{background:#000;border-color:#fff;color:#fff}.admin-toggle:hover{background:#000;color:#fff}.admin-toggle.dark:hover{background:#fff;color:#000}.admin-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.admin-panel{background:#fff;border-radius:8px;width:90%;max-width:700px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 24px #0003}.admin-panel.dark{background:#252526;color:#d4d4d4}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0}.admin-panel.dark .admin-header{border-color:#3c3c3c}.admin-header h2{margin:0;font-size:18px;font-weight:600}.admin-header button{background:none;border:none;font-size:24px;cursor:pointer;color:#999}.admin-tabs{display:flex;border-bottom:1px solid #e0e0e0}.admin-panel.dark .admin-tabs{border-color:#3c3c3c}.admin-tabs button{flex:1;padding:12px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;cursor:pointer;color:#666}.admin-panel.dark .admin-tabs button{color:#999}.admin-tabs button:hover{background:#f5f5f5}.admin-panel.dark .admin-tabs button:hover{background:#2d2d2d}.admin-tabs button.active{color:#007acc;border-bottom-color:#007acc}.admin-content{flex:1;overflow-y:auto;padding:16px}.admin-hint{font-size:12px;color:#999;margin-bottom:16px;padding:8px;background:#f9f9f9;border-radius:4px}.admin-panel.dark .admin-hint{background:#1e1e1e}.admin-loading,.admin-empty{color:#999;font-size:13px;text-align:center;padding:20px}.owner-group{margin-bottom:16px;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden}.owner-group.admin-owner{border-color:#4caf50;background:#f1f8e9}.admin-panel.dark .owner-group{border-color:#3c3c3c}.admin-panel.dark .owner-group.admin-owner{border-color:#4caf50;background:#1b3d1b}.owner-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f5f5f5;font-size:12px}.admin-panel.dark .owner-header{background:#2d2d2d}.owner-wallet{font-family:monospace;color:#666;display:flex;align-items:center;gap:6px}.admin-panel.dark .owner-wallet{color:#a0a0a0}.admin-badge{font-size:14px}.admin-label{font-size:10px;background:#4caf50;color:#fff;padding:2px 6px;border-radius:3px;font-weight:600}.protected-label{font-size:10px;color:#4caf50;font-style:italic}.block-btn{background:none;border:none;cursor:pointer;font-size:14px;opacity:.6}.block-btn:hover{opacity:1}.owner-files{padding:4px 0}.file-item{display:flex;align-items:center;gap:8px;padding:6px 12px;font-size:13px}.file-item:hover{background:#f9f9f9}.admin-panel.dark .file-item:hover{background:#2a2a2a}.file-icon{font-size:12px}.file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-id{font-family:monospace;font-size:10px;color:#999}.file-actions{display:flex;gap:4px}.file-actions button{background:none;border:none;cursor:pointer;font-size:12px;padding:2px 4px;opacity:.6}.file-actions button:hover{opacity:1}.file-actions button.danger:hover{color:#c00}.action-group{margin-bottom:20px}.action-group h4{font-size:13px;color:#666;margin-bottom:8px}.admin-panel.dark .action-group h4{color:#a0a0a0}.action-buttons{display:flex;flex-wrap:wrap;gap:8px}.action-buttons button{padding:8px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;font-size:13px;cursor:pointer}.admin-panel.dark .action-buttons button{background:#333;border-color:#444;color:#d4d4d4}.action-buttons button:hover{background:#e8e8e8}.admin-panel.dark .action-buttons button:hover{background:#444}.refresh-btn{padding:4px 8px;background:none;border:1px solid #ddd;border-radius:4px;font-size:12px;cursor:pointer;margin-bottom:12px}.admin-panel.dark .refresh-btn{border-color:#444;color:#a0a0a0}.audit-list{display:flex;flex-direction:column;gap:8px}.audit-item{padding:10px;background:#f9f9f9;border-radius:4px;font-size:12px}.admin-panel.dark .audit-item{background:#1e1e1e}.audit-action{font-weight:600;margin-bottom:4px}.audit-target{color:#666;font-family:monospace}.admin-panel.dark .audit-target{color:#a0a0a0}.audit-reason{margin-top:4px}.audit-time{margin-top:4px;color:#999;font-size:11px}.admin-wallets-list{display:flex;flex-direction:column;gap:4px}.admin-wallet-item{font-family:monospace;font-size:12px;color:#4caf50;padding:4px 8px;background:#f1f8e9;border-radius:4px}.admin-panel.dark .admin-wallet-item{background:#1b3d1b}.ai-chat-toggle{position:fixed;bottom:16px;right:16px;width:40px;height:40px;background:#fff;border:1px solid #000;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:50;transition:all .2s}.ai-chat-toggle.dark{background:#000;border-color:#fff;color:#fff}.ai-chat-toggle:hover{background:#000;color:#fff}.ai-chat-toggle.dark:hover{background:#fff;color:#000}.ai-chat-panel{position:fixed;bottom:66px;right:16px;width:380px;height:500px;display:flex;flex-direction:column;z-index:100;overflow:hidden}.ai-chat-panel.light{background:#fff;border:1px solid #e5e5e5}.ai-chat-panel.dark{background:#0a0a0a;border:1px solid #222}.ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid}.ai-chat-panel.light .ai-chat-header{background:#fff;border-color:#e5e5e5}.ai-chat-panel.dark .ai-chat-header{background:#0a0a0a;border-color:#222}.ai-chat-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12px;letter-spacing:.1em}.ai-chat-panel.light .ai-chat-title{color:#000}.ai-chat-panel.dark .ai-chat-title{color:#fff}.ai-chat-close{background:none;border:none;cursor:pointer;font-size:20px;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.ai-chat-panel.light .ai-chat-close{color:#666}.ai-chat-panel.dark .ai-chat-close{color:#888}.ai-chat-close:hover{color:#000}.ai-chat-panel.dark .ai-chat-close:hover{color:#fff}.ai-chat-context{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;font-size:11px;border-bottom:1px solid}.ai-chat-panel.light .ai-chat-context{background:#f8f8f8;border-color:#e5e5e5}.ai-chat-panel.dark .ai-chat-context{background:#111;border-color:#222}.context-file{font-family:monospace;color:#666}.ai-chat-panel.dark .context-file{color:#888}.share-code-btn{padding:4px 10px;font-size:10px;border:1px solid;background:transparent;cursor:pointer;transition:all .2s}.ai-chat-panel.light .share-code-btn{border-color:#000;color:#000}.ai-chat-panel.light .share-code-btn:hover{background:#000;color:#fff}.ai-chat-panel.dark .share-code-btn{border-color:#fff;color:#fff}.ai-chat-panel.dark .share-code-btn:hover{background:#fff;color:#000}.ai-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.ai-chat-welcome{text-align:center;padding:20px 10px}.welcome-icon{margin-bottom:12px}.ai-chat-panel.light .welcome-icon{color:#000}.ai-chat-panel.dark .welcome-icon{color:#fff}.ai-chat-welcome h3{margin:0 0 8px;font-size:16px;font-weight:600}.ai-chat-panel.light .ai-chat-welcome h3{color:#000}.ai-chat-panel.dark .ai-chat-welcome h3{color:#fff}.ai-chat-welcome p{margin:0 0 20px;font-size:13px;line-height:1.5}.ai-chat-panel.light .ai-chat-welcome p{color:#666}.ai-chat-panel.dark .ai-chat-welcome p{color:#999}.suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.suggestions button{padding:8px 14px;border:1px solid;cursor:pointer;font-size:12px;transition:all .2s;background:transparent}.ai-chat-panel.light .suggestions button{border-color:#e5e5e5;color:#333}.ai-chat-panel.light .suggestions button:hover{border-color:#000;background:#000;color:#fff}.ai-chat-panel.dark .suggestions button{border-color:#333;color:#ccc}.ai-chat-panel.dark .suggestions button:hover{border-color:#fff;background:#fff;color:#000}.ai-message{max-width:90%;padding:10px 14px;font-size:13px;line-height:1.5;word-wrap:break-word}.ai-message.user{align-self:flex-end;border:1px solid}.ai-chat-panel.light .ai-message.user{background:#000;color:#fff;border-color:#000}.ai-chat-panel.dark .ai-message.user{background:#fff;color:#000;border-color:#fff}.ai-message.assistant{align-self:flex-start;border:1px solid}.ai-chat-panel.light .ai-message.assistant{background:#f8f8f8;color:#111;border-color:#e5e5e5}.ai-chat-panel.dark .ai-message.assistant{background:#111;color:#e5e5e5;border-color:#222}.message-content,.message-content .text-content{white-space:pre-wrap}.code-block{margin:12px 0;overflow:hidden;border:1px solid}.ai-chat-panel.light .code-block{background:#1e1e1e;border-color:#333}.ai-chat-panel.dark .code-block{background:#0a0a0a;border-color:#333}.code-header{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-bottom:1px solid #333}.code-lang{font-size:11px;color:#888;font-family:monospace;text-transform:uppercase;letter-spacing:.05em}.copy-btn{background:transparent;border:1px solid #444;color:#888;padding:3px 8px;cursor:pointer;font-size:10px;transition:all .2s}.copy-btn:hover{background:#fff;color:#000;border-color:#fff}.code-block pre{margin:0;padding:12px;overflow-x:auto}.code-block code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;color:#d4d4d4;line-height:1.5}.typing{display:flex;gap:4px;padding:4px 0}.typing span{width:6px;height:6px;background:#666;animation:typing 1.4s infinite ease-in-out}.typing span:nth-child(1){animation-delay:0s}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.ai-chat-input{display:flex;gap:8px;padding:12px;border-top:1px solid}.ai-chat-panel.light .ai-chat-input{background:#fff;border-color:#e5e5e5}.ai-chat-panel.dark .ai-chat-input{background:#0a0a0a;border-color:#222}.ai-chat-input textarea{flex:1;padding:10px 12px;border:1px solid;resize:none;font-family:inherit;font-size:13px;min-height:40px;max-height:100px;outline:none;transition:border-color .2s}.ai-chat-panel.light .ai-chat-input textarea{background:#fff;border-color:#e5e5e5;color:#111}.ai-chat-panel.light .ai-chat-input textarea:focus{border-color:#000}.ai-chat-panel.dark .ai-chat-input textarea{background:#0a0a0a;border-color:#333;color:#e5e5e5}.ai-chat-panel.dark .ai-chat-input textarea:focus{border-color:#fff}.ai-chat-input textarea::placeholder{color:#999}.send-btn{width:40px;height:40px;border:1px solid;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.ai-chat-panel.light .send-btn{background:#fff;border-color:#000;color:#000}.ai-chat-panel.light .send-btn:hover:not(:disabled){background:#000;color:#fff}.ai-chat-panel.dark .send-btn{background:#000;border-color:#fff;color:#fff}.ai-chat-panel.dark .send-btn:hover:not(:disabled){background:#fff;color:#000}.send-btn:disabled{opacity:.3;cursor:not-allowed}@media (max-width: 480px){.ai-chat-panel{width:calc(100vw - 32px);height:calc(100vh - 160px);bottom:120px;right:16px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#000;line-height:1.6;transition:background .3s,color .3s}body.dark{background:#0a0a0a;color:#e5e5e5}code,pre,.mono{font-family:JetBrains Mono,SF Mono,Consolas,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit}.app-scroll-container{height:100%;overflow-y:auto;overflow-x:hidden}.app-viewport{height:100vh;display:flex;position:relative;flex-shrink:0}.wallet-adapter-button{background:#000!important;color:#fff!important}body.dark .wallet-adapter-button{background:#333!important}.wallet-adapter-modal-wrapper{background:#fff!important}body.dark .wallet-adapter-modal-wrapper{background:#252526!important}.wallet-adapter-modal-title{color:#000!important}body.dark .wallet-adapter-modal-title{color:#d4d4d4!important}.wallet-adapter-modal-list{margin:0!important}body.dark .wallet-adapter-modal-list li{background:#333!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}body.dark ::-webkit-scrollbar-thumb{background:#444}::-webkit-scrollbar-thumb:hover{background:#aaa}body.dark ::-webkit-scrollbar-thumb:hover{background:#555}.landing-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#111}.landing-page.dark{background:#0a0a0a;color:#e5e5e5}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background:#fff;z-index:100}.landing-header.dark{background:#0a0a0a;border-color:#222}.header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.header-logo{width:24px;height:24px;filter:brightness(0)}.landing-header.dark .header-logo{filter:brightness(0) invert(1)}.header-title{font-size:12px;font-weight:700;letter-spacing:.15em}.header-right{display:flex;align-items:center;gap:16px}.theme-btn{width:32px;height:32px;background:none;border:1px solid #e5e5e5;cursor:pointer;display:flex;align-items:center;justify-content:center}.landing-header.dark .theme-btn{border-color:#333}.theme-icon{width:16px;height:16px;filter:brightness(0)}.landing-header.dark .theme-icon{filter:brightness(0) invert(1)}.launch-btn{padding:8px 20px;font-size:13px;font-weight:600;color:#000;background:#fff;border:1px solid #000;text-decoration:none;transition:all .2s}.launch-btn:hover{background:#000;color:#fff}.launch-btn.dark{background:#000;color:#fff;border-color:#fff}.launch-btn.dark:hover{background:#fff;color:#000;border-color:#fff}.hero{min-height:calc(100vh - 57px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;position:relative}.hero-content{max-width:700px}.hero-badge{display:inline-block;padding:6px 16px;font-size:12px;color:#666;background:#f5f5f5;margin-bottom:24px}.hero-badge.dark{background:#1a1a1a;color:#888}.hero-title{font-size:56px;font-weight:700;line-height:1.1;margin:0 0 20px;letter-spacing:-.02em}.hero-highlight{background:linear-gradient(90deg,#000,#444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-highlight.dark{background:linear-gradient(90deg,#fff,#888);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-desc{font-size:18px;color:#666;margin:0 0 32px;line-height:1.7}.hero-desc.dark{color:#999}.hero-actions{display:flex;gap:16px;justify-content:center;margin-bottom:48px}.hero-btn{padding:14px 32px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.hero-btn.primary{background:#fff;color:#000;border:1px solid #000}.hero-btn.primary:hover{background:#000;color:#fff}.hero-btn.primary.dark{background:#000;color:#fff;border-color:#fff}.hero-btn.primary.dark:hover{background:#fff;color:#000;border-color:#fff}.hero-btn.secondary{background:none;color:#000;border:1px solid #ddd}.hero-btn.secondary:hover{border-color:#000}.hero-btn.secondary.dark{color:#fff;border-color:#444}.hero-btn.secondary.dark:hover{border-color:#fff}.hero-code{display:inline-block;padding:16px 24px;font-size:14px;background:#f5f5f5;color:#333;text-align:left;border:1px solid #e0e0e0}.hero-code.dark{background:#1a1a1a;color:#e5e5e5;border-color:#333}.code-comment{color:#6a9955}.code-keyword{color:#00f}.code-op{color:#333}.code-func{color:#795e26}.code-string{color:#a31515}.hero.dark .code-keyword{color:#c586c0}.hero.dark .code-op{color:#d4d4d4}.hero.dark .code-func{color:#dcdcaa}.hero.dark .code-string{color:#ce9178}.hero-scroll-hint{position:absolute;bottom:32px;font-size:12px;color:#999;animation:bounce 2s infinite}.hero-scroll-hint.dark{color:#666}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.section{padding:100px 40px;border-bottom:1px solid #e5e5e5}.section.dark{border-color:#222}.section-header{text-align:center;margin-bottom:60px}.section-badge{display:inline-block;font-size:12px;color:#666;margin-bottom:12px}.section-badge.dark{color:#888}.section-title{font-size:40px;font-weight:700;margin:0 0 16px}.section-desc{font-size:18px;color:#666;margin:0}.section-desc.dark{color:#999}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}@media (max-width: 900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.features-grid{grid-template-columns:1fr}}.feature-card{padding:32px;border:1px solid #e5e5e5;transition:all .3s}.feature-card:hover{border-color:#000;transform:translateY(-4px)}.feature-card.dark{border-color:#222}.feature-card.dark:hover{border-color:#444}.feature-icon{width:32px;height:32px;margin-bottom:16px;filter:brightness(0)}.feature-icon.dark{filter:brightness(0) invert(1)}.feature-title{font-size:18px;font-weight:600;margin:0 0 8px}.feature-desc{font-size:14px;color:#666;margin:0;line-height:1.6}.feature-desc.dark{color:#999}.code-section-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}@media (max-width: 900px){.code-section-content{grid-template-columns:1fr}}.feature-list{list-style:none;padding:0;margin:24px 0 0}.feature-list li{display:flex;align-items:center;gap:12px;font-size:15px;padding:8px 0;color:#444}.feature-list.dark li{color:#ccc}.list-icon{width:16px;height:16px;filter:brightness(0)}.list-icon.dark{filter:brightness(0) invert(1)}.code-window{overflow:hidden;border:1px solid #e0e0e0;background:#f8f8f8}.code-window.dark{background:#1e1e1e;border-color:#333}.window-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#eee;border-bottom:1px solid #ddd}.window-header.dark{background:#2d2d2d;border-color:#444}.window-dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27ca40}.window-title{font-size:12px;color:#666}.window-title.dark{color:#888}.window-code{margin:0;padding:20px;font-size:13px;line-height:1.6;overflow-x:auto;color:#333}.window-code.dark{color:#d4d4d4}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1000px;margin:0 auto}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr}}.step-card{text-align:center;padding:40px 32px;border:1px solid #e5e5e5}.step-card.dark{border-color:#222}.step-num{display:block;font-size:48px;font-weight:700;color:#000;margin-bottom:16px}.step-num.dark{color:#fff}.step-title{font-size:20px;font-weight:600;margin:0 0 12px}.step-desc{font-size:14px;color:#666;margin:0;line-height:1.6}.step-desc.dark{color:#999}.stats-section{background:#f8f8f8}.stats-section.dark{background:#111}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:900px;margin:0 auto}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{text-align:center;padding:32px}.stat-value{display:block;font-size:48px;font-weight:700;color:#000;margin-bottom:8px}.stat-value.dark{color:#fff}.stat-label{font-size:14px;color:#666}.stat-label.dark{color:#888}.tech-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;max-width:800px;margin:0 auto}.tech-card{display:flex;flex-direction:column;align-items:center;padding:24px 40px;border:1px solid #e5e5e5;min-width:140px;transition:all .2s}.tech-card:hover{border-color:#000;transform:translateY(-2px)}.tech-card.dark{border-color:#222}.tech-card.dark:hover{border-color:#444}.tech-name{font-size:16px;font-weight:600;margin-bottom:4px}.tech-desc{font-size:12px;color:#888}.cta-section{text-align:center;background:#f8f8f8;color:#000}.cta-section.dark{background:#111;color:#fff}.cta-content{max-width:600px;margin:0 auto}.cta-title{font-size:40px;font-weight:700;margin:0 0 16px}.cta-desc{font-size:18px;color:#666;margin:0 0 32px}.cta-desc.dark{color:#999}.cta-btn{display:inline-block;padding:16px 40px;font-size:16px;font-weight:600;background:#fff;color:#000;border:1px solid #000;text-decoration:none;transition:all .2s}.cta-btn:hover{background:#000;color:#fff}.cta-btn.dark{background:#000;color:#fff;border-color:#fff}.cta-btn.dark:hover{background:#fff;color:#000}.landing-footer{padding:40px;border-top:1px solid #e5e5e5;background:#fafafa}.landing-footer.dark{background:#0a0a0a;border-color:#222}.footer-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.footer-logo{width:20px;height:20px;filter:brightness(0)}.footer-logo.dark{filter:brightness(0) invert(1)}.footer-title{font-size:11px;font-weight:700;letter-spacing:.15em}.footer-links{display:flex;gap:32px}.footer-link{font-size:13px;color:#666;text-decoration:none;transition:color .2s}.footer-link:hover{color:#000}.footer-link.dark{color:#888}.footer-link.dark:hover{color:#fff}.footer-copy{font-size:12px;color:#999}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.docs-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;color:#111}.docs-page.dark{background:#0a0a0a;color:#e5e5e5}.docs-header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-bottom:1px solid #e5e5e5;background:#fff;position:sticky;top:0;z-index:100}.docs-header.dark{background:#0a0a0a;border-color:#222}.docs-header .header-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.docs-header .header-logo{width:24px;height:24px;filter:brightness(0)}.docs-header .header-logo.dark{filter:brightness(0) invert(1)}.docs-header .header-title{font-size:12px;font-weight:700;letter-spacing:.15em}.docs-header .header-right{display:flex;align-items:center;gap:16px}.docs-header .theme-btn{width:32px;height:32px;background:none;border:1px solid #e5e5e5;cursor:pointer;display:flex;align-items:center;justify-content:center}.docs-header.dark .theme-btn{border-color:#333}.docs-header .theme-icon{width:16px;height:16px;filter:brightness(0)}.docs-header .theme-icon.dark{filter:brightness(0) invert(1)}.docs-header .launch-btn{padding:8px 20px;font-size:13px;font-weight:600;color:#fff;background:#000;text-decoration:none;transition:opacity .2s}.docs-header .launch-btn:hover{opacity:.8}.docs-header .launch-btn.dark{background:#fff;color:#000}.docs-layout{flex:1;display:flex;max-width:1400px;margin:0 auto;width:100%}.docs-nav{width:260px;padding:32px 24px;border-right:1px solid #e5e5e5;flex-shrink:0;position:sticky;top:57px;height:calc(100vh - 57px);overflow-y:auto}.docs-nav.dark{border-color:#222}.docs-nav-title{font-size:11px;color:#888;margin-bottom:20px;padding-left:12px}.docs-nav-item{display:block;width:100%;padding:10px 12px;font-size:14px;text-align:left;background:none;border:none;color:#666;cursor:pointer;transition:all .2s;border-radius:0}.docs-nav-item:hover{color:#000;background:#f5f5f5}.docs-nav-item.dark:hover{color:#fff;background:#1a1a1a}.docs-nav-item.active{color:#000;background:#f0f0f0;font-weight:500}.docs-nav-item.active.dark{color:#fff;background:#1a1a1a}.docs-content{flex:1;padding:40px 60px;max-width:900px;min-height:calc(100vh - 177px)}.docs-title{font-size:36px;font-weight:700;margin:0 0 32px;padding-bottom:16px;border-bottom:1px solid #e5e5e5}.docs-page.dark .docs-title{border-color:#222}.docs-text{font-size:15px;line-height:1.8;color:#444}.docs-text.dark{color:#bbb}.docs-h3{font-size:20px;font-weight:600;margin:40px 0 16px;color:#000}.docs-page.dark .docs-h3{color:#fff}.docs-p{margin:0 0 16px}.docs-li{margin:8px 0;padding-left:8px;list-style-position:inside}.docs-text strong{color:#000;font-weight:600}.docs-text.dark strong{color:#fff}.docs-footer{padding:40px;border-top:1px solid #e5e5e5;background:#fafafa}.docs-footer.dark{background:#0a0a0a;border-color:#222}.docs-footer .footer-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.docs-footer .footer-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.docs-footer .footer-logo{width:20px;height:20px;filter:brightness(0)}.docs-footer .footer-logo.dark{filter:brightness(0) invert(1)}.docs-footer .footer-title{font-size:11px;font-weight:700;letter-spacing:.15em}.docs-footer .footer-links{display:flex;gap:32px}.docs-footer .footer-link{font-size:13px;color:#666;text-decoration:none;transition:color .2s}.docs-footer .footer-link:hover{color:#000}.docs-footer .footer-link.dark{color:#888}.docs-footer .footer-link.dark:hover{color:#fff}.docs-footer .footer-copy{font-size:12px;color:#999}@media (max-width: 900px){.docs-layout{flex-direction:column}.docs-nav{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid #e5e5e5;padding:16px;display:flex;flex-wrap:wrap;gap:8px}.docs-nav-title{width:100%}.docs-nav-item{width:auto;padding:8px 16px}.docs-content{padding:24px}}
