@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600&family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap");:root{font-family:DM Sans,Arial,sans-serif;color:#22232a;background:#000;font-synthesis:none;font-weight:400;--ink:#151619;--muted:#777880;--line:#e7e7eb;--purple:#7261db}*{box-sizing:border-box}body,html{min-height:100vh}body{margin:0}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-shell>main{flex:1 0 auto}button,input,select,textarea{font:inherit}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}:where(.page-shell button,.page-state button){appearance:none;-webkit-appearance:none;margin:0;padding:0;border:0;border-radius:0;background:transparent}button:disabled{cursor:wait;opacity:.65}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #9281ef;outline-offset:4px}button{color:inherit}svg{flex-shrink:0;vertical-align:middle}.header{height:88px;gap:56px;padding:0 4.5%;background:#fff;border-bottom:1px solid var(--line)}.brand,.header{display:flex;align-items:center}.brand{gap:6px}.brand-mark{width:30px;height:35px;overflow:hidden;position:relative;background:#000;border-radius:5px}.brand-mark img{position:absolute;width:68px;max-width:none;left:-19px;top:-15px}.wordmark{font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:38px;letter-spacing:-1.5px;line-height:1}.wordmark span{color:#898499}.header nav{gap:30px}.header nav,.header nav>a{display:flex;height:100%;align-items:center}.header nav>a{font-size:13px;color:#79797f;gap:7px;position:relative}.header nav>a.selected{color:#151619}.header nav>a.selected:after{content:"";position:absolute;height:2px;bottom:0;background:#25252b;left:0;right:0}.nav-count{font-size:10px;background:#f0f0f3;padding:2px 5px;border-radius:4px}.nav-actions{display:flex;gap:10px;margin-left:auto}.button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:13px;border-radius:7px;min-height:44px;padding:12px 18px;font-size:12px;font-weight:600;transition:background .18s,transform .18s;white-space:nowrap}.button:hover{transform:translateY(-1px)}.dark{background:#202125;color:white}.dark:hover{background:#3b3b45}.subtle{background:white;border-color:#e1e1e7}.subtle:hover{background:#f2f0f8}.white{background:white;color:#232329}.wide{width:100%}.text-button{background:none;border:0;font-size:12px;padding:12px 0;color:#65626e}.inline-button{min-height:24px;padding:3px 0;font-size:inherit;text-align:start;text-decoration:underline;text-underline-offset:4px}.inline-button:enabled:hover{text-decoration-thickness:2px}.hero{background:#080909;color:#fff;min-height:484px;display:flex;overflow:hidden;padding:60px 6% 34px}.hero,.hero-copy{position:relative}.hero-copy{z-index:2;flex:1 1}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:600;display:flex;align-items:center;gap:9px}.eyebrow>span{width:5px;height:5px;background:#c3b7f4;border-radius:50%}.hero .eyebrow{color:#bcb6cb}.hero h1{font-size:clamp(42px,4.2vw,67px);font-weight:500;line-height:1.07;letter-spacing:-3px;margin:27px 0 20px}.hero h1 span{color:#b9b7c8}.hero-copy>p{font-size:13px;line-height:1.9;color:#a9aaaf;margin:0 0 26px}.hero-actions{gap:26px}.hero-actions,.hero-link{display:flex;align-items:center}.hero-link{font-size:12px;color:#d9d7e0;gap:12px}.hero-bottom{display:flex;align-items:center;gap:9px;font-size:10px;color:#83838a;margin-top:42px}.orbit-star{font-size:21px;color:#c7c3d2}.hero-art{position:absolute;right:2%;top:0;width:42%;height:100%;display:flex;align-items:center;justify-content:center}.hero-art>img{width:445px;height:445px;object-fit:cover;mix-blend-mode:screen;transform:rotate(21deg);position:relative;z-index:1}.orbit-circle{position:absolute;border:1px solid #29292f;width:520px;height:230px;border-radius:50%;transform:rotate(-25deg)}.orbit-circle.two{transform:rotate(35deg);width:600px;height:260px}.star{position:absolute;z-index:2;color:#e9e6f2}.s1{top:19%;right:18%;font-size:27px}.s2{bottom:28%;left:11%;font-size:18px}.rising-label{position:absolute;bottom:31px;right:14%;font-size:8px;line-height:1.8;letter-spacing:1.8px;color:#84858e;text-align:right}.rising-label b{font-weight:500;color:#b5b3c2}.section{padding:53px 6% 40px;max-width:1600px;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.muted{color:#8a8597}.section-heading h2{font-size:30px;letter-spacing:-1.2px;font-weight:500;margin:12px 0 8px}.purple-dot{color:#8070d3}.section-heading p{font-size:12px;color:#81818a;margin:0}.demo-label{display:inline-flex;align-items:center;gap:6px;color:#87818e;font-size:9px;white-space:nowrap;border:1px solid #e7e4ec;padding:6px 8px;border-radius:4px;background:#ffffff70}.filters{margin:32px 0 23px;display:flex;justify-content:space-between;gap:20px;align-items:center}.tabs{display:flex;gap:6px}.tabs button{padding:10px 14px;background:transparent;border:0;border-radius:6px;font-size:11px;color:#85818e;display:flex;align-items:center;gap:7px;white-space:nowrap}.tabs button.active{background:#eeedf3;color:#34303e;font-weight:600}.live-dot{width:5px;height:5px;border-radius:50%;background:#67a98b}.search-controls{display:flex;gap:10px}.search{display:flex;align-items:center;gap:8px;color:#9a97a3;background:white;border:1px solid var(--line);border-radius:6px;padding:9px 11px}.search input{width:130px;border:0;background:none;outline:0;font-size:10px}.search:focus-within{outline:2px solid #9281ef}select{border:1px solid var(--line);border-radius:6px;padding:9px 25px 9px 12px;background:white;font-size:10px;color:#74717b;max-width:160px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{background:#fff;border:1px solid #e7e6ed;border-radius:10px;overflow:hidden;transition:box-shadow .2s,transform .2s}.project-card:hover{box-shadow:0 10px 25px #2820350a;transform:translateY(-3px)}.product-art{height:220px;position:relative;overflow:hidden;padding:35px 26px 0}.purple{background:#e7e3f3;color:#7867b1}.peach{background:#f4ddd1;color:#a35d37}.green{background:#d6e9df;color:#34876c}.yellow{background:#eeeac5;color:#798348}.blue{background:#dce9f6;color:#527db5}.pink{background:#ebdce7;color:#9d617e}.art-label{position:absolute;top:15px;left:18px;font-size:7px;letter-spacing:1.3px;color:#615d686e;z-index:2}.mini-app{display:flex;color:#534e62;background:#fff;border-radius:6px;width:108%;height:208px;transform:rotate(-5deg);box-shadow:0 10px 25px #50476520;font-size:7px}.mini-app aside{background:#f7f6fa;min-width:32%;padding:15px 10px;display:flex;flex-direction:column;gap:12px}.mini-app aside b{font-size:13px;color:#65517d;margin-bottom:5px}.mini-app aside i{font-size:4px;font-style:normal;margin-top:12px;color:#a59ba8}.mini-app>div{padding:24px 14px}.mini-app small{font-size:4px;letter-spacing:1px;color:#aaa1b6}.mini-app h3{font-size:18px;font-weight:500;letter-spacing:-.7px;margin:8px 0 15px;line-height:1.15}.mini-note{font-size:5px;background:#f6f4f9;padding:10px;border-radius:3px;color:#aaa0b9}.mini-tiles{display:flex;gap:8px;margin-top:12px}.mini-tiles span{background:#efe9f7;padding:10px;width:70px;font-size:6px;line-height:1.5;border-radius:3px}.mini-tiles span:nth-child(2){background:#f4efdf}.mini-tiles i{display:block;font-style:normal;margin-bottom:9px}.forma-art{height:100%;position:relative}.forma-art>span{position:absolute;left:0;top:40px;color:#684830;font-size:20px;letter-spacing:-.7px;line-height:1.2;z-index:1}.forma-art>span b{font-weight:500}.forma-art>i{bottom:15px;left:0;font-size:10px;font-style:normal;color:#9f7d64}.forma-art>i,.shape{position:absolute}.shape-a{width:91px;height:91px;right:18px;top:17px;background:linear-gradient(120deg,#ffd19e,#d38a5b);border-radius:50%;box-shadow:13px 21px 20px #b88b7430}.shape-b{width:81px;height:86px;right:66px;top:103px;background:linear-gradient(110deg,#ead1b7,#c8a88d);transform:rotate(-20deg);box-shadow:10px 12px 14px #99785525}.shape-c{width:51px;height:98px;right:-5px;top:114px;background:linear-gradient(100deg,#bb745b,#e59e77);border-radius:40px 40px 0 0;transform:rotate(20deg)}.mini-terminal{background:#153c31;color:#deeee5;border:5px solid #eff6f044;border-radius:8px;padding:13px 17px;transform:rotate(3deg);width:100%;height:222px;box-shadow:0 12px 24px #1f5f3f20}.mini-terminal>div:first-child{display:flex;gap:4px}.mini-terminal i{width:4px;height:4px;border-radius:50%;background:#809b8d}.mini-terminal>div>span{margin-left:auto;font-size:5px;color:#93b3a0}.mini-terminal h3{font-size:20px;font-weight:450;letter-spacing:-.5px;line-height:1.15;margin:18px 0 12px}.mini-terminal p{font-family:monospace;font-size:5px;margin:7px 0;color:#9bb5a7}.mini-terminal p span{color:#b8e1a4}.mini-terminal em{float:right;font-style:normal}.wave{color:#96c5a0;font-size:20px;white-space:nowrap;overflow:hidden;letter-spacing:1px}.field-art{position:relative;height:100%;color:#526446}.field-art>span{font-weight:600;font-size:12px}.field-art h3{font-size:29px;line-height:1.05;letter-spacing:-1px;font-weight:500;margin-top:17px;position:relative;z-index:1}.field-lines{position:absolute;right:-60px;bottom:-40px;width:200px;height:260px;background:repeating-linear-gradient(15deg,#9ca777 0 12px,#c0c89a 13px 18px);border-radius:50%;transform:rotate(-30deg);opacity:.8}.calendar-art h3{font-size:25px;letter-spacing:-.9px;line-height:1.05;font-weight:500;margin:8px 0;color:#4b6585}.calendar{position:absolute;right:-6px;top:97px;width:220px;height:140px;background:#fff;border-radius:7px;padding:17px;transform:rotate(-8deg);box-shadow:0 4px 20px #76899c15;color:#7489a0;font-size:8px}.calendar b,.calendar>span{display:block;margin-bottom:14px;letter-spacing:4px;font-size:7px}.calendar b{letter-spacing:1px}.calendar i{background:#a9c3e6;padding:5px;border-radius:50%;font-style:normal}.calendar p{background:#f3e7c8;padding:10px;border-radius:4px;font-size:7px}.shop-art>span{top:40px;font-size:52px;letter-spacing:-4px;color:#67425e}.shop-art p,.shop-art>span{position:absolute;left:28px}.shop-art p{bottom:9px;font-size:10px;color:#97657e}.vase{position:absolute;right:48px;top:64px;width:90px;height:133px;background:linear-gradient(100deg,#c78683,#e6b8aa,#bc8a88);border-radius:40% 40% 30% 30%;box-shadow:15px 14px 12px #7b52691a;transform:rotate(12deg)}.vase:before{content:"";position:absolute;top:-5px;left:22px;background:#b97f77;width:45px;height:25px;border-radius:50%;box-shadow:inset 3px 3px 5px #67403c}.card-body{padding:20px 20px 0}.card-head{justify-content:space-between}.card-head,.project-name{display:flex;align-items:center}.project-name{gap:10px}.project-name h3{font-size:16px;font-weight:600;letter-spacing:-.4px;margin:0}.project-logo{height:32px;width:32px;display:flex;border-radius:8px;font-size:23px;font-weight:500;flex-shrink:0}.icon-button,.project-logo{align-items:center;justify-content:center}.icon-button{background:transparent;border:0;display:inline-flex;padding:7px;border-radius:5px;color:#9994a3}.icon-button:hover{background:#f3f0f8;color:#5d467d}.card-body>p{font-size:11px;color:#81808a;line-height:1.65;min-height:36px;margin:13px 0}.card-tags{display:flex;gap:6px;margin-bottom:20px}.card-tags>span{font-size:8px;color:#89858f;border:1px solid #edebf0;border-radius:4px;padding:4px 6px}.card-stats{display:flex;justify-content:space-between;border-top:1px solid #eeedf1;padding:14px 0;font-size:8px;color:#96919d}.card-stats,.status{align-items:center;gap:5px}.status{font-size:9px;display:inline-flex;white-space:nowrap}.status i{width:5px;height:5px;display:inline-block;border-radius:50%;background:currentColor}.status.active{color:#3a9871}.status.upcoming{color:#9c8754}.status.completed{color:#85818d}.discovery-foot{display:flex;justify-content:space-between;color:#a39eaa;font-size:10px;margin-top:25px}.discovery-foot>span:last-child{display:flex;align-items:center;gap:8px}.founder-banner{position:relative;overflow:hidden;margin:16px 6% 65px;padding:36px 40px;background:#efedf5;border:1px solid #e4dfef;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.founder-banner .eyebrow{font-size:8px;color:#91869e}.founder-banner h2{font-size:28px;font-weight:500;letter-spacing:-1px;margin:13px 0 8px}.founder-banner p{font-size:11px;color:#908695;margin:0}.founder-banner>.button{z-index:1}.banner-star{position:absolute;right:16%;font-size:220px;line-height:1;color:#e2ddec;top:-25px}footer{padding:30px 6%;display:flex;align-items:center;border-top:1px solid var(--line);gap:22px;background:#fff}footer .wordmark{font-size:29px}footer .brand-mark{width:22px;height:26px}footer .brand-mark img{width:50px;left:-14px;top:-11px}footer p{font-size:10px;color:#9e99a5}footer>div{margin-left:auto;display:flex;gap:25px;align-items:center;color:#7c7787}footer .text-button,footer>div{font-size:10px}footer small{font-size:9px;color:#b0aab7}.page-heading{padding:10px 0 35px}.page-heading h1{font-size:42px;letter-spacing:-1.8px;font-weight:500;margin:15px 0 12px}.page-heading p{font-size:14px;color:#85808f;line-height:1.6;margin:0}.subheading{font-size:23px;font-weight:500;letter-spacing:-.7px;margin:0 0 22px}.subheading>span{font-size:13px;color:#9c93a8;background:#eeeaf4;border-radius:5px;padding:3px 7px;margin-left:7px}.empty{grid-column:1/-1;min-height:260px;border:1px dashed #d9d4e1;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:35px}.empty h3{font-size:20px;font-weight:500;letter-spacing:-.5px;margin:13px 0 0}.empty p{font-size:13px;color:#8b8196;line-height:1.7;max-width:450px}.empty .button{margin-top:8px}.empty-icon{color:#9e8bb3;padding:14px;border-radius:50%;background:#f0ebf6}.empty.small{min-height:180px}.notice{background:#f0edf7;border:1px solid #e5dff0;color:#7b6e8c;padding:13px 15px;font-size:11px;line-height:1.7;border-radius:6px;margin:0 0 23px}.back-link{font-size:12px;color:#8f849c;display:inline-block;margin-bottom:28px}.detail-title{display:flex;gap:18px;align-items:center;margin-bottom:28px}.detail-title>.project-logo{width:64px;height:64px;font-size:44px;border-radius:13px}.detail-title>.button{margin-left:auto}.title-line{display:flex;align-items:center;gap:18px}.title-line h1{font-size:38px;letter-spacing:-1.5px;font-weight:500;margin:0}.title-line .status{padding:5px 8px;border:1px solid #dedbe4;border-radius:5px}.detail-title p{font-size:13px;color:#8c8297;margin:7px 0}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:36px;align-items:start}.product-art.large{height:355px;padding:45px 70px 0}.large .mini-app{height:330px;transform:rotate(-3deg);font-size:11px}.large .mini-app>div{padding:40px 25px}.large .mini-app h3{font-size:34px}.large .mini-app aside{padding:24px 20px;gap:19px}.large .mini-app aside b{font-size:19px}.large .mini-app aside i,.large .mini-app small{font-size:7px}.large .mini-note{font-size:9px;padding:18px}.large .mini-tiles span{width:120px;font-size:10px;padding:16px}.large .forma-art>span{font-size:42px;top:50px}.large .shape-a{height:155px;width:155px;right:20px}.large .shape-b{height:150px;width:150px;right:100px;top:160px}.large .shape-c{height:155px;width:90px;top:170px}.large .mini-terminal{height:360px;max-width:450px;margin:auto;padding:25px}.large .mini-terminal h3{font-size:36px}.large .mini-terminal p{font-size:10px}.large .mini-terminal>div>span{font-size:9px}.large .wave{font-size:32px}.large .calendar-art h3,.large .field-art h3{font-size:48px}.large .field-lines{width:340px;height:400px}.large .calendar{width:310px;top:135px;right:10px;height:220px;padding:25px;font-size:13px}.large .calendar b,.large .calendar>span{font-size:11px;letter-spacing:8px;margin-bottom:25px}.large .calendar p{font-size:11px;padding:20px}.large .vase{height:235px;width:150px;right:95px}.large .vase:before{width:80px;left:35px}.large .shop-art>span{font-size:100px;left:65px;top:80px}.large .shop-art p{font-size:16px;left:65px}.detail-tabs{display:flex;gap:26px;border-bottom:1px solid var(--line);padding:23px 0 15px;font-size:12px;color:#897d95}.detail-tabs>a:first-child{color:#302839}.prose{padding:32px 0 0;scroll-margin-top:25px}.prose h2{font-size:29px;font-weight:500;letter-spacing:-1px;line-height:1.2;margin:14px 0}.prose>p{font-size:13px;line-height:1.85;color:#82778d}.prose h3{font-size:17px;font-weight:500;margin:27px 0 15px}.facts{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:7px;margin-top:25px}.facts>div{padding:20px}.facts>div+div{border-left:1px solid var(--line)}.facts small{font-size:8px;letter-spacing:1px;color:#a096aa;display:block;margin-bottom:10px}.facts strong{font-size:12px;font-weight:500}.founder{gap:12px}.avatar,.founder{display:flex;align-items:center}.avatar{width:44px;height:44px;justify-content:center;border-radius:50%;font-size:12px}.founder strong{font-size:13px;font-weight:500}.founder p{font-size:11px;color:#9a8ea5;margin:5px 0}.links{display:flex;gap:9px}.update-card{border:1px solid var(--line);background:white;padding:20px;border-radius:8px;margin-bottom:15px}.update-card small{font-size:8px;letter-spacing:.7px;color:#a49aaf}.update-card h3,.update-card h4{font-size:15px;font-weight:500;margin:12px 0 8px}.update-card p{font-size:12px;line-height:1.8;color:#8c8297;white-space:pre-wrap;overflow-wrap:anywhere}.launch-panel{background:white;border:1px solid #e3dfea;border-radius:10px;padding:23px;position:sticky;top:24px}.panel-top{display:flex;justify-content:space-between;align-items:center}.panel-top h3{font-size:15px;font-weight:500;margin:0}.launch-amount{font-size:34px;letter-spacing:-1px;margin:28px 0 19px}.launch-amount small{display:block;font-size:10px;color:#a093ac;letter-spacing:0;margin-top:5px}.progress{height:5px;background:#ece8f1;border-radius:3px;overflow:hidden}.progress>i{display:block;height:100%;background:#9c8cc2;border-radius:3px}.terms{margin:23px 0}.terms>div{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #eeebf2;padding:13px 0;font-size:11px}.terms dt{color:#978aa3}.terms dd{margin:0;text-align:right;color:#5c506a;font-weight:500}.panel-note{text-align:center;font-size:9px;line-height:1.8;color:#a297ab;margin-top:12px}.risk-note{font-size:10px;color:#9b90a4;line-height:1.7;border-top:1px solid var(--line);padding-top:17px;margin-top:18px}.tiny{font-size:10px!important;color:#9e92a8;line-height:1.8}.muted-text{color:#94869f;font-size:12px;line-height:1.8}.activity-title{margin-top:45px}.activity-list{border:1px solid var(--line);border-radius:8px;background:white}.activity-list article{display:flex;align-items:center;gap:15px;padding:20px;border-bottom:1px solid var(--line)}.activity-list article:last-child{border:0}.activity-list article>div:nth-child(3){margin-left:auto;text-align:right}.activity-list strong{font-size:12px;font-weight:500}.activity-list small{display:block;font-size:9px;color:#a193ac;margin-top:6px}.activity-list .success-text{color:#59987d}.wizard-layout{display:grid;grid-template-columns:220px minmax(0,660px);gap:45px;margin-bottom:30px}.steps{padding-top:10px}.steps>div{gap:12px;font-size:12px;color:#a79baf;padding:0 0 28px}.steps>div,.steps>div>span{display:flex;align-items:center}.steps>div>span{width:27px;height:27px;border:1px solid #e1dbe9;border-radius:50%;justify-content:center;font-size:10px}.steps>.current{color:#6b4e8b;font-weight:600}.steps>.current>span{background:#eae1f4;border-color:#d6c6e7}.steps>.complete>span{background:#e4efe8;color:#70a189}.steps>p{border-top:1px solid var(--line);padding-top:20px;font-size:12px;color:#7f728d;line-height:1.8;max-width:185px}.steps>p>small{font-size:10px;color:#a396ad}.form-panel{background:white;border:1px solid #e5dfeb;border-radius:10px;padding:30px}.form-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.form-heading h2,.form-panel>h2{font-size:23px;font-weight:500;letter-spacing:-.6px;margin:0}.form-heading>span{font-size:10px;color:#a697b2}.field{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#796985;margin-bottom:23px}.field>span{display:none}.field input,.field textarea{width:100%;border:1px solid #e2dbe8;border-radius:6px;padding:13px 14px;font-size:12px;color:#554760;background:#fff}.field input::placeholder,.field textarea::placeholder{color:#b1a5ba}.field textarea{min-height:115px;resize:vertical;line-height:1.7}.form-actions{display:flex;align-items:center;gap:20px;padding-top:20px;border-top:1px solid var(--line)}.form-actions>.button:last-child{margin-left:auto}.form-error{color:#a84e5a;font-size:12px;margin-bottom:10px}.pending-terms{padding:17px;background:#f7f5fa;border-radius:7px}.pending-terms strong{font-size:11px;color:#776287}.pending-terms p{font-size:11px;line-height:1.7;color:#a291af;margin-bottom:0}.draft-preview{padding:5px 0 20px;overflow-wrap:anywhere}.draft-preview h2{font-size:30px;font-weight:500;letter-spacing:-1px}.draft-preview h3{font-size:13px;margin-top:24px}.draft-preview p{font-size:12px;line-height:1.8;color:#8f7c9e;white-space:pre-wrap}.checkbox{display:flex;align-items:flex-start;gap:10px;font-size:11px;line-height:1.8;color:#93829f;margin:20px 0}.checkbox input{accent-color:#826199;flex-shrink:0;width:15px;height:15px;margin-top:3px}.heading-with-action{justify-content:space-between}.dashboard-project,.heading-with-action{display:flex;align-items:center;gap:20px}.dashboard-project{padding:28px;background:#fff;border:1px solid var(--line);border-radius:10px}.dashboard-project>.project-logo{height:58px;width:58px;font-size:33px}.dashboard-project h2{font-size:26px;font-weight:500;letter-spacing:-1px;margin:10px 0 6px}.dashboard-project p{font-size:12px;color:#9c89aa;margin:0;overflow-wrap:anywhere}.dashboard-project>.button{margin-left:auto}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:25px 0 35px}.dashboard-stats>div{background:#f0edf5;padding:25px;border-radius:8px}.dashboard-stats small{font-size:10px;color:#a08bad;display:block;margin-bottom:12px}.dashboard-stats strong{font-weight:500;font-size:18px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:25px}dialog{border:1px solid #e5ddeb;border-radius:14px;width:480px;max-width:calc(100% - 30px);padding:35px;color:#352b3e;background:#fff;box-shadow:0 25px 100px #17101f30;max-height:90dvh;overflow:auto}dialog::backdrop{background:#16101f75;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-close{position:absolute;right:13px;top:13px}dialog h2{font-size:29px;font-weight:500;line-height:1.15;letter-spacing:-1px;margin:15px 0}dialog>p{font-size:12px;line-height:1.8;color:#9c87ab;margin-bottom:20px}dialog .eyebrow{font-size:9px;margin-top:15px}.modal-symbol{background:#f0eaf6;color:#9c7eb3;border-radius:13px}.modal-symbol,.success-circle{display:flex;width:58px;height:58px;align-items:center;justify-content:center;margin-bottom:22px}.success-circle{background:#e7f2ed;color:#579778;border-radius:50%}#toast{position:fixed;z-index:80;bottom:22px;left:50%;transform:translate(-50%,10px);background:#0b0b0e;color:#ededf2;padding:11px 16px;border:1px solid #ffffff22;border-radius:2px;max-width:min(420px,calc(100% - 32px));font-size:12px;line-height:1.45;letter-spacing:-.01em;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}#toast.show{opacity:1;transform:translate(-50%);pointer-events:auto;cursor:pointer}@media (prefers-reduced-motion:reduce){#toast,#toast.show{transition:none;transform:translate(-50%)}}.error-toast{position:fixed;z-index:90;top:100px;right:max(20px,5%);display:flex;align-items:flex-start;gap:14px;width:min(360px,calc(100vw - 32px));padding:14px 12px 14px 16px;background:#141214;color:#f0d8d3;border:1px solid #3a2a2a;border-left:2px solid #efb5ab;border-radius:2px;font-size:13px;line-height:1.45;animation:error-toast-in .22s ease}.error-toast p{margin:0;flex:1 1;min-width:0}.error-toast span{display:block;margin-bottom:4px;font-family:Barlow Condensed,sans-serif;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#efb5ab}.error-toast button{appearance:none;flex-shrink:0;margin:-4px -2px 0 0;padding:4px;border:0;background:transparent;color:#c4a8a3}.error-toast button:hover{color:#f0d8d3}.error-toast[data-status=pending],.error-toast[data-status=success]{color:#eeeef5;border-color:#ffffff24 #ffffff24 #ffffff24 #aaaab5}.error-toast[data-status=pending] button,.error-toast[data-status=pending] span,.error-toast[data-status=success] button,.error-toast[data-status=success] span{color:#eeeef5}.notification-transaction{display:block;margin-top:8px;color:inherit;text-decoration:underline;text-underline-offset:3px}@keyframes error-toast-in{0%{opacity:0;transform:translateX(16px)}}@media (prefers-reduced-motion:reduce){.error-toast{animation:none}}.spinner{width:14px;height:14px;border:2px solid #ffffff50;border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:1500px){.hero{padding-left:calc((100vw - 1420px) / 2);padding-right:calc((100vw - 1420px) / 2)}.hero-art{right:5%}.product-art{height:255px}.mini-app{height:240px}.mini-app h3{font-size:23px}.mini-terminal{height:260px}.mini-terminal h3{font-size:25px}.mini-terminal p{font-size:7px}}@media (max-width:1050px){.header{gap:30px;padding:0 4%;height:78px}.header nav{gap:20px}.launch-nav{display:none}.hero{padding:50px 5% 30px;min-height:450px}.hero h1{font-size:51px}.hero-art{right:-10%;width:53%;opacity:.8}.hero-art>img{width:390px;height:390px}.hero-bottom{max-width:450px}.section{padding-left:5%;padding-right:5%}.filters{align-items:flex-start;flex-direction:column;gap:16px}.search-controls{width:100%}.search{flex:1 1}.search input{width:100%}.project-grid{gap:16px}.product-art{height:185px;padding:35px 17px 0}.mini-app{height:200px}.mini-app aside{min-width:32%;padding:13px 7px;font-size:5px}.mini-app>div{padding:20px 10px}.mini-app h3{font-size:15px}.mini-terminal{padding:12px;height:190px}.mini-terminal h3{font-size:18px}.mini-tiles span{width:55px;font-size:5px}.forma-art>span{font-size:17px}.shape-a{right:0;width:65px;height:65px}.shape-b{width:65px;height:75px;right:35px;top:85px}.shape-c{width:42px;right:-17px;top:87px}.card-body{padding:17px 15px 0}.card-body>p{min-height:54px}.card-tags{gap:4px}.card-stats,.card-tags>span{font-size:7px}.status{font-size:8px}.detail-grid{grid-template-columns:minmax(0,1fr) 285px;gap:25px}.product-art.large{padding:45px 30px 0;height:300px}.large .mini-app h3{font-size:25px}.large .mini-app aside{font-size:7px;min-width:33%;padding:20px 12px}.large .mini-tiles span{width:80px;font-size:8px}.large .mini-app>div{padding:35px 17px}.large .mini-note{font-size:7px}.prose h2{font-size:26px}.wizard-layout{grid-template-columns:180px minmax(0,1fr);gap:25px}footer{flex-wrap:wrap}footer small{margin-left:auto}.founder-banner{margin-left:5%;margin-right:5%;padding:30px}.founder-banner h2{font-size:25px}.founder-banner p{max-width:330px;line-height:1.7}.banner-star{right:12%}}@media (max-width:750px){.header{height:auto;min-height:76px;flex-wrap:wrap;gap:0;padding:16px 5% 0;justify-content:space-between}.header nav{order:3;width:100%;height:46px;gap:28px;margin-top:10px}.header nav>a{font-size:12px}.header .wordmark{font-size:34px}.nav-actions{margin:0}.nav-actions .button{font-size:10px;min-height:37px;padding:10px 12px;gap:7px}.hero{min-height:540px;padding-top:35px;padding-bottom:25px}.hero h1{font-size:43px;letter-spacing:-2.2px;max-width:480px;margin-top:22px}.hero .eyebrow{font-size:8px;letter-spacing:1.4px}.hero-copy>p{font-size:12px;max-width:340px}.hero-art{width:280px;height:280px;right:-50px;top:265px;opacity:.8}.hero-art>img{width:260px;height:260px}.orbit-circle{width:330px;height:125px}.orbit-circle.two{width:340px;height:150px}.hero-actions{gap:20px;align-items:flex-start;flex-direction:column}.hero-actions .button{min-height:43px}.hero-link{font-size:11px}.hero-bottom{position:absolute;bottom:0;font-size:9px;line-height:1.7;max-width:210px}.rising-label{display:none}.s1{font-size:19px}.s2{font-size:12px}.section{padding:35px 5%}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}.section-heading h2{font-size:26px;letter-spacing:-1px;margin-top:10px}.section-heading .eyebrow{font-size:8px}.section-heading p{font-size:11px;line-height:1.7}.demo-label{font-size:8px}.filters{margin:23px 0 20px;gap:18px}.tabs{gap:2px;width:100%;justify-content:space-between}.tabs button{padding:10px 9px;font-size:10px;gap:4px}.search-controls{gap:7px}.search input{font-size:10px}.search{min-width:0;padding:10px}select{font-size:9px;width:125px;padding:10px 8px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-art{height:180px}.mini-app{width:140%;margin-left:-12px}.card-body{padding:14px 12px 0}.project-name{gap:7px}.project-name h3{font-size:14px}.project-logo{width:27px;height:27px;font-size:20px}.icon-button{padding:5px}.card-body>p{font-size:10px;margin-top:11px;min-height:50px}.card-tags{flex-wrap:wrap;gap:3px;margin-bottom:14px;min-height:37px;align-content:start}.card-tags>span{font-size:6px}.card-stats{flex-wrap:wrap;gap:7px;padding:12px 0}.card-stats,.status{font-size:7px}.mini-terminal{width:125%;margin-left:-10px}.mini-terminal h3{font-size:20px}.forma-art>span{font-size:19px;top:18px}.shape-a{top:80px;width:55px;height:55px}.shape-b{top:110px;right:25px;width:45px}.shape-c{top:115px;width:30px}.calendar-art h3{font-size:20px}.calendar{width:175px;top:110px}.field-art h3{font-size:23px}.shop-art>span{font-size:43px;left:18px;top:40px}.vase{width:65px;height:105px;top:83px;right:25px}.vase:before{width:35px;left:15px;height:19px}.shop-art p{font-size:8px;left:18px;bottom:0;max-width:70px;line-height:1.7}.discovery-foot{font-size:8px;gap:15px;line-height:1.6}.founder-banner{align-items:flex-start;flex-direction:column;gap:22px;padding:26px;margin-bottom:35px}.founder-banner h2{font-size:26px}.founder-banner p{font-size:11px;max-width:255px}.banner-star{right:-5px;top:5px;font-size:220px;opacity:.7;pointer-events:none}.founder-banner>div{position:relative;z-index:1}.founder-banner .button{font-size:11px}.founder-banner .eyebrow{font-size:7px}footer{padding:24px 5%;gap:14px}footer p{margin-left:auto;font-size:9px}footer>div{width:100%;margin:0;gap:20px}footer small{margin:0;font-size:8px}.detail-title{gap:12px;flex-wrap:wrap}.detail-title>.project-logo{height:48px;width:48px;font-size:32px}.title-line h1{font-size:30px}.detail-title>div:nth-child(2){width:calc(100% - 62px)}.detail-title p{font-size:11px;line-height:1.7}.detail-title>.button{margin:3px 0 0;font-size:10px}.detail-grid{display:flex;flex-direction:column}.detail-grid>div{min-width:0;width:100%}.launch-panel{position:static;width:100%;order:-1}.launch-amount{margin:20px 0 15px}.launch-panel .terms{display:grid;grid-template-columns:1fr 1fr;gap:0 20px;margin:15px 0}.launch-panel .terms>div{font-size:9px;gap:7px;padding:10px 0}.risk-note{font-size:9px}.panel-note{margin-bottom:0}.product-art.large{height:300px;padding:45px 20px 0}.large .mini-app{width:108%;margin-left:0;height:300px}.large .mini-app>div{padding:27px 14px}.large .mini-app h3{font-size:26px}.large .mini-app aside{min-width:32%;font-size:6px}.large .mini-tiles span{width:80px}.large .forma-art>span{font-size:33px;top:40px}.large .shape-a{right:15px;top:20px;width:100px;height:100px}.large .shape-b{right:60px;top:140px;width:110px;height:110px}.large .shape-c{top:170px;width:60px;height:120px}.large .mini-terminal{width:100%;margin:0}.detail-tabs{font-size:10px;gap:23px}.facts>div{padding:16px}.facts strong{font-size:11px}.prose h2{font-size:27px}.prose>p{font-size:12px}.page-heading h1{font-size:33px;letter-spacing:-1.3px;line-height:1.15}.page-heading p{font-size:12px}.page-heading .eyebrow{font-size:8px}.subheading{font-size:21px}.activity-list article{padding:15px;gap:10px;flex-wrap:wrap}.activity-list article>div:nth-child(2){flex:1 1}.activity-list article>div:nth-child(3){margin:0;flex:1 1;text-align:left;padding-left:37px}.activity-list small{font-size:8px}.activity-list .button{font-size:9px;min-height:35px;padding:8px 10px}.wizard-layout{display:block}.steps{display:flex;gap:5px;justify-content:space-between;padding:0 0 20px}.steps>div{font-size:8px;display:flex;flex-direction:column;gap:8px;padding:0}.steps>p{display:none}.form-panel{padding:22px}.form-heading h2{font-size:21px}.form-heading>span{font-size:9px}.form-actions{gap:10px;flex-wrap:wrap}.form-actions .button{font-size:10px;padding:10px 12px}.form-actions .text-button{font-size:10px}.heading-with-action{align-items:flex-start;flex-direction:column}.dashboard-project{padding:20px;gap:13px;flex-wrap:wrap}.dashboard-project>div:nth-child(2){flex:1 1;min-width:0}.dashboard-project>.button{margin:0}.dashboard-project h2{font-size:23px}.dashboard-stats{gap:10px;grid-template-columns:1fr}.dashboard-stats>div{padding:18px;display:flex;align-items:center;justify-content:space-between}.dashboard-stats small{margin:0}.dashboard-stats strong{font-size:14px}.two-col{grid-template-columns:1fr;gap:25px}dialog{padding:28px}dialog h2{font-size:27px}.empty{padding:28px 20px}.empty h3{font-size:19px}.empty p{font-size:12px}}@media (max-width:390px){.project-grid{grid-template-columns:1fr}.product-art{height:230px;padding-left:30px;padding-right:30px}.mini-app{width:110%;margin:0;height:230px}.mini-app aside{font-size:7px}.mini-app h3{font-size:22px}.mini-app .mini-tiles span{width:77px;font-size:7px}.mini-terminal{width:100%;margin:0;height:230px}.mini-terminal h3{font-size:24px}.mini-terminal p{font-size:7px}.card-body>p,.card-tags{min-height:0}.card-tags>span{font-size:8px}.card-stats,.status{font-size:9px}.forma-art>span{font-size:28px;top:25px}.shape-a{top:90px;width:85px;height:85px}.shape-b{top:130px;right:65px;width:70px}.shape-c{top:135px;width:40px}.hero h1{font-size:37px}.hero-copy>p{font-size:11px}.hero-art{right:-60px;top:265px}.hero-bottom{max-width:170px}.hero-link{font-size:10px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.detail-tabs .text-button{font-size:inherit;color:inherit;padding:0}.detail-tabs{align-items:center}.external-link{color:#79539b;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}#draft-save-status{margin-bottom:12px}.ascend-icon{display:inline-block;flex-shrink:0;vertical-align:middle}.motion-control{display:grid;place-items:center}html{background:#000}body.ascend-dark{--ink:#f4f4f4;--muted:#939393;--line:#262626;--purple:#dedede;background:#000;color:#f4f4f4;color-scheme:dark}.ascend-dark ::selection{background:#eee;color:#000}.ascend-dark .header{background:#000;border-color:#232323;position:relative;z-index:5;height:86px}.ascend-dark .brand-mark{background:transparent;border-radius:0}.ascend-dark .brand-mark img{mix-blend-mode:screen;filter:grayscale(1)}.ascend-dark .wordmark,.ascend-dark .wordmark span{color:#fff}.ascend-dark .header nav>a{color:#929292}.ascend-dark .header nav>a.selected{color:#fff}.ascend-dark .header nav>a.selected:after{background:#fff;height:1px}.ascend-dark .nav-count{background:#181818;color:#bbb}.ascend-dark .button{border-radius:2px;min-height:46px;letter-spacing:.2px}.ascend-dark .button.dark,.ascend-dark .button.white{background:#f1f1f1;color:#0a0a0a;border-color:#f1f1f1}.ascend-dark .button.subtle{background:#000;border-color:#333;color:#ddd}.ascend-dark .hero-link,.ascend-dark .text-button{color:#bbb}.ascend-dark .section,.ascend-dark footer{background:#000}.ascend-dark .eyebrow,.ascend-dark .eyebrow.muted{color:#a1a1a1}.ascend-dark .eyebrow>span{background:#eee}.ascend-dark .dashboard-project h2,.ascend-dark .detail-title h1,.ascend-dark .draft-preview h2,.ascend-dark .draft-preview h3,.ascend-dark .form-panel h2,.ascend-dark .founder strong,.ascend-dark .page-heading h1,.ascend-dark .project-name,.ascend-dark .prose h2,.ascend-dark .prose h3,.ascend-dark .section-heading h2,.ascend-dark .subheading,.ascend-dark .terms dd{color:#f1f1f1}.ascend-dark .purple-dot{color:#bfbfbf}.ascend-dark .card-body>p,.ascend-dark .dashboard-project p,.ascend-dark .detail-title p,.ascend-dark .draft-preview p,.ascend-dark .founder p,.ascend-dark .muted-text,.ascend-dark .page-heading p,.ascend-dark .panel-note,.ascend-dark .prose p,.ascend-dark .risk-note,.ascend-dark .section-heading p{color:#9c9c9c}.ascend-dark .project-card{background:#080808;border:1px solid #282828;border-radius:4px;box-shadow:none;overflow:hidden}.ascend-dark .project-name h3{color:#eee}.ascend-dark .product-art{filter:grayscale(1) brightness(.72);border-radius:0}.ascend-dark .card-body{background:#080808}.ascend-dark .avatar,.ascend-dark .project-logo{background:#202020;color:#ddd;border:1px solid #383838}.ascend-dark .card-tags span{color:#aaa;background:#111;border-color:#292929}.ascend-dark .card-stats{border-color:#252525;color:#999}.ascend-dark .icon-button{color:#aaa;background:transparent;border-color:#333}.ascend-dark .status{color:#c7c7c7;background:transparent}.ascend-dark .live-dot,.ascend-dark .status i{background:#ddd;box-shadow:none}.ascend-dark .status.upcoming{color:#a1a1a1}.ascend-dark .status.completed{color:#8c8c8c}.ascend-dark .demo-label{color:#9d9d9d;background:#090909;border-color:#303030}.ascend-dark .tabs{background:transparent}.ascend-dark .tabs button{color:#999;background:transparent;border-radius:2px}.ascend-dark .tabs button.active{color:#000;background:#ededed;box-shadow:none}.ascend-dark .tabs button.active .live-dot{background:#222}.ascend-dark .search,.ascend-dark select{background:#080808;border-color:#303030;color:#aaa;border-radius:2px}.ascend-dark .search input{color:#eee;background:transparent}.ascend-dark input::placeholder,.ascend-dark textarea::placeholder{color:#777}.ascend-dark .field input[type=file]::file-selector-button{margin-right:12px;padding:7px 10px;border:1px solid #333;border-radius:2px;background:#181818;color:#ddd;font:inherit;cursor:pointer}.ascend-dark .field input[type=file]:enabled::file-selector-button:hover{border-color:#555;background:#242424}.ascend-dark .field input[type=file]:disabled::file-selector-button{cursor:default;opacity:.5}.ascend-dark .discovery-foot{color:#787878;border-color:#222}.ascend-dark .founder-banner{background:#000;border:1px solid #333;border-radius:0;padding:65px 45px}.ascend-dark .founder-banner h2{color:#fff;font-weight:500;font-size:clamp(30px,4vw,56px)}.ascend-dark .founder-banner p{color:#999}.ascend-dark .banner-star{color:#444;opacity:.4}.ascend-dark footer{border-color:#292929;color:#999}.ascend-dark footer p,.ascend-dark footer small{color:#929292}.ascend-dark .back-link,.ascend-dark .detail-tabs a{color:#bcbcbc}.ascend-dark .detail-tabs,.ascend-dark .token-section{border-color:#292929}.ascend-dark .notice,.ascend-dark .pending-terms{background:#111;color:#b9b9b9;border:1px solid #292929}.ascend-dark .activity-list article,.ascend-dark .dashboard-project,.ascend-dark .form-panel,.ascend-dark .launch-panel,.ascend-dark .update-card{background:#080808;border-color:#2c2c2c;color:#eee}.ascend-dark .launch-amount{color:#f5f5f5}.ascend-dark .activity-list small,.ascend-dark .facts small,.ascend-dark .launch-amount small,.ascend-dark .terms dt,.ascend-dark .tiny,.ascend-dark .update-card small{color:#999}.ascend-dark .activity-list strong,.ascend-dark .facts strong,.ascend-dark .update-card h4{color:#e9e9e9}.ascend-dark .progress{background:#262626}.ascend-dark .progress i{background:#ccc}.ascend-dark .facts,.ascend-dark .risk-note,.ascend-dark .terms>div{border-color:#2a2a2a}.ascend-dark .checkbox,.ascend-dark .field{color:#bcbcbc}.ascend-dark .field input,.ascend-dark .field textarea{background:#000;color:#eee;border-color:#3a3a3a;border-radius:2px}.ascend-dark .checkbox input{accent-color:#ddd}.ascend-dark .steps>div,.ascend-dark .steps>p,.ascend-dark .steps>p>small{color:#999}.ascend-dark .steps>.current{color:#fff}.ascend-dark .steps>.complete>span,.ascend-dark .steps>.current>span{background:#ddd;color:#111;border-color:#ddd}.ascend-dark .form-heading>span,.ascend-dark .pending-terms p,.ascend-dark .pending-terms strong{color:#aaa}.ascend-dark .dashboard-stats>div{background:#111}.ascend-dark .dashboard-stats small{color:#999}.ascend-dark .empty h2,.ascend-dark .empty h3{color:#eee}.ascend-dark .empty p{color:#aaa}.ascend-dark .empty-icon,.ascend-dark .modal-symbol{color:#ddd;background:#222}.ascend-dark dialog{background:#090909;color:#eee;border:1px solid #393939;border-radius:4px}.ascend-dark dialog::backdrop{background:#000c}.ascend-dark dialog>p{color:#aaa}.ascend-dark .success-circle{color:#eee;background:#252525}.ascend-dark .success-text{color:#ddd}.ascend-dark .form-error{color:#ffa9a9}.ascend-dark .external-link{color:#ddd;text-decoration:underline}.ascend-dark #toast{background:#0b0b0e;color:#ededf2}.flight-page{isolation:isolate}.ascend-dark .header:has(+.flight-page){margin-bottom:-86px;background:transparent;border-bottom-color:transparent;padding-inline:6%}.launch-hero{position:relative;isolation:isolate;height:100svh;min-height:740px;max-height:1100px;padding:170px 7% 130px;display:flex;align-items:center;overflow:hidden;background:#000}.threshold-scene{position:absolute;inset:-2%;z-index:-3;animation:threshold-drift 26s ease-in-out infinite alternate;will-change:transform}.threshold-image{object-fit:cover;object-position:64% center}.launch-hero:after{content:"";inset:0;z-index:-1;background:linear-gradient(90deg,#0005,transparent 60%),linear-gradient(0deg,#000,transparent 22%,transparent 86%,#0005)}.launch-hero:after,.threshold-haze{position:absolute;pointer-events:none}.threshold-haze{z-index:-2;inset:40% -10% -20% 45%;background:radial-gradient(ellipse,#c5b8eb14,transparent 65%);animation:threshold-light 12s ease-in-out infinite alternate}.threshold-copy{width:55%;max-width:740px;position:relative;margin-top:-30px}.launch-hero h1{font-size:clamp(64px,7.4vw,116px);font-weight:450;line-height:1.02;letter-spacing:-.065em;margin:0 0 34px;color:#f3f0ed;animation:threshold-enter .9s cubic-bezier(.16,1,.3,1) both}.launch-hero h1 span{color:#d1cdd7}.launch-description{max-width:340px;font-size:15px;line-height:1.8;color:#a9a6af;margin:0 0 36px;animation:threshold-enter .9s cubic-bezier(.16,1,.3,1) 80ms both}.launch-actions{display:flex;flex-wrap:wrap;gap:12px;animation:threshold-enter .9s cubic-bezier(.16,1,.3,1) .16s both}.ascend-dark .launch-actions .button{min-width:170px;min-height:49px;padding:14px 20px;border-radius:30px;justify-content:space-between;font-weight:500}.ascend-dark .launch-actions .button.white{background:#ebe8ed;border-color:#ebe8ed;color:#161419}.ascend-dark .launch-actions .button.subtle{background:#ffffff08;border-color:#ffffff26;color:#c7c2ce}.motion-control{position:absolute;z-index:4;right:6%;bottom:55px;font:11px monospace;color:#a8a1b4;background:#0c0b0e80;width:36px;height:36px;padding:0;border:1px solid #ffffff20;border-radius:50%}@keyframes threshold-drift{0%{transform:scale(1) translateZ(0)}to{transform:scale(1.035) translate3d(-.7%,.4%,0)}}@keyframes threshold-light{0%{opacity:.3;transform:translate3d(0,10px,0)}to{opacity:.8;transform:translate3d(-15px,-10px,0)}}@keyframes threshold-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.flight-page>.discovery{position:relative;margin-top:-10px;z-index:2}.ascend-dark .flight-page .discovery{background:#000;padding:65px 6% 75px}.flight-page .section-heading{padding-top:0;border-top:0}.flight-page .section-heading h2{font-size:clamp(30px,3.4vw,52px);letter-spacing:-1.8px;font-weight:450}.ascend-dark .flight-page .section-heading .eyebrow{color:#88818f}.ascend-dark .flight-page .project-card{border-radius:10px;border-color:#242127;background:#080709}.ascend-dark .flight-page .project-card .card-body{background:#080709}.ascend-dark .flight-page .product-art{filter:saturate(.5) brightness(.85)}.ascend-dark .flight-page .card-tags span{background:#121015;border-color:#28242e}.flight-page .founder-banner{position:relative;margin-top:20px;margin-bottom:85px;border-color:#28232f}@media (hover:hover) and (pointer:fine){.ascend-dark .button.dark:hover,.ascend-dark .button.white:hover{background:#d7d0de;border-color:#d7d0de}.ascend-dark .button.subtle:hover{background:#ffffff10}.ascend-dark .flight-page .project-card:hover{border-color:#63596f;transform:translateY(-3px);box-shadow:0 18px 50px #0006}}@media (max-width:1000px) and (min-width:681px){.threshold-copy{width:59%}.launch-hero h1{font-size:8vw}.launch-description{max-width:290px}.threshold-image{object-position:61% center}}@media (max-width:680px){.ascend-dark .header{height:106px;padding:14px 5%}.ascend-dark .header:has(+.flight-page){margin-bottom:-106px;padding-inline:5%}.launch-hero{min-height:920px;max-height:1050px;padding:154px 7% 50px;align-items:flex-start}.threshold-copy{width:100%;margin:0;max-width:450px}.launch-hero h1{font-size:clamp(50px,12vw,76px);margin-bottom:22px;letter-spacing:-.06em}.launch-description{max-width:310px;font-size:13px;line-height:1.7;margin-bottom:25px}.launch-actions{gap:10px}.ascend-dark .launch-actions .button{min-width:0;font-size:11px;padding:12px 17px;min-height:44px;gap:14px}.threshold-scene{inset:290px -15% -20px -45%;-webkit-mask-image:linear-gradient(180deg,transparent,#000 24%);mask-image:linear-gradient(180deg,transparent,#000 24%)}.threshold-image{object-position:77% center}.launch-hero:after{background:linear-gradient(180deg,#000 25%,#000a 39%,transparent 59%,transparent 86%,#000)}.motion-control{bottom:32px;right:7%}.ascend-dark .flight-page .discovery{padding:36px 6% 60px}.ascend-dark .founder-banner{margin-left:6%;margin-right:6%;padding:35px 22px}}@media (prefers-reduced-motion:reduce){.launch-actions,.launch-description,.launch-hero h1,.threshold-haze,.threshold-scene{animation:none}.ascend-dark *,.ascend-dark :after,.ascend-dark :before{transition:none;scroll-behavior:auto}.threshold-scene{will-change:auto}.motion-control{display:none}}.direction-switcher{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:60;display:flex;gap:4px;padding:5px;border:1px solid #ffffff24;border-radius:30px;background:#101013e8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 35px #0008}.direction-switcher a{color:#9995a3;font-size:11px;padding:10px 17px;border-radius:22px;white-space:nowrap}.direction-switcher a[aria-current=page]{color:#151419;background:#efedf2}.convergence-hero,.ignition-hero{align-items:flex-start;justify-content:center;text-align:center;padding-top:145px}.convergence-hero .threshold-copy,.ignition-hero .threshold-copy{width:100%;margin-top:0;max-width:950px}.convergence-hero .threshold-image,.ignition-hero .threshold-image{object-position:center}.convergence-hero .launch-description,.ignition-hero .launch-description{margin-inline:auto;max-width:410px}.convergence-hero .launch-actions,.ignition-hero .launch-actions{justify-content:center}.convergence-hero:after,.ignition-hero:after{background:linear-gradient(0deg,#000,transparent 15%,transparent 90%,#0006)}.ignition-hero h1{font-family:Barlow Condensed,Arial Narrow,sans-serif;font-size:clamp(76px,8.8vw,134px);text-transform:uppercase;font-weight:600;line-height:.91;letter-spacing:-.045em;margin-bottom:24px}.ignition-hero h1 span{color:#f6f2ef}.ignition-hero .launch-description{color:#b8a9a4;font-family:monospace;font-size:11px;line-height:1.8;max-width:365px}.ascend-dark .ignition-hero .launch-actions .button{border-radius:2px;font-family:monospace;text-transform:uppercase;font-size:10px}.ascend-dark .ignition-hero .launch-actions .button.white{background:#f34825;border-color:#f34825;color:#fff}.ignition-hero .threshold-haze{background:radial-gradient(ellipse,#ff351320,transparent 65%);inset:45% 15% 0}.ignition-hero .threshold-scene{animation:ignition-breathe 19s ease-in-out infinite alternate}@keyframes ignition-breathe{0%{transform:scale(1);opacity:.84}to{transform:scale(1.04);opacity:1}}.convergence-hero{padding-top:165px}.convergence-hero h1{font-size:clamp(52px,5.8vw,87px);font-weight:400;letter-spacing:-.055em;line-height:1.08;margin-bottom:24px}.convergence-hero h1 span{color:#cbd1df}.convergence-hero .threshold-copy{max-width:850px}.convergence-hero .launch-description{color:#9a9ba8;font-size:13px;max-width:390px;margin-bottom:27px}.convergence-hero .threshold-haze{background:radial-gradient(ellipse,#a1aaff16,transparent 65%);inset:48% 25% 8%}.convergence-hero .threshold-scene{animation:convergence-drift 22s ease-in-out infinite alternate}@keyframes convergence-drift{0%{transform:scale(1.01) translateX(-.6%)}to{transform:scale(1.03) translateX(.6%)}}.ascend-dark [data-direction=ignition] .project-card{border-radius:2px;border-color:#332421}.ascend-dark [data-direction=ignition] .section-heading h2{font-family:Barlow Condensed,Arial Narrow,sans-serif;text-transform:uppercase;font-size:55px;letter-spacing:-.5px}.ascend-dark [data-direction=ignition] .tabs button.active{background:#f34825;color:#fff}.ascend-dark [data-direction=convergence] .project-card{border-radius:18px;border-color:#282b36}.ascend-dark [data-direction=convergence] .section-heading h2{font-weight:400;color:#dce1ef}@media (hover:hover) and (pointer:fine){.direction-switcher a:not([aria-current]):hover{color:#fff;background:#ffffff10}.ascend-dark .ignition-hero .launch-actions .button.white:hover{background:#ff6040;border-color:#ff6040}}@media (max-width:1000px) and (min-width:681px){.ignition-hero h1{font-size:11vw}.convergence-hero h1{font-size:7.2vw}}@media (max-width:680px){.convergence-hero,.ignition-hero{min-height:860px;max-height:1000px;padding:145px 6% 50px}.ignition-hero h1{font-size:clamp(62px,16vw,100px)}.convergence-hero h1{font-size:clamp(42px,11vw,68px)}.convergence-hero .launch-description,.ignition-hero .launch-description{max-width:295px;font-size:11px}.ignition-hero .threshold-scene{inset:180px -46% -10px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 24%);mask-image:linear-gradient(180deg,transparent,#000 24%)}.convergence-hero .threshold-scene{inset:190px -50% -10px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 22%);mask-image:linear-gradient(180deg,transparent,#000 22%)}.convergence-hero .threshold-image,.ignition-hero .threshold-image{object-position:center}.convergence-hero:after,.ignition-hero:after{background:linear-gradient(0deg,#000,transparent 15%,transparent 70%,#000 88%)}.direction-switcher{bottom:14px;max-width:calc(100vw - 24px)}.direction-switcher a{padding:10px 13px;font-size:10px}}[data-motion=paused] .threshold-haze,[data-motion=paused] .threshold-scene{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.convergence-hero .threshold-scene,.ignition-hero .threshold-scene{animation:none}}.flight-page{position:relative;--geometry-color:199,189,229}.convergence-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0}.convergence-video[data-playing=true]{opacity:1}.convergence-hero .threshold-scene{animation:none}@media (prefers-reduced-motion:reduce){.convergence-video{display:none}}.flight-page[data-direction=ignition]{--geometry-color:255,112,75}.flight-page[data-direction=convergence]{--geometry-color:194,220,230}.hero-geometry{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.threshold-copy{z-index:2}.geometry-orbit{position:absolute;width:62vh;height:62vh;right:9%;top:20%;border:1px solid rgba(var(--geometry-color),.25);transform:rotate(45deg);animation:geometric-turn 48s linear infinite}.geometry-orbit-two{width:76vh;height:76vh;right:5%;top:13%;border-color:rgba(var(--geometry-color),.12);animation-direction:reverse;animation-duration:65s}.geometry-orbit i{position:absolute;width:5px;height:5px;top:-3px;left:50%;background:rgb(var(--geometry-color));box-shadow:0 0 14px rgba(var(--geometry-color),.8)}.geometry-axis{position:absolute;height:1px;width:40%;right:-5%;top:66%;background:linear-gradient(90deg,transparent,rgba(var(--geometry-color),.5),transparent);transform:rotate(-35deg);animation:geometric-sweep 14s ease-in-out infinite alternate}.geometry-axis-two{top:76%;right:8%;width:28%;animation-delay:-7s}.geometry-cross{position:absolute;width:13px;height:13px;color:rgba(var(--geometry-color),.65)}.geometry-cross:after,.geometry-cross:before{content:"";position:absolute;background:currentColor}.geometry-cross:before{left:6px;width:1px;height:13px}.geometry-cross:after{top:6px;height:1px;width:13px}.geometry-cross-one{top:24%;right:10%}.geometry-cross-two{bottom:19%;right:48%}.ignition-hero .geometry-orbit{top:42%;right:calc(50% - 31vh);animation-name:geometric-lift;animation-duration:16s}.ignition-hero .geometry-orbit-two{top:35%;right:calc(50% - 38vh);animation-duration:22s}.convergence-hero .geometry-orbit{border-radius:50%;height:35vh;width:85vh;top:58%;right:calc(50% - 42.5vh)}.convergence-hero .geometry-orbit-two{height:46vh;width:100vh;top:52%;right:calc(50% - 50vh)}.page-geometry{position:absolute;inset:0;pointer-events:none;z-index:4;overflow:hidden}.geometry-rail{position:absolute;top:0;bottom:0;width:1px;background:rgba(var(--geometry-color),.08)}.geometry-rail-left{left:2.7%}.geometry-rail-right{right:2.7%}.geometry-trace{width:1px;height:100%;transform:scaleY(0);transform-origin:top;background:linear-gradient(transparent,rgba(var(--geometry-color),.65))}.geometry-cursor{top:-4px;border:1px solid rgb(var(--geometry-color))}.geometry-cursor,.geometry-joint{position:absolute;left:-3px;height:7px;width:7px;background:#000}.geometry-joint{border:1px solid rgba(var(--geometry-color),.45)}.geometry-joint-one{top:46%}.geometry-joint-two{top:82%}@keyframes geometric-turn{0%{transform:rotate(25deg)}to{transform:rotate(385deg)}}@keyframes geometric-lift{0%{transform:translateY(30px) rotate(45deg) scale(.94);opacity:.35}to{transform:translateY(-30px) rotate(45deg) scale(1.04);opacity:.9}}@keyframes geometric-sweep{0%{transform:translate(-25px,18px) rotate(-35deg);opacity:.3}to{transform:translate(25px,-18px) rotate(-35deg);opacity:.9}}[data-motion=paused] .geometry-axis,[data-motion=paused] .geometry-orbit{animation-play-state:paused}@media (max-width:680px){.hero-geometry{opacity:.55;-webkit-mask-image:linear-gradient(transparent 30%,#000 55%);mask-image:linear-gradient(transparent 30%,#000 55%)}.geometry-orbit{right:-35%;top:35%}.geometry-orbit-two{right:-50%;top:30%}.geometry-rail-left{left:12px}.geometry-rail-right{right:12px}}@media (prefers-reduced-motion:reduce){.geometry-axis,.geometry-orbit{animation:none}.geometry-cursor,.geometry-trace{display:none}}.site-navigation{position:sticky;top:0;z-index:70;width:100%;margin:0 0 24px;font-family:DM Sans,sans-serif;background:#000;transition:background-color .22s ease}.site-navigation.on-landing{margin-bottom:-88px;background:transparent}.site-navigation[data-open=true],.site-navigation[data-scrolled=true]{background:#000}.navigation-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:88px;padding:0 5%;max-width:1600px;margin:0 auto}.navigation-brand{gap:6px;flex-shrink:0;justify-self:start}.navigation-brand .wordmark{font-size:32px}.navigation-brand .brand-mark{transform:scale(.88)}.ascend-dark .brand .brand-mark{width:27px;height:38px;overflow:visible;background:transparent;border-radius:0;flex-shrink:0;transform:none}.ascend-dark .brand .brand-mark img{position:static;display:block;width:100%;height:100%;max-width:100%;object-fit:contain;mix-blend-mode:normal;filter:none}.navigation-links{display:flex;align-items:center;gap:34px}.navigation-links a{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 2px;border-radius:0;font-size:13px;color:#a9a9b3;transition:color .16s ease}.navigation-links a[aria-current=page]{color:#fff;text-decoration:underline;text-underline-offset:8px;text-decoration-color:#ffffff60}.navigation-actions{justify-self:end;display:flex;align-items:center;gap:8px}.navigation-wallet{display:flex;align-items:center;justify-content:center;gap:9px;height:40px;padding:0 16px;border:1px solid #ffffff45;border-radius:5px;color:#eeeef2;background:transparent;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.navigation-toggle{display:none}.navigation-wallet-container{position:relative}.navigation-wallet-options{position:absolute;right:0;top:calc(100% + 12px);width:min(290px,calc(100vw - 40px));padding:18px;border:1px solid #ffffff26;border-radius:5px;background:#101012;box-shadow:0 14px 36px #0008}.navigation-wallet-options p{margin:0 0 9px;color:#9999a3;font-size:12px}.navigation-wallet-address{display:block;overflow-wrap:anywhere;color:#ededf2;font-size:12px;line-height:1.7}.navigation-wallet-options button{width:100%;display:flex;align-items:center;gap:9px;border:0;border-top:1px solid #ffffff1a;margin-top:16px;padding:15px 0 0;background:transparent;color:#ededf2;font:inherit;font-size:13px;text-align:left;cursor:pointer}.navigation-wallet-options button:disabled{opacity:.5;cursor:wait}.navigation-panel{display:none}.site-navigation :is(a,button):focus-visible{outline:2px solid #d2c7f5;outline-offset:4px}@media (hover:hover){.navigation-links a:hover{color:#fff}.navigation-wallet:hover{background:#ffffff0d;border-color:#ffffff80}}@media (max-width:960px){.navigation-bar{gap:16px}.navigation-links{gap:20px}.navigation-links a{font-size:12px}}@media (max-width:760px){.navigation-wallet-options{right:-52px}.site-navigation{margin-bottom:20px}.site-navigation.on-landing{margin-bottom:-76px}.navigation-bar{display:flex;justify-content:space-between;height:76px;padding:0 20px;gap:12px}.navigation-brand .wordmark{font-size:30px}.navigation-brand{gap:6px}.navigation-links{display:none}.navigation-wallet{height:44px;width:44px;padding:0}.navigation-wallet span{display:none}.navigation-toggle{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:10px;background:transparent;color:#fff;cursor:pointer}.navigation-panel:not([hidden]){display:grid;position:absolute;top:76px;left:0;right:0;padding:12px 20px 20px;background:#000;border-bottom:1px solid #ffffff20;box-shadow:0 20px 50px #0009}.navigation-panel a{display:flex;gap:13px;align-items:center;min-height:58px;padding:0 15px;border-radius:9px;color:#b5b5bf;font-size:15px}.navigation-panel a>span:first-of-type{flex:1 1}.navigation-panel a[aria-current=page]{color:#fff;background:#ffffff09}.navigation-panel a.navigation-launch{min-height:48px;justify-content:space-between;margin-top:10px;border-top:1px solid #ffffff17;border-radius:0;color:#fff;font-size:13px}}@media (prefers-reduced-motion:reduce){.navigation-links a,.site-navigation{transition:none}}@media (max-width:360px){.navigation-wallet{width:44px;padding:0}.navigation-wallet span{display:none}}.launchpad-heading{align-items:center;gap:24px}.launchpad-heading h1{font-size:clamp(30px,4vw,46px);letter-spacing:-.045em;margin:12px 0;font-weight:500}.launchpad-heading p{color:#909098;font-size:14px}.launchpad-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:30px 0 18px}.launchpad-toolbar .search{width:min(100%,480px)}.launchpad-toolbar>span{color:#777780;font-size:12px;white-space:nowrap}.category-tabs{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:12px;margin-bottom:20px}.category-tabs button{flex-shrink:0;border:1px solid #ffffff1a;background:transparent;color:#9999a3;border-radius:24px;padding:11px 17px;font:inherit;font-size:12px;cursor:pointer}.category-tabs button[aria-pressed=true]{background:#ededf2;color:#151518}.token-ticker{color:#a9a9b5;font-size:12px;font-family:monospace}.discovery .product-art{height:190px}.discovery .card-stats a{color:#e3e3ea}.token-create-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(250px,.8fr);gap:36px;align-items:start}.token-create{max-width:1120px}.token-preview{position:sticky;top:112px;border:1px solid #ffffff1a;padding:30px;border-radius:16px;background:#0c0c0e}.token-preview-mark{display:grid;place-items:center;width:80px;height:80px;margin-top:35px;background:#24232c;color:#d8d2ef;border-radius:20px;font-size:38px}.token-preview h2{margin:24px 0 8px;overflow-wrap:anywhere}.token-preview p{font-size:14px;line-height:1.7;color:#96969e;overflow-wrap:anywhere}.creator-details summary{cursor:pointer;font-size:13px;padding:8px 0 20px}.creator-review{border-top:1px solid #ffffff20;margin-top:24px;padding-top:20px;font-size:13px;line-height:1.7}@media (max-width:760px){.launchpad-heading{align-items:flex-start;flex-direction:column}.token-create-grid{grid-template-columns:1fr}.token-preview{position:static}.launchpad-toolbar{gap:12px}}.token-preview-mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.category-dropdown{position:relative}.category-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:48px;padding:13px 15px;background:#111114;border:1px solid #ffffff20;border-radius:9px;color:#ededf2;font:inherit;font-size:14px;text-align:left;cursor:pointer}.category-trigger[data-placeholder=true]{color:#80808c}.category-trigger:focus-visible,.category-trigger[aria-expanded=true]{outline:2px solid #9999ab;outline-offset:2px}.category-trigger:disabled{cursor:not-allowed}.category-chevron{display:flex;transform:rotate(90deg)}.category-chevron[data-open=true]{transform:rotate(-90deg)}.category-options{position:absolute;z-index:30;top:100%;left:0;right:0;max-height:280px;overflow-y:auto;overscroll-behavior:contain;list-style:none;margin:8px 0 0;padding:6px;background:#17171b;color:#ededf2;border:1px solid #ffffff24;border-radius:12px;box-shadow:0 18px 48px #0009;color-scheme:dark;scrollbar-width:thin;scrollbar-color:#55555f #17171b}.category-options::-webkit-scrollbar{width:6px}.category-options::-webkit-scrollbar-track{background:#17171b;border-radius:12px}.category-options::-webkit-scrollbar-thumb{background:#55555f;border-radius:12px;border:1px solid #17171b}.category-options::-webkit-scrollbar-thumb:hover{background:#80808c}.category-options li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 12px;border-radius:7px;font-size:13px;cursor:pointer}.category-options li[data-active=true]{background:#ffffff0d}.category-options li[aria-selected=true]{color:#fff;background:#ffffff12}.category-dropdown .category-validation{position:absolute;width:1px;height:1px;padding:0;margin:0;border:0;opacity:0;pointer-events:none}.launch-configuration{display:grid;gap:18px;margin:28px 0}.creation-steps{display:flex;gap:22px;border-bottom:1px solid #ffffff1a;padding-bottom:20px;margin-bottom:26px}.creation-steps button{display:inline-flex;align-items:center;gap:8px;min-height:36px;font:inherit;font-size:12px;color:#93939e}.creation-steps button:enabled:hover{color:#ededf2}.creation-steps button span{width:20px;height:20px;display:grid;place-items:center;border:1px solid #ffffff24;border-radius:50%;font-size:10px}.creation-steps button[aria-current=step]{color:#ededf2}.creation-steps button[aria-current=step] span{background:#ededf2;color:#101012;border-color:#ededf2}.creation-steps button:disabled{cursor:default;opacity:.45}.creation-step-title{font-size:22px;font-weight:500;letter-spacing:-.025em;margin:0 0 10px;scroll-margin-top:110px}.creation-step-help{font-size:13px;line-height:1.7;color:#9797a3;margin:0 0 26px}.creation-advanced{border-top:1px solid #ffffff1a;padding-top:20px;margin:24px 0}.creation-advanced summary{font-size:13px;cursor:pointer}.creation-advanced summary span{display:block;margin:7px 0 0 15px;color:#8e8e99;font-size:11px}.creation-advanced .launch-configuration{margin-bottom:0}.creation-advanced .fee-configuration:first-child{border-top:0}.creation-actions{display:flex;align-items:center;gap:12px;margin-top:16px}.creation-actions>.wide{flex:1 1}.creation-summary-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.creation-summary-heading h3{margin:0 0 15px}.creation-summary-heading h3 span{font-size:12px;color:#9696a2;margin-left:8px}.creation-edit,.creation-summary-heading button{min-height:32px;font-size:12px;text-decoration:underline;text-underline-offset:4px;color:#b7b7c2}.creation-edit:enabled:hover,.creation-summary-heading button:enabled:hover{color:#ededf2}.creation-summary .terms dd{max-width:65%;text-align:right;overflow-wrap:anywhere}.creation-summary-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px 16px;margin-top:12px}.creation-summary-footer .tiny{flex:1 1 220px;margin:0}.creation-summary-footer .creation-edit{flex-shrink:0;margin:0}.form-panel .creation-save-status{margin:8px 0 0}@media (max-width:600px){.creation-steps{gap:14px}.creation-steps button{font-size:11px;gap:5px}.creation-actions{flex-wrap:wrap}.creation-summary-heading{align-items:baseline}}.fee-configuration{padding:24px 0 8px;border:0;border-top:1px solid #ffffff1a;border-radius:0;background:transparent}.fee-config-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.fee-config-heading h3{margin:0;font-size:15px;font-weight:500}.fee-config-heading>span{color:#8d8d99;font-size:11px}.fee-configuration .field small,.fee-configuration p{color:#9797a3;font-size:12px;line-height:1.8}.fee-slider-row{display:flex;align-items:center;gap:24px;margin:20px 0 12px}.fee-slider-row input[type=range]{flex:1 1;min-width:0;height:3px;appearance:none;-webkit-appearance:none;padding:0;border:0;background:linear-gradient(to right,#ededf2 var(--fee-progress,0),#ffffff25 var(--fee-progress,0));cursor:pointer}.fee-slider-row output{min-width:54px;font-family:inherit;font-size:22px;font-weight:400;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fee-slider-row input[type=range]::-webkit-slider-thumb{appearance:none;width:13px;height:13px;background:#ededf2;border-radius:50%;border:0}.fee-slider-row input[type=range]::-moz-range-thumb{width:13px;height:13px;background:#ededf2;border-radius:50%;border:0}.fee-slider-row input[type=range]:focus-visible{outline:2px solid #b7b7cb;outline-offset:8px}.fee-breakdown{margin:20px 0 24px;padding:0;border-radius:0;background:transparent}.fee-breakdown h4{margin:0 0 18px;color:#9696a2;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.1em}.fee-breakdown dl{margin:0}.fee-breakdown dl>div{display:flex;justify-content:space-between;gap:12px;margin-top:12px;font-size:12px;color:#aaaab5}.fee-breakdown dd{margin:0;color:#e9e9ef;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fee-breakdown dl>.fee-total{padding-top:14px;border-top:1px solid #ffffff14;color:#ededf2;font-size:14px;font-weight:500}.fee-distribution{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px;font-size:11px;color:#91919c}.fee-distribution strong{color:#d9d9e4;font-weight:500;display:block;margin-top:6px;font-size:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.fee-wallet-field{margin-bottom:0}.fee-wallet-field input{font-family:monospace;font-size:12px}.dev-buy-toggle{position:relative;display:inline-flex;width:38px;height:22px;flex-shrink:0;cursor:pointer}.dev-buy-toggle input{position:absolute;opacity:0;width:100%;height:100%;margin:0}.dev-buy-toggle span{width:100%;height:100%;background:#3a3a43;border-radius:20px;pointer-events:none}.dev-buy-toggle span:after{content:"";display:block;width:16px;height:16px;margin:3px;border-radius:50%;background:#9b9baa}.dev-buy-toggle input:checked+span{background:#dfdfe9}.dev-buy-toggle input:checked+span:after{transform:translateX(16px);background:#24242b}.dev-buy-toggle input:focus-visible+span{outline:2px solid #b7b7cb;outline-offset:4px}.dev-buy-configuration .fee-config-heading p{margin:6px 0 0}.dev-buy-configuration>.field{margin-top:24px}@media (max-width:600px){.fee-configuration{padding:22px 0 8px}.fee-breakdown{padding:0}.fee-config-heading{gap:12px}}.creator-fields{border:0;padding:0;margin:0;min-width:0}.creator-fields:disabled{opacity:.6}.wallet-address{overflow-wrap:anywhere;font-size:11px}.creator-review a{text-decoration:underline;text-underline-offset:4px}.launch-history-item{display:flex;flex-wrap:wrap;align-items:center;gap:20px;border-bottom:1px solid #ffffff18;padding:18px 0}.launch-history-item>div{flex:1 1;min-width:180px}.launch-history-item p{color:#92929d;margin:6px 0 0}.token-card-metrics{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;border-top:1px solid #ffffff12;margin:20px 0 0;padding:17px 0 6px}.token-card-metrics>div{min-width:0}.token-card-metrics dt{color:#86868f;font-size:11px;line-height:1.5;white-space:nowrap}.token-card-metrics dd{margin:6px 0 0;color:#ededf2;font-size:16px;line-height:1.4;font-weight:500;letter-spacing:-.025em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.token-card-metrics>div:last-child{text-align:right}.platform-stats{padding-top:48px;min-height:70vh}.manifesto{max-width:1040px;padding-top:72px;padding-bottom:88px}.manifesto-heading{padding-bottom:56px;border-bottom:1px solid #ffffff18}.manifesto-heading h1{max-width:900px;margin:26px 0 30px;font-size:clamp(42px,6.5vw,78px);line-height:1.06;letter-spacing:-.055em;font-weight:500;text-wrap:balance}.manifesto-heading h1 span{color:#92929d}.manifesto-intro{max-width:590px;margin:0;color:#aaaab4;font-size:clamp(17px,2vw,20px);line-height:1.75}.manifesto-body{max-width:640px;margin:0 auto}.manifesto-body section{margin-top:54px}.manifesto-body h2{margin:0 0 20px;font-size:25px;letter-spacing:-.035em;font-weight:500}.manifesto-body p{margin:0 0 18px;color:#a3a3ae;font-size:16px;line-height:1.95}.manifesto-closing{margin-top:64px;padding-top:42px;border-top:1px solid #ffffff18}.manifesto-closing>p{color:#92929d;font-size:16px;line-height:1.8}.manifesto-closing h2{margin:26px 0;font-size:clamp(28px,4vw,42px);font-weight:500;letter-spacing:-.04em}.manifesto-actions{display:flex;flex-wrap:wrap;gap:12px}@media (max-width:760px){.manifesto{padding-top:42px;padding-bottom:56px}.manifesto-heading{padding-bottom:36px}.manifesto-body section{margin-top:38px}}.platform-stats-heading{display:flex;align-items:center;justify-content:space-between;gap:24px}.platform-stats-heading h1{margin:0;color:#ededf2;font-size:clamp(28px,3vw,38px);font-weight:500;letter-spacing:-.045em}.platform-stats-heading p{margin:12px 0 0;color:#92929d;font-size:14px}.platform-stats-heading .button{flex-shrink:0}.platform-stats-status{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;min-height:20px;margin:16px 0 24px;color:#83838f;font-size:12px;line-height:1.6}.platform-stats-status button{color:#ededf2;padding:0;margin-left:8px;border:0;background:none;text-decoration:underline;cursor:pointer;font:inherit}.platform-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:0}.platform-stat{padding:26px;background:linear-gradient(145deg,#171719,#0d0d0f);border:1px solid #ffffff18;border-radius:16px;box-shadow:inset 0 1px 0 #ffffff06}.platform-stat dt{color:#a1a1ac;font-size:13px}.platform-stat dd{margin:20px 0 14px;color:#ededf2;font-size:clamp(30px,3.2vw,42px);font-weight:500;line-height:1;letter-spacing:-.045em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.platform-stat p{margin:0;color:#7f7f8b;font-size:12px;line-height:1.5}.platform-stat .stat-loading{color:transparent;width:88px;background:#ffffff0a;border-radius:6px}.platform-fees{display:grid;grid-template-columns:1fr 2fr;gap:32px;margin-top:16px;padding:28px;border:1px solid #ffffff18;border-radius:16px;background:#0d0d0f}.platform-fees h3{margin:8px 0 0;font-size:20px;font-weight:500;letter-spacing:-.025em}.platform-fees p{margin:0;color:#92929d;font-size:13px;line-height:1.9}@media (max-width:760px){.platform-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.platform-stat{padding:20px}.platform-fees{grid-template-columns:1fr;gap:16px;padding:22px}}@media (max-width:420px){.platform-stats-heading{align-items:flex-start;flex-direction:column;gap:16px}.platform-stat{padding:17px}.platform-stat dt{font-size:12px}}.token-image-upload-preview{display:flex;align-items:center;gap:12px}.token-image-upload-preview img{flex-shrink:0;object-fit:cover;border-radius:10px}.token-image-upload-preview small{display:block;margin-top:4px}.asset-dropdown{min-width:0}.asset-dropdown-control{position:relative}.asset-trigger{min-height:58px;padding:11px 13px}.asset-option-identity{display:flex;align-items:center;gap:11px;min-width:0}.asset-option-logo{display:flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;overflow:hidden;border-radius:50%;background:#ffffff0d;font-size:10px;font-weight:600}.asset-option-logo img{display:block;width:100%;height:100%;object-fit:contain}.asset-options{max-height:min(352px,45dvh);margin-top:7px}.asset-options li{min-height:62px;padding:10px}.asset-option-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.asset-option-copy strong{font-size:13px;font-weight:500}.asset-option-copy>span{font-size:11px;line-height:1.4;color:#9b9ba7;overflow-wrap:anywhere}.asset-option-kind{display:flex;flex-shrink:0;align-items:center;color:#9b9ba7;font-size:10px}.docs-page{max-width:1180px;padding-top:48px;padding-bottom:88px}.docs-heading{max-width:720px;padding-bottom:40px}.docs-kicker{margin:0;color:#8c8c96;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.docs-heading h1{margin:16px 0 20px;font-size:clamp(38px,5.5vw,64px);line-height:1.08;letter-spacing:-.05em;font-weight:500;text-wrap:balance}.docs-intro{margin:0;color:#aaaab4;font-size:clamp(16px,1.8vw,19px);line-height:1.7}.docs-layout{display:grid;grid-template-columns:minmax(180px,220px) minmax(0,1fr);gap:48px 64px;align-items:start}.docs-toc{position:sticky;top:112px;padding-top:8px}.docs-toc>p{margin:0 0 14px;color:#777783;font-size:12px;letter-spacing:.06em;text-transform:uppercase}.docs-toc ol{margin:0;padding:0;list-style:none;border-left:1px solid #ffffff18}.docs-toc a{display:flex;flex-direction:column;gap:2px;padding:10px 0 10px 16px;color:#a9a9b3;border-left:1px solid transparent;margin-left:-1px}.docs-toc a:focus-visible,.docs-toc a:hover{color:#ededf2;border-left-color:#ededf2}.docs-toc span{font-size:14px;letter-spacing:-.02em}.docs-toc small{color:#777783;font-size:12px}.docs-body{max-width:680px;min-width:0}.docs-body section{margin-top:56px;scroll-margin-top:112px}.docs-body section:first-child{margin-top:8px}.docs-body h2,.docs-body h3{scroll-margin-top:112px}.docs-body h2{margin:0 0 18px;font-size:26px;letter-spacing:-.035em;font-weight:500}.docs-body h3{margin:0 0 8px;font-size:17px;letter-spacing:-.03em;font-weight:550}.docs-body li,.docs-body p{margin:0 0 16px;color:#a3a3ae;font-size:16px;line-height:1.85}.docs-body a{color:#dedee6;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#ffffff40}.docs-body a:hover{color:#fff}.docs-steps{margin:8px 0 28px;padding:0;list-style:none;counter-reset:docs-step}.docs-steps li{position:relative;margin:0 0 22px;padding:0 0 0 52px}.docs-steps li:before{counter-increment:docs-step;content:counter(docs-step);position:absolute;left:0;top:0;display:grid;place-items:center;width:32px;height:32px;border:1px solid #ffffff22;color:#ededf2;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.03em}.docs-steps p{margin:0}.docs-table{width:100%;margin:8px 0 24px;border-collapse:collapse;font-size:14px}.docs-table caption{caption-side:top;padding:0 0 10px;color:#8c8c96;font-size:12px;letter-spacing:.04em;text-transform:uppercase;text-align:left}.docs-table td,.docs-table th{padding:12px 14px 12px 0;border-bottom:1px solid #ffffff14;text-align:left;vertical-align:top;font-weight:450}.docs-table thead th{color:#777783;font-size:12px;letter-spacing:.04em;text-transform:uppercase;font-weight:500}.docs-table tbody th{color:#dedee6;font-weight:500;width:34%}.docs-table td{color:#a3a3ae}.docs-list{margin:8px 0 20px;padding:0;list-style:none}.docs-list li{position:relative;padding-left:18px}.docs-list li:before{content:"";position:absolute;left:0;top:.85em;width:6px;height:1px;background:#ffffff50}.docs-list strong{color:#dedee6;font-weight:550}.docs-callout{margin:8px 0 24px;padding:16px 18px;border-left:1px solid #ffffff40;background:#ffffff08}.docs-callout p{margin:0;color:#c8c8d0}.docs-closing{margin-top:64px;padding-top:36px;border-top:1px solid #ffffff18}.docs-closing>p{margin:0 0 22px;color:#92929d}.docs-actions{display:flex;flex-wrap:wrap;gap:12px}.docs-actions a{text-decoration:none}@media (max-width:900px){.docs-layout{grid-template-columns:1fr;gap:28px}.docs-toc{position:static;overflow-x:auto;padding-bottom:4px}.docs-toc ol{display:flex;gap:4px;border-left:0}.docs-toc a{min-width:158px;flex-shrink:0;margin-left:0;padding:10px 14px;border:1px solid #ffffff16}}@media (max-width:760px){.docs-page{padding-top:28px;padding-bottom:56px}.docs-heading{padding-bottom:28px}.docs-body section{margin-top:40px}.docs-steps li{padding-left:44px}}@media (prefers-reduced-motion:reduce){.docs-toc a{transition:none}}