:root{--bg:#f6f8fc;--surface:#fff;--ink:#14213d;--muted:#69768d;--line:#e4e9f2;--blue:#3559e6;--blue-hover:#2648cf;--blue-pale:#edf2ff;--green:#087d68;--green-pale:#e7f5f0;--red:#c04a50;--amber:#94641f;--radius:18px;--shadow:0 6px 24px #13234205;--font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.55 var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:650;line-height:1.18;letter-spacing:-.035em}h1{font-size:44px}h2{font-size:26px}h3{font-size:18px}p{color:var(--muted)}small{font-size:12px}strong{font-weight:650}input,select,textarea{outline:none;color:var(--ink);background:#fff;border:1px solid #dbe2ed;border-radius:10px;min-height:46px;padding:11px 13px;max-width:100%}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3559e612}input:disabled{background:#f3f5fa;color:var(--muted)}select{padding-right:28px}input[type=number]{min-width:0}textarea{resize:vertical}input[type=range]{accent-color:var(--blue);border:0;box-shadow:none;padding:0;min-height:26px;cursor:pointer;width:100%}input[type=checkbox]{accent-color:var(--blue);width:20px;height:20px;min-height:20px}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #6385ff;outline-offset:4px}main#main{outline:0}::selection{background:#d5dfff}hr{border:0;border-top:1px solid var(--line);margin:26px 0}.icon{height:19px;width:19px;display:inline-block;vertical-align:middle;flex-shrink:0}.container{max-width:1264px;margin:auto;padding:0 32px}.container.narrow{max-width:896px}.eyebrow{font-size:10px;letter-spacing:.15em;font-weight:750;color:var(--blue);line-height:1.6}.btn{min-height:44px;border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 18px;font-weight:650;font-size:12px;line-height:1.4;transition:background .15s,transform .15s,box-shadow .15s;white-space:normal}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn.primary{background:var(--blue);color:#fff;box-shadow:0 3px 8px #3559e620}.btn.primary:hover:not(:disabled){background:var(--blue-hover);box-shadow:0 5px 14px #3559e62a}.btn.dark{background:var(--ink);color:#fff}.btn.outline{border-color:#dce3f0;color:#263853;background:#fff}.btn.outline:hover{background:#f5f7fd;border-color:#c6d1e7}.btn.white{background:white;color:var(--blue)}.btn.text{color:var(--muted);background:transparent;padding-left:6px;padding-right:6px}.btn.text:hover{color:var(--ink)}.btn.danger{color:#fff;background:var(--red)}.btn.large{min-height:49px;padding:14px 20px;font-size:13px}.btn.small{min-height:34px;padding:8px 12px;font-size:11px}.btn.full{width:100%}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-size:12px;font-weight:650}.text-link:hover{text-decoration:underline}.text-link .icon{width:15px;height:15px}.small-link{margin-top:14px;font-size:11px}.centered{display:flex;justify-content:center;text-align:center}.fine-print{font-size:11px;color:#79859a;line-height:1.65}.positive{color:var(--green)!important}.negative{color:var(--red)!important}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:27px;box-shadow:var(--shadow)}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.panel-heading h2{font-size:21px}.panel-heading p{font-size:12px;margin-top:7px}.badge{display:inline-flex;align-items:center;white-space:nowrap;border-radius:6px;padding:4px 8px;background:#f1f4f9;color:#68768e;font-size:10px;line-height:1.6;font-weight:600;letter-spacing:.01em}.badge.blue{background:#edf2ff;color:#4060c9}.badge.green{background:var(--green-pale);color:var(--green)}.badge.amber{background:#fcf4e5;color:#926831}.badge.subtle{background:#f8f5ec;color:#857552}.badge.on-dark{background:#ffffff0b;color:#b5c2d8;border:1px solid #ffffff16}.icon-btn{border:0;background:transparent;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);border-radius:8px}.icon-btn:hover{background:#edf1fa;color:var(--ink)}.row-actions{display:flex;gap:12px;align-items:center}.full{width:100%}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.table-wrap{overflow-x:auto;width:100%}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{font-weight:550;color:var(--muted);font-size:11px;background:#f7f9fc;padding:13px 16px;white-space:nowrap}td{padding:15px 16px;border-bottom:1px solid #edf0f5;white-space:nowrap}tr:last-child td{border-bottom:0}.boot{min-height:90vh;display:flex;align-items:center;justify-content:center;gap:12px}.loading-ring{width:22px;height:22px;border:2px solid #dce4fb;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skip-link{position:fixed;top:-50px;left:10px;background:#fff;padding:10px;z-index:1000}.skip-link:focus{top:10px}
/* Navigation and the always-visible test environment */
.site-header{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:10}.nav-wrap{max-width:1328px;padding:0 32px;margin:auto;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:36px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:25px;letter-spacing:-1.3px;font-weight:720;color:var(--ink)}.brand img{border-radius:9px}.brand-dot{color:var(--blue)}.desktop-nav{display:flex;gap:30px;align-items:center;margin-left:20px;flex:1}.desktop-nav a{font-size:12px;color:#778298;font-weight:550;position:relative;padding:28px 0}.desktop-nav a:hover,.desktop-nav a.active{color:var(--ink)}.desktop-nav a.active:after{content:'';height:2px;background:var(--blue);position:absolute;bottom:0;left:0;right:0}.nav-actions{display:flex;align-items:center;gap:12px}.wallet-chip{display:flex;gap:8px;align-items:center;background:#f2f5fb;border-radius:8px;padding:8px 11px;color:#384d76;font-size:12px;font-weight:650}.wallet-chip small{font-size:10px;font-weight:500;color:var(--muted)}.avatar{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#e9edfd;color:#4964b7;font-size:12px;font-weight:700}.notification-button{position:relative}.notification-button i{position:absolute;background:#dc9652;border:2px solid white;border-radius:50%;width:8px;height:8px;right:6px;top:4px}.mobile-toggle,.mobile-nav{display:none}.environment-bar{background:#f0f3fa;border-bottom:1px solid #e6ebf3;color:#748199;font-size:10px}.environment-bar>div{max-width:1264px;min-height:34px;margin:auto;padding:6px 32px;display:flex;gap:10px;align-items:center}.environment-bar strong{font-size:9px;letter-spacing:.09em;color:#657693;white-space:nowrap}.status-dot{width:5px;height:5px;border-radius:100%;background:#5e83ac}.bar-divider{height:11px;width:1px;background:#cdd6e4;margin:0 3px}.env-extra{margin-left:6px}.environment-bar a{margin-left:auto;display:flex;align-items:center;gap:5px;color:#617696;font-size:9px}.environment-bar a .icon{width:12px;height:12px}
/* Client-facing landing */
.hero{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:63px 0 50px;align-items:center}.hero-copy .eyebrow{display:flex;align-items:center;gap:9px;font-size:9px}.little-line{height:1px;width:20px;background:var(--blue)}.hero h1{font-size:63px;font-weight:650;letter-spacing:-3.2px;line-height:1.06;margin:23px 0 22px}.hero h1>span{color:var(--blue)}.hero-copy>p{max-width:420px;font-size:14px;line-height:1.8;color:#788299}.hero-buttons{display:flex;align-items:center;gap:19px;margin-top:28px}.hero-buttons .btn.text{font-size:11px}.hero-reassurance{display:flex;gap:22px;margin-top:26px;color:#768297;font-size:10px}.hero-reassurance>span{display:flex;align-items:center;gap:6px}.hero-reassurance .icon{width:13px;height:13px;color:#90a0b7}.hero-demo{background:linear-gradient(130deg,#142440,#182b4b);color:#fff;border-radius:22px;box-shadow:0 20px 36px #17274716;padding:26px 26px 17px;position:relative;overflow:hidden}.hero-demo:after{content:'';position:absolute;border:1px solid #ffffff04;border-radius:50%;width:410px;height:410px;left:255px;top:-260px;pointer-events:none}.hero-demo-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.sample-label{font-size:9px;letter-spacing:.17em;color:#b0bfd6;font-weight:600}.hero-pair{display:flex;align-items:center;justify-content:center;gap:26px}.hero-pair>div{display:flex;gap:11px;align-items:center}.hero-pair strong{font-size:19px;font-weight:550;letter-spacing:-.4px}.hero-pair small{display:block;color:#8496b2;font-size:10px;margin-top:1px}.versus{background:#ffffff08;color:#8998b2;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:10px}.hero-returns{display:flex;gap:20px;margin:26px 0 9px;align-items:center;justify-content:center;font-size:10px;color:#9dacc5}.hero-returns span{display:flex;gap:6px;align-items:center}.hero-returns strong{color:#d9e2f5;font-size:11px}.hero-returns i{width:5px;height:5px;background:#90a8ff;border-radius:50%;margin-right:1px}.hero-returns span+span i{background:#59d5c3}.hero-chart{width:100%;height:auto;display:block;overflow:visible;margin:0 0 13px}.hero-result{padding:17px 0 13px;border-top:1px solid #ffffff10;display:flex;justify-content:space-between;align-items:center;gap:10px}.hero-result>div:first-child small{font-size:9px;color:#8fa1bf;display:block;margin-bottom:4px}.hero-result>div:first-child strong{font-weight:550;font-size:11px;color:#d8e1f1}.hero-result>div:last-child{text-align:right}.hero-result>div:last-child strong{display:block;color:#70ddbd;font-size:26px;font-weight:550;letter-spacing:-1px}.hero-result strong span{font-size:10px;letter-spacing:0}.hero-result>div:last-child small{color:#91a1ba;font-size:9px}.hero-demo-note{font-size:8px;letter-spacing:.02em;color:#6f83a3;text-align:center}.how-strip{background:#fff;display:flex;border:1px solid var(--line);border-radius:14px;padding:24px 30px;align-items:center;box-shadow:var(--shadow)}.how-strip>div{flex:1;position:relative;padding-left:39px}.how-strip>div>span{font-size:10px;font-weight:700;position:absolute;top:2px;left:0;background:var(--blue-pale);color:var(--blue);height:26px;width:26px;border-radius:8px;display:flex;align-items:center;justify-content:center}.how-strip strong{display:block;font-size:12px;font-weight:650;margin-bottom:3px}.how-strip p{font-size:10px;color:#8490a2}.how-strip>a{font-size:10px;display:flex;gap:10px;align-items:center;color:var(--blue);border-left:1px solid var(--line);padding-left:25px}.how-strip>a .icon{width:15px;height:15px}.market-section{padding:55px 0 30px}.section-heading>.eyebrow{font-size:9px;margin-bottom:9px}.section-heading>div:not(.eyebrow){display:flex;justify-content:space-between;align-items:center}.section-heading h2{font-size:27px}.section-heading p{font-size:12px;margin-top:11px}.section-heading .text-link{font-size:11px}.market-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin:24px 0 20px}.sort-select{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.82rem;font-weight:700;margin-left:auto}.sort-select select{min-height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface);padding:0 30px 0 11px;color:var(--ink);font:inherit}.duration-filter input,.capacity-filter input{width:76px;min-height:40px;padding:0 8px;font-size:.8rem}.capacity-filter small{font-size:.68rem;color:var(--muted);font-weight:600}.segmented{display:flex;align-items:center;gap:3px;background:#eaf0f8;border:1px solid #e4eaf4;padding:4px;border-radius:9px;max-width:100%;overflow-x:auto}.segmented button{border:0;white-space:nowrap;padding:8px 16px;border-radius:6px;background:transparent;color:#7e8aa0;font-size:11px;font-weight:600}.segmented button.selected{background:#fff;color:var(--ink);box-shadow:0 2px 5px #22395e0c}.search-input{display:flex;align-items:center;border:1px solid #e1e7f1;border-radius:9px;background:#fff;padding:0 12px;color:#92a0b5}.search-input .icon{width:15px;height:15px}.search-input input{border:0;background:transparent;box-shadow:none;min-height:37px;font-size:11px;width:192px;padding:8px 9px}.listing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.market-card{background:#fff;border:1px solid #e0e7f2;box-shadow:var(--shadow);border-radius:15px;padding:22px;transition:transform .2s,box-shadow .2s}.market-card:hover{transform:translateY(-3px);box-shadow:0 9px 22px #1b37600c}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:17px}.asset-icon{width:36px;height:36px;border-radius:11px;display:inline-flex;justify-content:center;align-items:center;font-weight:700;font-size:18px;letter-spacing:-1px;flex-shrink:0}.asset-icon.small{width:26px;height:26px;border-radius:8px;font-size:14px}.asset-icon.large{width:45px;height:45px;border-radius:13px;font-size:23px}.asset-icon.red{background:#fff0ee;color:#d8515a}.asset-icon.violet{background:#f0edff;color:#8a60d3}.asset-icon.orange{background:#fff3df;color:#e6a342}.asset-icon.green{background:#eef8e8;color:#80a959}.asset-icon.blue{background:#edf2ff;color:#758dc2}.asset-icon.gold{background:#f8f1e2;color:#be9953;font-size:14px;letter-spacing:-.4px}.asset-icon.slate{background:#ecf0f5;color:#8794a8}.pair-icons{display:flex;align-items:center}.pair-icons .asset-icon+.asset-icon{margin-left:-7px;border:2px solid #fff}.market-card h3{font-size:21px;letter-spacing:-.7px}.market-card h3 span{font-size:13px;color:#98a4b5;margin:0 6px;font-weight:450}.market-subtitle{font-size:10px;margin-top:6px}.term-tags{display:flex;gap:6px;flex-wrap:wrap;margin:17px 0}.term-tags .badge{font-size:9px;padding:4px 7px}.card-position{display:flex;gap:7px;align-items:center;font-size:10px;background:#f7f9fd;border:1px solid #edf1f8;border-radius:8px;padding:9px;color:#7a879c}.card-position strong{color:#556684;font-weight:600}.card-position .icon{height:14px;width:14px;color:#8092b0}.card-money{display:flex;justify-content:space-between;gap:10px;margin:20px 0 18px}.card-money small{font-size:9px;color:#9aa4b5;display:block;margin-bottom:4px}.card-money strong{font-size:22px;font-weight:600;letter-spacing:-.8px}.card-money strong span{font-size:9px;color:#8692a6;font-weight:500;letter-spacing:0}.card-money>div:last-child{text-align:right}.market-card .btn{min-height:39px;font-size:10px}.market-card .btn .icon{width:14px;height:14px}.card-note{font-size:8px;color:#9aa5b6;text-align:center;margin-top:10px}.market-footnote{display:flex;justify-content:center;align-items:center;gap:7px;font-size:9px;color:#98a3b4;margin:23px 0 5px}.market-footnote .icon{width:12px;height:12px}.learn-banner{display:flex;align-items:center;gap:26px;background:#edf1fd;border:1px solid #e1e8fc;border-radius:15px;padding:31px 35px;margin:25px 0 58px}.learn-illustration{width:66px;height:66px;border-radius:17px;background:#dfe7fd;display:flex;align-items:center;justify-content:center;color:#7991d8;flex-shrink:0}.learn-illustration .icon{width:32px;height:32px;stroke-width:1.1}.learn-banner>div:nth-child(2){flex:1}.learn-banner h2{font-size:22px;margin:6px 0 9px}.learn-banner p{font-size:11px;max-width:470px;line-height:1.7}.learn-banner .eyebrow{font-size:8px}.learn-banner .btn{font-size:11px}
/* Forms, creator and summaries */
.page-heading{padding:43px 0 32px;display:flex;justify-content:space-between;gap:25px;align-items:center}.page-heading .eyebrow{margin-bottom:11px}.page-heading h1{font-size:38px;letter-spacing:-1.5px}.page-heading p{font-size:13px;margin-top:13px;line-height:1.7}.create-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0 0 24px}.starter-card{display:flex;text-align:left;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:17px;color:var(--ink)}.starter-card:hover{border-color:#b6c6f4;background:#fcfdff}.starter-card>span:nth-child(2){flex:1}.starter-card strong{display:block;font-size:12px}.starter-card small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.starter-icon{color:var(--blue);background:#eff3ff;border-radius:10px;padding:10px;display:flex}.starter-card>.icon{height:15px;width:15px;color:#93a3bd}.builder-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(310px,1fr);gap:25px;margin-bottom:55px;align-items:start}.builder-form{padding:0 30px}.form-section{padding:27px 0;border-bottom:1px solid var(--line)}.form-section:last-of-type{border-bottom:0}.step-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:22px}.step-title>span{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:8px;background:#f0f3fa;font-size:10px;font-weight:650;color:#8a9ab2;flex-shrink:0;margin-top:1px}.step-title h2{font-size:19px;letter-spacing:-.5px}.step-title p{font-size:11px;margin-top:6px}.asset-select-row{display:grid;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);gap:10px;align-items:end;margin-bottom:23px}.asset-select-row>label{display:block;min-width:0}.asset-select-row label>span{display:block;font-size:11px;font-weight:600;margin-bottom:8px;color:#65758c}.asset-select{display:flex;align-items:center;background:#fff;border:1px solid #dce3ee;border-radius:11px;padding:8px;gap:3px;min-width:0}.asset-select select{width:100%;min-width:0;border:0;box-shadow:none;padding-left:7px;padding-right:18px;font-size:11px}.asset-select .asset-icon{height:30px;width:30px;font-size:16px;border-radius:8px}.swap-button{border:1px solid #e0e6f0;background:#f9fbff;border-radius:50%;height:34px;width:34px;color:#9babbe;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.swap-button .icon{height:16px;width:16px}.field-label{font-size:11px;font-weight:600;color:#687a93;display:flex;flex-direction:column;gap:8px;margin-bottom:17px}.field-label input,.field-label select,.field-label textarea{width:100%;font-size:13px;color:var(--ink);font-weight:450}.side-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.side-choice button{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e7ef;border-radius:10px;padding:12px;color:#65728b;font-size:11px;font-weight:600;text-align:left}.side-choice button.chosen{background:#f1f5ff;border-color:#b8c8fa;color:#3e5eb9}.side-choice button .icon{margin-left:auto;width:16px;height:16px}.preset-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:13px 0}.preset{background:#fff;border:1px solid #dce3f0;color:#6d7c93;border-radius:8px;padding:8px 15px;font-size:12px;min-height:38px;font-weight:550}.preset:hover{background:#f4f7ff}.preset.chosen{background:#edf2ff;border-color:#b5c6ff;color:var(--blue)}.custom-label{font-size:10px;color:#a0aabb;margin-left:4px}.inline-field{display:flex;gap:10px;align-items:center;margin-top:15px;font-size:10px;color:#92a0b4}.inline-field>span:first-child{color:#697b97}.inline-field input{width:73px;min-height:34px;padding:5px 9px;font-size:12px}.money-input{display:flex;align-items:center;gap:10px;border:1px solid #dbe2ee;border-radius:12px;padding:11px 14px;background:#fafbfe}.money-input>span{background:#eef2fa;color:#8a99b0;font-size:10px;padding:5px 8px;border-radius:6px;font-weight:650}.money-input input{flex:1;min-width:0;border:0;box-shadow:none;background:transparent;font-size:25px;font-weight:550;letter-spacing:-1px;padding:2px}.money-input small{font-size:10px;color:#8b9ab0}.summary-panel{position:sticky;top:24px;padding:26px}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.summary-header .eyebrow{font-size:9px}.summary-header .icon{color:#8094bc}.summary-pair{display:flex;gap:13px;align-items:center}.summary-pair h3{font-size:19px}.summary-pair h3 span{color:#9aa6b7;font-size:12px;font-weight:400;margin:0 3px}.summary-position{font-size:11px;color:#8b98ac;margin:14px 0 23px}.summary-position strong{color:#516ba7}.summary-rows{border-top:1px solid var(--line);padding-top:13px}.summary-rows>div{display:flex;justify-content:space-between;gap:15px;align-items:baseline;font-size:11px;padding:7px 0}.summary-rows span{color:#8a98ad}.summary-rows strong{text-align:right;color:#52647f;font-size:11px}.risk-reward{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:23px 0}.risk-reward>div{background:#fcf4f4;padding:15px 9px;text-align:center;border-radius:10px}.risk-reward>div+div{background:#eff8f4}.risk-reward small{font-size:9px;display:block;color:#ad787a;margin-bottom:7px}.risk-reward strong{font-size:23px;letter-spacing:-1px;display:block;color:#c35b61;font-weight:550}.risk-reward span{font-size:9px;color:#b18d8e}.risk-reward>div+div strong{color:#2d947e}.risk-reward>div+div small{color:#679a8c}.risk-reward>div+div span{color:#82a99e}.mini-example{background:#f6f8fc;padding:14px;border-radius:10px;margin-bottom:22px}.mini-example strong{font-size:10px;color:#687c9e;display:block;margin-bottom:6px}.mini-example p{font-size:10px;color:#92a0b3;line-height:1.8}.summary-panel>.fine-print{margin:12px 0 18px;font-size:10px}.summary-panel>.text-link{font-size:10px}.notice{display:flex;gap:8px;align-items:flex-start;border:1px solid #e9edf5;background:#f6f8fc;padding:12px;border-radius:9px;color:#7f8da5;font-size:10px;line-height:1.7;margin-top:15px}.notice .icon{width:14px;height:14px;margin-top:2px}.notice.blue{background:#f0f5ff;color:#657dad;border-color:#e5edfe}.notice.amber{background:#fff8eb;color:#a1844b;border-color:#f4ebd6}.callout{padding:22px 24px;border:1px solid #e3e9f3;background:#f0f4fa;border-radius:12px;margin:25px 0}.callout strong{font-size:13px;color:#536b8e}.callout p{font-size:12px;line-height:1.8;margin-top:7px;color:#7f8fa5}.callout.blue{background:#edf3ff;border-color:#dbe6ff}.callout.blue strong{color:#4269ac}.callout.amber{background:#fff8e9;border-color:#f1e4c9}.callout.amber strong{color:#927440}.callout.amber p{color:#9b8867}.callout.red{background:#fff0f0;color:var(--red)}.form-error{font-size:12px;color:var(--red);margin-top:12px;line-height:1.7}.form-error:empty{display:none}
/* Calculator */
.calculator-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(315px,1fr);gap:24px;align-items:start}.calc-inputs .preset-row{margin-top:0}.calc-inputs .inline-field{margin-bottom:20px}.calc-mode{margin:25px 0 20px}.calc-mode button{flex:1;padding:9px 8px}.return-control{margin:19px 0}.return-control>div{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:8px}.return-control label{font-size:12px;color:#6b7b92}.percent-input{display:flex;align-items:center;border:1px solid #dce4ee;border-radius:8px;background:#fff;padding-right:10px;font-size:11px;color:#8997ad}.percent-input input{border:0;background:transparent;padding:7px 8px;min-height:35px;width:77px;text-align:right;box-shadow:none;font-size:13px}.scenario-chips{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin:20px 0}.scenario-chips>span{font-size:10px;color:#8694a9;margin-right:5px}.scenario-chips button{background:#f3f6fc;border:1px solid #e7edf6;padding:6px 9px;border-radius:7px;color:#8292ad;font-size:10px}.scenario-chips button:hover{background:#e8efff;color:var(--blue)}.calc-output{background:#fff;position:sticky;top:24px;padding:29px}.calc-output>.eyebrow{font-size:9px}.calc-result-big{font-size:50px;font-weight:550;letter-spacing:-2px;margin-top:20px}.calc-result-big span{font-size:15px;letter-spacing:0;color:#8da2a5;font-weight:500}.result-caption{font-size:11px;color:#93a0b2;margin-top:3px}.calc-kpis{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:23px 0;padding-bottom:22px;border-bottom:1px solid var(--line)}.calc-kpis>div>span{display:block;font-size:10px;color:#97a4b6;margin-bottom:6px}.calc-kpis strong{font-size:22px;font-weight:550;letter-spacing:-.6px}.calc-kpis small{font-size:9px;color:#99a4b4;letter-spacing:0}.calc-breakdown>div{display:flex;justify-content:space-between;gap:12px;font-size:10px;padding:8px 0}.calc-breakdown>div>span{color:#8f9db2}.calc-breakdown strong{font-size:11px;text-align:right;color:#647795}.formula{background:#f2f5fb;border:1px solid #e7edf6;border-radius:9px;padding:18px;font:13px/2 ui-monospace,SFMono-Regular,Consolas,monospace;color:#60769e;overflow-wrap:anywhere;margin:20px 0}.formula.small{font-size:10px;line-height:1.9;padding:13px;margin:16px 0}.calc-output .btn{font-size:10px}.calc-output .btn .icon{width:15px;height:15px}#verify-result{margin-top:13px;font-size:10px}#verify-result .icon{width:13px;height:13px}.chart-panel,.scenarios-panel,.payoff-explanation{margin:25px 0}.chart-panel .panel-heading{margin-bottom:5px}.payoff-chart{width:100%;max-height:285px;margin:15px 0 0;display:block}.payoff-chart text{fill:#8b9aaf;font:10px var(--font)}.chart-bounds{display:flex;align-items:center;justify-content:center;gap:12px;font-size:10px;color:#98a5b6;border-top:1px solid var(--line);padding-top:17px}.chart-bounds strong{font-size:11px;color:#677e9d}.chart-bounds>span{width:1px;height:12px;background:var(--line);margin:0 10px}.section-cta{margin:35px 0 60px}
/* Tutorials */
.learn-layout{display:grid;grid-template-columns:254px minmax(0,1fr);gap:33px;align-items:start;margin:8px 0 60px}.lesson-nav{position:sticky;top:25px}.lesson-nav>.eyebrow{font-size:9px;margin:0 12px 12px;color:#95a1b5}.lesson-nav>a:not(.lesson-calculator){display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:9px;color:#7c8ba1;font-size:11px;margin:4px 0}.lesson-nav>a:not(.lesson-calculator) span{font-size:9px;color:#acb7c7}.lesson-nav>a.active{background:#e9effe;color:#4869ba;font-weight:650}.lesson-nav>a.active span{color:#7c96d6}.lesson-nav>a .icon{margin-left:auto;width:13px;height:13px;opacity:.5}.lesson-calculator{display:flex;flex-direction:column;background:#eef2fb;border:1px solid #e0e7f4;padding:23px;border-radius:12px;margin:25px 0;color:#6d84ac;gap:12px}.lesson-calculator>.icon{width:25px!important;height:25px!important;opacity:1!important;margin-left:0!important}.lesson-calculator strong{font-size:12px}.lesson-calculator span{font-size:10px;display:flex;align-items:center;gap:10px}.lesson-content{padding:37px 40px}.lesson-meta{display:flex;align-items:center;gap:12px;margin-bottom:25px}.lesson-meta>span:last-child{display:flex;gap:5px;align-items:center;font-size:10px;color:#9aa8ba}.lesson-meta .icon{width:12px;height:12px}.lesson-content>h2{font-size:32px;letter-spacing:-1.2px;margin-bottom:15px}.lesson-intro{font-size:14px;line-height:1.85;color:#7d8ca3;margin-bottom:27px}.lesson-content>h3{font-size:17px;letter-spacing:-.3px;margin:26px 0 10px}.lesson-content>p:not(.lesson-intro){font-size:12px;line-height:1.9;color:#7e8ca2}.lesson-content .table-wrap{margin:24px 0}.lesson-content th,.lesson-content td{font-size:10px;padding:12px}.lesson-steps>section{display:flex;gap:19px;padding:22px 0;border-bottom:1px solid #edf1f7}.lesson-steps>section>b{height:28px;width:28px;background:#eff3fd;color:#839aca;flex-shrink:0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.lesson-steps h3{font-size:15px;letter-spacing:-.3px;margin-bottom:8px}.lesson-steps p{font-size:12px;color:#8391a7;line-height:1.9}.lesson-bottom{border-top:1px solid var(--line);padding-top:25px;margin-top:35px;display:flex;justify-content:space-between;gap:15px}.lesson-bottom .btn{font-size:11px}.risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:25px 0}.risk-grid section{background:#f7f9fd;border:1px solid #e8edf5;padding:19px;border-radius:11px}.risk-grid h3{font-size:14px;margin-bottom:9px;letter-spacing:-.2px}.risk-grid p{font-size:11px;line-height:1.8;color:#8796ad}code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.9em;background:#f0f4fc;padding:2px 5px;border-radius:4px;overflow-wrap:anywhere}pre{background:#152844;color:#c1d0e9;padding:20px;border-radius:10px;overflow:auto;font-size:12px;line-height:1.9;margin:23px 0}pre code{background:none;padding:0;color:inherit}
/* Portfolio and bet lifecycle */
.wallet-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:5px 0 29px}.wallet-stats .panel{padding:23px}.wallet-stats .panel>span{color:#8e9eb5;font-size:11px;display:flex;align-items:center;gap:7px}.wallet-stats .panel>span .icon{height:15px;width:15px}.wallet-stats strong{display:block;font-size:32px;font-weight:550;letter-spacing:-1.1px;margin:14px 0 11px}.wallet-stats strong small{font-size:12px;color:#8b9db5;font-weight:450;letter-spacing:0}.wallet-stats .panel>small,.wallet-stats a{font-size:10px;color:#94a3b8;display:flex;gap:7px;align-items:center}.wallet-stats a{color:#728fc4}.wallet-stats a .icon{height:13px;width:13px}.portfolio-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.portfolio-offer-shortcuts{flex-basis:100%;order:4;margin:0;padding-top:0}.portfolio-offer-shortcuts .sort-shortcuts-label{margin-right:2px}.portfolio-list{display:flex;flex-direction:column;gap:12px}.portfolio-row{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:21px 24px;transition:border-color .15s}.portfolio-row:hover{border-color:#c5d2f4}.portfolio-pair{display:flex;align-items:center;gap:14px;flex:1.2}.portfolio-pair h3{font-size:16px}.portfolio-pair h3 span{font-size:12px;color:#9ba9bd;font-weight:450;margin:0 4px}.portfolio-pair p{font-size:10px;margin-top:5px;color:#95a4b8}.portfolio-status{display:flex;flex-direction:column;gap:7px;flex:1}.portfolio-status .badge{align-self:flex-start}.portfolio-status small{font-size:9px;color:#9aa9bc}.portfolio-value{text-align:right;flex:.7}.portfolio-value small{font-size:9px;color:#9aa8bb;display:block;margin-bottom:3px}.portfolio-value strong{font-size:20px;letter-spacing:-.5px;font-weight:550}.portfolio-value strong span{font-size:9px;font-weight:450;letter-spacing:0;color:#94a4b9}.portfolio-row>.icon{width:15px;height:15px;color:#b2bed1}.ledger-details{margin:30px 0 55px}.ledger-details summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:13px}.ledger-details[open] summary{margin-bottom:20px}.ledger-details summary .icon{width:16px;height:16px;color:#94a3b6}.empty{grid-column:1/-1;padding:65px 20px;text-align:center;background:#fff;border:1px dashed #dce4f2;border-radius:14px;width:100%}.empty>.icon{width:34px;height:34px;color:#a7b7d4;margin-bottom:18px}.empty h3{font-size:21px;margin-bottom:10px}.empty p{font-size:12px;max-width:480px;margin:0 auto 24px}.back-link{display:inline-flex;margin-top:26px;color:#8a9bb4;font-size:11px}.bet-heading{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.bet-heading>div:first-child{display:flex;align-items:center;gap:18px}.bet-heading h1{font-size:37px;letter-spacing:-1px}.bet-heading h1>span{font-size:23px;color:#a1aec1;font-weight:450;margin:0 6px}.bet-heading>div:last-child{display:flex;gap:8px}.bet-description{font-size:12px;color:#8d9cb1;margin-top:12px}.bet-timeline{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;margin:28px 0}.bet-timeline>div{display:flex;align-items:center;gap:12px;flex:1}.bet-timeline>div>span{width:27px;height:27px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e7f2;border-radius:50%;font-size:10px;color:#afbed1;background:#f8faff}.bet-timeline>div.complete>span{border-color:#dce5ff;background:#edf2ff;color:#708ccd}.bet-timeline>div>span .icon{height:13px;width:13px}.bet-timeline strong{font-size:10px;color:#a1aec0;font-weight:550}.bet-timeline .complete strong{color:#6480b0}.bet-timeline small{display:block;font-size:9px;color:#adb8c9;margin-top:3px}.bet-main .panel-heading{margin-bottom:24px}.terms-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:23px}.terms-grid>div>span{font-size:10px;color:#9caabd;display:block;margin-bottom:6px}.terms-grid strong{font-size:25px;font-weight:550;letter-spacing:-.9px}.terms-grid strong small{font-size:11px;font-weight:450;letter-spacing:0;color:#91a2bb}.participants{display:flex;flex-direction:column;gap:12px;margin:0 0 22px}.participants>div{display:flex;align-items:center;justify-content:space-between;gap:13px;padding:14px;background:#f9fbfe;border:1px solid #e9eef6;border-radius:11px}.participant-title{display:flex;align-items:center;gap:11px}.participant-title strong{font-size:11px;color:#748aaa}.participant-title small{display:block;font-size:9px;color:#9aaac0;margin-top:2px}.participant-title .asset-icon{width:31px;height:31px;font-size:16px}.bet-action-panel>h3{font-size:21px;margin-bottom:12px}.bet-action-panel>p{font-size:12px;line-height:1.85;margin:12px 0;color:#8b9bb2}.bet-action-panel>.btn{margin-top:12px;font-size:11px}.bet-action-panel>.text-link{margin-top:15px}.bet-action-panel>.notice{font-size:11px}.bet-prices{margin-top:22px}.bet-prices .panel-heading h2{font-size:17px}.bet-prices td,.bet-prices th{padding:12px 10px;font-size:10px}.training-panel{margin-top:24px;border-color:#d9e4fa;background:#f8faff}.training-panel .panel-heading{margin-bottom:13px}.training-panel h2{font-size:21px;margin-top:6px}.training-panel .panel-heading>.icon{width:30px;height:30px;color:#829ece}.training-panel>p{font-size:12px;margin-bottom:20px;line-height:1.9}.training-panel>small{display:block;font-size:10px;color:#a0afc4;margin-top:13px}.settlement-number{font-size:39px;letter-spacing:-1.3px;margin:20px 0}.settlement-number small{display:block;font-size:11px;color:#8fa3b1;letter-spacing:0;margin-top:6px}
/* Test wallet, settings and catalogue */
.faucet-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;margin:7px 0 27px;align-items:stretch}.test-wallet-card{background:linear-gradient(120deg,#132544,#24416d);border-radius:20px;box-shadow:0 15px 25px #11233e12;padding:34px;color:white;position:relative;overflow:hidden}.test-wallet-card:after{content:'';position:absolute;width:330px;height:330px;border:1px solid #ffffff07;border-radius:50%;right:-180px;top:10px;pointer-events:none}.wallet-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px;color:#a4b7d7;font-size:9px;letter-spacing:.14em}.wallet-card-top .icon{width:25px;height:25px}.test-wallet-card>span{font-size:11px;color:#91a8cc}.test-balance{font-size:49px;font-weight:550;letter-spacing:-2px;margin:8px 0 35px}.test-balance small{font-size:15px;letter-spacing:0;color:#a7b8d2;font-weight:450}.wallet-card-bottom{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#abbcda;gap:15px}.wallet-card-bottom>span+span{display:flex;align-items:center;gap:6px;letter-spacing:.08em;font-size:8px;color:#7f99c0}.wallet-card-bottom .icon{width:13px;height:13px}.faucet-panel{padding:30px}.faucet-icon{height:35px;width:35px;display:flex;align-items:center;justify-content:center;color:#c6a363;background:#faf3e4;border-radius:10px;margin-bottom:16px}.faucet-panel h2{font-size:23px;margin-bottom:12px}.faucet-panel>p{font-size:12px;line-height:1.8;margin-bottom:18px}.faucet-panel>.fine-print{font-size:10px;margin:13px 0 0}.environment-cards>div{padding:8px 15px 15px}.environment-cards>div+div{border-left:1px solid var(--line);padding-left:25px}.environment-number{font-size:10px;color:#9aaac3}.environment-cards h3{font-size:16px;letter-spacing:-.3px;margin:11px 0}.environment-cards p{font-size:12px;line-height:1.85;margin-bottom:14px}.settings-panel{margin-bottom:24px;padding:30px}.settings-panel>h2{font-size:20px;margin-bottom:20px}.settings-panel>.field-label{margin-top:18px}.settings-panel>.fine-print{margin-top:-5px}.settings-panel>p{font-size:12px;line-height:1.8;margin-bottom:20px}.settings-panel .panel-heading h2{display:flex;align-items:center;gap:9px}.settings-panel .row-actions{flex-wrap:wrap}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid #edf1f6;padding:20px 0}.toggle-row strong{font-size:12px;color:#657a97;display:block}.toggle-row small{font-size:10px;color:#96a6bb;display:block;line-height:1.8;margin-top:5px;max-width:460px}.settings-panel>.btn{margin-top:23px}.settings-panel:last-child{margin-bottom:55px}.asset-catalogue{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:5px 0 30px}.asset-card{padding:23px}.asset-card>div{display:flex;gap:12px;align-items:center;margin-bottom:19px}.asset-card>div>div{flex:1}.asset-card h3{font-size:15px}.asset-card p{font-size:10px;margin-top:4px}.asset-card dl{display:grid;grid-template-columns:1fr 1.4fr;gap:10px 15px;font-size:10px;margin:20px 0}.asset-card dt{color:#97a6bb}.asset-card dd{margin:0;color:#748bad}.asset-card .text-link{font-size:10px}.request-panel{display:grid;grid-template-columns:1fr 1.2fr;gap:45px;margin-bottom:55px;padding:35px}.request-panel h2{margin:10px 0 15px}.request-panel p{font-size:12px;line-height:1.9}.login-gate{margin:70px 0 95px;padding:60px 30px;text-align:center}.login-gate>.icon{height:39px;width:39px;margin-bottom:22px;color:#7191cb}.login-gate h1{font-size:36px;margin:12px 0 18px}.login-gate p{font-size:13px;max-width:460px;margin:0 auto 25px;line-height:1.9}.login-gate>.text-link{display:flex;justify-content:center;margin-top:23px;font-size:11px}
/* Dialogs, feedback and footer */
.modal-open{overflow:hidden}.consent-row{display:flex;align-items:flex-start;gap:10px;margin:6px 0 18px;color:#7587a0}.consent-row>input{width:16px;height:16px;flex:0 0 auto;margin-top:2px;accent-color:var(--blue)}.consent-row strong{display:block;font-size:11px;color:#657a97}.consent-row small{display:block;font-size:10px;font-weight:400;line-height:1.7;margin-top:4px;color:#96a6bb}.modal-overlay{position:fixed;inset:0;background:#10254478;backdrop-filter:blur(5px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto}.modal{position:relative;background:white;border:1px solid #eef1f7;border-radius:20px;width:450px;max-width:100%;padding:36px;box-shadow:0 20px 90px #0e1c3840;max-height:90vh;overflow:auto}.modal.wide{width:630px}.modal-close{position:absolute;right:14px;top:14px;color:#9dafc9}.modal h2{font-size:29px;line-height:1.17;margin:12px 0 17px;letter-spacing:-1px}.modal>.eyebrow{font-size:9px}.modal>p{font-size:12px;line-height:1.85;margin-bottom:23px}.modal .field-label{font-size:11px}.modal>.fine-print{font-size:10px;margin-top:18px;margin-bottom:0}.login-mark{width:42px;height:42px;border-radius:13px;background:#edf2ff;color:#5e82ce;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.login-mark .icon{width:22px;height:22px}.code-input{font-size:30px!important;text-align:center;letter-spacing:8px;min-height:62px}.local-inbox{border:1px solid #f0e4c4;background:#fffaef;border-radius:10px;padding:16px;margin-top:21px}.local-inbox>span{display:flex;align-items:center;gap:6px;font-size:8px;letter-spacing:.055em;color:#b29965;font-weight:600}.local-inbox .icon{width:13px;height:13px}.local-inbox p{font-size:11px;color:#a08c63;margin:9px 0 13px}.local-inbox p strong{letter-spacing:3px;font-size:16px;color:#927647}.local-inbox .btn{font-size:10px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:27px}.confirm-amount{font-size:38px;letter-spacing:-1.5px;margin:20px 0;color:var(--blue)}.confirm-amount>span{font-size:14px;color:#8f9fbd;letter-spacing:0}.notification-list{margin:18px 0 0;display:flex;flex-direction:column;gap:3px}.notification-item{display:flex;gap:10px;padding:17px 0;border-bottom:1px solid var(--line)}.notification-item>span{width:6px;height:6px;margin-top:6px;border-radius:100%;flex-shrink:0}.notification-item>span.unread{background:var(--blue)}.notification-item strong{font-size:12px;color:#5b7297}.notification-item p{font-size:11px;line-height:1.8;margin:6px 0;color:#8fa0b7}.notification-item small{font-size:9px;color:#acb8ca}#toasts{position:fixed;bottom:25px;right:25px;z-index:1000;display:flex;flex-direction:column;gap:10px;max-width:calc(100% - 35px)}.toast{display:flex;align-items:center;gap:10px;padding:16px 21px;border:1px solid #d8e8e2;border-radius:12px;background:#fff;box-shadow:0 10px 35px #10253a1a;color:#4d7e6f;font-size:12px;max-width:440px;animation:appear .18s ease-out}.toast>span{min-width:0}.toast .icon{width:16px;height:16px;flex-shrink:0}.toast .toast-copy{margin-left:auto;padding:5px 7px;min-height:28px;font-size:10px;white-space:nowrap;flex-shrink:0}.toast.error{color:#a75c62;border-color:#f0d7d9}@keyframes appear{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.site-footer{background:#fff;border-top:1px solid var(--line);padding:28px 32px 20px;margin-top:15px}.footer-top,.footer-bottom{max-width:1200px;margin:auto;display:flex;align-items:center;gap:22px}.footer-top .brand{font-size:20px}.footer-top>p{font-size:10px;color:#9ca9bb;flex:1}.footer-top>div{display:flex;gap:22px;font-size:10px;color:#8ea0b7}.footer-bottom{border-top:1px solid #edf1f6;margin-top:22px;padding-top:17px;justify-content:space-between;font-size:8px;color:#b0bbc9}.mobile-only{display:none}
/* Tablet and phone layouts */
@media(min-width:1500px){.hero{gap:85px}.hero h1{font-size:66px}}
@media(max-width:1100px){.nav-wrap{gap:20px;padding:0 25px}.desktop-nav{gap:21px;margin-left:0}.desktop-nav a{font-size:11px}.container{padding:0 25px}.hero{gap:32px;padding-top:49px}.hero h1{font-size:56px}.hero-buttons{gap:12px}.hero-buttons .btn{font-size:11px;padding:12px 14px}.hero-reassurance{gap:13px;font-size:9px}.hero-demo{padding:24px 21px 15px}.hero-pair{gap:20px}.hero-pair strong{font-size:17px}.hero-result>div:first-child strong{font-size:10px}.how-strip{padding:22px}.how-strip>a{display:none}.listing-grid{gap:16px}.market-card{padding:18px}.card-money strong{font-size:20px}.builder-layout{grid-template-columns:minmax(0,1.6fr) minmax(285px,1fr);gap:20px}.builder-form{padding:0 23px}.asset-select-row{gap:5px}.asset-select .asset-icon{display:none}.preset{padding:8px 12px}.summary-panel{padding:22px}.summary-pair h3{font-size:17px}.summary-pair .asset-icon{height:30px;width:30px}.side-choice button{font-size:10px;padding:10px}.starter-card{padding:13px;gap:10px}.starter-card strong{font-size:11px}.starter-card small{font-size:9px}.starter-icon{padding:8px}.starter-card>.icon{display:none}.learn-layout{grid-template-columns:215px minmax(0,1fr);gap:22px}.lesson-content{padding:30px}.lesson-nav>a:not(.lesson-calculator){font-size:10px;padding:12px 9px;gap:8px}.portfolio-row{gap:15px}.portfolio-pair{gap:10px}.portfolio-status small{font-size:8px}.hero-demo-note{font-size:7px}.hero-result>div:last-child strong{font-size:24px}}
@media(max-width:850px){.wallet-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop-nav{gap:17px}.nav-wrap{gap:17px}.nav-actions{gap:8px}.desktop-nav a{font-size:10px}.brand{font-size:22px}.wallet-chip{padding:6px 8px;font-size:11px}.environment-bar .env-extra{display:none}.hero{gap:25px}.hero h1{font-size:49px}.hero-copy>p{font-size:12px}.hero-buttons{flex-wrap:wrap;gap:8px}.hero-reassurance{flex-wrap:wrap;gap:10px}.hero-pair{gap:15px}.hero-pair>div{gap:7px}.hero-pair strong{font-size:15px}.hero-pair .asset-icon.large{height:37px;width:37px;font-size:21px}.hero-demo{padding:20px 17px 15px}.hero-demo-top{margin-bottom:21px}.sample-label{font-size:7px}.hero-demo-top .badge{font-size:8px}.hero-result{align-items:flex-start}.hero-result>div:first-child strong{display:block;max-width:170px;font-size:9px}.hero-result>div:first-child small{font-size:8px}.hero-result>div:last-child strong{font-size:22px}.hero-result>div:last-child small{font-size:8px}.how-strip strong{font-size:11px}.how-strip p{font-size:9px}.listing-grid{grid-template-columns:1fr 1fr}.learn-banner{padding:25px;gap:20px}.learn-banner h2{font-size:20px}.learn-banner p{font-size:10px}.learn-illustration{width:52px;height:52px;border-radius:12px}.builder-layout{grid-template-columns:minmax(0,1fr)}.summary-panel{position:static}.summary-panel .risk-reward{margin:18px 0}.summary-panel .mini-example{margin-bottom:16px}.summary-pair{gap:15px}.summary-pair h3{font-size:22px}.summary-panel .summary-rows>div{font-size:12px;padding:8px 0}.summary-panel .summary-rows strong{font-size:12px}.builder-form{padding:0 25px}.asset-select .asset-icon{display:inline-flex}.calculator-layout{grid-template-columns:minmax(0,1fr) minmax(280px,.8fr);gap:19px}.calc-inputs,.calc-output{padding:22px}.calc-output .calc-result-big{font-size:39px}.calc-kpis{gap:14px}.calc-kpis strong{font-size:18px}.calc-kpis>div>span{font-size:9px}.calc-breakdown>div>span{font-size:9px}.calc-breakdown strong{font-size:10px}.learn-layout{grid-template-columns:1fr;gap:22px}.lesson-nav{position:static;display:flex;overflow:auto;gap:6px;align-items:center;padding-bottom:5px}.lesson-nav>.eyebrow,.lesson-calculator{display:none}.lesson-nav>a:not(.lesson-calculator){flex-shrink:0;border:1px solid var(--line);margin:0}.lesson-nav>a .icon{display:none}.wallet-stats .panel{padding:20px}.wallet-stats strong{font-size:26px}.wallet-stats .panel>span{font-size:10px}.wallet-stats .panel>small{font-size:9px}.portfolio-row{flex-wrap:wrap}.portfolio-pair{flex:1}.portfolio-status{flex:1;align-items:flex-end}.portfolio-status .badge{align-self:flex-end}.portfolio-value{flex:0 0 calc(100% - 40px);text-align:left;border-top:1px solid #edf1f7;padding-top:12px;display:flex;align-items:center;gap:10px}.portfolio-value small{margin:0}.portfolio-value strong{font-size:18px;margin-left:auto}.portfolio-row>.icon{align-self:flex-end;margin-bottom:4px}.bet-timeline{gap:10px;padding:20px}.bet-timeline>div{gap:8px}.bet-timeline small{font-size:8px}.bet-timeline strong{font-size:9px}.bet-action-panel{grid-row:1}.faucet-layout{grid-template-columns:1fr 1fr}.test-wallet-card{padding:27px}.test-balance{font-size:37px;letter-spacing:-1.3px}.wallet-card-bottom{font-size:9px}.wallet-card-bottom>span+span{font-size:7px}.faucet-panel{padding:24px}.faucet-panel h2{font-size:20px}.page-heading h1{font-size:34px}.footer-top{flex-wrap:wrap;gap:16px}.footer-top>div{flex-basis:100%;justify-content:flex-end;gap:20px}.footer-top>p{text-align:right;font-size:9px}.footer-bottom{font-size:8px}}
@media(max-width:650px){.nav-wrap{min-height:64px;padding:0 20px;gap:12px}.desktop-nav{display:none}.nav-actions{margin-left:auto;gap:8px}.mobile-toggle{display:flex}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;padding:12px 20px 20px;gap:8px;border-top:1px solid var(--line)}.mobile-nav a{padding:10px;background:#f5f8fd;border-radius:8px;font-size:12px;color:#6d7e9a}.brand{font-size:23px;gap:8px}.brand img{height:29px;width:29px}.nav-actions .btn{min-height:36px;padding:9px 14px;font-size:11px}.wallet-chip{font-size:10px}.wallet-chip .icon{display:none}.wallet-chip small{font-size:8px}.avatar{width:29px;height:29px;font-size:10px}.notification-button{width:27px}.environment-bar>div{padding:7px 20px;gap:7px;min-height:33px;font-size:8px}.environment-bar strong{font-size:7px}.environment-bar a{display:none}.environment-bar .bar-divider{margin:0 1px}.status-dot{width:4px;height:4px}.container{padding:0 20px}.hero{grid-template-columns:1fr;gap:30px;padding:36px 0 27px}.hero-copy .eyebrow{font-size:8px;letter-spacing:.12em}.hero h1{font-size:53px;letter-spacing:-2.6px;margin:18px 0 18px;line-height:1.07}.hero-copy>p{font-size:12px;line-height:1.85;max-width:390px}.hero-buttons{flex-wrap:nowrap;gap:10px;margin-top:22px}.hero-buttons .btn.primary{font-size:11px;padding:13px 14px;min-height:45px}.hero-buttons .btn.text{font-size:10px;padding:11px 3px;gap:5px}.hero-buttons .btn .icon{width:15px;height:15px}.hero-reassurance{font-size:8px;gap:15px;margin-top:19px}.hero-reassurance .icon{height:11px;width:11px}.hero-demo{padding:23px 24px 16px;border-radius:18px;box-shadow:0 15px 25px #1727470e}.hero-demo-top{margin-bottom:21px}.sample-label{font-size:8px}.hero-demo-top .badge{font-size:8px}.hero-pair{gap:26px}.hero-pair strong{font-size:18px}.hero-pair>div{gap:10px}.hero-pair .asset-icon.large{height:40px;width:40px;font-size:22px}.hero-returns{margin:20px 0 8px;font-size:9px}.hero-returns strong{font-size:10px}.hero-chart{max-height:165px}.hero-result>div:first-child strong{max-width:none;font-size:9px}.hero-result>div:first-child small{font-size:8px}.hero-result>div:last-child strong{font-size:23px}.hero-result>div:last-child strong span{font-size:9px}.hero-demo-note{font-size:7px}.how-strip{padding:20px 17px;gap:17px;display:flex;flex-direction:column;align-items:stretch}.how-strip>div{padding-left:40px;flex:unset}.how-strip strong{font-size:11px;margin-bottom:1px}.how-strip p{font-size:10px}.how-strip>div>span{height:25px;width:25px;font-size:9px}.market-section{padding:34px 0 18px}.section-heading .eyebrow{font-size:8px;margin-bottom:10px}.section-heading>div:not(.eyebrow){align-items:flex-start;gap:15px;flex-wrap:wrap}.section-heading h2{font-size:23px;letter-spacing:-.9px}.section-heading .text-link{font-size:10px}.section-heading p{font-size:11px;line-height:1.75;margin-top:10px}.market-toolbar{flex-direction:column;align-items:stretch;margin:20px 0 16px;gap:12px}.market-filter{justify-content:space-between}.segmented button{font-size:10px;padding:8px 12px}.search-input input{width:100%;font-size:11px}.listing-grid{grid-template-columns:1fr;gap:16px}.market-card{padding:21px;border-radius:14px}.card-top{margin-bottom:16px}.market-card h3{font-size:22px}.market-subtitle{font-size:10px}.card-money strong{font-size:24px}.card-money strong span{font-size:10px}.card-money small{font-size:10px}.market-card .btn{min-height:41px;font-size:11px}.card-note{font-size:9px}.term-tags .badge{font-size:9px}.card-position{font-size:11px}.market-footnote{align-items:flex-start;line-height:1.8;font-size:8px;text-align:left;margin:17px 0 0}.market-footnote .icon{margin-top:2px;flex-shrink:0}.learn-banner{padding:24px;flex-wrap:wrap;gap:18px;margin:21px 0 35px}.learn-illustration{width:40px;height:40px;border-radius:11px;align-self:flex-start}.learn-illustration .icon{width:24px;height:24px}.learn-banner>div:nth-child(2){flex-basis:calc(100% - 60px)}.learn-banner h2{font-size:21px;margin:8px 0 11px}.learn-banner p{font-size:11px}.learn-banner>.btn{width:100%;font-size:11px}.learn-banner .eyebrow{font-size:7px}.page-heading{padding:30px 0 25px;align-items:flex-start;flex-wrap:wrap;gap:16px}.page-heading .eyebrow{font-size:8px;margin-bottom:10px}.page-heading h1{font-size:32px;letter-spacing:-1.3px}.page-heading p{font-size:12px;margin-top:12px}.page-heading>.btn{font-size:10px;min-height:36px;padding:10px 13px}.create-presets{grid-template-columns:1fr;gap:10px;margin-bottom:18px}.starter-card{padding:13px 16px}.starter-card strong{font-size:12px}.starter-card small{font-size:10px}.starter-card>.icon{display:block}.starter-icon{padding:9px}.builder-layout{gap:18px;margin-bottom:35px}.builder-form{padding:0 20px}.form-section{padding:24px 0}.step-title h2{font-size:17px}.step-title p{font-size:10px;line-height:1.8}.step-title{gap:10px;margin-bottom:18px}.asset-select-row{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);gap:4px;margin-bottom:20px}.asset-select .asset-icon{display:none}.asset-select{padding:5px}.asset-select select{font-size:10px;min-height:36px;padding-left:5px;padding-right:12px}.asset-select-row label>span{font-size:10px;margin-bottom:7px}.swap-button{height:26px;width:26px;margin-bottom:11px}.swap-button .icon{height:13px;width:13px}.side-choice{gap:8px}.side-choice button{padding:9px 7px;font-size:9px;gap:6px;min-height:43px}.side-choice .asset-icon.small{height:22px;width:22px;font-size:12px;border-radius:6px}.side-choice .icon{width:12px!important;height:12px!important}.preset-row{gap:6px}.preset{min-height:35px;padding:7px 11px;font-size:11px}.custom-label{font-size:9px;margin-left:0}.inline-field{font-size:9px;gap:9px}.inline-field input{min-height:33px;width:61px;font-size:11px}.summary-panel{padding:23px}.risk-reward strong{font-size:25px}.summary-panel .btn{font-size:12px}.calculator-layout{grid-template-columns:1fr;gap:19px}.calc-inputs,.calc-output{padding:23px}.calc-output{position:static}.calc-output .calc-result-big{font-size:49px}.calc-output .calc-kpis strong{font-size:25px}.calc-kpis>div>span{font-size:10px}.calc-breakdown>div>span{font-size:10px}.calc-breakdown strong{font-size:11px}.calc-output>.eyebrow{font-size:9px}.calc-mode{margin:20px 0}.two-col{gap:13px}.field-label{font-size:10px;gap:7px}.field-label input,.field-label select{font-size:12px;padding:10px 11px;min-height:43px}.return-control label{font-size:11px}.scenario-chips{gap:6px}.scenario-chips>span{flex-basis:100%;margin-bottom:3px;font-size:9px}.scenario-chips button{padding:7px 10px;font-size:10px}.chart-panel,.scenarios-panel{padding:22px 15px;margin:19px 0}.chart-panel .panel-heading,.scenarios-panel .panel-heading{align-items:flex-start;gap:13px;flex-wrap:wrap;padding:0 5px}.chart-panel h2,.scenarios-panel h2{font-size:18px}.chart-panel p,.scenarios-panel p{font-size:10px}.panel-heading .badge{font-size:9px}.payoff-chart{margin-top:8px}.chart-bounds{flex-wrap:wrap;gap:7px;font-size:9px;line-height:1.7}.chart-bounds strong{font-size:9px}.chart-bounds>span{flex-basis:100%;height:0;margin:0}.scenarios-panel td,.scenarios-panel th{font-size:10px;padding:12px}.callout{padding:18px 20px;margin:22px 0}.callout strong{font-size:12px}.callout p{font-size:11px;line-height:1.9}.learn-layout{margin:0 0 35px;gap:15px}.lesson-nav{margin:0 -20px;padding:3px 20px 10px}.lesson-nav>a:not(.lesson-calculator){padding:10px 11px;font-size:10px}.lesson-content{padding:26px 21px}.lesson-content>h2{font-size:27px;margin-bottom:14px;letter-spacing:-1px}.lesson-intro{font-size:12px;line-height:1.85;margin-bottom:21px}.lesson-meta{gap:10px;margin-bottom:20px}.lesson-meta .badge{font-size:9px}.lesson-meta>span:last-child{font-size:9px}.lesson-steps>section{gap:12px;padding:19px 0}.lesson-steps>section>b{width:24px;height:24px;font-size:9px;border-radius:6px}.lesson-steps h3{font-size:14px;line-height:1.4;letter-spacing:-.3px}.lesson-steps p{font-size:11px;line-height:1.9}.lesson-content>h3{font-size:16px;margin:23px 0 9px}.lesson-content>p:not(.lesson-intro){font-size:11px}.formula{padding:14px;font-size:11px}.lesson-content .callout{padding:17px}.lesson-content th,.lesson-content td{font-size:9px;padding:11px}.lesson-bottom{flex-direction:column;gap:10px;margin-top:25px}.lesson-bottom .btn{font-size:11px}.risk-grid{grid-template-columns:1fr;gap:11px}.risk-grid section{padding:16px}.risk-grid h3{font-size:13px}.risk-grid p{font-size:11px}.wallet-stats{grid-template-columns:1fr;gap:12px;margin:0 0 20px}.wallet-stats .panel{padding:20px}.wallet-stats strong{font-size:32px;margin:10px 0}.wallet-stats .panel>span{font-size:11px}.wallet-stats .panel>small,.wallet-stats a{font-size:10px}.portfolio-toolbar{flex-wrap:wrap;gap:12px;margin-bottom:15px}.portfolio-toolbar .segmented{width:100%;justify-content:space-between}.portfolio-toolbar .segmented button{padding:8px 10px;font-size:10px}.portfolio-toolbar>.btn{margin-left:auto;font-size:10px}.portfolio-row{gap:14px;padding:19px 17px}.portfolio-pair h3{font-size:15px}.portfolio-pair p{font-size:9px}.portfolio-pair .asset-icon{height:29px;width:29px;font-size:14px;border-radius:9px}.portfolio-pair{gap:8px;flex-basis:100%}.portfolio-status{flex-basis:100%;align-items:flex-start;flex-direction:row;align-items:center;gap:10px}.portfolio-status .badge{align-self:center;font-size:9px}.portfolio-status small{font-size:8px}.portfolio-value small{font-size:9px}.portfolio-value strong{font-size:19px}.ledger-details{padding:20px;margin:23px 0 35px}.back-link{font-size:10px;margin-top:22px}.bet-heading{flex-wrap:wrap;gap:15px;margin-top:18px}.bet-heading h1{font-size:30px;letter-spacing:-1px}.bet-heading h1>span{font-size:18px;margin:0 4px}.bet-heading .pair-icons .asset-icon{height:31px;width:31px;font-size:15px}.bet-heading>div:first-child{gap:12px}.bet-description{font-size:10px;line-height:1.8;margin-top:13px}.bet-timeline{display:grid;grid-template-columns:1fr 1fr;gap:20px 13px;margin:21px 0;padding:21px 17px}.bet-timeline strong{font-size:10px}.bet-timeline small{font-size:8px}.bet-timeline>div>span{height:24px;width:24px;font-size:9px}.bet-main,.bet-prices,.training-panel{padding:23px 20px}.terms-grid strong{font-size:24px}.terms-grid>div>span{font-size:10px}.participants>div{padding:11px}.participant-title .asset-icon{width:27px;height:27px;font-size:14px;border-radius:8px}.participant-title{gap:8px}.participant-title strong{font-size:10px}.participants .badge{font-size:8px;padding:3px 6px}.bet-main .summary-rows>div{font-size:10px}.bet-main .summary-rows strong{font-size:10px}.bet-prices .panel-heading{flex-wrap:wrap;gap:12px}.bet-prices td,.bet-prices th{font-size:9px;padding:11px 8px}.training-panel h2{font-size:20px}.training-panel>p{font-size:11px}.training-panel .field-label{font-size:9px}.training-panel small{font-size:9px}.faucet-layout{grid-template-columns:1fr;gap:18px;margin:0 0 20px}.test-wallet-card{padding:28px}.wallet-card-top{margin-bottom:25px;font-size:8px}.test-wallet-card>span{font-size:10px}.test-balance{font-size:47px;margin:9px 0 30px}.wallet-card-bottom{font-size:10px}.wallet-card-bottom>span+span{font-size:7px}.faucet-panel{padding:24px}.faucet-panel h2{font-size:22px}.environment-cards{grid-template-columns:1fr;gap:10px}.environment-cards>div{padding:5px 0 17px}.environment-cards>div+div{padding:22px 0 5px;border-left:0;border-top:1px solid var(--line)}.environment-cards h3{font-size:15px}.environment-cards p{font-size:11px}.panel>.panel-heading>h2{font-size:19px}.panel>.panel-heading>.text-link{font-size:9px}.settings-panel{padding:23px}.settings-panel>h2{font-size:19px}.toggle-row{gap:20px;padding:17px 0}.toggle-row strong{font-size:11px}.toggle-row small{font-size:10px}.settings-panel>p{font-size:11px}.asset-catalogue{grid-template-columns:1fr;gap:14px;margin:0 0 22px}.asset-card{padding:21px}.asset-card dl{font-size:10px}.request-panel{grid-template-columns:1fr;gap:24px;padding:25px;margin-bottom:35px}.request-panel h2{font-size:25px}.request-panel p{font-size:11px}.login-gate{margin:38px 0 55px;padding:40px 24px}.login-gate h1{font-size:29px}.login-gate p{font-size:12px}.login-gate>.text-link{font-size:10px}.login-gate>.eyebrow{font-size:8px}.modal-overlay{padding:17px}.modal{padding:28px 23px;max-height:92vh;border-radius:16px}.modal-close{right:10px;top:10px}.modal h2{font-size:27px;letter-spacing:-1px;margin:13px 0 16px}.modal>p{font-size:12px}.modal .field-label{font-size:11px}.local-inbox{padding:15px}.local-inbox>span{font-size:7px}.modal-actions{gap:9px}.modal-actions .btn{font-size:10px;padding:11px 12px}.confirm-amount{font-size:36px}.notification-item p{font-size:10px}.notification-item strong{font-size:11px}.site-footer{padding:24px 20px 20px}.footer-top{gap:14px}.footer-top .brand{font-size:20px}.footer-top>p{text-align:left;font-size:9px;flex-basis:100%;order:2}.footer-top>div{justify-content:flex-start;gap:16px;font-size:9px;order:3}.footer-bottom{flex-direction:column;align-items:flex-start;gap:7px;margin-top:18px;padding-top:17px;font-size:7px}.empty{padding:45px 20px}.empty h3{font-size:20px}.empty p{font-size:11px}.mobile-only{display:block}#toasts{bottom:15px;right:15px;max-width:calc(100% - 30px)}.toast{padding:14px 17px;font-size:11px}.section-cta{margin:28px 0 40px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.recent-markets{margin:0 0 28px;padding:22px 25px}.recent-markets .panel-heading{align-items:center}.recent-markets .panel-heading h2{font-size:19px;margin-top:5px}.recent-markets .panel-heading p{font-size:10px;margin-top:5px}.recent-market-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.recent-market-chip{display:flex;align-items:center;gap:9px;border:1px solid #e2e8f1;border-radius:10px;background:#fff;padding:11px 12px;color:var(--ink);min-width:0}.recent-market-chip:hover{border-color:#b7c7f5;background:#fbfcff}.recent-market-chip .pair-icons{flex-shrink:0}.recent-market-chip>span{min-width:0;flex:1}.recent-market-chip strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-market-chip strong em{font-style:normal;color:#9aa6b7;font-weight:400;margin:0 3px}.recent-market-chip small{display:block;color:var(--muted);font-size:8px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-market-chip>.icon{width:13px;height:13px;color:#9aa8ba;flex-shrink:0}@media(max-width:800px){.recent-markets{padding:20px}.recent-market-list{grid-template-columns:1fr}.recent-market-chip{min-height:47px}}
.asset-request-history{margin:22px 0 35px}.asset-request-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding:16px 0;border-top:1px solid var(--line)}.asset-request-row:first-of-type{border-top:0}.asset-request-row strong{display:block}.asset-request-row small{display:block;color:var(--muted);margin-top:3px}.asset-request-row p{font-size:11px;margin-top:8px;line-height:1.6}.asset-request-row>.badge{flex-shrink:0}
@media(max-width:700px){.asset-request-row{gap:10px}.asset-request-row>.badge{white-space:normal;text-align:right;max-width:120px}}

.payoff-explanation{padding:20px 24px}.payoff-explanation summary{cursor:pointer;display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:13px}.payoff-explanation summary span{font:10px ui-monospace,SFMono-Regular,Consolas,monospace;color:#8798b1}.payoff-explanation[open] summary{margin-bottom:16px}.payoff-explanation p{font-size:11px;line-height:1.8;color:#7f90a8;margin:10px 0}.payoff-explanation .formula{margin:12px 0}
/* Staged paper tutorial challenge */
.tutorial-panel{margin:0 0 28px;padding:28px 32px;border-color:#dce5f8;background:linear-gradient(145deg,#fbfcff,#f5f8ff)}.tutorial-panel .panel-heading{margin-bottom:13px}.tutorial-panel h2{font-size:22px;margin-top:6px}.tutorial-panel>p{font-size:12px;line-height:1.8;color:#7f8ea5;max-width:780px}.tutorial-progress{display:block;width:100%;height:7px;background:#e7edf8;border:0;border-radius:9px;overflow:hidden;margin:18px 0 23px}.tutorial-progress::-webkit-progress-bar{background:#e7edf8;border-radius:9px}.tutorial-progress::-webkit-progress-value{background:#7894df;border-radius:inherit;transition:width .2s ease}.tutorial-progress::-moz-progress-bar{background:#7894df;border-radius:inherit;transition:width .2s ease}.tutorial-stage-meta{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#8798b7;font-weight:650;margin-bottom:9px}.tutorial-stage h3{font-size:17px;line-height:1.55;max-width:780px;margin-bottom:15px}.tutorial-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tutorial-option{border:1px solid #dce4f3;background:#fff;border-radius:9px;color:#526582;text-align:left;padding:14px 15px;font:inherit;font-size:11px;line-height:1.55;cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.tutorial-option:hover,.tutorial-option:focus-visible{border-color:#829be1;background:#f4f7ff;transform:translateY(-1px);outline:none}.tutorial-option:disabled{opacity:.58;cursor:wait;transform:none}.tutorial-feedback{margin-top:16px;padding:13px 15px;border-radius:8px;font-size:11px;line-height:1.7}.tutorial-feedback.correct{background:#edf9f3;border:1px solid #cfeede;color:#397b61}.tutorial-feedback.incorrect{background:#fff7e9;border:1px solid #f4e1b8;color:#856526}.tutorial-complete .row-actions{margin:18px 0 4px}.tutorial-gate .btn{margin:13px 0 2px}.tutorial-panel .fine-print{font-size:9px;color:#99a7bb;margin-top:14px}
@media(max-width:650px){.tutorial-panel{padding:23px 20px;margin-bottom:22px}.tutorial-panel h2{font-size:20px}.tutorial-panel>p{font-size:11px}.tutorial-options{grid-template-columns:1fr;gap:8px}.tutorial-option{font-size:11px;padding:12px 13px}.tutorial-stage h3{font-size:15px}.tutorial-complete .row-actions{flex-direction:column;align-items:stretch}.tutorial-complete .row-actions .btn{width:100%}}

/* Optional consent for aggregate invite-cohort measurement */
.consent-row{display:flex;align-items:flex-start;gap:10px;margin:15px 0 18px;padding:12px 13px;border:1px solid #e1e7f1;border-radius:10px;background:#f9fbff;cursor:pointer}.consent-row input{flex:0 0 auto;margin:2px 0 0}.consent-row span{display:flex;flex-direction:column;gap:3px}.consent-row strong{font-size:11px;color:#526582}.consent-row small{font-size:9px;line-height:1.6;color:#8793a7}.consent-row:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #3559e612}
.login-resend{display:flex;align-items:center;justify-content:center;gap:.65rem;min-height:2.25rem;margin-top:.85rem}.login-resend #resend-status{font-size:.8rem;color:var(--muted);text-align:left}

.policy-page{padding:34px 38px 40px}.policy-page h2{font-size:20px;margin:25px 0 10px}.policy-page h2:first-child{margin-top:0}.policy-page p{font-size:12px;line-height:1.9;margin-bottom:16px}.policy-page ul{margin:0 0 19px;padding-left:22px;color:var(--muted);font-size:12px;line-height:1.9}.policy-page li+li{margin-top:6px}.policy-page .fine-print{margin-top:28px;font-size:10px}.policy-page .text-link{display:inline-flex;font-size:10px}
@media(max-width:650px){.policy-page{padding:25px 21px 30px}.policy-page h2{font-size:18px}.policy-page p,.policy-page ul{font-size:11px;line-height:1.85}}
.network-state{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid #efc9c5;border-radius:999px;background:#fff5f4;color:#a44a40;font-size:9px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.network-state[hidden]{display:none}.scope-label{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid #cdd8ed;border-radius:999px;background:#f8faff;color:#50648b;font-size:9px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.open-scope-warning{display:inline-flex;align-items:center;padding:2px 8px;border:1px solid #e7c77d;border-radius:999px;background:#fff8e9;color:#91651e;font-size:9px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.mobile-nav a.active{background:#e7edff;color:var(--blue);font-weight:650}@media(max-width:650px){.environment-bar>div{flex-wrap:wrap;row-gap:5px}.network-state{font-size:7px;padding:2px 6px}.scope-label{font-size:7px;padding:2px 6px}.open-scope-warning{font-size:7px;padding:2px 6px;max-width:100%}}

/* Shared-round creation context */
.round-create-context{margin:0 0 24px;color:#697b97}
.round-create-context>div{min-width:0}
.round-create-context strong{display:block;color:#526b9d;font-size:12px}
.round-create-context p{margin:4px 0 8px;font-size:11px}
@media(max-width:650px){.page-heading .row-actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.page-heading .row-actions .btn{flex:1 1 auto}.round-create-context{align-items:flex-start}}


.saved-preset{display:inline-flex;align-items:stretch}.saved-preset .preset{border-radius:8px 0 0 8px}.preset-remove{border:1px solid #dce3f0;border-left:0;background:#fff;color:#9aa8ba;border-radius:0 8px 8px 0;padding:0 9px;font-size:16px;line-height:1}.preset-remove:hover{background:#fff2f2;color:#c35b61}

.market-directory{margin:0 0 28px;padding:25px}.market-room-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 14px;padding-top:14px;border-top:1px solid #edf1f7}.market-room-toolbar .sort-select{margin-left:0;flex-shrink:0}.market-room-toolbar .sort-select select{min-height:36px;font-size:10px}.market-room-toolbar .room-search{flex:1;max-width:330px}.market-room-toolbar .room-search input{width:100%;min-height:36px;font-size:10px}.market-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.market-room-card{border:1px solid #e1e7f0;border-radius:12px;padding:17px;background:#fff}.market-room-card h3{font-size:17px;margin:12px 0 5px}.market-room-card h3 span{color:#9aa6b7;font-size:11px;font-weight:400}.room-lanes{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.room-lanes>div{background:#f6f8fc;border-radius:8px;padding:10px}.room-lanes strong{display:block;font-size:20px;color:#3e5eb9}.room-lanes span{display:block;margin-top:3px;font-size:9px;color:#8291a8}.market-offer{border:1px solid #e3e8f1;border-radius:10px;padding:14px;margin:10px 0}.market-offer-top{display:flex;justify-content:space-between;gap:8px;align-items:center}.market-offer-top strong{font-size:12px}.market-offer>small{display:block;color:#8b99ad;font-size:9px;margin:8px 0 12px}.market-publish-link{margin-top:10px}.room-detail-terms{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:22px}.room-detail-terms>div{background:#f6f8fc;border-radius:9px;padding:14px}.room-detail-terms span{display:block;color:#8492a8;font-size:9px}.room-detail-terms strong{display:block;margin-top:5px;font-size:18px}.market-sides{display:grid;grid-template-columns:1fr 1fr;gap:22px}.empty.compact{padding:25px 10px}.empty.compact h3{font-size:16px}.empty.compact p{font-size:10px}.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}@media(max-width:800px){.market-room-grid,.market-sides{grid-template-columns:1fr}.market-directory{padding:20px}.market-room-toolbar{justify-content:space-between;flex-wrap:wrap}.market-room-toolbar .room-search{max-width:none}.room-detail-terms{grid-template-columns:1fr 1fr}}
.market-offer-direction{display:flex;align-items:center;gap:6px;margin:9px 0 2px;color:#71829b;font-size:9px;line-height:1.5}.market-offer-direction strong{color:#4f6487;font-weight:700}.market-offer-direction span:nth-child(2){color:#9ba9bb;font-size:12px}
.market-wallet-label{color:#63779d;font-variant-numeric:tabular-nums}
.market-maker-label{font-size:9px;color:#63779d;margin:-8px 0 15px;font-variant-numeric:tabular-nums}
.portfolio-search{flex:1;max-width:240px}.portfolio-search input,.portfolio-sort select,.portfolio-state select{width:100%;min-height:34px;border:1px solid #dfe6f1;border-radius:8px;background:#fff;color:#526783;padding:8px 10px;font-size:10px}.portfolio-sort,.portfolio-state{width:135px}.portfolio-sort select,.portfolio-state select{cursor:pointer}.portfolio-state span{display:block;font-size:9px;color:#8e9eb5;margin:0 0 4px 2px}
@media(max-width:650px){.portfolio-toolbar{align-items:stretch;flex-wrap:wrap;gap:10px}.portfolio-toolbar .segmented{width:100%;overflow:auto}.portfolio-state{order:2;width:135px}.portfolio-search{order:3;max-width:none;flex:1}.portfolio-sort{order:4;width:135px}.portfolio-toolbar>a{order:5}}


.reference-provenance{margin-top:22px}.reference-provenance-intro{font-size:12px;line-height:1.8;margin:-8px 0 20px;color:#8b9bb2}.reference-snapshot-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reference-snapshot{padding:17px;background:#f9fbfe;border:1px solid #e7edf6;border-radius:11px}.reference-snapshot-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.reference-snapshot-heading h3{font-size:14px}.reference-snapshot p{font-size:11px;line-height:1.8}.reference-snapshot dl{display:grid;gap:9px;margin:0}.reference-snapshot dl>div{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px;font-size:10px}.reference-snapshot dt{color:#94a3b8}.reference-snapshot dd{margin:0;color:#647795;overflow-wrap:anywhere}.reference-snapshot code{font-size:9px}.reference-practice{background:#fffaf0;border-color:#f1dfb5}.reference-provenance>.fine-print{margin-top:15px}@media(max-width:650px){.reference-snapshot-grid{grid-template-columns:1fr}.reference-provenance{padding:23px 20px}.reference-provenance-intro{font-size:11px}.reference-snapshot dl>div{grid-template-columns:74px minmax(0,1fr);font-size:9px}}
.preset-library{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0 0 45px}.preset-library-card{padding:22px}.preset-library-card .panel-heading{align-items:flex-start;margin-bottom:16px}.preset-library-card h2{font-size:18px}.preset-library-card .term-tags{min-height:45px}.preset-library-card .row-actions{margin-top:18px;flex-wrap:wrap}.preset-library-card .row-actions .btn{flex:1 1 auto}@media(max-width:800px){.preset-library{grid-template-columns:1fr;gap:12px}.preset-library-card{padding:20px}}

.preset-toolbar{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.75fr) auto;gap:14px;align-items:end;margin-bottom:16px}.preset-toolbar .field-label{margin:0}.preset-toolbar .fine-print{padding-bottom:11px;white-space:nowrap}@media(max-width:700px){.preset-toolbar{grid-template-columns:1fr}.preset-toolbar .fine-print{padding-bottom:0}}

.market-directory{scroll-margin-top:24px}.rounds-toolbar{display:flex;align-items:end;gap:16px;margin:20px 0 24px;padding:18px 20px}.rounds-toolbar .search-input{flex:1;max-width:420px}.rounds-toolbar .sort-select{width:180px}.rounds-toolbar .fine-print{margin-left:auto;white-space:nowrap}
@media(max-width:650px){.rounds-toolbar{align-items:stretch;flex-wrap:wrap;gap:12px;margin:16px 0 20px;padding:16px}.rounds-toolbar .search-input,.rounds-toolbar .sort-select{max-width:none;width:100%}.rounds-toolbar .fine-print{margin-left:0}}
.directory-loading,.directory-refresh-note{display:flex;align-items:center;justify-content:center;gap:10px;min-height:90px;color:var(--muted);font-size:12px}.directory-refresh-note{justify-content:flex-start;min-height:34px;margin:0 0 12px;padding:8px 12px;border:1px solid #e4eaf4;border-radius:9px;background:#f8faff;color:#667590}.directory-refresh-note .loading-ring{width:15px;height:15px}
.directory-result-summary{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:var(--muted);font-size:11px;white-space:nowrap}.directory-result-summary .directory-updated.stale{color:var(--warning,#9a6700)}.market-room-toolbar .directory-result-summary,.market-toolbar .directory-result-summary{flex-shrink:0}.market-room-freshness{margin:12px 0 0;color:var(--muted);font-size:11px;text-align:right}.market-room-freshness.stale{color:var(--warning,#9a6700)}.market-room-freshness .btn{padding:0 0 0 6px;min-height:0;vertical-align:baseline}@media(max-width:800px){.directory-result-summary{width:100%;margin-left:0;justify-content:flex-start;order:10}.market-room-freshness{text-align:left}}
.market-mainnet-preview{margin:12px 0 0;font-size:11px;line-height:1.65}.market-mainnet-preview strong{font-weight:700}
.discovery-filter-summary{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:-5px 0 15px}.discovery-filter-summary .filter-chip{border:0;cursor:pointer}.discovery-filter-summary .filter-chip span{font-size:13px;line-height:0;margin-left:3px}
.market-offer-sort{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:650}.market-offer-sort select{min-height:36px;font-size:10px;padding:0 24px 0 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink)}@media(max-width:800px){.market-offer-sort{width:100%;justify-content:flex-start}.market-offer-sort select{flex:1}}
.candidate-list{display:grid;gap:10px;margin:18px 0}.candidate-card{border:1px solid #e1e7f0;border-radius:10px;padding:13px;background:#f9fbfe}.candidate-card p{font-size:10px;color:#8291a8;margin:7px 0 11px}.candidate-card .btn{min-height:37px;font-size:10px}
.portfolio-row-main{display:flex;align-items:center;justify-content:space-between;gap:25px;flex:1;min-width:0;color:inherit}.portfolio-row-main>.icon{width:15px;height:15px;color:#b2bed1;flex-shrink:0}.portfolio-row>[data-action="renew-offer"]{flex-shrink:0;font-size:10px;min-height:34px;padding:8px 11px}
@media(max-width:650px){.portfolio-row-main{flex-wrap:wrap;gap:14px}.portfolio-row-main .portfolio-pair{flex-basis:100%}.portfolio-row-main .portfolio-status{flex-basis:100%;align-items:flex-start;flex-direction:row}.portfolio-row-main .portfolio-status .badge{align-self:center}.portfolio-row-main .portfolio-value{flex-basis:calc(100% - 40px)}.portfolio-row>[data-action="renew-offer"]{margin-left:auto}}

/* Paircast responsive navigation */
@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-toggle { display: flex; }
  .nav-actions { margin-left: auto; }
  .nav-wrap { gap: 12px; }
  .mobile-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px 20px 20px;
    gap: 8px;
    border-top: 1px solid var(--line);
  }
  .mobile-nav a {
    padding: 10px;
    background: #f5f8fd;
    border-radius: 8px;
    font-size: 12px;
    color: #6d7e9a;
  }
}
.notification-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.notification-row>.notification-item{flex:1;border-bottom:0}.notification-row>[data-action="notification-renew"]{flex:0 0 auto;white-space:nowrap}

.builder-pair-hint{display:flex;align-items:center;gap:9px;margin:-8px 0 17px;padding:9px 11px;border:1px solid #e2e9f5;border-radius:9px;background:#f8faff;color:#71829e}.builder-pair-hint>span{font-size:8px;letter-spacing:.08em;font-weight:700;color:#5870b3;white-space:nowrap}.builder-pair-hint .btn{font-size:10px;padding:0;min-height:24px}.builder-pair-hint small{font-size:9px;color:#91a0b5}@media(max-width:650px){.builder-pair-hint{align-items:flex-start;flex-wrap:wrap;gap:5px 8px}.builder-pair-hint small{flex-basis:100%;margin-left:1px}}
.pair-shortcuts{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:-4px 0 14px;padding:0 2px}.sort-shortcuts{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:-3px 0 12px;padding:0 2px}.sort-explanation{display:flex;align-items:center;gap:6px;margin:-5px 0 12px;padding:0 2px;color:#8290a6;font-size:10px}.sort-explanation .icon{width:13px;height:13px;color:#91a5d8;flex-shrink:0}.sort-shortcuts-label{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sort-shortcut{border:1px solid #dfe6f1;border-radius:999px;background:#fff;color:#627392;padding:6px 10px;font:650 10px/1 var(--font);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.sort-shortcut:hover,.sort-shortcut:focus-visible{border-color:#9fb3ed;background:#eef3ff;color:#3154b0;outline:none}.sort-shortcut.chosen{border-color:#9fb3ed;background:#eef3ff;color:#3154b0}@media(max-width:650px){.sort-shortcuts{align-items:flex-start;gap:6px}.sort-shortcuts-label{flex-basis:100%}.sort-shortcut{min-height:32px}}
.pair-shortcuts-label{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.pair-shortcut-list{display:flex;gap:7px;flex-wrap:wrap}.pair-shortcut{border:1px solid #dfe6f1;border-radius:999px;background:#f8faff;color:#526b9b;padding:7px 10px;font:650 10px/1 var(--font);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.pair-shortcut:hover,.pair-shortcut:focus-visible{border-color:#9fb3ed;background:#eef3ff;color:#3154b0;outline:none}.pair-shortcut span{color:#9aa8ba;font-weight:500;margin:0 2px}@media(max-width:650px){.pair-shortcuts{align-items:flex-start;flex-direction:column;gap:7px}.pair-shortcut{min-height:34px}}
.pair-shortcut.chosen{border-color:#9fb3ed;background:#eef3ff;color:#3154b0}
.pair-shortcuts-note{color:#91a0b5;font-size:9px}
.search-input{position:relative}.field-label.search-input{display:flex;flex-direction:row;align-items:center;gap:0;margin:0;padding:0 8px;border:1px solid #e1e7f1;border-radius:9px;background:#fff;color:#92a0b5}.field-label.search-input input{flex:1;min-width:0;border:0;background:transparent;box-shadow:none;min-height:37px;padding:8px 7px}.portfolio-search.search-input{display:flex;align-items:center;gap:0;padding:0 7px;max-width:240px;border:1px solid #dfe6f1;border-radius:8px;background:#fff;color:#92a0b5}.portfolio-search.search-input input{flex:1;min-width:0;border:0;background:transparent;box-shadow:none;min-height:34px;padding:8px 6px}.search-input>.icon{width:15px;height:15px;flex:none}.search-clear{border:0;background:transparent;color:#9aa8ba;width:24px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;border-radius:6px;flex:none}.search-clear:hover,.search-clear:focus-visible{background:#eef3fb;color:var(--ink);outline:none}

.room-lanes small{display:block;margin-top:4px;font-size:8px;color:#9aa7b8}.market-side-meta{display:block;margin-top:3px;font-size:9px;color:#9aa7b8}

.market-view-tabs{display:flex;gap:4px;overflow-x:auto;margin:4px 0 0;padding:3px;background:#f3f6fb;border:1px solid #e7edf6;border-radius:10px;width:max-content;max-width:100%}.market-view-tabs button{border:0;background:transparent;color:#70809a;padding:8px 12px;border-radius:7px;white-space:nowrap;font:650 10px/1 var(--font);cursor:pointer}.market-view-tabs button:hover,.market-view-tabs button:focus-visible{color:var(--blue);outline:none}.market-view-tabs button.selected{background:#fff;color:var(--blue);box-shadow:0 2px 6px #263b5c12}@media(max-width:650px){.market-view-tabs{width:100%;justify-content:stretch}.market-view-tabs button{flex:1;padding:9px 8px;font-size:9px}}

.check-row{display:flex;align-items:flex-start;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);cursor:pointer}.check-row input{margin-top:3px;accent-color:var(--blue)}.check-row strong,.check-row small{display:block}.check-row strong{font-size:12px;color:var(--ink)}.check-row small{font-size:10px;color:#8b9bb1;line-height:1.7;margin-top:4px}
.partial-pool-list{display:grid;gap:8px;margin:16px 0;padding:12px;border:1px solid var(--line);border-radius:10px;background:#f8faff}.partial-pool-list>strong{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.partial-pool-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid var(--line)}.partial-pool-row:first-of-type{border-top:0}.partial-pool-row>div:first-child{display:grid;gap:4px}.partial-pool-row small{color:var(--muted)}.partial-pool-row .btn{width:auto;white-space:nowrap}@media(max-width:620px){.partial-pool-row{align-items:stretch;flex-direction:column}.partial-pool-row .btn{width:100%}}
.partial-progress{display:grid;grid-template-columns:minmax(90px,1fr) auto;align-items:center;gap:8px;margin:10px 0;color:var(--muted);font-size:11px}.partial-progress meter{width:100%;height:8px;accent-color:var(--accent)}.partial-progress span{white-space:nowrap}.market-offer .partial-progress{margin:8px 0 4px}.market-offer .partial-progress span{font-size:10px}
.fill-presets{display:flex;gap:8px;flex-wrap:wrap;margin:-2px 0 12px}.fill-presets .preset{min-width:58px}
