@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#eef1ff;width:100vw;overflow-x:hidden;height:100%!important;min-height:100%!important;background-color:#0f0c2b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #0f0c2b;--panel: #151239;--card: #181642;--border: #262452;--accent: #c8f02e;--muted: #b0b6d9;--shadow: 0 20px 50px rgba(0, 0, 0, .35)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;height:100vh;background:radial-gradient(circle at 20% 20%,#161142,#0f0c2b 45%),radial-gradient(circle at 80% 0%,#1a1a4a 0%,transparent 30%),#0f0c2b;color:#eef1ff}a{color:inherit;text-decoration:none}button{font-family:inherit}#root{min-height:100vh;height:100vh}html,body{width:100vw;height:100vh;overflow-x:hidden;overflow-y:hidden;margin:0;padding:0}.app-shell{max-width:1200px;margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);box-shadow:var(--shadow);position:sticky;top:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:60px;height:42px;object-fit:contain}.brand-text{display:flex;flex-direction:column;gap:2px;text-transform:uppercase;letter-spacing:.08em}.brand-name{font-weight:700;font-size:14px}.brand-badge{font-size:11px;color:var(--muted)}.nav{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.nav-link{padding:6px 10px;border-radius:10px;color:var(--muted);border:1px solid transparent;transition:all .2s ease}.nav-link:hover{color:#fff;border-color:var(--border)}.nav-pill{padding:6px 12px;border-radius:999px;background:#c8f02e1f;color:var(--accent);border:1px solid rgba(200,240,46,.3)}.actions{display:flex;align-items:center;gap:10px}.primary,.ghost{border-radius:12px;border:1px solid var(--border);padding:10px 14px;font-weight:600;color:#fff;background:var(--card);cursor:pointer;transition:all .2s ease}.primary{background:linear-gradient(135deg,var(--accent),#c2e933);color:#0f0c2b;border-color:transparent}.primary:hover{filter:brightness(1.04);box-shadow:0 10px 30px #c8f02e59}.ghost{color:#fff;border-color:var(--border);background:#ffffff08}.ghost:hover{border-color:#ffffff26}.wallet-btn{background:#c8f02e14;color:var(--accent);border-radius:12px!important;border:1px solid rgba(200,240,46,.3)!important}.wallet-btn:hover{filter:brightness(1.08)}.wallet-btn.wide{width:100%;justify-content:center}.content{display:flex;flex-direction:column;gap:20px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hero-text{padding:24px;border-radius:16px;background:linear-gradient(160deg,#ffffff0d,#151239e6);border:1px solid var(--border);box-shadow:var(--shadow)}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);font-size:12px;margin:0 0 6px}h1{margin:0 0 12px;font-size:40px;line-height:1.2}.accent{color:var(--accent)}.lede{color:var(--muted);margin:0 0 18px;max-width:640px}.hero-actions{display:flex;gap:10px;margin-bottom:12px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chip{padding:8px 12px;border-radius:999px;background:#ffffff0f;border:1px solid var(--border);font-size:13px;color:#fff}.hero-panels{display:grid;grid-template-rows:1fr 1fr;gap:12px}.glass{border-radius:16px;background:#151239b3;border:1px solid var(--border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card-stack{padding:18px;display:flex;flex-direction:column;gap:12px}.stack-head{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-weight:600}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);color:#fff;font-size:12px}.pill-live{background:#c8f02e1f;border-color:#c8f02e66;color:var(--accent)}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.metric-card{padding:12px;border-radius:12px;background:#ffffff08;border:1px solid var(--border)}.metric-label{margin:0;color:#9ca3af;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-value{margin:8px 0 4px;font-size:28px;font-weight:700;color:#fff}.metric-trend{margin:4px 0 0;font-size:14px;font-weight:600;display:flex;align-items:center}.metric-trend.pos{color:#4ade80}.metric-trend.neg{color:#f87171}.chat-panel{padding:16px;display:flex;flex-direction:column;gap:12px}.panel-header{display:flex;justify-content:space-between;align-items:center}.panel-title{margin:4px 0 0;font-weight:700;font-size:16px;color:#fff}.panel-sub{margin:2px 0 0;color:var(--muted);font-size:13px}.chat-log{background:#ffffff05;border:1px solid var(--border);border-radius:12px;padding:12px;height:200px;overflow:auto;display:flex;flex-direction:column;gap:10px}.chat-bubble{padding:10px;border-radius:12px;background:#ffffff0a;border:1px solid var(--border)}.chat-bubble.assistant{border-color:#c8f02e66}.chat-role{font-weight:700;color:var(--accent);font-size:12px}.chat-input{display:grid;grid-template-columns:1fr auto;gap:10px}.chat-input input{border-radius:12px;border:1px solid var(--border);background:#ffffff08;color:#fff;padding:12px;outline:none}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.feature-card{padding:18px;display:flex;flex-direction:column;gap:8px}.feature-head{display:flex;gap:8px;align-items:center}.feature-card h3{margin:0}.feature-card p{margin:0;color:var(--muted)}.dots{display:flex;gap:6px;margin-top:10px}.dots span{width:8px;height:8px;border-radius:50%;background:#ffffff1f}.wallet-strip{display:grid;grid-template-columns:2fr 1fr;gap:16px;align-items:center;padding:18px;border-radius:16px;background:#181642e6;border:1px solid var(--border);box-shadow:var(--shadow)}.wallet-panel{padding:14px;display:flex;flex-direction:column;gap:8px}.wallet-state{margin:0;color:var(--muted)}.wallet-list{margin:0;padding-left:18px;color:var(--muted);display:flex;flex-direction:column;gap:6px}.subtle{opacity:.7}.anchor{height:1px}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.list-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:10px}.list-title{margin:0;font-weight:600}.list-sub{margin:2px 0 0;color:var(--muted);font-size:13px}.list-time{color:var(--muted);font-size:13px}.subs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.sub-card{border:1px solid var(--border);border-radius:12px;padding:10px;background:#ffffff08}.sub-card ul{margin:0 0 10px;padding-left:18px;color:var(--muted);display:flex;flex-direction:column;gap:4px}.sub-tier{margin:0;font-weight:700}.sub-price{margin:4px 0 10px;font-size:18px;color:var(--accent)}.landing{min-height:100vh;background:linear-gradient(180deg,#0006,#030018),url(/apexbg.jpg) center/cover no-repeat;color:#fff;display:flex;flex-direction:column;padding:20px 28px}.landing-nav{display:flex;align-items:center;justify-content:space-between}.landing-hero{margin:auto;max-width:820px;text-align:center;display:flex;flex-direction:column;gap:12px}.landing-title{font-size:clamp(42px,6vw,64px);margin:0;line-height:1.05}.landing-sub{margin:0;color:#e4e6ff;font-size:18px}.landing-actions{display:flex;justify-content:center;gap:12px;margin-top:10px}.large{padding:12px 18px}.workspace-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;height:100vh;background:#0f1525}.side-nav{background:#0e1320;border-right:1px solid #141b2f;display:flex;flex-direction:column;padding:14px 14px 8px;gap:14px}.side-brand{display:flex;gap:10px;align-items:center;position:relative}.sidebar-close-btn{display:none;background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;margin-left:auto;border-radius:8px;transition:background .2s ease}.sidebar-close-btn:hover{background:#ffffff14}.side-logo{width:46px;height:32px;object-fit:contain}.side-title{font-weight:700;text-transform:uppercase;letter-spacing:.08em}.side-version{font-size:12px;color:var(--muted)}.side-group{display:flex;flex-direction:column;gap:8px}.side-label{margin:0;color:var(--muted);font-size:13px}.side-link{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:1px solid transparent;background:#ffffff05;color:#fff;cursor:pointer;transition:all .2s ease}.side-link:hover{border-color:#1f2a44}.side-link.active{border-color:#2d3a5f;background:#5ce4ff14}.side-link:disabled{opacity:.35;cursor:not-allowed}.side-link-content{display:flex;align-items:center;justify-content:space-between;gap:8px}.side-link-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:#f97316;margin-left:auto}.side-link-badge svg{width:14px;height:14px}.side-auth-group{margin-top:auto}.community-help-text{color:#cfd8ff;font-weight:600;margin-bottom:8px}.community-links{display:flex;gap:10px;align-items:center}.community-link{width:42px;height:42px;border-radius:12px;border:1px solid #1f2a44;background:#ffffff08;display:grid;place-items:center;color:#fff;text-decoration:none;transition:all .2s ease}.community-link:hover{border-color:#2d3a5f;background:#5ce4ff0f;transform:translateY(-2px)}.community-link img{width:20px;height:20px;object-fit:contain}.community-link-dex,.community-link-x,.community-link-telegram,.community-link-gitbook{background:linear-gradient(135deg,#0b1221,#12203a)}.side-footer{margin-top:8px;display:flex;flex-direction:column;gap:8px}.small{padding:8px 10px}.pill-soon{background:#ffffff0d;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:10px;padding:4px 8px;margin-left:8px}.workspace-main{display:flex;flex-direction:column;padding:18px 22px 8px;gap:16px;min-height:100vh;height:100vh;width:100%;box-sizing:border-box;min-width:0;overflow-x:hidden}.workspace-header{display:flex;justify-content:space-between;align-items:center;position:relative}.crumb{display:inline-flex;align-items:center;gap:8px;color:var(--muted)}.dot{width:10px;height:10px;border-radius:50%;background:#5ce4ff;display:inline-block}.header-actions{display:flex;gap:10px;align-items:center;position:relative;margin-left:auto;flex-direction:column}.profile-icon-wrapper{position:relative}.profile-icon-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:42px;min-height:42px}.profile-icon-btn:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff1a}.profile-popup{position:absolute;top:calc(100% + 8px);right:0;background:#0f1525;border:1px solid #1d2740;border-radius:12px;padding:16px;min-width:280px;box-shadow:0 8px 32px #0006;z-index:1000;display:flex;flex-direction:column;gap:0}.profile-popup-section{display:flex;flex-direction:column;gap:12px}.profile-popup-divider{height:1px;background:#1d2740;margin:12px 0}.profile-wallet-info{display:flex;align-items:flex-start;gap:12px;color:#fff}.profile-wallet-info svg{color:var(--muted);flex-shrink:0;margin-top:2px}.profile-wallet-address{margin:0;font-size:14px;font-weight:500;color:#fff;font-family:monospace}.profile-wallet-balance{margin:4px 0 0;font-size:13px;color:var(--muted)}.profile-wallet-balance strong{color:#fff;font-weight:600}.profile-plan-info{display:flex;align-items:flex-start;gap:12px;color:#fff}.profile-plan-info svg{color:var(--muted);flex-shrink:0;margin-top:2px}.profile-plan-label{margin:0;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.profile-plan-name{margin:4px 0 8px;font-size:16px;color:#fff}.profile-upgrade-btn{display:inline-flex;align-items:center;gap:6px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 12px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:13px;margin-top:4px}.profile-upgrade-btn:hover{background:#ffffff14;border-color:#ffffff26}.profile-popup-item{display:flex;align-items:center;gap:12px;background:transparent;border:none;padding:10px 0;color:#fff;cursor:pointer;transition:color .2s ease;font-size:14px;text-align:left;width:100%}.profile-popup-item svg{color:var(--muted);flex-shrink:0}.profile-popup-item:hover{color:#fff}.profile-popup-item:hover svg{color:#fff}.profile-popup-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.profile-plan-pill{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;padding:6px 10px;border-radius:10px;font-size:12px;font-weight:600;letter-spacing:.02em}.profile-credits-pill{display:inline-flex;align-items:center;gap:6px;background:#11e4871a;color:#fff;padding:6px 10px;border-radius:999px;border:1px solid rgba(17,228,135,.3);font-size:12px;font-weight:600}.profile-credits-dot{width:8px;height:8px;border-radius:50%;background:#11e487;display:inline-block}.profile-wallet-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.profile-copy-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:8px 10px;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.profile-copy-btn:hover{background:#ffffff14;border-color:#ffffff29}.earn-btn.desktop-only{position:fixed;top:20px;right:180px;z-index:1200}.login-btn.desktop-only{position:fixed;top:20px;right:80px;z-index:1200}.profile-icon-wrapper.desktop-only{position:fixed;top:20px;right:20px;z-index:1200}.profile-icon-wrapper .profile-popup{right:0;left:auto}.earn-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid rgba(139,92,246,.4);color:#fff;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;box-shadow:0 2px 8px #8b5cf633}.earn-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#9f7aea,#8b5cf6);box-shadow:0 4px 16px #8b5cf666}.login-btn{padding:10px 20px;background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-btn:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff1a}.mobile-earn-btn{padding:6px 10px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:1px solid rgba(139,92,246,.4);border-radius:6px;font-size:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #8b5cf64d}.mobile-earn-btn:hover{background:linear-gradient(135deg,#9f7aea,#8b5cf6);transform:translateY(-1px);box-shadow:0 3px 8px #8b5cf666}.mobile-login-btn{padding:6px 12px;background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.mobile-login-btn:hover{background:#ffffff1a;border-color:#ffffff40}.profile-popup-title{margin:0 0 8px;font-size:16px;font-weight:600;color:#fff}.profile-popup-subtitle{margin:0;font-size:13px;color:var(--muted);line-height:1.5}.profile-popup-wallet-wrapper{margin-top:8px}.profile-popup-wallet-btn{width:100%;min-height:40px;padding:10px 12px;font-size:14px}.profile-popup-mobile{right:0;left:auto;min-width:260px;max-width:calc(100vw - 32px)}.mobile-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0;flex:1;justify-content:flex-end}.hero-board{display:flex;justify-content:center}.hero-card{width:min(820px,100%);background:#10192c;border:1px solid #1d2740;border-radius:18px;padding:20px 22px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px}.hero-card-head{display:flex;gap:12px;align-items:flex-start}.hero-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:radial-gradient(circle at 30% 30%,#a94bff,#4b1fa1);font-size:22px}.hero-kicker{margin:0;font-weight:700;font-size:18px}.hero-sub{margin:6px 0 0;color:var(--muted)}.hero-list{margin:0;padding-left:0;color:#c8d1ff;display:grid;gap:8px;list-style:none}.hero-list li{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:6px 10px;border-radius:12px;background:#ffffff08;border:1px solid #1f2a44}.chat-dock{margin-top:auto;background:#0f1525;border:1px solid #1d2740;border-radius:18px;padding:12px;box-shadow:var(--shadow)}.chat-log-inline{display:flex;flex-direction:column;gap:10px;max-height:200px;overflow:auto}.chat-input.docked{margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:10px}.chat-guard{margin-top:8px;padding:10px;border-radius:12px;border:1px dashed #2b3755;color:var(--muted);display:flex;align-items:center;justify-content:space-between;gap:10px}.guard-actions{display:flex;gap:8px}.chat-shell{display:flex;flex-direction:column;gap:0;background:#0d1221;border:1px solid #1d2740;border-radius:16px;padding:0;box-shadow:var(--shadow);width:100%;box-sizing:border-box;min-width:0;overflow:hidden;position:relative;height:100%}.terminal-header-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:16px;position:absolute;top:0;left:0;right:0;z-index:10;background:transparent;border-bottom:none}.terminal-header-left{display:flex;align-items:center;gap:10px}.terminal-edit-icon{width:24px;height:24px;background:#ffffff26;border-radius:4px;position:relative}.terminal-edit-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border:2px solid rgba(255,255,255,.6);border-top:none;border-right:none}.terminal-dot{width:10px;height:10px;border-radius:50%;background:#5ce4ff;display:inline-block;box-shadow:0 0 8px #5ce4ff80}.terminal-header-title{font-size:16px;font-weight:600;color:#fff}.terminal-header-right{display:flex;align-items:center;gap:12px;position:relative;margin-left:auto;flex-shrink:0;justify-content:flex-end}.terminal-earn-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid rgba(139,92,246,.4);color:#fff;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.terminal-starter-badge{font-size:14px;font-weight:600;color:#fff;white-space:nowrap}.terminal-credits-info{display:flex;align-items:center;gap:8px}.terminal-credits-dot{width:8px;height:8px;border-radius:50%;background:#44ff8f;box-shadow:0 0 6px #44ff8f80}.terminal-credits-text{font-size:14px;color:#fff;font-weight:500;white-space:nowrap}.terminal-earn-btn:hover{background:linear-gradient(135deg,#9f7aea,#8b5cf6);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.terminal-login-btn{padding:8px 20px;background:#ffffff0f;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.terminal-login-btn:hover{background:#ffffff1a;border-color:#ffffff40}.terminal-profile-wrapper{position:relative}.terminal-profile-btn{width:40px;height:40px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease}.terminal-profile-btn:hover{background:#ffffff1a;border-color:#ffffff40}.terminal-main-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px 24px;gap:0;flex:1;min-height:0;max-width:100%}.terminal-hero-container{display:flex;align-items:flex-start;gap:40px;max-width:1200px;width:100%;position:relative}@media(max-width:1200px){.terminal-hero-container{gap:30px}.terminal-main-title{font-size:40px}}@media(max-width:960px){.terminal-hero-container{flex-direction:column;align-items:center;gap:30px}.terminal-purple-orb{width:120px;height:120px}.terminal-main-title{font-size:36px;text-align:center}.terminal-main-subtitle{text-align:center}.terminal-hero-content{align-items:center;text-align:center}.terminal-create-automation-btn{width:100%}}.terminal-purple-orb{width:200px;height:200px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#a94bffcc,#4b1fa199);box-shadow:0 0 80px #a94bff80,0 0 120px #a94bff4d;position:relative;flex-shrink:0;animation:orbPulse 3s ease-in-out infinite}.terminal-purple-orb:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(139,92,246,.6),transparent);animation:orbRotate 8s linear infinite}.terminal-purple-orb:after{content:"";position:absolute;top:20%;left:20%;width:80px;height:80px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(200,240,46,.3),transparent);animation:orbRotate 6s linear infinite reverse}@keyframes orbPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}@keyframes orbRotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.terminal-hero-content{display:flex;flex-direction:column;gap:20px;flex:1;max-width:700px}.terminal-main-title{font-size:48px;font-weight:700;color:#fff;margin:0;line-height:1.2;width:100%}.terminal-main-subtitle{font-size:16px;color:#fff;margin:0;width:100%}.terminal-prompts-list{display:flex;flex-direction:column;gap:12px;margin-top:8px;width:100%}.terminal-prompt-item{display:flex;align-items:flex-start;gap:8px;color:#fff;font-size:14px;line-height:1.5;background:transparent;border:none;padding:0;text-align:left;cursor:pointer;transition:opacity .2s ease;width:100%;word-wrap:break-word;overflow-wrap:break-word}.terminal-prompt-item:hover{opacity:.8}.terminal-prompt-prefix{color:var(--accent);font-weight:600;flex-shrink:0}.terminal-prompt-text{flex:1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0}.terminal-create-automation-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;font-size:16px;font-weight:600;border-radius:12px;background:#fff;color:#0f0c2b;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s ease;margin-top:8px;width:fit-content;white-space:nowrap}.terminal-create-automation-btn:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.terminal-input-area{padding:20px 24px;border-top:1px solid #1d2740;background:#ffffff05}.terminal-input-wrapper{display:flex;align-items:flex-end;gap:12px;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08;transition:all .2s ease;max-width:100%}.terminal-automations-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:12px;background:#a94bff26;border:1px solid rgba(169,75,255,.3);color:#a94bff;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s ease;white-space:nowrap;height:fit-content;min-height:44px}.terminal-automations-btn:hover{background:#a94bff33;border-color:#a94bff66}.terminal-input-wrapper:focus-within{border-color:#8b5cf666;background:#ffffff0d;box-shadow:0 0 0 3px #8b5cf61a}.terminal-input{flex:1;border:0;background:transparent;color:#fff;padding:0;border-radius:0;outline:none;min-width:0;width:100%;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:1.6;resize:none;overflow-y:auto;max-height:120px}.terminal-input::placeholder{color:#ffffff59}.terminal-input:disabled{opacity:.5;cursor:not-allowed}.terminal-send-btn{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;color:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:all .2s ease;box-shadow:0 2px 8px #8b5cf64d}.terminal-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#9f7aea,#8b5cf6);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.terminal-send-btn:active:not(:disabled){transform:translateY(0)}.terminal-send-btn:disabled{opacity:.5;cursor:not-allowed;background:#8b5cf633;box-shadow:none}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;border-bottom:1px solid #1d2740;background:#ffffff05}.chat-title{margin:0;font-size:18px;font-weight:600;color:#fff}.chat-status{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;padding:6px 12px;border-radius:8px}.chat-window{flex:1;padding:24px;overflow-y:auto;overflow-x:hidden;background:transparent;display:flex;flex-direction:column;gap:20px;scroll-behavior:smooth;min-height:0}.chat-message{display:flex;gap:12px;align-items:flex-start;max-width:85%;animation:fadeIn .3s ease-in}.chat-message.user{flex-direction:row-reverse;margin-left:auto}.chat-message.assistant{margin-right:auto}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-avatar{width:32px;height:32px;border-radius:10px;background:#ffffff0f;color:#fff;display:grid;place-items:center;font-weight:600;font-size:13px;flex-shrink:0;border:1px solid rgba(255,255,255,.1)}.chat-message.assistant .chat-avatar{background:#c8f02e1f;color:var(--accent);border-color:#c8f02e40}.chat-message.user .chat-avatar{background:#a94bff26;color:#a94bff;border-color:#a94bff4d}.chat-bubble-body{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px;min-width:0}.chat-message.user .chat-bubble-body{background:#a94bff14;border-color:#a94bff33}.chat-meta{display:flex;gap:8px;align-items:center;margin-bottom:6px}.chat-name{font-weight:600;font-size:13px;color:#fff}.chat-role-label{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.5px}.chat-text{margin:0;white-space:pre-wrap;line-height:1.7;color:#ffffffe6;font-size:14px;word-wrap:break-word}.typing{display:flex;flex-direction:column;gap:8px}.dot-bounce{display:inline-flex;gap:6px;padding:4px 0}.dot-bounce span{width:8px;height:8px;border-radius:50%;background:var(--accent);opacity:.6;animation:bounce 1.4s infinite ease-in-out both}.dot-bounce span:nth-child(2){animation-delay:-.2s}.dot-bounce span:nth-child(3){animation-delay:-.4s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:.8}}.prompt-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:20px 24px}.prompt-chip{border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fffc;padding:8px 14px;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500}.prompt-chip:hover{border-color:#a94bff66;background:#a94bff1a;color:#fff;transform:translateY(-1px)}.chat-guard.inline{margin:0;border-style:solid;padding:16px 24px;border-radius:0;border-left:none;border-right:none;border-bottom:none}.chat-input-bar{display:grid;grid-template-columns:1fr auto;gap:10px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08;width:100%;box-sizing:border-box;min-width:0;transition:all .2s ease}.chat-input-bar:focus-within{border-color:#a94bff66;background:#ffffff0d}.chat-input-bar input{border:0;background:transparent;color:#fff;padding:10px;border-radius:10px;outline:none;min-width:0;width:100%;box-sizing:border-box}.desktop-chat-input{margin-top:auto;padding:20px 24px;border-top:1px solid #1d2740;background:#ffffff05}.desktop-chat-input-wrapper{display:flex;align-items:flex-end;gap:12px;padding:12px 16px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff08;transition:all .2s ease}.desktop-chat-input-wrapper:focus-within{border-color:#a94bff66;background:#ffffff0d;box-shadow:0 0 0 3px #a94bff1a}.desktop-chat-textarea{flex:1;border:0;background:transparent;color:#fff;padding:0;border-radius:0;outline:none;min-width:0;width:100%;box-sizing:border-box;font-family:inherit;font-size:14px;line-height:1.6;resize:none;overflow-y:auto;max-height:120px}.desktop-chat-textarea::placeholder{color:#ffffff59}.desktop-chat-textarea:disabled{opacity:.5;cursor:not-allowed}.desktop-chat-send-btn{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#a94bff,#8b3ae6);border:none;color:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:all .2s ease;box-shadow:0 2px 8px #a94bff4d}.desktop-chat-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#b85aff,#9a4af0);transform:translateY(-1px);box-shadow:0 4px 12px #a94bff66}.desktop-chat-send-btn:active:not(:disabled){transform:translateY(0)}.desktop-chat-send-btn:disabled{opacity:.5;cursor:not-allowed;background:#a94bff33;box-shadow:none}.auth-card{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #1f2a44;border-radius:12px;background:#ffffff05}.auth-row{display:grid;grid-template-columns:1fr auto;gap:8px}.auth-error{color:#ff8c8c;margin:0;font-size:13px}.txn-card{display:flex;flex-direction:column;gap:6px}.profile-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#ffffff0a;border:1px solid #1f2a44;color:#fff;cursor:pointer}.status-dot{width:10px;height:10px;border-radius:50%;background:#8c8c8c}.status-dot.online{background:#44ff8f;box-shadow:0 0 0 6px #44ff8f1f}.plan-label{font-weight:700;letter-spacing:.04em}.credit-chip{background:#ffffff14;padding:4px 8px;border-radius:8px;font-size:13px}.profile-actions{display:flex;gap:8px;margin-top:10px}.muted{color:#9ca3af;margin:0;font-size:14px}.search-prompt{display:grid;grid-template-columns:1fr auto;gap:8px;padding:14px;border-radius:14px;background:#ffffff08;border:1px solid #1f2a44}.search-prompt input{border:0;background:transparent;color:#fff;font-size:15px;outline:none}.icon-btn{width:38px;height:38px;border-radius:12px;border:1px solid #1f2a44;background:#ffffff0d;color:#fff;display:grid;place-items:center;cursor:pointer}.dashboard{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}.trending-card{padding:14px}.trending-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.trending-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.trending-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;border-radius:12px;border:1px solid #1f2a44;background:#0f172a99;transition:all .2s ease}.trending-row:hover{background:#0f172acc;border-color:#2a3f5f}.pair-meta{display:flex;gap:12px;align-items:flex-start;min-width:200px}.rank{padding:8px 12px;border-radius:8px;background:#6366f11f;color:#818cf8;font-weight:700;font-size:14px;flex-shrink:0}.pair-title{margin:0;font-weight:700;font-size:16px;color:#fff}.mini-metrics{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr)) auto;gap:16px;align-items:center;flex:1}.mini-metrics>div{display:flex;flex-direction:column;gap:4px}.value{margin:2px 0 0;font-weight:700;font-size:15px;color:#fff}.change-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;justify-items:end}.change-grid span{padding:5px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.pos{background:#22c55e26;color:#4ade80}.neg{background:#ef444426;color:#f87171}.view-more{margin-top:8px;color:var(--accent);font-weight:600;cursor:pointer}.trending-breakdown{padding:14px}.breakdown-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.breakdown-item{padding:16px;border-radius:12px;background:#0f172a99;border:1px solid #1f2a44;transition:all .2s ease}.breakdown-item:hover{background:#0f172acc;border-color:#2a3f5f}.pricing-page,.metrics-page{display:flex;flex-direction:column;gap:32px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.page-title{margin:4px 0 8px;font-size:32px;font-weight:700;color:#fff;line-height:1.2}.page-sub{margin:0;color:#9ca3af;font-size:15px;line-height:1.5}.page-actions{display:flex;gap:8px}.pricing-header{text-align:center;margin-bottom:8px}.pricing-title{font-size:32px;font-weight:700;margin:0 0 8px;color:#fff}.pricing-subtitle{font-size:16px;color:var(--muted);margin:0}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;max-width:1200px;margin:0 auto;width:100%}.pricing-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;background:#ffffff05;display:flex;flex-direction:column;gap:16px;position:relative;transition:all .3s ease;overflow:hidden}.pricing-card:hover{border-color:#fff3;background:#ffffff08}.pricing-card.featured{border-color:#c8f02e66;background:#c8f02e0d}.pricing-card.coming-soon-card{cursor:not-allowed}.coming-soon-overlay{position:absolute;inset:0;background:#0f1525d9;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);opacity:0;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.coming-soon-text{font-size:24px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;opacity:0;transform:scale(.8);transition:all .4s cubic-bezier(.4,0,.2,1);text-shadow:0 0 20px rgba(46,107,240,.205),0 0 40px rgba(82,46,240,.4)}.pricing-card.coming-soon-card:hover .coming-soon-overlay{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pricing-card.coming-soon-card:hover .coming-soon-text{opacity:1;transform:scale(1);animation:pulse-glow 10s ease-in-out infinite}.pricing-badge{position:absolute;top:16px;right:16px;font-size:11px;font-weight:600;color:var(--accent);background:#c8f02e26;padding:4px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.pricing-card-header{display:flex;flex-direction:column;gap:8px}.plan-name{font-size:20px;font-weight:700;margin:0;color:#fff;letter-spacing:.02em}.plan-price-row{display:flex;flex-direction:column;gap:4px}.plan-price{font-size:32px;font-weight:800;color:#fff;line-height:1}.plan-stake{font-size:12px;color:var(--muted);margin-top:4px}.plan-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1}.plan-list li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#ffffffe6;line-height:1.5}.checkmark{color:var(--accent);font-weight:700;flex-shrink:0;margin-top:2px}.cross{color:var(--muted);flex-shrink:0;margin-top:2px}.plan-miss{opacity:.6}.plan-invite{padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.plan-invite-text{font-size:13px;color:var(--muted)}.plan-cta{margin-top:8px;width:100%;padding:10px 16px;font-weight:600}.pricing-footer{text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.pricing-footer-text{font-size:13px;color:var(--muted);margin:4px 0;line-height:1.6}.note{display:flex;gap:10px;align-items:center;border:1px solid #1f2a44;border-radius:12px;padding:10px;background:#ffffff05}.note-title{margin:0;font-weight:700}.note-sub{margin:0;color:var(--muted)}.metric-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.metric-tile{border:1px solid #1f2a44;border-radius:12px;padding:16px;background:#0f172a99;transition:all .2s ease}.metric-tile:hover{background:#0f172acc;border-color:#2a3f5f;transform:translateY(-2px)}.metric-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.metric-panel{border:1px solid #1f2a44;border-radius:14px;padding:14px;background:#ffffff05}.panel-head{display:flex;justify-content:space-between;align-items:center}.bar-rows{display:flex;flex-direction:column;gap:10px;margin-top:10px}.bar-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:10px;color:#fff}.bar-track{width:100%;height:10px;border-radius:999px;background:#ffffff14}.bar-fill{height:100%;border-radius:999px;background:linear-gradient(135deg,#5ce4ff,#c8f02e)}.bar-value{font-weight:700}.chart-container{margin-top:16px;width:100%;min-height:250px;padding:8px 0}.chart-container text{fill:#9ca3af;font-size:12px}.recharts-tooltip-wrapper{outline:none}.recharts-default-tooltip{background-color:#1f2937!important;border:1px solid #374151!important;border-radius:8px!important;padding:8px!important}.recharts-tooltip-label{color:#f3f4f6!important;font-weight:600;margin-bottom:4px}.recharts-tooltip-item{color:#e5e7eb!important}.trend-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-top:12px;align-items:end}.spark{display:flex;flex-direction:column;align-items:center;gap:6px}.spark-bar{width:100%;border-radius:6px;background:linear-gradient(180deg,#c8f02e,#5ce4ff)}.spark-label{font-size:12px;color:var(--muted)}.breakdown-item .pair-title{font-size:16px;margin-bottom:12px;color:#fff}.breakdown-item ul{margin:0;padding-left:20px;color:#9ca3af;list-style:disc}.breakdown-item ul li{margin-bottom:8px;font-size:14px;line-height:1.5}.breakdown-item ul li:last-child{margin-bottom:0}@media(max-width:1000px){.hero,.dashboard{grid-template-columns:1fr}.hero-panels{grid-template-rows:auto}.topbar{flex-direction:column;align-items:flex-start}.actions{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:720px){.wallet-strip{grid-template-columns:1fr}h1{font-size:32px}}@media(max-width:960px){html,body{height:auto;min-height:100vh;overflow-y:auto}.workspace-shell{grid-template-columns:1fr;min-height:100vh;height:auto}.side-brand{flex-shrink:0}.workspace-main{padding:0}.workspace-header,.chat-header,.page-head{flex-direction:column;align-items:flex-start;gap:10px}.header-actions,.page-actions{flex-wrap:wrap}.chat-shell{height:auto;min-height:auto;padding:12px}.chat-window{max-height:none;min-height:220px;padding:10px}.chat-status{width:100%;justify-content:space-between}.chat-input-bar,.auth-row{grid-template-columns:1fr}.chat-input-bar button,.auth-row button{width:100%}.landing-nav{flex-direction:column;align-items:flex-start;gap:10px}.landing-actions{flex-direction:column}.trending-row{flex-direction:column;align-items:flex-start;gap:12px}.pair-meta{min-width:100%}.mini-metrics{grid-template-columns:1fr;gap:12px;width:100%}.change-grid{grid-template-columns:repeat(4,1fr);gap:4px}}@media(max-width:640px){.automations-header{flex-direction:column;align-items:stretch}.automations-header button{width:100%}.automations-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.automation-tab{white-space:nowrap;flex-shrink:0}.automations-grid{grid-template-columns:1fr}.automation-card{padding:16px}.workspace-main{padding:0 12px 12px;gap:12px}.mobile-header{padding:10px 12px}.crumb{font-size:13px}.header-actions{width:100%}.wallet-btn{width:100%;justify-content:center}.chat-shell{padding:10px;gap:10px}.chat-header{gap:6px}.chat-title{font-size:18px}.chat-status{width:100%;justify-content:space-between;padding:6px 10px}.chat-window{border-radius:12px}.chat-bubble-body{padding:8px 10px}.prompt-chip{width:100%;justify-content:flex-start;text-align:left}.page-head{gap:8px}.page-actions{width:100%}.pricing-grid,.metric-kpis,.metric-panels{gap:8px}.pricing-title{font-size:24px}.pricing-card{padding:16px}.side-nav{padding:10px}.side-brand{gap:8px}.side-link{font-size:13px}}.mobile-hero{display:none;flex-direction:column;gap:20px;padding:20px 0;width:100%;max-width:100%;box-sizing:border-box}.mobile-hero-brand{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.mobile-logo{width:40px;height:28px;object-fit:contain}.mobile-brand-name{font-weight:700;font-size:24px;color:#fff;white-space:nowrap;flex-shrink:0}.mobile-brand-ai{font-size:14px;color:#a94bff;font-weight:600;vertical-align:super;margin-left:-4px;white-space:nowrap;flex-shrink:0}.mobile-hero-title{font-size:32px;font-weight:700;line-height:1.2;margin:0;color:#fff;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.mobile-hero-subtitle{font-size:16px;color:#fff;margin:0;word-wrap:break-word;overflow-wrap:break-word}.mobile-prompts{display:flex;flex-direction:column;gap:12px}.mobile-prompt-item{display:flex;align-items:flex-start;gap:8px;color:#fff;font-size:14px;line-height:1.5;background:transparent;border:none;padding:0;text-align:left;cursor:pointer;transition:opacity .2s ease;width:100%;word-wrap:break-word;overflow-wrap:break-word}.mobile-prompt-item:hover{opacity:.8}.prompt-prefix{color:var(--accent);font-weight:600;flex-shrink:0}.prompt-text{flex:1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-width:0}.mobile-cta{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;font-size:16px;font-weight:600;border-radius:14px;background:#fff;color:#0f0c2b;border:none;box-sizing:border-box;white-space:nowrap}.powered-by{display:flex;align-items:center;gap:8px;margin-top:8px;width:100%;min-width:0}.powered-by-icons{display:flex;gap:4px}.powered-icon{width:24px;height:24px;border-radius:50%;flex-shrink:0}.powered-icon:nth-child(1){background:linear-gradient(135deg,#a94bff,#4b1fa1)}.powered-icon:nth-child(2){background:linear-gradient(135deg,#5ce4ff,#2d7a9c)}.powered-icon:nth-child(3){background:linear-gradient(135deg,#44ff8f,#2d9c5c)}.powered-icon:nth-child(4){background:linear-gradient(135deg,#ffc977,#cc8a2e)}.powered-icon:nth-child(5){background:linear-gradient(135deg,#fff,#ccc)}.powered-by-text{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0}.mobile-hero-chat-input{display:none;align-items:center;gap:8px;padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-top:8px;width:100%;box-sizing:border-box;min-width:0}.mobile-hero-chat-input .mobile-input-action{background:#a94bff33;border-color:#a94bff66;color:#a94bff}.mobile-hero-chat-input input,.mobile-hero-chat-input textarea{flex:1;border:0;background:transparent;color:#fff;padding:8px;font-size:15px;outline:none;min-width:0;width:100%;box-sizing:border-box;font-family:inherit;resize:none;line-height:1.5;max-height:120px;overflow-y:auto}.mobile-hero-chat-input .chat-input-bar-input{flex:1;min-width:0;display:flex}.mobile-hero-chat-input .mobile-send-btn{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:all .2s ease}.mobile-hero-chat-input .mobile-send-btn:hover:not(:disabled){background:#ffffff26}.mobile-hero-chat-input .mobile-send-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-input{position:relative;display:none}.mobile-input-action{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:12px;background:#a94bff26;border:1px solid rgba(169,75,255,.3);color:#a94bff;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s ease;white-space:nowrap;height:fit-content;margin-bottom:0;min-height:44px}.mobile-input-action:hover{background:#a94bff33}.mobile-input input,.mobile-input textarea,.chat-input-bar-input textarea{flex:1;border:0;background:transparent;color:#fff;padding:8px;font-size:15px;outline:none;min-width:0;width:100%;box-sizing:border-box;font-family:inherit;resize:none;line-height:1.5;max-height:120px;overflow-y:auto}.chat-input-bar-input{flex:1;min-width:0;display:flex}.mobile-send-btn{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#a94bff,#8b3ae6);border:none;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:18px;flex-shrink:0;transition:all .2s ease;box-shadow:0 2px 8px #a94bff4d}.mobile-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#b85aff,#9a4af0);transform:translateY(-1px);box-shadow:0 4px 12px #a94bff66}.mobile-send-btn:active:not(:disabled){background:linear-gradient(135deg,#9733e6,#7a2fd6);transform:translateY(0)}.mobile-send-btn:disabled{opacity:.5;cursor:not-allowed;background:#a94bff33;box-shadow:none}.desktop-only{display:block}.social-links{display:flex;align-items:center;gap:12px}.social-links a{color:#fff;text-decoration:none;font-size:18px}.social-links button{background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease}.mobile-header{display:none;align-items:center;justify-content:space-between;padding:12px 16px;background:#ffffff05;border-bottom:1px solid #1d2740;border-radius:12px 12px 0 0;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;box-sizing:border-box;gap:12px;flex-wrap:nowrap}.mobile-header-left{display:flex;gap:12px;align-items:center;color:var(--muted);flex-shrink:0}.mobile-menu-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease}.mobile-menu-btn:hover{background:#ffffff14}.sidebar-overlay{display:none;position:fixed;inset:0;background:#0009;z-index:19;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:960px){.sidebar-overlay{display:block}.side-nav{display:flex;position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;z-index:20;transform:translate(-100%);transition:transform .3s ease;flex-direction:column;border-right:1px solid #141b2f;overflow-y:auto}.side-nav.mobile-open{transform:translate(0)}.sidebar-close-btn{display:block}.workspace-shell{grid-template-columns:1fr}.workspace-main{padding:14px 16px 80px}.desktop-only{display:none}.mobile-hero,.mobile-hero-chat-input,.mobile-header{display:flex}.chat-shell{padding-bottom:80px;min-height:calc(100vh - 100px);border-radius:0;height:auto}.chat-window{max-height:calc(100vh - 320px);overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:20px 16px}.mobile-input{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;gap:10px;padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#0f1525;border-top:1px solid #1d2740;border-radius:0;z-index:10;box-shadow:0 -4px 20px #0000004d;width:100%;box-sizing:border-box;min-width:0}.mobile-input .chat-input-bar-input{flex:1;min-width:120px;display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:4px 12px;min-height:44px;width:100%}.mobile-input .chat-input-bar-input textarea{flex:1;min-width:100px;width:100%;border:0;background:transparent;color:#fff;padding:8px 0;font-size:15px;outline:none;resize:none;line-height:1.5;max-height:100px;overflow-y:auto;font-family:inherit;opacity:1}.mobile-input .chat-input-bar-input textarea::placeholder{color:#fff6}.mobile-input .mobile-send-btn{width:44px;height:44px;align-self:flex-end}.mobile-input .mobile-input-action{display:none}.chat-input-bar:not(.mobile-input){display:none}.side-footer{padding-bottom:12px}.community-links{gap:12px}.community-link{width:40px;height:40px}}@media(max-width:640px){.mobile-hero-title{font-size:28px;word-wrap:break-word;overflow-wrap:break-word}.mobile-hero{padding:16px 0;gap:16px}.mobile-prompts{gap:10px}.mobile-prompt-item{font-size:13px}.mobile-cta{padding:14px;font-size:15px}.workspace-header{flex-direction:column;align-items:flex-start;gap:12px}.header-actions{width:100%;flex-wrap:wrap}.side-wallet-btn,.side-login-btn,.side-docs-btn{font-size:13px;padding:10px;min-height:42px}.mobile-input{padding:10px 12px;gap:10px}.mobile-input .chat-input-bar-input{padding:4px 10px;min-height:40px}.mobile-input .chat-input-bar-input textarea{font-size:14px}.mobile-input .mobile-send-btn{width:40px;height:40px}}.automations-page{display:flex;flex-direction:column;gap:24px;width:100%}.automations-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.automations-tabs{display:flex;gap:8px;border-bottom:1px solid #1d2740;padding-bottom:0}.automation-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:-1px}.automation-tab:hover{color:#fff;background:#ffffff08}.automation-tab.active{color:#fff;border-bottom-color:var(--accent);background:#c8f02e0d}.automations-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;gap:20px}.empty-state-icon{width:80px;height:80px;border-radius:50%;background:#a94bff26;border:1px solid rgba(169,75,255,.3);display:flex;align-items:center;justify-content:center;color:#a94bff;margin-bottom:8px}.empty-state-title{margin:0;font-size:24px;font-weight:600;color:#fff}.empty-state-subtitle{margin:0;font-size:16px;color:var(--muted)}.automations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.automation-card{padding:20px;background:#ffffff05;border:1px solid #1d2740;border-radius:12px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease}.automation-card:hover{background:#ffffff0a;border-color:#2a3f5f;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.automation-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.automation-card-title-section{display:flex;flex-direction:column;gap:8px;flex:1}.automation-card-title{margin:0;font-size:16px;font-weight:600;color:#fff}.automation-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.automation-status-active{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.automation-status-paused{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.automation-status-completed{background:#6b728026;color:#9ca3af;border:1px solid rgba(107,114,128,.3)}.automation-card-actions{display:flex;gap:6px;flex-shrink:0}.automation-action-btn{width:32px;height:32px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.automation-action-btn:hover{background:#ffffff14;border-color:#fff3;color:#fff}.automation-action-btn:last-child:hover{background:#ef444426;border-color:#ef44444d;color:#ef4444}.automation-card-description{margin:0;font-size:14px;color:var(--muted);line-height:1.5}.automation-card-details{display:flex;flex-wrap:wrap;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}.automation-detail-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.automation-detail-item svg{color:var(--muted);flex-shrink:0}.profile-page{width:100%;max-width:480px;margin:0 auto;padding:32px 24px}.profile-container{display:flex;flex-direction:column;gap:16px}.profile-header-section{display:flex;flex-direction:column;gap:12px}.profile-plan-badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-plan-badge{padding:6px 14px;font-size:13px;font-weight:700;letter-spacing:.05em;color:#fff;background:linear-gradient(135deg,#c8f02e26,#c8f02e14);border:1px solid rgba(200,240,46,.3);border-radius:8px;text-transform:uppercase}.profile-credits-badge{display:flex;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--muted);background:#ffffff08;border:1px solid var(--border);border-radius:8px}.profile-credits-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e80}.profile-wallet-section{display:flex;flex-direction:column;gap:12px}.profile-wallet-card{padding:16px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:12px}.profile-wallet-header{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:500}.profile-wallet-label{text-transform:uppercase;letter-spacing:.05em}.profile-wallet-address-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-wallet-address-text{font-family:Courier New,monospace;font-size:14px;font-weight:600;color:#fff}.profile-icon-btn-small{padding:6px;background:#ffffff0d;border:1px solid var(--border);border-radius:6px;color:var(--muted);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.profile-icon-btn-small:hover{background:#ffffff14;color:#fff;border-color:#c8f02e4d}.profile-balance-card{padding:16px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:8px}.profile-balance-label{font-size:13px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.profile-balance-value{font-size:24px;font-weight:700;color:#fff}.profile-plan-section{margin-top:4px}.profile-plan-card{padding:16px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:12px}.profile-plan-header{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:500}.profile-plan-name-text{font-size:20px;font-weight:700;color:#fff;letter-spacing:.02em}.profile-upgrade-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;color:#0a0a0a;background:linear-gradient(135deg,var(--accent),rgba(200,240,46,.9));border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.profile-upgrade-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #c8f02e4d}.profile-actions-section{display:flex;flex-direction:column;gap:8px;margin-top:8px}.profile-action-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:500;color:#fff;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:all .2s ease}.profile-action-btn:hover{background:#ffffff0f;border-color:#c8f02e4d}.profile-logout-btn{color:#ef4444}.profile-logout-btn:hover{background:#ef44441a;border-color:#ef44444d}.profile-signin-card{padding:48px 24px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid var(--border);border-radius:12px;text-align:center}.profile-popup-overlay{position:fixed;inset:0;z-index:998}.profile-popup{position:absolute;top:calc(100% + 12px);right:0;width:260px;background:#0f1219fa;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 8px 32px #0009,0 0 0 1px #ffffff0d;z-index:999;overflow:hidden}.profile-popup-top{padding:16px;display:flex;flex-direction:column;gap:12px}.profile-popup-earn-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid rgba(139,92,246,.3);border-radius:8px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;width:fit-content}.profile-popup-earn-badge:hover{background:linear-gradient(135deg,#9f7aea,#8b5cf6);transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.profile-popup-plan-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-popup-plan-text{font-size:13px;font-weight:600;color:#fff;letter-spacing:.02em}.profile-popup-credits-info{display:flex;align-items:center;gap:6px}.profile-popup-credits-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b98199}.profile-popup-credits-text{font-size:12px;font-weight:500;color:#ffffffe6}.profile-popup-content{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}.profile-popup-wallet-info{display:flex;align-items:center;gap:8px}.wallet-icon-small{color:#ffffff80;flex-shrink:0}.profile-popup-wallet-details{display:flex;align-items:center;justify-content:space-between;flex:1;gap:8px}.profile-popup-wallet-address{font-size:13px;font-weight:500;color:#ffffffe6;font-family:Courier New,monospace}.profile-popup-copy-btn{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;color:#fff6;cursor:pointer;transition:all .2s ease;border-radius:4px}.profile-popup-copy-btn:hover{background:#ffffff14;color:#ffffffe6}.profile-popup-apex-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;padding:4px 0}.profile-popup-APEX-row{display:flex;align-items:center;gap:6px;font-size:13px}.profile-popup-apex-label{font-weight:600;font-size:13px;color:#ffffffb3}.profile-popup-apex-value{font-weight:700;font-size:15px;color:#fff}.profile-popup-APEX-label{font-weight:500;color:#ffffff80}.profile-popup-APEX-value{font-weight:600;color:#ffffffe6}.profile-popup-divider{height:1px;background:#ffffff14;margin:0}.profile-popup-current-plan{display:flex;flex-direction:column;gap:8px}.profile-popup-plan-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#ffffff80}.profile-popup-plan-title svg{color:#ffffff80}.profile-popup-plan-value{font-size:15px;font-weight:700;color:#fff;letter-spacing:.02em}.profile-popup-upgrade-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 14px;font-size:13px;font-weight:600;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:4px}.profile-popup-upgrade-btn:hover{background:#ffffff0d;border-color:#ffffff40;transform:translateY(-1px)}.profile-popup-menu{padding-top:8px;padding-bottom:12px}.profile-popup-menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0;font-size:14px;font-weight:500;color:#ffffffe6;background:transparent;border:none;cursor:pointer;transition:all .2s ease}.profile-popup-menu-item:hover{color:#fff}.profile-popup-menu-item svg{color:#fff6;transition:all .2s ease}.profile-popup-menu-item:hover svg{color:#ffffffb3}.profile-popup-logout-item{color:#ffffffb3}.profile-popup-logout-item:hover{color:#ef4444e6}.profile-popup-logout-item:hover svg{color:#ef4444e6}.profile-popup-signin-text{padding:16px;text-align:center;color:var(--muted);font-size:13px}@media(max-width:768px){.profile-page{padding:20px 16px;max-width:100%}.profile-plan-name-text{font-size:18px}.profile-balance-value{font-size:20px}.profile-popup{width:260px;right:-8px}}.login-popup-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;display:flex;align-items:center;justify-content:center}.login-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:440px;background:#0f1219fa;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0009,0 0 0 1px #ffffff0d;z-index:9999;max-height:90vh;overflow-y:auto}.login-popup-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.login-popup-title{margin:0;font-size:20px;font-weight:600;color:#fff}.login-popup-close{display:flex;align-items:center;justify-content:center;padding:8px;background:transparent;border:none;color:#fff9;cursor:pointer;border-radius:8px;transition:all .2s ease}.login-popup-close:hover{background:#ffffff14;color:#fff}.login-popup-content{padding:24px}.auth-card-popup{display:flex;flex-direction:column;gap:16px;padding:0}.auth-card-popup .side-label{margin:0;font-size:14px;font-weight:500;color:#ffffffb3}.auth-card-popup .auth-row{display:grid;grid-template-columns:1fr auto;gap:12px}.auth-card-popup input{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;transition:all .2s ease}.auth-card-popup input:focus{outline:none;border-color:#fff3;background:#ffffff14}.auth-card-popup input:disabled{opacity:.5;cursor:not-allowed}.auth-card-popup input::placeholder{color:#fff6}.auth-card-popup .auth-error{color:#ff8c8c;margin:0;font-size:13px;padding:8px 0}.auth-card-popup .pill{margin:0;padding:8px 12px;font-size:13px}@media(max-width:768px){.login-popup{width:95%;max-width:none;border-radius:12px}.login-popup-header{padding:16px 20px}.login-popup-title{font-size:18px}.login-popup-content{padding:20px}.auth-card-popup .auth-row{grid-template-columns:1fr;gap:10px}.auth-card-popup .auth-row button{width:100%}}.automation-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;display:flex;align-items:center;justify-content:center}.automation-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:480px;background:#0f1219fa;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 8px 32px #0009,0 0 0 1px #ffffff0d;z-index:9999;overflow:hidden}.automation-modal-title{margin:0;padding:24px 24px 20px;font-size:20px;font-weight:600;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.automation-modal-content{padding:20px 24px;display:flex;flex-direction:column;gap:16px}.automation-detail-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.automation-detail-label{font-size:14px;font-weight:500;color:#ffffffb3;flex-shrink:0}.automation-detail-value{font-size:14px;font-weight:600;color:#fff;text-align:right;word-break:break-word}.automation-cost{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#ffffffe6}.automation-modal-actions{display:flex;gap:12px;padding:20px 24px;border-top:1px solid rgba(255,255,255,.08)}.automation-modal-cancel,.automation-modal-confirm{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.08)}.automation-modal-cancel{background:#ffffff08;color:#fff}.automation-modal-cancel:hover{background:#ffffff14;border-color:#ffffff26}.automation-modal-confirm{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border-color:transparent}.automation-modal-confirm:hover{background:linear-gradient(135deg,#9f7aea,#8b5cf6);box-shadow:0 4px 16px #8b5cf666;transform:translateY(-1px)}@media(max-width:768px){.automation-modal{width:95%;max-width:none;border-radius:12px}.automation-modal-title{padding:20px 20px 16px;font-size:18px}.automation-modal-content{padding:16px 20px;gap:14px}.automation-detail-row{flex-direction:column;align-items:flex-start;gap:6px}.automation-detail-value{text-align:left}.automation-modal-actions{flex-direction:column;padding:16px 20px}.automation-modal-cancel,.automation-modal-confirm{width:100%}}.refer-earn-page{width:100%;max-width:1000px;margin:0 auto;padding:40px 24px;display:flex;flex-direction:column;gap:32px}.refer-earn-header{text-align:left;display:flex;flex-direction:column;gap:8px}.refer-earn-title{font-size:32px;font-weight:600;color:#fff;margin:0;letter-spacing:-.02em}.refer-earn-subtitle{font-size:15px;color:#ffffffa6;margin:0;line-height:1.5}.refer-earn-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.refer-earn-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.refer-earn-card-header{display:flex;flex-direction:column;gap:4px}.refer-earn-card-title{font-size:16px;font-weight:500;color:#fff;margin:0}.refer-earn-card-subtitle{font-size:13px;color:#ffffff80;margin:0}.refer-earn-link-container{display:flex;gap:8px;align-items:stretch}.refer-earn-link-input{flex:1;padding:10px 12px;background:#0003;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#fff;font-size:13px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,monospace}.refer-earn-link-input:focus{outline:none;border-color:#fff3}.refer-earn-copy-btn{padding:10px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;min-width:40px}.refer-earn-copy-btn:hover{background:#ffffff14;border-color:#ffffff1f;color:#fff}.refer-earn-share-btn{padding:10px 14px;background:#8b5cf626;border:1px solid rgba(139,92,246,.25);border-radius:6px;color:#8b5cf6;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:500;transition:all .15s ease;white-space:nowrap}.refer-earn-share-btn:hover{background:#8b5cf633;border-color:#8b5cf659;color:#9f7aea}.refer-earn-metrics{display:flex;flex-direction:column;gap:20px}.refer-earn-metric{display:flex;flex-direction:column;gap:4px}.refer-earn-metric-value{font-size:24px;font-weight:600;color:#fff;letter-spacing:-.01em}.refer-earn-metric-label{font-size:13px;color:#ffffff80}.refer-earn-tier-card{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:20px}.refer-earn-tier-header{display:flex;justify-content:space-between;align-items:center}.refer-earn-tier-title{font-size:16px;font-weight:500;color:#fff;margin:0}.refer-earn-tier-badge{padding:4px 10px;background:#8b5cf626;border:1px solid rgba(139,92,246,.25);border-radius:4px;color:#8b5cf6;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.refer-earn-tier-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.refer-earn-tier-benefit{display:flex;flex-direction:column;gap:6px;text-align:left}.refer-earn-tier-benefit-value{font-size:20px;font-weight:600;color:#fff;letter-spacing:-.01em}.refer-earn-tier-benefit-label{font-size:13px;color:#ffffff80}.refer-earn-how-it-works{display:flex;flex-direction:column;gap:24px}.refer-earn-how-title{font-size:20px;font-weight:500;color:#fff;margin:0;text-align:left}.refer-earn-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.refer-earn-step{display:flex;flex-direction:column;gap:12px;text-align:left}.refer-earn-step-number{width:28px;height:28px;border-radius:6px;background:#8b5cf626;border:1px solid rgba(139,92,246,.25);display:flex;align-items:center;justify-content:center;color:#8b5cf6;font-size:14px;font-weight:600;flex-shrink:0}.refer-earn-step-title{font-size:15px;font-weight:500;color:#fff;margin:0}.refer-earn-step-description{font-size:13px;color:#fff9;margin:0;line-height:1.5}@media(max-width:960px){.refer-earn-page{padding:24px 16px;gap:24px}.refer-earn-title{font-size:26px}.refer-earn-cards{grid-template-columns:1fr;gap:16px}.refer-earn-card,.refer-earn-tier-card{padding:16px}.refer-earn-tier-benefits{grid-template-columns:1fr;gap:16px}.refer-earn-steps{grid-template-columns:1fr;gap:20px}.refer-earn-link-container{flex-wrap:wrap}.refer-earn-share-btn{flex:1;min-width:0}}.wallet-page{display:flex;flex-direction:column;gap:24px;width:100%;max-width:1400px;padding:0}.wallet-page-title{font-size:32px;font-weight:700;color:#fff;margin:0;padding:0}.wallet-cards-container{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wallet-details-card{background:linear-gradient(135deg,#a94bff14,#4b1fa10d);border:1px solid rgba(169,75,255,.2);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px}.wallet-address-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-address-label{font-size:13px;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.wallet-address-actions{display:flex;gap:8px}.wallet-icon-btn{width:32px;height:32px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.wallet-icon-btn:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.wallet-address-value{font-family:Courier New,monospace;font-size:14px;font-weight:500;color:#fff;word-break:break-all;line-height:1.5}.wallet-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:8px}.wallet-stat-item{display:flex;flex-direction:column;gap:8px}.wallet-stat-label{font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em}.wallet-stat-value-large{font-size:32px;font-weight:700;color:#fff;line-height:1}.wallet-stat-change{font-size:14px;color:#fff9}.wallet-action-buttons{display:flex;gap:12px;margin-top:8px}.wallet-add-funds-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#fff;color:#0f0c2b;border:1px solid rgba(255,255,255,.2);border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.wallet-add-funds-btn:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.wallet-withdraw-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.wallet-withdraw-btn:hover{background:#ffffff1a;border-color:#ffffff40}.wallet-how-it-works-card{background:linear-gradient(135deg,#a94bff33,#8b5cf626);border:1px solid rgba(169,75,255,.3);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:16px}.wallet-how-it-works-title{font-size:18px;font-weight:600;color:#fff;margin:0}.wallet-how-it-works-text{font-size:14px;line-height:1.7;color:#ffffffe6;margin:0;flex:1}.wallet-docs-link{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:#fffc;text-decoration:none;transition:all .2s ease;width:fit-content}.wallet-docs-link:hover{color:#fff;gap:8px}.wallet-tabs-container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.wallet-tabs{display:flex;gap:8px}.wallet-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff05;border:1px solid transparent;border-radius:10px;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.wallet-tab:hover{background:#ffffff0d;color:#fffc}.wallet-tab.active{background:#a94bff26;border-color:#a94bff4d;color:#fff}.wallet-create-automation-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;color:#0f0c2b;border:1px solid rgba(255,255,255,.2);border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.wallet-create-automation-btn:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 12px #fff3}.wallet-content-area{min-height:200px;display:flex;align-items:center;justify-content:center;padding:40px 0}.wallet-empty-state{text-align:center}.wallet-empty-text{font-size:16px;color:#ffffff80;margin:0}.wallet-x-integration-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px}.wallet-x-banner-left{display:flex;align-items:center;gap:16px;flex:1}.wallet-x-icon{width:40px;height:40px;border-radius:10px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.wallet-x-banner-content{display:flex;flex-direction:column;gap:4px;flex:1}.wallet-x-banner-title{font-size:16px;font-weight:600;color:#fff;margin:0}.wallet-x-banner-text{font-size:13px;color:#fff9;margin:0;line-height:1.5}.wallet-x-banner-btn{padding:10px 20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#ffffff80;font-size:14px;font-weight:500;cursor:not-allowed;white-space:nowrap}@media(max-width:960px){.wallet-cards-container{grid-template-columns:1fr;gap:16px}.wallet-tabs-container{flex-direction:column;align-items:stretch;gap:12px}.wallet-create-automation-btn{width:100%;justify-content:center}.wallet-x-integration-banner{flex-direction:column;align-items:stretch;gap:16px}.wallet-x-banner-btn{width:100%}}@media(max-width:640px){.wallet-page-title{font-size:24px}.wallet-details-card,.wallet-how-it-works-card{padding:20px}.wallet-stats-row{grid-template-columns:1fr;gap:20px}.wallet-action-buttons{flex-direction:column}}.marketplace-page{display:flex;flex-direction:column;gap:32px;width:100%}.marketplace-filters{display:flex;gap:8px;border-bottom:1px solid #1d2740;padding-bottom:0}.marketplace-filter-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--muted);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:-1px}.marketplace-filter-btn:hover{color:#fff;background:#ffffff08}.marketplace-filter-btn.active{color:#fff;border-bottom-color:var(--accent);background:#c8f02e0d}.marketplace-section{display:flex;flex-direction:column;gap:20px}.marketplace-section-title{margin:0;font-size:20px;font-weight:600;color:#fff}.marketplace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.marketplace-grid-animated{position:relative;overflow:visible}.marketplace-card{padding:20px;background:#ffffff05;border:1px solid #1d2740;border-radius:12px;display:flex;flex-direction:column;gap:16px;transition:all .2s ease}.marketplace-card:hover{background:#ffffff0a;border-color:#2a3f5f;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.marketplace-card-coming-soon{opacity:.85;cursor:default}.marketplace-card-coming-soon:hover{transform:none}.marketplace-card-header{display:flex;gap:12px;align-items:flex-start}.marketplace-card-icon{width:48px;height:48px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px}.marketplace-icon-text{font-size:20px;font-weight:700;color:#fff;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.marketplace-icon-emoji{font-size:28px;line-height:1}.marketplace-icon-image{width:100%;height:100%;object-fit:contain;border-radius:8px}.marketplace-card-title-section{flex:1;display:flex;flex-direction:column;gap:8px}.marketplace-card-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.marketplace-card-title{margin:0;font-size:18px;font-weight:600;color:#fff}.marketplace-card-badge{padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3);text-transform:uppercase;letter-spacing:.5px}.marketplace-card-categories{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.marketplace-category-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;background:#22c55e1a;color:#4ade80;border:1px solid rgba(34,197,94,.2)}.marketplace-card-description{margin:0;font-size:14px;color:var(--muted);line-height:1.6;flex:1}.marketplace-card-action{width:100%;padding:10px 16px;font-weight:600;font-size:14px;margin-top:auto;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.marketplace-card-status{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);color:#fbbf24;font-size:13px;font-weight:500;margin-top:auto}.marketplace-grid-animated{position:relative}.marketplace-grid-animated.hovering .marketplace-card-animated{filter:blur(3px);transition:filter .3s ease}.marketplace-card-animated{transition:filter .3s ease}.marketplace-animation-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:10;display:flex;flex-direction:column;align-items:center;gap:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.marketplace-animation-line{width:2px;height:150px;background:linear-gradient(to bottom,transparent,var(--accent),transparent);box-shadow:0 0 20px #c8f02e99;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.8;box-shadow:0 0 20px #c8f02e99}50%{opacity:1;box-shadow:0 0 30px #c8f02ee6}}.marketplace-animation-text{white-space:nowrap;font-size:24px;font-weight:600;color:var(--accent);text-shadow:0 0 10px rgba(200,240,46,.8);background:#0f172af2;padding:10px 20px;border-radius:8px;border:1px solid rgba(200,240,46,.4);-webkit-backdrop-filter:blur(.1px);backdrop-filter:blur(.1px)}@media(max-width:960px){.marketplace-grid{grid-template-columns:1fr}.marketplace-filters{overflow-x:auto;-webkit-overflow-scrolling:touch}.marketplace-filter-btn{white-space:nowrap}.marketplace-animation-overlay{display:none}}.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;inset:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media(max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media(max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}
