@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-root: #0c0c0e;--bg-surface: #161618;--bg-surface-hover: #1c1c1f;--bg-surface-elevated: #242428;--gold-primary: #D4AF37;--gold-dim: rgba(212, 175, 55, .15);--gold-highlight: #F4D06F;--stone-warm: #EAE0D5;--stone-dim: #8E8B82;--text-primary: #F2F0ED;--text-secondary: #A1A1AA;--text-tertiary: #52525B;--border-subtle: rgba(255, 255, 255, .08);--border-gold: rgba(212, 175, 55, .3);--radius-sm: 8px;--radius-md: 16px;--radius-lg: 32px;--radius-full: 9999px;--space-xs: 8px;--space-sm: 12px;--space-md: 20px;--space-lg: 32px;--space-xl: 48px;--space-2xl: 80px;--space-3xl: 160px}@media(max-width:768px){:root{--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 80px;--radius-lg: 20px}}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}body{font-family:Inter,-apple-system,sans-serif;background-color:var(--bg-root);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:400;letter-spacing:-.01em}.mono{font-family:JetBrains Mono,monospace;letter-spacing:-.02em}.glass-panel{background:#1c1c1e99;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.05);border-radius:var(--radius-lg);box-shadow:0 20px 40px #0003}.text-gold{color:var(--gold-primary)}.text-stone{color:var(--stone-warm)}.container{max-width:1100px;margin:0 auto;padding:0 var(--space-lg)}@media(max-width:768px){.container{padding:0 16px}}@supports (padding: env(safe-area-inset-left)){.container{padding-left:max(var(--space-lg),env(safe-area-inset-left));padding-right:max(var(--space-lg),env(safe-area-inset-right))}@media(max-width:768px){.container{padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right))}}}::selection{background:var(--gold-primary);color:var(--bg-root)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-root)}::-webkit-scrollbar-thumb{background:var(--bg-surface-elevated);border-radius:3px}.header{position:fixed;top:0;left:0;right:0;height:90px;z-index:100;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;align-items:center}.header.floating{top:24px;height:64px}.header.floating .header-container{background:#161618d9;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-full);padding:0 24px;box-shadow:0 12px 40px #0000004d}.header-container{width:100%;max-width:1100px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-lg);transition:all .5s ease;position:relative}.logo{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);text-decoration:none;letter-spacing:-.02em;z-index:102}.logo span{color:var(--gold-primary);font-style:italic}.nav-links{display:flex;gap:32px}.nav-link{font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.header-right{display:flex;align-items:center;gap:16px;z-index:102}.header-status{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--gold-primary);border:1px solid var(--border-gold);padding:6px 12px;border-radius:var(--radius-full);background:var(--gold-dim);white-space:nowrap}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:10px;min-width:44px;min-height:44px;border-radius:8px;transition:background .2s ease}.mobile-menu-btn:active{background:#ffffff1a}.mobile-menu-backdrop{position:fixed;inset:0;background:#0009;z-index:99}.mobile-menu{position:fixed;top:80px;left:16px;right:16px;background:#161618fa;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;box-shadow:0 20px 40px #0006;overflow:hidden;z-index:100}.mobile-nav{display:flex;flex-direction:column;gap:20px;align-items:center}.mobile-link{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--text-secondary);text-decoration:none;padding:8px;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-link:last-child{border-bottom:none}.mobile-link:hover,.mobile-link:active{color:var(--gold-primary);background:#d4af370d}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.header{height:70px}.header.floating{top:12px;height:56px}.header-container{padding:0 16px}.header.floating .header-container{padding:0 16px;border-radius:28px}.logo{font-size:1.1rem}.header-status{font-size:.65rem;padding:5px 10px}.mobile-menu{top:70px;left:12px;right:12px;padding:20px;border-radius:20px}.mobile-link{font-size:1rem;padding:16px;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:background .2s ease}}@media(max-width:480px){.header{height:60px}.header.floating{top:8px;height:50px}.logo{font-size:1rem}.header-status{font-size:.6rem;padding:4px 8px;letter-spacing:.02em}.header-right{gap:8px}.mobile-menu-btn{padding:8px;min-width:44px;min-height:44px}.mobile-menu-btn svg{width:22px;height:22px}.mobile-menu{top:60px;left:10px;right:10px;padding:16px;border-radius:16px}.mobile-link{font-size:.95rem;padding:14px}}.hero{padding:160px 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:100%;height:800px;background:radial-gradient(circle at center,rgba(212,175,55,.08) 0%,transparent 60%);z-index:-1;pointer-events:none}.hero .container{max-width:1400px;padding:0 40px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-xl);align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:12px;margin-bottom:var(--space-lg);padding:8px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-full)}.badge-dot{width:6px;height:6px;background:var(--gold-primary);border-radius:50%;box-shadow:0 0 10px var(--gold-primary);animation:pulse 2s infinite}.badge-dot.connected{background:#00ff9d;box-shadow:0 0 10px #00ff9d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.badge-text{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.05em;color:var(--text-secondary);text-transform:uppercase}.hero-title{font-size:5.5rem;line-height:1.05;color:var(--text-primary);margin-bottom:var(--space-lg);letter-spacing:-.02em}.serif-italic{font-style:italic;font-family:Playfair Display,serif;color:var(--gold-primary)}.hero-desc{font-size:1.35rem;color:var(--text-secondary);line-height:1.7;max-width:540px;font-weight:300;margin-bottom:var(--space-xl)}.hero-actions{display:flex;gap:20px}.btn-gold{padding:16px 32px;background:var(--text-primary);color:var(--bg-root);border-radius:var(--radius-full);font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:8px;cursor:pointer;text-decoration:none;border:none}.btn-gold:hover{background:#fff;transform:scale(1.02);box-shadow:0 10px 30px #ffffff26}.btn-outline{padding:16px 32px;background:transparent;border:1px solid rgba(255,255,255,.15);color:var(--text-primary);border-radius:var(--radius-full);font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:pointer}.btn-outline:hover{border-color:var(--text-primary);background:#ffffff08}.hero-visual{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center;max-width:100%}.visual-glow-back{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(212,175,55,.15) 0%,transparent 70%);filter:blur(60px);z-index:0}.agent-core-container{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center;z-index:1}.agent-avatar-img{width:200px;image-rendering:pixelated;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6));position:relative;z-index:2}.agent-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(255,215,0,.1);pointer-events:none}.ring-1{width:300px;height:300px;animation:spin 30s linear infinite}.ring-2{width:380px;height:380px;border-style:dashed;opacity:.5;animation:spin 60s linear infinite reverse}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.float-stat{position:absolute;background:#14141699;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:0 20px 40px #0000004d;z-index:3}.mcap-card{top:15%;right:5%;padding:20px 24px;background:#141416cc;border:1px solid rgba(212,175,55,.2)}.treasury-card{bottom:15%;left:5%}.stat-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon-box.gold{background:#d4af371a;color:var(--gold-primary)}.stat-icon-box.stone{background:#ffffff0d;color:var(--text-secondary)}.stat-info{display:flex;flex-direction:column}.stat-label{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.stat-value{font-family:Playfair Display,serif;font-size:1.4rem;color:var(--text-primary);line-height:1}.text-gradient-gold{background:linear-gradient(135deg,#fff,#d4af37);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2rem}.stat-trend{position:absolute;top:-10px;right:-10px;background:#14f195;color:#000;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;padding:4px 8px;border-radius:100px}.stat-trend.positive{background:#14f195;color:#000}.stat-trend.negative{background:#ff4d4d;color:#fff}.connector-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center}.hero-visual{height:450px;margin-top:40px}.float-stat{position:relative;inset:auto;display:inline-flex;margin:10px}.mcap-card,.treasury-card{width:100%;max-width:300px;justify-content:center}.connector-lines{display:none}.hero-desc{max-width:100%}}@media(max-width:768px){.hero{padding:100px 0 60px}.hero .container{padding:0 16px;max-width:100%}.hero-badge{padding:6px 12px;margin-bottom:var(--space-md)}.badge-text{font-size:.7rem}.hero-title{font-size:2.4rem;margin-bottom:var(--space-md);word-wrap:break-word}.hero-desc{font-size:.95rem;line-height:1.6;margin-bottom:var(--space-lg);padding:0 8px}.hero-actions{justify-content:center;flex-direction:column;width:100%;gap:12px}.btn-gold,.btn-outline{width:100%;justify-content:center;padding:14px 24px;font-size:.9rem}.hero-visual{height:340px;margin-top:30px;overflow:hidden}.agent-core-container{width:200px;height:200px}.agent-avatar-img{width:130px}.ring-1{width:200px;height:200px}.ring-2{width:260px;height:260px}.visual-glow-back{width:200px;height:200px}.float-stat{padding:10px 14px;gap:10px;border-radius:12px}.mcap-card{padding:12px 16px;max-width:180px}.treasury-card{max-width:160px}.stat-icon-box{width:36px;height:36px;border-radius:8px}.stat-icon-box svg{width:16px;height:16px}.stat-label{font-size:.6rem}.stat-value{font-size:1rem}.text-gradient-gold{font-size:1.2rem}.stat-trend{top:-6px;right:-6px;font-size:.6rem;padding:2px 5px}}@media(max-width:480px){.hero{padding:75px 0 40px}.hero .container{padding:0 12px}.hero-badge{padding:5px 10px;gap:8px}.badge-dot{width:5px;height:5px}.badge-text{font-size:.6rem;letter-spacing:.03em}.hero-title{font-size:1.75rem;line-height:1.15}.hero-title br{display:none}.hero-desc{font-size:.85rem;padding:0;line-height:1.5}.hero-actions{gap:10px}.btn-gold,.btn-outline{padding:12px 20px;font-size:.85rem}.hero-visual{height:280px;margin-top:20px}.agent-core-container{width:150px;height:150px}.agent-avatar-img{width:100px}.ring-1{width:150px;height:150px}.ring-2{width:200px;height:200px}.visual-glow-back{width:150px;height:150px}.float-stat{padding:8px 12px;gap:8px}.mcap-card,.treasury-card{max-width:150px;padding:10px 12px}.stat-icon-box{width:32px;height:32px}.stat-icon-box svg{width:14px;height:14px}.stat-label{font-size:.55rem}.stat-value{font-size:.9rem}.text-gradient-gold{font-size:1rem}.stat-trend{display:none}}@media(max-width:360px){.hero{padding:70px 0 35px}.hero-title{font-size:1.5rem}.hero-desc{font-size:.8rem}.hero-visual{height:240px}.agent-core-container{width:130px;height:130px}.agent-avatar-img{width:85px}.ring-1{width:130px;height:130px}.ring-2{width:170px;height:170px}.float-stat{padding:6px 10px}.mcap-card,.treasury-card{max-width:130px}}.autonomous-section{padding:100px 0;position:relative}.core-header-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;flex-wrap:wrap;gap:40px}.header-content{max-width:600px}.section-title{font-family:Playfair Display,serif;font-size:3.5rem;color:var(--text-primary);margin-bottom:24px;line-height:1.1;letter-spacing:-.02em}.section-desc{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--text-secondary);line-height:1.6;font-weight:300}.stats-cluster{display:flex;gap:16px}.stat-pill{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:12px 24px;border-radius:100px;display:flex;align-items:center;gap:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stat-pill .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary)}.stat-pill .value{font-family:JetBrains Mono,monospace;font-size:1rem;color:var(--text-primary);font-weight:500}.indicator-dot{width:8px;height:8px;border-radius:50%;background:var(--text-tertiary)}.indicator-dot.active{background:#27c93f;box-shadow:0 0 10px #27c93f66}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:24px}.bento-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:32px;transition:all .4s ease;position:relative;overflow:hidden}.bento-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 40px #0003}.bento-card.large{grid-column:span 2;grid-row:span 2;background:radial-gradient(circle at top right,rgba(255,215,0,.05),transparent 60%),#ffffff05;border:1px solid rgba(212,175,55,.15)}.bento-card.standard{grid-column:span 1;display:flex;flex-direction:column}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:32px}.card-label{font-family:JetBrains Mono,monospace;font-size:.75rem;letter-spacing:.1em;color:var(--gold-primary);opacity:.8}.icon-gold{color:var(--gold-primary)}.directive-quote{font-family:Playfair Display,serif;font-size:2rem;line-height:1.3;color:var(--text-primary);margin-bottom:40px}.process-list{display:flex;flex-direction:column;gap:16px}.process-step{display:flex;align-items:center;gap:12px;font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--text-secondary);padding:12px;border-radius:8px;background:#ffffff05;border:1px solid transparent}.process-step.active{background:#ffd7000d;border-color:#ffd7001a}.step-icon{opacity:.5}.text-white{color:#fff}.text-dim{opacity:.5}.card-icon-wrapper{width:48px;height:48px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-primary);margin-bottom:24px}.card-title{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:12px}.card-desc{font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-secondary);line-height:1.6}@media(max-width:1024px){.bento-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.bento-card.large{grid-column:span 2;grid-row:auto}.core-header-row{flex-direction:column;align-items:flex-start}.section-title{font-size:2.8rem}}@media(max-width:768px){.autonomous-section{padding:60px 0}.core-header-row{margin-bottom:40px;gap:24px}.section-title{font-size:2.2rem;margin-bottom:16px}.section-desc{font-size:1rem;line-height:1.5}.bento-grid{grid-template-columns:1fr;gap:16px}.bento-card.large{grid-column:span 1}.bento-card{padding:24px;border-radius:20px}.card-header{margin-bottom:20px}.directive-quote{font-size:1.5rem;margin-bottom:24px}.process-list{gap:12px}.process-step{font-size:.8rem;padding:10px;gap:10px}.card-icon-wrapper{width:42px;height:42px;margin-bottom:16px}.card-title{font-size:1rem;margin-bottom:8px}.card-desc{font-size:.85rem;line-height:1.5}.stats-cluster{flex-wrap:wrap}.stat-pill{padding:10px 16px}}@media(max-width:480px){.autonomous-section{padding:50px 0}.section-title{font-size:1.8rem}.section-desc{font-size:.9rem}.bento-card{padding:20px;border-radius:16px}.directive-quote{font-size:1.3rem;line-height:1.4}.process-step{font-size:.75rem;padding:8px}.step-icon svg{width:12px;height:12px}.card-label{font-size:.65rem}}.vault-section{padding:120px 0;border-top:1px solid var(--border-subtle);background:radial-gradient(circle at 50% 10%,rgba(20,241,149,.02) 0%,transparent 40%)}.vault-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.vault-title{font-family:Playfair Display,serif;font-size:3rem;color:var(--text-primary);margin-bottom:8px}.vault-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);font-weight:300}.live-indicator{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#fbbf24;display:flex;align-items:center;gap:8px;letter-spacing:.1em;background:#fbbf241a;padding:6px 12px;border-radius:4px;border:1px solid rgba(251,191,36,.2)}.live-indicator.online{color:#00ff9d;background:#00ff9d1a;border-color:#00ff9d33}.live-indicator.syncing{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2433}.live-indicator .dot{width:6px;height:6px;background:currentColor;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.vault-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.asset-card{border-radius:24px;padding:40px;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003;transition:transform .3s ease}.asset-card:hover{transform:translateY(-4px)}.clickable-card{cursor:pointer}.asset-card.main-mcap{background:linear-gradient(145deg,#141416cc,#0c0c0ef2);border:1px solid rgba(255,255,255,.08)}.asset-card.main-mcap:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(212,175,55,.1) 0%,transparent 65%);pointer-events:none}.asset-card.main-treasury{background-color:#141416cc;background-image:radial-gradient(circle at top left,rgba(153,69,255,.25) 0%,transparent 40%),radial-gradient(circle at bottom right,rgba(20,241,149,.2) 0%,transparent 40%);border:1px solid rgba(255,255,255,.08)}.asset-card.main-treasury:before{display:none}.asset-top{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.label-group{display:flex;flex-direction:column;gap:4px}.asset-label{font-family:JetBrains Mono,monospace;color:var(--text-secondary);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;display:block}.asset-sub-label{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-tertiary);letter-spacing:.02em;display:block}.badge-pill{display:flex;align-items:center;gap:6px;background:#ffffff0d;padding:6px 12px;border-radius:100px;font-size:.75rem;color:var(--text-tertiary);border:1px solid rgba(255,255,255,.05);transition:all .2s ease}.badge-pill.hover-highlight:hover{background:#ffffff1a;color:var(--text-primary);border-color:#fff3}.badge-pill.solana{background:#0000004d;color:var(--text-primary);border-color:#ffffff14}.asset-main-value{font-family:Playfair Display,serif;font-size:4.5rem;color:#fff;line-height:1;margin:30px 0;display:flex;align-items:baseline;position:relative;z-index:1}.currency{font-size:2.5rem;margin-right:8px;opacity:.5;font-weight:300}.asset-card.main-treasury .amount{color:#fff;background:none;-webkit-text-fill-color:#fff}.currency-sol{font-size:2rem;margin-right:12px;color:#14f195;font-weight:400;font-family:JetBrains Mono,monospace}.asset-footer{display:flex;justify-content:space-between;align-items:flex-end;position:relative;z-index:1}.trend.positive{display:flex;align-items:center;gap:6px;color:#14f195;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:500;background:#14f1951a;padding:4px 10px;border-radius:6px}.sub-value{font-family:JetBrains Mono,monospace;font-size:1.1rem;color:var(--text-secondary)}.wallet-address{display:flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--text-tertiary);background:#0000004d;padding:6px 10px;border-radius:6px}.verified-badge{font-size:.85rem;color:var(--text-tertiary);display:flex;align-items:center;gap:8px}.verified-badge:before{content:"✓";color:var(--gold-primary);font-weight:700}.chart-modal-backdrop{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.chart-modal-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.chart-modal-window{width:100%;max-width:1000px;height:600px;background:#141416;border:1px solid rgba(255,255,255,.1);border-radius:24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 40px 80px #0009;transform:scale(.95) translateY(20px);transition:transform .4s cubic-bezier(.16,1,.3,1)}.chart-modal-backdrop.open .chart-modal-window{transform:scale(1) translateY(0)}.chart-header-bar{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.chart-controls{display:flex;align-items:center;gap:12px}.chart-title{font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--text-primary);display:flex;align-items:center;gap:12px}.live-dot-green{width:8px;height:8px;background:#14f195;border-radius:50%;box-shadow:0 0 8px #14f19566}.close-chart-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.05);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;transition:all .2s ease}.close-chart-btn:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.chart-iframe{flex:1;width:100%;border:none;background:#101012}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease}.stat-card:hover{background:#ffffff0a;transform:translateY(-2px);border-color:#ffffff1a}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.stat-label{font-size:.75rem;color:var(--text-tertiary);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-icon-wrap{color:var(--gold-primary);opacity:.7}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-value{font-family:JetBrains Mono,monospace;font-size:1.1rem;color:var(--text-primary);font-weight:500}.stat-sub{font-size:.75rem;color:var(--text-tertiary)}@keyframes pulse-red{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media(max-width:1024px){.vault-hero-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr 1fr}.chart-modal-window{max-width:95%;height:70vh}}@media(max-width:768px){.vault-section{padding:60px 0}.vault-header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:32px}.vault-title{font-size:2rem}.vault-subtitle{font-size:.9rem}.live-indicator{font-size:.65rem;padding:5px 10px}.vault-hero-grid{gap:16px;margin-bottom:16px}.asset-card{padding:24px;min-height:auto;border-radius:20px}.asset-main-value{font-size:2.8rem;margin:16px 0}.currency{font-size:1.6rem}.currency-sol{font-size:1.3rem}.asset-footer{flex-direction:column;align-items:flex-start;gap:12px}.asset-label{font-size:.75rem}.asset-sub-label{font-size:.7rem}.badge-pill{font-size:.7rem;padding:5px 10px}.trend.positive{font-size:.8rem;padding:4px 8px}.sub-value{font-size:.95rem}.verified-badge{font-size:.75rem}.wallet-address{font-size:.7rem;padding:5px 8px}.stats-row{grid-template-columns:1fr 1fr;gap:12px}.stat-card{padding:16px;border-radius:14px}.stat-header{margin-bottom:12px}.stat-label{font-size:.65rem}.stat-value{font-size:1rem}.stat-sub{font-size:.7rem}.chart-modal-backdrop{padding:16px}.chart-modal-window{max-width:100%;height:75vh;border-radius:16px}.chart-header-bar{height:44px;padding:0 16px}.chart-title{font-size:.75rem}}@media(max-width:480px){.vault-section{padding:50px 0}.vault-title{font-size:1.8rem}.asset-card{padding:20px;border-radius:16px}.asset-main-value{font-size:2.2rem}.currency{font-size:1.4rem}.currency-sol{font-size:1.1rem}.stats-row{grid-template-columns:1fr;gap:10px}.stat-card{padding:14px;flex-direction:row;align-items:center;justify-content:space-between}.stat-header{margin-bottom:0;flex:1}.stat-content{align-items:flex-end}.chart-modal-window{height:60vh;border-radius:12px}.chart-header-bar{height:40px;padding:0 12px}.chart-title{font-size:.7rem;gap:8px}.live-dot-green{width:6px;height:6px}}.brain-deck-section{height:500vh;position:relative;background:var(--bg-root);z-index:10}.deck-sticky-wrapper{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;padding-top:60px}.deck-header{text-align:center;margin-bottom:40px;position:relative;z-index:20}.deck-title{font-family:Playfair Display,serif;font-size:3rem;color:var(--text-primary);margin-bottom:8px}.deck-subtitle{font-family:Inter,sans-serif;font-size:1.1rem;color:var(--text-secondary);font-weight:300}.deck-stage{width:100%;max-width:1000px;height:500px;position:relative;display:flex;justify-content:center;align-items:center}.feature-card{position:absolute;top:0;left:0;right:0;margin:auto;width:900px;height:450px;background:#141416cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:32px;box-shadow:0 40px 80px -20px #0009;overflow:hidden;will-change:transform,opacity}.feature-card-content{display:flex;height:100%}.feature-text{flex:1.2;padding:60px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.03);z-index:2;position:relative}.feature-header{display:flex;align-items:center;gap:16px;margin-bottom:12px}.feature-index{font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:700;opacity:.8}.feature-title{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--text-primary);line-height:1}.feature-subtitle{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;font-weight:500}.feature-desc{font-family:Inter,sans-serif;font-size:1.1rem;color:#ccc;line-height:1.6;margin-bottom:40px;max-width:90%}.feature-stats{display:flex;gap:12px;flex-wrap:wrap}.stat-pill{display:flex;align-items:center;gap:6px;background:#ffffff0d;padding:6px 12px;border-radius:99px;font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-secondary);border:1px solid rgba(255,255,255,.05)}.feature-visual{flex:.8;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(255,255,255,.02) 0%,transparent 70%)}.visual-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border-radius:50%;filter:blur(80px);opacity:.15}.feature-logo{width:200px;height:200px;position:relative;z-index:2;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3));transition:transform .5s ease}.feature-card:hover .feature-logo{transform:scale(1.05)}.deck-progress{display:flex;gap:12px;margin-top:40px}.progress-dot{width:8px;height:8px;border-radius:50%;background:var(--text-primary);transition:opacity .3s}@media(max-width:1024px){.deck-stage{height:450px;padding:0 20px}.feature-card{width:95%;height:auto;min-height:520px;flex-direction:column;border-radius:24px}.feature-card-content{flex-direction:column}.feature-text{flex:none;padding:36px;border-right:none;border-bottom:1px solid rgba(255,255,255,.03)}.feature-visual{flex:1;min-height:200px}.feature-logo{width:140px;height:140px}.feature-title{font-size:2rem}}@media(max-width:767px){.brain-deck-section.desktop-only{display:none}}.brain-section-mobile{padding:60px 0;background:var(--bg-root)}.mobile-header{text-align:center;margin-bottom:32px}.mobile-section-title{font-family:Playfair Display,serif;font-size:2rem;color:var(--text-primary);margin-bottom:8px}.mobile-section-subtitle{font-family:Inter,sans-serif;font-size:.9rem;color:var(--text-secondary);font-weight:300}.mobile-cards-stack{display:flex;flex-direction:column;gap:16px}.mobile-feature-card{background:#141416cc;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px;position:relative;overflow:hidden}.mobile-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mobile-card-icon{width:56px;height:56px;border-radius:16px;border:1px solid;display:flex;align-items:center;justify-content:center}.mobile-logo{width:36px;height:36px}.mobile-index{font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:700;opacity:.8}.mobile-card-title{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--text-primary);margin-bottom:4px;line-height:1.2}.mobile-card-subtitle{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-weight:500}.mobile-card-desc{font-family:Inter,sans-serif;font-size:.9rem;color:#bbb;line-height:1.55;margin-bottom:16px}.mobile-stats{display:flex;flex-wrap:wrap;gap:8px}.mobile-stat-pill{display:flex;align-items:center;gap:5px;background:#ffffff0d;padding:6px 10px;border-radius:99px;font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--text-secondary);border:1px solid rgba(255,255,255,.05)}@media(min-width:768px){.brain-section-mobile{display:none}}@media(max-width:768px){.brain-deck-section{height:250vh}.deck-sticky-wrapper{padding-top:40px;height:90vh}.deck-header{margin-bottom:20px;padding:0 16px}.deck-title{font-size:1.8rem;margin-bottom:6px}.deck-subtitle{font-size:.9rem}.deck-stage{height:auto;min-height:380px;padding:0 12px}.feature-card{width:100%;min-height:auto;border-radius:20px}.feature-header{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:6px}.feature-index{font-size:.9rem}.feature-title{font-size:1.4rem;line-height:1.2}.feature-subtitle{font-size:.75rem;margin-bottom:12px}.feature-text{padding:20px}.feature-desc{font-size:.85rem;margin-bottom:16px;max-width:100%;line-height:1.5}.feature-stats{gap:6px}.stat-pill{font-size:.6rem;padding:4px 8px}.feature-visual{min-height:120px;padding:16px}.feature-logo{width:80px;height:80px}.visual-glow{width:100px;height:100px;filter:blur(50px)}.deck-progress{margin-top:16px;gap:8px}.progress-dot{width:6px;height:6px}}@media(max-width:480px){.brain-section-mobile{padding:50px 0}.mobile-section-title{font-size:1.6rem}.mobile-section-subtitle{font-size:.8rem}.mobile-feature-card{padding:20px;border-radius:16px}.mobile-card-icon{width:48px;height:48px;border-radius:12px}.mobile-logo{width:28px;height:28px}.mobile-card-title{font-size:1.15rem}.mobile-card-desc{font-size:.85rem}.mobile-stat-pill{font-size:.6rem;padding:5px 8px}.brain-deck-section{height:220vh}.deck-sticky-wrapper{padding-top:30px;height:85vh}.deck-header{margin-bottom:16px}.deck-title{font-size:1.5rem}.deck-subtitle{font-size:.8rem}.deck-stage{min-height:320px;padding:0 10px}.feature-card{border-radius:14px}.feature-header{gap:4px;margin-bottom:4px}.feature-index{font-size:.8rem}.feature-title{font-size:1.2rem}.feature-subtitle{font-size:.65rem;margin-bottom:10px;letter-spacing:.03em}.feature-text{padding:16px}.feature-desc{font-size:.8rem;margin-bottom:14px;line-height:1.45}.feature-visual{min-height:100px;padding:12px}.feature-logo{width:65px;height:65px}.visual-glow{width:80px;height:80px;filter:blur(40px)}.stat-pill{font-size:.55rem;padding:3px 6px;gap:3px}.deck-progress{margin-top:12px;gap:6px}.progress-dot{width:5px;height:5px}}@media(max-width:360px){.brain-section-mobile{padding:40px 0}.mobile-header{margin-bottom:24px}.mobile-section-title{font-size:1.4rem}.mobile-feature-card{padding:16px;border-radius:14px}.mobile-card-icon{width:44px;height:44px}.mobile-logo{width:24px;height:24px}.mobile-card-title{font-size:1.05rem}.mobile-card-desc{font-size:.8rem;line-height:1.5}.mobile-stat-pill{font-size:.55rem;padding:4px 6px}.brain-deck-section{height:200vh}.deck-sticky-wrapper{height:80vh;padding-top:24px}.deck-title{font-size:1.3rem}.deck-subtitle{font-size:.75rem}.deck-stage{min-height:280px}.feature-title{font-size:1.1rem}.feature-text{padding:14px}.feature-desc{font-size:.75rem}.feature-visual{min-height:80px;padding:10px}.feature-logo{width:55px;height:55px}}.terminal-section{padding:40px 0;display:flex;justify-content:center;width:100%}.container-full{width:100%;max-width:1400px;padding:0 20px}.terminal-wrapper{width:100%;background:#050505;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 50px 100px -20px #000000b3;overflow:hidden;font-family:JetBrains Mono,monospace}.terminal-header{background:#0f0f10;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05)}.header-left{display:flex;align-items:center;gap:20px}.terminal-controls{display:flex;gap:8px}.control{width:12px;height:12px;border-radius:50%;opacity:.8;transition:opacity .2s}.control:hover{opacity:1}.control.red{background:#ff5f56}.control.yellow{background:#ffbd2e}.control.green{background:#27c93f}.terminal-title{color:var(--text-tertiary);font-size:.85rem;display:flex;align-items:center;gap:10px;opacity:.7}.terminal-status{display:flex;align-items:center;gap:8px;font-size:.75rem;color:#4ade80;letter-spacing:.15em;font-weight:500}.terminal-status.connecting{color:#fbbf24}.terminal-status.connecting .blink-dot{background:#fbbf24;box-shadow:0 0 8px #fbbf24}.blink-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;box-shadow:0 0 8px #4ade80;animation:blink 2s infinite}.loading-state{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:.9rem}.loading-text{margin-right:4px}.loading-cursor{animation:blink 1s step-end infinite;color:#fbbf24}.terminal-window{padding:32px;height:500px;overflow:hidden;position:relative;background:#080808fa}.logs-container{height:100%;display:flex;flex-direction:column;justify-content:flex-end}.scan-line{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to bottom,#fff0,#ffffff0d,#fff0);animation:scan 6s linear infinite;pointer-events:none;z-index:10}.log-line{font-size:.9rem;margin-bottom:10px;display:flex;gap:20px;line-height:1.5;letter-spacing:-.01em}.log-timestamp{color:#444;min-width:100px;font-size:.85rem}.log-line.info{color:#888}.log-line.analysis{color:#60a5fa}.log-line.success{color:#4ade80}.log-line.warning{color:#fbbf24}.log-line.action{color:#d8b4fe}.input-line{display:flex;align-items:center;gap:12px;margin-top:10px;color:var(--text-secondary)}.prompt{color:var(--gold-primary)}.typing-cursor{display:inline-block;color:var(--gold-primary);width:10px;height:18px;background:var(--gold-primary);animation:blink 1s step-end infinite}.system-stats{background:#0a0a0a;padding:12px 24px;display:flex;gap:32px;border-top:1px solid rgba(255,255,255,.05);font-size:.75rem;color:#555;letter-spacing:.05em}.stat-group{display:flex;align-items:center;gap:8px}.stat-group.right{margin-left:auto}.stat-icon{opacity:.5}@keyframes scan{0%{top:-10%;opacity:0}10%{opacity:.4}90%{opacity:.4}to{top:110%;opacity:0}}@media(max-width:768px){.terminal-section{padding:30px 0}.container-full{padding:0 12px}.terminal-wrapper{border-radius:12px}.terminal-header{padding:12px 16px;flex-wrap:wrap;gap:10px}.header-left{gap:12px}.terminal-title{font-size:.75rem;gap:8px}.terminal-title svg{width:12px;height:12px}.terminal-status{font-size:.65rem;letter-spacing:.1em}.control{width:10px;height:10px}.terminal-window{padding:16px;height:350px}.log-line{flex-direction:column;gap:4px;margin-bottom:10px;font-size:.75rem;line-height:1.4}.log-timestamp{min-width:auto;font-size:.65rem;opacity:.6}.log-msg{word-break:break-word}.input-line{margin-top:8px;gap:8px}.typing-cursor{height:14px;width:8px}.system-stats{flex-wrap:wrap;gap:12px;padding:12px 16px;font-size:.65rem}.stat-group{width:calc(50% - 6px);gap:6px}.stat-group.right{margin-left:0}.stat-icon{width:12px;height:12px}}@media(max-width:480px){.terminal-section{padding:20px 0}.container-full{padding:0 8px}.terminal-wrapper{border-radius:10px}.terminal-header{padding:10px 12px}.terminal-controls{gap:6px}.control{width:8px;height:8px}.terminal-title{font-size:.65rem}.terminal-title span{display:none}.terminal-status{font-size:.6rem;gap:6px}.blink-dot{width:5px;height:5px}.terminal-window{padding:12px;height:280px}.log-line{font-size:.7rem;margin-bottom:8px;flex-direction:row;gap:8px}.log-timestamp{display:none}.log-msg{font-size:.7rem;line-height:1.4}.system-stats{padding:10px 12px;gap:10px;font-size:.6rem}.stat-group{gap:4px}}@media(max-width:360px){.terminal-window{padding:10px;height:250px}.log-line{font-size:.65rem;margin-bottom:6px}.system-stats{padding:8px 10px;font-size:.55rem;gap:8px}.stat-group{width:auto}}.agent-progress-section{padding:var(--space-3xl) 0;position:relative;z-index:10}.progress-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);margin-top:var(--space-xl)}@media(max-width:900px){.progress-grid{grid-template-columns:1fr}}.progress-card{background:#16161899;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:var(--space-lg);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;height:100%}.beam-border:before{content:"";position:absolute;inset:-1px;background:conic-gradient(from 0deg,transparent 0deg,transparent 80deg,var(--gold-primary) 180deg,transparent 280deg,transparent 360deg);z-index:-1;border-radius:var(--radius-lg);animation:rotate 4s linear infinite;opacity:0;transition:opacity .3s ease}.beam-border:after{content:"";position:absolute;inset:1px;background:var(--bg-surface);border-radius:calc(var(--radius-lg) - 1px);z-index:-1}.beam-border:hover:before{opacity:1}.progress-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold-primary),transparent);transform:translate(-100%);animation:beam-slide 3s infinite;opacity:.5}@keyframes beam-slide{0%{transform:translate(-100%)}50%,to{transform:translate(100%)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-subtle)}.card-title{font-family:Playfair Display,serif;font-size:1.25rem;color:var(--text-primary)}.live-indicator{display:flex;align-items:center;gap:8px;font-size:.75rem;font-weight:600;color:#666;letter-spacing:.05em}.live-indicator.online{color:#00ff9d}.live-indicator.syncing{color:#fbbf24}.pulse-dot{width:6px;height:6px;background-color:currentColor;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.actions-list{display:flex;flex-direction:column;gap:var(--space-md)}.action-item{display:flex;align-items:flex-start;gap:var(--space-md);padding:var(--space-sm);border-radius:var(--radius-sm);transition:background .2s ease}.action-item:hover{background:var(--bg-surface-hover)}.action-icon{font-size:1.25rem;background:#ffffff0d;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border-subtle)}.action-details{flex:1}.action-top{display:flex;justify-content:space-between;margin-bottom:4px}.action-title{font-weight:500;font-size:.95rem;color:var(--text-primary)}.action-time{font-size:.75rem;color:var(--text-tertiary)}.action-desc{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.action-value{font-size:.8rem;color:var(--gold-highlight);background:#d4af371a;padding:4px 8px;border-radius:var(--radius-sm);align-self:center;white-space:nowrap}.action-value.execute_buy{color:#00ff9d;background:#00ff9d1a}.action-value.execute_sell{color:#ff4d4d;background:#ff4d4d1a}.action-value.hold{color:#888;background:#ffffff0d}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-xl);text-align:center;color:var(--text-tertiary)}.empty-icon{font-size:2.5rem;margin-bottom:var(--space-md);opacity:.5}.empty-state p{font-size:.95rem;color:var(--text-secondary);margin-bottom:8px}.empty-hint{font-size:.8rem;color:var(--text-tertiary)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm);margin-bottom:var(--space-lg)}.stat-box{display:flex;flex-direction:column;align-items:center;padding:var(--space-md);background:#ffffff05;border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.stat-box .stat-value{font-size:1.5rem;font-weight:700;font-family:Playfair Display,serif}.stat-box .stat-label{font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.position-summary{padding:var(--space-md);background:#ffffff05;border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-bottom:var(--space-lg)}.summary-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold-primary);margin-bottom:var(--space-md)}.summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.summary-item{display:flex;flex-direction:column}.summary-label{font-size:.7rem;color:var(--text-tertiary);margin-bottom:2px}.summary-value{font-size:.9rem;font-weight:600;color:var(--text-primary);font-family:JetBrains Mono,monospace}.summary-value.positive{color:#00ff9d}.summary-value.negative{color:#ff4d4d}.activity-bar{border-top:1px solid var(--border-subtle);padding-top:var(--space-md)}.activity-label{font-size:.7rem;color:var(--text-tertiary);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.05em}.activity-chart{height:8px;background:#ffffff0d;border-radius:4px;display:flex;overflow:hidden;margin-bottom:var(--space-sm)}.bar-segment{height:100%;transition:width .5s ease}.bar-segment.buy{background:#00ff9d}.bar-segment.sell{background:#ff4d4d}.bar-segment.hold{background:#666}.bar-segment.empty{background:#ffffff0d}.activity-legend{display:flex;gap:var(--space-md);justify-content:center}.legend-item{display:flex;align-items:center;gap:6px;font-size:.7rem;color:var(--text-tertiary)}.legend-item .dot{width:8px;height:8px;border-radius:50%}.legend-item .dot.buy{background:#00ff9d}.legend-item .dot.sell{background:#ff4d4d}.legend-item .dot.hold{background:#666}.launches-list{display:flex;flex-direction:column;gap:var(--space-sm);flex:1}.launch-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md);background:#ffffff05;border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all .3s ease}.launch-item:hover{border-color:var(--gold-dim);background:#ffffff0a;transform:translateY(-2px)}.launch-info{display:flex;flex-direction:column}.launch-ticker{font-family:JetBrains Mono,monospace;font-weight:600;font-size:.9rem}.launch-name{font-size:.8rem;color:var(--text-secondary)}.launch-metrics{display:flex;align-items:center;gap:var(--space-md)}.fee-metric{display:flex;flex-direction:column;align-items:flex-end}.metric-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary)}.metric-value{color:var(--text-primary);font-size:.9rem}.status-badge{font-size:.7rem;padding:2px 8px;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.status-badge.active{background:#4ade801a;color:#4ade80}.status-badge.exited{background:#ffffff1a;color:var(--text-tertiary)}.total-fees{display:flex;flex-direction:column;align-items:flex-end;font-size:.8rem}.total-fees .value{font-size:1rem;font-weight:600}.chart-placeholder{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;gap:12px}.bars{display:flex;align-items:flex-end;gap:8px;height:60px;width:100%;justify-content:center}.bar{width:6px;background:var(--gold-primary);border-radius:2px;opacity:.6}.bar:hover{opacity:1}.chart-label{font-size:.75rem;color:var(--text-tertiary)}@media(max-width:768px){.agent-progress-section{padding:var(--space-2xl) 0}.section-header{text-align:center;margin-bottom:var(--space-md)}.section-tag{font-size:.7rem}.section-title{font-size:1.8rem;margin-bottom:8px}.section-desc{font-size:.9rem}.progress-grid{gap:var(--space-md);margin-top:var(--space-lg)}.progress-card{padding:var(--space-md);border-radius:var(--radius-md)}.card-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:var(--space-sm);padding-bottom:var(--space-sm)}.card-title{font-size:1.1rem}.live-indicator{font-size:.65rem}.actions-list{gap:var(--space-sm)}.action-item{flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-xs)}.action-icon{font-size:1rem;width:32px;height:32px}.action-top{flex-direction:column;align-items:flex-start;gap:2px}.action-title{font-size:.85rem}.action-time{font-size:.65rem}.action-desc{font-size:.8rem}.action-value{font-size:.7rem;padding:3px 6px;margin-top:4px;margin-left:auto}.total-fees{font-size:.7rem}.total-fees .value{font-size:.9rem}.launch-item{padding:var(--space-sm);border-radius:var(--radius-sm)}.launch-ticker{font-size:.8rem}.launch-name{font-size:.7rem}.launch-metrics{gap:var(--space-sm)}.metric-label{font-size:.6rem}.metric-value{font-size:.8rem}.status-badge{font-size:.6rem;padding:2px 6px}.chart-placeholder{margin-top:var(--space-md);padding-top:var(--space-sm)}.bars{height:50px;gap:6px}.bar{width:5px}.chart-label{font-size:.65rem}}@media(max-width:480px){.agent-progress-section{padding:var(--space-xl) 0}.section-title{font-size:1.5rem}.section-desc{font-size:.85rem}.progress-card{padding:var(--space-sm)}.card-title{font-size:1rem}.action-item{padding:8px}.action-icon{width:28px;height:28px;font-size:.9rem}.action-title{font-size:.8rem}.action-desc{font-size:.75rem}.launch-item{flex-direction:column;align-items:flex-start;gap:10px}.launch-metrics{width:100%;justify-content:space-between}.bars{height:40px;gap:5px}.bar{width:4px}}@media(max-width:360px){.section-title{font-size:1.3rem}.progress-card{padding:12px;border-radius:12px}.card-title{font-size:.95rem}.action-icon{width:26px;height:26px}.action-title{font-size:.75rem}.action-desc{font-size:.7rem}.action-value{font-size:.65rem}}.site-footer{background:#08080a;border-top:1px solid var(--border-subtle);padding:80px 0 40px;position:relative;z-index:10}.footer-top{display:grid;grid-template-columns:1.5fr 2fr;gap:80px;margin-bottom:80px}.footer-brand{max-width:400px}.footer-logo{font-family:Playfair Display,serif;font-size:1.8rem;color:var(--text-primary);margin-bottom:24px;letter-spacing:-.01em}.footer-tagline{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:32px}.footer-badges{display:flex;gap:16px}.badge{display:flex;align-items:center;gap:8px;background:#ffffff0d;border:1px solid var(--border-subtle);padding:8px 12px;border-radius:999px;font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--text-secondary)}.dot{width:6px;height:6px;border-radius:50%}.dot.green{background:#14f195;box-shadow:0 0 8px #14f19580}.dot.gold{background:var(--gold-primary);box-shadow:0 0 8px #d4af3780}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.link-column h4{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}.link-column a{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:.95rem;color:var(--text-secondary);text-decoration:none;margin-bottom:16px;transition:color .2s ease}.link-column a:hover{color:var(--gold-primary)}.social-link{display:flex;align-items:center;gap:10px}.footer-bottom{border-top:1px solid var(--border-subtle);padding-top:40px;display:flex;justify-content:space-between;align-items:center}.copyright,.solana-mark{font-family:Inter,sans-serif;font-size:.85rem;color:var(--text-tertiary)}.text-white{color:var(--text-primary);font-weight:500}@media(max-width:900px){.footer-top{grid-template-columns:1fr;gap:40px}.footer-links{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.site-footer{padding:50px 0 30px}.footer-top{gap:32px;margin-bottom:40px}.footer-brand{max-width:100%;text-align:center}.footer-logo{font-size:1.4rem;margin-bottom:16px}.footer-tagline{font-size:.85rem;margin-bottom:20px;padding:0 10px}.footer-badges{justify-content:center;flex-wrap:wrap;gap:10px}.badge{font-size:.65rem;padding:5px 10px}.footer-links{grid-template-columns:1fr 1fr;gap:20px 16px}.link-column h4{font-size:.7rem;margin-bottom:12px}.link-column a{font-size:.8rem;margin-bottom:10px}.footer-bottom{padding-top:20px;flex-direction:column;gap:12px;text-align:center}.copyright,.solana-mark{font-size:.7rem}}@media(max-width:480px){.site-footer{padding:35px 0 20px}.footer-top{gap:24px;margin-bottom:30px}.footer-logo{font-size:1.2rem}.footer-tagline{font-size:.8rem;line-height:1.5;margin-bottom:16px}.footer-badges{gap:8px}.badge{font-size:.6rem;padding:4px 8px;gap:5px}.dot{width:5px;height:5px}.footer-links{grid-template-columns:1fr;gap:16px;text-align:center}.link-column{padding-bottom:14px;border-bottom:1px solid var(--border-subtle)}.link-column:last-child{border-bottom:none;padding-bottom:0}.link-column h4{font-size:.65rem;margin-bottom:10px}.link-column a{font-size:.75rem;margin-bottom:8px;justify-content:center}.link-column a svg{width:14px;height:14px}.social-link{justify-content:center}.footer-bottom{padding-top:16px;gap:10px}.copyright,.solana-mark{font-size:.65rem}}@media(max-width:360px){.site-footer{padding:30px 0 16px}.footer-logo{font-size:1.1rem}.footer-tagline{font-size:.75rem}.badge{font-size:.55rem;padding:3px 6px}.link-column a{font-size:.7rem}}.dashboard-page{min-height:100vh;background-color:#050505;color:#e0e0e0;font-family:JetBrains Mono,monospace;padding:1.5rem;position:relative;overflow-x:hidden}.dashboard-grid{display:grid;grid-template-columns:1fr 1.5fr 1fr;grid-template-rows:auto auto 1fr auto;grid-template-areas:"header header header" "stat1 stat2 stat3" "left center right" "footer footer footer";gap:1rem;max-width:1800px;margin:0 auto;position:relative;z-index:10;padding-bottom:2rem;min-height:calc(100vh - 3rem)}.dashboard-header{grid-area:header;display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;border-bottom:1px solid rgba(255,215,0,.15);padding-bottom:1rem}.dashboard-title{font-family:Playfair Display,serif;font-size:1.6rem;color:#fff;display:flex;align-items:center;gap:.75rem}.dashboard-title span{font-family:JetBrains Mono,monospace;font-size:.85rem;color:var(--gold-primary, #ffd700);opacity:.8;letter-spacing:.1em}.system-badges{display:flex;gap:.5rem;margin-top:.4rem}.sys-badge{font-size:.65rem;padding:2px 8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#666}.sys-badge.active{color:#00ff9d;border-color:#00ff9d4d;background:#00ff9d14}.sys-badge.syncing{color:#fbbf24;border-color:#fbbf244d;background:#fbbf2414}.back-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#aaa;font-size:.75rem;text-decoration:none;transition:all .2s ease}.back-btn:hover{background:#ffffff1a;color:#fff}.tech-panel{background:#0f0f12cc;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:1rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 20px #0006}.tech-panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,215,0,.3),transparent)}.panel-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#ffd700d9;font-weight:600}.stats-row{display:contents}.stat-card{display:flex;flex-direction:column;justify-content:center;padding:1rem;min-height:100px}.stat-card:nth-child(2){grid-area:stat1}.stat-card:nth-child(3){grid-area:stat2}.stat-card:nth-child(4){grid-area:stat3}.stat-header{display:flex;align-items:center;gap:.5rem;font-size:.65rem;color:#888;margin-bottom:.4rem;letter-spacing:.08em;text-transform:uppercase}.text-gold{color:gold}.text-green{color:#00ff9d}.text-red{color:#ff4d4d}.stat-big-value{font-size:1.4rem;font-weight:600;color:#fff;font-family:Playfair Display,serif;margin-bottom:.1rem}.stat-big-value.text-green{color:#00ff9d}.stat-big-value.text-red{color:#ff4d4d}.stat-sub{font-size:.7rem;color:#888}.left-column{grid-area:left;display:flex;flex-direction:column;gap:1rem}.panel-agent-stats{flex:1}.agent-stats-grid{display:flex;flex-direction:column;gap:.6rem}.agent-stat{display:flex;justify-content:space-between;align-items:center;padding:.6rem;background:#ffffff05;border-radius:6px;border:1px solid rgba(255,255,255,.05)}.agent-stat-label{font-size:.65rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.agent-stat-value{font-size:.85rem;font-weight:600;color:#fff}.agent-stat-value.text-green{color:#00ff9d}.agent-stat-value.text-red{color:#ff4d4d}.panel-holders{flex:1;display:flex;flex-direction:column;max-height:280px}.holders-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.holder-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#ffffff05;border-radius:6px;border:1px solid rgba(255,255,255,.05)}.holder-rank{font-size:.65rem;color:gold;font-weight:700;min-width:20px}.holder-info{flex:1;min-width:0}.holder-address{font-size:.65rem;color:#aaa;font-family:JetBrains Mono,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.holder-percent{font-size:.7rem;font-weight:600;color:#00ff9d}.center-column{grid-area:center;display:flex;flex-direction:column;gap:1rem}.panel-thoughts{flex-shrink:0}.thought-content{background:#0000004d;padding:.75rem;border-radius:6px;border-left:3px solid #ffd700;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#e0e0e0;line-height:1.5;max-height:200px;overflow-y:auto}.latest-decision{display:flex;flex-direction:column;gap:.5rem}.decision-action{display:flex;align-items:center;gap:.5rem}.action-badge{padding:3px 8px;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.action-badge.execute_buy,.action-badge.buy{background:#00ff9d26;color:#00ff9d;border:1px solid rgba(0,255,157,.3)}.action-badge.execute_sell,.action-badge.sell{background:#ff4d4d26;color:#ff4d4d;border:1px solid rgba(255,77,77,.3)}.action-badge.hold{background:#ffd70026;color:gold;border:1px solid rgba(255,215,0,.3)}.action-badge.claim_rewards,.action-badge.airdrop_tokens,.action-badge.airdrop_sol{background:#6495ed26;color:#6495ed;border:1px solid rgba(100,149,237,.3)}.action-badge.small{padding:2px 6px;font-size:.6rem}.decision-time{font-size:.6rem;color:#666}.thought-text{font-size:.75rem;line-height:1.4;color:#ccc;word-break:break-word}.thought-text.empty{color:#666;font-style:italic}.cursor-blink{color:gold;animation:blink 1s infinite;margin-left:2px}.panel-decisions{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:200px}.decisions-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.decision-item{padding:.6rem;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:6px}.decision-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;flex-wrap:wrap}.trigger-info{font-size:.65rem;color:#888}.decision-reasoning{font-size:.7rem;color:#999;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty-state{text-align:center;color:#555;font-size:.75rem;padding:1.5rem}.panel-logs{grid-area:right;display:flex;flex-direction:column;background:#08080a;max-height:calc(100vh - 280px)}.logs-scroller{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.3rem;font-family:JetBrains Mono,monospace;font-size:.6rem}.log-entry{line-height:1.3;padding:3px 0;border-bottom:1px solid rgba(255,255,255,.03);word-break:break-word}.log-prefix{color:#555;margin-right:4px}.log-entry.info{color:#aaa}.log-entry.analysis{color:#00bef0}.log-entry.warning{color:#ffbe0b}.log-entry.action{color:gold}.log-entry.success{color:#00ff9d}.log-entry.error{color:#ff4d4d}.panel-footer-stats{grid-area:footer;display:flex;justify-content:center;gap:2rem;padding:.6rem 1rem;flex-wrap:wrap}.footer-stat{display:flex;align-items:center;gap:.4rem;font-size:.65rem;color:#666}.footer-stat svg{color:gold;opacity:.6}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.decisions-list::-webkit-scrollbar,.logs-scroller::-webkit-scrollbar,.thought-content::-webkit-scrollbar,.holders-list::-webkit-scrollbar{width:4px}.decisions-list::-webkit-scrollbar-track,.logs-scroller::-webkit-scrollbar-track,.thought-content::-webkit-scrollbar-track,.holders-list::-webkit-scrollbar-track{background:#ffffff05}.decisions-list::-webkit-scrollbar-thumb,.logs-scroller::-webkit-scrollbar-thumb,.thought-content::-webkit-scrollbar-thumb,.holders-list::-webkit-scrollbar-thumb{background:#ffd70033;border-radius:2px}@media(max-width:1400px){.dashboard-grid{grid-template-columns:1fr 1.2fr 1fr;gap:.75rem}}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto auto;grid-template-areas:"header header" "stat1 stat2" "stat3 stat3" "left center" "right right" "footer footer";gap:.75rem}.panel-logs{max-height:300px}}@media(max-width:768px){.dashboard-page{padding:1rem}.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"header" "stat1" "stat2" "stat3" "left" "center" "right" "footer";gap:.75rem}.dashboard-title{font-size:1.2rem;flex-direction:column;align-items:flex-start;gap:.25rem}.stat-big-value{font-size:1.2rem}.panel-footer-stats{flex-direction:column;gap:.5rem;align-items:flex-start}.panel-logs{max-height:250px}.panel-holders{max-height:200px}.left-column{display:contents}.panel-agent-stats,.panel-holders{grid-area:auto}}.app{min-height:100vh;position:relative;background:var(--bg-root)}.noise-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:50;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)'/%3E%3C/svg%3E")}.mouse-glow{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.main-content{position:relative;z-index:2}.scroll-section{will-change:transform,opacity;transform-origin:center center;position:relative}.center{display:flex;flex-direction:column;align-items:center}.text-xs{font-size:.75rem;color:var(--text-tertiary)}@media(max-width:768px){.mouse-glow{display:none}.scroll-section{transform-origin:center top}.app{overflow-x:hidden}button,a{min-height:44px;min-width:44px}body{text-size-adjust:100%;-webkit-text-size-adjust:100%}}@media(max-width:480px){.scroll-section{transform:none!important}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
