:root{--bg:#1b100a;--panel:#2a1910;--panel-2:#372217;--panel-3:#4a2d1e;--line:#4e3427;--line-2:#76513e;--ink:#fdfbf1;--muted:#a49889;--soft:#cac1b6;--mint:#ecc559;--violet:#f8d25b;--yellow:#f5cb68;--red:#ff6f82;--blue:#f8ca4e;--radius:22px;--shadow:0 28px 80px #0008}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Manrope,system-ui,sans-serif;min-height:100vh;overflow-x:hidden}button,input,textarea,select{font:inherit}button,a{tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%}.mono{font-family:"DM Mono",monospace}.muted{color:var(--muted)}.up{color:var(--mint)!important}.down{color:var(--red)!important}.noise{position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:80;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.shell{max-width:1500px;margin:auto;padding:0 28px}.page{min-height:calc(100vh - 80px)}
body:not(#gemhands-tx),body:not(#gemhands-tx) *{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.nav{height:80px;display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(20,13,9,.9);backdrop-filter:blur(18px);z-index:30;padding:0 max(28px,calc((100vw - 1444px)/2))}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:800;letter-spacing:-.6px}.brandmark{width:35px;height:35px;border-radius:50% 50% 50% 12%;background:var(--mint);display:grid;place-items:center;transform:rotate(-12deg);box-shadow:0 0 35px #ecc55930}.brandmark:after{content:"↗";color:#07130e;font-size:19px;transform:rotate(12deg)}.navlinks{display:flex;gap:3px}.navlinks a,.nav-more{color:var(--muted);font-size:13px;padding:11px 10px;border-radius:10px;transition:.2s}.navlinks a:hover,.navlinks a.active{color:var(--ink);background:#ffffff08}.nav-actions{display:flex;align-items:center;gap:9px;margin-left:auto}.nav-search{width:min(300px,25vw);position:relative}.nav-search input{width:100%;background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:11px 38px 11px 14px;color:var(--ink);outline:none}.nav-search input:focus{border-color:var(--line-2)}.nav-search span{position:absolute;right:12px;top:10px;color:var(--muted);font-size:12px}.mobile-toggle{display:none}.mobile-menu{display:none}
.button{border:0;border-radius:12px;padding:12px 17px;font-weight:700;cursor:pointer;transition:.2s;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.primary{background:var(--mint);color:#07130e}.secondary{background:var(--panel-2);color:var(--ink);border:1px solid var(--line)}.danger{background:var(--red);color:#1f0509}.ghost{background:transparent;color:var(--muted);border:1px solid transparent}.icon-btn{width:40px;height:40px;padding:0;display:grid;place-items:center;border-radius:12px}.full{width:100%}.eyebrow{color:var(--mint);font:500 11px "DM Mono";letter-spacing:.14em;text-transform:uppercase;margin-bottom:15px}.kicker{display:flex;align-items:center;gap:8px;color:var(--muted);font:11px "DM Mono";letter-spacing:.08em;text-transform:uppercase}.dot{width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px #ecc55918}.live-dot{background:var(--red);box-shadow:0 0 0 4px #ff6f8220}
.hero{padding:64px 0 36px;display:grid;grid-template-columns:1.25fr .75fr;gap:45px;align-items:end;position:relative}.hero h1{font-size:clamp(55px,7.2vw,108px);letter-spacing:-.07em;line-height:.84;margin:0}.hero h1 i{font-style:normal;color:var(--violet)}.hero-copy p{font-size:17px;color:var(--soft);line-height:1.65;max-width:440px}.stats{display:flex;gap:28px;margin-top:27px}.stat b{display:block;font-size:21px}.stat span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.orbit{position:absolute;width:520px;height:520px;border:1px solid #f8d25b1c;border-radius:50%;right:-260px;top:40px;pointer-events:none}.orbit:before,.orbit:after{content:"";position:absolute;border:1px solid #ecc55913;border-radius:50%}.orbit:before{inset:70px}.orbit:after{inset:145px}.ticker-tape{overflow:hidden;border-block:1px solid var(--line);margin:0 -28px}.ticker-inner{display:flex;width:max-content;animation:ticker 30s linear infinite;padding:11px 0}.ticker-item{display:flex;gap:10px;padding:0 24px;border-right:1px solid var(--line);font:11px "DM Mono"}@keyframes ticker{to{transform:translateX(-50%)}}
.live-stats{transition:opacity .16s ease}.live-stats.is-loading{visibility:hidden;opacity:0}
.page-head{padding:48px 0 25px;display:flex;justify-content:space-between;align-items:end;gap:30px}.page-head h1{font-size:clamp(38px,5vw,70px);line-height:.95;letter-spacing:-.055em;margin:0}.page-head p{color:var(--muted);max-width:520px;line-height:1.6;margin:14px 0 0}.section-head{display:flex;align-items:end;justify-content:space-between;padding:42px 0 19px;gap:20px}.section-head h2{font-size:29px;letter-spacing:-1.2px;margin:0}.section-head small{color:var(--muted)}.filters{display:flex;gap:8px;overflow:auto;padding:2px 0 5px}.chip{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:999px;padding:9px 14px;cursor:pointer;white-space:nowrap}.chip:hover{color:var(--ink)}.chip.active{background:var(--ink);color:#140e0a;border-color:var(--ink)}
.market-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.token-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.token-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:13px;cursor:pointer;position:relative;overflow:hidden;transition:.25s;min-width:0}.token-card:hover{transform:translateY(-4px);border-color:#654e43}.token-art{height:176px;border-radius:16px;position:relative;display:flex;align-items:center;justify-content:center;font-size:70px;overflow:hidden;background:radial-gradient(circle at 30% 25%,var(--c1),transparent 50%),var(--c2)}.token-art:before{content:"";position:absolute;width:135px;height:135px;border:1px solid #ffffff32;border-radius:44% 56% 65% 35%;transform:rotate(25deg)}.token-art>span{filter:drop-shadow(0 15px 16px #0008);z-index:1;transition:.3s}.token-card:hover .token-art>span{transform:scale(1.1) rotate(-5deg)}.badge{position:absolute;top:11px;left:11px;background:#1b100acc;backdrop-filter:blur(8px);border:1px solid #ffffff0d;border-radius:999px;padding:6px 9px;font:500 9px "DM Mono";z-index:2}.live-badge:before{content:"";display:inline-block;width:6px;height:6px;background:var(--red);border-radius:50%;margin-right:6px;box-shadow:0 0 0 4px #ff6f8230}.favorite{position:absolute;right:12px;top:12px;z-index:4;width:34px;height:34px;display:grid;place-items:center;padding:0;overflow:hidden;border:1px solid #ffffff22;border-radius:50%;background:#1b100ac9;color:#fff;font-size:20px!important;font-weight:600!important;line-height:1!important;cursor:pointer;box-shadow:0 5px 16px #0005}.favorite:hover{background:#2b1d16}.favorite.on{color:var(--yellow)}.token-main{padding:14px 4px 4px}.token-title{display:flex;justify-content:space-between;gap:9px;align-items:start}.token-title h3{font-size:15px;margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.token-title p{margin:0;color:var(--muted);font:11px "DM Mono"}.change{font:11px "DM Mono";padding-top:3px}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;border-top:1px solid var(--line);margin-top:13px;padding-top:12px}.metrics.cols-3{grid-template-columns:repeat(3,1fr)}.metrics small{color:var(--muted);display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.metrics b{font:500 11px "DM Mono"}.curve{height:4px;border-radius:5px;background:#413129;margin-top:13px;overflow:hidden}.curve i{display:block;width:var(--pct);height:100%;background:linear-gradient(90deg,var(--violet),var(--mint));border-radius:5px}.rail{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);height:max-content;position:sticky;top:100px;padding:19px}.rail-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.rail h3{margin:0;font-size:15px}.activity{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.activity:last-child{border:0}.avatar{width:34px;height:34px;border-radius:11px;background:var(--panel-2);display:grid;place-items:center;flex:none}.activity p{font-size:11px;margin:0;line-height:1.5}.activity p span{color:var(--mint)}.activity small{color:var(--muted);font:9px "DM Mono"}.load{display:block;margin:30px auto 78px}
.contract-address{display:flex;align-items:center;gap:5px;min-width:0;color:var(--muted);font-family:Manrope,sans-serif}.contract-address span{flex:none;color:var(--mint);font-size:10px;font-weight:800;letter-spacing:.04em}.contract-link{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px 7px;border:1px solid transparent;border-radius:7px;background:transparent;color:#d1c7b9;font:600 10px "DM Mono",monospace;text-align:left;cursor:pointer;transition:background .16s,border-color .16s,color .16s,box-shadow .16s}.contract-link:hover,.contract-link:focus-visible{border-color:#6c5245;background:#2e2018;color:#fdfbf1;box-shadow:0 5px 14px rgba(0,0,0,.2);outline:0}.contract-link:active{background:#3b281f}.card-contract{margin-top:8px}.card-contract .contract-link{flex:1}.token-contract{margin-top:5px}.token-contract .contract-link{font-size:11px}
.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius)}.panel-pad{padding:22px}.form-field{margin:17px 0}.form-field label{display:flex;justify-content:space-between;font-size:11px;color:var(--soft);margin-bottom:8px}.form-field input,.form-field textarea,.form-field select,.control{width:100%;border:1px solid var(--line);background:#160e09;border-radius:12px;padding:13px;color:var(--ink);outline:none;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--violet)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.upload{border:1px dashed #664e42;border-radius:17px;text-align:center;padding:30px;color:var(--muted);cursor:pointer;background:#1d120d}.upload b{color:var(--ink)}.upload-preview{width:78px;height:78px;object-fit:cover;border-radius:16px;margin-bottom:9px}.toggle-row{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:15px;padding:13px;margin-top:9px}.toggle-row p{margin:0;font-size:12px}.toggle-row small{color:var(--muted)}.switch{width:42px;height:24px;border-radius:20px;background:#483931;padding:3px;cursor:pointer}.switch i{display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.2s}.switch.on{background:var(--violet)}.switch.on i{transform:translateX(18px)}.fine{font-size:9px;color:var(--muted);text-align:center;line-height:1.55}.stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:28px}.step{height:4px;border-radius:4px;background:var(--line)}.step.active{background:var(--mint)}
.create-layout{display:grid;grid-template-columns:minmax(0,650px) minmax(320px,1fr);gap:24px;align-items:start;padding-bottom:75px}.create-preview{position:sticky;top:104px}.preview-wrap{padding:15px}.preview-wrap .token-art{height:300px}.quote{border:1px solid var(--line);border-radius:15px;padding:15px;margin-top:15px}.quote-row{display:flex;justify-content:space-between;font-size:11px;padding:6px 0}.quote-row.total{border-top:1px solid var(--line);padding-top:12px;margin-top:6px;color:var(--ink)}
.live-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding-bottom:70px}.stream-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;overflow:hidden;cursor:pointer;transition:.2s}.stream-card:hover{transform:translateY(-3px);border-color:var(--line-2)}.stream-view{height:210px;position:relative;display:grid;place-items:center;font-size:65px;background:radial-gradient(circle at 35% 30%,var(--c1),transparent 45%),var(--c2);overflow:hidden}.stream-view:after{content:"";position:absolute;width:100px;height:160%;border:1px solid #ffffff25;transform:rotate(35deg)}.stream-live{position:absolute;left:12px;top:12px;background:var(--red);color:#fff;border-radius:7px;padding:5px 8px;font:500 9px "DM Mono";z-index:2}.viewers{position:absolute;right:12px;top:12px;background:#1b100ab8;border-radius:7px;padding:5px 8px;font:9px "DM Mono";z-index:2}.stream-info{padding:15px;display:flex;gap:11px}.stream-info .avatar{font-size:20px}.stream-info h3{margin:0 0 3px;font-size:14px}.stream-info p{margin:0;color:var(--muted);font-size:11px}.live-room{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;padding:26px 0 70px}.video-stage{min-height:600px;position:relative;background:radial-gradient(circle at 40% 40%,#e8b745,transparent 38%),#2f1d14;border-radius:24px;display:grid;place-items:center;font-size:150px;overflow:hidden}.video-stage:before{content:"";position:absolute;width:480px;height:480px;border:1px solid #ffffff20;border-radius:40% 60%;animation:spin 18s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.room-top{position:absolute;top:17px;left:17px;right:17px;display:flex;justify-content:space-between;align-items:center}.room-bottom{position:absolute;bottom:18px;left:18px;right:18px}.chat{height:600px;display:flex;flex-direction:column}.chat-scroll{flex:1;overflow:auto;padding:10px 18px}.chat-msg{font-size:11px;padding:8px 0}.chat-msg b{color:var(--mint);margin-right:7px}.chat-compose{display:flex;gap:7px;padding:12px;border-top:1px solid var(--line)}.chat-compose input{flex:1}
.live-grid-empty{display:block}.live-empty{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 50% 36%,rgba(116,240,191,.08),transparent 32%),var(--panel)}.live-empty-emoji{font-size:76px;filter:drop-shadow(0 12px 22px rgba(0,0,0,.35));margin-bottom:16px}.live-empty h2{margin:0 0 8px;font-size:26px}.live-empty p{margin:0;color:var(--muted);font-size:13px}.live-room .live-empty{grid-column:1/-1;width:100%}
.terminal-shell{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:calc(100vh - 80px)}.watchbar{border-right:1px solid var(--line);padding:20px 12px}.watchbar h3{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;padding:0 8px}.watch-item{display:grid;grid-template-columns:1fr auto;gap:4px;padding:10px 8px;border-radius:10px;font:10px "DM Mono";cursor:pointer}.watch-item:hover,.watch-item.active{background:var(--panel)}.terminal-main{padding:18px;min-width:0}.terminal-top{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.token-id{display:flex;gap:11px;align-items:center}.token-id .avatar{width:44px;height:44px;font-size:24px}.terminal-stats{display:flex;gap:25px}.terminal-stats small{display:block;color:var(--muted);font-size:9px}.terminal-stats b{font:12px "DM Mono"}.terminal-workspace{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:12px;margin-top:15px}.chart-panel{padding:14px;min-height:450px}.chart-tools{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.chart-tools div{display:flex;gap:5px}.chart-tools button{background:transparent;border:0;color:var(--muted);font:10px "DM Mono";padding:6px;cursor:pointer}.chart-tools button.active{color:var(--ink);background:var(--panel-3);border-radius:6px}.chart-svg{height:360px;width:100%;margin-top:10px}.trade-box{padding:16px;height:max-content}.segment{display:grid;grid-template-columns:1fr 1fr;background:var(--panel-2);padding:4px;border-radius:11px}.segment button{border:0;color:var(--muted);background:transparent;padding:9px;border-radius:8px;cursor:pointer}.segment button.active{background:var(--mint);color:#07130e;font-weight:700}.quick{display:flex;gap:6px}.quick button{flex:1;background:var(--panel-2);color:var(--muted);border:0;border-radius:8px;padding:7px;cursor:pointer}.orders{margin-top:12px;overflow:auto}.data-table{width:100%;border-collapse:collapse;font:10px "DM Mono";white-space:nowrap}.data-table th{text-align:left;color:var(--muted);font-weight:400;padding:11px;border-bottom:1px solid var(--line)}.data-table td{padding:11px;border-bottom:1px solid #36261e}.data-table tbody tr:hover{background:#ffffff04}
.token-page{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px;padding:28px 0 70px}.token-header{display:flex;gap:17px;align-items:center;margin-bottom:20px}.token-header .token-art{width:92px;height:92px;flex:none;font-size:44px}.token-header h1{font-size:32px;margin:0 0 4px;letter-spacing:-1.2px}.token-header p{margin:0;color:var(--muted);font-size:11px}.token-chart{height:360px;padding:17px}.token-chart svg{width:100%;height:270px}.curve-panel{padding:17px;margin-top:14px}.curve-big{height:9px;background:var(--panel-3);border-radius:10px;overflow:hidden;margin:13px 0}.curve-big i{display:block;height:100%;width:78%;background:linear-gradient(90deg,var(--violet),var(--mint))}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin-top:20px}.tabs button{border:0;background:transparent;color:var(--muted);padding:13px 14px;cursor:pointer;border-bottom:2px solid transparent}.tabs button.active{color:var(--ink);border-color:var(--mint)}.tab-pane{padding:8px 0}.comment{display:flex;gap:11px;padding:15px 0;border-bottom:1px solid var(--line)}.comment-content{flex:1}.comment-content p{font-size:12px;line-height:1.5;margin:4px 0}.comment-content small{font:9px "DM Mono";color:var(--muted)}.holders-bar{display:flex;height:12px;border-radius:10px;overflow:hidden;margin:15px 0}.holders-bar i:nth-child(1){width:18%;background:var(--violet)}.holders-bar i:nth-child(2){width:13%;background:var(--mint)}.holders-bar i:nth-child(3){width:9%;background:var(--yellow)}.holders-bar i:nth-child(4){width:60%;background:var(--panel-3)}
.profile-head{margin-top:32px;padding:25px;display:flex;gap:20px;align-items:center}.profile-avatar{width:92px;height:92px;border-radius:28px;background:linear-gradient(145deg,var(--violet),#e1a61c);display:grid;place-items:center;font-size:42px}.profile-copy{flex:1}.profile-copy h1{margin:0 0 4px;font-size:28px}.profile-copy p{margin:0;color:var(--muted);font-size:12px}.profile-stats{display:flex;gap:25px}.profile-stats b{display:block;font-size:18px}.profile-stats span{font-size:9px;color:var(--muted);text-transform:uppercase}.profile-content{padding-bottom:70px}.holdings{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.holding{padding:17px}.holding-top{display:flex;justify-content:space-between;align-items:center}.holding .avatar{font-size:20px}.pnl{margin-top:18px;font-size:23px;font-weight:700}
.docs-layout{display:grid;grid-template-columns:240px minmax(0,750px);gap:55px;padding:50px 0 90px}.docs-nav{position:sticky;top:110px;height:max-content}.docs-nav a{display:block;color:var(--muted);font-size:12px;padding:9px 12px;border-left:1px solid var(--line)}.docs-nav a:hover,.docs-nav a.active{color:var(--ink);border-color:var(--mint)}.docs h1{font-size:48px;letter-spacing:-2px;margin:0 0 10px}.docs h2{font-size:24px;margin:42px 0 12px}.docs h3{font-size:15px;margin:24px 0 8px}.docs p,.docs li{color:var(--soft);line-height:1.75;font-size:13px}.callout{border-left:3px solid var(--yellow);background:#f5cb680b;padding:14px 17px;border-radius:0 12px 12px 0;margin:20px 0}.fee-table{width:100%;border-collapse:collapse;font-size:12px}.fee-table th,.fee-table td{text-align:left;padding:13px;border-bottom:1px solid var(--line)}.fee-table th{color:var(--muted)}
.footer{border-top:1px solid var(--line);padding:45px max(28px,calc((100vw - 1444px)/2));display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.footer a{display:block;color:var(--soft);font-size:11px;margin:9px 0}.footer .brand{margin-bottom:12px}.footer p{max-width:300px;color:var(--muted);font-size:11px;line-height:1.6}
.modal-wrap{position:fixed;inset:0;background:#0b0604b5;backdrop-filter:blur(12px);z-index:60;display:none;align-items:center;justify-content:center;padding:18px}.modal-wrap.open{display:flex}.modal{width:min(520px,100%);max-height:92vh;overflow:auto;background:#1f140f;border:1px solid #513c31;border-radius:28px;padding:26px;box-shadow:var(--shadow)}.modal-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.modal-top h2{margin:0;font-size:21px}.close{border:0;background:var(--panel-2);color:var(--ink);width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:18px}.wallet-option{width:100%;display:flex;align-items:center;gap:13px;background:var(--panel);border:1px solid var(--line);color:var(--ink);border-radius:14px;padding:13px;margin:8px 0;cursor:pointer;text-align:left}.wallet-option:hover{border-color:var(--line-2)}.wallet-icon{width:36px;height:36px;border-radius:10px;background:var(--panel-3);display:grid;place-items:center}.gate .modal{text-align:center;width:500px}.gate-icon{width:82px;height:82px;border-radius:50% 50% 50% 22%;background:linear-gradient(145deg,var(--mint),var(--violet));display:grid;place-items:center;font-size:35px;margin:0 auto 20px}.gate h1{font-size:34px;letter-spacing:-1.5px;margin:0}.gate p{color:var(--muted);line-height:1.6}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#120b08;padding:12px 18px;border-radius:12px;font-weight:700;opacity:0;z-index:90;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{text-align:center;padding:60px 20px;color:var(--muted)}
.engine-status{display:flex;align-items:center;gap:6px;color:var(--muted);font:500 8px "DM Mono";letter-spacing:.08em;padding:8px 9px;border:1px solid var(--line);border-radius:999px}.engine-status i{width:6px;height:6px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 3px #f5cb6816}.engine-status.online{color:var(--mint)}.engine-status.online i{background:var(--mint);box-shadow:0 0 0 3px #ecc55918}.account-trigger{display:flex;align-items:center;gap:8px}.account-trigger.account-live{padding:7px 10px 7px 7px;color:var(--ink);background:#291b14;border:1px solid #594033}.account-avatar{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f4bc3b,#34a853);color:#fff;font-size:12px;font-weight:700}.image-art:before{z-index:1}.image-art>img,.token-header .token-art>img{width:100%;height:100%;object-fit:cover;position:relative;z-index:0}.image-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,#0d090799);z-index:1}.image-avatar{overflow:hidden}.image-avatar img{width:100%;height:100%;object-fit:cover}.sparkline-mini{height:38px;margin:9px 0 3px}.sparkline-mini svg{width:100%;height:100%;overflow:visible}.auth-divider{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin:17px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-switch{text-align:center;color:var(--muted);font-size:11px;margin:16px 0 0}.auth-switch button{border:0;background:transparent;color:var(--mint);cursor:pointer}.form-error{display:none;color:var(--red);font-size:11px;line-height:1.45}.form-error.show{display:block}.auth-account-card{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:17px;padding:17px;margin-bottom:10px;background:linear-gradient(135deg,#291b14,#20150f)}.auth-account-card h3,.auth-account-card p{margin:0}.profile-avatar.mini{width:50px;height:50px;border-radius:50%;font-size:20px;background:linear-gradient(145deg,#f4bc3b,#34a853)}.google-connected{display:inline-flex;align-items:center;gap:5px;margin-top:7px;color:#c4bbaf;font-size:10px}.google-connected i,.google-g{font-style:normal;font-weight:800;background:linear-gradient(135deg,#f4bc3b 15%,#ea4335 40%,#fbbc05 62%,#34a853 82%);background-clip:text;-webkit-background-clip:text;color:transparent}.memory-note{margin:0 0 15px;color:var(--muted);font-size:10px;text-align:center}.provider-arrow{margin-left:auto;color:var(--muted);font-size:21px}.google-mark{background:#fff!important;color:#f4bc3b!important;font-weight:800}.google-sheet{display:grid;gap:10px}.google-heading{display:flex;align-items:center;gap:12px;padding:4px 2px 15px;border-bottom:1px solid var(--line)}.google-heading .google-g{font-size:25px}.google-heading div{display:grid}.google-heading small{margin-top:3px;color:var(--muted)}.google-account{width:100%;display:flex;align-items:center;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--ink);text-align:left;cursor:pointer}.google-account:hover{border-color:#f4bc3b;background:#2d1c14}.google-account>span:nth-child(2){display:grid}.google-account small{margin-top:3px;color:var(--muted)}.google-account i{margin-left:auto;color:var(--muted);font-size:20px;font-style:normal}.google-photo{width:42px;height:42px;display:grid!important;place-items:center;border-radius:50%;background:linear-gradient(145deg,#f4bc3b,#34a853);color:#fff;font-weight:700}.google-photo.second{background:linear-gradient(145deg,#a66cff,#ff6f82)}.google-other{padding:12px;border:0;background:transparent;color:#f8cd52;text-align:left;cursor:pointer}.visual-privacy{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.wallet-network{display:flex;gap:8px;align-items:center;color:var(--muted);font:9px "DM Mono";letter-spacing:.08em;margin-bottom:13px}.wallet-option em{margin-left:auto;color:var(--muted);font-style:normal;font-size:10px}.wallet-account-card{display:flex;flex-direction:column;gap:7px;background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:17px;margin-bottom:13px}.wallet-full-address{font:16px "DM Mono"}.comment.masked{opacity:.55}.candle-svg{width:100%;height:100%}.token-chart #tokenChart{height:270px}.paper-label{color:var(--yellow);font:9px "DM Mono"}
@media(max-width:1100px){.token-grid{grid-template-columns:repeat(2,1fr)}.market-layout{grid-template-columns:1fr}.rail{position:relative;top:auto}.navlinks a:nth-last-child(-n+2){display:none}.hero{grid-template-columns:1fr}.hero-copy{display:flex;align-items:center;gap:25px}.hero-copy p{margin:0}.live-grid{grid-template-columns:repeat(2,1fr)}.terminal-shell{grid-template-columns:1fr}.watchbar{display:none}.token-page{grid-template-columns:1fr}.token-side{display:grid;grid-template-columns:1fr 1fr;gap:13px}.create-layout{grid-template-columns:1fr}.create-preview{position:relative;top:auto}.holdings{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.shell{padding:0 14px}.nav{height:68px;padding:0 14px;gap:8px}.brand{font-size:0}.brandmark{width:34px}.navlinks,.nav-search,.nav-actions>.secondary,.engine-status{display:none}.nav-actions{gap:4px}.nav-actions .account-trigger{padding:9px 7px;font-size:11px}.nav-actions [data-wallet-trigger]{padding:9px 10px;font-size:11px}.mobile-toggle{display:grid!important;margin-left:0}.mobile-menu.open{display:flex;position:fixed;top:68px;left:0;right:0;background:#1c120d;border-bottom:1px solid var(--line);padding:14px;flex-direction:column;z-index:29}.mobile-menu a{padding:13px;color:var(--soft)}.page{min-height:calc(100vh - 68px)}.hero{padding:45px 0 25px}.hero h1{font-size:58px}.hero-copy{display:block}.stats{gap:18px;overflow:auto}.ticker-tape{margin:0 -14px}.page-head{padding-top:35px;display:block}.page-head h1{font-size:45px}.section-head{display:block}.section-head .filters{margin-top:15px}.token-grid{grid-template-columns:1fr}.token-art{height:220px}.live-grid{grid-template-columns:1fr}.stream-view{height:240px}.form-row{grid-template-columns:1fr}.live-room{grid-template-columns:1fr}.video-stage{min-height:430px}.chat{height:430px}.terminal-main{padding:10px}.terminal-top{display:block}.terminal-stats{margin-top:14px;overflow:auto}.terminal-workspace{grid-template-columns:1fr}.chart-panel{min-height:350px}.chart-svg{height:280px}.token-header{align-items:flex-start}.token-header .token-art{width:75px;height:75px}.token-side{grid-template-columns:1fr}.profile-head{display:block}.profile-copy{margin:15px 0}.profile-stats{overflow:auto}.holdings{grid-template-columns:1fr}.docs-layout{grid-template-columns:1fr;padding-top:30px}.docs-nav{display:none}.docs h1{font-size:40px}.footer{padding:35px 14px;grid-template-columns:1fr 1fr}.footer>div:first-child{grid-column:1/-1}.modal{padding:20px;border-radius:22px}.orbit{display:none}}

/* Interactive markets --------------------------------------------------- */
.token-chart,.chart-panel{background:
 radial-gradient(circle at 18% -10%,rgba(116,240,191,.055),transparent 34%),
 linear-gradient(180deg,#21150f 0%,#1a110c 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.018),0 16px 48px rgba(0,0,0,.16)}
.token-chart{height:auto;min-height:414px;padding:0;overflow:hidden;border-radius:18px}
.chart-panel{min-height:510px;padding:0;overflow:hidden;border-radius:18px}
.token-chart .chart-tools,.chart-panel .chart-tools,.market-chart-toolbar{min-height:51px;display:flex;justify-content:space-between;align-items:center;gap:12px;margin:0;padding:9px 13px;border-bottom:1px solid rgba(96,72,59,.58);background:rgba(26,17,12,.58)}
.market-chart-toolbar{flex-wrap:wrap}
.chart-toolbar-group,.chart-timeframes,.chart-actions,.market-chart-toolbar>div{display:flex;align-items:center;gap:3px;min-width:0}
.chart-timeframes{margin-left:auto}
.market-chart-toolbar button,.chart-tools button,.chart-action{min-width:31px;height:30px;padding:0 9px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--muted);font:500 10px "DM Mono",monospace;cursor:pointer;transition:background .16s,border-color .16s,color .16s}
.market-chart-toolbar button:hover,.chart-tools button:hover,.chart-action:hover{color:var(--ink);background:rgba(255,255,255,.045)}
.market-chart-toolbar button.active,.market-chart-toolbar button[aria-pressed="true"],.chart-tools button.active,.chart-action.active{color:var(--ink);background:#35261e;border-color:#4e392f;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.market-chart-toolbar .market-mode.active,.market-chart-toolbar [data-chart-mode].active{color:var(--mint)}
.chart-toolbar-divider{width:1px;height:19px;background:var(--line);margin:0 5px;flex:none}
.chart-toolbar-label{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--soft);font-size:11px}
.chart-toolbar-label b{color:var(--ink)}
.interactive-chart-host,#tokenChart,#termChart{position:relative;width:100%;height:352px;min-width:0;overflow:hidden}
.token-chart #tokenChart.interactive-chart-host{height:352px}
.chart-panel .interactive-chart-host,.chart-panel #termChart{height:432px}
.chart-panel #termChart.interactive-chart-host{height:432px}
.arc-chart{position:relative;isolation:isolate;width:100%;height:100%;min-height:260px;overflow:hidden;background:
 linear-gradient(180deg,rgba(255,255,255,.012),transparent 26%),
 repeating-linear-gradient(0deg,transparent 0,transparent 67px,rgba(149,133,111,.027) 68px);cursor:crosshair;outline:none;touch-action:none;user-select:none;-webkit-user-select:none}
.arc-chart-shell{display:flex;flex-direction:column;background:#150f0d}
.arc-chart-readout{height:32px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 12px;border-bottom:1px solid rgba(67,54,48,.7);background:#18110e;color:#a9a094;font:500 9px "DM Mono",monospace;white-space:nowrap;overflow:hidden}
.arc-chart-pair{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#c2baaf}.arc-chart-ohlc{margin-left:auto;overflow:hidden;text-overflow:ellipsis;text-align:right}
.arc-chart-ohlc b{color:#857a6a;font-weight:500}.arc-chart-ohlc .up{color:#43df8b}.arc-chart-ohlc .down{color:#ff5d65}
.arc-chart-stage{position:relative;flex:1;min-height:228px;overflow:hidden;background:#150f0d}
.arc-chart:focus-visible{box-shadow:inset 0 0 0 1px rgba(116,240,191,.48)}
.arc-chart:after{content:"ROLI CURVE";position:absolute;left:50%;top:48%;z-index:-1;transform:translate(-50%,-50%);font:800 clamp(25px,4vw,55px) Manrope,sans-serif;letter-spacing:.16em;color:rgba(202,193,182,.018);pointer-events:none;white-space:nowrap}
.arc-chart-canvas{display:block;width:100%;height:100%;cursor:crosshair;touch-action:none}
.arc-chart.is-dragging,.arc-chart.is-dragging .arc-chart-canvas,.arc-chart-canvas.dragging{cursor:grabbing}
.arc-chart-status{position:absolute;z-index:4;left:12px;top:10px;display:flex;align-items:center;gap:8px;max-width:calc(100% - 128px);min-height:24px;padding:4px 7px;border:1px solid rgba(96,72,59,.44);border-radius:6px;background:rgba(20,13,9,.76);backdrop-filter:blur(8px);color:var(--muted);font:500 9px "DM Mono",monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}
.arc-chart-status strong,.chart-statusbar strong,.arc-chart-status .up{color:var(--mint)}
.arc-chart-status .down,.chart-statusbar .down{color:var(--red)}
.arc-chart-tooltip{position:absolute;z-index:8;display:flex;flex-direction:column;min-width:128px;padding:9px 10px;border:1px solid #76513e;border-radius:9px;background:rgba(22,14,10,.94);box-shadow:0 10px 35px rgba(0,0,0,.42);color:var(--soft);font:9px/1.7 "DM Mono",monospace;pointer-events:none;white-space:nowrap;transform:translate(12px,12px)}
.arc-chart-tooltip[hidden]{display:none}.arc-chart-tooltip.show,.arc-chart-tooltip[data-visible="true"]{display:flex}
.arc-chart-tooltip b{color:var(--ink);font-weight:500}.arc-chart-tooltip .up{color:var(--mint)}.arc-chart-tooltip .down{color:var(--red)}
.arc-chart-zoom{position:absolute;right:11px;bottom:10px;z-index:7;display:flex;align-items:center;padding:3px;border:1px solid rgba(96,72,59,.7);border-radius:9px;background:rgba(23,15,10,.86);box-shadow:0 7px 23px rgba(0,0,0,.3);backdrop-filter:blur(8px)}
.arc-chart-zoom button{width:29px;height:26px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--soft);font:500 12px "DM Mono",monospace;cursor:pointer}
.arc-chart-zoom button:hover{color:var(--ink);background:var(--panel-3)}
.arc-chart-zoom button+button{border-left:1px solid rgba(96,72,59,.45);border-radius:0 6px 6px 0}
.arc-chart-zoom button:first-child{border-radius:6px 0 0 6px}
.arc-chart .chart-legend{position:absolute;left:14px;bottom:10px;z-index:5;display:flex;gap:13px;align-items:center;color:var(--muted);font:9px "DM Mono",monospace;pointer-events:none}
.arc-chart .chart-legend span{display:flex;align-items:center;gap:5px}.arc-chart .chart-legend i{width:6px;height:6px;border-radius:50%;background:var(--mint)}
.arc-chart .chart-legend span:nth-child(2) i{background:var(--red)}
.token-chart>.chart-tools .chart-legend,.chart-panel>.chart-tools .chart-legend{position:static;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px;pointer-events:auto}
.token-chart>.chart-tools .chart-legend b,.chart-panel>.chart-tools .chart-legend b{color:var(--ink)}
.chart-topline{background:#20150f!important}.chart-mode-switch{display:flex;align-items:center;gap:3px}
.chart-mode-switch button.active{color:var(--mint);background:#17231f;border-color:#29473d}
.chart-statusbar{min-height:37px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:4px 10px;border-top:1px solid rgba(96,72,59,.52);background:#19100c;color:var(--muted);font:500 9px "DM Mono",monospace}
.chart-statusbar .chart-toolbar-group{display:flex;align-items:center;gap:2px}
.chart-statusbar button{min-width:28px;height:26px;padding:0 7px;border:0;border-radius:6px;background:transparent;color:var(--soft);font:500 9px "DM Mono",monospace;cursor:pointer}
.chart-statusbar button:hover,.chart-statusbar button.active{background:var(--panel-3);color:var(--ink)}
.chart-hint{margin-left:auto;color:#847766;font:8px "DM Mono",monospace;opacity:.78;pointer-events:none;white-space:nowrap}
.chart-empty{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:var(--muted);font:10px/1.6 "DM Mono",monospace}
.chart-empty b{display:block;color:var(--ink);font:600 13px Manrope,sans-serif}
.interactive-chart-host:focus{outline:none}.interactive-chart-host:focus-visible{box-shadow:inset 0 0 0 1px rgba(116,240,191,.4)}

/* Pump-style market tabs and tables ------------------------------------ */
.market-subnav,.holders-nav{display:flex;align-items:center;gap:4px;min-height:42px;border:1px solid var(--line);border-bottom-color:#544037;background:#211712;overflow:auto;scrollbar-width:none}
.market-subnav::-webkit-scrollbar,.holders-nav::-webkit-scrollbar{display:none}
.market-subnav button,.holders-nav button{position:relative;flex:none;height:41px;padding:0 13px;border:0;background:transparent;color:var(--muted);font-size:11px;font-weight:650;cursor:pointer;white-space:nowrap}
.market-subnav button:hover,.holders-nav button:hover{color:var(--ink)}
.market-subnav button.active,.holders-nav button.active{color:var(--ink);background:rgba(255,255,255,.026)}
.market-subnav button.active:after,.holders-nav button.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:2px;border-radius:2px;background:var(--mint);box-shadow:0 0 13px rgba(116,240,191,.28)}
.trade-filters{display:flex;align-items:center;gap:9px;min-height:51px;padding:8px 11px;border-inline:1px solid var(--line);background:#19110d;color:var(--muted);font-size:11px;overflow:auto}
.trade-filter{height:35px;min-width:112px;padding:0 11px;border:1px solid #3f3028;border-radius:8px;background:#1f1510;color:var(--ink);outline:none;font:500 11px Manrope,sans-serif;white-space:nowrap}
.trade-filter:focus{border-color:#765a4c}.trade-filter option{background:#1f1510}
.trade-filter select{width:100%;height:100%;padding:0 21px 0 0;border:0;background:transparent;color:var(--ink);font:600 11px Manrope,sans-serif;outline:none;cursor:pointer}
.trade-size-filter{width:auto;min-width:0;display:flex;align-items:center;gap:9px;padding-right:8px}
.trade-filter-input{height:29px;display:flex;align-items:center;gap:6px;padding:0 8px;border-left:1px solid #49372e;color:var(--violet)}
.trade-filter-input input{width:52px!important;height:27px!important;padding:0!important;border:0!important;background:transparent!important}
.trade-filters label{display:flex;align-items:center;gap:8px;white-space:nowrap}
.trade-filters input[type="number"],.trade-filters input[type="text"]{height:35px;width:92px;padding:0 10px;border:1px solid #3f3028;border-radius:8px;background:#1f1510;color:var(--ink);outline:none;font:500 11px "DM Mono",monospace}
.trade-filters input:focus{border-color:#765a4c}
.filter-toggle{position:relative;width:39px;height:23px;flex:none;padding:2px;border:0;border-radius:999px;background:#4f3f36;cursor:pointer;transition:background .18s;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}
.filter-toggle:before{content:"";display:block;width:19px;height:19px;border-radius:50%;background:#f4efe9;box-shadow:0 2px 6px rgba(0,0,0,.35);transition:transform .18s}
.filter-toggle.active,.filter-toggle[aria-pressed="true"],.filter-toggle[aria-checked="true"],.filter-toggle.on{background:var(--mint)}
.filter-toggle.active:before,.filter-toggle[aria-pressed="true"]:before,.filter-toggle[aria-checked="true"]:before,.filter-toggle.on:before{transform:translateX(16px);background:#07130e}
.table-shell{position:relative;border:1px solid var(--line);border-radius:11px;overflow:auto;background:#18110d;scrollbar-color:#5d473c #18110d;scrollbar-width:thin}
.trade-filters+.table-shell{border-radius:0 0 11px 11px}.table-shell+.table-shell{margin-top:10px}
.dense-table,.dense-table.data-table,.trade-table,.holders-table{width:100%;border-collapse:separate;border-spacing:0;background:#18110d;color:var(--ink);font:500 11px "DM Mono",monospace;white-space:nowrap}
.dense-table th,.dense-table.data-table th,.trade-table th,.holders-table th{height:42px;padding:0 15px;border-bottom:1px solid #40312a;background:#211712;color:#aea393;font:500 10px Manrope,sans-serif;text-align:left;letter-spacing:.01em;position:sticky;top:0;z-index:2}
.dense-table td,.dense-table.data-table td,.trade-table td,.holders-table td{height:37px;padding:0 15px;border-bottom:1px solid rgba(68,53,45,.74);color:#fcf9ea;vertical-align:middle}
.dense-table tbody tr:last-child td,.trade-table tbody tr:last-child td,.holders-table tbody tr:last-child td{border-bottom:0}
.dense-table tbody tr:hover,.trade-table tbody tr:hover,.holders-table tbody tr:hover{background:rgba(255,255,255,.024)}
.dense-table a,.trade-table a,.holders-table a{color:inherit}.dense-table a:hover,.trade-table a:hover,.holders-table a:hover{color:var(--mint)}
.trade-table td:first-child,.trade-table .account{font-weight:650;color:#faf8f5}
.trade-table .side-buy,.trade-table .buy,.trade-table [data-side="buy"]{color:#37eb8f}
.trade-table .side-sell,.trade-table .sell,.trade-table [data-side="sell"]{color:#ff6171}
.trade-table .token-amount,.trade-table .quote-amount{font-variant-numeric:tabular-nums}
.trade-table .txn,.trade-table td:last-child{text-align:right}
.trade-table th:last-child{text-align:right}
.trade-table .account-cell{font-weight:650;color:#fdfbf1}.trade-table .txn-cell{color:#cdc4b8}
.trade-table tr[data-side="buy"] td:nth-child(2),.trade-table tr[data-side="buy"] td:nth-child(4){color:#37eb8f}
.trade-table tr[data-side="sell"] td:nth-child(2),.trade-table tr[data-side="sell"] td:nth-child(4){color:#ff6171}
.txn-link{display:inline-flex;align-items:center;gap:5px;color:var(--soft)}.txn-link:hover{color:var(--mint)}
.empty-table-row td,.empty-row{text-align:center!important;color:var(--muted)!important;height:110px!important}
.orders{margin-top:10px;border-radius:11px;overflow:auto}
.orders.panel{border-radius:13px;background:#18110d}
#termOrders{max-height:314px;overflow:auto;scrollbar-color:#5d473c #18110d;scrollbar-width:thin}
#termOrders .table-shell{border:0;border-radius:0}

/* Holder intelligence -------------------------------------------------- */
.holder-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;border-inline:1px solid var(--line);background:var(--line)}
.holder-summary>div{padding:11px 13px;background:#1c120e}.holder-summary small{display:block;margin-bottom:4px;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.holder-summary b{font:500 11px "DM Mono",monospace}
.holders-bar,.holder-distribution{display:flex;height:10px;margin:12px 0;border-radius:999px;overflow:hidden;background:var(--panel-3);box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)}
.holder-summary.holders-bar{height:12px;margin:13px 0;border:0;background:var(--panel-3)}
.holder-distribution i{display:block;height:100%;min-width:2px}.holder-distribution i:nth-child(4n+1){background:var(--violet)}.holder-distribution i:nth-child(4n+2){background:var(--mint)}.holder-distribution i:nth-child(4n+3){background:var(--yellow)}.holder-distribution i:nth-child(4n){background:#897862}
.holders-table th:nth-child(1),.holders-table td:nth-child(1){width:62px;text-align:center;color:var(--muted)}
.holders-table th:nth-child(3),.holders-table td:nth-child(3){text-align:right}
.holders-table .holder-address{font-weight:650;color:#ede7e0}
.holders-table .rank-cell{color:var(--muted);text-align:center}.holders-table .account-cell{color:#ede7e0;font-weight:650}
.holders-table .holder-role{display:block;margin-top:2px;color:var(--mint);font:600 8px Manrope,sans-serif;letter-spacing:.04em;text-transform:uppercase}
.holder-amount{display:grid;grid-template-columns:61px minmax(95px,1fr);gap:9px;align-items:center;min-width:190px}
.holder-amount>span{font-variant-numeric:tabular-nums;text-align:right}.holder-amount>i{display:block;height:6px;border-radius:10px;background:#51423b;overflow:hidden}
.holder-amount>i>em{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e7e3dd,#928779)}
.holders-table .community-row td{color:var(--muted);background:rgba(255,255,255,.012)}.holders-table .community-row td:nth-child(2),.holders-table .community-row b{color:var(--soft)}
.holder-share{display:grid;grid-template-columns:minmax(68px,1fr) 52px;gap:10px;align-items:center;min-width:170px}
.holder-share-bar{height:6px;border-radius:10px;background:#45362f;overflow:hidden}
.holder-share-bar i,.holder-share-bar span{display:block;height:100%;max-width:100%;border-radius:inherit;background:linear-gradient(90deg,var(--mint),#59b8a8)}
.holder-share b{font-weight:500;text-align:right}.holder-rank{color:var(--muted)}
.holder-tag{display:inline-flex;align-items:center;height:20px;padding:0 7px;border:1px solid #58453b;border-radius:5px;background:#2a1e18;color:#fceaad;font:500 8px "DM Mono",monospace;text-transform:uppercase}
.holder-action{display:grid;place-items:center;width:25px;height:25px;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer}.holder-action:hover{color:var(--ink);background:var(--panel-3)}
.holders-table .icon-button{display:grid;place-items:center;width:27px;height:27px;margin:auto;padding:0;border:0;border-radius:6px;background:transparent;color:#a99e8f;cursor:pointer}.holders-table .icon-button:hover{background:var(--panel-3);color:var(--ink)}
.holder-analytics-content{min-height:330px}.analytics-summary{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:1px;margin:13px 0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--line)}.analytics-summary span{display:grid;gap:3px;padding:12px 14px;background:#1e140f;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.analytics-summary b{color:var(--ink);font:650 12px "DM Mono",monospace;text-transform:none;letter-spacing:0}.analytics-table td small{display:block;margin-top:2px;color:inherit;font-size:8px}.kol-address{color:var(--muted)!important;font:8px "DM Mono",monospace}.holder-map-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.7fr);min-height:420px;margin-top:13px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#18110d}.holder-map{position:relative;min-height:420px;overflow:hidden;background:radial-gradient(circle at 48% 48%,rgba(116,240,191,.08),transparent 28%),linear-gradient(rgba(78,59,50,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(78,59,50,.22) 1px,transparent 1px);background-size:auto,40px 40px,40px 40px}.holder-map:after{content:"";position:absolute;inset:12%;border:1px dashed rgba(116,240,191,.18);border-radius:50% 42% 54% 47%;transform:rotate(-7deg)}.map-bubble{position:absolute;z-index:2;left:var(--x);top:var(--y);width:var(--bubble);height:var(--bubble);border:1px solid color-mix(in srgb,var(--bubble-color) 80%,white);border-radius:50%;background:color-mix(in srgb,var(--bubble-color) 28%,#18110d);box-shadow:0 0 18px color-mix(in srgb,var(--bubble-color) 18%,transparent);transform:translate(-50%,-50%)}.map-core{position:absolute;z-index:4;left:50%;top:50%;display:grid;place-items:center;width:96px;height:96px;border:1px solid var(--mint);border-radius:50%;background:#271912;box-shadow:0 0 42px rgba(116,240,191,.2);transform:translate(-50%,-50%)}.map-core b{font:700 14px "DM Mono",monospace}.map-core span{color:var(--muted);font-size:8px}.map-legend{display:flex;flex-direction:column;gap:5px;padding:22px;border-left:1px solid var(--line);background:#1f1510}.map-legend h3{margin:4px 0 5px}.map-legend p{margin:0 0 14px;color:var(--muted);font-size:10px;line-height:1.5}.map-legend>div>small{text-transform:uppercase;color:var(--mint);font:8px "DM Mono",monospace;letter-spacing:.08em}.map-legend-row{display:grid;grid-template-columns:8px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(78,59,50,.65)}.map-legend-row>i{width:8px;height:8px;border-radius:50%}.map-legend-row span{display:grid;gap:2px}.map-legend-row span b{font-size:10px}.map-legend-row span small{color:var(--muted);font-size:8px}.map-legend-row strong{font:600 10px "DM Mono",monospace}.map-confidence{display:flex;justify-content:space-between;margin-top:auto;padding-top:15px;color:var(--muted);font-size:10px}.map-confidence b{color:var(--mint);font-family:"DM Mono",monospace}
.legal-copy>h1:not(:first-of-type){margin-top:72px}.legal-copy>h1{scroll-margin-top:110px}
@media(max-width:760px){.analytics-summary{grid-template-columns:repeat(2,minmax(125px,1fr))}.holder-map-layout{grid-template-columns:1fr}.holder-map{min-height:350px}.map-legend{border-left:0;border-top:1px solid var(--line)}.live-empty{min-height:330px;padding:35px 18px}.live-empty-emoji{font-size:60px}}

/* Terminal polish ------------------------------------------------------ */
.watchbar{background:linear-gradient(180deg,#1b110d,#160e0a);box-shadow:inset -1px 0 0 rgba(255,255,255,.012)}
.watch-item{width:100%;border:1px solid transparent;background:transparent;color:inherit;text-align:left;appearance:none;-webkit-appearance:none;transition:background .15s,border-color .15s}
.watch-item:hover,.watch-item.active{border-color:#3e2d25;background:#261912}
.terminal-main{padding:14px 16px 24px}
.terminal-top{min-height:52px;padding:0 3px 10px;border-bottom:1px solid rgba(68,48,39,.55)}
.terminal-stats>div{min-width:78px}.terminal-stats b{font-size:11px;font-variant-numeric:tabular-nums}
.terminal-workspace{grid-template-columns:minmax(0,1fr) 326px;align-items:start;gap:11px;margin-top:11px}
.terminal-market-stack{min-width:0;display:flex;flex-direction:column;gap:11px}
.terminal-chart-panel{min-width:0}
.terminal-chart-toolbar{border-bottom-color:#402f27}
.terminal-chart-readout{min-height:37px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 13px;border-bottom:1px solid rgba(77,57,48,.64);background:#1b110d;color:var(--soft);font-size:10px}
.terminal-chart-readout span:first-child{font-weight:650;color:#eae4dd}.terminal-chart-readout .mono{font-size:8px}
.terminal-orders{min-width:0;border-radius:13px!important;overflow:hidden;background:#18110d}
.terminal-workspace>.panel.trade-box,.terminal-workspace>aside.trade-box{position:sticky;top:94px;border-radius:17px;background:linear-gradient(180deg,#261912,#20150f);box-shadow:0 18px 50px rgba(0,0,0,.21)}
.terminal-workspace .trade-box .segment{margin:-4px -4px 18px}
.terminal-workspace .trade-box .form-field input,.token-side .trade-box .form-field input{height:58px;background:#180f0a;border-color:#4f3a30;font-variant-numeric:tabular-nums}
.terminal-workspace .trade-box .quick button,.token-side .trade-box .quick button{height:35px;border:1px solid transparent}.terminal-workspace .trade-box .quick button:hover,.token-side .trade-box .quick button:hover{border-color:#574137;color:var(--ink)}
.terminal-workspace .trade-box .button.primary,.token-side .trade-box .button.primary{min-height:46px}
.token-side{position:sticky;top:98px;height:max-content}.token-side .panel{border-radius:20px;background:linear-gradient(160deg,#261912,#20150f)}
.token-side .panel+.panel{margin-top:0}
.token-side #openTerminal{border-color:#4f3a30;background:#2c1d16}.token-side #openTerminal:hover{border-color:#795d4e;background:#36241c}
.amount-input{-moz-appearance:textfield}.amount-input::-webkit-inner-spin-button,.amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.trade-submit{margin-top:17px}
.terminal-link{display:block;text-align:center;margin-top:15px}
.token-details h3{margin:0 0 15px}.curve-title,.curve-stats{display:flex;align-items:center;justify-content:space-between;gap:12px}.curve-stats small:last-child{text-align:right}
.tabs{position:relative;gap:0}.tabs button{min-width:92px;font-size:12px}.tab-pane{min-height:180px;padding:12px 0}
#tab-trades,#tab-holders{padding-top:0}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:1180px){
 .terminal-workspace{grid-template-columns:minmax(0,1fr) 300px}
 .terminal-stats{gap:15px}
 .holder-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1100px){
 .token-side{position:static}
 .token-side .panel+.panel{margin-top:0}
 .terminal-workspace>.panel.trade-box,.terminal-workspace>aside.trade-box{position:static}
}
@media(max-width:760px){
 .token-chart{min-height:359px;border-radius:15px}
 .interactive-chart-host,#tokenChart,#termChart{height:300px}
 .token-chart #tokenChart.interactive-chart-host{height:300px}
 .chart-panel{min-height:367px;border-radius:15px}
 .chart-panel .interactive-chart-host,.chart-panel #termChart{height:316px}
 .chart-panel #termChart.interactive-chart-host{height:316px}
 .token-chart .chart-tools,.chart-panel .chart-tools,.market-chart-toolbar{min-height:49px;padding:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
 .market-chart-toolbar::-webkit-scrollbar{display:none}
 .chart-toolbar-label{max-width:160px}
 .chart-timeframes{margin-left:4px}
 .chart-hint{display:none}
 .arc-chart-status{left:7px;top:7px;max-width:calc(100% - 80px);font-size:8px}
 .arc-chart-zoom{right:7px;bottom:7px}
 .market-subnav button,.holders-nav button{padding-inline:11px}
 .trade-filters{padding:7px 8px}.trade-filter{min-width:105px}
 .table-shell{border-radius:8px}
 .dense-table th,.dense-table.data-table th,.trade-table th,.holders-table th{padding:0 11px}
 .dense-table td,.dense-table.data-table td,.trade-table td,.holders-table td{padding:0 11px}
 .holder-summary{grid-template-columns:repeat(2,minmax(130px,1fr));overflow:auto}
 .terminal-main{padding:8px 10px 20px}
 .terminal-top{padding-bottom:11px}
 .terminal-stats{padding-bottom:3px}
 .terminal-workspace{display:block;margin-top:9px}
 .terminal-workspace>div>.orders{margin-bottom:10px}
 .terminal-workspace>.trade-box{margin-top:10px}
 .tabs{overflow:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tabs button{min-width:84px}
}
@media(max-width:480px){
 .token-chart{margin-inline:-2px}
 .interactive-chart-host,#tokenChart,#termChart{height:276px}
 .token-chart #tokenChart.interactive-chart-host{height:276px}
 .chart-panel .interactive-chart-host,.chart-panel #termChart{height:294px}
 .chart-panel #termChart.interactive-chart-host{height:294px}
 .chart-panel{min-height:345px}
 .market-chart-toolbar .chart-actions{display:none}
 .chart-toolbar-divider{margin-inline:2px}
 .market-chart-toolbar button,.chart-tools button,.chart-action{min-width:29px;padding-inline:7px}
 .arc-chart-tooltip{font-size:8px}
 .holder-summary{display:flex}.holder-summary>div{min-width:130px}
}

/* ARC transaction explorer -------------------------------------------- */
.tx-page{--tx-bg:#140f0d;--tx-card:#1d1613;--tx-card-2:#221b18;--tx-border:#3b312c;--tx-border-soft:#312824;--tx-copy:#f5f2ee;--tx-dim:#a69e94;--tx-link:#f8ca4d;--tx-green:#42d69a;--tx-red:#ff6575;--tx-amber:#e6b95f;min-height:calc(100vh - 80px);padding:28px 0 86px;color:var(--tx-copy);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-variant-numeric:tabular-nums}
.tx-page *{min-width:0}.tx-page a{color:var(--tx-link)}.tx-page a:hover{color:#f8d35e}.tx-page button{font-family:inherit}
.tx-breadcrumbs,.tx-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:17px;color:#9b9286;font-size:12px;white-space:nowrap;overflow:hidden}
.tx-breadcrumbs a,.tx-breadcrumb a{color:#b1a89d}.tx-breadcrumbs a:hover,.tx-breadcrumb a:hover{color:var(--tx-copy)}.tx-breadcrumbs i,.tx-breadcrumb i{font-style:normal;color:#6c645a}
.tx-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:19px}
.tx-head-copy{min-width:0}.tx-head h1{margin:0;color:#f8f6f3;font-size:23px;font-weight:650;line-height:1.25;letter-spacing:-.025em}.tx-head p{margin:6px 0 0;color:var(--tx-dim);font-size:12px}
.tx-head-actions{display:flex;align-items:center;gap:8px;flex:none}.tx-head-actions button,.tx-head-actions a,.tx-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:34px;padding:0 12px;border:1px solid #473c36;border-radius:7px;background:#241c18;color:#d8d3cc;font-size:12px;font-weight:550;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.tx-head-actions button:hover,.tx-head-actions a:hover,.tx-action:hover{border-color:#61524b;background:#2b221d;color:#fff}
.tx-disclosure{position:relative;display:flex;align-items:flex-start;gap:10px;margin:0 0 17px;padding:11px 13px;border:1px solid rgba(230,185,95,.32);border-left:3px solid var(--tx-amber);border-radius:7px;background:rgba(230,185,95,.075);color:#d6c49e;font-size:11px;line-height:1.55}
.tx-disclosure:before{content:"!";display:grid;place-items:center;width:17px;height:17px;flex:none;margin-top:1px;border:1px solid rgba(230,185,95,.62);border-radius:50%;color:#f0c768;font-size:10px;font-weight:800}.tx-disclosure strong{color:#f0d493;font-weight:650}
.tx-tabs{display:flex;align-items:center;gap:25px;height:43px;margin:0 0 16px;border-bottom:1px solid var(--tx-border);overflow-x:auto;scrollbar-width:none}.tx-tabs::-webkit-scrollbar{display:none}.tx-tabs button,.tx-tabs a{position:relative;display:flex;align-items:center;height:43px;padding:0;border:0;background:transparent;color:#a29a8f;font-size:12px;font-weight:560;white-space:nowrap;cursor:pointer}.tx-tabs button:hover,.tx-tabs a:hover{color:#e6e2dd}.tx-tabs button.active,.tx-tabs a.active,.tx-tabs [aria-selected="true"]{color:#f7f5f2}.tx-tabs button.active:after,.tx-tabs a.active:after,.tx-tabs [aria-selected="true"]:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;border-radius:2px;background:var(--mint)}
.tx-stack{display:flex;flex-direction:column;gap:16px}.tx-grid{display:grid;grid-template-columns:minmax(0,1fr) 294px;gap:16px;align-items:start}.tx-main{display:flex;flex-direction:column;gap:16px}.tx-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:98px}
.tx-card{overflow:hidden;border:1px solid var(--tx-border);border-radius:9px;background:var(--tx-card);box-shadow:0 8px 28px rgba(0,0,0,.12)}
.tx-card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:51px;padding:0 17px;border-bottom:1px solid var(--tx-border-soft);background:#1e1814}.tx-card-head h2,.tx-card-head h3{display:flex;align-items:center;gap:8px;margin:0;color:#f3f0ec;font-size:14px;font-weight:620;letter-spacing:-.01em}.tx-card-head small{color:#948b80;font-size:11px;font-weight:450}.tx-card-body{padding:4px 17px 5px}
.tx-card-tools{display:flex;align-items:center;gap:7px}.tx-card-tools button{height:29px;padding:0 9px;border:1px solid #453933;border-radius:6px;background:#261e1a;color:#b2aa9f;font-size:11px;cursor:pointer}.tx-card-tools button:hover{border-color:#61524b;color:#ede9e4}
.tx-field-grid{display:grid;grid-template-columns:1fr}.tx-field-row{display:grid;grid-template-columns:210px minmax(0,1fr);gap:20px;align-items:start;min-height:46px;padding:13px 0;border-bottom:1px solid var(--tx-border-soft);line-height:1.45}.tx-field-row:last-child{border-bottom:0}.tx-field-label{display:flex;align-items:center;gap:6px;color:#a1988d;font-size:12px}.tx-field-label .tx-help{display:grid;place-items:center;width:14px;height:14px;border:1px solid #655d53;border-radius:50%;color:#928a7f;font-size:9px}.tx-field-value{color:#ebe7e2;font-size:12px;overflow-wrap:anywhere}.tx-field-value strong{font-weight:620;color:#f6f4f1}.tx-field-value small{margin-left:7px;color:#938b80}
.tx-hash,.tx-address{display:inline-flex;align-items:flex-start;gap:7px;max-width:100%;color:var(--tx-link)!important;font-family:"DM Mono",ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;line-height:1.65;overflow-wrap:anywhere;word-break:break-all}.tx-hash-text{min-width:0;overflow-wrap:anywhere;word-break:break-all}
.tx-copy,.tx-copy-button{display:inline-grid;place-items:center;width:24px;height:24px;flex:none;margin-top:-3px;padding:0;border:0;border-radius:5px;background:transparent;color:#938a7e;cursor:pointer}.tx-copy:hover,.tx-copy-button:hover{background:#332924;color:#e7e3dd}
.tx-status{display:inline-flex;align-items:center;gap:6px;width:max-content;min-height:24px;padding:2px 8px;border:1px solid rgba(66,214,154,.26);border-radius:999px;background:rgba(66,214,154,.09);color:var(--tx-green);font-size:11px;font-weight:620}.tx-status:before{content:"\2713";display:grid;place-items:center;width:13px;height:13px;border-radius:50%;background:var(--tx-green);color:#0a1711;font-size:9px;font-weight:900}.tx-status.failed,.tx-status.error{border-color:rgba(255,101,117,.29);background:rgba(255,101,117,.09);color:var(--tx-red)}.tx-status.failed:before,.tx-status.error:before{content:"\00d7";background:var(--tx-red);color:#19080a}
.tx-badge,.tx-pill{display:inline-flex;align-items:center;min-height:23px;padding:2px 8px;border:1px solid #4e413b;border-radius:5px;background:#29211c;color:#cdc6bd;font-size:10px;font-weight:560}.tx-badge.blue,.tx-pill.blue{border-color:rgba(248,202,77,.24);background:rgba(248,202,77,.08);color:#f8d25c}.tx-badge.green,.tx-pill.green{border-color:rgba(66,214,154,.25);background:rgba(66,214,154,.08);color:#69e0ae}
.tx-flow{padding:16px 17px 18px}.tx-flow-title{margin:0 0 13px;color:#a49c91;font-size:11px;font-weight:550}.tx-flow-track{display:grid;grid-template-columns:minmax(0,1fr) 76px minmax(0,1fr);align-items:center;gap:9px}.tx-flow-node{min-height:75px;padding:12px;border:1px solid #40342e;border-radius:8px;background:#241c18}.tx-flow-node small{display:block;margin-bottom:7px;color:#948b80;font-size:10px}.tx-flow-node a{display:block;overflow:hidden;color:#dad2c8;text-overflow:ellipsis;white-space:nowrap;font-family:"DM Mono",monospace;font-size:10px}.tx-flow-node strong{display:block;margin-top:7px;color:#f6f3f0;font-size:12px}.tx-flow-arrow{display:flex;flex-direction:column;align-items:center;gap:6px;color:#8c8276;font-size:10px;text-align:center}.tx-flow-arrow:before{content:"\2192";color:var(--mint);font-size:23px;line-height:1}.tx-flow-arrow b{color:#dcd7d0;font-size:10px;font-weight:580}.tx-flow-arrow span{color:#988f84;font-size:9px}
.tx-balance-wrap,.tx-table-wrap{overflow-x:auto;scrollbar-color:#4d413b #29170e;scrollbar-width:thin}.tx-balance-table,.tx-account-list,.tx-table{width:100%;border-collapse:collapse;white-space:nowrap}.tx-balance-table th,.tx-account-list th,.tx-table th{height:38px;padding:0 15px;border-bottom:1px solid var(--tx-border);background:#211a17;color:#988f83;font-size:10px;font-weight:550;text-align:left}.tx-balance-table td,.tx-account-list td,.tx-table td{height:46px;padding:8px 15px;border-bottom:1px solid var(--tx-border-soft);color:#e4e0da;font-size:11px;vertical-align:middle}.tx-balance-table tbody tr:last-child td,.tx-account-list tbody tr:last-child td,.tx-table tbody tr:last-child td{border-bottom:0}.tx-balance-table tbody tr:hover,.tx-account-list tbody tr:hover,.tx-table tbody tr:hover{background:rgba(255,255,255,.018)}
.tx-token{display:flex;align-items:center;gap:9px;min-width:160px}.tx-token-icon{display:grid;place-items:center;width:27px;height:27px;flex:none;border:1px solid #483c36;border-radius:50%;background:#2b221d;font-size:13px}.tx-token b{display:block;color:#efece8;font-size:11px;font-weight:600}.tx-token small{display:block;margin-top:2px;color:#8d8478;font-size:9px}.tx-change-plus{color:var(--tx-green)!important}.tx-change-minus{color:var(--tx-red)!important}.tx-amount{font-family:"DM Mono",ui-monospace,monospace;font-size:10px!important}
.tx-instructions{display:flex;flex-direction:column;gap:10px;padding:13px}.tx-instruction{overflow:hidden;border:1px solid #3e332d;border-radius:8px;background:#1f1814}.tx-instruction-head{display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;padding:7px 12px;cursor:pointer}.tx-instruction-head:hover{background:rgba(255,255,255,.017)}.tx-instruction-index{display:grid;place-items:center;width:25px;height:25px;border:1px solid #4e413b;border-radius:6px;background:#2a211c;color:#bab2a8;font-size:10px}.tx-instruction-title{color:#eae6e1;font-size:11px;font-weight:590}.tx-instruction-title small{display:block;margin-top:3px;color:#948b80;font-size:9px;font-weight:450}.tx-instruction-toggle{color:#92897d;font-size:12px}.tx-instruction-body{padding:1px 12px 12px;border-top:1px solid var(--tx-border-soft);background:#29170e}.tx-instruction .tx-field-row{grid-template-columns:165px minmax(0,1fr);min-height:40px;padding:10px 0}.tx-program{display:inline-flex;align-items:center;gap:7px;color:#f8cc51}.tx-program-icon{display:grid;place-items:center;width:21px;height:21px;border-radius:5px;background:#3c2e27;color:#f8d15a;font-size:10px}
.tx-account-list .tx-index{width:54px;color:#898074;text-align:center}.tx-account-list .tx-signer{color:var(--tx-green)}.tx-account-list .tx-write{color:#e8b963}.tx-account-list .tx-account-name{display:flex;align-items:center;gap:7px}.tx-account-list code{color:#fbe9aa;font:10px/1.5 "DM Mono",monospace}
.tx-log{margin:0;padding:14px 16px;max-height:360px;overflow:auto;background:#17120f;color:#c2baaf;font:10px/1.75 "DM Mono",ui-monospace,monospace;white-space:pre-wrap;overflow-wrap:anywhere;scrollbar-color:#4d413b #17120f;tab-size:2}.tx-log .success,.tx-log-success{color:var(--tx-green)}.tx-log .error,.tx-log-error{color:var(--tx-red)}.tx-log .program,.tx-log-program{color:#f8d058}
.tx-summary-stat{padding:15px 16px;border-bottom:1px solid var(--tx-border-soft)}.tx-summary-stat:last-child{border-bottom:0}.tx-summary-stat small{display:block;margin-bottom:6px;color:#968d81;font-size:10px}.tx-summary-stat strong{display:block;color:#f4f1ed;font-size:15px;font-weight:620}.tx-summary-stat span{display:block;margin-top:4px;color:#9e968b;font-size:10px}.tx-network-mark{display:flex;align-items:center;gap:10px;padding:14px 16px}.tx-network-mark i{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--mint),var(--violet));box-shadow:0 0 20px rgba(116,240,191,.13)}.tx-network-mark b{display:block;color:#efece8;font-size:12px}.tx-network-mark small{display:block;margin-top:3px;color:#948b80;font-size:9px}
.tx-empty{padding:42px 18px;color:#978e83;font-size:12px;text-align:center}.tx-section-note{padding:10px 16px;border-bottom:1px solid var(--tx-border-soft);background:#29170e;color:#958c80;font-size:10px;line-height:1.55}.tx-section-note strong{color:#d8d2ca}

/* Transaction receipt markup */
.tx-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:0 0 22px}.tx-heading .eyebrow{margin-bottom:8px;color:#938a7e;font-size:9px;letter-spacing:.13em}.tx-heading h1{margin:0;color:#f8f6f4;font-size:26px;font-weight:650;line-height:1.2;letter-spacing:-.035em}.tx-heading p{margin:6px 0 0;color:#9f978c;font-size:11px}.tx-header-actions{display:flex;align-items:center;gap:9px}.tx-header-actions .button{height:35px;padding:0 13px;border-color:#473c36;border-radius:7px;background:#261e1a;color:#dbd7d1;font-size:11px;font-weight:600}.tx-header-actions .button:hover{border-color:#61524b;background:#2e2420;transform:none}
.tx-simulation-chip{display:inline-flex;align-items:center;gap:6px;height:25px;padding:0 8px;border:1px solid rgba(230,185,95,.3);border-radius:5px;background:rgba(230,185,95,.08);color:#dfbd76;font-size:9px;font-weight:700;letter-spacing:.08em}.tx-simulation-chip:before{content:"";width:5px;height:5px;border-radius:50%;background:#e6b95f;box-shadow:0 0 0 3px rgba(230,185,95,.1)}
.tx-disclosure .tx-disclosure-dot{display:block;width:7px;height:7px;flex:none;margin-top:6px;border-radius:50%;background:var(--tx-amber);box-shadow:0 0 0 4px rgba(230,185,95,.1)}.tx-disclosure>div{display:flex;flex-wrap:wrap;gap:3px 8px}.tx-disclosure>div span{color:#b8ab8f}.tx-disclosure:has(.tx-disclosure-dot):before{display:none}
.tx-page>.panel,.tx-section>.panel{border:1px solid var(--tx-border);border-radius:9px;background:var(--tx-card);box-shadow:0 8px 28px rgba(0,0,0,.12)}
.tx-summary-card{overflow:hidden;margin-bottom:15px}.tx-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px 17px;border-bottom:1px solid var(--tx-border-soft);background:#1e1814}.tx-card-kicker{display:block;margin-bottom:6px;color:#978e82;font-size:9px;font-weight:580;letter-spacing:.045em;text-transform:uppercase}.tx-signature-row{display:flex;align-items:center;gap:7px;max-width:960px}.tx-signature-row code{display:block;overflow:hidden;color:#faecb7;font:11px/1.55 "DM Mono",ui-monospace,monospace;text-overflow:ellipsis;white-space:nowrap}.tx-icon-button{display:grid;place-items:center;width:27px;height:27px;flex:none;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:#938a7f;cursor:pointer}.tx-icon-button:hover{border-color:#493d36;background:#2b231f;color:#eae6e0}.tx-icon-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}
.tx-status.success:before{display:none}.tx-status i{display:grid;place-items:center;width:13px;height:13px;border-radius:50%;background:var(--tx-green);color:#091610;font-size:9px;font-style:normal;font-weight:900}
.tx-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:4px 17px}.tx-field{display:grid;grid-template-columns:164px minmax(0,1fr);gap:14px;align-items:center;min-height:46px;margin:0;padding:10px 14px 10px 0;border-bottom:1px solid var(--tx-border-soft)}.tx-field:nth-last-child(-n+2):not(.tx-field-wide){border-bottom:0}.tx-field:nth-child(odd):not(.tx-field-wide){border-right:1px solid var(--tx-border-soft)}.tx-field:nth-child(even):not(.tx-field-wide){padding-left:17px}.tx-field-wide{grid-column:1/-1;padding-right:0}.tx-field:last-child{border-bottom:0}.tx-field dt{margin:0;color:#9d958a;font-size:11px}.tx-field dd{margin:0;color:#e9e5e0;font-size:11px;overflow-wrap:anywhere}.tx-field dd>a{color:var(--tx-link)}.tx-field .tx-address{display:flex;align-items:center}.tx-account-avatar{display:inline-block;width:20px;height:20px;flex:none;border:1px solid #4c3e37;border-radius:50%;background:radial-gradient(circle at 30% 28%,#8ed7c0 0 16%,#59463c 17% 42%,#2a211c 43%);box-shadow:inset 0 0 0 2px #221b17}.tx-account-avatar.large{width:31px;height:31px}.tx-token-avatar{display:grid;place-items:center;width:31px;height:31px;flex:none;border:1px solid rgba(116,240,191,.24);border-radius:50%;background:#172720;color:var(--mint);font-size:12px;font-weight:750}
.tx-sections{position:relative}.tx-section[hidden]{display:none}.tx-section{animation:tx-section-in .16s ease-out}@keyframes tx-section-in{from{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}
.tx-action-card,.tx-accounts-card,.tx-table-card,.tx-instructions-card,.tx-logs-card{overflow:hidden}.tx-action-card+.tx-accounts-card{margin-top:15px}.tx-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:65px;padding:12px 17px;border-bottom:1px solid var(--tx-border-soft);background:#1e1814}.tx-section-heading.compact{min-height:55px}.tx-section-heading>div{display:flex;align-items:center;gap:11px}.tx-section-heading h2{margin:0;color:#f3f0ec;font-size:13px;font-weight:620;letter-spacing:-.01em}.tx-section-heading .tx-card-kicker{margin-bottom:3px}.tx-section-index{display:grid;place-items:center;width:28px;height:28px;flex:none;border:1px solid #4d403a;border-radius:7px;background:#29211c;color:#c1b9af;font:600 10px "DM Mono",monospace}.tx-count{display:inline-flex;align-items:center;height:25px;padding:0 8px;border:1px solid #473c36;border-radius:6px;background:#261e1a;color:#9e958a;font-size:9px}
.tx-transfer-flow{display:grid;grid-template-columns:minmax(145px,1fr) minmax(120px,.8fr) 38px minmax(120px,.8fr) minmax(145px,1fr);align-items:center;gap:10px;padding:21px 17px 23px}.tx-transfer-party{display:flex;align-items:center;gap:9px;overflow:hidden}.tx-transfer-party.end{justify-content:flex-end;text-align:right}.tx-transfer-party div{overflow:hidden}.tx-transfer-party small,.tx-transfer-asset small{display:block;margin-bottom:5px;color:#958c80;font-size:9px}.tx-transfer-party code,.tx-transfer-party strong{display:block;overflow:hidden;color:#e5e1dc;font:550 10px "DM Mono",monospace;text-overflow:ellipsis;white-space:nowrap}.tx-transfer-party strong{font-family:Inter,system-ui,sans-serif;font-size:11px}.tx-transfer-asset{min-height:57px;padding:10px 11px;border:1px solid #433731;border-radius:7px;background:#241c18;text-align:center}.tx-transfer-asset strong{display:block;overflow:hidden;color:#f0ede9;font:600 11px "DM Mono",monospace;text-overflow:ellipsis;white-space:nowrap}.tx-transfer-out{border-color:rgba(255,101,117,.17);background:rgba(255,101,117,.035)}.tx-transfer-out strong{color:#ff8b96}.tx-transfer-in{border-color:rgba(66,214,154,.18);background:rgba(66,214,154,.035)}.tx-transfer-in strong{color:#64dfa9}.tx-transfer-flow>.tx-flow-arrow{display:grid;place-items:center;color:#83796c;font-size:18px}.tx-transfer-flow>.tx-flow-arrow:before{display:none}
.tx-accounts-card .table-shell,.tx-table-card .table-shell{border:0;border-radius:0}.tx-accounts-table,.tx-change-table{font-family:Inter,ui-sans-serif,system-ui,sans-serif!important}.tx-accounts-table th,.tx-change-table th{height:38px!important;padding:0 15px!important;background:#29170e!important;color:#958c80!important;font-size:9px!important;font-weight:570!important;text-transform:none!important}.tx-accounts-table td,.tx-change-table td{height:46px!important;padding:8px 15px!important;border-bottom-color:var(--tx-border-soft)!important;color:#e2ded8!important;font-size:10px!important}.tx-accounts-table code,.tx-change-table code{color:#f8d25b;font:10px "DM Mono",monospace}.tx-loading-row td,.tx-loading-row{height:82px!important;color:#8a8175!important;text-align:center!important}
.tx-instruction-list{display:flex;flex-direction:column;gap:9px;padding:12px}.tx-instruction-list>.tx-loading-row{display:grid;place-items:center}.tx-instruction-item,.tx-instruction-row{overflow:hidden;border:1px solid #3e332d;border-radius:7px;background:#1f1814}.tx-instruction-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:8px 11px}.tx-instruction-header>div{display:flex;align-items:center;gap:9px}.tx-instruction-number{display:grid;place-items:center;width:24px;height:24px;border:1px solid #4e413b;border-radius:6px;background:#2a211c;color:#b3aa9f;font:600 9px "DM Mono",monospace}.tx-instruction-name{color:#eae6e0;font-size:11px;font-weight:590}.tx-instruction-program{color:#f8ce54;font:9px "DM Mono",monospace}.tx-instruction-details{padding:3px 11px 10px;border-top:1px solid var(--tx-border-soft);background:#29170e}.tx-instruction-details .tx-field{grid-template-columns:145px minmax(0,1fr);min-height:39px;padding-block:8px}.tx-instruction-details .tx-field:nth-child(odd){border-right:0}.tx-instruction-details .tx-field:nth-child(even){padding-left:0}
.tx-log-control{height:29px;padding:0 9px;border:1px solid #483c36;border-radius:6px;background:#261e1a;color:#a59c91;font-size:9px;cursor:pointer}.tx-log-control:hover{border-color:#605149;color:#eae6e1}.tx-log-lines{max-height:420px;margin:0;padding:12px 16px 14px 54px;overflow:auto;background:#17120f;color:#c2baaf;font:10px/1.85 "DM Mono",ui-monospace,monospace;scrollbar-color:#4d413b #17120f}.tx-log-lines li{padding:1px 8px;border-left:1px solid #392e29;white-space:pre-wrap;overflow-wrap:anywhere}.tx-log-lines li::marker{color:#6b6359}.tx-log-lines li:hover{background:rgba(255,255,255,.018);color:#e4e0da}
.tx-instruction{overflow:hidden;border:1px solid #3e332d;border-radius:7px;background:#1f1814}.tx-instruction>button{display:grid;grid-template-columns:27px minmax(0,1fr) 22px;align-items:center;gap:10px;width:100%;min-height:47px;padding:8px 11px;border:0;background:transparent;color:#e7e3de;text-align:left;cursor:pointer}.tx-instruction>button:hover{background:rgba(255,255,255,.018)}.tx-instruction>button>span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #4e413b;border-radius:6px;background:#2a211c;color:#b3aa9f;font:600 9px "DM Mono",monospace}.tx-instruction>button>div{overflow:hidden}.tx-instruction>button b{display:block;overflow:hidden;color:#e8e5df;font-size:11px;font-weight:590;text-overflow:ellipsis;white-space:nowrap}.tx-instruction>button small{display:block;margin-top:3px;color:#948b80;font-size:9px}.tx-instruction>button em{color:#8d8479;font-size:12px;font-style:normal;text-align:center;transition:transform .16s}.tx-instruction:has(.tx-instruction-body.open)>button em{transform:rotate(180deg)}.tx-instruction-body{display:none;padding:3px 11px 10px;border-top:1px solid var(--tx-border-soft);background:#29170e}.tx-instruction-body.open{display:block}.tx-instruction-body>div{display:grid;grid-template-columns:145px minmax(0,1fr);gap:10px;min-height:39px;padding:9px 0;border-bottom:1px solid var(--tx-border-soft)}.tx-instruction-body>div:last-child{border-bottom:0}.tx-instruction-body span{color:#978e82;font-size:10px}.tx-instruction-body code{color:#edcf6c;font:9px/1.55 "DM Mono",monospace;overflow-wrap:anywhere}
.tx-account-icon,.tx-token-mark{display:inline-grid;place-items:center;width:24px;height:24px;flex:none;margin-right:7px;border:1px solid #4e403a;border-radius:50%;background:#2e241f;color:#cdc5ba;font-size:9px;font-weight:700;vertical-align:middle}.tx-account-icon.curve{border-color:rgba(116,240,191,.24);background:#172720;color:var(--mint)}.tx-token-mark{border-color:rgba(248,202,77,.25);background:#37241b;color:#f8d25b}.tx-token-mark.sol{border-color:rgba(248,206,84,.27);background:#211b32;color:#fbe7a4}.tx-accounts-table td small,.tx-change-table td small{display:block;margin:3px 0 0 34px;color:#8c8377;font-size:8px}
.tx-flow-party{display:inline-flex;align-items:center;gap:7px;vertical-align:middle}.tx-flow-party>div{text-align:left}.tx-flow-party small,.tx-flow-amount small{display:block;margin-bottom:2px;color:#948b80;font-size:8px;font-weight:450}.tx-flow-party b,.tx-flow-amount b{display:block;color:#ebe8e3;font-size:10px}.tx-flow-amount{display:inline-block;min-width:105px;padding:7px 9px;border:1px solid rgba(66,214,154,.17);border-radius:6px;background:rgba(66,214,154,.035);vertical-align:middle}.tx-section-heading #txActionSummary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tx-section-heading #txActionSummary>.tx-flow-arrow{display:inline-block;min-height:0;color:#8b8276;font-size:8px;font-weight:500;text-transform:uppercase}.tx-section-heading #txActionSummary>.tx-flow-arrow:before{display:none}
.tx-log-line{display:grid;grid-template-columns:31px minmax(0,1fr);gap:8px;min-height:25px;padding:3px 13px;background:#17120f;color:#c2baaf;font:9px/1.75 "DM Mono",ui-monospace,monospace}.tx-log-line:first-child{padding-top:13px}.tx-log-line:last-child{padding-bottom:13px}.tx-log-line:hover{background:#1e1713}.tx-log-line span{color:#6e655a;text-align:right}.tx-log-line code{color:inherit;white-space:pre-wrap;overflow-wrap:anywhere}.tx-logs-card>.tx-log-line{border-left:0}
.tx-footnote{display:flex;align-items:flex-start;gap:13px;margin-top:18px;padding:14px 15px;border:1px solid rgba(230,185,95,.21);border-radius:8px;background:rgba(230,185,95,.045);color:#938a76}.tx-footnote:before{content:"i";display:grid;place-items:center;width:18px;height:18px;flex:none;border:1px solid #9c824d;border-radius:50%;color:#d0ac63;font:650 10px serif}.tx-footnote strong{flex:none;color:#d5bb83;font-size:10px}.tx-footnote p{margin:0;color:#9f9580;font-size:10px;line-height:1.55}

@media(max-width:960px){
 .tx-grid{grid-template-columns:1fr}.tx-aside{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tx-field-row{grid-template-columns:180px minmax(0,1fr)}.tx-transfer-flow{grid-template-columns:minmax(125px,1fr) minmax(105px,.8fr) 30px minmax(105px,.8fr) minmax(125px,1fr)}
}
@media(max-width:760px){
 .tx-page{min-height:calc(100vh - 68px);padding:20px 0 60px;font-size:12px}.tx-head,.tx-heading{align-items:flex-start}.tx-head h1{font-size:20px}.tx-heading h1{font-size:22px}.tx-head-actions,.tx-header-actions{display:none}.tx-tabs{gap:20px}.tx-card{border-radius:8px}.tx-card-head{min-height:47px;padding-inline:13px}.tx-card-body{padding-inline:13px}.tx-card-heading{padding-inline:13px}.tx-overview-grid{grid-template-columns:1fr;padding-inline:13px}.tx-field,.tx-field:nth-child(even):not(.tx-field-wide){grid-column:1/-1;grid-template-columns:145px minmax(0,1fr);padding:10px 0;border-right:0;border-bottom:1px solid var(--tx-border-soft)}.tx-field:last-child{border-bottom:0}.tx-field-row,.tx-instruction .tx-field-row{grid-template-columns:1fr;gap:5px;min-height:0;padding:11px 0}.tx-field-label{font-size:10px}.tx-field-value{font-size:11px}.tx-aside{grid-template-columns:1fr}.tx-flow{padding-inline:13px}.tx-flow-track{grid-template-columns:1fr}.tx-flow-arrow{min-height:43px;justify-content:center}.tx-flow-arrow:before{transform:rotate(90deg)}.tx-transfer-flow{grid-template-columns:1fr;gap:8px;padding-inline:13px}.tx-transfer-party.end{justify-content:flex-start;text-align:left}.tx-transfer-flow>.tx-flow-arrow{min-height:25px;transform:rotate(90deg)}.tx-balance-table th,.tx-account-list th,.tx-table th{padding-inline:11px}.tx-balance-table td,.tx-account-list td,.tx-table td{padding-inline:11px}.tx-instructions{padding:10px}.tx-instruction-head{padding-inline:10px}.tx-instruction-body{padding-inline:10px}.tx-disclosure{font-size:10px}.tx-hash,.tx-address{font-size:10px}.tx-footnote{display:block}.tx-footnote strong{display:block;margin-bottom:5px}.tx-footnote p{padding-left:31px}
}
@media(max-width:420px){
 .tx-page{padding-top:16px}.tx-breadcrumbs,.tx-breadcrumb{margin-bottom:13px}.tx-head,.tx-heading{margin-bottom:14px}.tx-head h1{font-size:19px}.tx-head p,.tx-heading p{font-size:10px}.tx-tabs{margin-inline:-14px;padding-inline:14px}.tx-card{margin-inline:-2px}.tx-card-head h2,.tx-card-head h3{font-size:13px}.tx-flow-node{min-height:68px}.tx-log{padding:12px;font-size:9px}.tx-card-heading{display:block}.tx-card-heading>.tx-status{margin-top:12px}.tx-signature-row code{font-size:9px}.tx-field,.tx-field:nth-child(even):not(.tx-field-wide){grid-template-columns:1fr;gap:4px}.tx-log-lines{padding-left:42px;font-size:9px}.tx-disclosure>div{display:block}.tx-disclosure>div strong{display:block;margin-bottom:2px}
}

/* ARC Scan — standalone light transaction explorer -------------------- */
body[data-standalone-explorer]{--scan-bg:#f7f7f7;--scan-card:#fff;--scan-text:#25282d;--scan-muted:#6f747c;--scan-faint:#9499a1;--scan-line:#e5e7eb;--scan-line-strong:#d9dde2;--scan-soft:#f5f6f7;--scan-teal:#00a884;--scan-teal-dark:#008b70;--scan-green-bg:#e7f8f2;--scan-red:#df4d56;--scan-link:#078873;margin:0;background:var(--scan-bg)!important;color:var(--scan-text)!important;font-family:Inter,Arial,Helvetica,sans-serif!important;font-size:12px;line-height:1.45;overflow-x:hidden}
body[data-standalone-explorer] *{box-sizing:border-box}body[data-standalone-explorer] a{color:inherit;text-decoration:none}body[data-standalone-explorer] button,body[data-standalone-explorer] input,body[data-standalone-explorer] select{font-family:inherit}body[data-standalone-explorer]>.nav,body[data-standalone-explorer]>.mobile-menu,body[data-standalone-explorer]>.noise,body[data-standalone-explorer]>.footer,body[data-standalone-explorer]>.gate{display:none!important}
body[data-standalone-explorer] .up{color:var(--scan-teal)!important}body[data-standalone-explorer] .down{color:var(--scan-red)!important}body[data-standalone-explorer] .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

body[data-standalone-explorer] .scan-disclaimer{min-height:27px;display:flex;align-items:center;justify-content:center;gap:6px;padding:5px 18px;border-bottom:1px solid #eadcaf;background:#fff9e9;color:#766334;font-size:10px;line-height:1.35;text-align:center}
body[data-standalone-explorer] .scan-disclaimer strong{color:#5f4b1f;font-size:10px;font-weight:700}body[data-standalone-explorer] .scan-disclaimer-mark{display:grid;place-items:center;width:14px;height:14px;flex:none;border:1px solid #b99b51;border-radius:50%;color:#8d702d;font:700 9px Georgia,serif}
body[data-standalone-explorer] .scan-header{height:56px;border-bottom:1px solid var(--scan-line);background:#fff;color:#3c4046}
body[data-standalone-explorer] .scan-header-inner{width:min(1320px,calc(100% - 32px));height:100%;display:flex;align-items:center;gap:20px;margin:0 auto}
body[data-standalone-explorer] .scan-header-left{display:flex;align-items:center;gap:9px;flex:none}
body[data-standalone-explorer] .scan-brand{display:flex;align-items:center;gap:8px;color:#262a2f;font-size:17px;font-weight:800;letter-spacing:-.045em}body[data-standalone-explorer] .scan-brand>span:last-child>span{margin-left:2px;color:var(--scan-teal);font-size:9px;letter-spacing:.05em;vertical-align:super}
body[data-standalone-explorer] .scan-brand-mark{position:relative;width:25px;height:23px;display:flex;flex-direction:column;justify-content:center;gap:3px;overflow:hidden;transform:skew(-13deg)}body[data-standalone-explorer] .scan-brand-mark i{display:block;width:22px;height:4px;border-radius:4px;background:linear-gradient(90deg,#00a884,#60d7bb)}body[data-standalone-explorer] .scan-brand-mark i:nth-child(2){width:17px;margin-left:4px;background:linear-gradient(90deg,#5ccab3,#3f8ce5)}body[data-standalone-explorer] .scan-brand-mark i:nth-child(3){width:21px;background:linear-gradient(90deg,#866ce9,#00a884)}
body[data-standalone-explorer] .scan-network-pill,body[data-standalone-explorer] .scan-market-chip{height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 7px;border:1px solid var(--scan-line);border-radius:4px;background:#fafafa;color:#666c74;font-size:9px;font-weight:650;white-space:nowrap}body[data-standalone-explorer] .scan-network-pill{color:var(--scan-teal-dark);border-color:#cae8df;background:#f0fbf7}body[data-standalone-explorer] .scan-market-chip b{color:#30343a;font-weight:600}
body[data-standalone-explorer] .scan-main-nav{height:100%;display:flex;align-items:center;gap:1px;margin-left:auto}body[data-standalone-explorer] .scan-main-nav a{height:100%;display:flex;align-items:center;gap:4px;padding:0 9px;color:#555b63;font-size:11px;font-weight:520;white-space:nowrap}body[data-standalone-explorer] .scan-main-nav a:hover{color:var(--scan-teal-dark);background:#f8faf9}
body[data-standalone-explorer] .scan-header-actions{display:flex;align-items:center;gap:3px;flex:none}body[data-standalone-explorer] .scan-header-actions>a{margin-right:5px;color:#555b62;font-size:11px}body[data-standalone-explorer] .scan-header-actions>a:hover{color:var(--scan-teal-dark)}body[data-standalone-explorer] .scan-header-actions button{width:29px;height:29px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:4px;background:transparent;color:#737981;font-size:12px;cursor:pointer}body[data-standalone-explorer] .scan-header-actions button:hover{border-color:var(--scan-line);background:#f7f8f8;color:#30353a}body[data-standalone-explorer] .scan-live-dot{width:7px;height:7px;border-radius:50%;background:var(--scan-teal);box-shadow:0 0 0 3px #dff5ee}

body[data-standalone-explorer] .scan-page{width:min(1180px,calc(100% - 36px));min-height:calc(100vh - 83px);margin:0 auto;padding:22px 0 62px;color:var(--scan-text)}body[data-standalone-explorer] .scan-page *{min-width:0}
body[data-standalone-explorer] .scan-title-row{display:grid;grid-template-columns:minmax(260px,1fr) minmax(340px,410px);gap:25px;align-items:start;margin-bottom:14px}body[data-standalone-explorer] .scan-title-copy h1{margin:0;color:#24282d;font-size:20px;font-weight:650;line-height:1.2;letter-spacing:-.02em}body[data-standalone-explorer] .scan-title-badges{display:flex;align-items:center;gap:5px;margin-top:8px}
body[data-standalone-explorer] .scan-mini-status,body[data-standalone-explorer] .scan-type-badge{height:21px;display:inline-flex;align-items:center;gap:4px;padding:0 7px;border:1px solid #bfe7dc;border-radius:4px;background:#ecf9f5;color:var(--scan-teal-dark);font-size:9px;font-weight:650}body[data-standalone-explorer] .scan-mini-status i{font-style:normal}body[data-standalone-explorer] .scan-type-badge{border-color:#dfe3e7;background:#f7f8f9;color:#697078}
body[data-standalone-explorer] .scan-page-tools{display:grid;grid-template-columns:1fr;gap:6px;align-items:center}
body[data-standalone-explorer] .scan-search{height:34px;display:grid;grid-template-columns:minmax(0,1fr) 32px;border:1px solid #cfd4da;border-radius:5px;background:#fff;overflow:hidden}body[data-standalone-explorer] .scan-search:focus-within{border-color:#74c9b6;box-shadow:0 0 0 2px rgba(0,168,132,.08)}body[data-standalone-explorer] .scan-search input{width:100%;height:32px;padding:0 9px;border:0;outline:0;background:transparent;color:#30343a;font-size:10px}body[data-standalone-explorer] .scan-search input::placeholder{color:#969ca4}body[data-standalone-explorer] .scan-search button{width:32px;height:32px;padding:0;border:0;border-left:1px solid #e6e8eb;background:#fafafa;color:#697079;cursor:pointer}
body[data-standalone-explorer] .scan-tool-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border:1px solid #d8dce1;border-radius:5px;background:#fff;overflow:hidden}body[data-standalone-explorer] .scan-tool-row button,body[data-standalone-explorer] .scan-tool-wide{width:100%;height:32px;padding:0 8px;border:0;border-right:1px solid #e5e7ea;background:#fff;color:#60666e;font-size:9px;cursor:pointer;white-space:nowrap}body[data-standalone-explorer] .scan-tool-row button:last-child{border-right:0}body[data-standalone-explorer] .scan-tool-row button:hover,body[data-standalone-explorer] .scan-tool-wide:hover{background:#f6f8f7;color:#237a68}body[data-standalone-explorer] .scan-tool-wide{border:1px solid #d8dce1;border-radius:5px}

body[data-standalone-explorer] .scan-tabs{position:relative;height:39px;display:flex;align-items:flex-end;gap:22px;margin:0 0 11px;border-bottom:1px solid var(--scan-line);overflow:visible}body[data-standalone-explorer] .scan-tabs>button,body[data-standalone-explorer] .scan-more-menu>summary,body[data-standalone-explorer] .scan-api-link{position:relative;height:39px;display:flex;align-items:center;padding:0 1px;border:0;background:transparent;color:#6d737b;font-size:11px;font-weight:550;cursor:pointer;list-style:none;white-space:nowrap}body[data-standalone-explorer] .scan-more-menu>summary::-webkit-details-marker{display:none}body[data-standalone-explorer] .scan-tabs>button:hover,body[data-standalone-explorer] .scan-more-menu>summary:hover,body[data-standalone-explorer] .scan-api-link:hover{color:#2f3439}body[data-standalone-explorer] .scan-tabs>button.active{color:var(--scan-teal-dark);font-weight:650}body[data-standalone-explorer] .scan-tabs>button.active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--scan-teal)}
body[data-standalone-explorer] .scan-more-menu{position:relative;height:39px}body[data-standalone-explorer] .scan-more-popover{position:absolute;z-index:20;top:36px;left:0;width:170px;padding:4px;border:1px solid #d9dde1;border-radius:5px;background:#fff;box-shadow:0 8px 24px rgba(31,38,46,.12)}body[data-standalone-explorer] .scan-more-popover a{display:block;padding:8px;border-radius:3px;color:#5c626a;font-size:10px}body[data-standalone-explorer] .scan-more-popover a:hover{background:#f2f6f5;color:var(--scan-teal-dark)}
body[data-standalone-explorer] .scan-view[hidden]{display:none!important}body[data-standalone-explorer] .scan-view{display:block;animation:scan-view-in .12s ease-out}@keyframes scan-view-in{from{opacity:.5}to{opacity:1}}
body[data-standalone-explorer] .scan-card,body[data-standalone-explorer] .scan-page .panel,body[data-standalone-explorer] .tx-card{overflow:hidden;border:1px solid var(--scan-line)!important;border-radius:6px!important;background:var(--scan-card)!important;color:var(--scan-text)!important;box-shadow:none!important}
body[data-standalone-explorer] .scan-card+.scan-card{margin-top:12px}

body[data-standalone-explorer] .scan-summary-hero{min-height:59px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 14px;border-bottom:1px solid var(--scan-line);background:#fafafa}body[data-standalone-explorer] .scan-summary-icon{width:29px;height:29px;display:grid;place-items:center;border:1px solid #bde5db;border-radius:50%;background:#e7f8f3;color:var(--scan-teal-dark);font-size:15px}body[data-standalone-explorer] .scan-label{display:block;margin-bottom:2px;color:#858b93;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}body[data-standalone-explorer] .scan-summary-hero p{margin:0;color:#676d74;font-size:11px}body[data-standalone-explorer] .scan-summary-hero p strong{color:#2e3338;font-weight:650}body[data-standalone-explorer] .scan-program-result{height:23px;display:inline-flex;align-items:center;gap:5px;padding:0 7px;border:1px solid #c9e9e0;border-radius:4px;background:#edf9f5;color:#15846d;font-size:9px;font-weight:600}body[data-standalone-explorer] .scan-program-result i{font-style:normal}
body[data-standalone-explorer] .scan-detail-list{margin:0;padding:0}body[data-standalone-explorer] .scan-detail-row{display:grid;grid-template-columns:215px minmax(0,1fr);gap:15px;min-height:43px;margin:0;padding:10px 14px;border-bottom:1px solid #eceef0}body[data-standalone-explorer] .scan-detail-row:last-child{border-bottom:0}body[data-standalone-explorer] .scan-detail-row dt{display:flex;align-items:flex-start;gap:7px;margin:0;padding-top:2px;color:#676d75;font-size:10px;font-weight:520}body[data-standalone-explorer] .scan-detail-row dd{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0;color:#32373c;font-size:10px;overflow-wrap:anywhere}body[data-standalone-explorer] .scan-detail-row dd>a,body[data-standalone-explorer] .scan-detail-row dd>code,body[data-standalone-explorer] .scan-detail-row dd code{color:var(--scan-link)}body[data-standalone-explorer] .scan-detail-row code{font:9px/1.55 "SFMono-Regular",Consolas,"Liberation Mono",monospace;overflow-wrap:anywhere;word-break:break-all}body[data-standalone-explorer] .scan-detail-row strong{font-weight:600}
body[data-standalone-explorer] .scan-help{width:14px;height:14px;display:grid;place-items:center;flex:none;border:1px solid #aeb4bc;border-radius:50%;color:#858c94;font:600 8px Arial,sans-serif}body[data-standalone-explorer] .scan-muted{color:#9ba0a6}body[data-standalone-explorer] .scan-inline-meta{display:inline-flex;gap:4px;margin-left:5px;padding-left:10px;border-left:1px solid #e0e3e6;color:#7c8289;font-size:9px}body[data-standalone-explorer] .scan-inline-meta b{color:#525860;font-weight:600}
body[data-standalone-explorer] .scan-confirmed{display:inline-flex;align-items:center;min-height:21px;padding:0 7px;border-radius:3px;background:#eef7f4;color:#4b776b;font-size:9px}body[data-standalone-explorer] .tx-status{min-height:21px!important;display:inline-flex!important;align-items:center!important;gap:4px!important;padding:0 7px!important;border:0!important;border-radius:3px!important;background:var(--scan-green-bg)!important;color:var(--scan-teal-dark)!important;font-size:9px!important;font-weight:650!important}body[data-standalone-explorer] .tx-status:before{display:none!important}body[data-standalone-explorer] .tx-status i{width:12px;height:12px;display:grid;place-items:center;border-radius:50%;background:var(--scan-teal)!important;color:#fff!important;font-size:8px;font-style:normal}
body[data-standalone-explorer] .scan-account-dot,body[data-standalone-explorer] .tx-account-avatar{width:20px;height:20px;display:inline-block;flex:none;border:1px solid #c9d1d6!important;border-radius:50%;background:radial-gradient(circle at 35% 34%,#49caae 0 17%,#bfe8df 18% 43%,#e8eeec 44%)!important;box-shadow:none!important}body[data-standalone-explorer] .scan-account-dot.large{width:26px;height:26px}body[data-standalone-explorer] .scan-copy-button{width:22px;height:22px;display:grid;place-items:center;flex:none;padding:0;border:1px solid transparent;border-radius:3px;background:transparent;color:#8a9097;font-size:10px;cursor:pointer}body[data-standalone-explorer] .scan-copy-button:hover{border-color:#d7dbdf;background:#f5f6f7;color:#4e555c}body[data-standalone-explorer] .scan-row-action{height:24px;padding:0 8px;border:1px solid #d7dbdf;border-radius:4px;background:#fff;color:#687078;font-size:9px;cursor:pointer}body[data-standalone-explorer] .scan-row-action:hover{border-color:#9dcec2;color:#177e69}
body[data-standalone-explorer] .scan-mode-badge{height:17px;display:inline-flex;align-items:center;margin-left:5px;padding:0 5px;border:1px solid #ead599;border-radius:3px;background:#fff9e9;color:#8a6c28;font-size:7px;font-weight:700;letter-spacing:.05em}
body[data-standalone-explorer] .scan-actions-row{padding-top:11px;padding-bottom:11px}body[data-standalone-explorer] .scan-actions-row dd{display:block}body[data-standalone-explorer] .scan-action-panel{overflow:hidden;border:1px solid #e0e3e6;border-radius:5px;background:#fff}body[data-standalone-explorer] .scan-action-toolbar{min-height:33px;display:flex;align-items:center;gap:5px;padding:4px 7px;border-bottom:1px solid #e8eaec;background:#f8f9f9;color:#7d838a;font-size:8px}body[data-standalone-explorer] .scan-action-toolbar button{height:23px;padding:0 7px;border:1px solid #dbdfe3;border-radius:3px;background:#fff;color:#666d74;font-size:8px;cursor:pointer}body[data-standalone-explorer] .scan-action-toolbar button.active{border-color:#9fd5c8;background:#edf8f5;color:#167a66}body[data-standalone-explorer] .scan-action-spacer{flex:1}body[data-standalone-explorer] .scan-filter-button{margin-left:3px}
body[data-standalone-explorer] .tx-transfer-flow{display:grid!important;grid-template-columns:minmax(130px,1fr) minmax(115px,.72fr) 29px minmax(115px,.72fr) minmax(130px,1fr)!important;align-items:center!important;gap:8px!important;padding:12px!important;background:#fff!important;color:var(--scan-text)!important}body[data-standalone-explorer] .tx-transfer-party{display:flex!important;align-items:center!important;gap:7px!important;overflow:hidden}body[data-standalone-explorer] .tx-transfer-party.end{justify-content:flex-end!important;text-align:right!important}body[data-standalone-explorer] .tx-transfer-party div{overflow:hidden}body[data-standalone-explorer] .tx-transfer-party small,body[data-standalone-explorer] .tx-transfer-asset small{display:block;margin-bottom:3px;color:#8a9097;font-size:8px}body[data-standalone-explorer] .tx-transfer-party code,body[data-standalone-explorer] .tx-transfer-party strong{display:block;overflow:hidden;color:#3c4248;font:550 9px "SFMono-Regular",Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}body[data-standalone-explorer] .tx-transfer-party strong{font-family:Inter,Arial,sans-serif;font-size:10px}
body[data-standalone-explorer] .tx-transfer-asset{min-height:43px;padding:7px 8px;border:1px solid #e2e5e8!important;border-radius:4px!important;background:#fafbfb!important;text-align:center}body[data-standalone-explorer] .tx-transfer-asset strong{display:block;overflow:hidden;color:#32373d!important;font:600 9px "SFMono-Regular",Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}body[data-standalone-explorer] .tx-transfer-out{border-color:#f0d6d8!important;background:#fff8f8!important}body[data-standalone-explorer] .tx-transfer-out strong{color:#c84952!important}body[data-standalone-explorer] .tx-transfer-in{border-color:#c9e8df!important;background:#f5fcfa!important}body[data-standalone-explorer] .tx-transfer-in strong{color:var(--scan-teal-dark)!important}body[data-standalone-explorer] .tx-transfer-flow>.tx-flow-arrow{min-height:0!important;display:grid!important;place-items:center!important;color:#8b9299!important;font-size:14px!important}body[data-standalone-explorer] .tx-transfer-flow>.tx-flow-arrow:before{display:none!important}body[data-standalone-explorer] .tx-token-avatar{width:26px;height:26px;display:grid;place-items:center;flex:none;border:1px solid #bfe4da!important;border-radius:50%;background:#e6f8f3!important;color:var(--scan-teal-dark)!important;font-size:10px;font-weight:700}
body[data-standalone-explorer] .scan-sponsored-row{background:#fcfcfc}

body[data-standalone-explorer] .scan-card-header{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 12px;border-bottom:1px solid var(--scan-line);background:#fafafa}body[data-standalone-explorer] .scan-card-header h2,body[data-standalone-explorer] .scan-program-row h2{margin:0;color:#30353a;font-size:11px;font-weight:650}body[data-standalone-explorer] .scan-card-controls{display:flex;align-items:center;gap:3px}body[data-standalone-explorer] .scan-card-controls button,body[data-standalone-explorer] .scan-program-row button{height:25px;padding:0 8px;border:1px solid #d9dde1;border-radius:3px;background:#fff;color:#747b83;font-size:8px;cursor:pointer}body[data-standalone-explorer] .scan-card-controls button.active{border-color:#a5d7cb;background:#edf8f5;color:#197e69}
body[data-standalone-explorer] .scan-compute-panel{padding:10px 12px;border-bottom:1px solid #e8eaed;background:#fff}body[data-standalone-explorer] .scan-compute-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px;color:#6f767e;font-size:8px}body[data-standalone-explorer] .scan-compute-heading strong{color:#474d54;font-weight:600}body[data-standalone-explorer] .scan-compute-bar{height:7px;display:flex;overflow:hidden;border-radius:2px;background:#eceff1}body[data-standalone-explorer] .scan-compute-bar i{display:block;height:100%}body[data-standalone-explorer] .scan-compute-bar i:nth-child(1){width:17%;background:#18a989}body[data-standalone-explorer] .scan-compute-bar i:nth-child(2){width:11%;background:#57c5ad}body[data-standalone-explorer] .scan-compute-bar i:nth-child(3){width:23%;background:#7e9de4}body[data-standalone-explorer] .scan-compute-bar i:nth-child(4){width:37%;background:#8068ce}body[data-standalone-explorer] .scan-compute-bar i:nth-child(5){width:12%;background:#d29e56}body[data-standalone-explorer] .scan-compute-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:7px;color:#7d848b;font-size:7px}body[data-standalone-explorer] .scan-compute-legend span{display:flex;align-items:center;gap:4px}body[data-standalone-explorer] .scan-compute-legend i{width:5px;height:5px;border-radius:1px;background:#18a989}body[data-standalone-explorer] .scan-compute-legend span:nth-child(2) i{background:#57c5ad}body[data-standalone-explorer] .scan-compute-legend span:nth-child(3) i{background:#7e9de4}body[data-standalone-explorer] .scan-compute-legend span:nth-child(4) i{background:#8068ce}body[data-standalone-explorer] .scan-compute-legend span:nth-child(5) i{background:#d29e56}
body[data-standalone-explorer] .tx-instruction-list{display:flex!important;flex-direction:column!important;gap:0!important;padding:0!important;background:#fff!important}body[data-standalone-explorer] .tx-instruction-item{overflow:hidden;border:0!important;border-bottom:1px solid #e7e9ec!important;border-radius:0!important;background:#fff!important}body[data-standalone-explorer] .tx-instruction-item:last-child{border-bottom:0!important}body[data-standalone-explorer] .tx-instruction-item>button.tx-instruction-header{width:100%!important;min-height:40px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:7px 12px!important;border:0!important;border-radius:0!important;background:#fff!important;color:#4c5259!important;text-align:left!important;cursor:pointer!important}body[data-standalone-explorer] .tx-instruction-item>button.tx-instruction-header:hover{background:#f8faf9!important}body[data-standalone-explorer] .tx-instruction-header>div{display:flex;align-items:center;gap:8px}body[data-standalone-explorer] .tx-instruction-number{width:23px;height:23px;display:grid;place-items:center;flex:none;border:1px solid #d9dde1!important;border-radius:4px!important;background:#f6f7f8!important;color:#697079!important;font:600 8px Arial,sans-serif!important}body[data-standalone-explorer] .tx-instruction-name{color:#363b41!important;font-size:9px!important;font-weight:600!important}body[data-standalone-explorer] .tx-instruction-program{color:var(--scan-link)!important;font:8px/1.4 "SFMono-Regular",Consolas,monospace!important}body[data-standalone-explorer] .tx-instruction-toggle{color:#899097!important;font-size:9px!important}body[data-standalone-explorer] .tx-instruction-details{display:block;padding:2px 12px 7px!important;border-top:1px solid #eef0f1!important;background:#fafbfb!important}body[data-standalone-explorer] .tx-instruction-details[hidden]{display:none!important}body[data-standalone-explorer] .tx-instruction-details .tx-field{min-height:31px!important;display:grid!important;grid-template-columns:135px minmax(0,1fr)!important;gap:10px!important;padding:6px 0!important;border:0!important;border-bottom:1px solid #eceef0!important;background:transparent!important}body[data-standalone-explorer] .tx-instruction-details .tx-field:last-child{border-bottom:0!important}body[data-standalone-explorer] .tx-instruction-details .tx-field>span{color:#7d848b;font-size:8px}body[data-standalone-explorer] .tx-instruction-details .tx-field>code{color:#4d7370;font:8px/1.5 "SFMono-Regular",Consolas,monospace;overflow-wrap:anywhere}body[data-standalone-explorer] .scan-count{display:block;padding:7px 12px;border-top:1px solid #e8eaed;background:#fafafa;color:#878d94;font-size:8px;text-align:right}

body[data-standalone-explorer] .scan-program-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 12px;border-bottom:1px solid var(--scan-line);background:#fafafa}body[data-standalone-explorer] .tx-log-lines{display:none!important;max-height:190px;margin:0!important;padding:7px 12px 9px 39px!important;overflow:auto;background:#fff!important;color:#535960!important;font:8px/1.75 "SFMono-Regular",Consolas,monospace!important;scrollbar-color:#c8cdd2 #f7f7f7}body[data-standalone-explorer] .tx-log-lines.open{display:block!important}body[data-standalone-explorer] .tx-log-lines li{padding:1px 5px!important;border:0!important;white-space:pre-wrap;overflow-wrap:anywhere}body[data-standalone-explorer] .tx-log-lines li::marker{color:#a0a6ad}body[data-standalone-explorer] .tx-log-lines li:hover{background:#f6f8f8!important;color:#34393f!important}body[data-standalone-explorer] .tx-log-lines code{font:inherit;color:inherit}
body[data-standalone-explorer] .scan-ledger-note{margin:10px 2px 0;color:#8b9198;font-size:8px;line-height:1.55;text-align:center}

body[data-standalone-explorer] .scan-balance-card+ .scan-balance-card,body[data-standalone-explorer] .scan-accounts-card{margin-top:12px}body[data-standalone-explorer] .scan-table-wrap{overflow:auto;scrollbar-color:#c8cdd2 #f7f7f7;scrollbar-width:thin}body[data-standalone-explorer] .scan-table{width:100%;border-collapse:collapse;background:#fff;color:#3d4349;white-space:nowrap}body[data-standalone-explorer] .scan-table th{height:34px;padding:0 12px;border-bottom:1px solid #e1e4e7;background:#f8f9fa;color:#737a82;font-size:8px;font-weight:600;text-align:left}body[data-standalone-explorer] .scan-table td{height:43px;padding:7px 12px;border-bottom:1px solid #eceef0;color:#42484e;font-size:9px;vertical-align:middle}body[data-standalone-explorer] .scan-table tbody tr:last-child td{border-bottom:0}body[data-standalone-explorer] .scan-table tbody tr:hover{background:#fafcfb}body[data-standalone-explorer] .scan-table code{color:var(--scan-link);font:8px "SFMono-Regular",Consolas,monospace}body[data-standalone-explorer] .tx-token{display:flex!important;align-items:center!important;gap:7px!important;min-width:145px!important}body[data-standalone-explorer] .tx-token b{display:block;color:#363c42!important;font-size:9px!important;font-weight:600!important}body[data-standalone-explorer] .tx-token small{display:block;margin-top:1px!important;color:#8b929a!important;font-size:7px!important}body[data-standalone-explorer] .tx-amount{color:#4b5158!important;font:8px "SFMono-Regular",Consolas,monospace!important}
body[data-standalone-explorer] .scan-back-row{display:flex;justify-content:flex-start;margin-top:13px}body[data-standalone-explorer] .scan-back-row a{display:inline-flex;align-items:center;height:29px;padding:0 9px;border:1px solid #d8dce0;border-radius:4px;background:#fff;color:#636a72;font-size:9px}body[data-standalone-explorer] .scan-back-row a:hover{border-color:#a4d7cb;color:var(--scan-teal-dark)}
body[data-standalone-explorer] .scan-raw-content{max-height:420px;margin:0;padding:14px;background:#fbfcfc;color:#596169;font:9px/1.7 "SFMono-Regular",Consolas,monospace;white-space:pre-wrap;overflow:auto}
body[data-standalone-explorer] .tx-error{width:min(640px,100%);margin:70px auto;padding:35px!important;text-align:center}body[data-standalone-explorer] .tx-error h2{margin:0 0 7px;color:#2e3338;font-size:18px}body[data-standalone-explorer] .tx-error p{margin:0 0 18px;color:#777e86}body[data-standalone-explorer] .tx-error .button{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:4px;background:var(--scan-teal);color:#fff;font-size:10px}
body[data-standalone-explorer] .toast{position:fixed;z-index:90;right:18px;bottom:18px;left:auto;transform:translateY(8px);padding:9px 12px;border:1px solid #d7dbdf;border-radius:5px;background:#fff;color:#34393f;font-size:10px;font-weight:600;box-shadow:0 8px 25px rgba(40,48,56,.14)}body[data-standalone-explorer] .toast.show{transform:none}

@media(max-width:1080px){
 body[data-standalone-explorer] .scan-main-nav a:nth-child(n+5){display:none}
 body[data-standalone-explorer] .scan-title-row{grid-template-columns:minmax(230px,1fr) minmax(330px,400px)}
 body[data-standalone-explorer] .scan-page-tools{grid-template-columns:1fr}
 body[data-standalone-explorer] .tx-transfer-flow{grid-template-columns:minmax(115px,1fr) minmax(105px,.75fr) 25px minmax(105px,.75fr) minmax(115px,1fr)!important}
}
@media(max-width:820px){
 body[data-standalone-explorer] .scan-header-inner{width:min(100% - 24px,1180px);gap:12px}body[data-standalone-explorer] .scan-main-nav{display:none}body[data-standalone-explorer] .scan-header-actions{margin-left:auto}
 body[data-standalone-explorer] .scan-page{width:calc(100% - 24px);padding-top:17px}
 body[data-standalone-explorer] .scan-title-row{grid-template-columns:1fr;gap:12px;align-items:start}body[data-standalone-explorer] .scan-page-tools{grid-template-columns:1fr}
 body[data-standalone-explorer] .scan-detail-row{grid-template-columns:180px minmax(0,1fr)}
 body[data-standalone-explorer] .tx-transfer-flow{grid-template-columns:1fr!important}body[data-standalone-explorer] .tx-transfer-party.end{justify-content:flex-start!important;text-align:left!important}body[data-standalone-explorer] .tx-transfer-flow>.tx-flow-arrow{height:22px;transform:rotate(90deg)}body[data-standalone-explorer] .tx-transfer-asset{text-align:left}
}
@media(max-width:580px){
 body[data-standalone-explorer] .scan-disclaimer{align-items:flex-start;justify-content:flex-start;padding:6px 12px;text-align:left}body[data-standalone-explorer] .scan-disclaimer>span:last-child{display:none}
 body[data-standalone-explorer] .scan-header{height:51px}body[data-standalone-explorer] .scan-header-inner{width:calc(100% - 20px)}body[data-standalone-explorer] .scan-network-pill,body[data-standalone-explorer] .scan-market-chip,body[data-standalone-explorer] .scan-header-actions>a{display:none}body[data-standalone-explorer] .scan-brand{font-size:16px}
 body[data-standalone-explorer] .scan-page{width:calc(100% - 20px);padding:14px 0 45px}body[data-standalone-explorer] .scan-title-copy h1{font-size:18px}
 body[data-standalone-explorer] .scan-page-tools{display:block}body[data-standalone-explorer] .scan-tool-row,body[data-standalone-explorer] .scan-tool-wide{display:none}body[data-standalone-explorer] .scan-search{width:100%}
 body[data-standalone-explorer] .scan-tabs{gap:19px;margin-top:3px}
 body[data-standalone-explorer] .scan-summary-hero{grid-template-columns:29px minmax(0,1fr);padding-inline:10px}body[data-standalone-explorer] .scan-program-result{display:none}
 body[data-standalone-explorer] .scan-detail-row{grid-template-columns:1fr;gap:5px;min-height:0;padding:9px 10px}body[data-standalone-explorer] .scan-detail-row dt{padding-top:0}body[data-standalone-explorer] .scan-detail-row dd{padding-left:21px}body[data-standalone-explorer] .scan-actions-row dd{padding-left:0}
 body[data-standalone-explorer] .scan-action-toolbar{overflow:auto;white-space:nowrap}body[data-standalone-explorer] .scan-action-spacer{min-width:15px}
 body[data-standalone-explorer] .scan-card-header{padding-inline:10px}body[data-standalone-explorer] .scan-compute-panel{padding-inline:10px}body[data-standalone-explorer] .scan-compute-legend{gap:7px}
 body[data-standalone-explorer] .tx-instruction-item>button.tx-instruction-header{padding-inline:10px!important}body[data-standalone-explorer] .tx-instruction-details{padding-inline:10px!important}body[data-standalone-explorer] .tx-instruction-details .tx-field{grid-template-columns:1fr!important;gap:3px!important}
 body[data-standalone-explorer] .scan-table{min-width:680px}
}

/* Solscan transaction density ----------------------------------------- */
body[data-standalone-explorer]{background:#f5f6f7!important;color:#30343a!important;font-family:Arial,Helvetica,sans-serif!important;font-size:10px;line-height:1.35}
body[data-standalone-explorer] .scan-disclaimer{min-height:18px;padding:2px 12px;font-size:8px;gap:5px}
body[data-standalone-explorer] .scan-disclaimer strong{font-size:8px}
body[data-standalone-explorer] .scan-disclaimer-mark{width:11px;height:11px;font-size:7px}
body[data-standalone-explorer] .scan-header{height:38px}
body[data-standalone-explorer] .scan-header-inner{width:min(1180px,calc(100% - 24px));gap:13px}
body[data-standalone-explorer] .scan-brand{font-size:12px;gap:5px}
body[data-standalone-explorer] .scan-brand-mark{width:19px;height:17px;gap:2px}
body[data-standalone-explorer] .scan-brand-mark i{width:17px;height:3px}
body[data-standalone-explorer] .scan-brand-mark i:nth-child(2){width:13px}.scan-brand-mark i:nth-child(3){width:16px}
body[data-standalone-explorer] .scan-network-pill,body[data-standalone-explorer] .scan-market-chip{height:17px;padding:0 5px;border-radius:3px;font-size:7px}
body[data-standalone-explorer] .scan-main-nav a{padding:0 6px;font-size:8px}
body[data-standalone-explorer] .scan-header-actions>a{font-size:8px}
body[data-standalone-explorer] .scan-header-actions button{width:22px;height:22px;font-size:9px}
body[data-standalone-explorer] .scan-page{width:min(1180px,calc(100% - 32px));padding:12px 0 32px}
body[data-standalone-explorer] .scan-breadcrumb{display:flex;gap:5px;margin-bottom:7px;color:#8c9299;font-size:8px}
body[data-standalone-explorer] .scan-breadcrumb a:hover{color:var(--scan-teal-dark)}
body[data-standalone-explorer] .scan-title-row{grid-template-columns:minmax(0,1fr) 290px;gap:18px;margin-bottom:7px}
body[data-standalone-explorer] .scan-eyebrow{display:block;margin:0 0 2px;color:#858b92;font-size:7px;line-height:1.2;letter-spacing:.04em}
body[data-standalone-explorer] .scan-title-copy h1{font-size:15px;line-height:1.15;letter-spacing:0}
body[data-standalone-explorer] .scan-title-badges{gap:4px;margin-top:4px}
body[data-standalone-explorer] .scan-mini-status,body[data-standalone-explorer] .scan-type-badge{height:16px;padding:0 5px;border-radius:3px;font-size:7px}
body[data-standalone-explorer] .scan-page-tools{gap:3px}
body[data-standalone-explorer] .scan-search{height:23px;border-radius:3px;grid-template-columns:minmax(0,1fr) 22px}
body[data-standalone-explorer] .scan-search input{height:21px;padding:0 6px;font-size:7px}.scan-search button{width:22px!important;height:21px!important;font-size:9px}
body[data-standalone-explorer] .scan-tool-row{border-radius:3px}.scan-tool-row button,.scan-tool-wide{height:21px!important;font-size:7px!important;padding:0 5px!important}
body[data-standalone-explorer] .scan-tabs{height:28px;gap:15px;margin-bottom:7px}
body[data-standalone-explorer] .scan-tabs>button,body[data-standalone-explorer] .scan-more-menu>summary,body[data-standalone-explorer] .scan-api-link{height:28px;font-size:8px}
body[data-standalone-explorer] .scan-card{border-radius:5px!important}
body[data-standalone-explorer] .scan-card+.scan-card{margin-top:8px}
body[data-standalone-explorer] .scan-card-header{min-height:30px;padding:5px 9px}
body[data-standalone-explorer] .scan-card-header h2,body[data-standalone-explorer] .scan-program-row h2{font-size:9px}
body[data-standalone-explorer] .scan-summary-header{min-height:38px}
body[data-standalone-explorer] .scan-summary-header h2{font-size:10px}
body[data-standalone-explorer] .scan-program-result{height:17px;padding:0 5px;font-size:7px}
body[data-standalone-explorer] .scan-swap-banner{min-height:32px;display:flex;align-items:center;gap:7px;padding:5px 9px;border-bottom:1px solid #eceef0;background:#fff;font-size:8px}
body[data-standalone-explorer] .scan-summary-header{display:none!important}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner{min-height:42px;padding:7px 10px;background:#fff;border-bottom:1px solid #e4e7e9}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner:before{content:'Summary';display:block;color:#697078;font-size:8px;font-weight:600;margin-right:3px}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner>div{display:flex;align-items:center;gap:6px;min-width:0}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner .scan-label{display:none}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner strong{font-weight:600;color:#252a2f}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner .scan-summary-icon{width:20px;height:20px}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner .scan-swap-pill{margin-left:auto}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner:after{content:'✓ All Programs';margin-left:auto;height:17px;display:inline-flex;align-items:center;padding:0 5px;border-radius:3px;background:#e9f8f3;color:#078873;font-size:7px;font-weight:700}
body[data-standalone-explorer] .scan-summary-card>.scan-swap-banner .scan-swap-pill{display:none}
body[data-standalone-explorer] .scan-legacy-toolbar{min-height:29px!important;padding:4px 7px!important;background:#fff!important;border-bottom:1px solid #e4e7e9!important}
body[data-standalone-explorer] .scan-legacy-toolbar button{height:21px!important;border:0!important;background:transparent!important;color:#a0a5ab!important;font-size:8px!important}
body[data-standalone-explorer] .scan-legacy-toolbar button.active{border-bottom:2px solid var(--scan-teal)!important;color:#252a2f!important;border-radius:0!important}
body[data-standalone-explorer] .scan-legacy-toolbar>span{font-size:7px;color:#7d838a}
body[data-standalone-explorer] .scan-toggle{width:28px!important;padding:2px!important;border-radius:12px!important;background:#e6e9eb!important}
body[data-standalone-explorer] .scan-toggle i{display:block;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002}
body[data-standalone-explorer] .scan-tx-maps{margin-left:3px!important;padding:0 7px!important;border-radius:4px!important;background:var(--scan-teal)!important;color:#fff!important;font-weight:700}
body[data-standalone-explorer] .scan-legacy-list{background:#fff}
body[data-standalone-explorer] .scan-legacy-item{border-bottom:1px solid #e9ecee;padding:6px 8px 5px 11px;color:#3e454c;font-size:8px}
body[data-standalone-explorer] .scan-legacy-main,body[data-standalone-explorer] .scan-legacy-detail{display:flex;align-items:center;gap:5px;min-height:18px}
body[data-standalone-explorer] .scan-legacy-main{color:#353b42}.scan-legacy-main b{padding:2px 4px;border-radius:3px;background:#f2f0ee;color:#51443e;font-size:7px}.scan-legacy-main a,.scan-legacy-detail a{color:#f5b00f}.scan-legacy-main small,.scan-legacy-detail small{color:#b1aca6;font-size:7px}.scan-legacy-detail{padding-left:17px;color:#f5b00f}.scan-legacy-detail span:nth-child(2){flex:1}.scan-legacy-arrow{color:#f5b112;font-size:11px}.scan-legacy-caret{margin-left:auto;color:#f5b112;font-size:10px}
body[data-standalone-explorer] .scan-swap-banner .scan-summary-icon{width:21px;height:21px;font-size:11px}.scan-swap-banner .scan-label{font-size:7px}.scan-swap-banner strong{font-size:8px}.scan-swap-pill{margin-left:auto;padding:2px 6px;border-radius:3px;background:#e9f8f3;color:#078873;font-size:7px;font-weight:700}
body[data-standalone-explorer] .scan-detail-row{grid-template-columns:205px minmax(0,1fr);gap:10px;min-height:30px;padding:6px 9px}
body[data-standalone-explorer] .scan-detail-row dt{gap:5px;padding-top:1px;font-size:8px}.scan-detail-row dd{gap:5px;font-size:8px!important}.scan-detail-row code{font-size:7px!important}.scan-help{width:10px!important;height:10px!important;font-size:6px!important}
body[data-standalone-explorer] .scan-account-dot,body[data-standalone-explorer] .tx-account-avatar{width:15px;height:15px}.scan-account-dot.large{width:19px!important;height:19px!important}
body[data-standalone-explorer] .scan-copy-button{width:17px;height:17px;font-size:8px}.scan-row-action{height:18px!important;padding:0 5px!important;font-size:7px!important}
body[data-standalone-explorer] .scan-confirmed,.scan-status{min-height:17px;padding:0 5px;font-size:7px}.scan-status i{width:10px;height:10px;font-size:6px}
body[data-standalone-explorer] .scan-actions-row{padding-top:7px;padding-bottom:7px}
body[data-standalone-explorer] .scan-action-panel{border-radius:3px}.scan-action-toolbar{min-height:24px!important;padding:3px 5px!important;font-size:7px!important}.scan-action-toolbar button{height:17px!important;padding:0 5px!important;font-size:7px!important}
body[data-standalone-explorer] .tx-transfer-flow{grid-template-columns:1.1fr .8fr 17px .8fr 1.1fr!important;gap:5px!important;padding:7px!important}
body[data-standalone-explorer] .tx-transfer-party small,body[data-standalone-explorer] .tx-transfer-asset small{font-size:7px;margin-bottom:2px}.tx-transfer-party code,.tx-transfer-party strong{font-size:7px!important}.tx-transfer-asset{min-height:31px;padding:5px!important}.tx-transfer-asset strong{font-size:7px!important}.tx-flow-arrow{font-size:10px!important}.tx-token-avatar{width:19px!important;height:19px!important;font-size:8px!important}
body[data-standalone-explorer] .scan-compute-panel{padding:7px 9px}.scan-compute-heading{font-size:7px!important;margin-bottom:4px!important}.scan-compute-bar{height:5px!important}.scan-compute-legend{gap:8px;margin-top:4px;font-size:6px!important}
body[data-standalone-explorer] .tx-instruction-header{min-height:27px!important;padding:4px 9px!important;font-size:7px!important}.tx-instruction-number{width:17px!important;height:17px!important;font-size:6px!important}.tx-instruction-name{font-size:7px!important}.tx-instruction-program{font-size:6px!important}.tx-instruction-toggle{font-size:7px!important}.tx-instruction-details{padding:2px 9px 5px!important}.tx-field{font-size:7px!important}.scan-count{display:block;padding:5px 9px;font-size:7px}
body[data-standalone-explorer] .scan-program-row{min-height:28px;padding:5px 9px}.scan-program-row button{height:18px!important;font-size:7px!important}.scan-log-lines{font-size:7px!important}
body[data-standalone-explorer] .scan-table th{height:25px;padding:0 9px;font-size:7px}.scan-table td{height:30px;padding:5px 9px;font-size:7px}.scan-table code{font-size:7px}.scan-token{min-width:110px!important}.scan-token b{font-size:7px!important}.scan-token small{font-size:6px!important}
body[data-standalone-explorer] .scan-raw-content{padding:9px;font-size:7px;line-height:1.5}
body[data-standalone-explorer] .scan-back-row{margin-top:8px}.scan-back-row a{height:21px!important;padding:0 6px!important;font-size:7px!important}

/* Reference-driven Solscan mobile reproduction ------------------------ */
body[data-standalone-explorer]{--sol-primary:#009978;--sol-primary-900:#008464;--sol-border:#e9ecef;--sol-text:#282828;--sol-copy:#353535;--sol-muted:#8b8b8b;--sol-faint:#c3c3c3;--sol-bg:#f6f6f6;--sol-link:#1890ff;--sol-success-bg:#e5ffe9;--sol-success:#2eb25a;margin:0;background:var(--sol-bg)!important;color:var(--sol-text)!important;font-family:Roboto,system-ui,-apple-system,"Segoe UI","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif!important;font-size:14px;line-height:24px}
body[data-standalone-explorer] .scan-disclaimer,body[data-standalone-explorer] .scan-header,body[data-standalone-explorer] .scan-breadcrumb,body[data-standalone-explorer] .scan-back-row{display:none!important}
body[data-standalone-explorer] .sol-header{display:block!important;position:sticky;top:0;z-index:50;width:100%;height:93.4px;margin:0 0 16px;border-bottom:.8px solid var(--sol-border);background:#fff}
body[data-standalone-explorer] .sol-top-nav{height:56px;padding:0 16px;display:flex;align-items:center;gap:12px;border-bottom:0;background:#fff}
body[data-standalone-explorer] .sol-logo{width:100px;height:24px;object-fit:contain;flex:none}
body[data-standalone-explorer] .sol-top-nav nav{display:flex;align-items:center;gap:8px;margin-left:auto;overflow:hidden;white-space:nowrap}
body[data-standalone-explorer] .sol-top-nav nav a{color:var(--sol-copy);font-size:8px;line-height:16px;text-decoration:none}
body[data-standalone-explorer] .sol-nav-icons{display:flex;align-items:center;gap:2px;margin-left:3px}
body[data-standalone-explorer] .sol-nav-icons button{width:20px;height:24px;padding:0;border:0;background:transparent;color:var(--sol-copy);font-size:14px}
body[data-standalone-explorer] .sol-price-strip{height:36.6px;padding:0 16px;display:flex;align-items:center;gap:7px;border-top:.8px solid var(--sol-border);background:#fff;color:var(--sol-copy);font-size:14px;white-space:nowrap}
body[data-standalone-explorer] .sol-price-strip img{width:19px;height:19px}.sol-price-strip b{color:#39a91d;font-weight:400}.sol-price-strip i{height:22px;width:.8px;margin:0 3px;background:var(--sol-border)}.sol-price-strip a{color:var(--sol-link)}
body[data-standalone-explorer] .sol-main{width:400px;min-height:2217.6px;margin:0;padding:0 16px;box-sizing:border-box;background:transparent}
body[data-standalone-explorer] .sol-search{display:grid;grid-template-columns:minmax(0,1fr) 64px;width:368px;height:54px;margin:0 0 12px;border:.8px solid var(--sol-border);border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 8px 19px rgba(189,197,209,.2)}
body[data-standalone-explorer] .sol-search input{min-width:0;width:100%;height:52px;padding:0 16px;border:0;outline:0;color:var(--sol-text);background:#fff;font:400 14px/24px Roboto,system-ui,sans-serif}.sol-search input::placeholder{color:var(--sol-muted)}
body[data-standalone-explorer] .sol-search button{width:64px;height:52px;border:0;background:#c74ae3;color:#fff;font-size:27px;line-height:1}
body[data-standalone-explorer] .sol-transaction-heading{height:54px;margin:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}
body[data-standalone-explorer] .sol-transaction-heading h1{height:28px;margin:0;color:var(--sol-text);font-size:22px;font-weight:500;line-height:28px;letter-spacing:normal}
body[data-standalone-explorer] .sol-badges{height:26px;display:flex;align-items:center;gap:8px;margin-top:0}
body[data-standalone-explorer] .sol-badge{height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:0;border-radius:12px;background:#fff;box-shadow:0 1px 3px rgba(189,197,209,.35);color:var(--sol-text);font-size:14px;line-height:20px}
body[data-standalone-explorer] .sol-badge img{width:14px;height:14px;object-fit:cover;border-radius:5px}.sol-badge.transfer{color:var(--sol-link)}
.hero-x-link{display:inline-flex;align-items:center;gap:10px;margin-bottom:10px;color:#fff;font-size:21px;font-weight:800;text-decoration:none}.hero-x-link img{width:25px;height:25px;border-radius:5px;object-fit:cover}.hero-x-link:hover{text-decoration:underline}.hero-copy>.hero-x-link+p{margin-top:0}
body[data-standalone-explorer] .sol-product-buttons{height:48px;margin:4px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
body[data-standalone-explorer] .sol-product-buttons button{height:48px;padding:0;border:.8px solid var(--sol-border);border-radius:12px;background:#fff;color:var(--sol-text);font:500 14px/20px Roboto,system-ui,sans-serif;box-shadow:0 8px 19px rgba(189,197,209,.16)}
body[data-standalone-explorer] .sol-tabs{height:28px;margin:0;display:flex;align-items:stretch;gap:8px;position:relative}
body[data-standalone-explorer] .sol-tabs>button,body[data-standalone-explorer] .sol-tabs>a,body[data-standalone-explorer] .sol-tabs summary{height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:0;border-radius:8px;background:#eaeaea;color:var(--sol-copy);font:500 12px/16px Roboto,system-ui,sans-serif;text-decoration:none;white-space:nowrap;list-style:none}
body[data-standalone-explorer] .sol-tabs>button.active{background:var(--sol-primary);color:#fff;font-weight:700}.sol-tabs>a{margin-left:auto;background:#fff!important;border:.8px solid var(--sol-border)!important;color:var(--sol-copy)!important}.sol-tabs details{position:relative}.sol-tabs details summary{width:48px;padding:0;background:#fff!important;border:.8px solid var(--sol-border)!important;font-size:18px}.sol-tabs details>div{display:none;position:absolute;right:0;top:32px;z-index:4;width:150px;padding:8px;background:#fff;border:.8px solid var(--sol-border);border-radius:8px;box-shadow:0 8px 19px rgba(208,200,190,.2)}.sol-tabs details[open]>div{display:block}.sol-tabs details a{display:block;color:var(--sol-link);font-size:12px;text-decoration:none}
body[data-standalone-explorer] .sol-view{display:block!important;width:368px;margin:0}.sol-view[hidden]{display:none!important}
body[data-standalone-explorer] .sol-card{width:368px;box-sizing:border-box;border:.8px solid var(--sol-border)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 19px rgba(189,197,209,.2)!important;color:var(--sol-text)!important;overflow:visible}
body[data-standalone-explorer] .sol-summary-card{height:119.8px;margin-top:12px;padding:16px}
body[data-standalone-explorer] .sol-summary-line{height:86px;display:flex;align-items:flex-start;gap:8px}.sol-summary-icon{display:grid;place-items:center;width:32px;height:32px;flex:none;border-radius:50%;background:var(--sol-primary-50,#f2fefb);color:var(--sol-primary);font-size:22px}.sol-summary-line>div{min-width:0;flex:1}.sol-section-label{display:block;height:16px;color:var(--sol-muted);font-size:12px;line-height:16px}.sol-summary-line strong{display:block;color:var(--sol-copy);font-size:14px;line-height:24px;font-weight:400}.sol-ai{height:28px;flex:none;padding:0 10px;border:0;border-radius:8px;background:var(--sol-primary);color:#fff;font:700 12px/16px Roboto,system-ui,sans-serif}
body[data-standalone-explorer] .sol-transaction-card{height:994.2px;margin-top:16px;padding:16px}
body[data-standalone-explorer] .sol-fields{display:flex;flex-direction:column;gap:0}.sol-field{min-height:40px;display:grid;grid-template-columns:115px minmax(0,1fr);align-items:start;border-bottom:0 solid var(--sol-border)}.sol-field h2{margin:0;color:var(--sol-text);font:500 14px/24px Roboto,system-ui,sans-serif}.sol-field>div{min-width:0;color:var(--sol-copy);font:400 14px/24px Roboto,system-ui,sans-serif}.sol-field a,.sol-field code{color:var(--sol-link);font:400 12px/24px Roboto,system-ui,sans-serif;text-decoration:none;overflow-wrap:anywhere}.sol-icon-button{width:24px;height:24px;padding:0;border:0;background:transparent;color:#c0b9af;font-size:18px;vertical-align:middle}.sol-inspect{height:28px;margin-left:8px;padding:0 12px;border:0;border-radius:8px;background:var(--sol-primary);color:#fff;font:700 12px/16px Roboto,system-ui,sans-serif}.sol-success{display:inline-flex;align-items:center;height:28px;padding:0 10px;border:1px solid var(--sol-success);border-radius:8px;background:var(--sol-success-bg);color:#106532;font-size:14px;font-weight:500}.sol-success i{margin-right:5px;font-style:normal;color:var(--sol-success)}.sol-chevron,.sol-pencil{float:right;color:var(--sol-muted);font-size:20px}.sol-actions-field{display:block;min-height:187px;margin-top:0}.sol-actions-field>h2{height:40px;display:flex;align-items:center;gap:8px}.sol-count{padding:2px 8px;border-radius:8px;background:#eaeaea;font-size:12px}.sol-txmaps{height:28px;margin-left:auto;padding:0 10px;border:0;border-radius:8px;background:var(--sol-primary);color:#fff;font:700 12px/16px Roboto,system-ui,sans-serif}.sol-actions-box{width:334.4px;height:187px;box-sizing:border-box;overflow:hidden;border:.8px solid var(--sol-border);border-radius:8px;background:#fff}.sol-action-tabs{height:48px;display:flex;align-items:center;border-bottom:.8px solid var(--sol-border);padding:0 8px;gap:5px}.sol-action-tabs>button{height:48px;padding:0 0;border:0;border-bottom:1.6px solid transparent;background:transparent;color:var(--sol-faint);font:400 14px/20px Roboto,sans-serif}.sol-action-tabs>button.active{border-bottom-color:var(--sol-primary);color:var(--sol-text);font-weight:500}.sol-action-tabs>span{flex:1}.sol-action-tabs label{display:flex;align-items:center;gap:4px;color:var(--sol-copy);font-size:10px;white-space:nowrap}.sol-switch{width:30px;height:18px;padding:2px;border:0;border-radius:10px;background:#eaeaea}.sol-switch i{display:block;width:14px;height:14px;border-radius:50%;background:#fff}.sol-switch.on{background:var(--sol-primary)}.sol-switch.on i{margin-left:12px}.sol-action-summary{height:54px;padding:8px 10px;color:var(--sol-copy);font-size:12px;line-height:24px;white-space:nowrap}.sol-action-summary b{font-weight:700}.sol-action-summary em{padding:2px 5px;border-radius:5px;background:#eaeaea;font-style:normal}.sol-action-summary strong,.sol-action-summary a{color:var(--sol-link);font-weight:400}.sol-legacy-render{display:none}
body[data-standalone-explorer] .sol-sponsored{height:160px;margin-top:0;border-top:1px solid var(--sol-border);padding-top:0}.sol-sponsored h2{padding-top:0}.sol-sponsored>div{color:var(--sol-muted)}
body[data-standalone-explorer] .sol-instruction-card{height:710px;margin-top:16px;padding:16px;overflow:hidden}.sol-card-title{height:56px;display:flex;align-items:flex-start;justify-content:space-between}.sol-card-title h2{margin:0;font:500 14px/24px Roboto,sans-serif}.sol-view-toggle{display:flex;gap:4px;margin-top:25px;margin-left:-115px}.sol-view-toggle button,.sol-card-title>div:last-child button{height:28px;padding:0 10px;border:0;border-radius:8px;background:#f6f6f6;color:var(--sol-muted);font:400 12px/16px Roboto,sans-serif}.sol-view-toggle button.active,.sol-card-title>div:last-child button.active{background:var(--sol-primary);color:#fff}.sol-compute{height:180px;margin-top:0;padding:16px;border:.8px solid var(--sol-border);border-radius:16px;color:var(--sol-muted);font-size:12px;box-sizing:border-box}.sol-compute>div:first-child{display:flex;justify-content:space-between}.sol-compute>div:first-child b{font-weight:400}.sol-compute>div:first-child strong{color:var(--sol-text)}.sol-compute-bar{height:14px;display:flex;margin:16px 0;background:#eaeaea;border-radius:4px;overflow:hidden}.sol-compute-bar i{height:100%;display:block}.sol-compute-bar i:nth-child(1){width:2%;background:#edcd69}.sol-compute-bar i:nth-child(2){width:2%;background:#70d594}.sol-compute-bar i:nth-child(3){width:11%;background:#ffdf75}.sol-compute-bar i:nth-child(4){width:2%;background:#f8d25c}.sol-compute-bar i:nth-child(5){width:2%;background:#d49ced}.sol-compute-bar i:nth-child(6){width:15%;background:#e9bc4e}.sol-compute-bar i:nth-child(7){width:64%;background:#ffb9a5}.sol-compute-bar i:nth-child(8){width:2%;background:#ff8e99}.sol-legend{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 8px;color:var(--sol-muted);font-size:11px}.sol-legend b{color:var(--sol-text);font-weight:500}.sol-instruction-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.sol-instruction-list .tx-instruction-item{height:48px;box-sizing:border-box;border:.8px solid var(--sol-border);border-radius:12px;background:#fff;overflow:hidden}.sol-instruction-list .tx-instruction-header{width:100%;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border:0;background:#fff;color:var(--sol-text);font:500 14px/24px Roboto,sans-serif;text-align:left}.sol-instruction-list .tx-instruction-header>div{min-width:0}.sol-instruction-list .tx-instruction-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sol-instruction-list .tx-instruction-program,.sol-instruction-list .tx-instruction-details{display:none!important}.sol-instruction-list .tx-instruction-number{font:500 14px/24px Roboto,sans-serif}.sol-logs-card{height:53.6px;margin-top:16px;padding:16px;display:flex;align-items:center;justify-content:space-between}.sol-logs-card h2{margin:0;font:500 14px/24px Roboto,sans-serif}.sol-logs-card button{border:0;background:transparent;color:var(--sol-link);font:400 14px/24px Roboto,sans-serif}.sol-logs-card .tx-log-lines{display:none}
body[data-standalone-explorer] .sol-note{height:64px;margin:16px 0 20px;color:var(--sol-muted);font:400 14px/24px Roboto,sans-serif}.sol-note a{color:var(--sol-link)}
body[data-standalone-explorer] .sol-footer{width:400px;height:638.2px;box-sizing:border-box;margin:0;background:#fff;padding:24px 16px;color:var(--sol-copy);font-family:Roboto,system-ui,sans-serif}.sol-footer-top{height:48px;display:flex;justify-content:space-between;align-items:center;border-bottom:.8px solid var(--sol-border)}.sol-footer-top button{width:32px;height:32px;border:0;border-radius:50%;background:#f2eeea;font-size:18px}.sol-footer-top a{color:var(--sol-text);font-size:14px;text-decoration:none}.sol-footer-brand{padding-top:24px}.sol-footer-brand img{width:24px;height:24px;vertical-align:middle}.sol-footer-brand h2{display:inline;margin:0 0 0 8px;font:500 22px/28px Roboto,sans-serif;vertical-align:middle}.sol-footer-brand p{margin:12px 0 24px;color:var(--sol-muted);font:400 14px/24px Roboto,sans-serif}.sol-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.sol-footer-links h3{margin:0 0 12px;font:500 16px/24px Roboto,sans-serif}.sol-footer-links a{display:block;margin:0 0 12px;color:var(--sol-muted);font:400 14px/24px Roboto,sans-serif}.sol-footer-links>div:last-child{grid-column:1/-1}.sol-footer-bottom{display:flex;justify-content:space-between;margin-top:18px;padding-top:16px;border-top:.8px solid var(--sol-border);color:var(--sol-muted);font-size:12px}.sol-footer-bottom a{color:var(--sol-link)}
@media(max-width:399px){body[data-standalone-explorer] .sol-main,body[data-standalone-explorer] .sol-footer{width:100%}body[data-standalone-explorer] .sol-search,body[data-standalone-explorer] .sol-view,body[data-standalone-explorer] .sol-card{max-width:100%}}

@media(max-width:820px){
 body[data-standalone-explorer] .scan-title-row{grid-template-columns:1fr;gap:8px}
 body[data-standalone-explorer] .scan-detail-row{grid-template-columns:150px minmax(0,1fr)}
 body[data-standalone-explorer] .tx-transfer-flow{grid-template-columns:1fr!important}
 body[data-standalone-explorer] .tx-transfer-party.end{justify-content:flex-start!important;text-align:left!important}
 body[data-standalone-explorer] .tx-transfer-flow>.tx-flow-arrow{height:16px;transform:rotate(90deg)}
}
@media(max-width:580px){
 body[data-standalone-explorer] .scan-network-pill,body[data-standalone-explorer] .scan-market-chip,body[data-standalone-explorer] .scan-header-actions>a{display:none}
 body[data-standalone-explorer] .scan-detail-row{grid-template-columns:1fr;gap:3px;padding:5px 7px}
 body[data-standalone-explorer] .scan-detail-row dd{padding-left:15px}
 body[data-standalone-explorer] .scan-actions-row dd{padding-left:0}
 body[data-standalone-explorer] .scan-table{min-width:620px}
}

body[data-standalone-explorer] .sol-main{height:2217.6px;min-height:2217.6px;overflow:hidden}
body[data-standalone-explorer] .sol-fields>.sol-field:first-child{height:70px;min-height:70px;overflow:hidden}
body[data-standalone-explorer] .sol-fields>.sol-field:first-child code{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body[data-standalone-explorer] .sol-actions-field{margin-top:23.75px}
body[data-standalone-explorer] .sol-footer{margin-top:20px}
body[data-standalone-explorer] .sol-footer{margin-top:0}
body[data-standalone-explorer] .sol-footer{margin-top:-4px;overflow:hidden}
html:has(body[data-standalone-explorer]){height:2985.2px;overflow-y:auto}
body[data-standalone-explorer]{height:2985.2px;min-height:2985.2px;overflow:hidden}
body[data-standalone-explorer] .sol-logo,body[data-standalone-explorer] .sol-price-strip>img,body[data-standalone-explorer] .sol-badge img,body[data-standalone-explorer] .sol-footer-brand>img{display:none}
body[data-standalone-explorer] .sol-top-nav:before{content:"";display:block;width:100px;height:24px;flex:none;background:url("solscan-logo.svg") center/100px 24px no-repeat}
body[data-standalone-explorer] .sol-price-strip:before{content:"";display:block;width:19px;height:19px;background:url("solscan-mark.svg") center/19px 19px no-repeat}
body[data-standalone-explorer] .sol-footer-brand:before{content:"";display:inline-block;width:24px;height:24px;vertical-align:middle;background:url("solscan-mark.svg") center/24px 24px no-repeat}
body[data-standalone-explorer] .sol-badge .sol-amm-mark{color:#36aa96;font-size:18px;line-height:14px}.sol-badge .sol-transfer-mark{color:var(--sol-link);font-size:18px;line-height:14px}

@media(min-width:581px){
 body[data-standalone-explorer]{height:auto;min-height:100vh;overflow:auto}
 html:has(body[data-standalone-explorer]){height:auto;overflow:auto}
 body[data-standalone-explorer] .sol-header{display:block!important;position:sticky;width:100%;height:72px;margin:0 0 16px;border-bottom:.8px solid var(--sol-border)}
 body[data-standalone-explorer] .sol-top-nav{height:56px;padding:0 max(24px,calc((100vw - 1500px)/2));gap:22px}
 body[data-standalone-explorer] .sol-top-nav nav{gap:16px}.sol-top-nav nav a{font-size:12px!important}.sol-nav-icons{gap:5px!important}.sol-nav-icons button{width:28px!important;font-size:16px!important}
 body[data-standalone-explorer] .sol-price-strip{display:none}
 body[data-standalone-explorer] .sol-main{display:grid;grid-template-columns:minmax(0,1fr) 458px;grid-template-rows:64px 40px 44px auto;column-gap:28px;width:100%;max-width:1500px;height:auto;min-height:0;margin:0 auto;padding:0 24px;overflow:visible}
 body[data-standalone-explorer] .sol-search{grid-column:2;grid-row:1;width:458px;height:40px;margin:0;align-self:start;border-radius:8px}.sol-search input{height:38px!important;font-size:12px!important}.sol-search button{height:38px!important;width:40px!important;font-size:18px!important}
 body[data-standalone-explorer] .sol-transaction-heading{grid-column:1;grid-row:1 / span 2;height:104px}.sol-transaction-heading h1{font-size:22px!important}.sol-badges{height:32px!important;margin-top:5px!important}.sol-badge{font-size:12px!important;height:24px!important}
 body[data-standalone-explorer] .sol-product-buttons{grid-column:2;grid-row:2;height:32px;margin:0;gap:8px}.sol-product-buttons button{height:32px!important;border-radius:8px!important;font-size:12px!important}
 body[data-standalone-explorer] .sol-tabs{grid-column:1 / -1;grid-row:3;height:44px;gap:8px;align-items:flex-end}.sol-tabs>button,.sol-tabs>a,.sol-tabs summary{height:28px!important;font-size:12px!important}.sol-tabs details summary{width:42px!important}.sol-tabs>a{margin-left:auto}
 body[data-standalone-explorer] .sol-view{grid-column:1 / -1;grid-row:4;width:100%;margin:0}
 body[data-standalone-explorer] .sol-card{width:100%;border-radius:8px!important;box-shadow:0 8px 19px rgba(189,197,209,.2)!important}
 body[data-standalone-explorer] .sol-summary-card{height:auto;min-height:96px;margin-top:12px;padding:16px}.sol-summary-line{height:64px!important;align-items:center!important}.sol-summary-line strong{font-size:14px!important}.sol-ai{font-size:12px!important}
 body[data-standalone-explorer] .sol-transaction-card{height:auto;min-height:0;margin-top:16px;padding:16px}.sol-field{grid-template-columns:205px minmax(0,1fr);min-height:40px}.sol-field h2{font-size:12px!important}.sol-field>div{font-size:12px!important}.sol-field a,.sol-field code{font-size:11px!important}.sol-fields>.sol-field:first-child{height:70px;min-height:70px}.sol-actions-field{display:grid!important;grid-template-columns:205px minmax(0,1fr);min-height:230px!important;margin-top:0!important}.sol-actions-field>h2{height:auto!important}.sol-actions-field>h2 .sol-txmaps{display:none}.sol-actions-field>div{min-width:0}.sol-actions-box{width:100%;height:187px}.sol-action-tabs{height:40px}.sol-action-tabs>button{height:40px;font-size:11px}.sol-action-summary{height:40px;font-size:11px}.sol-sponsored{height:52px!important;margin-top:0!important}.sol-inspect{height:28px!important;font-size:11px!important}
 body[data-standalone-explorer] .sol-instruction-card{height:auto;min-height:480px;margin-top:16px;padding:16px}.sol-card-title{height:42px}.sol-card-title h2{font-size:12px}.sol-view-toggle{margin-top:0;margin-left:0}.sol-compute{height:150px;padding:12px;border-radius:10px}.sol-legend{grid-template-columns:repeat(4,1fr);font-size:10px}.sol-instruction-list{margin-top:12px;gap:6px}.sol-instruction-list .tx-instruction-item{height:42px;border-radius:8px}.sol-instruction-list .tx-instruction-header{height:42px;font-size:11px;padding:0 10px}
 body[data-standalone-explorer] .sol-logs-card{height:54px;margin-top:16px;padding:16px}.sol-logs-card h2,.sol-logs-card button{font-size:12px}
 body[data-standalone-explorer] .sol-note{height:auto;min-height:48px;margin:16px 0 20px;font-size:11px}
 body[data-standalone-explorer] .sol-footer{width:100%;height:auto;min-height:310px;margin:0;padding:28px max(24px,calc((100vw - 1500px)/2));overflow:visible}.sol-footer-top{height:42px}.sol-footer-brand{display:grid;grid-template-columns:24px 1fr;column-gap:8px;padding-top:22px}.sol-footer-brand h2{font-size:18px}.sol-footer-brand p{grid-column:1 / -1;font-size:12px;margin:10px 0 22px}.sol-footer-links{grid-template-columns:repeat(3,1fr);gap:24px}.sol-footer-links>div:last-child{grid-column:auto}.sol-footer-links h3{font-size:13px}.sol-footer-links a{font-size:11px;margin-bottom:8px}.sol-footer-bottom{font-size:11px}
}

body[data-standalone-explorer] .sol-logo,body[data-standalone-explorer] .sol-price-strip>img,body[data-standalone-explorer] .sol-badge img,body[data-standalone-explorer] .sol-footer-brand>img{display:none}
body[data-standalone-explorer] .sol-top-nav:before{content:"";display:block;width:100px;height:24px;flex:none;background:url("solscan-logo.svg") center/100px 24px no-repeat}
body[data-standalone-explorer] .sol-price-strip:before{content:"";display:block;width:19px;height:19px;background:url("solscan-mark.svg") center/19px 19px no-repeat}
body[data-standalone-explorer] .sol-footer-brand:before{content:"";display:inline-block;width:24px;height:24px;vertical-align:middle;background:url("solscan-mark.svg") center/24px 24px no-repeat}
body[data-standalone-explorer] .sol-amm-mark{color:#36aa96;font-size:18px;line-height:14px}.sol-transfer-mark{color:var(--sol-link);font-size:18px;line-height:14px}
body[data-standalone-explorer] .sol-view[hidden]{display:none!important}
body[data-standalone-explorer] .sol-header{width:100vw}

/* Frontend-only social account selection flow */
.auth-dialog.provider-flow{width:min(500px,100%);padding:0;border-radius:20px;overflow:hidden}.auth-dialog.provider-flow>.modal-top{display:none}.provider-screen{min-height:440px;padding:34px 38px;display:flex;flex-direction:column}.provider-screen-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.provider-brand{display:grid;place-items:center;width:40px;height:40px;font-size:29px;font-weight:800}.provider-screen-close{width:36px;height:36px;border:0;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}.provider-screen h2{margin:0;text-align:center;font-size:28px;letter-spacing:-.7px}.provider-subtitle{text-align:center;margin:9px 0 30px}.provider-account-choice,.provider-other-account{width:100%;display:flex;align-items:center;gap:14px;border:0;border-top:1px solid #e0ddda;background:transparent;padding:15px 5px;text-align:left;cursor:pointer}.provider-account-choice{border-bottom:1px solid #e0ddda}.provider-account-choice>span:nth-child(2){display:grid;gap:3px}.provider-account-choice small{color:#5f6368}.provider-account-choice i{margin-left:auto;font-size:22px;font-style:normal;color:#5f6368}.provider-generic-avatar{width:42px;height:42px;display:grid!important;place-items:center;border-radius:50%;background:#eab12d;color:#fff;font-size:18px;font-weight:700}.provider-other-account{font-weight:600}.provider-other-account>span{width:42px;text-align:center;font-size:24px}.provider-policy{margin-top:auto;padding-top:24px;color:#5f6368;font-size:12px;line-height:1.5}.provider-google{background:#fff!important;color:#202124!important;border-color:#e0ddda!important}.provider-google .provider-screen,.provider-google .provider-screen *{font-family:Arial,sans-serif!important}.provider-google .google-brand{background:linear-gradient(135deg,#f4bc3b 15%,#ea4335 40%,#fbbc05 62%,#34a853 82%);background-clip:text;-webkit-background-clip:text;color:transparent}.provider-google .provider-screen-close{background:#f4f3f1;color:#3c4043}.provider-x{background:#000!important;color:#eae9e7!important;border-color:#3c3735!important}.provider-x .provider-screen,.provider-x .provider-screen *{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important}.provider-x .provider-screen{min-height:520px;padding:26px 42px}.provider-x .provider-screen-top{margin-bottom:24px}.provider-x .x-brand{margin:auto;font-size:32px}.provider-x .provider-screen-close{position:absolute;background:transparent;color:#eae9e7}.provider-x .provider-screen h2{text-align:left;font-size:31px;margin-top:12px}.provider-x .provider-subtitle{text-align:left;color:#71767b;margin:12px 0 30px}.x-permissions{display:grid;gap:12px;border:1px solid #3c3735;border-radius:16px;padding:18px;margin-bottom:28px}.x-permissions span{color:#b4b8bc;font-size:14px}.x-permissions span:before{content:"✓";color:#f1b52b;margin-right:9px}.provider-authorize,.provider-cancel{height:48px;border-radius:999px;font-weight:700;font-size:15px;cursor:pointer}.provider-authorize{margin-top:auto;background:#f4f2ef;color:#1c1511;border:0}.provider-cancel{margin-top:12px;background:transparent;color:#f4f2ef;border:1px solid #6f6454}.profile-setup-provider{display:flex;align-items:center;gap:10px;margin:-4px 0 18px;color:var(--soft);font-size:12px}.visual-profile-form{display:grid;gap:4px}.username-input{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;background:#150d09;overflow:hidden}.username-input:focus-within{border-color:var(--mint)}.username-input>span{padding-left:14px;color:var(--muted)}.username-input input{border:0!important;background:transparent!important;padding-left:4px!important}.profile-setup-back{border:0;background:transparent;color:var(--muted);padding:10px;cursor:pointer}.profile-setup-back:hover{color:var(--ink)}
@media(max-width:560px){.provider-screen,.provider-x .provider-screen{padding:24px 22px}.provider-screen{min-height:420px}.provider-x .provider-screen{min-height:480px}.provider-screen h2,.provider-x .provider-screen h2{font-size:25px}}

/* ROLI supplied brand assets */
.brand-image{width:auto;height:44px;flex:none;overflow:hidden}.brand-icon{display:block;width:32px;height:32px;border-radius:8px;object-fit:cover}.footer-brand{display:flex;width:auto;margin-bottom:14px}.footer-brand img{display:block;width:32px;height:32px;border-radius:8px;object-fit:cover}
.image-art.image-missing,.token-header .token-art.image-missing{background-color:var(--c2,#261912);background-image:url("gemhands/roli-coin.png"),radial-gradient(circle at 35% 30%,var(--c1,#ecc559),transparent 52%);background-repeat:no-repeat,no-repeat;background-position:center,center;background-size:74px 74px,100% 100%}.image-avatar.image-missing{background:#261912 url("gemhands/roli-coin.png") center/68% no-repeat}

/* ROLI homepage text palette; semantic profit/loss colors remain unchanged. */
body[data-page="home"] .eyebrow,
body[data-page="home"] .contract-address>span,
body[data-page="home"] .activity p span{color:#fdf3ca}
body[data-page="home"] .rail-head .kicker.up{color:#fef8e0!important}
body[data-page="home"] .hero h1 i{color:#f8ce54}
@media(max-width:760px){.brand-image{width:42px;height:42px}.brand-image>span{display:none}.brand-image .brand-icon{display:block}.footer-brand{width:auto}.footer-brand img{width:32px}}
