:root{--bg:#18191b;--surface:#222325;--surface-2:#2b2c2f;--text:#f4f2ed;--muted:#98999e;--line:#38393c;--accent:#bda7ff;--pill:#f1efe8;--pill-text:#202124;--radius:22px;--max:1280px;color-scheme:dark}
:root[data-theme="light"]{--bg:#f0efea;--surface:#faf9f5;--surface-2:#e7e6e1;--text:#212225;--muted:#69696f;--line:#d9d8d1;--accent:#7652ce;--pill:#242528;--pill-text:#f9f8f3;color-scheme:light}
body.product{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}
.product *{box-sizing:border-box}.product button,.product input,.product select,.product textarea{font:inherit}.product button,.product a{-webkit-tap-highlight-color:transparent}.product button{cursor:pointer}.product button:disabled{cursor:wait;opacity:.5}.product a{color:inherit;text-decoration:none}.product a:focus-visible,.product button:focus-visible,.product input:focus-visible,.product select:focus-visible,.product textarea:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.product button,.product input,.product select,.product textarea{color:var(--text)}.product svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.product [hidden]{display:none!important}.product h1,.product h2,.product h3,.product p{margin-top:0}.product h1{font-size:42px;letter-spacing:-1.8px;font-weight:550;line-height:1.1;margin-bottom:12px}.product h2{font-size:21px;letter-spacing:-.5px;font-weight:550}.product h3{font-weight:550}.product .muted{color:var(--muted)}.product .eyebrow{color:var(--muted);font-size:12px;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:15px}.product .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}.product .skip-link{position:fixed;left:20px;top:-80px;z-index:1000;background:var(--pill);color:var(--pill-text);padding:12px 20px;border-radius:30px}.product .skip-link:focus{top:12px}
.product .shell-header{height:96px;border-bottom:1px solid var(--line)}.product .shell-bar{height:100%;max-width:var(--max);margin:auto;display:flex;align-items:center;gap:68px;padding:0 32px}.product .shell-brand{display:inline-flex;align-items:center;gap:12px;font-size:27px;letter-spacing:-1.3px;font-weight:600;flex-shrink:0}.product .brand-mark{width:26px;height:29px;display:flex;gap:3px;align-items:center;transform:skew(-13deg)}.product .brand-mark i{display:block;width:6px;border-radius:2px;background:var(--text);height:18px}.product .brand-mark i:nth-child(2){height:28px}.product .brand-mark i:nth-child(3){height:22px}.product .shell-nav{display:flex;gap:32px;align-self:stretch;align-items:center}.product .shell-nav a{position:relative;color:var(--muted);font-size:14px;font-weight:500;display:flex;height:100%;align-items:center;white-space:nowrap}.product .shell-nav a:hover,.product .shell-nav a.active{color:var(--text)}.product .shell-nav a.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--text)}.product .shell-actions{display:flex;align-items:center;gap:19px;margin-left:auto}.product .icon-button{background:none;border:0;color:var(--muted);border-radius:50%;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.product .icon-button:hover{background:var(--surface-2);color:var(--text)}.product .pill{border:1px solid transparent;border-radius:99px;background:var(--pill);color:var(--pill-text);padding:13px 23px;display:inline-flex;justify-content:center;align-items:center;gap:24px;font-size:14px;font-weight:550;line-height:1.35;white-space:nowrap;transition:background .18s,transform .18s}.product .pill:hover{transform:translateY(-1px);filter:brightness(.94)}.product .pill.small{font-size:13px;padding:11px 18px;gap:18px}.product .pill.secondary{background:var(--surface-2);color:var(--text);border-color:var(--line)}.product .pill.secondary:hover{background:var(--line)}
.product .shell-menu{position:fixed;top:78px;right:max(30px,calc((100vw - var(--max))/2 + 32px));z-index:100;width:280px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 65px #0005}.product .menu-label{padding:8px 11px;margin-bottom:7px;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--muted)}.product .shell-menu>a,.product .shell-menu>button{display:flex;align-items:center;width:100%;gap:13px;padding:13px 10px;background:none;border:0;border-radius:10px;color:var(--text);font-size:14px;text-align:left}.product .shell-menu>a:hover,.product .shell-menu>button:hover{background:var(--surface-2)}.product .shell-menu>a>span,.product .shell-menu>button>span:first-of-type{flex:1}.product .shell-menu>a>svg:last-child{width:15px;color:var(--muted)}.product .menu-divider{height:1px;background:var(--line);margin:8px}.product .menu-footnote{margin:10px 10px 3px;font-size:10px;color:var(--muted)}.product .theme-switch{height:21px;width:36px;background:var(--line);border-radius:30px;display:block;position:relative}.product .theme-switch:after{content:"";position:absolute;top:3px;left:3px;background:var(--text);height:15px;width:15px;border-radius:50%;transition:left .18s}.product [aria-checked="true"] .theme-switch{background:var(--accent)}.product [aria-checked="true"] .theme-switch:after{left:18px;background:#242226}.product .mobile-nav{display:none}
.product .app-main{max-width:var(--max);margin:auto;padding:44px 32px 52px;min-height:calc(100vh - 201px)}.product .page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px}.product .page-description{color:var(--muted);margin-bottom:0;font-size:15px}.product .market-update{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted);padding-bottom:2px}.product .market-update .icon-button{width:32px;height:32px}.product .market-update svg{width:16px;height:16px}.product .market-search{display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line);border-radius:15px;padding:0 9px 0 20px;height:60px;margin-bottom:22px}.product .market-search>svg{color:var(--muted);flex-shrink:0}.product .market-search input{background:none;border:0;outline:none;min-width:0;width:100%;height:100%;font-size:14px}.product .market-search:focus-within{border-color:var(--accent)}.product .market-search input:focus-visible{outline:none}.product input::placeholder,.product textarea::placeholder{color:var(--muted);opacity:1}.product .search-submit{background:var(--surface-2);border:0;border-radius:10px;padding:10px 14px;font-size:12px;color:var(--text);display:flex;align-items:center;gap:22px}.product .search-submit:hover{background:var(--line)}.product .market-categories{display:flex;gap:9px;overflow:auto;padding:2px 0 12px;scrollbar-width:none}.product .market-categories::-webkit-scrollbar{display:none}.product .category-chip{border:1px solid var(--line);border-radius:99px;background:none;color:var(--muted);padding:9px 18px;white-space:nowrap;font-size:12px}.product .category-chip:hover{background:var(--surface);color:var(--text)}.product .category-chip.active{color:var(--pill-text);background:var(--pill);border-color:var(--pill)}.product .market-section-title{display:flex;justify-content:space-between;align-items:center;margin:27px 0 20px;gap:20px}.product .market-section-title h2{margin:0;overflow-wrap:anywhere}.product .market-section-title>span{font-size:12px;flex-shrink:0}
.product .market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product .market-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:23px 23px 21px;display:flex;flex-direction:column;min-height:324px;transition:border-color .2s,transform .2s}.product .market-card:not(.skeleton-card):hover{border-color:#66646c;transform:translateY(-2px)}.product .market-card-top{display:flex;align-items:center;gap:11px;margin-bottom:20px}.product .market-avatar{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:19px;font-weight:600;flex-shrink:0}.product .tone-0{background:#c1b1e2;color:#322842}.product .tone-1{background:#e4dabb;color:#51472e}.product .tone-2{background:#b7c9c2;color:#2b4940}.product .tone-3{background:#b2c0d6;color:#304159}.product .tone-4{background:#dfbeb6;color:#613e35}.product .tone-5{background:#beb7d5;color:#413959}.product .market-venue{font-size:10px;letter-spacing:1.1px;text-transform:uppercase;color:var(--muted)}.product .market-external{margin-left:auto;color:var(--muted);padding:6px;border-radius:50%;line-height:0}.product .market-external:hover{background:var(--surface-2);color:var(--text)}.product .market-external svg{height:17px;width:17px}.product .market-card h3{font-size:20px;line-height:1.4;letter-spacing:-.55px;margin-bottom:24px;overflow-wrap:anywhere}.product .market-card h3 a:hover{color:var(--accent)}.product .market-outcomes{margin-top:auto;margin-bottom:21px;min-height:68px}.product .outcome-row{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:13px;padding:6px 0;color:var(--muted)}.product .outcome-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product .outcome-row strong{color:var(--text);font-size:22px;font-weight:500;letter-spacing:-.6px;line-height:1.1;font-variant-numeric:tabular-nums}.product .more-outcomes{color:var(--muted);font-size:10px;margin:7px 0 0}.product .market-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:17px}.product .market-card-note{font-size:10px;line-height:1.3;color:var(--muted);max-width:100px}.product .market-card-bottom .pill.small{font-size:11px;padding:9px 12px;gap:12px}.product .market-disclaimer{font-size:11px;line-height:1.7;color:var(--muted);margin:27px 0 0;max-width:730px}.product .loading-message{font-size:12px;color:var(--muted);margin:-4px 0 15px}.product .market-empty{padding:62px 24px 70px;text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.product .empty-symbol{font-size:35px;display:block;color:var(--accent);margin-bottom:15px}.product .market-empty h3{font-size:24px;letter-spacing:-.7px;margin-bottom:10px}.product .market-empty p{color:var(--muted);font-size:14px;margin-bottom:23px}
.product .skeleton{background:var(--surface-2);border-radius:8px;animation:skeleton-pulse 1.5s ease-in-out infinite}.product .skeleton.avatar{width:40px;height:40px;margin-bottom:24px;border-radius:12px}.product .skeleton.title{height:20px;width:92%;margin-bottom:10px}.product .skeleton.short{height:20px;width:62%;margin-bottom:28px}.product .skeleton.row{height:17px;width:100%;margin-bottom:13px}.product .skeleton.action{height:30px;width:44%;margin:15px 0 0 auto;border-radius:30px}@keyframes skeleton-pulse{50%{opacity:.45}}
.product .panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.product .field{display:grid;gap:9px;margin-bottom:20px}.product .field>label,.product label.field{font-size:13px;font-weight:500}.product .input{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:13px 15px;width:100%;color:var(--text);min-width:0}.product textarea.input{resize:vertical;min-height:120px}.product .notice{padding:16px 18px;border:1px solid var(--line);border-radius:13px;color:var(--muted);font-size:13px}.product .notice a{text-decoration:underline}.product .shell-footer{border-top:1px solid var(--line);max-width:calc(var(--max) - 64px);margin:0 auto;padding:26px 0 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}.product .shell-footer a:hover{color:var(--text)}.product .footer-builder{display:flex;align-items:center;gap:6px}.product .verified-glyph{width:13px;height:13px;display:flex;align-items:center;justify-content:center;background:var(--muted);color:var(--bg);border-radius:50%;font-size:8px;font-weight:700}
@media(min-width:1500px){.product .app-main{padding-top:52px}.product .market-card{min-height:346px}.product .market-grid{gap:21px}}
@media(max-width:1060px){.product .shell-bar{gap:34px}.product .shell-nav{gap:24px}.product .market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product .market-card{min-height:325px}}
@media(max-width:760px){.product .shell-header{height:78px}.product .shell-bar{padding:0 22px}.product .shell-brand{font-size:24px;gap:10px}.product .brand-mark{transform:scale(.87) skew(-13deg);transform-origin:left center;width:23px}.product .shell-nav,.product .desktop-more{display:none}.product .shell-actions{gap:0}.product .create-agent.pill.small{padding:10px 14px;font-size:11px;gap:15px}.product .app-main{padding:31px 22px 38px;min-height:calc(100vh - 240px)}.product h1{font-size:36px;letter-spacing:-1.4px}.product .eyebrow{font-size:10px;margin-bottom:12px}.product .page-heading{margin-bottom:27px;gap:10px}.product .page-description{font-size:13px}.product .market-update{font-size:10px;max-width:125px;text-align:right;gap:4px}.product .market-search{height:54px;border-radius:13px;padding-left:16px;gap:10px;margin-bottom:18px}.product .market-search input{font-size:12px}.product .search-submit{font-size:11px;padding:9px 11px;gap:8px}.product .search-submit span{display:none}.product .category-chip{padding:8px 16px;font-size:11px}.product .market-categories{margin-right:-22px;padding-right:22px;gap:7px}.product .market-section-title{margin-top:21px}.product .market-section-title h2{font-size:18px}.product .market-section-title>span{font-size:11px}.product .market-grid{gap:14px}.product .market-card{padding:19px 17px;min-height:320px;border-radius:18px}.product .market-card h3{font-size:18px;margin-bottom:20px}.product .market-card-note{display:none}.product .market-card-bottom{justify-content:flex-end}.product .market-card-bottom .pill.small{width:100%;justify-content:space-between}.product .market-avatar{width:35px;height:35px;border-radius:10px;font-size:17px}.product .market-venue{font-size:9px;letter-spacing:.7px}.product .market-card-top{gap:8px;margin-bottom:17px}.product .market-external{padding:2px}.product .outcome-row{font-size:12px}.product .outcome-row strong{font-size:21px}.product .shell-footer{margin:0 22px;padding:22px 0 calc(100px + env(safe-area-inset-bottom));flex-wrap:wrap;gap:13px;font-size:9px}.product .shell-footer>span:first-child{margin-right:auto}.product .shell-footer>a{width:100%}.product .mobile-nav{position:fixed;bottom:0;left:0;right:0;height:calc(74px + env(safe-area-inset-bottom));padding:8px 13px calc(8px + env(safe-area-inset-bottom));display:flex;background:var(--bg);border-top:1px solid var(--line);z-index:110;justify-content:space-around;box-shadow:0 -8px 25px #0001}.product .mobile-nav>a,.product .mobile-nav>button{flex:1;background:none;border:0;color:var(--muted);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;font-size:9px;border-radius:12px}.product .mobile-nav>a.active,.product .mobile-nav>button[aria-expanded="true"]{color:var(--text);background:var(--surface)}.product .mobile-nav svg{width:20px;height:20px}.product .shell-menu{top:auto;right:14px;left:14px;bottom:calc(85px + env(safe-area-inset-bottom));width:auto;max-height:calc(100dvh - 190px);overflow:auto;border-radius:20px}.product .shell-menu>a,.product .shell-menu>button{padding:14px 12px}.product .panel{padding:20px}.product .market-empty{padding:44px 20px 49px}}
@media(max-width:480px){.product .market-grid{grid-template-columns:1fr}.product .market-card{min-height:304px;padding:23px}.product .market-card h3{font-size:21px;line-height:1.35}.product .market-avatar{width:40px;height:40px;font-size:19px}.product .market-venue{font-size:10px}.product .market-card-top{gap:12px}.product .market-card-note{display:block;font-size:11px;max-width:110px}.product .market-card-bottom{justify-content:space-between}.product .market-card-bottom .pill.small{width:auto;padding:10px 15px;gap:20px}.product .outcome-row{font-size:13px}.product .outcome-row strong{font-size:24px}.product .market-update>span{display:none}.product .market-empty h3{font-size:22px}.product .market-search input{font-size:12px}.product .skeleton-card{min-height:300px}}
@media(prefers-reduced-motion:reduce){.product *{scroll-behavior:auto!important;animation:none!important;transition:none!important}.product .market-card:hover,.product .pill:hover{transform:none}}

/* Shared wallet navigation and account balances. */
.product .shell-bar{gap:38px}.product .shell-actions{gap:14px}.product .shell-account-summary{display:flex;align-items:center;gap:20px}.product .shell-balance{display:grid;gap:2px;text-align:right;min-width:60px}.product .shell-balance>span{font-size:11px;color:var(--muted)}.product .shell-balance>strong{font-size:15px;font-weight:550;font-variant-numeric:tabular-nums;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product .shell-balance:hover strong{color:var(--accent)}.product .wallet-avatar{width:42px;height:42px;flex-shrink:0;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 70% 20%,color-mix(in srgb,var(--accent) 45%,var(--surface)),var(--surface-2));color:var(--text)}.product .wallet-avatar:hover{border-color:var(--accent)}.product .wallet-avatar svg{width:19px;height:19px}.product .shell-wallet-status{max-width:var(--max);margin:0 auto;padding:14px 32px 0;font-size:13px;color:var(--muted);overflow-wrap:anywhere}.product .shell-wallet-menu{position:fixed;right:max(24px,calc((100vw - var(--max))/2 + 32px));top:80px;z-index:120;width:308px;max-height:calc(100dvh - 120px);overflow:auto;padding:13px;background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 20px 65px #0005}.product .wallet-address{font-family:ui-monospace,monospace;font-size:12px;overflow-wrap:anywhere;padding:0 11px;margin:0 0 9px}.product .wallet-caption{font-size:11px;color:var(--muted);padding:0 11px;margin-bottom:16px}.product .shell-wallet-menu>a,.product .shell-wallet-menu>button{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:0;color:var(--text);padding:13px 11px;border-radius:10px;font-size:14px;text-align:left}.product .shell-wallet-menu>a:hover,.product .shell-wallet-menu>button:hover{background:var(--surface-2)}.product .shell-wallet-menu>a span{color:var(--muted)}
@media(max-width:1180px){.product .shell-actions .create-agent{display:none}.product .shell-bar{gap:30px}.product .shell-nav{gap:24px}}
@media(max-width:900px){.product .shell-bar{gap:20px;padding:0 24px}.product .shell-nav{gap:20px}.product .shell-nav a{font-size:13px}.product .shell-actions{gap:12px}.product .shell-account-summary{gap:14px}}
@media(max-width:760px){.product .shell-bar{gap:14px;padding:0 20px}.product .shell-actions{gap:12px}.product .shell-connect.pill.small{font-size:12px;padding:11px 15px}.product .shell-account-summary{gap:13px}.product .shell-balance{min-width:45px}.product .shell-balance>strong{font-size:13px;max-width:82px}.product .shell-balance>span{font-size:10px}.product .wallet-avatar{width:36px;height:36px}.product .shell-wallet-menu{top:68px;right:14px;left:auto;width:min(308px,calc(100vw - 28px));max-height:calc(100dvh - 160px)}.product .shell-wallet-status{padding:12px 20px 0;font-size:12px}}
@media(max-width:400px){.product .shell-bar{padding:0 16px;gap:10px}.product[data-wallet-connected="true"] .shell-brand{font-size:20px;gap:6px}.product[data-wallet-connected="true"] .brand-mark{width:20px;transform:scale(.76) skew(-13deg)}.product .shell-account-summary{gap:10px}.product .shell-actions{gap:9px}.product .shell-balance>strong{max-width:67px}.product .wallet-avatar{width:33px;height:33px}}
