*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#fefefe,#f8fafc);min-height:100vh;font-weight:300;letter-spacing:-.01em}:where([data-page=index]) .terminal-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:80px 40px;max-width:800px;margin:0 auto}:where([data-page=index]) .terminal-header{text-align:center;margin-bottom:60px}:where([data-page=index]) .terminal-logo{display:flex;align-items:center;justify-content:center;margin:0 auto 40px}:where([data-page=index]) .terminal-logo-stack{display:inline-flex;flex-direction:column;align-items:stretch;width:fit-content;max-width:100%;margin:0 auto}:where([data-page=index]) .claw-animation-track{--claw-size:96px;--claw-run-duration:10s;position:relative;width:100%;height:96px;margin:0 auto -4px;overflow:visible;pointer-events:auto;z-index:2}:where([data-page=index]) .claw-link{position:relative;display:block;width:100%;height:100%;text-decoration:none;cursor:pointer}:where([data-page=index]) .claw-speech{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);padding:5px 10px;border-radius:12px;background:rgba(124,58,237,.95);color:#ffffff;font-size:.8125rem;font-weight:500;letter-spacing:-.01em;opacity:0;transition:opacity .2s ease;pointer-events:none;white-space:nowrap;box-shadow:0 4px 12px rgba(124,58,237,.22);z-index:4}:where([data-page=index]) .claw-speech:after{content:"";position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:7px solid rgba(124,58,237,.95)}:where([data-page=index]) .claw-link:hover .claw-speech{opacity:1}:where([data-page=index]) .claw-runner{position:absolute;left:50%;top:50%;width:var(--claw-size);height:var(--claw-size);display:block;transform:translate(-50%,-50%);will-change:left,transform;animation:clawSway var(--claw-run-duration) ease-in-out infinite alternate;animation-play-state:paused;animation-delay:calc(var(--claw-run-duration) / -2)}:where([data-page=index]) .claw-runner img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 3px 8px rgba(124,58,237,.18))}:where([data-page=index]) .claw-link:hover .claw-runner{animation-play-state:running}@keyframes clawSway{0%{left:0;transform:translateY(-50%)}to{left:calc(100% - var(--claw-size));transform:translateY(-50%)}}:where([data-page=index]) .terminal-logo img{height:80px;width:auto;max-width:100%;filter:drop-shadow(0 2px 8px rgba(0,0,0,.04))}:where([data-page=index]) .terminal-subtitle{font-size:1.125rem;color:#64748b;max-width:520px;margin:0 auto;line-height:1.8;font-weight:300;letter-spacing:-.01em}:where([data-page=index]) .search-section{width:100%;max-width:560px;margin-bottom:80px}:where([data-page=index]) .search-container{position:relative;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.02),0 8px 24px rgba(139,92,246,.08),0 0 0 1px rgba(139,92,246,.12);border:1.5px solid rgba(139,92,246,.2);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}:where([data-page=index]) .search-container:focus-within{border-color:rgba(139,92,246,.4);box-shadow:0 1px 3px rgba(0,0,0,.02),0 16px 32px rgba(139,92,246,.12),0 0 0 1px rgba(139,92,246,.2);transform:translateY(-1px)}:where([data-page=index]) .search-input-wrapper{display:flex;align-items:center;position:relative}:where([data-page=index]) .search-input{width:100%;padding:24px 80px 24px 28px;border:none;outline:none;font-size:1rem;background:transparent;color:#1e293b;font-weight:300;letter-spacing:-.01em;font-family:Inter,sans-serif}:where([data-page=index]) .search-input::placeholder{color:#94a3b8;font-weight:300}:where([data-page=index]) .send-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:44px;height:44px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(139,92,246,.2)}:where([data-page=index]) .send-btn:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-50%) scale(1.05);box-shadow:0 4px 16px rgba(139,92,246,.3)}:where([data-page=index]) .send-btn:active{transform:translateY(-50%) scale(.98)}:where([data-page=index]) .send-btn svg{color:white;width:18px;height:18px}:where([data-page=index]) .auto-router-section{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-top:1px solid rgba(139,92,246,.08);background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(248,250,252,.8))}:where([data-page=index]) .router-label{display:flex;align-items:center;gap:12px;font-size:.875rem;font-weight:400;color:#475569;letter-spacing:-.01em}:where([data-page=index]) .router-icon{width:20px;height:20px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:11px;box-shadow:0 1px 4px rgba(139,92,246,.2)}:where([data-page=index]) .toggle-switch{position:relative;width:52px;height:28px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 4px rgba(139,92,246,.2)}:where([data-page=index]) .toggle-switch.off{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:0 1px 4px rgba(148,163,184,.2)}:where([data-page=index]) .toggle-slider{position:absolute;top:2px;left:2px;width:24px;height:24px;background:white;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 6px rgba(0,0,0,.1)}:where([data-page=index]) .toggle-switch.off .toggle-slider{transform:translateX(24px)}:where([data-page=index]) .navigate-button{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-top:1px solid rgba(139,92,246,.08);background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(248,250,252,.8))}:where([data-page=index]) .navigate-button .styled-button{padding:10px 18px;border-radius:12px;border:1px solid rgba(139,92,246,.2);background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#ffffff;font-size:.875rem;font-weight:500;letter-spacing:-.01em;cursor:pointer;box-shadow:0 2px 8px rgba(139,92,246,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}:where([data-page=index]) .navigate-button .styled-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-1px);box-shadow:0 4px 14px rgba(139,92,246,.25)}:where([data-page=index]) .navigate-button .styled-button:active{transform:translateY(0)}:where([data-page=index]) .workflow-status-section{display:flex;align-items:center;justify-content:space-between;padding:20px 28px;border-top:1px solid rgba(139,92,246,.08);background:linear-gradient(135deg,rgba(16,185,129,.1),rgba(5,150,105,.1));animation:workflowPulse 2s ease-in-out infinite}@keyframes workflowPulse{0%,to{opacity:1}50%{opacity:.8}}:where([data-page=index]) .workflow-status{display:flex;align-items:center;gap:12px;width:100%}:where([data-page=index]) .workflow-icon{width:20px;height:20px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:11px;box-shadow:0 1px 4px rgba(16,185,129,.3);animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:where([data-page=index]) .workflow-info{flex:1 1}:where([data-page=index]) .workflow-name{font-size:.875rem;font-weight:500;color:#065f46;margin-bottom:2px}:where([data-page=index]) .workflow-status-text{font-size:.75rem;color:#047857;font-weight:400}:where([data-page=index]) .cart-models-section{display:none;padding:20px 28px;border-top:1px solid rgba(139,92,246,.08);background:linear-gradient(135deg,rgba(255,255,255,.8),rgba(248,250,252,.8))}:where([data-page=index]) .cart-models-section.show{display:block}:where([data-page=index]) .cart-title{font-size:.8125rem;font-weight:500;color:#475569;margin-bottom:12px;letter-spacing:-.01em}:where([data-page=index]) .cart-empty{text-align:center;color:#64748b;font-size:.875rem;padding:20px;line-height:1.6;font-weight:300}:where([data-page=index]) .cart-empty-link{color:#8b5cf6;text-decoration:none;font-weight:400;transition:all .2s ease}:where([data-page=index]) .cart-empty-link:hover{color:#7c3aed;text-decoration:underline}:where([data-page=index]) .cart-models-list{display:flex;flex-wrap:wrap;gap:8px}:where([data-page=index]) .cart-model-tag{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;padding:6px 12px;border-radius:16px;font-size:.75rem;font-weight:400;box-shadow:0 1px 4px rgba(139,92,246,.2)}:where([data-page=index]) .quick-actions{display:flex;gap:16px;margin-top:60px;justify-content:center;flex-wrap:wrap}:where([data-page=index]) .action-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#475569;text-decoration:none;border-radius:12px;font-weight:400;font-size:.875rem;box-shadow:0 1px 3px rgba(0,0,0,.02),0 4px 12px rgba(0,0,0,.04);border:1px solid rgba(139,92,246,.08);transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em}:where([data-page=index]) .action-btn:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;transform:translateY(-1px);box-shadow:0 1px 3px rgba(0,0,0,.02),0 8px 20px rgba(139,92,246,.2);border-color:transparent}:where([data-page=index]) .action-btn svg{width:16px;height:16px}:where([data-page=index]) .features-section{text-align:center;margin-top:60px;max-width:600px}:where([data-page=index]) .features-title{font-size:.875rem;font-weight:400;color:#64748b;margin-bottom:32px;letter-spacing:-.01em}:where([data-page=index]) .features-list{display:flex;justify-content:center;gap:32px;flex-wrap:wrap}:where([data-page=index]) .feature-item{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.8125rem;font-weight:300;letter-spacing:-.01em}:where([data-page=index]) .feature-icon{width:16px;height:16px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:10px}@media (max-width:768px){:where([data-page=index]) .terminal-container{padding:80px 24px;min-height:calc(100vh - 60px)}:where([data-page=index]) .claw-animation-track{--claw-size:82px;height:82px;margin-bottom:-4px}:where([data-page=index]) .terminal-header{margin-bottom:80px}:where([data-page=index]) .terminal-logo img{height:64px}:where([data-page=index]) .terminal-subtitle{font-size:1rem}:where([data-page=index]) .search-input{padding:20px 68px 20px 24px;font-size:.9375rem}:where([data-page=index]) .send-btn{width:40px;height:40px;right:14px}:where([data-page=index]) .quick-actions{flex-direction:column;align-items:center;gap:12px;margin-top:60px}:where([data-page=index]) .features-list{flex-direction:column;gap:16px;margin-top:60px}:where([data-page=index]) .auto-router-section,:where([data-page=index]) .cart-models-section,:where([data-page=index]) .navigate-button{padding:16px 24px}}@media (max-width:480px){:where([data-page=index]) .terminal-container{padding:60px 20px}:where([data-page=index]) .claw-animation-track{--claw-size:72px;height:72px;margin-bottom:-4px}:where([data-page=index]) .terminal-header{margin-bottom:60px}:where([data-page=index]) .search-section{margin-bottom:60px}:where([data-page=index]) .terminal-logo img{height:56px}:where([data-page=index]) .features-section{margin-top:60px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:where([data-page=index]) .terminal-header{animation:fadeInUp .6s ease-out}:where([data-page=index]) .search-section{animation:fadeInUp .6s ease-out .1s both}:where([data-page=index]) .quick-actions{animation:fadeInUp .6s ease-out .2s both}:where([data-page=index]) .features-section{animation:fadeInUp .6s ease-out .3s both}:where([data-page=index]) .chat-app{display:flex;height:calc(100vh - 64px);gap:0;position:relative}:where([data-page=index]) .chat-sidebar{width:260px;border-right:1px solid #e5e7eb;padding:8px;overflow:auto;background:#ffffff;transition:transform .3s ease}:where([data-page=index]) .chat-main{flex:1 1;display:flex;flex-direction:column}:where([data-page=index]) .chat-header{padding:12px 16px;border-bottom:1px solid #e5e7eb;color:#374151;font-weight:600;background:#f9fafb;display:flex;align-items:center;gap:12px}:where([data-page=index]) .chat-history-toggle-btn{display:flex;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#ffffff!important;color:#374151!important;font-size:14px;font-weight:500;cursor:pointer;align-items:center;justify-content:center;gap:6px;min-width:auto;min-height:36px;transition:all .2s ease;position:relative;z-index:10;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.1)}:where([data-page=index]) .chat-history-toggle-btn:hover{background:#f9fafb;border-color:#d1d5db}:where([data-page=index]) .chat-history-toggle-btn:active{background:#f3f4f6;transform:scale(.98)}:where([data-page=index]) .chat-history-toggle-btn svg{width:18px;height:18px;stroke-width:2;flex-shrink:0}:where([data-page=index]) .chat-history-toggle-btn svg.btn-icon-only{display:none}:where([data-page=index]) .chat-history-toggle-btn .btn-text{display:inline}:where([data-page=index]) .chat-sidebar-overlay{display:none;position:fixed;left:0;top:64px;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:998}:where([data-page=index]) .chat-messages{flex:1 1;padding:16px;overflow-y:auto;overflow-x:hidden;background:#ffffff;scroll-behavior:smooth;width:100%;display:flex!important;flex-direction:column!important}:where([data-page=index]) .message{max-width:75%!important;width:fit-content!important;margin-bottom:14px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;padding:12px 16px;box-sizing:border-box}:where([data-page=index]) .message *,:where([data-page=index]) .message a,:where([data-page=index]) .message code,:where([data-page=index]) .message div,:where([data-page=index]) .message p,:where([data-page=index]) .message span,:where([data-page=index]) .message strong{word-wrap:break-word!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:pre-wrap!important}:where([data-page=index]) .message.user{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important;border:none!important;color:#ffffff!important;border-radius:18px 18px 4px 18px!important;align-self:flex-end!important;margin-left:auto!important;margin-right:0!important}:where([data-page=index]) .message.assistant{background:#f3f4f6!important;border:1px solid #e5e7eb!important;color:#1f2937!important;border-radius:18px 18px 18px 4px!important;align-self:flex-start!important;margin-right:auto!important;margin-left:0!important;padding:16px 20px 16px 28px!important}:where([data-page=index]) .message.system{background:linear-gradient(180deg,#f8fafc,#eef2ff)!important;border:1px solid rgba(59,130,246,.25)!important;color:#1e3a8a!important;border-radius:12px!important;padding:12px 16px;align-self:center!important;max-width:90%!important;text-align:center}:where([data-page=index]) .message.system.system-left{align-self:flex-start!important;margin-right:auto!important;margin-left:0!important;text-align:left}:where([data-page=index]) .message.system.needs-rerun{background:linear-gradient(180deg,#fff1f2,#ffe4e6);border-color:#fca5a5}:where([data-page=index]) .chat-composer{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;gap:10px;background:#f9fafb}:where([data-page=index]) .chat-input{flex:1 1;background:#ffffff;color:#1f2937;border:1px solid #d1d5db;border-radius:12px;padding:8px 12px}:where([data-page=index]) .chat-input::placeholder{color:#9ca3af}:where([data-page=index]) .send-btn-dark{width:44px;height:44px;border-radius:12px;border:0;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}:where([data-page=index]) .send-btn-dark:active{transform:translateY(1px)}@media (max-width:768px){:where([data-page=index]) .chat-app{position:relative}:where([data-page=index]) .chat-sidebar{position:fixed;left:0;top:64px;height:calc(100vh - 64px);width:280px;max-width:85vw;z-index:999;transform:translateX(-100%);box-shadow:2px 0 12px rgba(0,0,0,.15);transition:transform .3s cubic-bezier(.4,0,.2,1)}:where([data-page=index]) .chat-sidebar.show{transform:translateX(0)}:where([data-page=index]) .chat-sidebar-close-btn{display:flex!important}:where([data-page=index]) .chat-sidebar-close-btn:hover{background:rgba(0,0,0,.05)!important}:where([data-page=index]) .chat-sidebar-overlay.show{display:block}:where([data-page=index]) .chat-history-toggle-btn{display:flex!important;visibility:visible!important;opacity:1!important;order:-1;margin-right:8px;flex-shrink:0}@media (max-width:400px){:where([data-page=index]) .chat-history-toggle-btn .btn-text{display:none!important}:where([data-page=index]) .chat-history-toggle-btn svg.btn-icon-only{display:block!important}:where([data-page=index]) .chat-history-toggle-btn svg:not(.btn-icon-only){display:none!important}:where([data-page=index]) .chat-history-toggle-btn{padding:8px!important;min-width:36px!important}}:where([data-page=index]) .chat-header{padding:12px 16px}:where([data-page=index]) #chatHeaderText{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where([data-page=index]) .chat-main{width:100%}}@media (max-width:480px){:where([data-page=index]) .chat-history-toggle-btn{display:flex!important;visibility:visible!important}}@media (max-width:768px){:where([data-page=index]) .chat-composer{padding:10px 12px;gap:8px;flex-wrap:wrap}:where([data-page=index]) .chat-composer select#inputTypeSelect{padding:8px 32px 8px 12px!important;font-size:14px!important;min-width:120px;width:auto;flex:0 0 auto;border:1px solid #e5e7eb!important;border-radius:8px!important;background:#fff!important;color:#374151!important;appearance:menulist;order:1;cursor:pointer}:where([data-page=index]) .chat-composer select#inputTypeSelect option{padding:8px 12px;background:#fff;color:#374151}:where([data-page=index]) .chat-composer button#attachBtn{padding:8px 12px!important;font-size:14px!important;width:auto;flex:0 0 auto;border:1px solid #e5e7eb!important;border-radius:8px!important;background:#fff!important;color:#374151!important;order:1}:where([data-page=index]) .chat-composer>div#chatAttachmentPreview{order:1;width:100%;margin-bottom:8px}:where([data-page=index]) .chat-composer>input.chat-input{flex:1 1 auto;min-width:0;padding:12px 16px;font-size:16px;border:1px solid #d1d5db;border-radius:12px;box-sizing:border-box;order:2;margin-top:0}:where([data-page=index]) .chat-composer>button.send-btn-dark{width:44px;height:44px;min-width:44px;font-size:18px;flex-shrink:0;margin-top:0;order:2}}@media (max-width:480px){:where([data-page=index]) .chat-composer{padding:8px 10px;gap:6px}:where([data-page=index]) .chat-composer select#inputTypeSelect{padding:8px 10px!important;font-size:13px!important}:where([data-page=index]) .chat-composer button#attachBtn{padding:8px 10px!important;font-size:13px!important}:where([data-page=index]) .chat-input{padding:12px 14px;font-size:16px}:where([data-page=index]) .send-btn-dark{width:40px;height:40px;min-width:40px;font-size:16px}}:where([data-page=index]) .wallet-modal{display:flex!important;align-items:center!important;justify-content:center!important;position:fixed!important;inset:0!important;z-index:10000;background:rgba(0,0,0,.4);opacity:0;transition:opacity .25s ease;pointer-events:none}:where([data-page=index]) .wallet-modal.show{opacity:1;pointer-events:auto}:where([data-page=index]) .wallet-modal-content{position:relative;background:#fff;border-radius:24px;padding:36px;max-width:440px;width:92%;max-height:80vh;overflow-y:auto;box-shadow:0 12px 40px rgba(0,0,0,.12);transform:scale(.95);opacity:0;transition:transform .25s ease,opacity .25s ease}:where([data-page=index]) .wallet-modal.show .wallet-modal-content{transform:scale(1);opacity:1}@keyframes modalSlideIn{to{transform:none!important}}:where([data-page=index]) .wallet-modal-header{text-align:center;margin-bottom:32px}:where([data-page=index]) .wallet-modal-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:8px;font-family:Inter,sans-serif}:where([data-page=index]) .wallet-modal-subtitle{font-size:.875rem;color:#6b7280;font-weight:400;line-height:1.5}:where([data-page=index]) .wallet-close-btn{position:absolute;top:20px;right:20px;background:#f3f4f6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}:where([data-page=index]) .wallet-close-btn:hover{background:#e5e7eb;color:#374151}:where([data-page=index]) .wallet-option{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;transition:background .2s ease,border-color .2s ease,transform .2s ease}:where([data-page=index]) .wallet-option:hover{border-color:#d1d5db;background:#f9fafb;transform:translateY(-1px)}:where([data-page=index]) .wallet-options{display:flex;flex-direction:column;gap:12px}:where([data-page=index]) .wallet-name{font-size:14px;font-weight:500;color:#111827;line-height:1}:where([data-page=index]) .wallet-description{font-size:12px;color:#6b7280;line-height:1.2}:where([data-page=index]) .wallet-status.status-available{background:rgba(16,185,129,.1);color:#059669}:where([data-page=index]) .wallet-icon-wrap{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}:where([data-page=index]) .wallet-icon-wrap img{width:100%;height:100%;object-fit:contain;display:block}:where([data-page=index]) .wallet-icon-wrap svg{width:24px;height:24px;display:block}:where([data-page=index]) #walletTypeIcon{width:18px;height:18px;margin-left:8px;vertical-align:middle;display:none;object-fit:contain}:where([data-page=index]) .wallet-footer{text-align:center;margin-top:20px;font-size:14px;color:#6b7280;font-weight:400}@media (max-width:768px){:where([data-page=index]) .binance-wallet-option{order:-1}}@media (min-width:769px){:where([data-page=index]) .binance-wallet-option{order:-1}}@media (max-width:480px){:where([data-page=index]) .wallet-modal-content{padding:24px;margin:20px;width:calc(100% - 40px)}:where([data-page=index]) .wallet-modal-title{font-size:1.25rem}:where([data-page=index]) .wallet-name{font-size:1rem}:where([data-page=index]) .binance-wallet-option{border-width:2px}}:where([data-page=index]) .network-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(17,24,39,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:10010}:where([data-page=index]) .network-modal.show{opacity:1;pointer-events:auto}:where([data-page=index]) .network-modal-content{width:min(420px,92vw);max-height:80vh;overflow-y:auto;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:24px 24px 20px;transform:scale(.95);opacity:0;transition:transform .25s ease,opacity .25s ease}:where([data-page=index]) .network-modal.show .network-modal-content{transform:scale(1);opacity:1}:where([data-page=index]) .network-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}:where([data-page=index]) .network-modal-title{font-size:18px;font-weight:600;color:#1f2937}:where([data-page=index]) .network-modal-subtitle{font-size:13px;color:#6b7280;margin-top:4px}:where([data-page=index]) .network-close-btn{border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer;color:#6b7280;transition:color .2s ease}:where([data-page=index]) .network-close-btn:hover{color:#111827}:where([data-page=index]) .network-modal-footer{text-align:center;margin-top:16px;font-size:13px;color:#6b7280}:where([data-page=index]) .network-modal-content .wallet-option{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;transition:background .2s ease,border-color .2s ease,transform .2s ease}:where([data-page=index]) .network-modal-content .wallet-option:hover{border-color:#d1d5db;background:#f9fafb;transform:translateY(-1px)}:where([data-page=index]) .network-modal-content .wallet-name{font-size:14px;font-weight:500;color:#111827}:where([data-page=index]) .network-modal-content .wallet-description{font-size:12px;color:#6b7280}:where([data-page=index]) .chat-history-item{padding:8px 12px;margin:4px 0;border-radius:8px;cursor:pointer;color:#6b7280;font-size:14px;transition:all .2s;border:1px solid transparent}:where([data-page=index]) .chat-history-item:hover{background:rgba(139,92,246,.08);color:#374151;border-color:rgba(139,92,246,.15)}:where([data-page=index]) .chat-history-item.active{background:rgba(139,92,246,.12);color:#1f2937;border-color:rgba(139,92,246,.25)}:where([data-page=index]) .chat-history-title{color:#374151;font-size:12px;font-weight:600;margin:8px 6px 12px;text-transform:uppercase;letter-spacing:.5px}:where([data-page=index]) .network-badge{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#1f2937;border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;margin-right:12px;height:34px;line-height:1;white-space:nowrap}:where([data-page=index]) .network-badge__icon{width:20px;height:20px;object-fit:contain;display:block}:where([data-page=index]) .network-badge__text{font-size:14px;font-weight:600;letter-spacing:.2px}:where([data-page=index]) .network-badge__caret{width:16px;height:16px;opacity:.6}:where([data-page=index]) .follow-x-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10001;opacity:0;transition:opacity .25s ease}:where([data-page=index]) .follow-x-modal.show{display:flex;opacity:1}:where([data-page=index]) .follow-x-modal-content{position:relative;background:white;border-radius:16px;padding:32px;width:90%;max-width:480px;box-shadow:0 12px 40px rgba(0,0,0,.2);transform:scale(.95);transition:transform .25s ease}:where([data-page=index]) .follow-x-modal.show .follow-x-modal-content{transform:scale(1)}:where([data-page=index]) .follow-x-close{position:absolute;top:16px;right:16px;background:#f3f4f6;border:none;border-radius:50%;width:32px;height:32px;cursor:pointer;font-size:18px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s ease}:where([data-page=index]) .follow-x-close:hover{background:#e5e7eb;color:#374151}:where([data-page=index]) .follow-x-modal-header{text-align:center;margin-bottom:28px}:where([data-page=index]) .follow-x-modal-title{font-size:24px;font-weight:600;color:#1f2937;margin-bottom:8px}:where([data-page=index]) .follow-x-modal-subtitle{font-size:14px;color:#6b7280;line-height:1.6}:where([data-page=index]) .follow-x-input-group{margin-bottom:20px}:where([data-page=index]) .follow-x-input-group label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}:where([data-page=index]) .follow-x-input-wrapper{display:flex;align-items:center;gap:8px}:where([data-page=index]) .follow-x-input{flex:1 1;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;transition:all .2s ease}:where([data-page=index]) .follow-x-input:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}:where([data-page=index]) .follow-x-input:readonly{background:#f9fafb;color:#6b7280}:where([data-page=index]) .follow-x-button{padding:12px 20px;background:linear-gradient(135deg,#1da1f2,#0c85d0);color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}:where([data-page=index]) .follow-x-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(29,161,242,.3)}:where([data-page=index]) .confirm-button{width:100%;padding:14px;background:linear-gradient(135deg,#10b981,#059669);color:white;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}:where([data-page=index]) .confirm-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}:where([data-page=index]) .confirm-button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}:where([data-page=index]) .status-message{margin-top:16px;padding:12px;border-radius:8px;font-size:13px;text-align:center}:where([data-page=index]) .status-message.pending{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}:where([data-page=index]) .status-message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}:where([data-page=index]) .status-message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}@media (max-width:480px){:where([data-page=index]) .follow-x-modal-content{padding:24px;width:95%}:where([data-page=index]) .follow-x-input-wrapper{flex-direction:column;gap:8px}:where([data-page=index]) .follow-x-button{width:100%}}