/* Launched project cards: square artwork and launchpad status details. */
.launched-coins{background:#111311;color:#f1f2e9;padding:56px 0 42px;border-top:1px solid #ffffff16;border-bottom:1px solid #ffffff16}

.coins-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.coins-heading h1{font-size:clamp(32px,4vw,48px);letter-spacing:-1.8px;line-height:1.1}.coins-heading h1>span{color:var(--orange)}
.coins-heading p{color:#a5ad9d;font-size:13px;margin-top:10px}
.coins-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 0;border-top:1px solid #ffffff15;border-bottom:1px solid #ffffff15}
.coins-view{display:flex;align-items:center;gap:10px;font-size:12px;color:#e5efdb}.coins-view>span:first-child{color:var(--green);font-size:19px}.coins-view>[data-coin-count]{border:1px solid #4a543f;background:#242d1e;border-radius:4px;padding:1px 7px;font:11px/1.5 var(--mono);color:#c5d8ae}
.coins-search{display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid #ffffff20;background:#1b1e19;border-radius:5px;width:260px;max-width:280px;min-width:0}.coins-search svg{width:17px;height:17px;stroke:#a5ad9d;stroke-width:1.5;flex-shrink:0}.coins-search input{width:100%;min-width:0;background:none;border:0;color:#f1f2e9;font-size:12px;padding:12px 0}.coins-search input::placeholder{color:#a5ad9d}.coins-search:focus-within{outline:2px solid var(--orange);outline-offset:3px}.coins-search input:focus{outline:none}
.coins-status-note{font-size:11px;color:#a5ad9d;margin:16px 0 20px}.coins-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:20px}.coin-card{min-width:0}.coin-art{position:relative;isolation:isolate;aspect-ratio:1;overflow:hidden;border-radius:7px;background:#242b20}.coin-art>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.coin-fallback{position:absolute;inset:0;display:grid;place-items:center;font:600 56px 'Space Grotesk',sans-serif;color:#b4ce92}.coin-identity{padding:13px 0 12px}.coin-identity h3{font-size:16px;line-height:1.25;letter-spacing:-.3px;font-weight:600}.coin-identity>span{font:11px/1.8 var(--mono);color:#a5ad9d}.coin-contracts{border-top:1px solid #ffffff16}.coin-contract{padding:9px 0;border-bottom:1px solid #ffffff12}.coin-platform{display:flex;align-items:center;gap:6px;font-size:10px;color:#d0d6c8;margin-bottom:5px}.coin-platform img{object-fit:contain;border-radius:50%}.coin-platform small{margin-left:auto;color:#929e89;font:9px var(--mono)}.coin-address{display:flex;align-items:center;min-width:0;border:1px solid #ffffff12;border-radius:4px;background:#1b1f18;overflow:hidden}.coin-address input{width:0;min-width:0;flex:1;background:none;border:0;color:#adb7a2;font:10px/1.5 var(--mono);padding:8px;text-overflow:ellipsis}.coin-address input:focus{outline-offset:-2px;color:#f1f2e9;text-overflow:clip}.coin-address button{display:grid;place-items:center;background:none;color:#b7c5a5;border:0;border-left:1px solid #ffffff12;width:34px;min-height:34px;flex-shrink:0}.coin-address button:hover:not(:disabled){background:#33402a;color:#f1f2e9}.coin-address button:focus-visible{outline-offset:-3px}.coin-address button:disabled{opacity:.35}.coin-address svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.4}.coins-empty{padding:55px 20px;text-align:center;color:#c0c9b4;font-size:14px}.coins-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-top:22px;min-height:34px}.coins-footer p,.coins-footer [role=status]{font-size:11px;color:#a5ad9d}.coins-footer [role=status]{color:#d2e5bc;text-align:right}
@media(min-width:1001px) and (max-width:1200px){.coins-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1000px){.coins-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.coin-address button{width:40px;min-height:40px}}
@media(max-width:640px){.launched-coins{padding:36px 0}.coins-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.coins-heading{align-items:flex-start;flex-direction:column;gap:17px}.coins-heading h1{font-size:36px}.coins-toolbar{gap:12px}.coins-search{max-width:210px;flex:1}.coins-view{white-space:nowrap;gap:6px}.coins-footer{flex-direction:column;gap:8px}.coins-footer [role=status]{text-align:left}.coin-address input{padding:6px;font-size:9px}.coin-address button{width:36px;min-height:40px}.coin-platform{font-size:10px}.coins-status-note{line-height:1.7}}
@media(max-width:359px){.coins-grid{grid-template-columns:1fr}}


.coins-page{background:#111311}.coins-page .launched-coins{min-height:calc(100svh - 82px);border-top:0}.coins-heading h1{font-weight:500}

