:root{--bg:#f9f4f6;--ink:#333;--muted:#845060;--line:#e6d6db;--lime:#7e2742;--dark:#691730}body{isolation:isolate}.forest-background{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background:#f9f6f7}.forest-background>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:right center;opacity:.22;transform-origin:83% 100%;animation:tree-sway 18s ease-in-out infinite alternate}.falling-leaf{position:absolute;left:var(--left);top:-50px;width:var(--size);color:#7e2742;opacity:0;animation:leaf-fall var(--duration) linear var(--delay) infinite}.falling-leaf svg{width:100%;height:100%}@keyframes tree-sway{from{transform:rotate(-.7deg) scale(1.03)}to{transform:rotate(.7deg) scale(1.03)}}@keyframes leaf-fall{0%{transform:translate(0,-30px) rotate(0);opacity:0}10%{opacity:.3}85%{opacity:.22}100%{transform:translate(100px,110vh) rotate(300deg);opacity:0}}.motion-paused .forest-background *{animation-play-state:paused}.topbar{gap:50px;background:#fff}.logo-crop{position:relative;width:150px;height:60px;flex-shrink:0;overflow:hidden}.logo-crop img{position:absolute;width:220px;max-width:none;left:-36px;top:-77px}.topbar nav a{color:var(--muted);padding:10px 0;border-bottom:2px solid transparent}.topbar nav a.current{color:var(--dark);border-color:var(--dark)}.top-actions{gap:20px}.twitter-button{padding:10px;color:var(--dark);border:1px solid var(--line);border-radius:50%}.twitter-button:hover{background:#f5edef}.primary{background:var(--dark);color:white}.primary:hover{background:#7e2742}.demo-strip{background:#f5eff1bb;color:#764755}.demo-tag{border-color:#cba8b2}.hero{background:#ffffffeb}.hero-copy{padding:40px}.hero h1{font-size:52px}.hero p{font-size:16px}.hero .button{margin-top:24px}.hero-graph{background-color:#f0e7ea;background-image:radial-gradient(#d2b5be .8px,transparent .8px)}.connections{stroke:#b88997}.graph-node{border-color:#ddc6cd}.graph-node.root small{color:#e7d0d7}.graph-node:hover{border-color:#7e2742}.graph-caption{color:#7b4a59}.card-description{color:#845060}.card-bottom{background:#f9f5f6}.root-badge{color:#7e2742}.seed-card{background:#f3e9eccc;border-color:#c9a6b1}.seed-card .seed-mark{color:#7e2742}.pair-badge{display:inline-block;font-size:10px;padding:3px 5px;border-radius:3px;background:#f5edef;color:#653946;margin-left:6px}.tree-list .selected{background:#f2e5e9;border-color:#b78695}.tree-list a:hover{background:#f7f0f2}.notice{background:#f5edef;color:#6c404e;font-size:13px}.page-heading{padding:22px 0 34px}.page-heading h1{margin:15px 0}.page-heading p{max-width:620px;line-height:1.7;color:var(--muted)}.launch-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr);gap:48px;align-items:start;max-width:1120px}.launch-form{background:#ffffffed;border:1px solid var(--line);border-radius:12px;padding:32px}.form-section{display:flex;align-items:center;gap:15px;margin:25px 0 20px}.form-section:first-child{margin-top:0}.form-section h2{font-size:22px;letter-spacing:-.6px;margin-bottom:4px}.step-number{font:500 12px 'Space Grotesk',sans-serif;display:grid;place-items:center;width:34px;height:34px;border:1px solid #d7bcc4;border-radius:50%;color:#7e2742;flex-shrink:0}.launch-form input,.launch-form textarea,.launch-form select{background:#fbf7f8;border-color:#e6d4da}.launch-form input:focus,.launch-form textarea:focus,.launch-form select:focus{outline-color:#7e2742}.upload{background:#f7f0f2;border-color:#c7a1ad}.pair-options{border:0;margin:0 0 20px;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pair-option{position:relative;display:flex;align-items:center;gap:8px;padding:13px 10px;border:1px solid var(--line);border-radius:7px;cursor:pointer;background:#fff}.pair-option:has(input:checked){border-color:#7e2742;background:#f5e9ed;box-shadow:0 0 0 1px #7e2742}.pair-option input{margin:0;width:14px;accent-color:#691730}.pair-option b{font-size:13px}.pair-option small{display:block;font-weight:400;font-size:10px;color:var(--muted);margin-top:5px}.launch-summary{position:sticky;top:30px;padding-top:12px}.launch-summary>.eyebrow{display:block;margin-bottom:20px}#preview-card{border:1px solid var(--line);border-radius:12px;background:#ffffffef;padding:30px}#preview-card h2{font-size:27px;overflow-wrap:anywhere;margin:18px 0 6px}.preview-avatar{display:grid;place-items:center;width:65px;height:65px;border-radius:18px;background:#e9d4da;color:#691730;font:600 30px 'Space Grotesk';overflow:hidden}.preview-avatar img{width:100%;height:100%;object-fit:cover}.preview-description{font-size:14px;line-height:1.7;color:var(--muted);border-top:1px solid var(--line);padding-top:18px;overflow-wrap:anywhere}.summary-note{padding:28px 5px}.summary-note h3{margin-bottom:15px}.summary-note p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:15px}.summary-note a{color:var(--dark)}.docs-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:40px;align-items:start}.docs-nav{display:flex;flex-direction:column;gap:8px;position:sticky;top:25px}.docs-nav a{padding:13px;font-size:14px;border-radius:6px;background:#ffffffb3}.docs-nav a:hover{background:#f0e4e8;color:var(--dark)}.docs-article{background:#fffffff2;border:1px solid var(--line);padding:35px 40px;border-radius:10px;line-height:1.8;min-width:0}.docs-article h2{font-size:29px;margin:10px 0 20px}.docs-article h3{font-size:21px;margin:28px 0 12px}.docs-article h4,.docs-article h5,.docs-article h6{font-size:17px;margin:22px 0 10px}.docs-article p{margin:14px 0;color:#814d5d}.docs-article li{padding:4px 0;color:#814d5d}.docs-article .button{margin-top:20px}.doc-label{font-size:10px;letter-spacing:1.5px;color:#7e2742}.doc-section{border-top:1px solid var(--line);padding:18px 0}.doc-section summary{cursor:pointer;font-weight:600;font-size:16px;color:#5e2738}.doc-section pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f4eef0;padding:18px;font-size:12px;border-radius:6px;line-height:1.7}.doc-section code{overflow-wrap:anywhere}.doc-bullet{padding-left:15px}.docs-article hr{border:0;border-top:1px solid var(--line);margin:25px 0}.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}footer{background:#ffffffb3}button:focus-visible,a:focus-visible{outline-color:#7e2742}
@media(max-width:1000px){.topbar{gap:25px}.topbar nav{gap:20px}.top-actions{gap:12px}.hero h1{font-size:43px}.hero-copy{padding:28px}.launch-layout{gap:25px;grid-template-columns:minmax(0,1.5fr) minmax(230px,1fr)}.pair-options{grid-template-columns:repeat(2,1fr)}.docs-layout{grid-template-columns:200px minmax(0,1fr);gap:20px}.docs-article{padding:25px}}
@media(max-width:700px){.topbar{height:auto;min-height:100px;flex-wrap:wrap;padding:8px 5% 0;gap:0}.logo-crop{width:120px;height:51px}.logo-crop img{width:180px;left:-29px;top:-62px}.topbar nav{display:flex;order:3;width:100%;justify-content:space-between;gap:12px;font-size:12px;margin-top:4px}.top-actions{gap:8px}.twitter-button{padding:8px}.top-actions .button{font-size:11px;gap:8px;padding:10px}.demo-strip{line-height:1.5}.demo-strip button{display:block;font-size:10px}.hero h1{font-size:39px}.hero p{font-size:15px}.page-heading{padding:12px 0 24px}.page-heading h1{font-size:39px;letter-spacing:-1.6px}.page-heading p{font-size:15px}.launch-layout{grid-template-columns:1fr;gap:20px}.launch-form{padding:22px}.launch-summary{position:static}.pair-options{grid-template-columns:repeat(2,1fr)}.docs-layout{grid-template-columns:1fr;gap:20px}.docs-nav{position:static;display:grid;grid-template-columns:1fr 1fr;gap:6px}.docs-nav a{font-size:12px;padding:12px}.docs-article{padding:23px}.docs-article h2{font-size:26px}.forest-background>img{width:150%;right:-25%;opacity:.18}.pair-badge{font-size:9px}.side-row{gap:10px}.side-row b{text-align:right;overflow-wrap:anywhere}.form-section h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){.forest-background *{animation:none!important}.falling-leaf{display:none}}
.wallet-choice{display:block;width:100%;margin:12px 0}.contract-address{overflow-wrap:anywhere;font-family:monospace;font-size:12px!important;margin:15px 0}.side-panel .button{margin-top:12px}.topbar{gap:30px}.topbar nav{gap:20px}.top-actions{gap:12px}#launch-feedback,#confirmation{margin-top:16px;overflow-wrap:anywhere}#custom-pair{margin-bottom:20px}#custom-pair[hidden]{display:none}button:disabled{opacity:.55}.launch-form details p{overflow-wrap:anywhere}@media(max-width:1050px){.topbar{flex-wrap:wrap;height:auto;padding-top:10px;padding-bottom:8px;gap:10px}.topbar nav{order:3;width:100%;justify-content:space-between}.top-actions{margin-left:auto}}@media(max-width:700px){.topbar nav{gap:7px;font-size:11px}.topbar{padding-bottom:0}.top-actions .button{font-size:11px}.launch-form .side-row{flex-wrap:wrap}}
:root{--brand:#fa588b;--dark:#ad2454;--lime:#fa588b;--bg:#fff6f9;--line:#efd5df;--muted:#795866;--ink:#362631}.forest-background{background:#fff7fa}.forest-background>img{opacity:.25}.logo-crop{position:static;display:flex;align-items:center;gap:10px;width:150px;height:60px;overflow:visible;color:#b32658;letter-spacing:-1.5px}.logo-crop img{position:static;width:48px;height:48px;border-radius:12px;max-width:100%;object-fit:contain}.logo-crop span{font:700 33px 'Space Grotesk',sans-serif}.primary{background:#b32658;color:#fff}.primary:hover{background:#982047}.topbar{border-bottom-color:#f3c9d9}.falling-leaf{color:#fa588b}.falling-leaf svg{fill:#fa588b44}.avatar{background:#f8d6e3!important;color:#92224b}.fee-options{border:0;padding:0;margin:20px 0}.fee-options legend{font-size:14px;font-weight:600;margin-bottom:12px}.fee-choice{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:8px;margin:10px 0;cursor:pointer;background:#fff}.fee-choice:has(input:checked){border-color:#c52b60;background:#fff0f6}.fee-choice input{width:17px;margin:3px 0 0;accent-color:#b32658;flex-shrink:0}.fee-choice b{font-size:14px}.fee-choice small{display:block;color:var(--muted);line-height:1.6;margin-top:5px;font-weight:400}.toggle-row{display:flex;gap:12px;align-items:center;margin:18px 0}.toggle-row input{width:18px;margin:0;accent-color:#b32658}#selected-asset{overflow-wrap:anywhere;margin-bottom:18px}#holder-warning[hidden]{display:none}.launch-form input:focus,.launch-form textarea:focus,.launch-form select:focus{outline-color:#b32658}.notice{background:#fff0f6;color:#784454}.hero-graph{background-color:#fcebf2}.graph-node.root{background:#9d2650}.tree-list .selected{background:#ffe8f1;border-color:#e6a5bd}@media(max-width:700px){.logo-crop{width:120px;height:51px;gap:8px}.logo-crop img{width:40px;height:40px;border-radius:10px}.logo-crop span{font-size:28px}.forest-background>img{opacity:.22}}
/* Final TREE identity: crisp white, vivid pink, smooth type. */
:root{--brand:#fa588b;--dark:#ce285f;--lime:#fa588b;--bg:#fff;--ink:#30232a;--muted:#735b65;--line:#ffd4e2}
body{background:#fff;font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.brand,.logo-crop span,.stat-value,.footer-brand{font-family:'DM Sans',Arial,sans-serif;letter-spacing:-.045em}
.forest-background{background:#fff}.forest-background>img{opacity:.035}.falling-leaf{opacity:.1;filter:none}
.topbar{background:#fa588b;border:0}.logo-crop,.topbar nav a,.topbar nav a.current,.twitter-button{color:#fff}.topbar nav a.current{border-color:#fff}.topbar nav a{opacity:.9}.topbar nav a:hover{opacity:1}.logo-crop img{border-radius:0}.twitter-button{border-color:#ffffff66}.twitter-button:hover{background:#ffffff22}.topbar .primary{background:#fff;color:#af194a}
.primary{background:#fa588b;color:#fff;border-radius:999px}.primary:hover{background:#ff76a0}.secondary{border-radius:999px;border-color:#fa588b}.demo-strip{background:#fff1f6;color:#9a3153}.demo-tag{border-color:#f6b3ca}.demo-strip button{color:#9a3153}
.brand-hero{text-align:center;padding:48px 0 38px}.brand-ribbon{margin:0;background:#fa588b;color:white;padding:22px 24px;font-size:clamp(25px,3.5vw,47px);font-weight:600;letter-spacing:-.045em;line-height:1.2;border-radius:3px}.brand-ribbon span{font-weight:800}.brand-tagline{color:#c52b60;font-size:20px;margin:20px 0 0;font-weight:500}
.page-heading h1{color:#d42b64;font-weight:600}.page-heading .eyebrow{color:#c52b60}.launch-form,.docs-article,.side-panel,#preview-card{background:#fff;border-color:#ffd4e2;border-radius:20px;box-shadow:none}.launch-form{border-top:5px solid #fa588b}.step-number{border-color:#fa588b;color:#bd2455;background:#fff1f6;font-family:inherit}.form-section h2{font-weight:600}.launch-form input,.launch-form textarea,.launch-form select{background:#fff8fb;border:1px solid #f4c6d6;border-radius:10px}.notice{background:#fff1f6;border:1px solid #ffd0df;color:#754254;border-radius:12px;line-height:1.7}.stats{background:#fff1f6;border-radius:16px;border:0;padding:24px}.stat-value{color:#c52b60}.empty{border-color:#f7a8c2;border-radius:18px;background:#fffafb}.tree-card{border-color:#ffd4e2;border-radius:18px}.card-bottom{background:#fff1f6}.footer-brand{color:#d42b64}footer{background:#fff1f6;border-color:#ffd4e2}.docs-nav a:hover{background:#ffe4ee}.parent-fees{background:#fa588b;color:#34202a;padding:24px;border-radius:16px;margin:20px 0}.parent-fees h3{font-size:29px;margin:14px 0}.parent-fees p{line-height:1.7}.policy-tag{font-size:10px;letter-spacing:.12em;font-weight:700}.fee-flow{display:flex;align-items:center;gap:12px;margin:20px 0}.fee-flow span{padding:10px 14px;border-radius:30px;background:#ffffffdc;font-size:13px}.parent-fees .small{font-size:12px}.submit:disabled{background:#ffe0eb;color:#794354;opacity:1}.summary-note h3{color:#c52b60}
@media(max-width:700px){.brand-hero{padding:26px 0}.brand-ribbon{padding:25px 15px;font-size:28px}.brand-tagline{font-size:16px}.forest-background>img{opacity:.025}.launch-form{padding:22px}.parent-fees{padding:20px}.fee-flow{gap:8px}.fee-flow span{font-size:11px;padding:10px}.stats{padding:18px}.logo-crop span{font-size:29px}}
.image-dropzone{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;border:2px dashed #f69fbc;border-radius:16px;padding:26px 18px;background:#fff7fa;transition:background .15s,border-color .15s}.image-dropzone.drag-over{background:#ffe0ec;border-color:#c52b60;box-shadow:0 0 0 4px #fa588b22}.drop-icon{font-size:30px;color:#bd2455}.image-dropzone input[type=file]{width:100%;max-width:340px;padding:10px;background:white;font-size:12px}.image-dropzone input::file-selector-button{background:#fa588b;border:0;border-radius:20px;padding:10px 14px;margin-right:10px;color:#fff;font:inherit;cursor:pointer}.image-dropzone img{width:100px;height:100px;object-fit:cover;border-radius:18px}.image-dropzone [hidden]{display:none}.image-dropzone.has-image .drop-icon{display:none}#image-feedback{overflow-wrap:anywhere;color:#9a3153;margin-bottom:20px}
#pair-mode[hidden]{display:none}.asset-picker-trigger{display:flex;align-items:center;gap:14px;width:100%;text-align:left;border:1px solid #efb4ca;border-radius:14px;padding:15px;background:#fff;margin:8px 0 12px}.asset-picker-trigger:hover{border-color:#fa588b;background:#fff8fb}.asset-selected-name{flex:1;min-width:0}.asset-selected-name strong,.asset-row-name strong{display:block;font-size:15px;font-weight:700}.asset-selected-name small,.asset-row-name small{display:block;font-size:12px;color:#826773;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-icon{position:relative;display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;background:#fff;border:1px solid #f0e2e8;border-radius:12px;overflow:hidden;color:#ac2b59;font-size:13px;font-weight:700}.asset-icon img{position:absolute;inset:5px;width:28px;height:28px;object-fit:contain;background:#fff;border-radius:5px}.asset-icon img[hidden]{display:none}.asset-type{font-size:10px;padding:5px 8px;border-radius:6px;background:#fff0f6;color:#a3375d;white-space:nowrap}.asset-dialog{padding:0;border:1px solid #ffd3e2;border-radius:24px;width:min(560px,calc(100vw - 28px));max-height:calc(100dvh - 40px);color:#30232a;background:#fff;box-shadow:0 28px 100px #6d193a33;overflow:hidden}.asset-dialog[open]{display:flex;flex-direction:column}.asset-dialog::backdrop{background:#3e172c66;backdrop-filter:blur(5px)}.asset-dialog-top{display:flex;align-items:center;justify-content:space-between;padding:26px 26px 18px}.asset-eyebrow{font-size:10px;letter-spacing:.14em;color:#c52b60;font-weight:700}.asset-dialog h2{margin:7px 0 0;font-size:27px;font-weight:600}.asset-close{width:34px;height:34px;border-radius:50%;background:#fff0f6;font-size:25px;color:#ac2b59}.asset-search{display:flex;align-items:center;gap:10px;margin:0 24px 15px;padding:0 14px;background:#fff6fa;border:1px solid #f6cfde;border-radius:12px}.asset-search>span{font-size:24px;color:#bb3260}.asset-search input{border:0!important;background:transparent!important;margin:0!important;padding:14px 0!important;outline:0!important;box-shadow:none!important;width:100%;font-size:14px}.asset-search:focus-within{outline:2px solid #fa588b}.asset-filters{display:flex;gap:7px;margin:0 24px}.asset-filters button{padding:8px 13px;font-size:12px;border-radius:20px;background:#faf5f7;color:#795564}.asset-filters button[aria-pressed=true]{background:#fa588b;color:#fff;font-weight:700}.asset-results-count{font-size:11px;color:#927280;margin:16px 26px 8px}.asset-results{overflow-y:auto;min-height:110px;max-height:360px;padding:0 14px 12px;overscroll-behavior:contain}.asset-row{display:flex;align-items:center;gap:13px;text-align:left;width:100%;padding:12px;border-radius:12px;background:white;margin:2px 0}.asset-row:hover,.asset-row:focus-visible{background:#fff1f6}.asset-row[aria-pressed=true]{background:#ffeaf2}.asset-row-name{flex:1;min-width:0}.asset-check{width:18px;color:#bd2a5d}.asset-dialog-bottom{border-top:1px solid #f6dbe5;padding:15px 24px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fffafd}.asset-dialog-bottom>span{font-size:10px;color:#967080}.asset-custom{font-size:12px;color:#ad2757;font-weight:600}.asset-empty{text-align:center;padding:35px 16px;font-size:14px}.asset-empty p{color:#947582;font-size:12px}@media(max-width:500px){.asset-dialog-top{padding:20px}.asset-search{margin-left:18px;margin-right:18px}.asset-filters{margin:0 18px;gap:5px}.asset-filters button{padding:8px 11px;font-size:11px}.asset-dialog-bottom{padding:14px 18px;flex-direction:column;align-items:flex-start}.asset-row{gap:10px;padding:10px}.asset-row .asset-type{display:none}.asset-selected-name small{max-width:185px}}


.admin-login{font-size:12px;color:white;white-space:nowrap}
#sign-out[hidden]{display:none!important}

.footer-motion{background:transparent;color:inherit;font:inherit;font-size:12px;padding:0;border:0;text-decoration:underline;cursor:pointer}.twitter-button{display:inline-flex;align-items:center;justify-content:center}

/* Consistent white labels on filled pink controls. */
.button.primary:not(.topbar .primary),.asset-filters button[aria-pressed=true]{color:#fff}.submit:disabled{background:#ce7190;color:#fff}.image-dropzone input::file-selector-button{color:#fff}
