
:root{
 --ink:#101014;--paper:#f5f2ec;--white:#ffffff;--soft:#ebe7df;--muted:#69696f;
 --pink:#ff2d8f;--violet:#7558ff;--blue:#24c8ea;--lime:#cbff4a;--green:#0c8d62;
 --shadow:0 22px 65px rgba(19,16,24,.10);--line:#dedbd4;
}
*{box-sizing:border-box}
html{background:var(--paper);scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:18px;line-height:1.55}
a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}
.shell{max-width:1280px;margin:0 auto;padding:20px 24px 80px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0 22px}
.brand{display:flex;align-items:center;gap:13px}.brand img{width:50px;height:50px;border-radius:15px}.brand-name{font-size:21px;font-weight:950;letter-spacing:-.04em}.brand-sub{font-size:12px;font-weight:800;letter-spacing:.08em;color:#77727b;text-transform:uppercase;margin-top:1px}
.header-right{display:flex;align-items:center;gap:10px}.header-pill{background:var(--ink);color:white;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:850}.avatar{width:42px;height:42px;border-radius:50%;background:white;border:1px solid var(--line);display:grid;place-items:center;font-size:13px;font-weight:900}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch;padding:16px 0 42px}
.hero-copy{padding:42px 0 26px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:900}.eyebrow-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--pink),var(--blue))}
h1{font-size:clamp(58px,7vw,96px);line-height:.92;letter-spacing:-.072em;margin:18px 0 24px;max-width:740px}.hero p{font-size:21px;line-height:1.5;max-width:670px;margin:0;color:#4e4b52}
.hero-cta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:28px}.cta{border:0;border-radius:999px;padding:15px 22px;font-weight:900;font-size:16px;cursor:pointer}.cta.primary{background:var(--ink);color:white}.cta.secondary{background:white;border:1px solid var(--line)}
.hero-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px}.proof{font-size:15px;font-weight:800;display:flex;align-items:center;gap:8px}.check{width:24px;height:24px;border-radius:50%;background:#daf6e9;color:var(--green);display:grid;place-items:center;font-weight:950}
.hero-visual{position:relative;border-radius:34px;overflow:hidden;min-height:620px;background:#111;box-shadow:var(--shadow)}
.hero-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.02)}
.visual-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,8,10,.65),rgba(8,8,10,0) 62%)}
.visual-card{position:absolute;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-radius:18px;padding:15px 16px;box-shadow:0 14px 40px rgba(0,0,0,.18);font-size:14px}
.visual-card strong{display:block;font-size:18px;letter-spacing:-.03em;margin-bottom:2px}.vc-one{left:18px;bottom:20px;max-width:215px}.vc-two{right:18px;top:20px;max-width:210px}.vc-kicker{font-size:11px;font-weight:900;color:#77717a;text-transform:uppercase;letter-spacing:.08em}
.promise-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 0 34px}.promise{background:white;border:1px solid var(--line);border-radius:22px;padding:23px;box-shadow:0 10px 30px rgba(21,18,28,.04)}.promise-num{font-size:13px;font-weight:950;color:var(--pink);margin-bottom:12px}.promise h3{font-size:24px;line-height:1.05;letter-spacing:-.04em;margin:0 0 8px}.promise p{font-size:16px;line-height:1.5;margin:0;color:#656169}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:55px 0 18px}.section-kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#767079}.section-head h2{font-size:44px;line-height:1;letter-spacing:-.055em;margin:7px 0 0}.section-head p{font-size:16px;color:#67636a;max-width:430px;margin:0}
.app-grid{display:grid;grid-template-columns:1.32fr .68fr;gap:18px}.stack{display:grid;gap:18px}.card{background:white;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:26px 26px 0}.card-title{font-size:24px;font-weight:950;letter-spacing:-.04em}.card-kicker{font-size:15px;color:#77737b;margin-top:3px}.card-body{padding:22px 26px 27px}.badge{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:900;background:#faf9f7}.badge.green{background:#e9f8f1;color:#08724f;border-color:#c8eadc}.badge.amber{background:#fff4dc;color:#8b6507;border-color:#f1ddb5}
.tabs{display:grid;grid-template-columns:1.2fr 1fr 1fr;background:#f2efe9;border-radius:17px;padding:5px;gap:5px}.tab{border:0;background:transparent;border-radius:13px;padding:12px 8px;color:#77727a;font-size:14px;font-weight:850;cursor:pointer}.tab.active{background:var(--ink);color:white;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.hero-mode{margin-top:14px;padding:16px 17px;background:#f8f6f2;border-radius:16px;border:1px solid #e5e1d9;font-size:16px;color:#57535a}.hero-mode strong{color:var(--ink)}
.field{margin-top:20px}.label{display:flex;justify-content:space-between;gap:12px;font-size:16px;font-weight:900;margin-bottom:9px}.hint{font-size:13px;font-weight:700;color:#89848c}
.product-shell{border:1px solid var(--line);border-radius:19px;overflow:hidden}.product-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;background:#fbfaf8;border-bottom:1px solid var(--line)}.product-title{font-size:16px;font-weight:900}.product-search{display:flex;gap:8px;padding:12px}.product-search input{flex:1;border:1px solid var(--line);border-radius:13px;background:white;padding:12px 13px;color:var(--ink)}.small-btn{border:0;background:var(--ink);color:white;border-radius:13px;padding:11px 14px;font-size:14px;font-weight:900}.products{max-height:300px;overflow:auto;padding:0 10px 10px}.product{display:flex;align-items:center;gap:12px;padding:11px;border-radius:15px;cursor:pointer;border:2px solid transparent}.product:hover{background:#f6f3ee}.product.selected{border-color:var(--violet);background:#f4f1ff}.product img{width:58px;height:58px;object-fit:cover;border-radius:13px}.product-name{font-size:15px;font-weight:900}.product-meta{font-size:13px;color:#7e7981;margin-top:3px}.selected-product{display:none;margin-top:10px;padding:13px 14px;border-radius:14px;background:#e9f8f1;color:#1d513d;font-size:14px}.selected-product strong{display:block;color:#0e3226}
textarea,select,#anchorTitle{width:100%;border:1px solid var(--line)!important;background:white!important;color:var(--ink)!important;border-radius:15px!important;padding:14px 15px!important;font-size:17px!important;outline:none}textarea{min-height:120px;resize:vertical}
.drop{position:relative;text-align:center;padding:30px 16px;border:2px dashed #c7c1cc;border-radius:18px;background:#faf8f5}.drop input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.drop-ico{width:52px;height:52px;margin:0 auto 11px;border-radius:17px;background:linear-gradient(135deg,#ffe2f0,#dcf8ff);display:grid;place-items:center;font-size:24px;font-weight:900}.drop-main{font-size:17px;font-weight:950}.drop-sub{font-size:14px;color:#77727a;margin-top:5px}.file-card{display:none;margin-top:10px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fbfaf8;align-items:center;justify-content:space-between;gap:10px}.file-name{font-size:15px;font-weight:900;max-width:330px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-meta{font-size:13px;color:#807b83;margin-top:2px}.preview{display:none;margin-top:12px;border-radius:18px;overflow:hidden;background:#111}.preview video{display:block;width:100%;max-height:480px;background:black}
.consent{display:flex;gap:10px;margin-top:17px;padding:14px;border-radius:15px;background:#f5fbf8;border:1px solid #d6eee3;font-size:14px;color:#456458;line-height:1.45}.consent input{margin-top:4px;accent-color:var(--green)}
.primary-action{width:100%;border:0;border-radius:16px;padding:16px 18px;margin-top:17px;background:linear-gradient(95deg,var(--pink),var(--violet) 54%,var(--blue));color:white;font-size:17px;font-weight:950;cursor:pointer;box-shadow:0 14px 30px rgba(117,88,255,.18)}.primary-action:disabled{opacity:.42;box-shadow:none;cursor:not-allowed}.connect{display:block;text-align:center;padding:13px 15px;background:var(--ink);color:white;border-radius:14px;font-size:15px;font-weight:900}
.account{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 0;border-bottom:1px solid #ece8e1}.account:last-child{border-bottom:0}.account-left{display:flex;align-items:center;gap:11px}.platform-icon{width:40px;height:40px;border-radius:13px;background:#f1eee8;display:grid;place-items:center;font-weight:950}.account-name{font-size:16px;font-weight:900}.account-meta{font-size:13px;color:#7f7a82;margin-top:2px}
.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.metric{padding:17px;border:1px solid var(--line);border-radius:17px;background:#fbfaf8}.metric-label{font-size:13px;font-weight:900;color:#6d6870}.metric-value{font-size:31px;font-weight:950;letter-spacing:-.05em;margin-top:3px}.metric-sub{font-size:12px;color:#8e8991;margin-top:2px}.analytics-status{margin-top:12px;padding:13px 14px;border-radius:14px;background:#f5f3ef;font-size:14px;color:#69656d}.video-rankings{display:grid;gap:8px;margin-top:12px}.video-rank{display:grid;grid-template-columns:48px 1fr auto;gap:11px;align-items:center;padding:10px;border-radius:14px;border:1px solid var(--line)}.video-rank img{width:48px;height:64px;object-fit:cover;border-radius:9px}.video-rank-title{font-size:14px;font-weight:850}.video-rank-meta{font-size:12px;color:#77727a;margin-top:2px}.video-rank-money{font-size:15px;font-weight:950;text-align:right}.video-rank-money span{display:block;font-size:11px;color:#8b868e;font-weight:700}
.editorial-band{margin-top:55px;display:grid;grid-template-columns:.7fr 1.3fr;min-height:520px;border-radius:32px;overflow:hidden;background:var(--ink);color:white}.editorial-photo{min-height:520px}.editorial-photo img{width:100%;height:100%;object-fit:cover;display:block}.editorial-copy{padding:48px;display:flex;flex-direction:column;justify-content:center}.editorial-copy .section-kicker{color:#c9c2cd}.editorial-copy h2{font-size:54px;line-height:.97;letter-spacing:-.06em;margin:10px 0 18px}.editorial-copy p{font-size:19px;color:#d4d0d5;max-width:570px;margin:0}.quote-line{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.18);font-size:15px;color:#aaa4af}
.footer{display:flex;justify-content:space-between;gap:18px;align-items:center;padding-top:28px;font-size:13px;color:#7d7880}.footer a{text-decoration:underline}
@media(max-width:900px){body{font-size:17px}.hero,.app-grid,.editorial-band{grid-template-columns:1fr}.hero-copy{padding-top:20px}.hero-visual{min-height:520px}h1{font-size:64px}.promise-strip{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.section-head h2{font-size:39px}.editorial-copy{padding:36px 26px}.editorial-copy h2{font-size:44px}.editorial-photo{min-height:400px}}
@media(max-width:520px){.shell{padding:14px 16px 55px}.brand-sub{display:none}.header-pill{display:none}.hero{gap:14px;padding-bottom:28px}.hero-copy{padding:10px 0}h1{font-size:52px;line-height:.94}.hero p{font-size:19px}.hero-visual{min-height:460px;border-radius:26px}.visual-card{font-size:13px}.promise{padding:20px}.card-head{padding:21px 20px 0}.card-body{padding:18px 20px 22px}.tabs{grid-template-columns:1fr}.section-head{margin-top:42px}.section-head h2{font-size:36px}.metric-value{font-size:27px}.editorial-copy h2{font-size:39px}.editorial-photo{min-height:350px}}
