:root{--bg: #fff;--bg-surface: #fbfbfb;--bg-hover: #f0f0f0;--bg-hint: #f5f5f5;--border: #cfcfcf;--border-light: #e0e0e0;--text: #525252;--text-muted: #999;--text-strong: #333;--green: #01a204;--green-hover: rgb(5, 217, 3);--red: #d94848;--blue: #1774ff;--orange: #e88d00;--success: #0b8a00;--error: #aa1f1f;--error-soft: #b94a4a;--error-bg: #ffeeee;--error-border: #f4caca;--danger-hover: #ffecec;--link-alt: #1a73e8}[data-theme=dark]{--bg: #000000;--bg-surface: #0f0f0f;--bg-hover: #3a3a3c;--bg-hint: #2c2c2e;--border: #38383a;--border-light: #38383a;--text: #e5e5e7;--text-muted: #8e8e93;--text-strong: #f5f5f7;--green: #00e600;--green-hover: #33ff33;--red: #ff5252;--blue: #4d94ff;--orange: #ffaa00;--success: #00e600;--error: #ff5555;--error-soft: #ff7070;--error-bg: rgba(255, 60, 60, .12);--error-border: rgba(255, 80, 80, .25);--danger-hover: rgba(255, 60, 60, .15);--link-alt: #6aabff}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.site-shell{min-height:100vh;padding:2rem;display:flex;flex-direction:column}.site-column{max-width:640px;width:100%;margin:0 auto;display:flex;flex-direction:column;flex:1}.site-header{margin-bottom:1.5rem}.site-title{display:inline-flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none}.site-title:hover,.site-title:focus{text-decoration:underline}.site-logo{width:3em;height:3em;display:block;border-radius:12px;flex-shrink:0}.site-name{margin:0 0 .5rem;font-size:2rem;font-weight:600;line-height:1}.site-main{flex:1}.home-controls{margin-bottom:0}.home-layout{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:1rem}button{padding:.6rem 1rem;font-size:1rem;cursor:pointer;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-weight:600}button:hover:not(:disabled){background:var(--bg-hover)}input,textarea,select{font-family:inherit;color:var(--text);border:1px solid var(--border);border-radius:8px;background:var(--bg)}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,textarea:focus,select:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 2px #01a20433}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--green);outline-offset:2px}#disconnect-btn .wallet-account{font-size:.7rem;margin-left:.35rem;color:inherit}#connect-btn,#enter-btn,.btn-primary{background:#01a204;border:1px solid #01a204;color:#fff;font-weight:700}#connect-btn:hover:not(:disabled),#enter-btn:hover:not(:disabled),.btn-primary:hover:not(:disabled){background:#05d903;border-color:#01a204}code{padding:.15rem .3rem;border-radius:4px}.switchers{margin-top:1rem;display:flex;gap:.5rem}.switch-btn{font-size:.75rem!important;padding:.3rem .5rem!important;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease}.switch-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--border)}.switch-btn.active{background:var(--border);border-color:var(--border);color:var(--text-strong);font-weight:700}.switch-btn:disabled{opacity:.55;cursor:not-allowed}.quote-widget{margin-top:2rem;max-width:640px;padding:1.5rem;border:1px solid var(--border);border-radius:12px;background:var(--bg-surface)}.swap-status{margin-top:.75rem;font-size:.9rem;color:var(--text)}.swap-status--pending{color:var(--blue)}.swap-status--success{color:var(--success)}.swap-status--error{color:var(--error)}.swap-status__link{margin-left:.5rem;color:var(--blue);text-decoration:none}.swap-status__link:hover{text-decoration:underline}.position-manager{margin-top:1.5rem;padding:1.5rem;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.position-manager__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.position-manager__refresh-btn{padding:.4rem .9rem;font-size:.85rem;border-radius:999px;border:1px solid var(--border);background:var(--bg-hint)}.position-manager__refresh-btn:disabled{opacity:.6;cursor:not-allowed}.position-manager__description{margin:0 0 .75rem;font-size:.95rem;line-height:1.45}.position-manager__address{font-family:SFMono-Regular,ui-monospace,Roboto Mono,monospace;font-size:.9rem;color:var(--blue)}.position-manager__message{margin:0;font-size:.95rem;color:var(--text-muted)}.position-manager__error{display:flex;flex-direction:column;gap:.75rem;font-size:.95rem;color:var(--error)}.position-manager__footnote{margin-top:.75rem;font-size:.75rem;color:var(--text-muted)}.position-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.position-list__item{border:1px solid var(--border-light);border-radius:10px;padding:.9rem;background:var(--bg-surface)}.position-list__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.position-list__label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.position-list__value{display:block;font-size:.95rem;font-weight:600;color:var(--text-strong)}.position-list__row{display:grid;grid-template-columns:140px 1fr;gap:.5rem;align-items:baseline;margin-bottom:.35rem}.position-list__link{font-size:.75rem;color:var(--blue);text-decoration:none}.position-list__link:hover{text-decoration:underline}.position-list__actions{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.position-list__action-btn{font-size:.85rem;padding:.45rem .9rem}.position-list__action-btn--danger{border-color:var(--red);color:var(--red)}.position-list__action-btn--danger:hover:not(:disabled){background:var(--danger-hover)}.position-list__status{margin-top:.4rem;font-size:.75rem;color:var(--text)}.position-list__status--error{color:var(--error)}.position-list__status-link{font-size:.75rem;color:var(--blue);text-decoration:none}.position-list__status-link:hover{text-decoration:underline}@media (max-width: 480px){.position-list__row{grid-template-columns:1fr}.position-list__value{margin-top:.1rem}}.quote-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.quote-input-row{display:flex;flex-wrap:wrap;gap:.75rem}.quote-input-row--affixed{position:relative;display:flex}.quote-input-row--split{display:flex;flex-wrap:nowrap}.quote-input{flex:1 1 320px;padding:.6rem .75rem;height:4rem;font-size:1.25rem;border:1px solid var(--border);border-radius:8px;color:var(--text);background:var(--bg)}.quote-input--with-suffix{padding-right:3rem}.quote-input--split{flex:1 1 0}.quote-input--split[readonly]{background:var(--bg-hint);color:var(--text-muted);cursor:default;height:auto;font-size:1rem;padding:.6rem .75rem}.quote-input-suffix{position:absolute;top:0;left:0;bottom:0;display:flex;align-items:center;color:var(--text-muted);font-size:1.25rem;font-weight:500;pointer-events:none}.quote-input-measure{position:absolute;visibility:hidden;white-space:pre;font-size:1.25rem;font-weight:400;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quote-input::placeholder{color:var(--text-muted)}.quote-label-inline{font-size:.95rem;font-weight:600}.quote-label-inline span:not(.token-name-indicator){color:var(--text)}.token-name-indicator{margin-left:.5rem;font-weight:500;font-size:.85rem;color:var(--text-muted)}.token-name-indicator--loading{color:var(--text-muted);font-style:italic}.token-name-indicator--error{color:var(--error-soft);font-weight:600}.quote-description{margin-bottom:.75rem;color:var(--text-muted);font-size:1rem;line-height:1.5}.quote-validation{margin-top:.35rem;font-size:.85rem;color:var(--error-soft)}.quote-results{display:flex;flex-direction:column;gap:.75rem}.quote-group{display:flex;flex-direction:column;gap:.5rem}.quote-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.quote-label{font-size:.95rem;font-weight:600;color:var(--text)}.quote-value{color:var(--text-muted);text-align:right;word-break:break-word}.quote-value--copyable{position:relative;background:none;border:none;color:var(--link-alt);font:inherit;padding:0;cursor:pointer;text-decoration:underline;text-align:right}.quote-value--copyable:hover,.quote-value--copyable:focus{text-decoration:underline}.quote-copy-tooltip{position:absolute;top:-1.75rem;right:0;padding:.2rem .45rem;border-radius:4px;background:#171f2ceb;color:#fff;font-size:.75rem;font-weight:600;opacity:0;transform:translateY(.4rem);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.quote-copy-tooltip--visible{opacity:1;transform:translateY(0)}.quote-status{font-size:.9rem;color:var(--text)}.quote-error{padding:.75rem 1rem;border-radius:10px;background:var(--error-bg);border:1px solid var(--error-border);color:var(--error)}#content.blurred{filter:blur(6px);transition:filter .2s ease;pointer-events:none;-webkit-user-select:none;user-select:none}#gate-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#00000073;color:var(--text);backdrop-filter:blur(2px) saturate(120%);-webkit-backdrop-filter:blur(2px) saturate(120%);z-index:9999}#gate-card{background:var(--bg);color:inherit;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 10px 30px #00000040;max-width:560px;width:60%;text-align:center}.gate-logo{width:3em;height:3em;display:block;border-radius:12px}.gate-heading{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.gate-title{margin:0 0 .5rem;font-size:2rem;font-weight:600;line-height:1}#gate-card p{margin:1rem 5rem;font-size:.95rem;color:var(--text)}#enter-btn{padding:.6rem 1.1rem;font-size:1.25rem;border-radius:8px}.legal-links a{color:inherit;text-decoration:underline}.site-footer{margin-top:2rem;font-size:.85rem;color:var(--text);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.site-footer .construction-section,.site-footer .dragonball-strip,.site-footer .dragonball-video,.site-footer .terminal-stack{margin-left:auto;margin-right:auto}.footer-links{display:flex;justify-content:center;align-items:center;gap:.75rem}.site-footer a{color:inherit;text-decoration:underline}.footer-links .divider{color:inherit}.construction-section{margin:2.5rem auto 1.5rem;width:25vw}.construction-strip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.dragonball-strip{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;flex-wrap:nowrap;padding-bottom:.5rem}.dragonball-video{display:flex;justify-content:center;margin-top:1.5rem;margin-left:-12.5vw!important;width:50vw}.dragonball-video iframe{width:100%;max-width:560px;height:auto;border:0;aspect-ratio:560 / 315}.terminal-stack{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}.terminal-stack img{width:90vw;max-width:90vw;height:auto;border:0}.construction-strip img,.dragonball-strip img{max-height:90px;height:auto;width:auto;image-rendering:pixelated;image-rendering:crisp-edges}.site-main.legal-page{max-width:880px}.legal-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.legal-topline h1{margin:0;font-size:1.8rem}.legal-meta{color:var(--text);font-size:.95rem}.legal-html p,.legal-html li{font-size:1rem;line-height:1.6}.legal-html ol,.legal-html ul{padding-left:1.25rem}.legal-html .section{margin:1.25rem 0 1.5rem}.legal-html h2{font-size:1.25rem;margin:1.2em 0 .6em}.legal-html h3{font-size:1.05rem;margin:1em 0 .5em}.legal-html .disclosure{border:1px solid var(--border);background:var(--bg-surface);color:var(--text);padding:16px;margin:2rem 0}@media (max-width: 600px){.site-shell{padding:1.5rem}.construction-strip img,.dragonball-strip img{max-height:72px}}.quote-submit{width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:8px;text-transform:uppercase;margin-top:1rem}.quote-submit:disabled{opacity:.6;cursor:not-allowed}.tab-divider{border:none;border-top:1px solid var(--border);margin:1rem 0 .5rem}.tab-bar{display:flex;gap:.5rem;margin-bottom:1rem}.tab-btn{padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;border:1px solid var(--border);border-radius:0 0 8px 8px;border-top:none;background:var(--bg);color:var(--text);cursor:pointer}.tab-btn:hover:not(.tab-btn--active){background:var(--bg-hover)}.tab-btn--active{background:#01a204;border-color:#01a204;color:#fff}.pm-toolbar{display:flex;gap:.5rem;align-self:flex-start;margin-bottom:.25rem}.pm-toolbar-btn{padding:.35rem .9rem;font-size:.85rem;font-weight:600;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text-muted);cursor:pointer}.pm-toolbar-btn:hover{background:var(--bg-hover)}.pm-toolbar-btn--active{background:var(--bg-hover);color:var(--text-strong);border-color:var(--text-muted)}.pm-hint-bar{font-size:.82rem;line-height:1.4;color:var(--text);background:var(--bg-hint);border:1px solid var(--border-light);border-radius:6px;padding:.4rem .75rem;height:3.6rem;overflow:hidden}.pm-dashboard{display:flex;flex-direction:column;gap:1rem;max-width:95vw;width:95vw;margin-left:calc(50% - 47.5vw)}.pm-charts-wrap{position:relative;display:flex;flex-direction:column;gap:.5rem}.pm-countdown-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.pm-countdown-text{font-size:8rem;font-weight:700;font-variant-numeric:tabular-nums;color:#8080801a;line-height:1;-webkit-user-select:none;user-select:none}.pm-countdown-text--urgent{color:#d948481f}.pm-chart-container{border:1px solid var(--border);border-radius:12px;padding:1rem 1rem .25rem;background:var(--bg-surface);overflow:hidden}.pm-chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pm-chart-title{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.pm-legend{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.pm-legend-item{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text)}.pm-legend-swatch{display:inline-block;width:12px;height:3px;border-radius:1px}.pm-legend-line{display:inline-block;width:12px;height:2px;border-radius:1px}.pm-legend-line--dashed{background:none!important;border-top:2px dashed;border-color:inherit;height:0}.pm-legend-dot{display:inline-block;width:6px;height:6px;border-radius:50%}.pm-legend-bar{display:inline-block;width:12px;height:6px;border-radius:1px}.pm-status-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 1rem;border:1px solid var(--border);border-radius:12px;background:var(--bg-surface);font-size:.85rem;color:var(--text)}.pm-status-label{font-weight:600;margin-right:.25rem}.pm-status-value{font-family:SFMono-Regular,ui-monospace,Roboto Mono,monospace;font-size:.8rem}.pm-status-link{color:inherit;text-decoration:underline;text-decoration-color:var(--border)}.pm-status-link:hover{text-decoration-color:var(--text)}.pm-status-feeds{display:flex;gap:1rem;align-items:center}.pm-status-feeds--row{width:100%}.pm-feed-item{display:inline-flex;align-items:center;gap:.2rem;font-size:.75rem;color:var(--text-muted)}.pm-feed-label{font-family:SFMono-Regular,ui-monospace,Roboto Mono,monospace;font-size:.7rem}.pm-feed-label--off{color:var(--red)}.pm-feed-latency{color:var(--text-muted);font-variant-numeric:tabular-nums}.pm-feed-latency--blink{animation:feed-blink 1s ease-in-out infinite}@keyframes feed-blink{0%,to{opacity:1}50%{opacity:.2}}.pm-status-params{font-family:SFMono-Regular,ui-monospace,Roboto Mono,monospace;font-size:.75rem;color:var(--text-muted)}.pm-status-params--warming{color:var(--orange);font-style:italic}.pm-notes{margin:0;padding:0 0 0 1.25rem;font-size:.8rem;color:var(--text-muted);line-height:1.5;display:flex;flex-direction:column;gap:.25rem}.pm-warmup-wrap{display:flex;align-items:center;gap:6px;width:100%}.pm-warmup-label{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.pm-warmup-bar-wrap{width:80px;height:8px;background:var(--border-light);border-radius:4px;overflow:hidden}.pm-warmup-bar{height:100%;background:var(--green);border-radius:4px;transition:width 1s linear}.pm-legend-warmup{color:var(--text-muted);font-size:.7rem}.theme-toggle{background:none;border:none;padding:0;cursor:pointer;outline:none;flex-shrink:0}.theme-toggle:focus-visible{outline:2px solid #01a204;outline-offset:2px;border-radius:999px}.theme-toggle__track{position:relative;display:flex;align-items:center;width:52px;height:28px;border-radius:999px;background:var(--border);transition:background .2s ease}.theme-toggle__thumb{position:absolute;left:2px;width:24px;height:24px;border-radius:50%;background:var(--bg);box-shadow:0 1px 3px #0000004d;transition:left .2s ease}[data-theme=dark] .theme-toggle__thumb{left:26px}.theme-toggle__icon{position:absolute;font-size:14px;line-height:1;-webkit-user-select:none;user-select:none}.theme-toggle__icon--sun{left:6px;opacity:0;transition:opacity .2s ease}.theme-toggle__icon--moon{right:6px;opacity:1;transition:opacity .2s ease}[data-theme=dark] .theme-toggle__icon--sun{opacity:1}[data-theme=dark] .theme-toggle__icon--moon{opacity:0}
