/* Product surfaces: scoped components; trade positioning is owned by index.html. */
.eyebrow{font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.08em;display:inline-flex;align-items:center;gap:8px;color:var(--ink-2)}
.brand-dot,.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--mint);border:1.5px solid var(--ink)}
.launch-hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:60px;padding:52px 0 40px}
.launch-hero h1{font-family:var(--display);font-weight:400;font-size:clamp(40px,4.8vw,67px);line-height:1.05;letter-spacing:-.03em;margin:22px 0}
.hero-mark{position:relative;display:inline-block;isolation:isolate}
.hero-mark::after{content:"";position:absolute;inset:auto -4px 3px;height:18px;background:var(--mint);z-index:-1;transform:rotate(-1.5deg);border-radius:2px}
.hero-copy>p{font-size:18px;line-height:1.65;max-width:44ch;color:var(--ink-2);margin:0 0 26px}
.launch-hero .hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.launch-hero .hero-actions .btn{width:auto;font-size:16px;padding:13px 22px;display:flex;gap:22px;align-items:center;border-radius:12px}
.hero-secondary{background:none;border:0;border-bottom:1.5px solid var(--ink);padding:8px 0;font-weight:800;cursor:pointer;display:flex;gap:14px;align-items:center}
.hero-secondary:hover{color:var(--blue);border-color:var(--blue)}
.hero-footnote{display:flex;gap:7px;align-items:center;font-size:12px;color:var(--ink-2);margin-top:20px}
.pairing-board{border:2px solid var(--ink);border-radius:24px;background:var(--card);box-shadow:7px 7px 0 var(--ink);overflow:hidden}
.board-top{padding:16px 20px;border-bottom:1px solid rgba(22,18,23,.15);display:flex;justify-content:space-between;align-items:center;gap:12px}
.board-top .eyebrow{font-size:9px}.board-dots{font-size:9px;white-space:nowrap;letter-spacing:3px;color:var(--ink-2)}
.pairing-art{height:226px;position:relative;display:grid;place-items:center;overflow:hidden;background-color:#dff6d4;background-image:linear-gradient(rgba(22,18,23,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(22,18,23,.06) 1px,transparent 1px);background-size:25px 25px}
.orbit{position:absolute;border:1px solid rgba(22,18,23,.23);border-radius:50%;width:380px;height:145px;transform:rotate(-23deg)}
.orbit-two{width:335px;height:180px;transform:rotate(30deg)}
.idea-token{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(-9deg);height:156px;width:156px;border:2px solid var(--ink);border-radius:50%;background:#fff9e6;box-shadow:7px 7px 0 var(--ink),inset 0 0 0 8px #fff9e6,inset 0 0 0 9px rgba(22,18,23,.22)}
.idea-token>span{font-family:var(--mono);font-size:11px;letter-spacing:.12em}.idea-token strong{font-family:var(--display);font-weight:400;font-size:48px;line-height:1.1}.idea-token small{font-size:10px;font-weight:700;margin-top:6px}
.pairing-tag{position:absolute;right:20px;bottom:18px;transform:rotate(-5deg);border:2px solid var(--ink);border-radius:6px;background:var(--pink);color:var(--ink);font-size:12px;font-weight:800;padding:7px 12px;box-shadow:2px 2px 0 var(--ink)}
.art-spark{position:absolute;font-size:44px;line-height:1}.spark-one{left:32px;top:32px;color:var(--blue)}.spark-two{right:44px;top:38px;font-size:32px}
.board-bottom{padding:16px 20px 18px}.board-bottom>p{font-weight:800;font-size:17px;margin:0 0 12px}.board-bottom>small{display:block;font-size:10px;line-height:1.5;color:var(--ink-2);margin-top:12px}
.hero-pairs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.hero-pairs button{display:flex;align-items:center;gap:7px;padding:9px 8px;min-height:44px;background:var(--card);border:1.5px solid var(--ink);border-radius:10px;font-size:12px;cursor:pointer;transition:background .15s,transform .15s}
.hero-pairs button:hover{background:var(--paper);transform:translateY(-2px)}
.pair-glyph{display:grid;place-items:center;width:23px;height:23px;flex:none;border-radius:50%;background:#e7e5ff;color:#413a98;font-weight:800}.pair-glyph.stable{background:#dcf4d6;color:#235b2c}.pair-glyph.stock{background:#ffe3ee;color:#8c2146}.pair-next{margin-left:auto}
.launch-stats{display:flex;align-items:center;gap:28px;padding:18px 0;border-block:1px solid rgba(22,18,23,.22);font-size:12px;color:var(--ink-2);flex-wrap:wrap}.launch-stats b{font-size:18px;color:var(--ink);margin-right:6px}.launch-stats>a{margin-left:auto;font-weight:800;text-underline-offset:3px}
.launch-path{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid rgba(22,18,23,.22);padding:20px 0;gap:30px}
.launch-path>a{display:grid;grid-template-columns:30px 1fr auto;column-gap:10px;text-decoration:none;align-items:center}.launch-path>a>span{grid-row:span 2;font-family:var(--mono);font-size:11px;color:var(--ink-2)}.launch-path b{font-size:14px}.launch-path small{grid-column:2;color:var(--ink-2);font-size:12px}.launch-path i{grid-column:3;grid-row:1/3;font-style:normal}.launch-path a:hover b{text-decoration:underline;text-underline-offset:3px}
.discovery{margin-top:36px}.discovery .section-head{margin:0 0 20px}.discovery h2{font-size:36px;margin-top:7px}
.search-wrap{display:flex;align-items:center;gap:10px;flex:1;max-width:350px;background:var(--card);border:1.5px solid var(--ink);border-radius:12px;padding:0 14px;min-width:0}
.search-wrap:focus-within{outline:3px solid var(--blue);outline-offset:2px}.search-wrap svg{flex:none}.search-wrap .search{border:0;box-shadow:none;outline:none;min-width:0;padding:13px 0;width:100%;max-width:none;border-radius:0;background:transparent;font-size:13px}.search-wrap kbd{font-family:var(--mono);font-size:9px;color:var(--ink-2);white-space:nowrap}
.discovery .sec-row{border:0;border-bottom:1px solid rgba(22,18,23,.2);gap:6px;padding:0 0 16px;margin:0 0 16px;flex-wrap:wrap;overflow:visible}
.discovery .sec{flex:none;box-shadow:none;border:1.5px solid transparent;background:transparent;border-radius:9px;font-size:13px;padding:9px 12px;gap:7px;min-height:42px}.discovery .sec:hover{background:var(--paper-2)}.discovery .sec[aria-pressed=true]{background:var(--ink);color:var(--paper)}.discovery .sec .n{font-size:9px;background:rgba(100,100,100,.14);border-radius:4px;padding:1px 4px}
.discovery-controls{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.pair-filters{gap:6px}.pair-filters>.note{margin-right:4px}.pair-filters .fbtn{font-size:11px;border-width:1.5px;padding:5px 10px;min-height:32px}.sort-controls .sortsel{border:1.5px solid var(--ink);font-size:11px;min-height:34px;border-radius:8px}.sort-controls .seg-inline{border-width:1.5px;border-radius:8px}.sort-controls .seg-inline button{font-size:11px;min-height:31px;padding:5px 8px}
.result-count{margin:16px 0 12px;font-size:11px}
.coin-card{position:relative;min-width:0;display:flex}.coin-card>.coin{width:100%;height:100%;padding:18px;gap:16px;box-shadow:3px 3px 0 var(--ink);border-width:2px;border-radius:18px}.coin-card>.coin:hover{box-shadow:5px 6px 0 var(--ink)}
.coin-card .coin-top{padding-right:22px;gap:11px}.coin-card .avatar{width:48px;height:48px;border-width:1.5px;border-radius:13px}.coin-identity{min-width:0}.coin-card .coin-name{font-size:16px}.coin-card .coin-sym{margin-top:4px}.coin-card .coin-desc{font-size:12px;line-height:1.55;min-height:3.1em}.card-market{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-top:auto}.card-market small{display:block;font-size:10px;color:var(--ink-2);margin-bottom:2px}.card-market b{font-size:17px;letter-spacing:-.06em}.card-market .chip{font-size:10px;border-width:1.5px}.card-progress .bar{height:8px;border-width:1.5px;margin-top:8px}.card-progress .bar>i{border-right:0;background:var(--pink)}.card-progress .bar.done>i{background:var(--mint)}.card-progress .stat-row{font-size:10px}
.card-bottom{border-top:1px solid rgba(22,18,23,.14);padding-top:12px;font-size:10px;color:var(--ink-2);display:flex;justify-content:space-between;gap:10px}.card-bottom>span:last-child{white-space:nowrap}.card-bottom>span:last-child>span{margin-left:6px;font-size:15px;color:var(--ink)}
.watch-btn{position:absolute;right:10px;top:12px;display:flex;align-items:center;justify-content:center;gap:7px;width:36px;height:36px;background:transparent;border:1px solid transparent;border-radius:9px;color:var(--ink-2);cursor:pointer;z-index:1}.watch-btn:hover{background:var(--paper-2);border-color:rgba(22,18,23,.2)}.watch-btn[aria-pressed=true]{color:var(--ink)}.watch-btn[aria-pressed=true] path{fill:var(--mint)}.watch-detail{position:static;width:auto;height:38px;padding:8px 12px;font-size:12px;font-weight:800;border:1.5px solid var(--ink);background:var(--card)}
.coin-toolbar{display:flex;align-items:center;justify-content:space-between;margin-top:20px;gap:16px}.coin-toolbar .back{margin-top:0;font-size:13px}.coin-toolbar+.coin-page{margin-top:16px}
.discovery-empty{border:1.5px dashed rgba(22,18,23,.4);background:rgba(255,253,243,.6);padding:40px 24px;display:flex;align-items:center;flex-direction:column}.empty-icon{font-size:34px;line-height:1.2}.discovery-empty h3{font-family:var(--display);font-size:28px;font-weight:400;margin:12px 0 4px}.discovery-empty p{max-width:49ch;margin:0 0 20px;font-weight:400;font-size:14px;color:var(--ink-2)}.empty-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;justify-content:center}.empty-actions .btn{text-decoration:none;font-size:13px}.text-link{font-size:13px;text-underline-offset:4px}
.creation-heading{margin-top:34px}.creation-heading .page-title{margin-top:12px;font-size:clamp(30px,4vw,48px)}.creation-heading .lede{font-size:15px;color:var(--ink-2);margin-top:12px}.creation-heading+.launch{margin-top:26px}
.form-section{font-size:18px;font-weight:800;display:flex;align-items:center;gap:12px;margin:30px 0 16px;padding-top:24px;border-top:1px solid rgba(22,18,23,.15)}.form-section:first-child{margin-top:0;padding-top:0;border-top:0}.form-section>span{font-family:var(--mono);font-size:10px;display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(22,18,23,.22);border-radius:50%;background:var(--paper)}.form-intro{margin:-4px 0 22px}
.launch .input{border-width:1.5px;border-radius:10px}.launch .input-row{border-width:1.5px;border-radius:10px}.launch .qopt{border-width:1.5px;box-shadow:none;border-radius:12px;padding:12px 8px}.launch .qopt[aria-pressed=true]{background:var(--mint);color:var(--ink);box-shadow:2px 2px 0 var(--ink)}.launch-preview{background:#e6f5dc}.preview-heading{margin-bottom:18px}.preview-heading h3{font-family:var(--display);font-size:28px;text-transform:none;letter-spacing:-.02em;font-weight:400;margin:8px 0 4px}.preview-heading p{margin:0}.is-preview .coin{cursor:default;transform:none;box-shadow:3px 3px 0 var(--ink)}.is-preview .coin-top{padding-right:0}
@media(max-width:1100px){.launch-hero{gap:28px}.launch-hero h1{font-size:clamp(39px,4.8vw,58px)}.hero-copy>p{font-size:16px}.hero-pairs button{gap:5px;padding:9px 6px}.pair-next{display:none}.board-top{padding:14px}.board-bottom{padding:16px}.launch-hero .hero-actions{gap:16px}}
@media(max-width:820px){.launch-hero{grid-template-columns:1fr;gap:30px;padding:32px 0}.hero-copy>p{max-width:56ch}.launch-hero h1{font-size:clamp(43px,7vw,64px);margin:18px 0}.pairing-board{max-width:520px;width:100%;justify-self:center}.pairing-art{height:195px}.hero-pairs button{justify-content:center}.pair-next{display:inline;margin-left:8px}.launch-stats{gap:14px 22px}.launch-path{gap:14px}.launch-path>a{grid-template-columns:20px 1fr;gap:6px}.launch-path i{display:none}.search-wrap{max-width:none;flex-basis:100%}.discovery .section-head>.spacer{display:none}}
@media(max-width:560px){.launch-hero{padding-top:28px;gap:28px}.launch-hero h1{font-size:clamp(39px,10.5vw,54px)}.launch-hero .hero-actions{gap:12px}.launch-hero .hero-actions .btn{flex:none;padding:12px 16px;font-size:14px;gap:18px}.hero-secondary{font-size:12px;gap:8px}.hero-footnote{font-size:11px;margin-top:16px}.board-top .eyebrow{font-size:8px}.pairing-board{border-radius:20px;box-shadow:4px 4px 0 var(--ink);width:calc(100% - 5px);justify-self:start}.pairing-art{height:182px}.idea-token{height:136px;width:136px}.idea-token strong{font-size:43px}.pairing-tag{font-size:10px;right:14px;bottom:13px}.spark-one{left:20px;font-size:34px}.spark-two{right:26px}.board-bottom>p{font-size:15px}.board-bottom>small{font-size:9px}.hero-pairs{gap:7px}.hero-pairs button{font-size:11px;gap:5px}.pair-glyph{width:21px;height:21px}.pair-next{display:none}.launch-path{grid-template-columns:1fr;padding-block:8px;gap:0}.launch-path>a{padding:12px 0;grid-template-columns:28px 1fr auto}.launch-path>a+a{border-top:1px solid rgba(22,18,23,.12)}.launch-path i{display:block}.launch-path small{font-size:11px}.launch-stats{font-size:11px}.launch-stats b{font-size:16px}.launch-stats>a{margin-left:0}.discovery{margin-top:28px}.discovery h2{font-size:32px}.discovery .sec{font-size:12px}.sort-controls{width:100%}.sort-controls .seg-inline{margin-left:auto}.discovery-controls{gap:12px}.coin-card>.coin{padding:18px;gap:14px}.coin-card .avatar{width:52px;height:52px}.coin-card .coin-name{font-size:18px}.coin-card .coin-desc{min-height:0}.card-market b{font-size:20px}.card-bottom,.card-progress .stat-row{font-size:11px}.discovery-empty{padding:28px 16px}.discovery-empty h3{font-size:25px}.creation-heading{margin-top:26px}.creation-heading .page-title{max-width:13ch}.form-section{font-size:17px}.watch-btn{min-width:40px;min-height:40px}}
@media(prefers-reduced-motion:reduce){.hero-pairs button{transition:none}}

@media(max-width:560px){.launch-hero.is-live .pairing-board{display:none}.launch-hero.is-live{padding-bottom:26px}.coin-page .prog-head{flex-wrap:wrap;gap:4px 10px}.coin-page .share-head{flex-wrap:wrap}}

.mobile-trade-shortcut{display:none}
@media(max-width:900px){.coin-toolbar{flex-wrap:wrap}.mobile-trade-shortcut{display:flex;justify-content:space-between;align-items:center;flex-basis:100%;border:1.5px solid var(--ink);border-radius:10px;background:var(--mint);padding:12px 16px;font-weight:800;min-height:44px;cursor:pointer}#trade-panel{scroll-margin-top:calc(var(--top-h,128px) + 16px)}}

.launch .qopt[aria-pressed=true] small{color:var(--ink-2)}

/* Discovery icons and a single, quiet page scrollbar. Filters wrap instead of scrolling. */
html{scrollbar-width:thin;scrollbar-color:#8b8060 var(--paper)}
html::-webkit-scrollbar{width:8px;height:8px}
html::-webkit-scrollbar-track{background:var(--paper)}
html::-webkit-scrollbar-thumb{background:#8b8060;border:2px solid var(--paper);border-radius:8px}
.ui-icon{display:inline-block;flex:none;vertical-align:-.2em}
.sec .ui-icon{width:18px;height:18px}
.grad-icon{width:52px;height:52px;border:2px solid currentColor;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.3)}
.grad-icon .ui-icon{width:32px;height:32px}
.chip .ui-icon{width:13px;height:13px}
.coin-support{min-width:0;display:grid;gap:18px}
.trade-fee-details p+p{margin-top:12px}
#trade-panel{overflow:visible;max-height:none}
@media(min-width:901px){
  .coin-trade-layout .coin-page>.side{grid-column:2;grid-row:1 / span 2}
  .coin-support{grid-column:1}
  .coin-trade-layout .site-foot{max-width:1180px;margin-inline:auto;padding-right:calc((100% - 20px) / 2.7 + 20px)}
  .coin-trade-layout .site-foot .foot-grid{grid-template-columns:1fr 1fr}
  .coin-trade-layout .site-foot .foot-brand,.coin-trade-layout .site-foot .foot-risk{grid-column:1 / -1}
}
@media(min-width:1228px){.coin-trade-layout .site-foot{padding-right:calc(1160px / 2.7 + 20px)}}
@media(min-width:901px) and (max-height:600px){
  #trade-panel{padding:10px}
  #trade-panel .seg{margin-bottom:8px}
  #trade-panel .seg button{padding:7px}
  #trade-panel .field{gap:3px;margin-bottom:8px}
  #trade-panel .field label{margin-bottom:0}
  #trade-panel .input,#trade-panel .input-row{min-height:36px}
  #trade-panel .input,#trade-panel .input-row input,#trade-panel .input-row span{padding:7px 10px}
  #trade-panel .quick{margin-bottom:8px}
  #trade-panel .summary{gap:2px;margin-block:6px;padding-block:6px}
  #trade-panel .btn.big{min-height:38px;padding:7px 12px;font-size:16px}
}

@media(min-width:901px){#trade-panel .quick{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}#trade-panel .quick button{font-size:11px;padding:3px 2px;white-space:nowrap}}

/* Creator studio: a readable form column and one compact preview surface. */
.creation-heading{max-width:1060px;margin:38px auto 0}
.creation-kicker{display:flex;align-items:center;gap:14px}
.studio-mode{font-size:10px;border:1px solid #b5ab8a;border-radius:99px;padding:4px 8px;color:var(--ink-2);background:var(--card)}
.creation-heading .page-title{font-size:clamp(32px,3.8vw,48px);margin:14px 0 10px;max-width:none}
.creation-heading .lede{margin:0;font-size:15px}
.studio-notice{font-size:12px;margin:14px 0 0;color:var(--ink-2);display:flex;gap:8px;align-items:center}
.studio-notice::before{content:"";width:6px;height:6px;background:var(--blue);border-radius:50%;flex:none}
.creation-heading+.launch{max-width:1060px;margin:26px auto 0;grid-template-columns:minmax(0,1fr) 340px;gap:28px}
.launch-form{min-width:0;display:grid;gap:16px}
.launch-step.panel{padding:22px 24px;border:1px solid #b8ad8e;border-radius:16px;box-shadow:0 3px 0 rgba(22,18,23,.06)}
.launch-step .form-section{margin:0 0 10px;padding:0;border:0;font-size:19px;gap:10px;letter-spacing:-.025em}
.launch-step .form-section>span,.step-number{display:inline-grid;place-items:center;width:26px;height:26px;background:var(--paper);border:1px solid #cbbf99;border-radius:8px;font:10px var(--mono);color:var(--ink-2);flex:none}
.launch-step .form-intro{font-size:12px;margin:0 0 18px;line-height:1.5}
.launch-step .field{margin-bottom:14px;gap:5px}.launch-step .field:last-child{margin-bottom:0}
.launch-step .field label{font-size:12px;margin-bottom:0;font-weight:700}
.launch-step .input,.launch-step .input-row{border:1px solid #a59d88;border-radius:9px;min-height:42px}
.launch-step .input,.launch-step .input-row input,.launch-step .input-row>span{padding:10px 12px;font-size:13px}
.launch-step textarea.input{min-height:86px;resize:vertical}
.launch-step .input:focus,.launch-step .input-row:focus-within{border-color:var(--blue);outline:2px solid rgba(47,91,255,.17);outline-offset:1px}
.optional-label{font-size:10px;font-weight:400;color:var(--ink-2);margin-left:6px}
.launch-step .note{font-size:11px;line-height:1.6}
.launch-step .quotes{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:0 0 6px}
.launch-step .qopt{min-width:0;min-height:60px;padding:9px 3px;font-size:12px;border:1px solid #b8ad8e;border-radius:9px;background:var(--card)}
.launch-step .qopt small{font-size:9px;font-weight:400;margin-top:3px}
.launch-step .qopt[aria-pressed=true]{background:#d9f6de;border-color:#24784a;box-shadow:inset 0 0 0 1px #24784a;color:#173e29}
.community-step>summary{display:flex;align-items:center;gap:10px;cursor:pointer;list-style:none;font-size:15px;font-weight:700;min-height:36px}
.community-step>summary::-webkit-details-marker{display:none}.community-step>summary small{display:block;font-size:11px;font-weight:400;color:var(--ink-2);margin-top:3px}
.disclosure-mark{margin-left:auto;font-size:22px;font-weight:400}.community-step[open] .disclosure-mark{transform:rotate(45deg)}
.community-fields{padding-top:20px}
.launch-step .adv{box-shadow:none;border:1px solid #c8c0a8;padding:5px 12px;background:transparent;border-radius:9px;margin-top:16px}
.launch-step .adv>summary{font-size:12px;flex-wrap:wrap;min-height:36px}
.launch-step .launch-receipt{margin:18px 0 0;padding:16px 0 0;border-top:1px solid #c8c0a8;gap:9px;font-size:11px}
.launch-receipt .num{font-size:10px;line-height:1.6;font-weight:600;letter-spacing:-.025em}
.launch-step .launch-final-note{border-top:1px solid #ded7c1;padding-top:14px;margin:16px 0 0;color:var(--ink-2)}
.launch-step #launch-go{margin-top:14px;min-height:46px;font-size:14px;border-width:1.5px;box-shadow:2px 2px 0 var(--ink)}
.launch-step #launch-go:disabled{opacity:1;background:#e5dfcc;border-color:#c0b79c;color:#625b4c;box-shadow:none}
.launch-side{position:sticky;top:calc(var(--top-h,76px) + 20px)}
.launch-preview.panel{border:1px solid #9ba990;border-radius:18px;box-shadow:0 4px 0 rgba(22,18,23,.08);padding:22px;background:#edf4e3}
.launch-preview .preview-heading{display:flex;flex-direction:column;gap:10px;margin:0 0 22px}.launch-preview .eyebrow{font-size:9px}
.preview-status{font-size:10px;display:flex;align-items:center;gap:6px;color:#35583d}.preview-status i{width:5px;height:5px;border-radius:50%;background:#298b4b}
.launch-preview .coin-card>.coin{border:0;box-shadow:none;background:transparent;padding:0;display:flex;flex-direction:column;gap:16px;border-radius:0;opacity:1;text-align:left}
.launch-preview .coin-top{padding:0;gap:12px}.launch-preview .avatar{width:58px;height:58px;border-radius:15px}
.launch-preview .coin-name{font-size:22px;letter-spacing:-.035em}.launch-preview .coin-sym{font-size:10px}
.launch-preview .coin-desc{font-size:12px;min-height:0;line-height:1.6;-webkit-line-clamp:4;color:#4d5946}
.launch-preview .card-market,.launch-preview .card-progress,.launch-preview .card-bottom{display:none}
.preview-facts{border-block:1px solid #c3cfb6;margin:22px 0 0;padding:14px 0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
.preview-facts dt{font-size:10px;color:#4d5946}.preview-facts dd{margin:4px 0 0;font-size:13px;font-weight:700}
.studio-principles{padding:4px 0}.studio-principles p{display:flex;gap:10px;margin:16px 0;font-size:11px;line-height:1.55;color:#4d5946}.studio-principles .ui-icon{width:18px;height:18px;color:#35583d}.studio-principles b{display:block;color:var(--ink);font-size:11px;margin-bottom:3px}
.studio-guide{display:flex;justify-content:space-between;font-size:11px;font-weight:700;border-top:1px solid #c3cfb6;padding-top:15px;text-decoration:none}.studio-guide:hover{text-decoration:underline}
@media(min-width:901px) and (max-height:680px){.launch-side{position:static}}
@media(max-width:900px){.creation-heading+.launch{grid-template-columns:minmax(0,1fr) 280px;gap:18px}.launch-step.panel{padding:20px}.launch-preview.panel{padding:18px}.launch-step .quotes{grid-template-columns:repeat(3,minmax(0,1fr))}.launch-side{position:static}}
@media(max-width:680px){.creation-heading{margin-top:26px}.creation-heading+.launch{grid-template-columns:1fr;gap:20px}.launch-side{grid-row:2}.launch-step.panel{padding:20px 18px}.launch-step .quotes{grid-template-columns:repeat(3,minmax(0,1fr))}.launch-step .two{grid-template-columns:1fr 1fr}.launch-step .two>div{min-width:0}.launch-step .two .input{width:100%}.launch-receipt>div{flex-wrap:wrap;gap:3px 12px}.launch-receipt .num{font-size:10px}.launch-step .form-section{font-size:18px}.creation-heading .page-title{font-size:36px}.creation-heading .lede{font-size:14px}.studio-notice{align-items:flex-start}.studio-notice::before{margin-top:5px}}

/* Final motion and share layer. Never transform app/layout ancestors: fixed trading must stay fixed. */
.ticker{position:relative;padding-right:110px}.ticker-track{padding-right:110px}
.motion-toggle{position:absolute;right:0;top:0;height:100%;min-height:30px;border:0;border-left:1px solid #575043;background:var(--ink);color:var(--paper);font:10px var(--body);font-weight:700;padding:0 12px;cursor:pointer;z-index:1}
.motion-toggle:hover{color:var(--mint)}.motion-toggle:disabled{color:#ddd2b1;cursor:default}
.motion-toggle:focus-visible{outline-offset:-4px}
@keyframes token-settle{from{opacity:0;transform:translateY(12px) rotate(-15deg)}to{opacity:1;transform:translateY(0) rotate(-9deg)}}
@keyframes spark-arrive{from{opacity:0;transform:scale(.6) rotate(-25deg)}to{opacity:1;transform:scale(1) rotate(0)}}
@keyframes save-pop{0%,100%{transform:scale(1)}45%{transform:scale(1.24) rotate(-10deg)}}
.idea-token{animation:token-settle .65s cubic-bezier(.2,.8,.3,1) both;transition:box-shadow .2s}
.art-spark{animation:spark-arrive .5s .18s both}
.watch-btn[aria-pressed=true] svg{animation:save-pop .32s ease-out}
.grid>.coin-card:nth-child(2)>.coin{animation-delay:.035s}.grid>.coin-card:nth-child(3)>.coin{animation-delay:.07s}.grid>.coin-card:nth-child(n+4)>.coin{animation-delay:.105s}
@media(hover:hover){.pairing-board:hover .idea-token{box-shadow:10px 10px 0 var(--ink),inset 0 0 0 8px #fff9e6,inset 0 0 0 9px rgba(22,18,23,.22)}.coin-card>.coin:hover{border-color:#5b4e68}.sec:hover .ui-icon{color:var(--blue)}.sec[aria-pressed=true]:hover .ui-icon{color:var(--mint)}}
.panel:not(#trade-panel):not(.launch-step):not(.launch-preview){border-width:1.5px;box-shadow:3px 3px 0 var(--ink)}
.coin-toolbar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.share-coin{display:inline-flex;align-items:center;gap:7px;height:38px;border:1.5px solid var(--ink);background:var(--paper);border-radius:9px;padding:8px 12px;font-size:12px;font-weight:800;cursor:pointer}.share-coin .ui-icon{width:16px;height:16px}.share-coin:hover{background:var(--mint)}
.draft-tools{max-width:1060px;margin:18px auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.draft-tools p{font-size:11px;color:var(--ink-2);margin:0;flex:1;min-width:190px}
.draft-save,.draft-clear{font-size:11px;min-height:36px;cursor:pointer}.draft-save{display:flex;align-items:center;gap:6px;border:1px solid #a99d7a;background:var(--card);padding:6px 10px;border-radius:9px;font-weight:700}.draft-save .ui-icon{width:15px;height:15px}.draft-save:hover{background:#d9f6de}.draft-clear{border:0;background:transparent;padding:6px 0;text-decoration:underline;text-underline-offset:3px;color:var(--ink-2)}
.draft-tools+.launch{max-width:1060px;margin:0 auto;grid-template-columns:minmax(0,1fr) 340px;gap:28px}
.share-dialog{width:min(680px,calc(100% - 28px));max-height:calc(100dvh - 32px);padding:24px;border:2px solid var(--ink);border-radius:20px;background:var(--card);color:var(--ink);box-shadow:7px 7px 0 var(--ink);overflow:auto}
.share-dialog::backdrop{background:rgba(22,18,23,.6)}
.share-heading{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:16px}.share-heading h2{font-family:var(--display);font-size:26px;font-weight:400;line-height:1.2;margin:8px 0 0}.share-close{width:38px;height:38px;flex:none;border:1px solid var(--ink);border-radius:50%;font-size:24px;line-height:1;background:var(--paper);cursor:pointer}
#share-art svg{display:block;width:100%;height:auto;border-radius:12px}
.share-palettes{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:14px 0}.share-palettes button{border:1px solid #a99d7a;background:var(--card);border-radius:99px;min-height:34px;padding:4px 14px;font-size:12px;cursor:pointer}.share-palettes button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.share-palettes span{font-size:10px;color:var(--ink-2);margin-left:auto}
.share-link-label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}#share-url{font:11px var(--mono);min-height:42px;width:100%;border-width:1px}
.share-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.share-actions .btn{font-size:13px;border-width:1.5px}.share-note{margin:14px 0 0;font-size:11px}
@media(max-width:900px){.draft-tools+.launch{grid-template-columns:minmax(0,1fr) 280px;gap:18px}}
@media(max-width:680px){.draft-tools+.launch{grid-template-columns:1fr;gap:20px}.draft-tools{gap:8px 14px}.draft-tools p{flex-basis:100%}.share-dialog{padding:18px}.share-heading h2{font-size:22px}.share-palettes span{margin-left:0;flex-basis:100%}.coin-toolbar-actions{gap:6px}.share-coin,.watch-detail{font-size:11px;padding:8px}.ticker{padding-right:100px}.motion-toggle{font-size:9px;padding-inline:10px}}
html[data-motion=off] *,html[data-motion=off] *::before,html[data-motion=off] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.wallet-help{max-width:500px}.wallet-help>p{font-size:14px;line-height:1.6}.wallet-help>p.note{font-size:11px}.wallet-help .input{font-size:12px;border-width:1px}
