:root{--bg:#f7f8f4;--white:#fff;--ink:#191d19;--muted:#73796f;--line:#e4e7df;--lime:#c6f789;--lime-dark:#34581c;--soft:#f0f3eb;--purple:#e7dffa;--radius:20px;--shadow:0 16px 48px #202c1310;--font:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}button:focus-visible,a:focus-visible{outline:2px solid #557c30}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-weight:600;line-height:1.08;letter-spacing:-.04em}p{color:var(--muted)}svg{display:inline-block;vertical-align:middle;flex-shrink:0}button{color:inherit}::selection{background:var(--lime)}.wrap{max-width:1240px;margin:0 auto;padding:0 36px}.small{font-size:12px}.tiny{font-size:11px}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:-.035em}.eyebrow{font:600 10px/1.6 var(--font);letter-spacing:.13em;text-transform:uppercase}.flex{display:flex;align-items:center;gap:12px}.between{display:flex;align-items:center;justify-content:space-between;gap:16px}.stack{display:flex;flex-direction:column;gap:16px}.dot{display:inline-block;width:6px;height:6px;border-radius:100%;background:#648e32;flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 20px;border-radius:10px;border:1px solid transparent;line-height:1.2;font-weight:600;font-size:13px;white-space:nowrap;transition:transform .18s,background .18s,box-shadow .18s}.btn:hover{transform:translateY(-2px)}.btn.primary{background:var(--ink);color:var(--white)}.btn.primary:hover{background:#33402b;box-shadow:0 5px 15px #18271420}.btn.secondary{border-color:var(--line);background:var(--white)}.btn.lime{background:var(--lime);color:var(--ink)}.btn.ghost{background:transparent;padding:10px 5px}.btn.sm{font-size:12px;padding:10px 14px;border-radius:8px}.btn.full{width:100%}.icon-btn{width:35px;height:35px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;background:white}.tag{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;padding:5px 8px;border-radius:5px;background:var(--soft);color:#59634f;line-height:1.1;white-space:nowrap}.tag.green{background:#ecf7e0;color:#497025}.tag.purple{background:#eee7fa;color:#785aaa}.tag.amber{background:#fff3dd;color:#8d6e36}.tag.dark{background:#333a2e;color:#d5dccd}.tag.outline{background:transparent;border:1px solid var(--line)}.section-label{display:flex;align-items:center;gap:8px;text-transform:uppercase;font-size:10px;letter-spacing:.15em;font-weight:600;color:#6c7663}.section-label:before{content:"";width:6px;height:6px;background:#7d9c60;border-radius:1px}.brand{display:inline-flex;align-items:center;gap:9px;font-size:25px;font-weight:800;letter-spacing:-1.6px;line-height:1}.brand-symbol{width:29px;height:29px;background:var(--ink);border-radius:8px;display:grid;place-items:center;color:var(--lime);flex-shrink:0}.brand-symbol svg{width:21px;height:21px}.header{height:85px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#f7f8f4ed;backdrop-filter:blur(18px);z-index:40}.header .wrap{display:flex;align-items:center;justify-content:space-between;height:100%;gap:25px}.nav{display:flex;gap:30px;align-items:center;font-size:12px;color:#73796f}.nav a{transition:color .2s}.nav a:hover,.nav a.active{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:17px}.network{display:flex;align-items:center;gap:6px;color:#6c7563;font-size:10px}.menu-toggle{display:none}.preview-ribbon{padding:8px 20px;text-align:center;background:#edf1e7;color:#6d775f;font-size:10px;letter-spacing:.035em;border-bottom:1px solid #e4e8dd}.preview-ribbon a{text-decoration:underline;text-underline-offset:3px}.hero{padding:76px 0 43px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.hero-copy{padding-bottom:18px;position:relative;z-index:2}.overline{display:inline-flex;align-items:center;gap:7px;border:1px solid #dce3d3;background:#f1f5eb;border-radius:20px;padding:6px 10px;color:#5b6e48;font-size:10px;font-weight:600;letter-spacing:.035em}.hero h1{font-size:76px;line-height:1.015;letter-spacing:-5.5px;margin-top:25px;max-width:570px}.hero h1 .soft-word{color:#839076}.hero p{font-size:15px;line-height:1.85;max-width:420px;margin-top:23px;color:#72796c}.hero-ctas{display:flex;align-items:center;gap:13px;margin-top:30px}.hero-ctas .btn{padding:16px 22px}.hero-notes{display:flex;gap:17px;margin-top:20px;font-size:10px;color:#77806e}.hero-notes span{display:flex;align-items:center;gap:5px}.hero-scene{position:relative;height:492px;min-width:0;background-image:radial-gradient(#8c9f711f 1px,transparent 1px);background-size:16px 16px;border-radius:50%;isolation:isolate}.hero-scene:before{content:"";position:absolute;inset:38px 3px;background:radial-gradient(ellipse,#c6dfb35e,transparent 68%);z-index:-1}.scene-orbit{position:absolute;border:1px solid #ccdab859;border-radius:50%;width:460px;height:420px;top:40px;left:8px;transform:rotate(-22deg)}.scene-orbit.two{width:350px;height:480px;left:77px;top:-2px;transform:rotate(41deg)}.scene-mini{position:absolute;background:white;border:1px solid var(--line);border-radius:13px;box-shadow:0 7px 22px #2a351009;padding:14px 16px;z-index:3}.scene-top{top:14px;left:15px;width:250px;transform:rotate(-5deg)}.scene-top .mini-label{font-size:9px;color:var(--muted)}.scene-top strong{font-size:11px}.scene-stamp{right:0;top:65px;transform:rotate(7deg);height:90px;width:98px;background:var(--lime);display:grid;align-content:center;justify-items:center;border-radius:18px}.scene-stamp span{font-size:10px;font-weight:600;margin-top:5px}.engine-card{position:absolute;inset:101px 19px auto 30px;background:#fff;border:1px solid #dde4d4;border-radius:18px;box-shadow:0 26px 55px #24321612;overflow:hidden;transform:rotate(-1deg);z-index:2}.engine-head{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.engine-head .brand-symbol{width:30px;height:30px}.engine-head strong{font-size:12px}.engine-head .tiny{color:var(--muted)}.engine-main{padding:18px 20px}.engine-balance{font-size:39px;font-weight:600;letter-spacing:-2px;line-height:1.2}.engine-balance small{font-size:13px;color:var(--muted);letter-spacing:0;margin-left:5px;font-weight:400}.engine-chart{height:64px;display:flex;align-items:flex-end;gap:5px;padding-top:10px;margin-top:5px;border-bottom:1px solid #edf0e7}.engine-chart i{display:block;flex:1;background:#d7e8c8;border-radius:3px 3px 0 0;min-height:8px}.engine-chart i:nth-last-child(-n+6){background:#aed27e}.engine-chart i:last-child{background:#456f24}.engine-legend{display:flex;justify-content:space-between;font-size:8px;color:var(--muted);padding-top:7px}.engine-split{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding:13px 15px;background:#f5f8f0;border-radius:9px;font-size:10px}.engine-split strong{font-size:14px}.engine-footer{border-top:1px solid var(--line);padding:11px 20px;font-size:9px;color:#87907b;display:flex;justify-content:space-between}.scene-bottom{bottom:0;right:3px;width:258px;transform:rotate(4deg)}.receipt-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:#edf8e0;color:#507831}.scene-bottom strong{font-size:11px}.scene-bottom .small{font-size:9px}.scene-label{position:absolute;bottom:4px;left:21px;font-size:8px;letter-spacing:.09em;color:#87917b;max-width:140px}.ecosystem-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:51px}.eco-intro{font-size:10px;color:#8a9183}.eco-item{display:flex;align-items:center;gap:9px;font-weight:600;font-size:16px;letter-spacing:-.5px}.eco-item small{font-size:8px;color:var(--muted);font-weight:400;letter-spacing:0}.sol-logo{display:flex;flex-direction:column;gap:3px;transform:skew(-25deg)}.sol-logo i{width:19px;height:4px;background:currentColor;display:block;border-radius:1px}.sol-logo i:nth-child(2){transform:translateX(3px)}.pill-logo{width:22px;height:12px;border:1.7px solid currentColor;border-radius:10px;transform:rotate(-35deg);background:linear-gradient(90deg,currentColor 50%,transparent 50%)}.section{padding:70px 0}.section-head{margin-bottom:30px}.section-head h2{font-size:40px;letter-spacing:-1.8px;margin:13px 0 0}.section-head p{font-size:12px;line-height:1.8;max-width:410px;margin-top:14px}.section-head.row{display:flex;align-items:flex-end;justify-content:space-between}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#fff}.step-card{padding:27px 25px;position:relative;min-height:220px}.step-card:not(:last-child){border-right:1px solid var(--line)}.step-icon{background:var(--soft);border:1px solid var(--line);height:43px;width:43px;border-radius:11px;display:grid;place-items:center;margin:4px 0 24px}.step-num{position:absolute;right:23px;top:28px;font:12px ui-monospace,monospace;color:#a1a89a}.step-card h3{font-size:18px;letter-spacing:-.5px;margin-bottom:12px}.step-card p{font-size:11px;line-height:1.85;max-width:290px}.campaign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.campaign-card{background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.campaign-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.campaign-art{height:140px;position:relative;overflow:hidden;background:#eaf0df;display:flex;align-items:center;justify-content:center}.campaign-art .art-name{font-size:64px;font-weight:800;letter-spacing:-5px;transform:rotate(-8deg);opacity:.84;line-height:1}.campaign-art .art-sub{position:absolute;bottom:17px;left:20px;font-size:8px;text-transform:uppercase;letter-spacing:3px;font-weight:600}.campaign-art .art-tag{position:absolute;top:13px;right:13px;font-size:9px;background:#ffffff85;padding:4px 6px;border-radius:4px}.campaign-art:before{content:"";width:150px;height:150px;position:absolute;right:-50px;top:-50px;border:25px solid #ffffff50;border-radius:100%}.campaign-art:after{content:"";width:110px;height:110px;position:absolute;left:-65px;bottom:-50px;border:18px solid #ffffff55;transform:rotate(25deg)}.art-moss{background:#dce8c8;color:#354724}.art-orbit{background:#e6dff1;color:#655480}.art-flux{background:#f0dec8;color:#85643e}.art-orbit .art-name{letter-spacing:-4px;transform:rotate(0deg)}.art-flux .art-name{font-size:81px;font-style:italic;letter-spacing:-7px;transform:rotate(-10deg)}.campaign-body{padding:20px;display:flex;flex-direction:column;gap:14px;flex:1}.project-icon{display:grid;place-items:center;border-radius:9px;width:34px;height:34px;flex-shrink:0;font-weight:700;font-size:18px;background:#e7ecdF;color:#53633b}.project-title{font-size:13px;font-weight:600}.campaign-description{font-size:11px;line-height:1.7;min-height:37px}.campaign-meta{display:flex;gap:5px;flex-wrap:wrap}.campaign-reward{display:flex;align-items:flex-end;justify-content:space-between;padding:2px 0}.campaign-reward .value{font-size:25px;letter-spacing:-.9px;font-weight:600}.campaign-reward .value small{font-size:10px;color:var(--muted);font-weight:400;letter-spacing:0}.campaign-bottom{border-top:1px solid var(--line);padding-top:13px;display:flex;justify-content:space-between;align-items:center}.avatars{display:flex;padding-left:0}.avatar{display:grid;place-items:center;font-size:10px;font-weight:600;width:25px;height:25px;border:2px solid white;border-radius:100%;background:#d7decb;color:#526044;margin-left:-5px}.avatar:first-child{margin-left:0}.avatar:nth-child(2){background:#e7dcf1;color:#7b658c}.avatar:nth-child(3){background:#f1dfcf;color:#8f7159}.avatar:nth-child(4){background:#d1e4e3;color:#537b78}.avatar.lg{height:45px;width:45px;font-size:15px;border-width:0}.arrow-circle{width:25px;height:25px;background:var(--soft);border-radius:50%;display:grid;place-items:center}.dark-feature{background:#1c2219;color:#f8faF4;border-radius:21px;padding:43px 43px 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;overflow:hidden;min-height:400px}.dark-feature .section-label{color:#b6c7a3}.dark-feature h2{font-size:42px;letter-spacing:-1.9px;margin:20px 0}.dark-feature p{font-size:12px;line-height:1.9;color:#a4af98;max-width:350px}.dark-feature .btn{margin:25px 0 35px}.passport{background:#f5f7ef;border:1px solid #d7e0ce;border-radius:15px 15px 0 0;color:var(--ink);transform:rotate(-3deg) translateY(28px);padding:24px;margin-top:7px;box-shadow:0 0 70px #a6d58112}.passport .profile{margin:25px 0}.passport .profile h3{font-size:22px;margin-bottom:6px}.passport-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.passport-stats strong{font-size:21px;display:block}.passport-stats span{font-size:9px;color:var(--muted)}.passport-work{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:18px 0}.passport-work div{height:70px;border-radius:8px;display:grid;place-items:center;font-size:28px;font-weight:700;letter-spacing:-2px;background:#dee8cc}.passport-work div:nth-child(2){background:#e6dcef;color:#72588b}.passport-work div:nth-child(3){background:#e7e2d7;color:#7a6d58}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.feature-item{padding:10px 6px}.feature-item h3{font-size:15px;letter-spacing:-.4px;margin:15px 0 10px}.feature-item p{font-size:11px;line-height:1.9}.faq-section{max-width:820px;margin:0 auto}.faq-section .section-head{text-align:center}.faq-section .section-label{justify-content:center}.faq{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;font-size:13px;font-weight:600;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';font-size:18px;color:#7c866e}.faq[open] summary:after{content:'−'}.faq p{font-size:12px;line-height:1.9;margin-top:15px;max-width:700px}.bottom-cta{padding:56px;text-align:center;background:#eaf2dc;border:1px solid #dce6ce;border-radius:18px;position:relative;overflow:hidden}.bottom-cta h2{font-size:46px;line-height:1.06;letter-spacing:-2px;margin-bottom:17px}.bottom-cta p{font-size:12px}.bottom-cta .btn{margin-top:24px}.footer{padding:35px 0 25px;border-top:1px solid var(--line);margin-top:70px}.footer .brand{font-size:22px}.footer-links{display:flex;gap:24px;font-size:11px;color:#6b7560}.footer-disclosure{border-top:1px solid var(--line);padding-top:20px;margin-top:25px;display:flex;justify-content:space-between;gap:35px;font-size:9px;color:#8a9380}.footer-disclosure p{max-width:630px;line-height:1.8}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--lime);padding:10px}.skip-link:focus{top:15px}.page-top{padding:47px 0 27px}.page-top h1{font-size:47px;letter-spacing:-2px;margin:14px 0}.page-top p{font-size:13px;max-width:620px;line-height:1.8}.tabs{display:flex;align-items:center;gap:5px;border-bottom:1px solid var(--line);padding-bottom:0;margin:25px 0}.tabs button,.tab-btn{background:transparent;border:0;padding:13px 17px;font-size:12px;color:var(--muted);border-bottom:2px solid transparent}.tabs button.active{color:var(--ink);border-bottom-color:var(--ink);font-weight:600}.filterbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:10px 0 27px}.search-input{position:relative;flex:1;max-width:360px}.search-input svg{position:absolute;top:13px;left:13px;color:#8c9580}.search-input input{width:100%;padding:11px 12px 11px 39px;border:1px solid var(--line);border-radius:9px;background:white;font-size:12px}.filterchips{display:flex;gap:6px;flex-wrap:wrap}.filterchip{border:1px solid var(--line);padding:8px 13px;background:transparent;border-radius:7px;font-size:11px;color:#7c856e}.filterchip.active{background:var(--ink);border-color:var(--ink);color:white}.empty{padding:60px 25px;text-align:center;background:#fff;border:1px dashed #d6ddcb;border-radius:14px}.empty h3{font-size:22px;margin:15px 0}.empty p{font-size:12px;margin:0 auto 20px;max-width:410px}.callout{padding:15px 18px;background:#f0f5e7;border:1px solid #dfe8d2;border-radius:10px;font-size:11px;color:#637551;line-height:1.8;display:flex;gap:12px;align-items:flex-start}.callout.amber{background:#faf4e8;border-color:#ebddc5;color:#86704d}.callout a{text-decoration:underline}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:25px}.panel h3{font-size:18px;letter-spacing:-.6px}.form-layout{display:grid;grid-template-columns:1fr 340px;gap:28px;max-width:1030px;margin:0 auto}.form-panel{padding:30px}.form-panel h2{font-size:27px;margin-bottom:9px}.form-panel>p{font-size:12px;line-height:1.8;margin-bottom:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.field{margin-bottom:20px}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.field input,.field select,.field textarea{display:block;background:#fafbf7;border:1px solid #e0e5d8;border-radius:8px;padding:12px;width:100%;font-size:12px;color:var(--ink)}.field input:focus,.field textarea:focus{border-color:#9cbb7c;outline:2px solid #c5dfaa4d}.field textarea{resize:vertical;min-height:110px}.field small{display:block;color:#8b947f;font-size:10px;margin-top:6px;line-height:1.7}.upload{display:flex;align-items:center;gap:17px;border:1px dashed #ccd7c0;border-radius:10px;padding:18px;background:#fafcf6;cursor:pointer;min-height:90px}.upload .upload-icon{width:48px;height:48px;border-radius:12px;border:1px solid var(--line);background:#edf3e3;display:grid;place-items:center;overflow:hidden}.upload img{width:100%;height:100%;object-fit:cover}.upload input{max-width:200px;padding:3px;margin-top:8px;font-size:10px;background:transparent;border:none}.upload strong{font-size:12px}.upload small{font-size:10px;display:block;color:var(--muted)}.wizard-steps{display:flex;justify-content:center;gap:0;margin:27px auto 35px;max-width:690px}.wizard-step{display:flex;align-items:center;gap:8px;font-size:11px;color:#8b947e}.wizard-step i{width:26px;height:26px;border:1px solid #d6decb;background:#f9fbf5;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:10px}.wizard-step.active{color:#355226;font-weight:600}.wizard-step.active i{background:var(--lime);border-color:var(--lime)}.wizard-line{height:1px;background:var(--line);width:60px;align-self:center;margin:0 20px}.form-actions{border-top:1px solid var(--line);padding-top:23px;margin-top:24px;display:flex;justify-content:space-between;align-items:center}.launch-preview{position:sticky;top:115px;height:fit-content}.launch-preview .campaign-art{height:166px;border-radius:12px;margin:17px 0}.launch-preview h3{margin-bottom:7px}.preview-detail{font-size:11px;padding:12px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.preview-detail:last-child{border-bottom:0}.preview-detail span{color:var(--muted)}.split-bar{display:flex;gap:3px;height:13px;border-radius:4px;overflow:hidden;margin:14px 0}.split-bar span:first-child{background:#a8d17c}.split-bar span:nth-child(2){background:#d3dfc7}.split-bar span:nth-child(3){background:#343e2b}.split-labels{display:flex;justify-content:space-between;font-size:10px;margin:12px 0 23px}.range-wrap{padding:22px 0}.range-wrap input{width:100%;accent-color:#6d9949}.range-number{font-size:41px;letter-spacing:-2px;font-weight:600}.check-label{display:flex;gap:10px;font-size:11px;color:#6b795d;line-height:1.8;align-items:flex-start;margin:18px 0}.check-label input{margin-top:4px;accent-color:#476d2a}.summary-table{width:100%;font-size:12px;border-collapse:collapse}.summary-table td{padding:12px 0;border-bottom:1px solid var(--line)}.summary-table td:first-child{color:var(--muted)}.summary-table td:last-child{text-align:right}.app-shell{display:grid;grid-template-columns:214px 1fr;min-height:calc(100vh - 85px)}.sidebar{border-right:1px solid var(--line);background:#f4f6ef;padding:24px 15px;display:flex;flex-direction:column;gap:8px;position:sticky;top:85px;height:calc(100vh - 85px)}.side-project{border:1px solid #dfe5d5;background:#fff;border-radius:10px;padding:12px;margin-bottom:21px;display:flex;gap:10px;align-items:center}.side-project strong{font-size:11px}.side-group{font-size:8px;letter-spacing:.14em;color:#949d87;margin:17px 10px 8px}.side-link{padding:10px 12px;display:flex;gap:10px;align-items:center;font-size:11px;color:#7c866f;border-radius:8px}.side-link.active{background:#e5efd8;color:#344f20;font-weight:600}.side-link:hover{background:#eaf0e2}.side-bottom{margin-top:auto;border:1px solid #dce6cc;border-radius:11px;padding:15px;background:#edf3e4}.side-bottom h4{font-size:11px;margin-bottom:7px}.side-bottom p{font-size:10px;line-height:1.7}.workspace{padding:31px 35px;max-width:1500px;width:100%;min-width:0}.workspace-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 23px;gap:16px}.workspace-head h1{font-size:29px;letter-spacing:-1px}.workspace-head p{font-size:11px;margin-top:7px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}.stat-card{background:#fff;border:1px solid var(--line);padding:20px;border-radius:12px}.stat-card .label{display:flex;justify-content:space-between;font-size:10px;color:var(--muted)}.stat-card strong{font-size:29px;letter-spacing:-1px;display:block;margin:10px 0 5px;line-height:1.2}.stat-card strong small{font-size:12px;font-weight:400;letter-spacing:0;color:#929985}.stat-card .sub{font-size:9px;color:#839375}.dashboard-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:17px;margin:20px 0}.dashboard-grid .panel{padding:23px;min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:23px}.panel-head h3{font-size:15px;letter-spacing:-.4px}.chart-view{height:177px;position:relative;padding:10px 3px 0 38px}.chart-gridlines{position:absolute;inset:5px 0 20px 35px;display:flex;flex-direction:column;justify-content:space-between}.chart-gridlines i{border-bottom:1px dashed var(--line);height:1px;position:relative}.chart-gridlines i:before{position:absolute;right:calc(100% + 7px);top:-5px;content:attr(data-label);font-style:normal;font-size:8px;color:#959d89;white-space:nowrap}.chart-svg{width:100%;height:135px;position:relative;z-index:2;overflow:visible}.chart-axis{display:flex;justify-content:space-between;color:#a0a890;font-size:8px;margin-top:10px}.chart-caption{border-top:1px solid var(--line);margin-top:21px;padding-top:14px;font-size:10px;display:flex;align-items:center;gap:15px;color:#6a775b}.chart-key{width:7px;height:7px;display:inline-block;background:#99bd74;border-radius:2px;margin-right:4px}.allocation-donut{width:118px;height:118px;border-radius:50%;background:conic-gradient(#9bc775 0 80%,#dce6d0 80% 95%,#26341d 95%);position:relative;display:grid;place-items:center;flex-shrink:0}.allocation-donut:before{content:'';position:absolute;inset:15px;border-radius:50%;background:white}.allocation-donut span{position:relative;font-size:25px;font-weight:600;letter-spacing:-1px}.allocation-donut small{position:relative;display:block;font-size:8px;letter-spacing:0;color:var(--muted);font-weight:400;text-align:center}.allocation-detail{display:flex;flex-direction:column;gap:13px;flex:1}.allocation-detail div{display:flex;justify-content:space-between;gap:12px;font-size:10px}.funded-status{padding:12px;background:#f3f7ec;border-radius:8px;margin-top:20px;font-size:10px;color:#6e805a}.data-table{width:100%;border-collapse:collapse;font-size:11px}.data-table th{text-align:left;text-transform:uppercase;font-size:8px;letter-spacing:.08em;color:#9ba48e;padding:13px 10px;border-bottom:1px solid var(--line);font-weight:500}.data-table td{padding:14px 10px;border-bottom:1px solid #eef1e9}.data-table tr:last-child td{border-bottom:0}.data-table .table-person{display:flex;gap:10px;align-items:center}.table-scroll{overflow-x:auto}.table-person strong{display:block;font-size:11px}.table-person small{font-size:9px;color:var(--muted)}.submission-card{display:grid;grid-template-columns:1fr auto;gap:20px;border:1px solid var(--line);border-radius:12px;padding:20px;background:white;margin-bottom:13px}.submission-card h3{font-size:17px;margin:12px 0 7px}.submission-card p{font-size:12px;line-height:1.8;max-width:650px}.submission-card .submission-side{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:15px}.submission-side strong{font-size:24px;letter-spacing:-1px}.submission-link{font-size:11px;color:#70934e;margin-top:10px;display:inline-flex;align-items:center;gap:4px;max-width:100%;overflow-wrap:anywhere}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.payment-card{padding:25px;border:1px solid var(--line);border-radius:15px;background:white;display:flex;flex-direction:column;gap:18px}.payment-card .rail-logo{font-size:29px;font-weight:600;letter-spacing:-1px}.payment-card h3{font-size:20px}.payment-card p{font-size:12px;line-height:1.9;min-height:68px}.payment-card .status-row{border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:space-between;align-items:center}.creator-hero{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;padding:45px 0}.creator-hero h1{font-size:57px;letter-spacing:-3px;margin:18px 0}.creator-hero p{font-size:13px;line-height:1.8;max-width:470px}.creator-profile{padding:26px}.creator-profile .profile-banner{height:86px;border-radius:10px;background:repeating-linear-gradient(125deg,#d7e5c5 0 8px,#dce9cc 8px 16px);margin-bottom:-18px}.creator-profile .avatar.lg{height:57px;width:57px;border:5px solid white;position:relative;margin-left:15px}.creator-profile .profile-meta{padding:11px 15px}.creator-profile h3{font-size:24px;margin-bottom:4px}.creator-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0}.work-tile{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:white}.work-tile .work-art{height:160px;display:flex;align-items:center;justify-content:center;font-size:46px;font-weight:700;letter-spacing:-3px}.work-tile .work-info{padding:17px}.work-tile h3{font-size:15px;margin-bottom:8px}.doc-layout{display:grid;grid-template-columns:210px 1fr;gap:45px;margin-top:40px}.doc-nav{position:sticky;top:110px;height:fit-content;display:flex;flex-direction:column;gap:8px}.doc-nav a{padding:8px 12px;font-size:11px;border-left:2px solid var(--line);color:#7a866c}.doc-nav a:hover{border-color:#7fa65a;color:var(--ink)}.doc-content{max-width:775px}.doc-content section{padding:0 0 35px;scroll-margin-top:120px}.doc-content h2{font-size:26px;letter-spacing:-1px;margin-bottom:16px}.doc-content p{font-size:13px;line-height:1.95;margin-bottom:15px}.doc-content a{text-decoration:underline;text-underline-offset:3px}.doc-content li{color:var(--muted);font-size:12px;line-height:1.95;margin-bottom:7px}.doc-content .source-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px 17px;margin:10px 0;font-size:12px}.progress-bar{height:5px;background:#edf1e6;border-radius:4px;overflow:hidden;margin:12px 0}.progress-bar i{height:100%;background:#a7ca83;display:block}.project-detail-grid{display:grid;grid-template-columns:1fr 360px;gap:28px;align-items:start}.project-cover{height:230px;border-radius:16px}.project-cover .art-name{font-size:115px;letter-spacing:-7px}.brief-body{padding:28px;margin-top:22px}.brief-body h2{font-size:24px;margin:0 0 16px}.brief-body p{font-size:13px;line-height:1.9}.brief-body h3{font-size:16px;margin:24px 0 10px}.brief-body ul{padding-left:18px;color:var(--muted);font-size:12px;line-height:2}.sticky-card{position:sticky;top:111px}.detail-value{font-size:43px;font-weight:600;letter-spacing:-2px;margin:8px 0}.detail-value small{font-size:13px;letter-spacing:0;color:var(--muted)}.page-bottom-space{height:35px}.modal-backdrop{position:fixed;inset:0;background:#1b241c66;backdrop-filter:blur(6px);z-index:100;display:flex;justify-content:center;align-items:center;padding:25px;animation:fadeIn .15s}.modal{background:var(--bg);border-radius:19px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 100px #10190f3d;padding:28px}.modal.wide{max-width:700px}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.modal-head h2{font-size:25px;letter-spacing:-1px}.modal>p{font-size:12px;line-height:1.8;margin-bottom:22px}.wallet-option{width:100%;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;text-align:left}.wallet-option strong{font-size:13px;display:block}.wallet-option small{font-size:10px;color:var(--muted)}.wallet-logo{height:35px;width:35px;display:grid;place-items:center;background:#e9e1f4;border-radius:10px;font-size:16px;font-weight:700}.wallet-note{font-size:10px!important;text-align:center;margin:20px 0 0!important}.receipt-amount{text-align:center;font-size:43px;letter-spacing:-2px;font-weight:600;margin:12px 0}.receipt-status{text-align:center;margin-bottom:25px}.receipt-lines{border-top:1px dashed #d5dfc8;border-bottom:1px dashed #d5dfc8;padding:13px 0;margin:18px 0}.receipt-lines div{display:flex;justify-content:space-between;gap:25px;font-size:11px;padding:9px 0}.receipt-lines span{color:var(--muted)}.receipt-lines strong{font-weight:500;text-align:right}.toast{background:#222c1b;color:#fff;padding:15px 20px;border:1px solid #45523a;border-radius:11px;box-shadow:0 10px 35px #1c28152b;display:flex;align-items:flex-start;gap:10px;font-size:12px;max-width:420px;animation:toastIn .2s;line-height:1.65}.toast svg{color:var(--lime);margin-top:2px}#toasts{position:fixed;bottom:25px;right:25px;display:flex;flex-direction:column;gap:10px;z-index:200}.mobile-nav{display:none}.inline-error{font-size:11px;color:#a15335;padding:10px 0}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;border-bottom:1px solid var(--line)}.settings-row h4{font-size:12px}.settings-row p{font-size:10px;margin-top:5px}.toggle{border:0;border-radius:20px;width:35px;height:21px;padding:3px;background:#b0cc97}.toggle:before{content:'';display:block;width:15px;height:15px;border-radius:50%;background:white;float:right}.toggle.off{background:#dce2d5}.toggle.off:before{float:left}.pitch-banner{display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid #dce5cf;background:#eff4e7;border-radius:12px;padding:21px 25px;margin:25px 0}.pitch-banner h3{font-size:19px;letter-spacing:-.6px}.pitch-banner p{font-size:11px;margin-top:6px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.no-wrap{white-space:nowrap}.wide-callout{margin:20px 0}.placeholder-line{height:8px;border-radius:4px;background:#e9eedf}.hidden{display:none!important}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes toastIn{from{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:1500px){.wrap{max-width:1300px}.hero h1{font-size:81px}.hero-grid{gap:70px}.hero-scene{height:505px}.engine-card{inset:105px 25px auto 15px}.scene-bottom{bottom:10px}.hero{padding-top:92px}}
@media(max-width:1100px){.hero h1{font-size:62px;letter-spacing:-4px}.hero-scene{height:445px}.hero-grid{gap:17px}.engine-card{inset:94px 0 auto 8px}.scene-top{left:0;width:232px}.scene-stamp{right:-4px;top:40px}.scene-bottom{bottom:-10px;right:-7px}.scene-label{bottom:-10px;left:0}.scene-orbit{width:370px}.scene-orbit.two{width:260px;height:390px}.nav{gap:19px}.header-actions{gap:9px}.network{display:none}.workspace{padding:26px 22px}.app-shell{grid-template-columns:185px 1fr}.stat-card{padding:15px}.stat-card strong{font-size:24px}.dashboard-grid{grid-template-columns:1fr}.allocation-panel .flex{justify-content:center;gap:40px}.allocation-detail{max-width:270px}.dark-feature{gap:30px;padding:35px 30px 0}.dark-feature h2{font-size:36px}.form-layout{grid-template-columns:1fr 290px}.hero-notes{gap:12px}}
@media(max-width:800px){.wrap{padding:0 22px}.header{height:72px}.header .wrap{gap:15px}.nav{display:none}.brand{font-size:23px}.header-actions>.btn{font-size:11px;padding:11px 13px}.menu-toggle{display:grid}.hero{padding-top:42px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:570px}.hero h1{font-size:65px;letter-spacing:-4.5px}.hero p{max-width:480px}.hero-scene{max-width:500px;width:100%;margin:30px auto 18px;height:490px}.engine-card{inset:98px 20px auto 18px}.scene-bottom{bottom:4px;right:3px}.scene-stamp{right:4px;top:43px}.scene-label{bottom:10px}.scene-orbit{width:440px;max-width:94%}.scene-orbit.two{height:450px;width:320px;max-width:85%}.ecosystem-strip{margin-top:35px;gap:16px;flex-wrap:wrap;justify-content:center}.eco-intro{width:100%;text-align:center;margin-bottom:7px}.eco-item{font-size:14px}.eco-item small{display:none}.section{padding:46px 0}.section-head h2{font-size:33px;letter-spacing:-1.5px}.section-head.row{align-items:flex-start;gap:20px}.campaign-grid{grid-template-columns:repeat(2,1fr)}.campaign-grid .campaign-card:last-child:nth-child(odd){grid-column:1/-1;max-width:400px;width:100%;justify-self:center}.steps-grid{grid-template-columns:1fr}.step-card{min-height:0;padding:23px}.step-card:not(:last-child){border-right:0;border-bottom:1px solid var(--line)}.step-icon{margin-bottom:17px}.step-card p{max-width:100%}.dark-feature{grid-template-columns:1fr;gap:0;padding:32px 30px 0}.dark-feature h2{max-width:500px;font-size:39px}.dark-feature p{max-width:500px}.passport{max-width:470px;width:100%;justify-self:center;margin-top:-10px;transform:rotate(-2deg) translateY(23px)}.feature-grid{grid-template-columns:1fr;gap:12px}.feature-item{padding:13px 4px}.feature-item h3{margin:12px 0 8px}.bottom-cta{padding:38px 23px}.bottom-cta h2{font-size:35px}.footer-links{gap:15px;font-size:10px}.footer-disclosure{flex-direction:column;gap:12px}.mobile-nav.open{display:flex;position:fixed;top:72px;left:0;right:0;z-index:49;background:var(--bg);padding:22px;box-shadow:0 10px 20px #2330150f;border-bottom:1px solid var(--line);flex-direction:column;gap:5px}.mobile-nav a{padding:10px;border-radius:7px;font-size:14px}.mobile-nav a.active{background:#e9f0de}.page-top h1{font-size:37px}.filterbar{align-items:flex-start;flex-direction:column}.search-input{max-width:100%;width:100%}.form-layout{grid-template-columns:1fr}.launch-preview{position:static;max-width:550px}.wizard-line{width:25px;margin:0 12px}.wizard-step{font-size:10px}.app-shell{display:block}.sidebar{display:none}.workspace{padding:25px 20px}.workspace-head{align-items:flex-start}.workspace-head h1{font-size:25px}.workspace-head .btn{font-size:10px;padding:11px}.stat-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.creator-hero{grid-template-columns:1fr;padding:30px 0}.creator-hero h1{font-size:44px}.creator-profile{max-width:550px}.creator-work-grid{grid-template-columns:1fr 1fr}.doc-layout{grid-template-columns:1fr;gap:20px}.doc-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:5px}.doc-nav a{border-left:0;background:var(--soft);padding:7px 10px;border-radius:5px}.project-detail-grid{grid-template-columns:1fr}.sticky-card{position:static}.pitch-banner{padding:20px;align-items:flex-start;flex-direction:column}.project-cover{height:200px}.project-cover .art-name{font-size:90px}.hero-ctas .btn{font-size:12px}.section-head.row>.btn{margin-top:30px}.form-panel{padding:24px}.header-actions .network{display:none}}
@media(max-width:480px){.hero h1{font-size:51px;letter-spacing:-3.4px}.hero p{font-size:13px}.hero-notes{gap:12px;font-size:8px}.hero-ctas{gap:8px}.hero-ctas .btn{padding:14px 15px;font-size:11px}.hero-scene{height:435px;margin-top:30px}.scene-top{width:220px;top:7px}.scene-stamp{width:76px;height:77px;border-radius:14px;top:30px}.scene-stamp span{font-size:8px}.engine-card{inset:89px 3px auto 0}.engine-head{padding:14px 16px}.engine-main{padding:15px 16px}.engine-balance{font-size:34px}.engine-chart{height:48px}.engine-split{padding:11px 12px}.engine-footer{font-size:8px;padding:9px 15px}.scene-bottom{width:220px;bottom:0;right:-2px;padding:12px}.scene-label{max-width:110px;font-size:7px;bottom:5px;left:0}.campaign-grid{grid-template-columns:1fr}.campaign-grid .campaign-card:last-child:nth-child(odd){max-width:none}.campaign-art{height:150px}.section-head.row{display:block}.section-head.row>.btn{margin-top:16px}.section-head h2{font-size:31px}.section-label{font-size:9px}.dark-feature h2{font-size:35px}.dark-feature{padding:28px 23px 0}.passport{padding:19px}.passport-stats strong{font-size:18px}.passport-work div{height:57px}.footer .between{align-items:flex-start;gap:20px;flex-direction:column}.footer-links{flex-wrap:wrap}.eco-item{font-size:12px}.eco-item svg{width:15px;height:15px}.ecosystem-strip{gap:20px}.wizard-step span{display:none}.wizard-line{width:48px}.form-grid{grid-template-columns:1fr;gap:0}.form-actions .btn{font-size:11px;padding:13px 14px}.form-panel h2{font-size:24px}.page-top h1{font-size:34px}.stat-card{padding:17px 14px}.stat-card strong{font-size:25px}.stat-card .label{font-size:9px}.workspace-head .btn{font-size:9px}.workspace-head h1{font-size:24px}.workspace-head p{font-size:10px}.allocation-donut{width:106px;height:106px}.panel{padding:20px}.dashboard-grid .panel{padding:20px}.allocation-panel .flex{gap:20px}.allocation-detail div{font-size:9px}.submission-card{grid-template-columns:1fr}.submission-card .submission-side{flex-direction:row;align-items:center;justify-content:space-between}.submission-side strong{font-size:21px}.creator-work-grid{grid-template-columns:1fr}.modal{padding:22px}.modal-backdrop{padding:14px}.toast{max-width:calc(100vw - 38px)}#toasts{right:19px;bottom:19px}.btn.sm{font-size:10px}.network{display:none}.hero-copy{padding-bottom:0}.preview-ribbon{font-size:8px;padding:7px 12px}.tag{font-size:9px}.receipt-lines div{gap:10px}.receipt-lines strong{max-width:65%;overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
/* Long workspaces remain usable on narrow viewports. */
.tabs{max-width:100%;overflow-x:auto;scrollbar-width:thin}.tabs button{flex:0 0 auto;white-space:nowrap}.submission-card>div{min-width:0}.submission-card p,.submission-card h3{overflow-wrap:anywhere}
@media(max-width:480px){.submission-card>div>.flex{flex-wrap:wrap;gap:8px}.submission-side{min-width:0}.submission-side .btn{white-space:normal;text-align:center}}

/* =======================================================================
   CLOUT / STUDIO 02 — the approved charcoal, sage and electric-lime system.
   Real DOM, real interactions. All example transaction cards say DEMO.
   ======================================================================= */
:root {
  --bg:#f8faf5; --ink:#141b15; --muted:#747e6e; --line:#e2e8dc;
  --lime:#c2f784; --soft:#f0f4e9; --radius:20px;
  --shadow:0 2px 3px #17280c03,0 16px 40px #273d1a0a;
  --font:Inter,"Helvetica Neue",Arial,sans-serif;
}
body {font-feature-settings:"ss01","cv11";text-rendering:optimizeLegibility;}
[hidden] {display:none!important;}
.wrap {max-width:1456px;padding-left:48px;padding-right:48px;}
.header {height:84px;background:#f9fbf5ec;border-color:#dde4d880;}
.header .brand {font-size:28px;letter-spacing:-1.25px;gap:11px;}
.brand-symbol {background:linear-gradient(145deg,#242d23,#0c100d 85%);border:1px solid #ffffff12;box-shadow:inset 0 1px 1px #ffffff16;border-radius:10px;}
.header .brand-symbol {width:36px;height:37px;border-radius:11px;}
.header .brand-symbol svg {width:25px;height:25px;filter:drop-shadow(0 0 4px #b0ea7030);}
.nav {font-size:12px;gap:13px;}
.nav a {padding:9px 13px;border-radius:8px;color:#596252;}
.nav a:hover,.nav a.active {background:#eaf1e2;color:#222c1c;}
.header-actions .network {padding:10px 14px;border:1px solid var(--line);border-radius:10px;font-size:11px;gap:8px;}
.header-actions>.btn {background:linear-gradient(140deg,#263024,#121711);color:#f9fcf5;border-color:#2b3425;box-shadow:inset 0 1px 0 #ffffff20,0 3px 6px #1e291212;padding:13px 17px;font-size:12px;}
.btn {border-radius:11px;}
.btn.primary {background:linear-gradient(130deg,#263022,#141a13);border-color:#26301f;box-shadow:inset 0 1px 0 #ffffff20,0 3px 5px #10290009,0 8px 16px #10290007;}
.btn.primary:hover {background:linear-gradient(135deg,#3d4c2f,#1b2716);box-shadow:inset 0 1px 0 #ffffff30,0 6px 18px #10290022;}
.btn.secondary {background:linear-gradient(135deg,#fff,#fcfdf9);box-shadow:inset 0 1px 0 white,0 2px 3px #18230c03;}
.btn.secondary:hover {border-color:#becfaf;box-shadow:0 5px 16px #19300d09;}
.preview-ribbon {font-size:9px;letter-spacing:.025em;padding:7px 18px;background:#edf2e8a1;color:#69765f;border-color:#dde5d655;}
.preview-ribbon a {margin-left:7px;color:#485b37;}
.is-home .hero {padding:57px 0 0;background:radial-gradient(ellipse at 78% 48%,#e8f3dd40,transparent 56%);}
.hero-grid {grid-template-columns:.9fr 1.34fr;gap:22px;align-items:center;}
.hero-copy {padding:0 0 12px;}
.overline {font-size:9px;font-weight:600;letter-spacing:.04em;padding:7px 11px;background:linear-gradient(130deg,#fbfdf6,#eff5e6);border-color:#dbe6cc;box-shadow:inset 0 1px 0 #fff;}
.overline .dot {width:6px;height:6px;background:#709c44;box-shadow:0 0 0 3px #83b64f0c;}
.hero h1 {font-size:clamp(65px,5.85vw,85px);line-height:.965;letter-spacing:-.072em;margin-top:27px;font-weight:750;max-width:580px;color:#0d150e;}
.hero h1 .soft-word {display:inline-block;color:#829475;background:linear-gradient(115deg,#7a8d6d,#849578 57%,#a5b691);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.hero .hero-lead {font-size:15px;line-height:1.55;max-width:420px;font-weight:500;color:#596b4d;margin-top:25px;}
.hero .hero-description {font-size:13px;line-height:1.8;max-width:371px;margin-top:8px;color:#829078;}
.hero-ctas {margin-top:27px;gap:13px;}
.hero-ctas .btn {padding:16px 20px;font-size:12px;min-height:54px;}
.play-circle {background:#eef1e9;border:1px solid #e6eadf;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:17px;line-height:1;}
.hero-notes {margin-top:20px;gap:17px;font-size:9px;color:#818d78;}
.hero-notes svg {color:#80956b;}
/* Hero product stage */
.hero-scene.studio-scene {height:609px;position:relative;max-width:none;min-width:0;width:100%;border-radius:0;background:none;margin:0;isolation:isolate;}
.studio-scene::before {display:none;}
.studio-halo {position:absolute;inset:65px -20px 5px;background:radial-gradient(ellipse,#d4ebba8c 0%,#e3f0d768 40%,transparent 70%);filter:blur(25px);z-index:-2;}
.scene-grid {position:absolute;inset:8px -15px 4px;background-image:radial-gradient(#98ac7b50 .8px,transparent .9px);background-size:19px 19px;mask-image:radial-gradient(ellipse,#0008,transparent 71%);z-index:-1;}
.studio-orbit {position:absolute;border:1px solid #d1e1bd75;border-radius:50%;pointer-events:none;z-index:-1;}
.orbit-one {inset:24px -26px 26px -12px;transform:rotate(-19deg);}
.orbit-two {inset:15px 57px 20px -5px;transform:rotate(24deg);}
.product-window {position:absolute;top:94px;left:0;right:-2px;background:#fff;border:1px solid #dce5d1;border-radius:16px;box-shadow:0 0 0 5px #ffffff70,0 0 0 6px #dfebd18f,0 4px 6px #22351004,0 28px 65px -18px #36512123;overflow:hidden;transform:rotate(-1.5deg);transform-origin:center;z-index:2;}
.product-browser {height:29px;display:flex;justify-content:space-between;align-items:center;padding:0 12px;background:linear-gradient(#fdfefa,#f7f9f3);border-bottom:1px solid #e7ebe2;color:#8a9481;font-size:8px;letter-spacing:.02em;}
.product-browser>span {display:flex;align-items:center;gap:5px;}
.browser-dots {gap:4px!important;}
.browser-dots i {height:5px;width:5px;border:1px solid #d8e1d0;border-radius:50%;background:#e6ebdf;}
.browser-dots i:first-child {background:#ceddc0;}
.browser-demo {font-size:7px!important;color:#748569;}
.browser-demo i {width:4px;height:4px;background:#88aa61;border-radius:50%;}
.product-interior {display:grid;grid-template-columns:116px minmax(0,1fr);min-height:410px;}
.product-sidebar {background:linear-gradient(100deg,#fbfcf8,#f5f7f0);border-right:1px solid #e8ecdf;padding:17px 10px 10px;display:flex;flex-direction:column;}
.product-logo {display:flex;align-items:center;gap:7px;margin:0 1px 22px;font-size:11px;letter-spacing:-.45px;}
.product-logo .brand-symbol {height:23px;width:23px;border-radius:6px;}
.product-logo .brand-symbol svg {width:16px;height:16px;}
.sidebar-caption {font-size:5.9px;color:#94a087;letter-spacing:.1em;margin:0 4px 8px;}
.demo-nav-item {border:0;background:none;display:flex;align-items:center;gap:7px;border-radius:6px;padding:9px 7px;line-height:1;font-size:8px;text-align:left;color:#808b76;margin-bottom:3px;width:100%;transition:background .25s,color .25s,box-shadow .25s;white-space:nowrap;}
.demo-nav-item span {margin-left:auto;border-radius:3px;font-size:6px;background:#e5eddc;padding:2px 3px;}
.demo-nav-item.selected {background:linear-gradient(115deg,#283420,#162010);color:#f8fff2;box-shadow:inset 0 1px 0 #fff2,0 3px 5px #24371b0a;}
.demo-nav-item:hover:not(.selected) {background:#e8efdf;color:#425532;}
.demo-nav-item svg {width:12px;}
.demo-sidebar-bottom {margin-top:auto;}
.mini-builder {border:1px solid #e0e8d5;background:radial-gradient(ellipse at top left,#edf8df,#f7faf0);border-radius:6px;padding:9px 7px;display:flex;align-items:center;gap:6px;color:#6f7d62;font-size:7px;line-height:1.5;margin-bottom:12px;}
.mini-builder b {font-weight:500;color:#455535;}
.mini-builder>i {width:5px;height:5px;background:#a6cf79;box-shadow:0 0 0 3px #bdda9519;border-radius:50%;}
.mini-builder>svg {margin-left:auto;width:9px;}
.demo-network {display:flex;align-items:center;gap:8px;font-size:8px;padding:5px 3px;color:#6d7a61;}
.demo-network .sol-logo {gap:2px;}
.demo-network .sol-logo i {height:2px;width:10px;}
.demo-network .network-dot {width:4px;height:4px;background:#7fa05b;border-radius:50%;margin-left:auto;}
.product-main {padding:15px 15px 0;min-width:0;background:linear-gradient(135deg,#ffffff,#fcfdf9);}
.product-greeting {display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;}
.mini-eyebrow {font-size:5.4px;letter-spacing:.12em;color:#879c76;}
.product-greeting h3 {font-size:16px;letter-spacing:-.65px;line-height:1.3;margin:3px 0 3px;font-weight:600;}
.product-greeting p {font-size:8px;color:#89947f;}
.greeting-spark {display:inline-block;color:#8dad66;font-size:19px;vertical-align:middle;margin-left:4px;}
.creator-pfp {display:inline-flex;position:relative;width:47px;height:47px;border-radius:50%;flex-shrink:0;background:#e9f1df;border:1px solid #fafff370;box-shadow:0 0 0 1px #ffffff12;}
.creator-pfp img {width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;}
.creator-pfp>i {position:absolute;right:0;bottom:0;width:10px;height:10px;background:#b6f58a;border:2px solid #1f2a1b;border-radius:50%;box-shadow:0 0 7px #a6ef6b55;}
.product-greeting>.creator-pfp {width:27px;height:27px;}
.product-greeting>.creator-pfp i {height:7px;width:7px;border-color:#fff;}
.mini-stats {display:grid;grid-template-columns:1.27fr 1.07fr .83fr;gap:8px;margin-bottom:12px;}
.mini-stat {border:1px solid #e7ecdf;border-radius:9px;background:linear-gradient(125deg,#fdfefb,#f6f9f0);padding:10px 10px 9px;min-width:0;box-shadow:inset 0 1px 0 white,0 2px 4px #35492203;}
.mini-stat>span:first-child {display:flex;gap:5px;align-items:center;font-size:7px;color:#71815f;white-space:nowrap;margin-bottom:8px;}
.mini-stat>span:first-child svg {color:#768f5e;width:11px;height:11px;}
.mini-stat>strong {display:block;font-size:23px;font-weight:600;letter-spacing:-1px;white-space:nowrap;line-height:1;}
.mini-stat>strong small {font-size:16px;}
.mini-stat>strong em {font-style:normal;font-size:7px;letter-spacing:0;font-weight:400;color:#8b9580;margin-left:4px;}
.mini-stat .stat-foot {font-size:6px;margin-top:9px;display:flex;align-items:center;gap:4px;color:#7c8f6b;}
.stat-foot i {width:3px;height:3px;background:#93b66f;border-radius:50%;}
.mini-dashboard-grid {display:grid;grid-template-columns:1.16fr 1fr;gap:9px;margin-bottom:9px;}
.mini-panel {border:1px solid #e7ecdf;border-radius:9px;background:#fff;padding:11px;min-width:0;}
.mini-panel-head {display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:7px;}
.mini-panel-head h4 {font-size:9px;letter-spacing:-.1px;font-weight:600;line-height:1.25;}
.mini-panel-head>div>p {font-size:8px;margin-top:5px;}
.period-picker {font-size:6px;display:flex;align-items:center;gap:4px;border:1px solid #e7ecde;border-radius:4px;background:#fafcf7;padding:3px 5px;color:#627552;}
.mini-chart-total {display:flex;align-items:baseline;gap:6px;margin-top:8px;}
.mini-chart-total>strong {font-size:19px;font-weight:600;letter-spacing:-.6px;}
.mini-chart-total small {font-size:12px;}
.mini-chart-total>span {font-size:6px;color:#89967e;}
.mini-chart {position:relative;height:93px;margin-top:9px;padding-left:18px;}
.mini-chart-lines {position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;font-size:5px;color:#acb59f;}
.mini-chart-lines>span {position:relative;display:block;height:1px;line-height:0;}
.mini-chart-lines>span:after {content:"";position:absolute;left:19px;right:0;top:0;border-bottom:1px dashed #e9edde;}
.mini-chart-bars {display:flex;gap:5px;align-items:flex-end;height:100%;position:relative;z-index:1;}
.demo-bar {height:var(--bar-height);min-height:8px;flex:1;border:0;border-radius:3px 3px 0 0;padding:0;background:linear-gradient(#cfe0b8,#e1edce);position:relative;transition:background .3s,filter .3s,opacity .3s;min-width:0;}
.demo-bar:nth-child(n+10) {background:linear-gradient(#a9ce80,#c5e5a4);}
.demo-bar:nth-child(14) {background:linear-gradient(#729847,#a6cd77);}
.demo-bar.highlighted,.demo-bar:hover {background:linear-gradient(#607e43,#a1c675);}
.chart-hotspot {display:block;width:5px;height:5px;border:1px solid #fcfff7;background:#7c9e5b;border-radius:50%;position:absolute;left:50%;top:4px;transform:translateX(-50%);opacity:0;}
.highlighted .chart-hotspot {opacity:1;}
.mini-chart-tooltip {position:absolute;z-index:5;top:-1px;left:54%;background:linear-gradient(130deg,#2a3821,#111b0d);color:white;padding:6px 9px;border-radius:5px;transform:translate(-50%,-8px);opacity:0;pointer-events:none;box-shadow:0 5px 9px #24361726;transition:opacity .2s,transform .2s;min-width:60px;}
.mini-chart-tooltip.visible {opacity:1;transform:translate(-50%,0);}
.mini-chart-tooltip>span {font-size:6px;color:#b8caa9;display:block;}
.mini-chart-tooltip>strong {font-size:10px;font-weight:500;}
.mini-chart-tooltip:after {content:"";position:absolute;left:calc(50% - 3px);bottom:-3px;width:6px;height:6px;background:#1a2911;transform:rotate(45deg);}
.mini-chart-axis {display:flex;justify-content:space-between;font-size:5px;color:#91a082;margin-top:7px;margin-left:18px;}
.mini-chart-foot {display:flex;align-items:center;gap:5px;color:#7d8c70;font-size:5.5px;border-top:1px solid #edf1e7;margin-top:10px;padding-top:8px;}
.mini-chart-foot>i {height:4px;width:4px;background:#9bc474;border-radius:1px;}
.mini-demo-label {font-size:5px;letter-spacing:.11em;color:#8a9c7b;white-space:nowrap;}
.mini-activity {display:flex;align-items:center;gap:8px;padding:12px 0;width:100%;border:0;border-bottom:1px solid #eef1e7;background:none;text-align:left;transition:background .2s;}
.mini-activity:hover {background:#f6faef;}
.mini-activity .creator-pfp {height:29px;width:29px;border-color:#e5ecdb;}
.mini-activity .creator-pfp>i {width:7px;height:7px;border-color:white;}
.mini-activity>span:nth-child(2) {min-width:0;}
.mini-activity strong {display:block;font-size:12px;line-height:1.2;letter-spacing:-.3px;}
.mini-activity small {display:block;font-size:6px;color:#8d9982;margin-top:5px;white-space:nowrap;}
.mini-activity small>b {color:#6d7c61;font-weight:500;}
.activity-time {margin-left:auto;font-size:6px;color:#9aa78c;white-space:nowrap;}
.activity-time svg {display:block;margin:4px 0 0 auto;color:#7c965f;}
.mini-text-button {background:none;border:0;color:#7e906e;display:flex;gap:4px;align-items:center;font-size:6px;line-height:1.3;padding:0;}
.view-all-rewards {margin:10px auto 0;}
.mini-campaign-panel {margin-bottom:10px;}
.mini-campaign-panel .mini-panel-head {margin-bottom:10px;}
.mini-campaign {display:flex;gap:11px;align-items:center;}
.mini-art {height:59px;width:49px;border-radius:6px;background:radial-gradient(at 20% 10%,#657f47,#29341f 40%,#0e150c 80%);box-shadow:inset 0 0 0 1px #cfe7b219;position:relative;padding:7px;overflow:hidden;flex-shrink:0;}
.mini-art>span {font-size:10px;line-height:1.1;letter-spacing:-.3px;font-weight:750;color:#e4f9cd;transform:rotate(-4deg);display:block;}
.mini-art b {color:#bdf787;}
.mini-art>svg {position:absolute;right:-2px;bottom:2px;color:#bee99899;}
.mini-campaign-copy {flex:1;min-width:0;}
.mini-campaign-copy>.between>strong {font-size:9px;letter-spacing:-.2px;}
.mini-pill {font-size:5px;color:#719a4e;background:#eff7e4;border:1px solid #e2edd5;border-radius:10px;padding:3px 6px;white-space:nowrap;line-height:1;}
.mini-campaign-copy>p {font-size:6px;line-height:1.5;margin:5px 0 8px;color:#89957d;}
.mini-progress {height:4px;border-radius:3px;background:#e9eedf;overflow:hidden;}
.mini-progress>i {display:block;width:64%;height:100%;border-radius:3px;background:linear-gradient(90deg,#91b168,#b5db89);}
.mini-campaign-copy>.between:last-child {margin-top:6px;font-size:6px;}
.mini-campaign-copy small {font-size:6px;}
.mini-campaign-copy small>span {color:#919e86;}
.mini-campaign-copy b {font-weight:500;}
.product-bottom-line {font-size:5.5px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:0 0 8px;color:#8fa27e;}
.product-bottom-line>span {display:flex;align-items:center;gap:4px;}
.demo-pane {min-height:305px;}
.demo-review-panel,.demo-brief,.demo-rewards-panel {min-height:305px;}
.demo-review-panel {background:linear-gradient(#fff,#fcfdf8);}
.demo-review-work {display:grid;grid-template-columns:1.1fr 1fr;gap:18px;padding:10px 0;}
.review-art {height:198px;position:relative;overflow:hidden;border-radius:8px;padding:24px 18px;background:linear-gradient(135deg,#d6eabc,#b8d492);border:1px solid #d5e4c2;color:#2b431f;}
.review-art>span:first-child {position:relative;z-index:2;font-size:29px;font-weight:750;line-height:1.03;letter-spacing:-1.4px;display:block;transform:rotate(-4deg);}
.review-art b {color:#678644;}
.review-art .art-orbit {position:absolute;width:170px;height:170px;border:24px solid #e7f7d190;border-radius:50%;bottom:-40px;right:-50px;background:none;}
.demo-review-details {display:flex;flex-direction:column;align-items:flex-start;}
.demo-review-details>.creator-pfp {height:33px;width:33px;margin:2px 0 9px;}
.demo-review-details>.creator-pfp>i {border-color:white;}
.demo-review-details>strong {font-size:11px;letter-spacing:-.25px;}
.demo-review-details>small {font-size:7px;color:#859778;margin-top:5px;}
.demo-review-status {margin-top:10px;color:#9b854f;font-size:6px;background:#f6f1df;border-radius:4px;padding:4px 6px;}
.demo-review-status.is-approved {color:#5f843f;background:#e8f4d8;}
.demo-review-reward {display:flex;justify-content:space-between;width:100%;align-items:center;border-top:1px solid #e6edde;margin-top:14px;padding-top:9px;}
.demo-review-reward>span {font-size:6px;color:#859377;}
.demo-review-reward>strong {font-size:14px;letter-spacing:-.4px;}
.demo-approve {background:linear-gradient(125deg,#26391d,#142310);border:1px solid #34472a;box-shadow:inset 0 1px 0 #f4ffe322;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#edffdf;gap:5px;font-size:8px;padding:8px 10px;width:100%;margin-top:13px;}
.demo-approve:disabled {opacity:1;background:#edf6e1;color:#6a8f4b;border-color:#d9e7c9;}
.mini-demo-note {font-size:6.5px;line-height:1.65;color:#9aaa8b;margin-top:10px;}
.demo-brief {padding:20px;}
.demo-brief h4 {font-size:22px;line-height:1.1;letter-spacing:-.85px;margin-top:18px;max-width:280px;}
.demo-brief>p {font-size:8px;line-height:1.7;max-width:290px;margin-top:10px;}
.brief-chips {display:flex;gap:9px;flex-wrap:wrap;margin-top:16px;}
.brief-chips>span {font-size:6px;background:#f3f7ed;border:1px solid #e3ebd8;border-radius:4px;padding:5px;color:#7c8f6c;display:flex;align-items:center;gap:3px;}
.brief-detail {display:flex;justify-content:space-between;margin:20px 0 10px;}
.brief-detail>span {font-size:6px;color:#8b9b7d;}
.brief-detail strong {display:block;font-size:16px;letter-spacing:-.5px;color:#425e2e;margin-top:4px;font-weight:500;}
/* Branded payout cards, also used as interactive receipt entry points. */
.payout-card {position:relative;display:flex;align-items:center;gap:18px;text-align:left;width:100%;padding:21px 22px;border-radius:20px;border:1px solid #b3ca924d;color:#f9fdf4;background:radial-gradient(ellipse at 99% 1%,#60724946,transparent 36%),radial-gradient(ellipse at 0% 100%,#34452a42,transparent 45%),linear-gradient(125deg,#1f261e,#111710 65%,#1b2319);box-shadow:inset 0 1px 0 #e6ffd148,inset 0 -1px 0 #aac2811f,0 2px 3px #1e350e10,0 12px 22px -8px #2f551832,0 0 0 3px #fafff854;transition:transform .3s,box-shadow .3s,border-color .3s;isolation:isolate;min-width:0;}
.payout-card::before {content:"";position:absolute;inset:2px;border:1px solid #d5eabc12;border-radius:17px;pointer-events:none;z-index:-1;}
.payout-card::after {content:"";position:absolute;inset:0;border-radius:inherit;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.32' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:-1;}
.payout-card:hover {transform:translateY(-3px);border-color:#bde893a8;box-shadow:inset 0 1px 0 #e6ffd162,0 15px 26px -8px #34572342,0 0 0 3px #fafff878;}
.payout-brand {border-right:1px solid #d4e4bf26;padding-right:20px;flex-shrink:0;}
.payout-brand .brand-symbol {height:43px;width:43px;border-radius:12px;background:linear-gradient(#070c06,#111910);border-color:#a3c17e1c;box-shadow:inset 0 1px 0 #dcffb81c,0 2px 10px #0002;}
.payout-brand .brand-symbol svg {width:29px;height:29px;filter:drop-shadow(0 1px 3px #b0f27544);}
.payout-copy {display:flex;flex-direction:column;flex:1;min-width:0;}
.payout-copy>strong {font-size:35px;letter-spacing:-1.4px;line-height:1.1;font-weight:500;font-variant-numeric:tabular-nums;}
.payout-copy>span {display:block;font-size:13px;color:#a3ad9b;margin-top:7px;white-space:nowrap;}
.payout-copy b {font-weight:500;color:#f0f9e8;}
.payout-journey {display:flex;align-items:center;gap:10px;}
.payout-journey .creator-pfp {width:49px;height:49px;}
.transfer-arrow {color:#87987b;}
.payout-meta {align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;gap:10px;min-width:24px;padding:3px 0;}
.demo-chip {font-size:6px;font-weight:400;letter-spacing:.15em;line-height:1;border:1px solid #aeca9330;border-radius:4px;color:#b6caa5;padding:4px 5px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;}
.payout-meta time {font-size:11px;color:#a9b59e;}
.floating-payment {position:absolute;z-index:5;}
.payment-top {top:2px;width:358px;right:22px;transform:rotate(3.5deg);animation:floatTop 8s ease-in-out infinite;}
.payment-bottom {bottom:37px;left:31px;width:358px;transform:rotate(-3deg);animation:floatBottom 9s ease-in-out infinite;}
.hero-payout {gap:11px;padding:13px 15px;border-radius:14px;}
.hero-payout:before {border-radius:12px;}
.hero-payout .payout-brand {padding-right:10px;}
.hero-payout .brand-symbol {height:29px;width:29px;border-radius:8px;}
.hero-payout .brand-symbol svg {height:20px;width:20px;}
.hero-payout .payout-copy>strong {font-size:26px;letter-spacing:-.9px;}
.hero-payout .payout-copy>span {font-size:9px;margin-top:4px;}
.hero-payout .payout-journey {gap:6px;}
.hero-payout .creator-pfp {height:36px;width:36px;}
.hero-payout .creator-pfp>i {height:8px;width:8px;}
.hero-payout .transfer-arrow svg {width:17px;}
.hero-payout .payout-meta {min-width:22px;gap:9px;padding:1px 0;}
.hero-payout .demo-chip {font-size:4px;padding:3px 4px;border-radius:3px;}
.hero-payout time {font-size:8px;}
.studio-sticker {position:absolute;right:-15px;bottom:88px;z-index:6;transform:rotate(8deg);width:79px;height:94px;padding:12px;background:linear-gradient(120deg,#d0ffa1,#b8ed75);box-shadow:inset 0 1px 1px #efffd37d,0 9px 20px #6b944821;border:1px solid #b9e98c;border-radius:15px;color:#2a3d1d;display:flex;flex-direction:column;justify-content:space-between;}
.studio-sticker>span {font-size:9px;line-height:1.1;font-weight:650;letter-spacing:-.2px;}
.studio-sticker:before,.studio-sticker:after {content:"";position:absolute;width:3px;height:13px;background:#91b868;top:-15px;right:3px;border-radius:3px;transform:rotate(20deg);}
.studio-sticker:after {right:-12px;top:-5px;transform:rotate(65deg);height:11px;}
.demo-celebration {position:absolute;top:57px;left:23px;z-index:7;display:flex;align-items:center;gap:10px;border:1px solid #d4e2c5;background:#ffffffee;backdrop-filter:blur(12px);border-radius:12px;padding:12px 16px;box-shadow:0 10px 30px #2e431926,0 0 0 3px #fafff460;transform:translateY(12px) rotate(-3deg);opacity:0;pointer-events:none;transition:transform .5s,opacity .5s;}
.demo-approved .demo-celebration {transform:translateY(0) rotate(-3deg);opacity:1;}
.celebration-icon {height:32px;width:32px;border-radius:50%;display:grid;place-items:center;color:#6a9446;background:#eef7e1;box-shadow:inset 0 0 0 1px #e0edcf;}
.demo-celebration b {display:block;font-size:10px;}
.demo-celebration small {font-size:8px;color:#8c9e7b;display:block;margin-top:4px;}
.demo-controlbar {position:absolute;bottom:0;left:22px;right:20px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:8px;color:#80966c;z-index:8;}
.demo-controlbar>span {display:flex;align-items:center;gap:6px;}
.demo-running-dot {display:inline-block;height:4px;width:4px;background:#7ca753;border-radius:50%;box-shadow:0 0 0 3px #9bbb790f;}
.demo-controlbar>button {border:1px solid #dce7d1;background:#f9fcf4bb;padding:5px 8px;font-size:7px;color:#677f51;display:flex;gap:5px;border-radius:5px;line-height:1;align-items:center;white-space:nowrap;}
.demo-cursor {position:absolute;left:53%;top:57%;width:26px;height:32px;z-index:9;pointer-events:none;opacity:0;transition:left .8s cubic-bezier(.25,.6,.2,1),top .8s cubic-bezier(.25,.6,.2,1),opacity .3s;filter:drop-shadow(0 3px 3px #10230824);}
.demo-cursor.visible {opacity:1;}
.demo-cursor>span {position:absolute;left:20px;top:27px;display:block;background:#273d1c;border:1px solid #d6efbb47;box-shadow:0 3px 10px #1f3a1724;color:#e9f6db;border-radius:0 6px 6px 6px;padding:4px 7px;font-size:7px;line-height:1;}
.demo-cursor>i {position:absolute;left:-9px;top:-10px;display:block;width:26px;height:26px;border:2px solid #729c49;border-radius:50%;opacity:0;}
.demo-cursor.clicking>i {animation:cursorClick .55s ease-out;}
.demo-paused .demo-cursor {opacity:0;}
.demo-paused .floating-payment {animation-play-state:paused;}
@keyframes cursorClick {0%{opacity:.75;transform:scale(.2)}100%{opacity:0;transform:scale(1.7)}}
@keyframes floatTop {0%,100%{transform:translateY(0) rotate(3.5deg)}50%{transform:translateY(-5px) rotate(2.5deg)}}
@keyframes floatBottom {0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(5px) rotate(-2deg)}}
.ecosystem-strip {margin-top:45px;padding:23px 0;border-bottom:0;gap:15px;border-top-color:#e0e8d8;}
.eco-intro {font-size:8px;letter-spacing:.08em;max-width:180px;color:#94a08a;}
.eco-item {font-size:16px;letter-spacing:-.5px;gap:9px;}
.eco-item small {display:block;font-size:7px;margin-left:3px;color:#8b997d;max-width:65px;line-height:1.3;}
/* Reward component showcase */
.reward-showcase {padding:81px 0 85px;margin-top:31px;background:radial-gradient(ellipse at 77% 55%,#e2edce7d,transparent 48%),linear-gradient(#f0f5e9a3,#f2f6ecbd);border-top:1px solid #e1e9d8;border-bottom:1px solid #e3eadb;}
.reward-showcase-grid {display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:75px;}
.reward-showcase-copy h2 {font-size:48px;line-height:1.07;letter-spacing:-2.9px;font-weight:600;margin-top:20px;}
.reward-showcase-copy h2>span {color:#8b9f7b;}
.reward-showcase-copy>p {font-size:14px;line-height:1.85;max-width:375px;margin-top:20px;}
.reward-promise {display:flex;flex-direction:column;gap:10px;font-size:11px;color:#728961;margin:24px 0 28px;}
.reward-promise>span {display:flex;align-items:center;gap:8px;}
.reward-showcase-copy>.btn {font-size:12px;padding:16px 19px;}
.reward-footnote {display:block;margin-top:16px;color:#92a082;font-size:9px;line-height:1.6;max-width:330px;}
.reward-showcase-feed {position:relative;}
.reward-showcase-feed:before {content:"";position:absolute;inset:30px -20px;background:radial-gradient(ellipse,#daeac87d,transparent 75%);filter:blur(15px);z-index:-1;}
.reward-feed-head {display:flex;align-items:center;justify-content:space-between;margin:0 5px 22px;gap:10px;}
.reward-feed-head>span:first-child {font-size:9px;letter-spacing:.09em;display:flex;align-items:center;gap:8px;color:#6f855d;}
.reward-feed-head>span:last-child {font-size:7px;letter-spacing:.1em;color:#97a487;}
.showcase-payout {margin-top:13px;}
.showcase-payout:nth-child(2) {transform:rotate(1deg);}
.showcase-payout:nth-child(3) {transform:rotate(-.8deg);}
.showcase-payout:nth-child(4) {transform:rotate(.4deg);}
.showcase-payout:hover {transform:translateY(-3px) rotate(0);}
.reward-feed-bottom {display:flex;justify-content:space-between;align-items:center;gap:10px;margin:24px 5px 0;font-size:8px;color:#8fa17e;}
.reward-feed-bottom>span:first-child {display:flex;gap:6px;align-items:center;}
.reward-feed-bottom>span:last-child {font-size:6px;letter-spacing:.07em;}
.reward-feed-bottom i {font-style:normal;margin:0 6px;}
.tiny-payout {padding:12px 14px;margin-top:9px;border-radius:10px;gap:12px;box-shadow:inset 0 1px 0 #e6ffd133,0 4px 8px #3651210f;}
.tiny-payout:before {border-radius:8px;}
.tiny-payout .payout-brand {padding-right:10px;}
.tiny-payout .brand-symbol {width:26px;height:26px;border-radius:7px;}
.tiny-payout .brand-symbol svg {width:18px;height:18px;}
.tiny-payout .payout-copy>strong {font-size:22px;}
.tiny-payout .payout-copy>span {font-size:8px;margin-top:3px;}
.tiny-payout .creator-pfp {height:34px;width:34px;}
.tiny-payout .creator-pfp>i {height:8px;width:8px;}
.tiny-payout .payout-journey {gap:6px;}
.tiny-payout .payout-meta time {font-size:7px;}
.tiny-payout .demo-chip {font-size:4px;padding:3px;}
/* The rest of the application shares the same surface, hierarchy and states. */
.section-head h2 {font-size:44px;letter-spacing:-2.4px;line-height:1.08;}
.section-head p {font-size:13px;line-height:1.85;}
.section-label {font-size:9px;letter-spacing:.13em;}
.steps-grid {background:none;border:none;gap:17px;overflow:visible;}
.step-card {border:1px solid var(--line)!important;background:linear-gradient(140deg,#fff,#fafcf5);border-radius:17px;box-shadow:var(--shadow);padding:30px;min-height:252px;}
.step-icon {background:linear-gradient(#f8fcef,#edf4e2);border-color:#e2ebd6;box-shadow:inset 0 1px 0 white;width:47px;height:47px;border-radius:13px;}
.step-num {font-size:9px;color:#8b9b7c;letter-spacing:.025em;}
.step-card h3 {font-size:20px;letter-spacing:-.7px;}
.step-card p {font-size:12px;max-width:100%;}
.campaign-card {border-radius:18px;box-shadow:0 2px 4px #1e300604,0 10px 25px #31471a05;}
.campaign-art {height:185px;}
.campaign-body {padding:24px;gap:17px;}
.campaign-body .project-title {font-size:15px;}
.campaign-description {font-size:12px;line-height:1.8;}
.campaign-reward .value {font-size:29px;letter-spacing:-1.2px;}
.campaign-bottom {padding-top:17px;}
.campaign-art:before {width:240px;height:240px;border-width:40px;right:-60px;top:-80px;}
.campaign-art .art-name {font-size:84px;}
.campaign-art .art-sub {font-size:8px;}
.art-flux .art-name {font-size:98px;}
.dark-feature {background:radial-gradient(ellipse at 90% 0,#40533362,transparent 60%),linear-gradient(125deg,#1b2618,#0d150c);box-shadow:inset 0 1px 0 #c9e8ac2b,0 2px 5px #19351005,0 25px 70px #2038150c;border:1px solid #39472d;border-radius:24px;padding:52px 50px 0;}
.dark-feature h2 {font-size:48px;letter-spacing:-2.5px;}
.dark-feature p {font-size:13px;}
.passport {border-radius:18px 18px 0 0;box-shadow:0 0 0 4px #f1ffdc10,0 0 60px #b8ee8d13;}
.feature-item h3 {font-size:17px;line-height:1.3;}
.feature-item p {font-size:12px;}
.feature-item>svg {background:#eef5e5;box-sizing:content-box;padding:10px;border:1px solid #e3ecd7;border-radius:12px;color:#698750;}
.bottom-cta {border:1px solid #dae5cd;background:radial-gradient(ellipse at center,#e9f3d9,transparent 70%),#f0f5e8;padding:60px 35px;border-radius:23px;box-shadow:inset 0 1px 0 #fff;}
.bottom-cta h2 {font-size:46px;letter-spacing:-2.4px;}
.faq {background:linear-gradient(130deg,#fff,#fbfdf7);border:1px solid #e1e9d7!important;border-radius:11px;margin:10px 0;overflow:hidden;}
.faq summary {padding:19px 21px;font-size:14px;}
.faq p {padding:0 21px 21px;font-size:12px;line-height:1.8;}
.page-top {padding-top:48px;}
.page-top h1 {font-size:48px;letter-spacing:-2.5px;}
.form-panel,.launch-preview,.panel,.creator-profile {border-radius:18px;box-shadow:0 1px 3px #2c401406,0 12px 30px #28461105;border-color:#e0e8d7;}
.form-panel {background:linear-gradient(140deg,#fff,#fdfff9);}
.form-panel h2 {font-size:29px;letter-spacing:-1.1px;}
.field input,.field textarea,.field select {background:#fcfef8;border:1px solid #dbe5d0;border-radius:9px;font-size:13px;box-shadow:inset 0 1px 2px #37541803;}
.field input:focus,.field textarea:focus,.field select:focus {border-color:#94b272;box-shadow:0 0 0 3px #c0de9d30;outline:none;background:#fff;}
.field label {font-size:12px;}
.callout {border-radius:10px;border-color:#dce7cf;font-size:11px;background:#f0f6e7;}
.upload {border-color:#ccdaba;background:radial-gradient(ellipse,#f2f8e9,#fafcf6);border-radius:12px;}
.form-actions {padding-top:24px;}
.sidebar {background:linear-gradient(100deg,#f6f9f0,#f1f5e9);border-color:#dfe7d5;}
.side-link {border-radius:9px;padding:12px 13px;margin:3px 0;}
.side-link.active {background:linear-gradient(125deg,#293b20,#182512);color:#f0fbdf;box-shadow:inset 0 1px 0 #e7ffd321,0 4px 10px #1b360d0f;}
.side-link.active .tag {background:#4e653b;color:#e9ffcf;}
.side-project {border-radius:11px;background:#ffffff95;box-shadow:0 1px 4px #2c481408;border:1px solid #e0e9d3;}
.workspace {background:radial-gradient(ellipse at 90% 0,#edf5e331,transparent 55%),#f8faf4;padding:36px;}
.workspace-head h1 {font-size:32px;letter-spacing:-1.4px;}
.workspace-head p {font-size:12px;}
.stat-card {background:linear-gradient(125deg,#fff,#f8fbf2);border:1px solid #dde8d1;border-radius:15px;box-shadow:inset 0 1px 0 white,0 3px 10px #1d351007;padding:22px;}
.stat-card strong {font-size:33px;font-weight:600;letter-spacing:-1.2px;}
.stat-card .label {font-size:10px;color:#82956f;}
.stat-card .sub {font-size:10px;color:#8d9d7e;}
.panel {background:linear-gradient(135deg,#fff,#fefff9);padding:25px;}
.panel-head h3 {font-size:17px;letter-spacing:-.45px;}
.data-table thead th {background:#f5f9ee;color:#8a9b7b;font-size:9px;letter-spacing:.025em;}
.data-table tbody td {font-size:12px;padding-top:18px;padding-bottom:18px;}
.data-table tbody tr {transition:background .2s;}
.data-table tbody tr:hover {background:#f6faef;}
.submission-card {background:linear-gradient(120deg,#fff,#fdfef9);border-color:#dde7d0;border-radius:16px;box-shadow:0 3px 12px #1b351007;}
.settings-row {padding:22px 0;}
.modal {border-radius:21px;background:linear-gradient(135deg,#fff,#f9fcf3);border:1px solid #d9e5cc;box-shadow:0 0 0 5px #efffda1c,0 25px 90px #12210545;}
.modal-backdrop {background:#1020056b;backdrop-filter:blur(9px);}
.demo-receipt-header {text-align:center;}
.demo-receipt-header>.demo-chip {color:#69874e;border-color:#d4e3c6;background:#edf5e1;margin:6px auto 18px;font-size:8px;}
.receipt-people {display:flex;align-items:center;justify-content:center;gap:21px;margin:2px 0 12px;}
.receipt-people>.brand-symbol {height:48px;width:48px;border-radius:13px;}
.receipt-people>.brand-symbol svg {height:32px;width:32px;}
.receipt-people>svg {color:#7f9a63;}
.demo-receipt-header .receipt-amount {margin:10px 0 3px;font-size:48px;color:#23381a;}
.demo-receipt-header>p {font-size:14px;color:#90a17e;}
.demo-receipt-header strong {color:#55743d;font-weight:500;}
.modal .btn.full {margin-top:15px;}
.workspace-preview-rewards {margin:25px 0 30px;}
.workspace-preview-rewards>.between {margin-bottom:18px;}
.workspace-preview-rewards h3 {font-size:20px;letter-spacing:-.6px;margin-top:7px;}
.workspace-preview-rewards .section-label {font-size:8px;}
.workspace-preview-rewards>.between>.tag {font-size:7px;padding:7px 9px;}
.workspace-reward-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.workspace-payout {padding:16px 15px;gap:12px;border-radius:14px;}
.workspace-payout .payout-brand {padding-right:11px;}
.workspace-payout .brand-symbol {width:31px;height:31px;border-radius:9px;}
.workspace-payout .brand-symbol svg {height:22px;width:22px;}
.workspace-payout .payout-copy>strong {font-size:25px;letter-spacing:-.8px;}
.workspace-payout .payout-copy>span {font-size:9px;}
.workspace-payout .payout-journey {display:none;}
.workspace-payout .demo-chip {font-size:4px;padding:3px 4px;}
.workspace-payout time {font-size:8px;}
/* Functional app notifications use the same material, not generic browser toasts. */
.studio-toast {position:relative;display:flex;align-items:flex-start;gap:12px;max-width:455px;border-radius:16px;padding:18px 16px;border:1px solid #b3d18d50;background:radial-gradient(at 100% 0,#51633e40,transparent 50%),linear-gradient(125deg,#24301d,#121d0e);box-shadow:inset 0 1px 0 #d1ecc039,0 0 0 3px #ffffff3d,0 10px 35px #1f33142e;overflow:hidden;line-height:1.65;}
.toast-brand {padding-top:1px;}
.toast-brand>.brand-symbol {height:32px;width:32px;border-radius:9px;background:#0a1307;}
.toast-brand svg {width:22px!important;height:22px!important;}
.toast-content {min-width:0;}
.toast-content>strong {display:flex;gap:9px;align-items:center;line-height:1;margin:3px 0 9px;font-size:11px;letter-spacing:-.2px;}
.toast-content>strong>span {font-size:6px;letter-spacing:.13em;color:#91a57f;font-weight:400;}
.toast-content>span {display:block;color:#c4d4b5;font-size:11px;line-height:1.7;}
.toast-close {border:0;background:none;color:#a1b48f;padding:1px;margin-left:1px;border-radius:4px;}
.toast-close:hover {color:#fff;background:#ffffff12;}
.toast-close svg {color:inherit!important;}
.toast-lifetime {position:absolute;left:0;bottom:0;height:2px;width:100%;background:linear-gradient(90deg,#839f65,#c3f494);transform-origin:left;animation:toastTime 8.5s linear forwards;opacity:.6;}
@keyframes toastTime {from{transform:scaleX(1)}to{transform:scaleX(0)}}
#toasts {bottom:24px;right:26px;gap:12px;}
.reveal-item {opacity:0;transform:translateY(13px);transition:opacity .65s,transform .65s;}
.reveal-item.in-view {opacity:1;transform:translateY(0);}
.step-card:nth-child(2) {transition-delay:.07s;}
.step-card:nth-child(3) {transition-delay:.14s;}
/* All layouts are designed at their viewport, not an image scaled to fit. */
@media(min-width:1600px) {
  .wrap {max-width:1556px;padding-left:54px;padding-right:54px;}
  .hero-grid {gap:40px;}
  .hero h1 {font-size:92px;}
  .hero .hero-lead {font-size:17px;}
  .hero .hero-description {font-size:14px;}
  .hero-scene.studio-scene {height:636px;}
  .product-interior {grid-template-columns:132px minmax(0,1fr);}
  .product-sidebar {padding:20px 12px 12px;}
  .demo-nav-item {font-size:9px;}
  .product-main {padding:18px 18px 0;}
  .product-greeting h3 {font-size:18px;}
  .mini-stat {padding:13px 12px;}
  .mini-chart {height:108px;}
  .mini-activity {padding:15px 0;}
  .mini-campaign-panel {margin-bottom:12px;}
  .demo-pane {min-height:318px;}
  .payment-top {width:390px;top:1px;right:40px;}
  .payment-bottom {width:390px;bottom:32px;}
}
@media(max-width:1250px) and (min-width:951px) {
  .wrap {padding-left:30px;padding-right:30px;}
  .hero-grid {grid-template-columns:.82fr 1.2fr;gap:26px;}
  .hero h1 {font-size:68px;}
  .hero-ctas {gap:8px;}
  .hero-ctas .btn {font-size:10px;padding:14px 13px;}
  .hero-notes {font-size:7px;gap:10px;}
  .product-interior {grid-template-columns:95px minmax(0,1fr);}
  .product-sidebar {padding-left:7px;padding-right:7px;}
  .product-main {padding:12px 11px 0;}
  .demo-nav-item {font-size:6.5px;padding:8px 5px;gap:5px;}
  .demo-nav-item svg {width:10px;}
  .product-greeting h3 {font-size:14px;}
  .mini-stat {padding:9px 7px;}
  .mini-stat>strong {font-size:19px;}
  .mini-stat>strong small {font-size:12px;}
  .mini-stat>strong em {font-size:5px;}
  .mini-stat>span:first-child {font-size:5.7px;gap:3px;}
  .mini-stat .stat-foot {font-size:5px;}
  .mini-panel {padding:9px;}
  .mini-panel-head h4 {font-size:8px;}
  .mini-dashboard-grid {grid-template-columns:1.1fr 1fr;gap:7px;}
  .mini-activity {gap:5px;}
  .mini-activity .creator-pfp {width:24px;height:24px;}
  .mini-activity strong {font-size:11px;}
  .mini-activity small {font-size:5px;}
  .activity-time {font-size:5px;}
  .mini-chart-bars {gap:3px;}
  .studio-sticker {right:-10px;width:66px;height:80px;bottom:105px;}
  .studio-sticker>span {font-size:8px;}
  .payment-top {width:330px;right:5px;top:11px;}
  .payment-bottom {width:330px;bottom:45px;left:6px;}
  .hero-payout {gap:9px;padding:12px;}
  .hero-payout .creator-pfp {width:31px;height:31px;}
  .hero-payout .payout-copy>span {font-size:8px;}
  .hero-payout .payout-copy>strong {font-size:24px;}
  .reward-showcase-grid {gap:40px;grid-template-columns:.85fr 1.15fr;}
  .reward-showcase-copy h2 {font-size:42px;}
  .showcase-payout {gap:13px;padding:19px;}
  .showcase-payout .payout-copy>strong {font-size:31px;}
  .showcase-payout .payout-copy>span {font-size:11px;}
  .showcase-payout .payout-brand {padding-right:14px;}
  .showcase-payout .brand-symbol {width:37px;height:37px;}
  .showcase-payout .creator-pfp {width:42px;height:42px;}
  .showcase-payout .payout-journey {gap:7px;}
  .workspace-reward-grid {grid-template-columns:1fr;}
  .workspace-payout .payout-journey {display:flex;}
  .workspace-payout .creator-pfp {width:32px;height:32px;}
}
@media(max-width:950px) {
  .wrap {padding-left:28px;padding-right:28px;}
  .nav {gap:0;}
  .nav a {padding:9px 10px;font-size:11px;}
  .header-actions .network {display:none;}
  .is-home .hero {padding-top:40px;}
  .hero-grid {grid-template-columns:1fr;gap:28px;}
  .hero-copy {text-align:center;max-width:650px;justify-self:center;padding:0;}
  .hero h1 {font-size:82px;line-height:.99;max-width:100%;letter-spacing:-5.7px;}
  .hero h1 br:first-child {display:none;}
  .hero h1 .soft-word br {display:none;}
  .hero h1 .soft-word {display:block;}
  .hero .hero-lead {max-width:100%;font-size:17px;margin-top:24px;}
  .hero .hero-lead br {display:none;}
  .hero .hero-description {max-width:435px;margin:10px auto 0;font-size:14px;}
  .hero-ctas,.hero-notes {justify-content:center;}
  .hero-ctas .btn {font-size:13px;}
  .hero-scene.studio-scene {width:100%;max-width:745px;height:620px;justify-self:center;margin:18px auto 0;}
  .product-window {right:8px;left:8px;}
  .payment-top {right:32px;}
  .payment-bottom {left:30px;bottom:38px;}
  .studio-sticker {right:0;bottom:105px;}
  .ecosystem-strip {margin-top:29px;flex-wrap:wrap;justify-content:center;column-gap:35px;row-gap:18px;}
  .eco-intro {max-width:none;width:100%;text-align:center;font-size:8px;}
  .eco-item {font-size:15px;}
  .eco-item small {display:inline-block;}
  .reward-showcase-grid {grid-template-columns:1fr 1fr;gap:34px;}
  .reward-showcase-copy h2 {font-size:37px;letter-spacing:-1.9px;}
  .reward-showcase-copy>p {font-size:12px;}
  .reward-showcase {padding:58px 0;}
  .reward-showcase-feed .payout-brand {display:none;}
  .showcase-payout {padding:17px 16px;gap:13px;border-radius:15px;}
  .showcase-payout:before {border-radius:13px;}
  .showcase-payout .payout-copy>strong {font-size:28px;}
  .showcase-payout .payout-copy>span {font-size:10px;}
  .showcase-payout .sender-pfp,.showcase-payout .transfer-arrow {display:none;}
  .showcase-payout .creator-pfp {width:43px;height:43px;}
  .reward-feed-head>span:first-child {font-size:7px;}
  .reward-feed-head>span:last-child {font-size:5px;}
  .reward-feed-bottom>span:last-child {display:none;}
  .workspace {padding:25px;}
  .workspace-reward-grid {grid-template-columns:1fr;}
  .workspace-payout .payout-journey {display:flex;}
  .workspace-payout .creator-pfp {width:32px;height:32px;}
  .dark-feature {padding:35px 35px 0;}
  .dark-feature h2 {font-size:41px;}
  .step-card {padding:25px;}
}
@media(max-width:720px) {
  .wrap {padding-left:22px;padding-right:22px;}
  .header {height:72px;}
  .header .brand {font-size:25px;}
  .header .brand-symbol {width:32px;height:33px;border-radius:10px;}
  .header-actions {gap:8px;}
  .header-actions>.btn {font-size:10px;padding:11px 12px;}
  .preview-ribbon {font-size:8px;line-height:1.6;padding:6px 12px;}
  .preview-ribbon a {white-space:nowrap;}
  .hero-copy {text-align:left;max-width:none;width:100%;}
  .hero h1 {font-size:70px;letter-spacing:-4.7px;line-height:.98;}
  .hero h1 br:first-child,.hero h1 .soft-word br {display:block;}
  .hero .hero-lead {font-size:16px;max-width:100%;}
  .hero .hero-lead br {display:block;}
  .hero .hero-description {margin-left:0;max-width:360px;font-size:13px;line-height:1.85;}
  .hero-ctas,.hero-notes {justify-content:flex-start;}
  .hero-ctas .btn {font-size:11px;padding:14px 16px;min-height:49px;}
  .hero-notes {font-size:8px;gap:17px;}
  .hero-scene.studio-scene {height:575px;max-width:490px;margin-top:15px;}
  .product-window {top:86px;left:0;right:0;transform:rotate(-1deg);}
  .product-interior {grid-template-columns:minmax(0,1fr);min-height:0;}
  .product-sidebar {display:none;}
  .product-main {padding:14px 12px 0;}
  .product-browser {font-size:7px;}
  .product-greeting h3 {font-size:17px;}
  .mini-eyebrow {font-size:5.5px;}
  .mini-stats {gap:7px;}
  .mini-stat {padding:10px 8px;}
  .mini-stat>strong {font-size:23px;}
  .mini-stat>strong small {font-size:15px;}
  .mini-stat>strong em {font-size:6px;}
  .mini-stat>span:first-child {font-size:6.5px;gap:4px;}
  .mini-stat .stat-foot {font-size:5.5px;}
  .mini-dashboard-grid {grid-template-columns:1.07fr 1fr;gap:8px;}
  .mini-chart-bars {gap:3px;}
  .mini-panel {padding:9px;}
  .mini-activity {gap:5px;padding:12px 0;}
  .mini-activity .creator-pfp {width:28px;height:28px;}
  .mini-activity small {font-size:5.5px;}
  .mini-panel-head h4 {font-size:8px;}
  .mini-activity strong {font-size:12px;}
  .activity-time {font-size:5px;}
  .mini-chart {height:90px;}
  .mini-demo-label {font-size:4px;}
  .mini-chart-total strong {font-size:18px;}
  .mini-chart-total>span {font-size:5px;}
  .mini-chart-foot {font-size:4.8px;gap:3px;}
  .mini-campaign {gap:9px;}
  .mini-campaign-copy>p {font-size:6px;}
  .mini-campaign-copy>.between>strong {font-size:9px;}
  .mini-art {height:52px;width:45px;}
  .demo-pane {min-height:290px;}
  .payment-top {width:310px;right:1px;top:0;}
  .payment-bottom {width:300px;left:5px;bottom:29px;}
  .hero-payout {padding:11px 12px;gap:9px;}
  .hero-payout .payout-brand {padding-right:9px;}
  .hero-payout .brand-symbol {width:26px;height:26px;}
  .hero-payout .payout-copy>strong {font-size:24px;}
  .hero-payout .payout-copy>span {font-size:8px;}
  .hero-payout .creator-pfp {width:30px;height:30px;}
  .hero-payout .payout-journey {gap:4px;}
  .hero-payout .transfer-arrow svg {width:14px;}
  .hero-payout .demo-chip {font-size:3.5px;}
  .hero-payout .payout-meta {min-width:19px;}
  .studio-sticker {right:-5px;bottom:70px;width:61px;height:76px;border-radius:12px;padding:10px;}
  .studio-sticker>span {font-size:7px;}
  .studio-sticker>svg {height:22px;width:22px;}
  .demo-controlbar {left:2px;right:0;font-size:6.5px;}
  .demo-controlbar>button {font-size:7px;padding:6px 7px;}
  .demo-cursor {z-index:7;}
  .demo-celebration {left:5px;top:55px;padding:10px 12px;}
  .demo-celebration b {font-size:9px;}
  .demo-celebration small {font-size:7px;}
  .ecosystem-strip {column-gap:28px;margin-top:27px;padding:25px 0;}
  .eco-item {font-size:14px;}
  .eco-item small {display:none;}
  .eco-item svg {width:18px;height:18px;}
  .eco-intro {margin-bottom:0;}
  .reward-showcase {margin-top:12px;padding:50px 0;}
  .reward-showcase-grid {grid-template-columns:1fr;gap:40px;}
  .reward-showcase-copy h2 {font-size:43px;letter-spacing:-2.5px;}
  .reward-showcase-copy>p {max-width:430px;font-size:13px;}
  .reward-promise {flex-direction:row;flex-wrap:wrap;font-size:10px;gap:10px 16px;}
  .reward-footnote {max-width:100%;}
  .reward-showcase-feed {max-width:520px;width:100%;justify-self:center;}
  .reward-showcase-feed .payout-brand {display:block;padding-right:13px;}
  .showcase-payout {padding:17px 16px;gap:13px;}
  .showcase-payout .brand-symbol {width:34px;height:34px;border-radius:9px;}
  .showcase-payout .brand-symbol svg {width:24px;height:24px;}
  .showcase-payout .payout-copy>strong {font-size:30px;}
  .showcase-payout .payout-copy>span {font-size:10px;}
  .showcase-payout .creator-pfp {width:43px;height:43px;}
  .reward-feed-head>span:first-child {font-size:8px;}
  .reward-feed-head>span:last-child {font-size:6px;}
  .section {padding-top:50px;padding-bottom:50px;}
  .section-head h2 {font-size:36px;letter-spacing:-1.9px;}
  .step-card {min-height:0;padding:26px;}
  .steps-grid {grid-template-columns:1fr;gap:13px;}
  .step-card .step-icon {margin-bottom:22px;}
  .step-card p {font-size:12px;max-width:100%;}
  .campaign-grid {gap:15px;}
  .campaign-art {height:175px;}
  .dark-feature {padding:32px 27px 0;border-radius:19px;}
  .dark-feature h2 {font-size:40px;letter-spacing:-2px;}
  .dark-feature p {font-size:12px;}
  .bottom-cta {padding:38px 25px;}
  .bottom-cta h2 {font-size:34px;letter-spacing:-1.7px;}
  .bottom-cta .section-label {font-size:8px;}
  .faq summary {font-size:12px;padding:17px;}
  .faq p {font-size:11px;padding:0 17px 17px;}
  .page-top h1 {font-size:37px;letter-spacing:-1.8px;}
  .workspace {padding:23px 20px;}
  .workspace-head h1 {font-size:26px;letter-spacing:-1px;}
  .workspace-head p {font-size:10px;}
  .stat-card {padding:17px;}
  .stat-card strong {font-size:28px;}
  .stat-card .label {font-size:9px;}
  .stat-card .sub {font-size:9px;}
  .workspace-preview-rewards>.between {flex-direction:column;align-items:flex-start;gap:12px;}
  .workspace-payout .payout-brand {padding-right:12px;}
  .workspace-payout .payout-journey {display:flex;}
  .workspace-payout .sender-pfp,.workspace-payout .transfer-arrow {display:none;}
  .workspace-payout .creator-pfp {width:39px;height:39px;}
  .workspace-payout .payout-copy>span {font-size:10px;}
  .form-panel {padding:23px;}
  .form-panel h2 {font-size:27px;}
  .creator-hero h1 {font-size:45px;letter-spacing:-2.2px;}
  .studio-toast {max-width:calc(100vw - 36px);padding:15px 13px;gap:10px;}
  #toasts {right:18px;bottom:18px;}
  .toast-content>span {font-size:10px;}
}
@media(max-width:390px) {
  .wrap {padding-left:19px;padding-right:19px;}
  .header .brand {font-size:23px;gap:8px;}
  .header-actions>.btn {font-size:9px;padding:11px 10px;gap:6px;}
  .header-actions>.btn svg {width:12px;}
  .hero h1 {font-size:65px;letter-spacing:-4.4px;}
  .hero .hero-lead {font-size:15px;}
  .hero .hero-description {font-size:12px;}
  .hero-ctas {gap:9px;}
  .hero-ctas .btn {font-size:10px;padding:13px 13px;}
  .hero-notes {font-size:7px;gap:14px;}
  .hero-scene.studio-scene {height:570px;}
  .product-main {padding:13px 10px 0;}
  .product-greeting h3 {font-size:15px;}
  .mini-stats {gap:5px;}
  .mini-stat {padding:9px 7px;}
  .mini-stat>strong {font-size:20px;}
  .mini-stat>strong small {font-size:13px;}
  .mini-stat>span:first-child {font-size:5.5px;gap:3px;}
  .mini-stat .stat-foot {font-size:5px;}
  .mini-stat>strong em {font-size:5px;}
  .mini-stat>span:first-child svg {height:9px;width:9px;}
  .mini-chart {height:87px;}
  .mini-chart-bars {gap:3px;}
  .mini-panel {padding:8px;}
  .mini-activity .creator-pfp {width:24px;height:24px;}
  .mini-activity {gap:5px;}
  .mini-activity small {font-size:5px;}
  .mini-activity strong {font-size:11px;}
  .activity-time svg {width:8px;}
  .mini-panel-head h4 {font-size:7.5px;}
  .mini-chart-total>strong {font-size:16px;}
  .mini-chart-total>span {font-size:4px;}
  .mini-chart-foot {font-size:4px;}
  .mini-campaign-copy>p {font-size:5.5px;}
  .mini-campaign-copy>.between>strong {font-size:8px;}
  .product-bottom-line {font-size:5px;}
  .payment-bottom {bottom:36px;}
  .studio-sticker {bottom:91px;}
  .showcase-payout {padding:16px 14px;gap:12px;}
  .showcase-payout .payout-brand {padding-right:12px;}
  .showcase-payout .brand-symbol {width:31px;height:31px;}
  .showcase-payout .payout-copy>strong {font-size:27px;}
  .showcase-payout .payout-copy>span {font-size:9px;}
  .showcase-payout .creator-pfp {width:38px;height:38px;}
  .showcase-payout .payout-meta {min-width:23px;}
  .showcase-payout .demo-chip {font-size:5px;padding:3px;}
  .showcase-payout time {font-size:9px;}
  .reward-showcase-copy h2 {font-size:39px;}
  .tiny-payout {padding:12px 10px;gap:9px;}
  .tiny-payout .payout-copy>span {font-size:7px;}
  .tiny-payout .creator-pfp {width:29px;height:29px;}
  .tiny-payout .payout-brand {padding-right:8px;}
  .tiny-payout .payout-journey {gap:4px;}
  .tiny-payout .transfer-arrow svg {width:15px;}
  .tiny-payout .demo-chip {font-size:4px;}
}
@media(prefers-reduced-motion:reduce) {
  *,*::before,*::after {animation:none!important;transition:none!important;scroll-behavior:auto!important;}
  .reveal-item {opacity:1;transform:none;}
  .demo-cursor {display:none!important;}
  .toast-lifetime {display:none;}
}
/* Finishing pass: isolate the embedded app from marketing typography. */
.header .header-actions>.btn {background:linear-gradient(140deg,#263024,#121711);color:#f9fcf5;border-color:#2b3425;}
.product-main {font-size:10px;line-height:1.35;}
.hero .product-main p {margin-top:0;max-width:none;line-height:1.5;}
.product-greeting {margin-bottom:14px;}
.product-greeting .mini-eyebrow {display:block;font-size:6px;line-height:1.4;margin-bottom:5px;}
.product-greeting h3 {margin:0 0 4px;font-size:17px;}
.hero .product-greeting p {font-size:8px;line-height:1.4;}
.mini-stat {padding:11px 10px 10px;}
.mini-stat>span:first-child {font-size:8px;margin-bottom:8px;}
.mini-stat .stat-foot {font-size:6.5px;margin-top:8px;}
.mini-panel-head h4 {font-size:10px;}
.mini-panel-head {margin-bottom:6px;}
.mini-chart {height:81px;margin-top:8px;}
.mini-chart-total {margin-top:4px;}
.mini-chart-total>span {font-size:6.5px;}
.mini-chart-axis {font-size:6px;margin-top:6px;}
.mini-chart-foot {font-size:6px;padding-top:7px;margin-top:8px;}
.mini-activity {padding:11px 0;}
.mini-activity strong {font-size:13px;}
.mini-activity small {font-size:7px;margin-top:4px;}
.mini-activity .creator-pfp {width:29px;height:29px;}
.activity-time {font-size:6px;}
.hero .mini-campaign-copy>p {margin:4px 0 7px;font-size:7px;}
.mini-campaign-copy>.between>strong {font-size:10px;}
.mini-campaign-panel {margin-bottom:8px;}
.mini-campaign-panel .mini-panel-head {margin-bottom:8px;}
.mini-campaign-copy small {font-size:7px;}
.mini-campaign-copy>.between:last-child {font-size:7px;}
.product-bottom-line {font-size:6px;padding-bottom:8px;}
.demo-pane {min-height:284px;}
.demo-review-panel,.demo-brief,.demo-rewards-panel {min-height:284px;}
.hero .demo-review-panel .mini-demo-note,.hero .demo-rewards-panel .mini-demo-note {margin-top:10px;font-size:7px;}
.hero .demo-brief>p {margin-top:10px;font-size:9px;}
.hero .demo-review-panel .mini-panel-head p {font-size:8px;margin-top:5px;}
.hero-scene.studio-scene {height:647px;}
.payment-top {width:390px;right:28px;top:4px;}
.payment-bottom {width:375px;bottom:33px;left:28px;}
.hero-payout .payout-copy>strong {font-size:28px;}
.hero-payout .payout-copy>span {font-size:10px;}
.hero-payout .creator-pfp {height:39px;width:39px;}
.hero-payout .demo-chip {font-size:5px;}
.hero-payout time {font-size:9px;}
.studio-sticker {bottom:125px;}
.mobile-demo-tabs {display:none;}
.reward-showcase {overflow:clip;}
@media(min-width:1600px) {
  .hero-scene.studio-scene {height:677px;}
  .mini-chart {height:98px;}
}
@media(max-width:1250px) and (min-width:951px) {
  .mini-stat>span:first-child {font-size:6px;}
  .mini-stat .stat-foot {font-size:5.5px;}
  .mini-panel-head h4 {font-size:8px;}
  .mini-activity small {font-size:5.5px;}
  .mini-activity .creator-pfp {width:23px;height:23px;}
  .mini-chart-total>span {font-size:5px;}
  .mini-chart-foot {font-size:4.8px;}
  .hero .mini-campaign-copy>p {font-size:6px;}
  .product-greeting h3 {font-size:14px;}
  .payment-top,.payment-bottom {width:340px;}
  .hero-payout .creator-pfp {height:32px;width:32px;}
  .hero-payout .payout-copy>span {font-size:8px;}
  .hero-payout .payout-copy>strong {font-size:25px;}
  .hero-scene.studio-scene {height:620px;}
}
@media(max-width:950px) {
  .hero-scene.studio-scene {height:647px;}
}
@media(max-width:720px) {
  .hero h1 {font-size:63px;letter-spacing:-4.7px;}
  .hero h1 .soft-word {white-space:nowrap;}
  .hero-scene.studio-scene {height:620px;}
  .product-greeting h3 {font-size:15px;}
  .product-greeting .mini-eyebrow {font-size:5px;}
  .hero .product-greeting p {font-size:7px;}
  .mobile-demo-tabs {display:flex;gap:5px;margin:0 0 10px;border-bottom:1px solid #e7eddf;padding-bottom:7px;}
  .mobile-demo-tabs .demo-nav-item {justify-content:center;font-size:7px;padding:6px 4px;margin:0;gap:4px;border:1px solid transparent;}
  .mobile-demo-tabs .demo-nav-item svg {width:10px;height:10px;}
  .mobile-demo-tabs .selected {background:#edf4e3;color:#5a7b3d;box-shadow:none;border-color:#dae7c8;}
  .mini-stat>span:first-child {font-size:6px;gap:3px;}
  .mini-stat {padding:9px 7px;}
  .mini-stat .stat-foot {font-size:5.5px;}
  .mini-stat>strong {font-size:21px;}
  .mini-stat>strong small {font-size:13px;}
  .mini-stat>strong em {font-size:5px;}
  .mini-panel-head h4 {font-size:8px;}
  .mini-activity strong {font-size:12px;}
  .mini-activity small {font-size:5.5px;}
  .mini-activity .creator-pfp {width:25px;height:25px;}
  .mini-chart-total>span {font-size:4.5px;}
  .mini-chart-foot {font-size:4.5px;}
  .mini-chart-axis {font-size:5px;}
  .mini-chart {height:84px;}
  .hero .mini-campaign-copy>p {font-size:6px;}
  .mini-campaign-copy>.between>strong {font-size:9px;}
  .mini-campaign-copy small {font-size:6px;}
  .product-bottom-line {font-size:5px;}
  .payment-top {width:316px;right:3px;top:0;}
  .payment-bottom {width:312px;left:8px;bottom:29px;}
  .hero-payout .payout-copy>strong {font-size:25px;}
  .hero-payout .payout-copy>span {font-size:8px;}
  .hero-payout .creator-pfp {width:31px;height:31px;}
  .hero-payout .demo-chip {font-size:4px;}
  .hero-payout time {font-size:8px;}
  .studio-sticker {bottom:105px;}
}
@media(max-width:390px) {
  .hero h1 {font-size:59px;letter-spacing:-4.35px;}
  .hero .hero-lead {font-size:14px;}
  .mini-stat>span:first-child {font-size:5.5px;}
  .mini-stat .stat-foot {font-size:5px;}
  .mini-stat>strong {font-size:19px;}
  .mini-activity .creator-pfp {height:23px;width:23px;}
  .mini-activity small {font-size:5px;}
  .mini-activity strong {font-size:11px;}
  .hero-scene.studio-scene {height:609px;}
  .hero .mini-campaign-copy>p {font-size:5.5px;}
}
/* Keep floating cards clear of the campaign and fit every demo view to one frame. */
.product-greeting .mini-eyebrow {margin-bottom:3px;}
.product-greeting {margin-bottom:11px;}
.mini-stat {padding-top:8px;padding-bottom:8px;}
.mini-activity {padding:7px 0;}
.mini-chart {height:71px;}
.mini-chart-foot {margin-top:6px;padding-top:6px;}
.mini-art {height:47px;width:43px;padding:6px;}
.mini-art>span {font-size:9px;}
.mini-campaign-panel {padding-top:9px;padding-bottom:9px;}
.mini-campaign-panel .mini-panel-head {margin-bottom:7px;}
.product-window .demo-pane {height:282px;min-height:282px;}
.product-window .demo-review-panel,.product-window .demo-brief,.product-window .demo-rewards-panel {height:274px;min-height:274px;}
.mini-dashboard-grid {margin-bottom:8px;}
.mini-campaign-copy small {font-size:6px;}
.review-art {height:165px;}
.demo-review-work {gap:16px;padding:9px 0 5px;}
.demo-review-details>.creator-pfp {width:29px;height:29px;margin-bottom:6px;}
.demo-review-reward {margin-top:9px;padding-top:7px;}
.demo-review-status {margin-top:7px;}
.demo-approve {margin-top:9px;}
.hero .demo-review-panel .mini-demo-note {font-size:6px;}
.demo-brief {padding:16px;}
.demo-brief h4 {font-size:20px;margin-top:12px;}
.brief-detail {margin-top:16px;}
.demo-rewards-panel .tiny-payout {padding-top:10px;padding-bottom:10px;margin-top:8px;}
.demo-rewards-panel .mini-demo-note {margin-top:8px;}
.payment-bottom {bottom:10px;left:16px;}
.demo-controlbar {bottom:-15px;}
.ecosystem-strip {margin-top:58px;}
.illustrated-avatar {overflow:hidden;border-color:#fff;box-shadow:0 0 0 1px #e0e8d480;}
.illustrated-avatar img {height:100%;width:100%;object-fit:cover;border-radius:50%;display:block;}
@media(min-width:1600px) {
  .product-window .demo-pane {height:300px;min-height:300px;}
  .product-window .demo-review-panel,.product-window .demo-brief,.product-window .demo-rewards-panel {height:292px;min-height:292px;}
  .mini-chart {height:86px;}
}
@media(max-width:720px) {
  .product-window .demo-pane {height:279px;min-height:279px;}
  .product-window .demo-review-panel,.product-window .demo-brief,.product-window .demo-rewards-panel {height:272px;min-height:272px;}
  .mini-chart {height:74px;}
  .mini-chart-total {margin-top:4px;}
  .mini-activity {padding:9px 0;}
  .mini-campaign-panel {padding-top:8px;padding-bottom:8px;}
  .mini-campaign-panel .mini-panel-head {margin-bottom:6px;}
  .mini-art {height:44px;width:38px;}
  .mini-art>span {font-size:8px;}
  .payment-bottom {bottom:16px;left:2px;}
  .demo-controlbar {bottom:-10px;}
  .ecosystem-strip {margin-top:40px;}
  .hero .demo-rewards-panel .mini-demo-note {font-size:6px;}
  .demo-rewards-panel .tiny-payout {padding-top:10px;padding-bottom:10px;}
  .hero .demo-brief>p {font-size:8px;}
  .demo-brief h4 {font-size:20px;}
  .brief-chips {margin-top:12px;}
}
/* Intrinsic stage sizing: no content is hidden behind floating receipts. */
.is-home .hero {padding-top:45px;}
.hero-scene.studio-scene {height:auto!important;padding-top:84px;padding-bottom:86px;}
.studio-scene .product-window {position:relative;inset:auto;width:100%;}
.studio-scene .product-window .demo-pane {height:315px;min-height:315px;}
.studio-scene .product-window .demo-review-panel,
.studio-scene .product-window .demo-brief,
.studio-scene .product-window .demo-rewards-panel {height:307px;min-height:307px;}
.studio-scene .payment-bottom {bottom:10px;}
@media(min-width:1600px) {
 .studio-scene .product-window .demo-pane {height:330px;min-height:330px;}
 .studio-scene .product-window .demo-review-panel,
 .studio-scene .product-window .demo-brief,
 .studio-scene .product-window .demo-rewards-panel {height:322px;min-height:322px;}
}
@media(max-width:720px) {
 .is-home .hero {padding-top:40px;}
 .hero-scene.studio-scene {padding-top:86px;padding-bottom:93px;}
 .studio-scene .product-window .demo-pane {height:307px;min-height:307px;}
 .studio-scene .product-window .demo-review-panel,
 .studio-scene .product-window .demo-brief,
 .studio-scene .product-window .demo-rewards-panel {height:299px;min-height:299px;}
 .studio-scene .payment-bottom {bottom:17px;}
 .studio-scene .demo-controlbar {bottom:-5px;}
}
/* Smallest supported phones: wrap controls rather than widening the viewport. */
.settings-grid>*,.creator-hero>* {min-width:0;}
.payment-card {min-width:0;}
@media(max-width:360px) {
 .payment-card {padding:20px;}
 .payment-card .status-row {flex-wrap:wrap;gap:10px;}
 .creator-hero .hero-ctas {flex-wrap:wrap;}
 .creator-profile {padding:20px;}
 .creator-profile>.between {gap:8px;flex-wrap:wrap;}
}
