:root{--bg:#f5f3fa;--paper:#ffffff;--ink:#211a39;--muted:#746d89;--line:#e9e4f2;--purple:#7132f5;--purple-2:#a84dff;--purple-soft:#f1eaff;--deep:#0b061f;--deep-2:#1d0b43;--pink:#ff83d5;--green:#31b874;--green-soft:#e9f9f0;--blue:#438df7;--blue-soft:#eaf3ff;--orange:#f6a526;--orange-soft:#fff4e3;--danger:#e75268;--shadow:0 14px 38px rgba(42,23,92,.11);}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#e9e5f4 0,#f7f6fa 260px,#f2f0f6 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;}a{text-decoration:none;color:inherit}button{font:inherit}img,svg{display:block;max-width:100%}.app{width:min(100%,430px);min-height:100vh;margin:0 auto;background:var(--paper);overflow:hidden;position:relative;box-shadow:0 0 0 1px rgba(51,31,99,.08),0 24px 80px rgba(38,19,83,.18);}.topbar{height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;color:#fff;background:rgba(10,6,29,.97);border-bottom:1px solid rgba(255,255,255,.07);position:relative;z-index:30;}.brand{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:900}.brand-logo{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#d474ff,#7430f5 62%,#3b187f);box-shadow:0 0 24px rgba(155,73,255,.48);}.brand small{display:block;font-size:8px;font-weight:500;color:#cfc6e4;margin-top:-1px}.menu{width:40px;height:40px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#19102f;color:#fff;display:grid;place-items:center;}.menu-lines,.menu-lines:before,.menu-lines:after{content:"";display:block;width:18px;height:2px;border-radius:3px;background:#fff;position:relative;}.menu-lines:before{position:absolute;top:-6px}.menu-lines:after{position:absolute;top:6px}.hero{position:relative;overflow:hidden;padding:27px 17px 24px;color:#fff;background: radial-gradient(circle at 88% 16%,rgba(173,74,255,.56),transparent 22%),radial-gradient(circle at 12% 52%,rgba(86,33,213,.34),transparent 28%),linear-gradient(145deg,#09051b 0%,#19083a 56%,#100627 100%);}.hero:before{content:"";position:absolute;right:-135px;top:-55px;width:330px;height:330px;border-radius:50%;border:1px solid rgba(190,111,255,.22);box-shadow:0 0 0 42px rgba(156,75,255,.035),0 0 0 86px rgba(156,75,255,.025);}.spark{position:absolute;width:4px;height:4px;border-radius:50%;background:#e39bff;box-shadow:0 0 14px 4px #9143ff;animation:blink 2.8s ease-in-out infinite}.spark.one{top:72px;right:29px}.spark.two{top:220px;right:74px;animation-delay:.9s}.spark.three{top:145px;left:48%;animation-delay:1.5s}@keyframes blink{50%{opacity:.25;transform:scale(.55)}}.hero-tag{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);font-size:10px;font-weight:800;color:#eadfff;backdrop-filter:blur(8px);}.hero-tag i{font-style:normal;width:18px;height:18px;border-radius:6px;background:#4b1d9d;display:grid;place-items:center}.hero h1{margin:14px 0 0;font-size:39px;line-height:.98;letter-spacing:-1.7px;background:linear-gradient(90deg,#fff 0%,#ff91dc 48%,#c697ff 100%);-webkit-background-clip:text;color:transparent;}.hero h2{font-size:18px;line-height:1.3;margin:9px 0 0;font-weight:850}.hero-copy{font-size:12px;line-height:1.58;color:#d8cfe9;margin:12px 0 15px;max-width:340px}.micro-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:15px}.micro-step{min-height:62px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);border-radius:12px;padding:9px 6px;text-align:center;backdrop-filter:blur(8px);}.micro-step b{display:block;font-size:16px;margin-bottom:3px}.micro-step span{font-size:8px;line-height:1.25;color:#e4daef;display:block}.model-stage{height:268px;position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background: radial-gradient(circle at 50% 76%,rgba(166,69,255,.35),transparent 42%),linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.08);}.model-stage:after{content:"";position:absolute;left:9%;right:9%;bottom:10px;height:18px;border-radius:50%;background:rgba(0,0,0,.42);filter:blur(12px);}.typing-svg{width:100%;height:100%;position:relative;z-index:2}.arm-left{transform-origin:146px 194px;animation:typeLeft .42s ease-in-out infinite alternate}.arm-right{transform-origin:229px 193px;animation:typeRight .36s ease-in-out infinite alternate}.head-bob{transform-origin:187px 91px;animation:happyBob 1.8s ease-in-out infinite}.cursor{animation:cursorBlink .75s steps(1) infinite}.screen-line-a{animation:lineGlow 1.8s ease-in-out infinite}.screen-line-b{animation:lineGlow 1.8s ease-in-out infinite .35s}.screen-line-c{animation:lineGlow 1.8s ease-in-out infinite .7s}@keyframes typeLeft{to{transform:rotate(3deg) translateY(3px)}}@keyframes typeRight{to{transform:rotate(-3deg) translateY(2px)}}@keyframes happyBob{50%{transform:translateY(-2px) rotate(1deg)}}@keyframes cursorBlink{50%{opacity:0}}@keyframes lineGlow{50%{opacity:.45}}.quick-promise{margin-top:14px;padding:12px;border-radius:15px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(90deg,rgba(115,46,241,.28),rgba(255,255,255,.06));display:flex;align-items:center;gap:10px;}.quick-promise-icon{flex:0 0 42px;width:42px;height:42px;border-radius:13px;background:#6f2df1;display:grid;place-items:center;font-size:21px;box-shadow:0 9px 20px rgba(61,15,151,.35)}.quick-promise b{display:block;font-size:13px}.quick-promise p{margin:3px 0 0;font-size:9px;line-height:1.45;color:#ddd4eb}.article{padding:0 15px 98px}.section{padding-top:30px}.article-kicker{text-align:center;color:var(--purple);font-size:9px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 7px}.section-title{text-align:center;margin:0;font-size:21px;line-height:1.22;letter-spacing:-.45px;color:#2a2042}.section-sub{text-align:center;font-size:11px;line-height:1.6;color:var(--muted);margin:9px auto 18px;max-width:360px}.article-intro{margin-top:-1px;padding:19px 16px;border-radius:0 0 19px 19px;background:linear-gradient(180deg,#f9f7fd,#fff);border-bottom:1px solid var(--line);}.article-intro .meta{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;font-size:8px;color:#827991;margin-bottom:12px}.article-intro .meta span{padding:5px 8px;border-radius:999px;background:#f0ebf8}.article-intro p{font-size:11px;line-height:1.68;color:#5f5771;margin:0}.article-intro strong{color:#36225f}.toc{margin-top:16px;border:1px solid var(--line);border-radius:16px;padding:14px;background:#fff;box-shadow:0 8px 20px rgba(57,34,105,.05)}.toc h3{margin:0 0 10px;font-size:12px;color:#4e2ab9}.toc-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.toc a{font-size:9px;line-height:1.35;padding:9px;border-radius:10px;background:#f7f4fc;color:#524a62;border:1px solid #eee9f5}.story-card{position:relative;border:1px solid var(--line);border-radius:18px;background:#fff;padding:17px 15px 16px;box-shadow:0 10px 24px rgba(53,32,100,.06);margin-bottom:12px;overflow:hidden;}.story-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--purple-2),var(--purple))}.step-head{display:flex;align-items:flex-start;gap:11px}.step-number{flex:0 0 42px;width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:var(--purple-soft);color:var(--purple);font-weight:950;font-size:16px;}.step-head h3{font-size:15px;line-height:1.3;margin:1px 0 4px}.step-head p{font-size:9px;line-height:1.45;color:var(--muted);margin:0}.story-body{font-size:10px;line-height:1.65;color:#5e566d;margin:13px 0 0}.bullet-list{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:8px}.bullet-list li{font-size:9px;line-height:1.45;color:#4a425b;display:flex;gap:8px;align-items:flex-start}.bullet-list li:before{content:"✓";flex:0 0 17px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#efe8ff;color:#6c2de6;font-weight:900;font-size:9px;margin-top:1px}.note{margin-top:12px;padding:10px 11px;border-radius:11px;background:#fff6e8;border:1px solid #f7dfb9;font-size:9px;line-height:1.5;color:#6d5732;}.workflow-map{display:grid;gap:9px}.flow-row{display:grid;grid-template-columns:42px 1fr;gap:10px;position:relative}.flow-row:not(:last-child):after{content:"";position:absolute;left:20px;top:42px;width:2px;height:calc(100% - 24px);background:#ddd1f7}.flow-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:19px;background:#eee7ff;position:relative;z-index:2}.flow-copy{padding:1px 0 13px}.flow-copy h4{font-size:12px;margin:0 0 4px}.flow-copy p{font-size:9px;line-height:1.5;color:var(--muted);margin:0}.channel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.channel{border:1px solid var(--line);border-radius:15px;padding:13px 10px;text-align:center;background:linear-gradient(180deg,#fff,#fbfaff)}.channel-icon{width:42px;height:42px;margin:0 auto 8px;border-radius:13px;display:grid;place-items:center;font-size:20px;background:var(--blue-soft)}.channel:nth-child(2) .channel-icon{background:var(--green-soft)}.channel:nth-child(3) .channel-icon{background:var(--orange-soft)}.channel:nth-child(4) .channel-icon{background:var(--purple-soft)}.channel h4{font-size:11px;margin:0 0 4px}.channel p{font-size:8px;line-height:1.4;color:var(--muted);margin:0}.submission-box{border-radius:18px;padding:17px;background:linear-gradient(145deg,#13072f,#29105c 64%,#40118d);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.submission-box:after{content:"⇧";position:absolute;right:-3px;bottom:-35px;font-size:145px;font-weight:900;color:rgba(255,255,255,.045)}.submission-box h3{font-size:16px;margin:0 0 6px;position:relative;z-index:2}.submission-box>p{font-size:9px;line-height:1.55;color:#dcd2ee;margin:0 0 13px;position:relative;z-index:2}.submission-checks{display:grid;gap:8px;position:relative;z-index:2}.submission-check{display:flex;align-items:center;gap:8px;font-size:9px;color:#eee8f8;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);padding:9px;border-radius:11px}.submission-check b{width:19px;height:19px;border-radius:7px;background:#7432f4;display:grid;place-items:center}.payment-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.payment-stage{border:1px solid var(--line);border-radius:13px;padding:10px 5px;text-align:center;background:#fff;min-height:100px}.payment-stage .icon{width:34px;height:34px;border-radius:11px;margin:0 auto 7px;display:grid;place-items:center;font-size:17px;background:#f0e9ff}.payment-stage:nth-child(2) .icon{background:#eaf3ff}.payment-stage:nth-child(3) .icon{background:#fff4e4}.payment-stage:nth-child(4) .icon{background:#e8f8ef}.payment-stage h4{font-size:9px;margin:0 0 4px}.payment-stage p{font-size:7px;line-height:1.35;color:var(--muted);margin:0}.sample-tabs{display:flex;gap:7px;overflow-x:auto;padding:2px 1px 9px;scrollbar-width:none}.sample-tabs::-webkit-scrollbar{display:none}.sample-btn{white-space:nowrap;border:1px solid var(--line);background:#fff;color:#5e5571;border-radius:999px;padding:8px 11px;font-size:9px;font-weight:800}.sample-btn.active{background:var(--purple);color:#fff;border-color:var(--purple)}.sample-panel{display:none}.sample-panel.active{display:block}.sample-window{border:1px solid #dcd5e8;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 9px 20px rgba(54,33,102,.06)}.window-top{height:28px;background:#f4f1f8;border-bottom:1px solid #e5dfed;display:flex;align-items:center;gap:5px;padding:0 10px}.window-top i{width:6px;height:6px;border-radius:50%;background:#bbb1cc}.window-title{margin-left:auto;font-size:7px;color:#8f879b}.sample-content{padding:14px}.doc-text{font-size:9px;line-height:1.7;color:#696178}.doc-text mark{background:#eee7ff;color:#4b27ad;padding:1px 3px;border-radius:4px}.sample-table{width:100%;border-collapse:collapse;font-size:8px}.sample-table th,.sample-table td{padding:8px 6px;border-bottom:1px solid #eee9f4;text-align:left}.sample-table th{color:#4b2a9c}.badge{display:inline-block;padding:3px 6px;border-radius:999px;background:#e8f8ef;color:#23915a;font-weight:900}.sample-upload{border:1px dashed #cfc3e8;border-radius:12px;padding:17px;text-align:center;background:#faf8fd}.sample-upload b{display:block;font-size:23px;color:#6f31ee;margin-bottom:5px}.sample-upload p{font-size:8px;color:var(--muted);margin:0}.payout-strip{border-radius:19px;padding:18px;background:linear-gradient(135deg,#14072f,#281055 62%,#3b1082);color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.payout-strip:after{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#7c2bff 0,transparent 68%);right:-88px;top:-88px;opacity:.58}.payout-strip h3{font-size:16px;margin:0 0 14px;position:relative;z-index:2}.payout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;position:relative;z-index:2}.payout-item{padding:12px 5px;border-radius:14px;text-align:center;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055)}.payout-item b{display:block;font-size:18px;margin-bottom:4px}.payout-item span{display:block;font-size:8px;line-height:1.3;color:#ded4ec}.why-list{list-style:none;padding:0;margin:15px 0 0;display:grid;gap:8px;position:relative;z-index:2}.why-list li{font-size:9px;color:#eee9f8;display:flex;gap:7px}.why-list li:before{content:"✓";color:#bb94ff;font-weight:900}.req-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px 8px}.req{text-align:center}.req-icon{width:55px;height:55px;border-radius:50%;margin:0 auto 8px;display:grid;place-items:center;font-size:23px;background:#f1ebff}.req:nth-child(2) .req-icon{background:#e9f8ef}.req:nth-child(3) .req-icon{background:#fff0f4}.req:nth-child(4) .req-icon{background:#eaf4ff}.req:nth-child(5) .req-icon{background:#fff5e7}.req:nth-child(6) .req-icon{background:#fff0f2}.req p{font-size:8px;line-height:1.35;font-weight:800;color:#4a4258;margin:0}.faq-list{display:grid;gap:9px}details{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}summary{list-style:none;cursor:pointer;padding:14px 42px 14px 14px;font-size:11px;font-weight:850;color:#4d2bb8;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#6c34e0}details[open] summary:after{content:"−"}details p{font-size:9px;line-height:1.58;color:var(--muted);margin:0;padding:0 14px 14px}.cta{margin-top:28px;border-radius:20px;padding:19px;background:linear-gradient(135deg,#12062c,#28105b 61%,#48139b);color:#fff;position:relative;overflow:hidden;box-shadow:var(--shadow)}.cta:after{content:"T";position:absolute;right:-7px;top:-26px;font-size:170px;font-weight:950;color:rgba(255,255,255,.05);transform:rotate(-10deg)}.cta h2{font-size:24px;line-height:1.08;margin:0 0 8px;max-width:270px;position:relative;z-index:2}.cta p{font-size:10px;line-height:1.5;color:#dcd2ec;margin:0 0 15px;position:relative;z-index:2}.cta-button{height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ba55ff,#712ff1);border:1px solid rgba(255,255,255,.2);font-weight:950;color:#fff;box-shadow:0 11px 25px rgba(82,28,208,.38);position:relative;z-index:2}.trust{display:flex;justify-content:center;gap:11px;flex-wrap:wrap;margin-top:11px;position:relative;z-index:2}.trust span{font-size:8px;color:#e6def1}footer{text-align:center;padding:20px 15px 31px;font-size:8px;line-height:1.55;color:#8b8497;background:#fff}.sticky{position:fixed;z-index:80;left:50%;bottom:max(10px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100% - 24px),406px);height:57px;border:0;border-radius:16px;background:linear-gradient(180deg,#ac49ff,#6b2ae8);color:#fff;font-weight:950;letter-spacing:.2px;box-shadow:0 13px 34px rgba(88,31,216,.48);}.sticky:active{transform:translateX(-50%) scale(.985)}.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.show{opacity:1;transform:none}.hero h1{font-size:43px}.hero h2{font-size:21px;line-height:1.25}.hero-copy{font-size:14px;line-height:1.65}.micro-step{min-height:72px;padding:11px 7px}.micro-step b{font-size:21px}.micro-step span{font-size:10px;font-weight:800}.model-stage{height:310px;margin-top:17px}.section{padding-top:35px}.article-kicker{font-size:10px}.section-title{font-size:25px;line-height:1.18}.section-sub{font-size:13px;line-height:1.65}.article-intro p{font-size:13px;line-height:1.75}.toc h3{font-size:14px}.toc a{font-size:11px;padding:11px}.step-head h3{font-size:17px}.step-head p{font-size:11px}.story-body{font-size:12px;line-height:1.75}.bullet-list li{font-size:11px;line-height:1.55}.note{font-size:11px}.flow-copy h4{font-size:14px}.flow-copy p{font-size:11px;line-height:1.6}.channel h4{font-size:13px}.channel p{font-size:10px;line-height:1.5}.submission-box h3{font-size:19px}.submission-box>p{font-size:11px}.submission-check{font-size:11px;padding:11px}.payment-stage{min-height:116px;padding:12px 6px}.payment-stage h4{font-size:11px}.payment-stage p{font-size:9px}.sample-btn{font-size:11px;padding:10px 13px}.doc-text{font-size:11px}.sample-table{font-size:10px}.sample-upload p{font-size:10px}.payout-strip h3{font-size:20px}.payout-item b{font-size:20px}.payout-item span{font-size:10px}.why-list li{font-size:11px}.req p{font-size:10px}.req-icon{width:61px;height:61px;font-size:26px}summary{font-size:13px;padding-top:16px;padding-bottom:16px}details p{font-size:11px;line-height:1.65}.quick-promise b{font-size:15px}.quick-promise p{font-size:11px}.earnings-summary{margin-top:12px;padding:14px;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.09);backdrop-filter:blur(10px)}.earnings-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}.earnings-title b{font-size:14px}.earnings-title span{font-size:8px;color:#d9caed;padding:5px 7px;border:1px solid rgba(255,255,255,.1);border-radius:999px}.earnings-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.earning-card{min-height:78px;border-radius:13px;padding:11px 9px;background:rgba(12,5,35,.48);border:1px solid rgba(255,255,255,.1)}.earning-card small{display:block;font-size:9px;color:#cfc3df;margin-bottom:5px}.earning-card strong{display:block;font-size:18px;line-height:1.1;color:#fff}.earning-card em{display:block;font-style:normal;font-size:8px;line-height:1.4;color:#bfb1d3;margin-top:5px}.payout-methods{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:68px}.wallet-logos{display:flex;gap:8px;flex-wrap:wrap}.wallet-logo-box{min-width:94px;height:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.2);padding:6px 10px}.wallet-logo-box svg{width:100%;height:100%}.sample-page{background:#fff;border:1px solid #ece5f5;border-radius:12px;padding:14px 13px;min-height:250px;box-shadow:0 6px 14px rgba(54,33,102,.04)}.sample-page-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee7f6;padding-bottom:10px;margin-bottom:12px}.sample-page-head b{font-size:10px;color:#3c256f}.sample-page-head span{font-size:8px;color:#8e839f}.pdf-badge,.word-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;font-size:8px;font-weight:900}.pdf-badge{background:#fff0f2;color:#d83b53}.word-badge{background:#eaf2ff;color:#245dc6}.tiny-lines{display:grid;gap:7px;margin-top:12px}.tiny-lines span{display:block;height:7px;border-radius:999px;background:#efe9f8}.tiny-lines span:nth-child(2){width:94%}.tiny-lines span:nth-child(3){width:98%}.tiny-lines span:nth-child(4){width:91%}.tiny-lines span:nth-child(5){width:96%}.tiny-lines span:nth-child(6){width:88%}.typed-page p{font-size:10px;line-height:1.85;color:#4c4561;margin:0 0 10px;text-align:justify}.typed-page .typed-title{font-size:12px;font-weight:900;color:#36225f;margin-bottom:12px;text-align:center}.word-sheet{background:linear-gradient(180deg,#f9fbff,#ffffff);border:1px solid #d9e7ff;border-radius:12px;overflow:hidden}.word-toolbar{height:34px;background:#2b579a;color:#fff;display:flex;align-items:center;gap:10px;padding:0 12px;font-size:8px;font-weight:800}.word-toolbar i{width:12px;height:12px;border-radius:3px;background:rgba(255,255,255,.28);display:inline-block}.word-doc{padding:14px}.word-doc h5{margin:0 0 9px;font-size:11px;color:#254d93}.word-doc p{margin:0;font-size:10px;line-height:1.8;color:#4c4561}.status-timeline{display:grid;gap:10px}.status-row{display:grid;grid-template-columns:64px 1fr auto;gap:10px;align-items:center;padding:11px 10px;border:1px solid #ece4f5;border-radius:12px;background:#fff}.status-time{font-size:10px;font-weight:900;color:#4d2bb8}.status-row b{font-size:10px;color:#2a2042}.status-row p{margin:2px 0 0;font-size:8px;color:#867b96}.status-chip{padding:5px 9px;border-radius:999px;font-size:8px;font-weight:900}.status-chip.review{background:#fff4e4;color:#9c6a09}.status-chip.approved{background:#eaf6ff;color:#2067b8}.status-chip.paid{background:#e8f8ef;color:#25925c}.pay-logos-inline{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.pay-logos-inline .wallet-logo-box{min-width:88px;height:42px;padding:5px 8px;box-shadow:none;border:1px solid #e7def5}.wallet-pill{font-size:10px;font-weight:950;padding:8px 10px;border-radius:10px;background:#fff;color:#1f1734;box-shadow:0 7px 16px rgba(0,0,0,.18)}.wallet-pill.easy{color:#119443}.wallet-pill.jazz{color:#d92929}.earnings-note{font-size:8px;line-height:1.45;color:#cbbfde;margin:9px 2px 0}.phone-thumb-left{transform-origin:157px 214px;animation:tapLeft .45s ease-in-out infinite alternate}.phone-thumb-right{transform-origin:220px 213px;animation:tapRight .38s ease-in-out infinite alternate}.phone-float{animation:phoneFloat 2.2s ease-in-out infinite}.bubble-one{animation:bubbleUp 2.4s ease-in-out infinite}.bubble-two{animation:bubbleUp 2.4s ease-in-out infinite .8s}@keyframes tapLeft{to{transform:translate(3px,-3px) rotate(3deg)}}@keyframes tapRight{to{transform:translate(-2px,-4px) rotate(-3deg)}}@keyframes phoneFloat{50%{transform:translateY(-3px)}}@keyframes bubbleUp{0%,100%{transform:translateY(3px);opacity:.45}50%{transform:translateY(-5px);opacity:1}}@media (min-width:390px){.hero{padding-left:20px;padding-right:20px}.article{padding-left:18px;padding-right:18px}}@media (prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}.hero{padding-top:28px}.real-model-stage{height:340px;margin-top:18px;border-radius:24px;background:linear-gradient(155deg,rgba(255,255,255,.09),rgba(103,38,225,.12));box-shadow:0 20px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.11);isolation:isolate;}.real-model-stage:after{left:14%;right:14%;bottom:3px;height:24px;background:rgba(0,0,0,.52);filter:blur(13px)}.model-photo-wrap{position:absolute;inset:0;overflow:hidden;border-radius:24px}.real-model-photo{width:100%;height:100%;object-fit:contain;object-position:50% 100%;transform:scale(1);animation:modelBreath 4.4s ease-in-out infinite;filter:saturate(1.03) contrast(1.02)}.model-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,6,39,.02) 45%,rgba(12,5,31,.76) 100%),linear-gradient(90deg,rgba(82,25,168,.14),transparent 45%,rgba(255,93,202,.08));pointer-events:none}.model-shine{position:absolute;z-index:2;top:-25%;left:-55%;width:45%;height:155%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:rotate(13deg);animation:modelShine 4.8s ease-in-out infinite}.typing-bubble{position:absolute;z-index:4;display:grid;place-items:center;color:#fff;font-weight:950;border:1px solid rgba(255,255,255,.28);box-shadow:0 10px 28px rgba(41,8,95,.34);backdrop-filter:blur(8px)}.bubble-keyboard{left:17px;top:30px;width:52px;height:44px;border-radius:14px;background:rgba(111,44,231,.9);animation:floatBadge 2.2s ease-in-out infinite}.bubble-check{right:19px;top:84px;width:44px;height:44px;border-radius:50%;background:rgba(42,184,112,.92);animation:floatBadge 2.5s ease-in-out infinite .45s}.bubble-message{left:24px;bottom:74px;width:53px;height:35px;border-radius:13px;background:rgba(255,86,191,.9);letter-spacing:2px;animation:floatBadge 2.35s ease-in-out infinite .8s}.phone-pulse{position:absolute;z-index:3;left:17%;top:64%;width:58px;height:58px;border-radius:50%;border:2px solid rgba(177,89,255,.82);box-shadow:0 0 0 0 rgba(177,89,255,.55);animation:phonePulse 1.7s ease-out infinite}.model-live-caption{position:absolute;z-index:5;left:14px;right:14px;bottom:13px;min-height:43px;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:12px;font-weight:900;background:rgba(12,5,31,.66);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}.model-live-caption span{width:8px;height:8px;border-radius:50%;background:#46e58a;box-shadow:0 0 0 5px rgba(70,229,138,.14);animation:liveBlink 1.2s ease-in-out infinite}@keyframes modelBreath{50%{transform:scale(1.075) translateY(-3px)}}@keyframes modelShine{0%,15%{left:-55%;opacity:0}35%{opacity:1}55%,100%{left:125%;opacity:0}}@keyframes floatBadge{50%{transform:translateY(-7px) rotate(2deg)}}@keyframes phonePulse{0%{transform:scale(.65);opacity:0;box-shadow:0 0 0 0 rgba(177,89,255,.55)}35%{opacity:1}100%{transform:scale(1.5);opacity:0;box-shadow:0 0 0 18px rgba(177,89,255,0)}}@keyframes liveBlink{50%{opacity:.42;transform:scale(.72)}}.work-progress{position:relative;margin-top:15px;padding:17px 8px 12px;border-radius:18px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.progress-track{position:absolute;left:17%;right:17%;top:37px;height:5px;border-radius:99px;background:rgba(255,255,255,.13);overflow:hidden}.progress-fill{width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4ea2ff 0%,#a65cff 52%,#38d67a 100%);box-shadow:0 0 16px rgba(109,68,245,.8)}.work-progress.animate .progress-fill{animation:fillWorkProgress 3.4s cubic-bezier(.22,.7,.2,1) forwards}.progress-steps{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.progress-step{text-align:center;color:#d9cee8;transition:.38s ease;opacity:.68}.progress-icon{width:47px;height:47px;margin:0 auto 7px;border-radius:50%;display:grid;place-items:center;font-size:20px;background:#26134d;border:2px solid rgba(255,255,255,.12);box-shadow:0 8px 18px rgba(0,0,0,.22);transition:.38s ease}.progress-step strong{display:block;font-size:10px;color:#fff}.progress-step span{display:block;font-size:8px;line-height:1.35;margin-top:4px}.work-progress.animate .receive-step{animation:activateStep .5s ease .35s forwards}.work-progress.animate .type-step{animation:activateStep .5s ease 1.55s forwards}.work-progress.animate .paid-step{animation:activateStep .5s ease 2.85s forwards}.work-progress.animate .receive-step .progress-icon{animation:receiveColor .55s ease .35s forwards}.work-progress.animate .type-step .progress-icon{animation:typeColor .55s ease 1.55s forwards}.work-progress.animate .paid-step .progress-icon{animation:paidColor .55s ease 2.85s forwards,paidBounce .75s ease 3.15s}@keyframes fillWorkProgress{0%{width:0}42%{width:50%}78%,100%{width:100%}}@keyframes activateStep{to{opacity:1;transform:translateY(-2px)}}@keyframes receiveColor{to{background:#338cf0;border-color:#91c5ff;box-shadow:0 0 22px rgba(51,140,240,.58)}}@keyframes typeColor{to{background:#8a3ff0;border-color:#d0aaff;box-shadow:0 0 22px rgba(138,63,240,.58)}}@keyframes paidColor{to{background:#25b96b;border-color:#8ff0b8;box-shadow:0 0 24px rgba(37,185,107,.65)}}@keyframes paidBounce{40%{transform:scale(1.23)}70%{transform:scale(.94)}100%{transform:scale(1)}}.progress-confetti{position:absolute;z-index:5;right:2%;top:2px;width:34%;height:90px;pointer-events:none}.progress-confetti i{position:absolute;top:52px;left:50%;width:6px;height:10px;border-radius:2px;opacity:0;background:hsl(calc(var(--i) * 31),90%,62%)}.work-progress.celebrate .progress-confetti i{animation:confettiBurst 1.15s ease-out calc((var(--i) - 1)*.025s) forwards}@keyframes confettiBurst{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(calc((var(--i) - 7)*8px),calc(42px + (var(--i)%4)*10px)) rotate(calc(var(--i)*70deg))}}.wallet-logo-real{background:#fff;overflow:hidden}.wallet-logo-real img{width:100%;height:100%;object-fit:contain}.wallet-logo-real.jazz-wallet img{padding:5px 1px}.wallet-logo-real[aria-label="Easypaisa logo"] img{padding:1px 10px}.submission-method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.submission-method{min-height:175px;border:1px solid var(--line);border-radius:16px;padding:13px 9px;text-align:center;background:linear-gradient(180deg,#fff,#fbf9ff);box-shadow:0 8px 18px rgba(52,31,99,.05)}.submission-method-icon{width:45px;height:45px;margin:0 auto 9px;border-radius:14px;display:grid;place-items:center;font-size:21px;background:#efe8ff}.submission-method:nth-child(2) .submission-method-icon{background:#e8f2ff}.submission-method:nth-child(3) .submission-method-icon{background:#e8f8ef}.submission-method h3{font-size:12px;margin:0 0 6px}.submission-method p{font-size:9px;line-height:1.55;color:var(--muted);margin:0}.sample-flow-head{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:5px;margin-bottom:13px;padding:10px;border-radius:15px;background:#f7f3fd;border:1px solid #e8def6}.sample-flow-head>div{text-align:center}.sample-flow-head b{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;margin:0 auto 5px;background:#7132f5;color:#fff;font-size:11px;box-shadow:0 6px 14px rgba(113,50,245,.25)}.sample-flow-head span{display:block;font-size:8px;font-weight:900;color:#4f4562}.sample-flow-head i{font-style:normal;color:#9e86ce;font-weight:900}.guide-highlight{margin-bottom:11px;padding:10px 11px;border-radius:11px;background:#ebfaef;border:1px solid #bde8c8;color:#19804a;font-size:9px;line-height:1.55}.guide-highlight strong{color:#0c6b3a}.source-paragraph{margin-top:12px;padding:12px;border-radius:10px;background:#fbfaff;border:1px solid #eee7f5}.source-paragraph h5{font-size:11px;margin:0 0 7px;color:#3b266a;text-align:center}.source-paragraph p{font-size:9px;line-height:1.75;color:#5f576f;margin:0;text-align:justify}.auto-word-doc{min-height:178px;position:relative}.auto-word-doc h5{font-size:12px;text-align:center;margin-bottom:12px}.auto-word-doc p{display:inline;font-size:10px;line-height:1.85;color:#4c4561}.type-cursor{display:inline-block;width:2px;height:14px;background:#2b579a;margin-left:2px;vertical-align:-2px;animation:cursorBlink .65s steps(1) infinite}.typing-status{margin-top:10px;padding:9px 10px;border-radius:10px;background:#edf8ff;border:1px solid #cfe9fb;color:#276b94;font-size:8px;line-height:1.45}.typing-status span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#338cf0;margin-right:5px;box-shadow:0 0 0 4px rgba(51,140,240,.13);animation:liveBlink 1s ease-in-out infinite}.sample-submit-options{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:10px}.sample-submit-options>div{padding:12px 6px;border:1px solid #e8e1f2;border-radius:12px;text-align:center;background:#fff}.sample-submit-options span{display:block;font-size:21px;margin-bottom:6px}.sample-submit-options b{display:block;font-size:10px;color:#35245e}.sample-submit-options small{display:block;font-size:7px;line-height:1.4;color:#80758f;margin-top:4px}.paid-status-row{border-color:#cfead9;background:#fbfffc}.paid-proof{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.paid-proof img{width:66px;height:24px;object-fit:contain;background:#090909;border-radius:6px;padding:3px}.status-chip.paid{background:#e8f8ef;color:#16834c;box-shadow:0 0 0 3px rgba(37,185,107,.08)}.premium-footer{text-align:left;padding:25px 18px 93px;color:#d8cfe7;background: radial-gradient(circle at 88% 5%,rgba(128,48,241,.32),transparent 29%),linear-gradient(155deg,#0b061f,#180936 65%,#250b50);border-top:1px solid rgba(255,255,255,.08)}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:17px}.footer-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#d474ff,#7430f5 62%,#3b187f);box-shadow:0 0 22px rgba(155,73,255,.4)}.footer-brand strong{display:block;font-size:14px;color:#fff}.footer-brand small{display:block;font-size:8px;color:#bfb3d1;margin-top:2px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.footer-links a{padding:9px 10px;border-radius:10px;font-size:9px;color:#e6dff0;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);transition:.2s ease}.footer-links a:active{background:rgba(126,54,239,.28)}.footer-divider{height:1px;background:rgba(255,255,255,.09);margin:18px 0 13px}.premium-footer p{font-size:9px;margin:0 0 5px;color:#fff}.footer-note{display:block;font-size:8px;line-height:1.55;color:#aa9dbd}.urgent-sticky{overflow:visible;display:flex;align-items:center;justify-content:center;gap:11px;background:linear-gradient(100deg,#9e3fff,#6d2bea 46%,#a43fff);background-size:220% 100%;animation:stickyGradient 2.2s linear infinite,stickyUrgency 1.8s ease-in-out infinite;border:1px solid rgba(255,255,255,.28)}.urgent-sticky:before{content:"";position:absolute;inset:-5px;border-radius:20px;border:2px solid rgba(174,74,255,.38);animation:stickyRipple 1.7s ease-out infinite;pointer-events:none}.sticky-ring{width:9px;height:9px;border-radius:50%;background:#61f39b;box-shadow:0 0 0 6px rgba(97,243,155,.13),0 0 15px rgba(97,243,155,.75)}.sticky-text{font-weight:950;letter-spacing:.4px}.sticky-arrow{font-size:21px;animation:arrowNudge .9s ease-in-out infinite}@keyframes stickyGradient{to{background-position:-220% 0}}@keyframes stickyUrgency{50%{box-shadow:0 16px 42px rgba(101,35,224,.62);transform:translateX(-50%) translateY(-2px)}}@keyframes stickyRipple{0%{opacity:.8;transform:scale(.96)}100%{opacity:0;transform:scale(1.06)}}@keyframes arrowNudge{50%{transform:translateX(5px)}}@media (max-width:370px){.real-model-stage{height:315px}.submission-method-grid{grid-template-columns:1fr}.submission-method{min-height:auto;text-align:left;display:grid;grid-template-columns:47px 1fr;column-gap:10px}.submission-method-icon{grid-row:1/3;margin:0}.submission-method h3{text-align:left}.submission-method p{text-align:left}.sample-submit-options{grid-template-columns:1fr}.sample-submit-options>div{display:grid;grid-template-columns:44px 1fr;text-align:left;gap:8px}.sample-submit-options span{grid-row:1/3;margin:0}}.projects-nav{position:sticky;top:0;z-index:120;width:100%;padding:8px 10px;background:linear-gradient(180deg,rgba(9,5,26,.98),rgba(18,8,46,.96));border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 9px 24px rgba(14,6,38,.22);backdrop-filter:blur(14px)}.projects-toggle{position:relative;isolation:isolate;width:100%;height:48px;border:1px solid rgba(255,255,255,.15);border-radius:15px;overflow:hidden;padding:0 12px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:9px;text-align:left;color:#fff;cursor:pointer;background:linear-gradient(110deg,#251052,#3a1678 48%,#251052);background-size:220% 100%;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(0,0,0,.22);animation:navGradient 5s linear infinite}.projects-toggle:before{content:"";position:absolute;z-index:-1;top:-60%;bottom:-60%;left:-45%;width:32%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.30),transparent);transform:skewX(-20deg);animation:navShine 3.2s ease-in-out infinite}.projects-toggle-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;font-size:17px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.10)}.projects-toggle-copy strong{display:block;font-size:12px;line-height:1.15;letter-spacing:.05px}.projects-toggle-copy small{display:block;margin-top:3px;font-size:8px;color:#cfc2e4}.projects-toggle-arrow{font-size:18px;color:#d8c3ff;transition:transform .34s ease}.projects-nav.open .projects-toggle-arrow{transform:rotate(180deg)}.projects-menu{max-height:0;opacity:0;transform:translateY(-7px) scale(.985);overflow:hidden;pointer-events:none;transition:max-height .42s cubic-bezier(.2,.75,.2,1),opacity .28s ease,transform .36s ease;background:linear-gradient(180deg,#170a38,#100726);border:1px solid transparent;border-radius:0 0 17px 17px}.projects-nav.open .projects-menu{max-height:285px;opacity:1;transform:none;pointer-events:auto;margin-top:7px;border-color:rgba(255,255,255,.11);box-shadow:0 17px 34px rgba(7,3,22,.32)}.projects-menu-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 12px 8px;color:#fff}.projects-menu-head strong{font-size:10px}.projects-menu-head span{font-size:7px;color:#bfb0d5;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.06)}.projects-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:0 9px 10px}.projects-links a{min-height:41px;border-radius:11px;padding:8px;display:flex;align-items:center;gap:8px;color:#eee7f8;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);font-size:9px;font-weight:800;transition:.22s ease}.projects-links a:hover,.projects-links a:focus-visible{transform:translateY(-1px);background:rgba(133,70,255,.19);border-color:rgba(185,133,255,.30);outline:none}.projects-links i{font-style:normal;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:13px}@keyframes navGradient{to{background-position:-220% 0}}@keyframes navShine{0%,55%{left:-45%;opacity:0}68%{opacity:1}88%,100%{left:120%;opacity:0}}.journey-progress{position:relative;margin-top:15px;padding:15px 11px 13px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 15px 32px rgba(0,0,0,.18)}.journey-progress:before{content:"";position:absolute;width:150px;height:150px;border-radius:50%;left:-85px;top:-95px;background:radial-gradient(circle,rgba(114,55,243,.44),transparent 68%)}.journey-head{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 2px 13px}.journey-head>span{font-size:9px;font-weight:950;letter-spacing:1px;color:#f3ebff}.journey-head>b{display:flex;align-items:center;gap:6px;font-size:8px;color:#cfc2e1;font-weight:800}.journey-head>b i{width:7px;height:7px;border-radius:50%;background:#55e696;box-shadow:0 0 0 4px rgba(85,230,150,.12);animation:journeyLive 1.1s ease-in-out infinite}.journey-route{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 25px minmax(0,1fr) 25px minmax(0,1fr) 25px minmax(0,1fr);align-items:start;gap:2px}.journey-step{text-align:center;opacity:.56;transition:opacity .32s ease,transform .32s ease}.journey-node{position:relative;width:48px;height:48px;margin:0 auto 7px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#23134a,#100828);border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 17px rgba(0,0,0,.27);transition:.34s ease}.journey-node span{font-size:19px}.journey-node em{position:absolute;right:-3px;top:-5px;width:18px;height:18px;border-radius:7px;display:grid;place-items:center;background:#35205f;border:1px solid rgba(255,255,255,.13);color:#efe8fa;font-style:normal;font-size:7px;font-weight:950}.journey-step strong{display:block;font-size:8.5px;line-height:1.2;color:#fff}.journey-step small{display:block;margin-top:3px;font-size:6.7px;line-height:1.25;color:#bfb3cf}.journey-connector{position:relative;height:48px;display:flex;align-items:center}.journey-connector:before{content:"";position:absolute;left:0;right:0;top:22px;height:5px;border-radius:999px;background:rgba(255,255,255,.10)}.journey-connector i{position:absolute;left:0;top:22px;width:100%;height:5px;border-radius:999px;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#8d59ff,#d47bff);box-shadow:0 0 12px rgba(172,91,255,.62);transition:transform .5s ease}.journey-connector b{position:absolute;right:-2px;top:14px;font-size:14px;color:#9a84ba;transition:.3s ease}.journey-status{position:relative;z-index:3;margin-top:12px;min-height:34px;padding:8px 10px;border-radius:11px;display:flex;align-items:center;gap:8px;background:rgba(7,4,22,.36);border:1px solid rgba(255,255,255,.09)}.journey-status i{width:8px;height:8px;border-radius:50%;background:#9d69ff;box-shadow:0 0 0 5px rgba(157,105,255,.11)}.journey-status span{font-size:8px;line-height:1.35;color:#eee7f7;font-weight:800}.journey-step.is-done{opacity:.82}.journey-step.is-done .journey-node{border-color:rgba(145,103,255,.55);background:linear-gradient(145deg,#332066,#171039)}.journey-step.is-active{opacity:1;transform:translateY(-3px)}.journey-step.is-active .journey-node{border-color:var(--accent);background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 35%,#261350),#100828);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 14%,transparent),0 0 22px color-mix(in srgb,var(--accent) 48%,transparent);animation:activeNode 1s ease-in-out infinite}.journey-connector.is-on i{transform:scaleX(1)}.journey-connector.is-on b{color:#e7d9ff;transform:translateX(2px)}.paid-step{position:relative}.journey-progress.stage-4 .paid-step .journey-node{animation:paidExcited .76s ease-in-out infinite alternate}.journey-progress.stage-4 .paid-step:before,.journey-progress.stage-4 .paid-step:after{position:absolute;z-index:8;top:-8px;font-size:13px;pointer-events:none;animation:paidSparkle 1s ease-in-out infinite alternate}.journey-progress.stage-4 .paid-step:before{content:"✦";left:2px;color:#ffe56d}.journey-progress.stage-4 .paid-step:after{content:"";right:-3px;animation-delay:.24s}.journey-confetti{position:absolute;z-index:7;right:1px;top:43px;width:27%;height:108px;pointer-events:none}.journey-confetti i{position:absolute;left:50%;top:33px;width:5px;height:9px;border-radius:2px;opacity:0;background:hsl(calc(var(--i)*31),92%,62%)}.journey-progress.celebrate .journey-confetti i{animation:journeyConfetti 1.15s ease-out calc((var(--i) - 1)*.026s) forwards}@keyframes journeyLive{50%{opacity:.42;transform:scale(.72)}}@keyframes activeNode{50%{transform:translateY(-2px) scale(1.04)}}@keyframes paidExcited{to{transform:translateY(-5px) rotate(3deg) scale(1.08)}}@keyframes paidSparkle{to{transform:translateY(-5px) rotate(10deg) scale(1.18);filter:drop-shadow(0 0 5px rgba(255,226,95,.8))}}@keyframes journeyConfetti{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(calc((var(--i) - 8)*6px),calc(43px + (var(--i)%5)*8px)) rotate(calc(var(--i)*80deg))}}.payout-methods-simple{display:block;min-height:auto;padding:12px 10px}.payout-methods-simple>small{display:block;margin:0 0 9px;text-align:left;font-size:10px;font-weight:900;color:#e9deff}.withdrawal-logo-row{display:grid;grid-template-columns:minmax(0,1fr) 10px minmax(0,1fr);align-items:center;gap:5px;width:100%}.withdrawal-logo-divider{width:10px;color:rgba(255,255,255,.52);font-size:21px;font-weight:300;line-height:1;text-align:center}.withdrawal-logo-divider:before{content:"|"}.withdrawal-logo-row .wallet-logo-box{width:100%;min-width:0;height:48px;margin:0;padding:5px 7px;border-radius:11px}.withdrawal-logo-row .wallet-logo-real.jazz-wallet img{padding:4px 0}.withdrawal-logo-row .wallet-logo-real[aria-label="Easypaisa logo"] img{padding:1px 7px}.submission-box.light-check-box{padding:16px;background:linear-gradient(145deg,#fbf8ff,#f2ecff);color:#302149;border:1px solid #ded1f5;box-shadow:0 12px 25px rgba(70,40,128,.09)}.submission-box.light-check-box:after{content:"✓";right:7px;bottom:-45px;color:rgba(113,50,245,.055)}.submission-box.light-check-box h3{color:#4d2bb8;font-size:17px}.submission-box.light-check-box>p{color:#746b85;font-size:10px}.light-check-box .submission-checks{gap:9px}.light-check-box .submission-check{min-height:45px;padding:10px;color:#403651;background:#fff;border:1px solid #e6dcf4;box-shadow:0 5px 12px rgba(73,43,128,.045);font-size:10px;line-height:1.45}.light-check-box .submission-check b{flex:0 0 23px;width:23px;height:23px;border-radius:8px;background:linear-gradient(145deg,#8b50ff,#6730d9);color:#fff;box-shadow:0 5px 10px rgba(103,48,217,.20)}.sample-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow:visible;padding:2px 0 10px}.sample-btn{white-space:normal;min-height:47px;width:100%;padding:7px 7px;border-radius:11px;font-size:9px;line-height:1.2;text-align:left;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:6px}.sample-btn .tab-num{width:22px;height:22px;border-radius:8px;display:grid;place-items:center;font-size:7px;font-weight:950;background:#eee8f8;color:#6a35da}.sample-btn.active{box-shadow:0 7px 15px rgba(113,50,245,.2)}.sample-btn.active .tab-num{background:rgba(255,255,255,.18);color:#fff}.payment-z-journey{position:relative;padding:7px 3px 4px;min-height:286px}.z-canvas{position:relative;height:250px;border-radius:17px;background:linear-gradient(145deg,#fcfbff,#f6f2fc);border:1px solid #e9e1f2;overflow:hidden}.z-routes{position:absolute;inset:0;width:100%;height:100%;z-index:1}.z-route-base{fill:none;stroke:#e6ddef;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}.z-route-live{fill:none;stroke:url(#zGradient);stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 0 5px rgba(113,50,245,.45));transition:stroke-dashoffset .55s ease}.payment-z-journey.step-2 .z-path-1,.payment-z-journey.step-3 .z-path-1,.payment-z-journey.step-4 .z-path-1{stroke-dashoffset:0}.payment-z-journey.step-3 .z-path-2,.payment-z-journey.step-4 .z-path-2{stroke-dashoffset:0}.payment-z-journey.step-4 .z-path-3{stroke-dashoffset:0}.z-node{position:absolute;z-index:3;width:76px;min-height:62px;padding:7px 5px;border-radius:13px;text-align:center;background:#fff;border:1px solid #e7deef;box-shadow:0 7px 15px rgba(55,34,94,.07);opacity:.56;transition:.3s ease}.z-node span{width:20px;height:20px;margin:0 auto 4px;border-radius:7px;display:grid;place-items:center;font-size:8px;font-weight:950;background:#eee8f8;color:#6c36dd}.z-node b{display:block;font-size:10px;color:#2f2343}.z-node small{display:block;margin-top:2px;font-size:7px;line-height:1.25;color:#887e96}.z-submit{left:12px;top:12px}.z-review{right:12px;top:12px}.z-approved{left:12px;bottom:12px}.z-paid{right:12px;bottom:12px}.payment-z-journey.step-1 .z-submit,.payment-z-journey.step-2 .z-review,.payment-z-journey.step-3 .z-approved,.payment-z-journey.step-4 .z-paid{opacity:1;transform:translateY(-2px);border-color:#9e7ce3;background:#f2ecff;box-shadow:0 0 0 4px rgba(113,50,245,.09),0 8px 18px rgba(87,47,169,.15);animation:zNodePulse .8s ease-in-out infinite alternate}.payment-z-journey.step-2 .z-submit,.payment-z-journey.step-3 .z-submit,.payment-z-journey.step-4 .z-submit,.payment-z-journey.step-3 .z-review,.payment-z-journey.step-4 .z-review,.payment-z-journey.step-4 .z-approved{opacity:.82;border-color:#c9b8e8;background:#faf7ff;animation:none;transform:none}.payment-z-journey.step-4 .z-paid{border-color:#70d69d;background:#e9f9f0;box-shadow:0 0 0 4px rgba(49,184,116,.10),0 0 20px rgba(49,184,116,.23);animation:zPaid .58s ease-in-out infinite alternate}.payment-z-journey.step-4 .z-paid span{background:#31b874;color:#fff}.z-summary{position:absolute;z-index:4;left:50%;top:50%;width:174px;min-height:63px;transform:translate(-50%,-50%);padding:10px 11px;border-radius:13px;text-align:center;background:rgba(255,255,255,.96);border:1px solid #ded2ed;box-shadow:0 10px 25px rgba(54,32,91,.11)}.z-summary>span{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:999px;background:#f0eaff;color:#6b37d7;font-size:7px;font-weight:950}.z-summary b{display:block;margin-top:6px;font-size:10px;color:#342648}.z-summary p{margin:3px 0 0;font-size:7.5px;line-height:1.4;color:#7a7088}.z-paid-via{position:absolute;z-index:5;right:18px;bottom:88px;padding:5px 8px;border-radius:999px;background:#e8f8ef;border:1px solid #bfe5cf;color:#168650;font-size:7px;font-weight:950;opacity:0;transform:scale(.88);transition:.3s ease}.payment-z-journey.step-4 .z-paid-via{opacity:1;transform:scale(1)}.z-confetti{position:absolute;z-index:6;right:0;bottom:0;width:110px;height:115px;pointer-events:none}.z-confetti i{position:absolute;right:43px;bottom:53px;width:5px;height:8px;border-radius:2px;opacity:0;background:hsl(calc(var(--i)*39),88%,59%)}.payment-z-journey.celebrate .z-confetti i{animation:zConfetti .9s ease-out calc((var(--i) - 1)*.03s) forwards}@keyframes zNodePulse{to{transform:translateY(-4px) scale(1.03)}}@keyframes zPaid{to{transform:translateY(-5px) rotate(2deg) scale(1.06)}}@keyframes zConfetti{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(calc((var(--i) - 7)*8px),calc(-45px - (var(--i)%4)*8px)) rotate(calc(var(--i)*70deg))}}@media (max-width:360px){.projects-links{gap:6px}.projects-links a{font-size:8px;padding:7px}.journey-route{grid-template-columns:minmax(0,1fr) 19px minmax(0,1fr) 19px minmax(0,1fr) 19px minmax(0,1fr)}.journey-node{width:44px;height:44px}.journey-connector{height:44px}.journey-connector:before,.journey-connector i{top:20px}.journey-connector b{top:12px}.journey-step strong{font-size:7.7px}.journey-step small{font-size:6.2px}.z-node{width:69px}.z-summary{width:158px}}.projects-nav{position:sticky!important;top:0!important}.projects-links a{position:relative;padding-right:52px}.project-badge{position:absolute;right:6px;top:50%;transform:translateY(-50%);font-style:normal;font-size:6.5px;font-weight:950;line-height:1;padding:5px 6px;border-radius:999px;white-space:nowrap}.project-badge.valuable{color:#3b166f;background:linear-gradient(180deg,#f4d7ff,#d6a6ff);box-shadow:0 0 13px rgba(219,166,255,.48)}.project-badge.hot{color:#fff;background:linear-gradient(180deg,#ff8059,#e63838);box-shadow:0 0 13px rgba(255,78,50,.55);animation:hotFire 1s ease-in-out infinite alternate}@keyframes hotFire{to{transform:translateY(-50%) scale(1.08);filter:brightness(1.15)}}.toc-premium{padding:0;overflow:hidden;background:linear-gradient(180deg,#fff,#fbf9ff);border-color:#dfd4f1}.toc-premium-head{padding:15px 14px 13px;background:linear-gradient(135deg,#f6f0ff,#fff);border-bottom:1px solid #e8def6}.toc-premium-head>span{display:inline-flex;padding:4px 7px;border-radius:999px;background:#ece3ff;color:#6231c9;font-size:7px;font-weight:950;letter-spacing:.8px}.toc-premium-head h3{font-size:16px!important;margin:7px 0 4px!important;color:#321d62!important}.toc-premium-head p{font-size:9px!important;line-height:1.5!important;color:#756b84!important;margin:0!important}.toc-roadmap{display:grid;gap:0;padding:5px 10px 10px}.toc-roadmap a{display:grid!important;grid-template-columns:25px 34px 1fr 14px;align-items:center;gap:8px;padding:10px 3px!important;border:0!important;border-bottom:1px solid #eee7f6!important;border-radius:0!important;background:transparent!important}.toc-roadmap a:last-child{border-bottom:0!important}.toc-roadmap a>em{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:#efe7ff;color:#6b33db;font-size:7px;font-style:normal;font-weight:950}.toc-roadmap a>i{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#f6f2fc;font-style:normal;font-size:16px}.toc-roadmap a>span b{display:block;font-size:10px;color:#372654}.toc-roadmap a>span small{display:block;margin-top:3px;font-size:7.5px;line-height:1.4;color:#7e748d}.toc-roadmap a>strong{font-size:17px;color:#9b7bd9}.process-gallery{position:relative;margin-top:15px;display:grid;gap:12px}.process-gallery-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 11px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.process-gallery-head>span{font-size:9px;font-weight:950;letter-spacing:.8px;color:#fff}.process-gallery-head>b{display:flex;align-items:center;gap:6px;font-size:7px;color:#d5c9e6}.process-gallery-head>b i{width:7px;height:7px;border-radius:50%;background:#54e493;box-shadow:0 0 0 4px rgba(84,228,147,.13);animation:journeyLive 1s infinite}.process-option{position:relative;overflow:hidden;border-radius:18px;padding:12px 10px 11px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 12px 25px rgba(0,0,0,.14)}.design-label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:11px}.design-label b{font-size:9px;color:#fff;padding:5px 8px;border-radius:999px;background:rgba(132,68,255,.28);border:1px solid rgba(199,160,255,.22)}.design-label span{font-size:7.5px;color:#cfc4dd;font-weight:800}.wp-node{position:relative;text-align:center;opacity:.44;transition:.35s ease;z-index:3}.wp-node>span{width:45px;height:45px;margin:0 auto 6px;border-radius:14px;display:grid;place-items:center;font-size:19px;background:#1b0e3b;border:1px solid rgba(255,255,255,.13);box-shadow:0 8px 17px rgba(0,0,0,.24);transition:.35s ease}.wp-node>b{display:block;font-size:8px;line-height:1.2;color:#fff}.wp-node>small{display:block;font-size:6.5px;line-height:1.3;color:#bfb3cf;margin-top:3px}.wp-node>em{position:absolute;top:-5px;right:calc(50% - 28px);width:17px;height:17px;border-radius:6px;display:grid;place-items:center;background:#362161;color:#eee5ff;border:1px solid rgba(255,255,255,.12);font-size:6px;font-style:normal;font-weight:950}.wp-node.done{opacity:.8}.wp-node.active{opacity:1;transform:translateY(-3px)}.wp-node.active>span{background:linear-gradient(145deg,#7a3deb,#3d1a84);border-color:#c49aff;box-shadow:0 0 0 4px rgba(137,72,247,.13),0 0 20px rgba(153,85,255,.55);animation:nodeBeat .75s ease-in-out infinite alternate}.wp-node.done>span:after{content:'✓';position:absolute;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#38c97c;color:#fff;font-size:8px;font-weight:950;right:calc(50% - 26px);bottom:25px}.wp-node.active[data-step="4"]>span{background:linear-gradient(145deg,#30c975,#137948);border-color:#8af0b5;box-shadow:0 0 0 5px rgba(51,210,123,.15),0 0 27px rgba(51,210,123,.74);animation:paidJump .42s ease-in-out infinite alternate}.wp-link{position:relative;opacity:.35;transition:.35s ease}.wp-link i{display:block;background:linear-gradient(90deg,#8b4dff,#d67cff);box-shadow:0 0 12px rgba(172,89,255,.7);transform-origin:left;transform:scaleX(0);transition:transform .45s ease}.wp-link span{color:#a78bc9}.wp-link.on{opacity:1}.wp-link.on i{transform:scaleX(1)}.process-caption{display:flex;align-items:flex-start;gap:7px;margin-top:10px;padding:8px 9px;border-radius:10px;background:rgba(7,4,22,.34);border:1px solid rgba(255,255,255,.08)}.process-caption i{flex:0 0 16px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#a35fff;color:#fff;font-style:normal;font-size:8px;font-weight:950}.process-caption span{font-size:7.5px;line-height:1.45;color:#e7def1}.wp-boom{position:absolute;right:0;top:30px;width:125px;height:105px;pointer-events:none;opacity:0;z-index:15}.wp-boom strong,.wp-boom>span{position:absolute;right:18px;top:37px;color:#fff;text-shadow:0 0 13px #3be187;font-size:13px;transform:scale(.4);opacity:0}.wp-boom>span{top:57px;right:22px;font-size:7px;letter-spacing:2px;color:#f6e276}.wp-boom i{position:absolute;right:45px;top:52px;width:5px;height:9px;border-radius:2px;background:hsl(calc(var(--i)*29),92%,62%);opacity:0}.process-option.boom .wp-boom{opacity:1}.process-option.boom .wp-boom strong{animation:boomWord .8s ease-out forwards}.process-option.boom .wp-boom>span{animation:boomWord .8s ease-out .1s forwards}.process-option.boom .wp-boom:before,.process-option.boom .wp-boom:after{content:'';position:absolute;right:33px;top:40px;width:32px;height:32px;border:3px solid #4bea91;border-radius:50%;animation:boomRing .85s ease-out forwards}.process-option.boom .wp-boom:after{animation-delay:.14s;border-color:#ffe26e}.process-option.boom .wp-boom i{animation:boomParticle .85s ease-out calc(var(--i)*.018s) forwards}@keyframes nodeBeat{to{transform:scale(1.07)}}@keyframes paidJump{to{transform:translateY(-7px) rotate(4deg) scale(1.10)}}@keyframes boomWord{45%{opacity:1;transform:scale(1.35)}100%{opacity:0;transform:scale(1)}}@keyframes boomRing{0%{opacity:1;transform:scale(.15)}100%{opacity:0;transform:scale(2.6)}}@keyframes boomParticle{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(calc((var(--i) - 8)*7px),calc(35px + (var(--i)%4)*7px)) rotate(calc(var(--i)*65deg))}}.line-layout{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr) 18px minmax(0,1fr) 18px minmax(0,1fr);align-items:start}.line-layout .wp-link{height:45px;display:flex;align-items:center}.line-layout .wp-link i{height:4px;width:100%;border-radius:999px}.line-layout .wp-link span{position:absolute;right:-2px;top:12px;font-size:15px}.card-layout{display:grid;gap:5px}.card-row{display:grid;grid-template-columns:1fr 42px 1fr;align-items:center}.card-row .wp-node{padding:9px 5px;border-radius:14px;background:rgba(8,4,24,.28);border:1px solid rgba(255,255,255,.08)}.card-link i{height:4px;width:100%;border-radius:999px}.card-link span{position:absolute;right:3px;top:-8px}.turn-link{width:40px;margin:0 14% 0 auto;height:22px}.turn-link i{width:4px;height:100%;transform:scaleY(0);transform-origin:top}.turn-link.on i{transform:scaleY(1)}.turn-link span{position:absolute;bottom:-3px;left:-3px}.reverse-link i{transform-origin:right}.reverse-link.on i{transform:scaleX(1)}.snake-layout{position:relative;height:180px}.snake-layout svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.snake-base{fill:none;stroke:rgba(255,255,255,.10);stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.snake-layout path.wp-link{fill:none;stroke:url(#unused);stroke:#a459ff;stroke-width:5;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .48s ease}.snake-layout path.wp-link.on{stroke-dashoffset:0}.snake-node{position:absolute;width:70px}.snake-node .wp-node>span{width:42px;height:42px}.snake-node.n1{left:0;top:5px}.snake-node.n2{right:0;top:5px}.snake-node.n3{left:0;bottom:0}.snake-node.n4{right:0;bottom:0}.vertical-layout{display:grid;grid-template-columns:1fr 20px;align-items:center;gap:0}.v-item{grid-column:1}.v-item .wp-node{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;text-align:left;align-items:center;padding:8px 9px;border-radius:13px;background:rgba(8,4,24,.28);border:1px solid rgba(255,255,255,.08)}.v-item .wp-node>span{grid-row:1/3;width:39px;height:39px;margin:0 9px 0 0}.v-item .wp-node>b{font-size:9px}.v-item .wp-node>small{font-size:7px}.v-item .wp-node>em{right:auto;left:34px;top:4px}.v-link{grid-column:2;grid-row:auto;height:24px;margin-left:-12px}.v-link i{width:4px;height:100%;transform:scaleY(0);transform-origin:top}.v-link.on i{transform:scaleY(1)}.v-link span{position:absolute;bottom:-2px;left:-3px}.diamond-layout{height:220px;position:relative}.diamond-layout svg{position:absolute;inset:0;width:100%;height:100%}.diamond-base{fill:none;stroke:rgba(255,255,255,.10);stroke-width:5;stroke-linejoin:round}.diamond-layout path.wp-link{fill:none;stroke:#a85cff;stroke-width:5;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .45s ease}.diamond-layout path.wp-link.on{stroke-dashoffset:0}.diamond-node{position:absolute;width:72px}.diamond-node.d1{left:0;top:73px}.diamond-node.d2{left:50%;top:0;transform:translateX(-50%)}.diamond-node.d3{right:0;top:73px}.diamond-node.d4{left:50%;bottom:0;transform:translateX(-50%)}.diamond-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:67px;height:67px;border-radius:50%;display:grid;place-content:center;text-align:center;background:rgba(11,5,31,.7);border:1px solid rgba(255,255,255,.14);box-shadow:0 0 22px rgba(134,69,244,.22)}.diamond-center span{font-size:6px;color:#58e393;font-weight:950}.diamond-center b{font-size:8px;color:#fff;margin-top:2px}.payment-pattern-gallery{display:grid;gap:11px}.payment-gallery-head{display:flex;align-items:center;justify-content:space-between;padding:10px 11px;border-radius:12px;background:#f6f1ff;border:1px solid #e5daf6}.payment-gallery-head b{font-size:11px;color:#4e2bb6}.payment-gallery-head span{font-size:7px;color:#80728f}.payment-demo{position:relative;overflow:hidden;padding:11px 9px 10px;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfaff);border:1px solid #e5dcf0;box-shadow:0 8px 18px rgba(57,34,105,.05)}.pay-design-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.pay-design-title b{font-size:8px;color:#fff;background:#7435ea;border-radius:999px;padding:5px 7px}.pay-design-title span{font-size:7px;color:#81758f;font-weight:850}.pay-node{position:relative;text-align:center;opacity:.45;transition:.3s ease;z-index:4}.pay-node>span{width:39px;height:39px;margin:0 auto 5px;border-radius:12px;display:grid;place-items:center;background:#f0e9fa;border:1px solid #ddd0ee;font-size:17px;transition:.3s ease}.pay-node>b{display:block;font-size:7.5px;color:#34264a}.pay-node>em{position:absolute;right:calc(50% - 24px);top:-5px;width:15px;height:15px;border-radius:5px;display:grid;place-items:center;background:#fff;color:#6e35d7;border:1px solid #d8c7ee;font-size:5.5px;font-style:normal;font-weight:950}.pay-node.done{opacity:.8}.pay-node.active{opacity:1;transform:translateY(-2px)}.pay-node.active>span{background:#efe7ff;border-color:#9d78e6;box-shadow:0 0 0 4px rgba(113,50,245,.08),0 0 16px rgba(113,50,245,.20);animation:payPulse .65s ease-in-out infinite alternate}.pay-node.active[data-step="4"]>span{background:#e4faed;border-color:#65cf94;box-shadow:0 0 0 4px rgba(49,184,116,.10),0 0 20px rgba(49,184,116,.35);animation:paidPayJump .38s ease-in-out infinite alternate}.pay-node.active[data-step="4"]:after{content:'Paid Via JazzCash';position:absolute;left:50%;top:64px;transform:translateX(-50%);white-space:nowrap;border-radius:999px;padding:4px 6px;background:#e5f8ed;border:1px solid #bde5cd;color:#13814a;font-size:5.8px;font-weight:950}.pay-link{opacity:.3;transition:.3s ease}.pay-link i{display:block;background:linear-gradient(90deg,#7132f5,#a84dff);box-shadow:0 0 10px rgba(113,50,245,.34);transform-origin:left;transform:scaleX(0);transition:transform .4s ease}.pay-link.on{opacity:1}.pay-link.on i{transform:scaleX(1)}.payment-info{display:flex;align-items:flex-start;gap:7px;margin-top:12px;padding:8px 9px;border-radius:10px;background:#ecfaef;border:1px solid #bee8c9;color:#197e48}.payment-info i{flex:0 0 16px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:#2cb56e;color:#fff;font-style:normal;font-size:8px;font-weight:950}.payment-info span{font-size:7.5px;line-height:1.45;font-weight:800}.pay-burst{position:absolute;right:5px;bottom:29px;width:95px;height:75px;pointer-events:none}.pay-burst i{position:absolute;right:35px;bottom:20px;width:4px;height:7px;border-radius:2px;background:hsl(calc(var(--i)*29),90%,58%);opacity:0}.payment-demo.boom .pay-burst:before{content:'';position:absolute;right:26px;bottom:21px;font-size:20px;animation:payEmoji .75s ease-out forwards}.payment-demo.boom .pay-burst i{animation:payBurst .75s ease-out calc(var(--i)*.017s) forwards}@keyframes payPulse{to{transform:scale(1.07)}}@keyframes paidPayJump{to{transform:translateY(-5px) rotate(4deg) scale(1.1)}}@keyframes payEmoji{40%{transform:scale(1.45) rotate(8deg)}100%{opacity:0;transform:translateY(-12px)}}@keyframes payBurst{0%{opacity:1;transform:translate(0,0)}100%{opacity:0;transform:translate(calc((var(--i)-8)*5px),calc(-25px + (var(--i)%5)*8px)) rotate(calc(var(--i)*60deg))}}.pay-canvas{position:relative;height:185px}.pay-canvas svg,.pay-diamond-layout svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.pay-base{fill:none;stroke:#eee7f5;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.pay-canvas path.pay-link,.pay-diamond-layout path.pay-link{fill:none;stroke:#8547eb;stroke-width:5;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .42s ease}.pay-canvas path.pay-link.on,.pay-diamond-layout path.pay-link.on{stroke-dashoffset:0}.pay-pos{position:absolute;width:68px}.z-pay-canvas .p-submit{left:0;top:7px}.z-pay-canvas .p-review{right:0;top:7px}.z-pay-canvas .p-approved{left:0;bottom:0}.z-pay-canvas .p-paid{right:0;bottom:0}.pay-line-layout{display:grid;grid-template-columns:minmax(0,1fr) 15px minmax(0,1fr) 15px minmax(0,1fr) 15px minmax(0,1fr);align-items:start;padding:9px 0 14px}.pay-line-layout .pay-link{height:39px;display:flex;align-items:center}.pay-line-layout .pay-link i{height:4px;width:100%;border-radius:999px}.pay-line-layout .pay-link span{position:absolute;margin-left:9px;color:#9a75d3}.pay-stair-layout{position:relative;height:190px}.stair{position:absolute;width:68px}.stair.s1{left:0;top:0}.stair.s2{right:0;top:38px}.stair.s3{left:0;top:98px}.stair.s4{right:0;bottom:0}.stair-link{position:absolute;width:38%;height:45px}.stair-link i{height:4px;width:100%;border-radius:999px;transform-origin:left}.stair-link span{position:absolute;right:0;top:-8px;color:#8f67cd}.stair-link.l1{left:29%;top:34px;transform:rotate(18deg)}.stair-link.l2{right:29%;top:89px;transform:rotate(162deg)}.stair-link.l3{left:29%;bottom:28px;transform:rotate(18deg)}.pay-vertical-layout{display:grid;grid-template-columns:1fr 16px;gap:0;align-items:center}.pay-vertical-layout>div:not(.pay-link){grid-column:1;padding:5px;border-radius:11px;background:#faf7ff;border:1px solid #eee6f6}.pay-vertical-layout .pay-node{display:grid;grid-template-columns:42px 1fr;text-align:left;align-items:center}.pay-vertical-layout .pay-node>span{margin:0}.pay-vertical-layout .pay-node>em{right:auto;left:31px}.pay-vertical-layout .pay-link{grid-column:2;height:20px;margin-left:-8px}.pay-vertical-layout .pay-link i{width:4px;height:100%;transform:scaleY(0);transform-origin:top}.pay-vertical-layout .pay-link.on i{transform:scaleY(1)}.pay-vertical-layout .pay-link span{position:absolute;bottom:-4px;left:-3px;color:#906ed0}.pay-diamond-layout{height:200px;position:relative}.pay-diamond-layout .d-submit{left:0;top:66px}.pay-diamond-layout .d-review{left:50%;top:0;transform:translateX(-50%)}.pay-diamond-layout .d-approved{right:0;top:66px}.pay-diamond-layout .d-paid{left:50%;bottom:0;transform:translateX(-50%)}.pay-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:55px;height:55px;border-radius:50%;display:grid;place-items:center;text-align:center;background:#f4effb;border:1px solid #e2d7ef;color:#6d43ba;font-size:7px;font-weight:950;line-height:1.25}@media(max-width:370px){.process-option{padding-left:7px;padding-right:7px}.wp-node>span{width:40px;height:40px}.wp-node>b{font-size:7px}.wp-node>small{font-size:5.7px}.pay-node>span{width:35px;height:35px}.pay-node>b{font-size:6.6px}.projects-links a{padding-right:48px}.project-badge{font-size:5.8px}}.interaction-paused,.interaction-paused *{animation-play-state:paused!important;}.process-gallery,.sample-tabs,.sample-panel{touch-action:pan-y}.process-gallery.interaction-paused,.section#samples.interaction-paused{cursor:pause;}.projects-nav{position:relative;top:auto;}.projects-nav.is-scrolled-sticky{position:sticky;top:0;box-shadow:0 11px 28px rgba(14,6,38,.30);animation:projectsStickyIn .32s ease both;}@keyframes projectsStickyIn{from{transform:translateY(-7px);opacity:.94}to{transform:none;opacity:1}}.wp-boom{right:-2px;top:22px;width:112px;height:96px;opacity:0;}.wp-boom .celebrate-emoji{position:absolute;right:37px;top:35px;font-size:22px;opacity:0;transform:scale(.55) rotate(-8deg);}.process-option.boom .wp-boom{opacity:1;}.process-option.boom .wp-boom .celebrate-emoji{animation:cleanCelebrateEmoji .8s ease-out forwards;}.process-option.boom .wp-boom:before,.process-option.boom .wp-boom:after{content:none;display:none;}.process-option.boom .wp-boom i{animation:cleanCelebrateParticle .85s ease-out calc(var(--i)*.018s) forwards;}@keyframes cleanCelebrateEmoji{0%{opacity:0;transform:scale(.55) rotate(-8deg)}35%{opacity:1;transform:scale(1.22) rotate(7deg)}75%{opacity:1;transform:scale(1) rotate(0)}100%{opacity:0;transform:translateY(-8px) scale(.92)}}@keyframes cleanCelebrateParticle{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(calc((var(--i) - 8)*6px),calc(30px + (var(--i)%4)*7px)) rotate(calc(var(--i)*60deg))}}.pay-line-layout{padding:9px 0 38px;}.pay-line .pay-node.active[data-step="4"]:after{top:61px;min-width:82px;padding:5px 7px;font-size:6.4px;line-height:1;z-index:7;}.pay-line .payment-info{margin-top:2px;}.app{padding-top:64px}.projects-nav,.projects-nav.is-scrolled-sticky{position:fixed!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;width:min(100%,430px)!important;z-index:500!important;animation:none!important;box-shadow:0 11px 28px rgba(14,6,38,.30)!important;}.design-label,.pay-design-title{display:none!important}.paid-mark{font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.25px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}.wp-boom .celebrate-emoji{display:none!important}.payment-demo.boom .pay-burst:before{content:none!important;display:none!important}.journey-progress.stage-4 .paid-step:after{content:none!important;display:none!important}.process-option.boom .wp-boom i{opacity:0;animation:cleanCelebrateParticle .95s cubic-bezier(.15,.72,.25,1) calc(var(--i)*.018s) forwards!important;}.payment-demo.boom .pay-burst i{opacity:0;animation:payBurst .9s cubic-bezier(.15,.72,.25,1) calc(var(--i)*.017s) forwards!important;}@media(max-width:430px){.projects-nav,.projects-nav.is-scrolled-sticky{width:100%!important}}.app{padding-top:52px!important}.projects-nav,.projects-nav.is-scrolled-sticky{position:fixed!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;width:min(100%,430px)!important;padding:5px 8px!important;background:linear-gradient(180deg,rgba(9,5,26,.99),rgba(16,7,41,.98))!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 7px 18px rgba(10,4,31,.24)!important;}.projects-toggle{height:42px!important;min-height:42px!important;padding:0 9px!important;grid-template-columns:30px minmax(0,1fr) 22px!important;gap:8px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.12)!important;background:linear-gradient(105deg,#211047,#3a1677 45%,#251050 70%,#3a1677)!important;background-size:250% 100%!important;animation:compactNavGradient 5.5s linear infinite!important;}.projects-toggle:before{left:-55%!important;width:34%!important;animation:compactNavShimmer 2.8s ease-in-out infinite!important;}.projects-toggle-copy strong{font-size:10.5px!important;line-height:1.15!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projects-toggle-copy small{display:none!important}.projects-toggle-arrow{font-size:15px!important;line-height:1!important}.projects-toggle-icon.hamburger-icon{width:30px!important;height:30px!important;border-radius:9px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:0!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.10)!important;}.projects-toggle-icon.hamburger-icon i{display:block;width:14px;height:1.5px;border-radius:999px;background:#fff;box-shadow:0 0 7px rgba(226,198,255,.45);transition:transform .28s ease,opacity .2s ease;}.projects-nav.open .hamburger-icon i:nth-child(1){transform:translateY(4.5px) rotate(45deg)}.projects-nav.open .hamburger-icon i:nth-child(2){opacity:0}.projects-nav.open .hamburger-icon i:nth-child(3){transform:translateY(-4.5px) rotate(-45deg)}.projects-menu{border-radius:0 0 14px 14px!important}.projects-nav.open .projects-menu{margin-top:5px!important}@keyframes compactNavGradient{0%{background-position:0 0}100%{background-position:250% 0}}@keyframes compactNavShimmer{0%,12%{left:-55%;opacity:0}28%{opacity:.95}52%,100%{left:125%;opacity:0}}.wp-node.active[data-step="4"]{transform:none!important}.wp-node.active[data-step="4"]>span{animation:workPaidPulse 1s ease-in-out infinite!important;}.process-option.boom .wp-boom strong,.process-option.boom .wp-boom>span,.process-option.boom .wp-boom .celebrate-emoji,.process-option.boom .wp-boom:before,.process-option.boom .wp-boom:after{display:none!important;content:none!important;animation:none!important;}.process-option.boom .wp-boom{opacity:1!important;filter:none!important;}.process-option.boom .wp-boom i{animation:workConfettiOnly 1s cubic-bezier(.16,.72,.25,1) calc(var(--i)*.018s) forwards!important;}@keyframes workPaidPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 3px rgba(51,210,123,.10),0 0 13px rgba(51,210,123,.30)}50%{transform:scale(1.055);box-shadow:0 0 0 6px rgba(51,210,123,.07),0 0 20px rgba(51,210,123,.48)}}@keyframes workConfettiOnly{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(calc((var(--i) - 8)*6px),calc(26px + (var(--i)%5)*8px)) rotate(calc(var(--i)*65deg))}}.pay-line .pay-node.active[data-step="4"]:after{content:none!important;display:none!important}.pay-line-layout{padding:9px 0 10px!important}.paid-via-badge{width:max-content;max-width:100%;margin:1px 0 8px auto;padding:5px 9px;border-radius:999px;background:#e5f8ed;border:1px solid #bde5cd;color:#13814a;font-size:6.6px;line-height:1.15;font-weight:950;white-space:nowrap;opacity:0;transform:translateY(-3px) scale(.96);transition:opacity .25s ease,transform .25s ease;pointer-events:none;}.payment-demo[data-active-stage="4"] .paid-via-badge{opacity:1;transform:none;}.pay-line .payment-info{margin-top:0!important;clear:both}@media(max-width:360px){.app{padding-top:50px!important}.projects-nav,.projects-nav.is-scrolled-sticky{padding:4px 6px!important}.projects-toggle{height:42px!important;padding:0 7px!important;grid-template-columns:29px minmax(0,1fr) 20px!important;gap:6px!important}.projects-toggle-copy strong{font-size:9.4px!important}.paid-via-badge{font-size:6px;padding:4px 7px}}.process-gallery-head>b i{display:none!important}.process-gallery-head>b{gap:0!important}.wp-node.active[data-step="4"]>span{animation:workPaidPulse .7s ease-in-out infinite!important}.process-option.boom .wp-boom i{animation:workConfettiOnly .62s cubic-bezier(.16,.72,.25,1) calc(var(--i)*.012s) forwards!important}.app{padding-top:0!important}.projects-nav,.projects-nav.is-scrolled-sticky{position:absolute!important;top:10px!important;right:10px!important;left:auto!important;transform:none!important;width:44px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;z-index:180!important;}.projects-nav.is-scrolled-sticky{position:fixed!important;top:max(8px,env(safe-area-inset-top))!important;right:max(10px,calc((100vw - 430px)/2 + 10px))!important;}.projects-toggle{width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;gap:0!important;border-radius:14px!important;background:linear-gradient(135deg,#2a105d,#7132f5 48%,#35116d 72%,#9d54ff)!important;background-size:260% 100%!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 9px 23px rgba(30,9,77,.34),inset 0 1px 0 rgba(255,255,255,.16)!important;animation:compactNavGradient 4.2s linear infinite!important;}.projects-toggle:before{left:-70%!important;width:50%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent)!important;animation:compactNavShimmer 2.35s ease-in-out infinite!important;}.projects-toggle-copy,.projects-toggle-arrow{display:none!important}.projects-toggle-icon.hamburger-icon{width:32px!important;height:32px!important;border-radius:10px!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;}.projects-toggle-icon.hamburger-icon i{width:15px!important;height:1.7px!important}.projects-menu{position:absolute!important;top:49px!important;right:0!important;left:auto!important;width:min(330px,calc(100vw - 24px))!important;margin:0!important;border-radius:15px!important;background:linear-gradient(180deg,#170a38,#100726)!important;box-shadow:0 18px 42px rgba(7,3,22,.38)!important;}.projects-nav.open .projects-menu{margin-top:0!important;max-height:285px!important}@media(max-width:360px){.projects-nav,.projects-nav.is-scrolled-sticky{width:42px!important;right:8px!important}.projects-nav.is-scrolled-sticky{right:max(8px,calc((100vw - 430px)/2 + 8px))!important}.projects-toggle{width:42px!important;height:42px!important;min-height:42px!important}.projects-menu{width:calc(100vw - 16px)!important}}.wp-node.active[data-step="4"],.wp-node.active[data-step="4"] > span{animation:none!important;transform:none!important;}.wp-node.active[data-step="4"] > span{background:linear-gradient(145deg,#30c975,#137948)!important;border-color:#8af0b5!important;box-shadow:0 0 0 4px rgba(51,210,123,.12),0 8px 20px rgba(19,121,72,.28)!important;}.process-option.boom .wp-boom{display:block!important;opacity:1!important;right:-2px!important;top:18px!important;width:132px!important;height:126px!important;overflow:visible!important;}.wp-boom i{right:48px!important;top:54px!important;width:5px!important;height:9px!important;opacity:0!important;border-radius:2px!important;background:var(--confetti-color,#ffe06b)!important;}.process-option.boom .wp-boom i{animation:workNaturalConfetti .95s cubic-bezier(.12,.68,.24,1) var(--confetti-delay,0s) both!important;}.wp-boom i:nth-child(1){--tx:-58px;--ty:-42px;--rot:-230deg;--confetti-delay:0s;--confetti-color:#ffcf5a}.wp-boom i:nth-child(2){--tx:-43px;--ty:-67px;--rot:190deg;--confetti-delay:.025s;--confetti-color:#9b6cff}.wp-boom i:nth-child(3){--tx:-27px;--ty:-48px;--rot:-150deg;--confetti-delay:.05s;--confetti-color:#42d98b}.wp-boom i:nth-child(4){--tx:-12px;--ty:-73px;--rot:250deg;--confetti-delay:.075s;--confetti-color:#ff78bd}.wp-boom i:nth-child(5){--tx:4px;--ty:-55px;--rot:-210deg;--confetti-delay:.10s;--confetti-color:#65b7ff}.wp-boom i:nth-child(6){--tx:20px;--ty:-75px;--rot:180deg;--confetti-delay:.125s;--confetti-color:#ffcf5a}.wp-boom i:nth-child(7){--tx:37px;--ty:-52px;--rot:-270deg;--confetti-delay:.15s;--confetti-color:#42d98b}.wp-boom i:nth-child(8){--tx:55px;--ty:-64px;--rot:230deg;--confetti-delay:.175s;--confetti-color:#9b6cff}.wp-boom i:nth-child(9){--tx:-52px;--ty:-16px;--rot:170deg;--confetti-delay:.02s;--confetti-color:#65b7ff}.wp-boom i:nth-child(10){--tx:-34px;--ty:-26px;--rot:-200deg;--confetti-delay:.055s;--confetti-color:#ff78bd}.wp-boom i:nth-child(11){--tx:-17px;--ty:-13px;--rot:250deg;--confetti-delay:.09s;--confetti-color:#ffcf5a}.wp-boom i:nth-child(12){--tx:13px;--ty:-22px;--rot:-180deg;--confetti-delay:.125s;--confetti-color:#42d98b}.wp-boom i:nth-child(13){--tx:29px;--ty:-10px;--rot:220deg;--confetti-delay:.16s;--confetti-color:#9b6cff}.wp-boom i:nth-child(14){--tx:49px;--ty:-28px;--rot:-260deg;--confetti-delay:.195s;--confetti-color:#65b7ff}.wp-boom i:nth-child(15){--tx:-22px;--ty:6px;--rot:190deg;--confetti-delay:.11s;--confetti-color:#ff78bd}.wp-boom i:nth-child(16){--tx:31px;--ty:7px;--rot:-220deg;--confetti-delay:.17s;--confetti-color:#ffcf5a}@keyframes workNaturalConfetti{0%{opacity:0;transform:translate(0,0) rotate(0) scale(.55)}12%{opacity:1}72%{opacity:1}100%{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(var(--rot)) scale(1)}}.withdrawal-mark{position:relative!important;font-size:0!important;}.withdrawal-mark:before{content:"";width:19px;height:13px;border:2px solid #238b58;border-radius:4px;box-sizing:border-box;}.withdrawal-mark:after{content:"";position:absolute;width:5px;height:5px;right:8px;top:50%;transform:translateY(-50%);border-radius:50%;background:#238b58;}.pay-node.active[data-step="4"],.pay-node.active[data-step="4"] > span{animation:none!important;transform:none!important;}.pay-node.active[data-step="4"] > span{background:#e4faed!important;border-color:#65cf94!important;box-shadow:0 0 0 4px rgba(49,184,116,.10),0 8px 17px rgba(28,130,79,.18)!important;}.payment-demo.boom .pay-burst{display:block!important;right:-2px!important;bottom:36px!important;width:112px!important;height:96px!important;overflow:visible!important;}.pay-burst i{right:39px!important;bottom:25px!important;width:4px!important;height:8px!important;opacity:0!important;background:var(--pay-confetti-color,#ffcf5a)!important;}.payment-demo.boom .pay-burst i{animation:withdrawalNaturalConfetti .9s cubic-bezier(.12,.68,.24,1) var(--pay-delay,0s) both!important;}.pay-burst i:nth-child(1){--px:-48px;--py:-36px;--pr:-220deg;--pay-delay:0s;--pay-confetti-color:#ffcf5a}.pay-burst i:nth-child(2){--px:-34px;--py:-58px;--pr:190deg;--pay-delay:.025s;--pay-confetti-color:#8d67ff}.pay-burst i:nth-child(3){--px:-19px;--py:-43px;--pr:-170deg;--pay-delay:.05s;--pay-confetti-color:#42d98b}.pay-burst i:nth-child(4){--px:-5px;--py:-64px;--pr:240deg;--pay-delay:.075s;--pay-confetti-color:#ff79ba}.pay-burst i:nth-child(5){--px:11px;--py:-48px;--pr:-210deg;--pay-delay:.10s;--pay-confetti-color:#65b7ff}.pay-burst i:nth-child(6){--px:27px;--py:-62px;--pr:180deg;--pay-delay:.125s;--pay-confetti-color:#ffcf5a}.pay-burst i:nth-child(7){--px:43px;--py:-43px;--pr:-260deg;--pay-delay:.15s;--pay-confetti-color:#42d98b}.pay-burst i:nth-child(8){--px:54px;--py:-55px;--pr:225deg;--pay-delay:.175s;--pay-confetti-color:#8d67ff}.pay-burst i:nth-child(9){--px:-43px;--py:-15px;--pr:175deg;--pay-delay:.02s;--pay-confetti-color:#65b7ff}.pay-burst i:nth-child(10){--px:-26px;--py:-24px;--pr:-205deg;--pay-delay:.055s;--pay-confetti-color:#ff79ba}.pay-burst i:nth-child(11){--px:-11px;--py:-10px;--pr:250deg;--pay-delay:.09s;--pay-confetti-color:#ffcf5a}.pay-burst i:nth-child(12){--px:15px;--py:-20px;--pr:-180deg;--pay-delay:.125s;--pay-confetti-color:#42d98b}.pay-burst i:nth-child(13){--px:31px;--py:-9px;--pr:220deg;--pay-delay:.16s;--pay-confetti-color:#8d67ff}.pay-burst i:nth-child(14){--px:48px;--py:-26px;--pr:-255deg;--pay-delay:.195s;--pay-confetti-color:#65b7ff}.pay-burst i:nth-child(15){--px:-16px;--py:5px;--pr:185deg;--pay-delay:.11s;--pay-confetti-color:#ff79ba}.pay-burst i:nth-child(16){--px:28px;--py:6px;--pr:-220deg;--pay-delay:.17s;--pay-confetti-color:#ffcf5a}@keyframes withdrawalNaturalConfetti{0%{opacity:0;transform:translate(0,0) rotate(0) scale(.55)}12%{opacity:1}72%{opacity:1}100%{opacity:0;transform:translate(var(--px),var(--py)) rotate(var(--pr)) scale(1)}}.projects-nav,.projects-nav.is-scrolled-sticky{width:52px!important}.projects-toggle{width:52px!important;height:52px!important;min-height:52px!important;border-radius:16px!important;}.projects-toggle-icon.hamburger-icon{width:38px!important;height:38px!important;border-radius:12px!important;gap:4px!important;}.projects-toggle-icon.hamburger-icon i{width:18px!important;height:2px!important;}.projects-nav.open .hamburger-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)!important}.projects-nav.open .hamburger-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)!important}.projects-menu{top:58px!important}@media(max-width:360px){.projects-nav,.projects-nav.is-scrolled-sticky{width:49px!important}.projects-toggle{width:49px!important;height:49px!important;min-height:49px!important}.projects-toggle-icon.hamburger-icon{width:35px!important;height:35px!important}.projects-menu{top:55px!important}}.hero h1{margin-top:0!important}.model-live-caption{min-height:52px!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;padding:7px 12px!important;line-height:1.2!important;}.model-live-caption .caption-line{display:block!important;width:auto!important;height:auto!important;border-radius:0!important;background:none!important;box-shadow:none!important;animation:none!important;color:#fff!important;font-size:11px!important;font-weight:900!important;letter-spacing:.15px!important;}.model-live-caption .caption-line + .caption-line{color:#baf7d1!important;font-size:10px!important;}.wp-node[data-step="4"] .paid-mark{font-size:9.5px!important;letter-spacing:0!important;line-height:1!important;white-space:nowrap!important;}.wp-node.active[data-step="4"],.wp-node.active[data-step="4"] > span{animation:none!important;filter:none!important;opacity:1!important;}.wp-node.active[data-step="4"] > span{transform:none!important;box-shadow:0 0 0 4px rgba(51,210,123,.12),0 9px 20px rgba(20,126,73,.28)!important;}.process-option .wp-boom{position:absolute!important;z-index:30!important;display:block!important;opacity:1!important;pointer-events:none!important;right:-3px!important;top:18px!important;width:140px!important;height:128px!important;overflow:visible!important;filter:none!important;}.process-option .wp-boom i{position:absolute!important;z-index:31!important;right:51px!important;top:55px!important;width:5px!important;height:9px!important;border-radius:2px!important;opacity:0!important;background:var(--work-confetti,#ffcf5a)!important;animation:none!important;}.process-option.boom .wp-boom i{animation:confirmedWorkConfetti .64s cubic-bezier(.14,.72,.24,1) var(--work-delay,0s) both!important;}.wp-boom i:nth-child(1){--cx:-62px;--cy:-42px;--cr:-240deg;--work-delay:0s;--work-confetti:#ffd05a}.wp-boom i:nth-child(2){--cx:-47px;--cy:-68px;--cr:210deg;--work-delay:.018s;--work-confetti:#9d70ff}.wp-boom i:nth-child(3){--cx:-31px;--cy:-50px;--cr:-175deg;--work-delay:.036s;--work-confetti:#43db8d}.wp-boom i:nth-child(4){--cx:-15px;--cy:-75px;--cr:260deg;--work-delay:.054s;--work-confetti:#ff79ba}.wp-boom i:nth-child(5){--cx:2px;--cy:-57px;--cr:-225deg;--work-delay:.072s;--work-confetti:#66b9ff}.wp-boom i:nth-child(6){--cx:20px;--cy:-76px;--cr:195deg;--work-delay:.09s;--work-confetti:#ffd05a}.wp-boom i:nth-child(7){--cx:39px;--cy:-54px;--cr:-280deg;--work-delay:.108s;--work-confetti:#43db8d}.wp-boom i:nth-child(8){--cx:59px;--cy:-66px;--cr:245deg;--work-delay:.126s;--work-confetti:#9d70ff}.wp-boom i:nth-child(9){--cx:-57px;--cy:-17px;--cr:185deg;--work-delay:.02s;--work-confetti:#66b9ff}.wp-boom i:nth-child(10){--cx:-38px;--cy:-29px;--cr:-215deg;--work-delay:.05s;--work-confetti:#ff79ba}.wp-boom i:nth-child(11){--cx:-19px;--cy:-14px;--cr:265deg;--work-delay:.08s;--work-confetti:#ffd05a}.wp-boom i:nth-child(12){--cx:13px;--cy:-25px;--cr:-195deg;--work-delay:.11s;--work-confetti:#43db8d}.wp-boom i:nth-child(13){--cx:32px;--cy:-12px;--cr:235deg;--work-delay:.14s;--work-confetti:#9d70ff}.wp-boom i:nth-child(14){--cx:52px;--cy:-31px;--cr:-270deg;--work-delay:.17s;--work-confetti:#66b9ff}.wp-boom i:nth-child(15){--cx:-17px;--cy:8px;--cr:195deg;--work-delay:.10s;--work-confetti:#ff79ba}.wp-boom i:nth-child(16){--cx:31px;--cy:8px;--cr:-230deg;--work-delay:.15s;--work-confetti:#ffd05a}@keyframes confirmedWorkConfetti{0%{opacity:0;transform:translate(0,0) rotate(0deg) scale(.55)}10%{opacity:1}76%{opacity:1}100%{opacity:0;transform:translate(var(--cx),var(--cy)) rotate(var(--cr)) scale(1)}}.payment-demo.boom .pay-burst i{animation-duration:.46s!important;}.projects-toggle{position:relative!important;isolation:isolate!important;overflow:hidden!important;}.projects-toggle:before{content:""!important;position:absolute!important;z-index:2!important;top:-35%!important;bottom:-35%!important;left:-75%!important;width:48%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent)!important;transform:skewX(-20deg)!important;opacity:0!important;pointer-events:none!important;animation:confirmedMenuShimmer 2.15s ease-in-out infinite!important;}.projects-toggle-icon,.projects-toggle-copy,.projects-toggle-arrow{position:relative!important;z-index:3!important}@keyframes confirmedMenuShimmer{0%,14%{left:-75%;opacity:0}27%{opacity:1}58%,100%{left:135%;opacity:0}}.payout-strip .payout-item b{font-size:14px!important;line-height:1.12!important;letter-spacing:-.15px!important;}@media(max-width:360px){.payout-strip .payout-item b{font-size:12.5px!important}.model-live-caption .caption-line{font-size:10.5px!important}.model-live-caption .caption-line + .caption-line{font-size:9.5px!important}}.model-live-caption{min-height:40px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:18px!important;padding:8px 14px!important;white-space:nowrap!important;}.model-live-caption .caption-line,.model-live-caption .caption-line + .caption-line{display:inline-flex!important;width:auto!important;align-items:center!important;gap:7px!important;color:#fff!important;font-size:10.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.1px!important;}.model-live-caption .caption-line:before{content:""!important;flex:0 0 8px!important;width:8px!important;height:8px!important;border-radius:50%!important;background:#42e58d!important;box-shadow:0 0 0 0 rgba(66,229,141,.52),0 0 11px rgba(66,229,141,.92)!important;animation:liveGreenStatus 1.35s ease-out infinite!important;}.model-live-caption .caption-line:nth-child(2):before{animation-delay:.36s!important}@keyframes liveGreenStatus{0%{box-shadow:0 0 0 0 rgba(66,229,141,.52),0 0 8px rgba(66,229,141,.88);transform:scale(.92)}55%{box-shadow:0 0 0 7px rgba(66,229,141,0),0 0 13px rgba(66,229,141,.95);transform:scale(1.08)}100%{box-shadow:0 0 0 0 rgba(66,229,141,0),0 0 8px rgba(66,229,141,.76);transform:scale(.92)}}@media(max-width:360px){.model-live-caption{gap:12px!important;padding-left:9px!important;padding-right:9px!important}.model-live-caption .caption-line,.model-live-caption .caption-line + .caption-line{font-size:9.5px!important;gap:5px!important}.model-live-caption .caption-line:before{width:7px!important;height:7px!important;flex-basis:7px!important}}.process-option{overflow:visible!important}.wp-node[data-step="4"]{overflow:visible!important}.wp-node[data-step="4"] .wp-boom{position:absolute!important;z-index:80!important;display:block!important;left:50%!important;right:auto!important;top:-27px!important;width:170px!important;height:126px!important;transform:translateX(-50%)!important;opacity:1!important;overflow:visible!important;pointer-events:none!important;filter:none!important;}.wp-node[data-step="4"] .wp-boom i{position:absolute!important;z-index:81!important;left:50%!important;right:auto!important;top:49px!important;width:6px!important;height:10px!important;margin:0!important;border-radius:2px!important;opacity:0!important;transform:translate(-50%,0)!important;background:var(--final-confetti,#ffd45d)!important;animation:none!important;box-shadow:none!important;}.process-option.boom .wp-node[data-step="4"] .wp-boom i{animation:finalPaidConfetti .72s cubic-bezier(.12,.72,.22,1) var(--final-delay,0s) both!important;}.wp-boom i:nth-child(1){--fx:-72px;--fy:-40px;--fr:-260deg;--final-delay:0s;--final-confetti:#ffd45d}.wp-boom i:nth-child(2){--fx:-58px;--fy:-73px;--fr:230deg;--final-delay:.012s;--final-confetti:#a87aff}.wp-boom i:nth-child(3){--fx:-42px;--fy:-51px;--fr:-190deg;--final-delay:.024s;--final-confetti:#42df8c}.wp-boom i:nth-child(4){--fx:-25px;--fy:-82px;--fr:280deg;--final-delay:.036s;--final-confetti:#ff79bc}.wp-boom i:nth-child(5){--fx:-8px;--fy:-58px;--fr:-235deg;--final-delay:.048s;--final-confetti:#64baff}.wp-boom i:nth-child(6){--fx:11px;--fy:-84px;--fr:215deg;--final-delay:.060s;--final-confetti:#ffd45d}.wp-boom i:nth-child(7){--fx:29px;--fy:-58px;--fr:-295deg;--final-delay:.072s;--final-confetti:#42df8c}.wp-boom i:nth-child(8){--fx:48px;--fy:-76px;--fr:265deg;--final-delay:.084s;--final-confetti:#a87aff}.wp-boom i:nth-child(9){--fx:69px;--fy:-43px;--fr:-220deg;--final-delay:.096s;--final-confetti:#64baff}.wp-boom i:nth-child(10){--fx:-66px;--fy:-15px;--fr:210deg;--final-delay:.018s;--final-confetti:#ff79bc}.wp-boom i:nth-child(11){--fx:-45px;--fy:-27px;--fr:-240deg;--final-delay:.038s;--final-confetti:#ffd45d}.wp-boom i:nth-child(12){--fx:-21px;--fy:-12px;--fr:275deg;--final-delay:.058s;--final-confetti:#42df8c}.wp-boom i:nth-child(13){--fx:22px;--fy:-22px;--fr:-210deg;--final-delay:.078s;--final-confetti:#a87aff}.wp-boom i:nth-child(14){--fx:45px;--fy:-13px;--fr:250deg;--final-delay:.098s;--final-confetti:#64baff}.wp-boom i:nth-child(15){--fx:-28px;--fy:12px;--fr:205deg;--final-delay:.070s;--final-confetti:#ff79bc}.wp-boom i:nth-child(16){--fx:36px;--fy:11px;--fr:-245deg;--final-delay:.105s;--final-confetti:#ffd45d}@keyframes finalPaidConfetti{0%{opacity:0;transform:translate(-50%,0) rotate(0deg) scale(.45)}8%{opacity:1}72%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--fx)),var(--fy)) rotate(var(--fr)) scale(1.08)}}.projects-toggle{position:relative!important;isolation:isolate!important;overflow:hidden!important;}.projects-toggle:before{content:""!important;position:absolute!important;z-index:5!important;top:-35%!important;bottom:-35%!important;left:-65%!important;width:42%!important;opacity:1!important;border-radius:999px!important;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.10) 20%,rgba(255,255,255,.82) 50%,rgba(235,207,255,.20) 78%,transparent 100%)!important;filter:blur(.2px)!important;transform:skewX(-19deg) translateX(0)!important;animation:finalHamburgerShimmer 1.75s linear infinite!important;pointer-events:none!important;will-change:transform!important;}.projects-toggle:after{content:""!important;position:absolute!important;z-index:1!important;inset:1px!important;border-radius:15px!important;background:radial-gradient(circle at 25% 20%,rgba(226,194,255,.26),transparent 38%)!important;pointer-events:none!important;}.projects-toggle-icon.hamburger-icon{position:relative!important;z-index:7!important}@keyframes finalHamburgerShimmer{0%{transform:skewX(-19deg) translateX(0)}100%{transform:skewX(-19deg) translateX(320%)}}.model-live-caption.live-status-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:20px!important;min-height:40px!important;padding:8px 13px!important;white-space:nowrap!important;}.model-live-caption.live-status-row .live-status-item{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:10.5px!important;font-weight:900!important;line-height:1!important;letter-spacing:.05px!important;animation:none!important;}.model-live-caption.live-status-row .live-status-dot{display:block;flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#35e984;box-shadow:0 0 0 0 rgba(53,233,132,.58),0 0 9px rgba(53,233,132,.95);animation:verifiedLiveDotPulse 1.25s ease-out infinite;}.model-live-caption.live-status-row .live-status-item:nth-child(2) .live-status-dot{animation-delay:.32s}@keyframes verifiedLiveDotPulse{0%{transform:scale(.88);box-shadow:0 0 0 0 rgba(53,233,132,.58),0 0 8px rgba(53,233,132,.9)}55%{transform:scale(1.13);box-shadow:0 0 0 7px rgba(53,233,132,0),0 0 15px rgba(53,233,132,1)}100%{transform:scale(.88);box-shadow:0 0 0 0 rgba(53,233,132,0),0 0 8px rgba(53,233,132,.82)}}@media(max-width:360px){.model-live-caption.live-status-row{gap:13px!important;padding-left:8px!important;padding-right:8px!important}.model-live-caption.live-status-row .live-status-item{font-size:9.4px!important;gap:5px!important}.model-live-caption.live-status-row .live-status-dot{width:7px;height:7px;flex-basis:7px}}.projects-toggle:before{display:none!important;animation:none!important}.projects-toggle{isolation:isolate!important;overflow:hidden!important}.menu-shimmer-v2{position:absolute;z-index:18;top:-55%;left:-95%;width:62%;height:210%;border-radius:999px;pointer-events:none;opacity:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.10) 18%,rgba(255,255,255,.95) 48%,rgba(216,177,255,.45) 64%,transparent 100%);filter:blur(.35px);transform:skewX(-20deg);animation:verifiedMenuShimmer 1.55s ease-in-out infinite;}.projects-toggle-icon.hamburger-icon{z-index:25!important}@keyframes verifiedMenuShimmer{0%,12%{left:-95%;opacity:0}22%{opacity:.95}68%{left:142%;opacity:.9}82%,100%{left:142%;opacity:0}}.wp-node[data-step="4"] .wp-boom{display:none!important}.process-gallery,.process-option,.process-line,.wp-node[data-step="4"]{overflow:visible!important;}.wp-node[data-step="4"]{isolation:isolate!important}.paid-celebration-v2{position:absolute;z-index:9999;left:50%;top:27px;width:2px;height:2px;overflow:visible;pointer-events:none;}.paid-celebration-v2 .paid-confetti-piece{position:absolute;left:0;top:0;width:7px;height:11px;border-radius:2px;opacity:0;transform:translate(-50%,-50%) scale(.25);will-change:transform,opacity;box-shadow:0 1px 2px rgba(0,0,0,.16);}.paid-celebration-v2 .paid-confetti-piece.round{width:7px;height:7px;border-radius:50%}.paid-celebration-v2 .paid-confetti-piece.slim{width:4px;height:13px}.model-live-caption.live-status-row{justify-content:space-evenly!important;gap:12px!important;padding-left:12px!important;padding-right:12px!important;}.model-live-caption.live-status-row .live-status-item{flex:1 1 0!important;min-width:0!important;white-space:nowrap!important;}@media(min-width:768px){.app{width:min(calc(100vw - 48px),960px)!important}.projects-nav.is-scrolled-sticky{right:max(10px,calc((100vw - min(calc(100vw - 48px),960px))/2 + 10px))!important}.hero{padding-left:28px!important;padding-right:28px!important}.real-model-stage{height:clamp(430px,56vw,650px)!important}.article,.article-intro,.premium-footer{padding-left:28px!important;padding-right:28px!important}.process-gallery{max-width:100%!important}.line-layout{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr)!important}}.professional-projects-nav .professional-menu-toggle{border-radius:17px!important;background:linear-gradient(145deg,#261050 0%,#7132f5 50%,#42168a 100%)!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 12px 30px rgba(35,10,87,.42),inset 0 1px 0 rgba(255,255,255,.22)!important;}.professional-projects-nav .professional-menu-toggle:after{background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.28),transparent 42%)!important;}.professional-projects-nav .hamburger-icon{background:rgba(11,5,33,.22)!important;border-color:rgba(255,255,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)!important;}.professional-projects-menu{top:62px!important;width:min(390px,calc(100vw - 20px))!important;max-height:0!important;overflow:hidden!important;border-radius:22px!important;background: radial-gradient(circle at 100% 0,rgba(132,72,255,.24),transparent 34%),linear-gradient(160deg,rgba(25,11,58,.985),rgba(10,5,29,.995))!important;border:1px solid rgba(211,185,255,.16)!important;box-shadow:0 24px 65px rgba(5,2,19,.52),inset 0 1px 0 rgba(255,255,255,.08)!important;backdrop-filter:blur(20px)!important;}.professional-projects-nav.open .professional-projects-menu{max-height:min(78vh,610px)!important;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(158,105,255,.55) transparent;}.professional-projects-menu::-webkit-scrollbar{width:5px}.professional-projects-menu::-webkit-scrollbar-thumb{background:rgba(158,105,255,.55);border-radius:999px}.professional-menu-head{position:sticky;top:0;z-index:4;display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:14px 14px 12px!important;background:linear-gradient(180deg,rgba(25,11,58,.98),rgba(20,9,48,.94))!important;border-bottom:1px solid rgba(255,255,255,.08)!important;backdrop-filter:blur(14px)!important;}.menu-head-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#8e55ff,#5b25d1);border:1px solid rgba(255,255,255,.22);box-shadow:0 9px 22px rgba(93,36,218,.34);}.menu-head-mark svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.menu-head-copy{min-width:0}.menu-head-copy strong{display:block!important;font-size:13px!important;line-height:1.2!important;color:#fff!important}.menu-head-copy span{display:block!important;margin-top:4px!important;padding:0!important;background:none!important;font-size:8px!important;line-height:1.35!important;color:#bfb2d3!important}.professional-menu-head>small{padding:6px 8px;border-radius:999px;background:rgba(138,76,255,.15);border:1px solid rgba(188,146,255,.16);color:#d8c5ff;font-size:7px;font-weight:900;white-space:nowrap;}.professional-project-links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;padding:12px!important;}.professional-project-links .project-link{position:relative!important;min-height:76px!important;padding:11px 32px 11px 10px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;border-radius:15px!important;color:#fff!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.09)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;transform:none!important;transition:transform .22s ease,border-color .22s ease,background .22s ease,box-shadow .22s ease!important;}.professional-project-links .project-link:hover,.professional-project-links .project-link:focus-visible{transform:translateY(-2px)!important;background:linear-gradient(145deg,rgba(137,74,255,.19),rgba(255,255,255,.055))!important;border-color:rgba(188,145,255,.30)!important;box-shadow:0 11px 23px rgba(5,2,18,.25),inset 0 1px 0 rgba(255,255,255,.07)!important;outline:none!important;}.professional-project-links .project-icon{width:40px!important;height:40px!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:var(--project-icon-bg,rgba(122,67,239,.16))!important;border:1px solid var(--project-icon-border,rgba(175,132,255,.20))!important;color:var(--project-icon-color,#c9abff)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;}.professional-project-links .project-icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}.project-link-blue{--project-icon-bg:rgba(59,142,247,.14);--project-icon-border:rgba(102,174,255,.22);--project-icon-color:#80bcff}.project-link-pink{--project-icon-bg:rgba(255,94,190,.13);--project-icon-border:rgba(255,128,205,.21);--project-icon-color:#ff9bd5}.project-link-orange{--project-icon-bg:rgba(246,165,38,.13);--project-icon-border:rgba(255,190,87,.22);--project-icon-color:#ffc367}.project-link-green{--project-icon-bg:rgba(49,184,116,.13);--project-icon-border:rgba(91,220,151,.22);--project-icon-color:#70e0a7}.project-link-cyan{--project-icon-bg:rgba(42,194,220,.13);--project-icon-border:rgba(92,220,242,.21);--project-icon-color:#71dff3}.project-link-yellow{--project-icon-bg:rgba(246,203,38,.13);--project-icon-border:rgba(255,225,89,.20);--project-icon-color:#ffe36f}.project-link-slate{--project-icon-bg:rgba(174,185,207,.11);--project-icon-border:rgba(201,211,231,.16);--project-icon-color:#cad3e5}.project-copy{min-width:0;display:block!important}.project-copy b{display:block;font-size:10px;line-height:1.25;color:#fff}.project-copy small{display:block;margin-top:4px;font-size:7px;line-height:1.35;color:#a99dbb;font-weight:600}.professional-project-links .project-chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#8e7aa9;font-size:18px;transition:transform .22s ease,color .22s ease;}.professional-project-links .project-link:hover .project-chevron,.professional-project-links .project-link:focus-visible .project-chevron{transform:translate(2px,-50%);color:#d6c2ff}.professional-project-links .project-badge{top:7px!important;right:8px!important;transform:none!important;padding:4px 6px!important;font-size:5.8px!important;z-index:2;}.professional-project-links .project-badge.hot{background:linear-gradient(180deg,#ff725e,#dd3737)!important}.professional-menu-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 12px 12px;padding:10px 11px;border-radius:13px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);}.professional-menu-footer span{display:inline-flex;align-items:center;gap:7px;color:#d8cce7;font-size:7.5px;font-weight:850}.professional-menu-footer span i{width:7px;height:7px;border-radius:50%;background:#4ee495;box-shadow:0 0 0 4px rgba(78,228,149,.10)}.professional-menu-footer small{font-size:6.8px;color:#8f829f;text-align:right}@media(max-width:370px){.professional-projects-menu{right:-2px!important;width:calc(100vw - 14px)!important;border-radius:18px!important}.professional-menu-head{grid-template-columns:38px minmax(0,1fr) auto!important;padding:12px 11px 10px!important;gap:8px!important}.menu-head-mark{width:38px;height:38px;border-radius:12px}.menu-head-copy strong{font-size:11.5px!important}.menu-head-copy span{font-size:7px!important}.professional-menu-head>small{font-size:6px;padding:5px 6px}.professional-project-links{grid-template-columns:1fr!important;padding:9px!important;gap:7px!important}.professional-project-links .project-link{min-height:64px!important;padding:9px 31px 9px 9px!important;grid-template-columns:37px minmax(0,1fr)!important}.professional-project-links .project-icon{width:37px!important;height:37px!important;border-radius:11px!important}.project-copy b{font-size:9.5px}.project-copy small{font-size:6.7px}.professional-menu-footer{margin:0 9px 9px;padding:9px}}@media(min-width:768px){.professional-projects-menu{width:410px!important;right:-4px!important}.professional-project-links .project-link{min-height:80px!important}}.model-live-caption.live-status-row{gap:8px!important;padding-left:10px!important;padding-right:10px!important;}.model-live-caption.live-status-row .live-status-item{flex:1 1 33.333%!important;min-width:0!important;gap:6px!important;font-size:clamp(8.2px,2.45vw,10.5px)!important;white-space:nowrap!important;}.model-live-caption.live-status-row .live-status-item:nth-child(3) .live-status-dot{animation-delay:.64s!important;}.professional-projects-nav.open .professional-projects-menu{max-height:calc(100vh - 78px)!important;}.professional-projects-menu{width:min(500px,calc(100vw - 20px))!important;}.professional-project-links{gap:7px!important;padding:10px!important;}.professional-project-links .project-link{min-height:64px!important;padding:9px 30px 9px 9px!important;grid-template-columns:37px minmax(0,1fr)!important;gap:8px!important;}.professional-project-links .project-icon{width:37px!important;height:37px!important;border-radius:11px!important;}.project-copy b{font-size:9.5px!important}.project-copy small{font-size:6.8px!important;margin-top:3px!important}.professional-menu-footer{margin:0 10px 10px!important;padding:8px 10px!important}@media(max-width:430px){.model-live-caption.live-status-row{gap:5px!important;padding-left:7px!important;padding-right:7px!important}.model-live-caption.live-status-row .live-status-item{font-size:8px!important;gap:4px!important}.model-live-caption.live-status-row .live-status-dot{width:6px!important;height:6px!important;flex-basis:6px!important}.professional-projects-menu{width:calc(100vw - 14px)!important;right:-2px!important}.professional-project-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:8px!important}.professional-project-links .project-link{min-height:60px!important;padding:8px 25px 8px 7px!important;grid-template-columns:32px minmax(0,1fr)!important;gap:6px!important}.professional-project-links .project-icon{width:32px!important;height:32px!important;border-radius:10px!important}.professional-project-links .project-icon svg{width:18px!important;height:18px!important}.project-copy b{font-size:8.4px!important}.project-copy small{font-size:6px!important;line-height:1.25!important}.professional-project-links .project-badge{font-size:5px!important;padding:3px 4px!important;top:5px!important;right:5px!important}.professional-project-links .project-chevron{right:6px!important;font-size:15px!important}}@media(min-width:768px){html,body{width:100%!important;max-width:none!important;overflow-x:hidden!important}body{background:var(--paper)!important}.app{width:100%!important;max-width:none!important;margin:0!important;box-shadow:none!important;}.projects-nav.is-scrolled-sticky{right:10px!important}.professional-projects-menu{width:min(540px,calc(100vw - 24px))!important;right:-4px!important}.professional-project-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sticky{width:calc(100% - 32px)!important;max-width:none!important;}}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead{border-radius:50%!important;margin:0!important;border:0!important;opacity:0;will-change:transform,opacity;}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead.streamer{width:5px!important;height:17px!important;border-radius:999px!important;}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead.gold-shine{background:radial-gradient(circle at 32% 26%,#fffce2 0 18%,#ffe875 31%,#ffc531 56%,#f39a12 78%,#b55b00 100%)!important;box-shadow:0 0 7px #fff4aa,0 0 15px rgba(255,203,55,.96),0 0 26px rgba(255,169,22,.72)!important;filter:drop-shadow(0 0 4px rgba(255,244,166,.95));}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead.gold-spark{width:10px!important;height:10px!important;border-radius:0!important;clip-path:polygon(50% 0,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0 50%,39% 38%);}@media(min-width:768px){.hero{padding:clamp(30px,3.2vw,54px) clamp(28px,3.4vw,58px) 34px!important;}.hero h1{max-width:calc(100% - 100px)!important;margin:0!important;font-size:clamp(42px,5vw,76px)!important;line-height:1!important;letter-spacing:clamp(-2.5px,-.18vw,-1px)!important;overflow-wrap:anywhere;}.hero h2{max-width:calc(100% - 110px)!important;margin-top:14px!important;font-size:clamp(23px,2.45vw,38px)!important;line-height:1.22!important;}.hero-copy{width:auto!important;max-width:min(78%,980px)!important;margin:17px 0 22px!important;font-size:clamp(16px,1.45vw,23px)!important;line-height:1.65!important;overflow-wrap:anywhere;}}.submission-method-icon,.sample-option-icon{display:grid;place-items:center;}.submission-method-icon svg,.sample-option-icon svg{width:24px;height:24px;display:block;}.submission-method-icon svg rect,.submission-method-icon svg path,.submission-method-icon svg circle,.sample-option-icon svg rect,.sample-option-icon svg path,.sample-option-icon svg circle{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}.submission-method-icon.email-icon{background:#f0e8ff!important;color:#7b3ef1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 8px 18px rgba(113,50,245,.14)}.submission-method-icon.website-icon{background:#eaf3ff!important;color:#2f7cf6!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 8px 18px rgba(67,141,247,.14)}.submission-method-icon.whatsapp-icon{background:#e8f8ef!important;color:#16a85d!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 8px 18px rgba(49,184,116,.14)}.sample-option-icon{width:38px;height:38px;margin:0 auto 6px;border-radius:11px;}.sample-option-icon.email-icon{background:#f0e8ff;color:#7b3ef1}.sample-option-icon.website-icon{background:#eaf3ff;color:#2f7cf6}.sample-option-icon.whatsapp-icon{background:#e8f8ef;color:#16a85d}.sample-submit-options span.sample-option-icon{font-size:0!important}.footer-links.footer-links-extended{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.footer-links.footer-links-extended{grid-template-columns:repeat(3,minmax(0,1fr))}}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead{transform-origin:center center}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead.streamer{width:5px!important;height:18px!important;border-radius:999px!important}.paid-celebration-v2 .paid-confetti-piece.sample-six-bead.gold-spark{box-shadow:0 0 10px rgba(255,222,92,.92),0 0 20px rgba(255,182,55,.66)!important}.submission-method-icon.brand-icon{width:clamp(50px,12vw,58px)!important;height:clamp(50px,12vw,58px)!important;border-radius:17px!important;overflow:hidden;border:1px solid rgba(255,255,255,.78);box-shadow:0 11px 24px rgba(46,29,92,.14),inset 0 1px 0 rgba(255,255,255,.95)!important;}.submission-method-icon.brand-icon svg{width:100%!important;height:100%!important;padding:7px}.submission-method-icon.email-brand-icon{background:linear-gradient(145deg,#fff,#fff0f1)!important;color:inherit!important}.submission-method-icon.website-brand-icon{background:linear-gradient(145deg,#f7f9ff,#eaf2ff)!important;color:inherit!important}.submission-method-icon.whatsapp-brand-icon{background:linear-gradient(145deg,#f4fff8,#dcf9e8)!important;color:inherit!important}.submission-method-icon.brand-icon svg *{stroke:none!important}@media(max-width:370px){.submission-method-icon.brand-icon{width:48px!important;height:48px!important;border-radius:15px!important}.submission-method-icon.brand-icon svg{padding:6px}}.submission-method-icon.png-brand-icon,.sample-option-icon.png-sample-icon{overflow:hidden;}.brand-png-icon{width:100%;height:100%;object-fit:contain;display:block;padding:4px;}.sample-png-icon{width:100%;height:100%;object-fit:contain;display:block;padding:4px;}.sample-option-icon.png-sample-icon{background:linear-gradient(145deg,#ffffff,#f5f0ff)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 10px 22px rgba(55,39,95,.14);}.premium-footer{position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -18px 40px rgba(10,3,25,.28);}.premium-footer::before,.premium-footer::after{content:"";position:absolute;pointer-events:none;border-radius:999px;filter:blur(10px);}.premium-footer::before{width:180px;height:180px;top:-56px;right:-42px;background:radial-gradient(circle,rgba(180,111,255,.34),rgba(180,111,255,0));}.premium-footer::after{width:150px;height:150px;bottom:-64px;left:-28px;background:radial-gradient(circle,rgba(74,204,255,.16),rgba(74,204,255,0));}.premium-footer > *{position:relative;z-index:1}.footer-brand{align-items:center;justify-content:space-between;margin-bottom:19px;padding:14px 15px;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.04));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(8,3,25,.18);}.footer-brand strong{font-size:15px}.footer-brand small{font-size:8px;color:#c8bbda}.footer-mark{width:42px;height:42px;border-radius:14px;box-shadow:0 0 28px rgba(155,73,255,.44),inset 0 1px 0 rgba(255,255,255,.22);}.footer-groups{display:grid;gap:13px;}.footer-group{padding:15px;border-radius:18px;border:1px solid rgba(255,255,255,.10);background:linear-gradient(160deg,rgba(255,255,255,.11),rgba(255,255,255,.035) 58%,rgba(95,43,185,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 14px 28px rgba(7,2,23,.16);backdrop-filter:blur(8px);}.footer-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:11px;}.footer-group-head span{font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#fff;}.footer-group-head small{font-size:8px;color:#c3b4da;text-align:right;}.footer-links-site{grid-template-columns:repeat(2,1fr)}.footer-links-legal{grid-template-columns:repeat(2,1fr)}.footer-links-categories{grid-template-columns:repeat(2,1fr)}.footer-links a{position:relative;padding:10px 11px;border-radius:12px;font-size:9px;color:#f1ebfa;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);transition:.2s ease;}.footer-links a::after{content:"↗";position:absolute;right:9px;top:50%;transform:translateY(-50%);font-size:9px;opacity:.56;}.footer-links a:active{background:linear-gradient(145deg,rgba(126,54,239,.34),rgba(89,36,188,.24))}.footer-divider{height:1px;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.14),rgba(255,255,255,0));margin:20px 0 14px;}.premium-footer p{font-size:9px;margin:0 0 5px;color:#fff}.footer-note{display:block;font-size:8px;line-height:1.6;color:#b3a6c7}@media(min-width:768px){.footer-groups{grid-template-columns:1.35fr 1fr 1fr}.footer-links-site{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-links-legal{grid-template-columns:repeat(2,minmax(0,1fr))}}.worklein-reference-footer{position:relative;overflow:hidden;padding:30px 18px 96px!important;color:#fff!important;text-align:center!important;background: radial-gradient(circle at 50% -15%,rgba(112,54,230,.22),transparent 36%),linear-gradient(180deg,#100827 0%,#0b061c 56%,#080416 100%)!important;border-top:1px solid rgba(187,132,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 -18px 45px rgba(8,2,24,.34)!important;}.worklein-reference-footer::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(137,76,238,.035),transparent);}.worklein-reference-footer>*{position:relative;z-index:1}.reference-footer-categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 10px;align-items:start;}.reference-category{min-width:0;color:#eee8f8!important;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;gap:9px;}.reference-category-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:#d6b7ff;background: radial-gradient(circle at 50% 35%,rgba(168,105,255,.22),rgba(55,24,112,.18) 58%,rgba(19,9,44,.72) 100%);border:1px solid rgba(184,126,255,.22);box-shadow: inset 0 0 24px rgba(139,70,245,.18),0 0 22px rgba(99,43,194,.18);}.reference-category-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(184,119,255,.58));}.reference-category strong{display:block;max-width:100%;color:#e8e1f2!important;font-size:11px;line-height:1.25;font-weight:700;white-space:normal;}.reference-footer-divider{height:1px;margin:28px 0 22px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);}.reference-footer-divider.compact{margin:21px 0 19px}.reference-footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:8px;}.reference-footer-links a{padding:3px 2px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#ddd5e8!important;font-size:11px!important;font-weight:700!important;text-align:center;white-space:nowrap;}.reference-footer-links a::after{display:none!important}.reference-footer-contact-row{display:grid;grid-template-columns:1fr;gap:12px;margin-top:27px;}.reference-contact-card{min-height:58px;padding:12px 17px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:13px;color:#e7dff3!important;background:linear-gradient(180deg,rgba(86,35,161,.62),rgba(48,19,94,.78));border:1px solid rgba(184,119,255,.22);box-shadow: inset 0 1px 0 rgba(255,255,255,.06),inset 0 0 24px rgba(136,63,235,.12),0 10px 24px rgba(5,2,18,.26);}.reference-contact-card span{flex:0 0 26px;width:26px;height:26px;color:#b87cff;}.reference-contact-card svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(181,112,255,.55));}.reference-contact-card strong{color:#e7dff3!important;font-size:13px;line-height:1.25;font-weight:700;overflow-wrap:anywhere;}.reference-footer-copyright{margin:20px 0 0!important;color:#aaa0b9!important;font-size:11px!important;font-weight:600;}@media(max-width:360px){.worklein-reference-footer{padding-left:12px!important;padding-right:12px!important}.reference-footer-categories{gap:19px 6px}.reference-category-icon{width:50px;height:50px}.reference-category-icon svg{width:24px;height:24px}.reference-category strong{font-size:10px}.reference-footer-links a{font-size:10px!important}.reference-contact-card strong{font-size:11px}}@media(min-width:620px){.worklein-reference-footer{padding-left:34px!important;padding-right:34px!important}.reference-footer-categories{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.reference-category-icon{width:62px;height:62px}.reference-category-icon svg{width:29px;height:29px}.reference-category strong{font-size:12px}.reference-footer-contact-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}.premium-project-logo{position:relative!important;overflow:hidden!important;background: radial-gradient(circle at 30% 18%,rgba(255,255,255,.42),transparent 28%),linear-gradient(145deg,#b56cff 0%,#6d2df1 52%,#32106f 100%)!important;border:1px solid rgba(255,255,255,.34)!important;box-shadow:0 10px 28px rgba(98,42,220,.48),inset 0 1px 0 rgba(255,255,255,.3),0 0 24px rgba(162,83,255,.24)!important;}.premium-project-logo::after{content:"";position:absolute;top:-28%;bottom:-28%;left:-55%;width:34%;transform:rotate(20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);animation:v18LogoShine 2.8s ease-in-out infinite;}.premium-project-logo svg{position:relative;z-index:1;width:24px!important;height:24px!important;filter:drop-shadow(0 0 7px rgba(255,255,255,.42))}@keyframes v18LogoShine{0%,18%{left:-55%;opacity:0}35%{opacity:1}58%,100%{left:130%;opacity:0}}.professional-project-links-v18 .project-link{min-height:72px!important;padding-top:11px!important;padding-bottom:11px!important;}.professional-project-links-v18 .project-copy b{font-size:12px!important;line-height:1.24!important;letter-spacing:.01em!important;}.professional-project-links-v18 .project-copy small{font-size:8.2px!important;line-height:1.38!important;}.professional-project-links-v18 .project-badge{max-width:86px;overflow:hidden;text-overflow:ellipsis;font-size:6px!important;font-weight:950!important;letter-spacing:.01em;}.professional-project-links-v18 .badge-most-valuable{color:#2c0d59!important;background:linear-gradient(90deg,#fff0ff,#e5bfff,#ffc6f1,#fff0ff)!important;background-size:220% 100%!important;box-shadow:0 0 14px rgba(225,166,255,.72),0 0 24px rgba(255,129,218,.28)!important;animation:v18ValuableBadge 1.8s linear infinite!important;}.professional-project-links-v18 .badge-easiest{color:#053b24!important;background:linear-gradient(180deg,#b9ffd8,#62e99f)!important;box-shadow:0 0 14px rgba(77,226,145,.42)!important;}.professional-project-links-v18 .badge-high-potential{color:#4e2a00!important;background:linear-gradient(90deg,#fff1a9,#ffc95c,#ffe798)!important;box-shadow:0 0 14px rgba(255,196,70,.46)!important;}.professional-project-links-v18 .badge-fire{width:25px!important;height:25px!important;padding:4px!important;display:grid!important;place-items:center!important;border-radius:50%!important;color:#fff6c7!important;background:radial-gradient(circle at 50% 72%,#ffd85f 0 20%,#ff7d28 46%,#e82932 76%,#8f1533 100%)!important;box-shadow:0 0 11px rgba(255,101,31,.8),0 0 22px rgba(255,54,43,.42)!important;animation:v18FireBadge .9s ease-in-out infinite alternate!important;}.professional-project-links-v18 .badge-fire svg{width:15px!important;height:15px!important;fill:currentColor!important;stroke:none!important}@keyframes v18ValuableBadge{to{background-position:220% 0}}@keyframes v18FireBadge{from{transform:scale(.94) rotate(-2deg)}to{transform:scale(1.08) rotate(2deg)}}.reference-category-icon{position:relative;overflow:hidden;color:var(--footer-icon-color,#d6b7ff)!important;background: radial-gradient(circle at 32% 24%,rgba(255,255,255,.27),transparent 22%),linear-gradient(145deg,var(--footer-icon-start,#7737db),var(--footer-icon-end,#24104e))!important;border:1px solid var(--footer-icon-border,rgba(184,126,255,.32))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),inset 0 -12px 24px rgba(3,1,13,.24),0 0 22px var(--footer-icon-glow,rgba(117,54,222,.26))!important;}.reference-category-icon::after{content:"";position:absolute;inset:5px;border-radius:50%;border:1px solid rgba(255,255,255,.08);pointer-events:none;}.reference-category-icon svg{position:relative;z-index:1;filter:drop-shadow(0 0 7px currentColor)!important}.category-typing{--footer-icon-color:#e9d9ff;--footer-icon-start:#8544ee;--footer-icon-end:#311067;--footer-icon-glow:rgba(143,69,245,.38)}.category-data-entry{--footer-icon-color:#bde9ff;--footer-icon-start:#287bd6;--footer-icon-end:#112f6c;--footer-icon-glow:rgba(46,144,232,.36)}.category-handwriting{--footer-icon-color:#ffd1ec;--footer-icon-start:#d7479c;--footer-icon-end:#601649;--footer-icon-glow:rgba(235,73,161,.34)}.category-assignments{--footer-icon-color:#d8ffcf;--footer-icon-start:#45a45f;--footer-icon-end:#17482a;--footer-icon-glow:rgba(76,193,107,.32)}.category-copy-paste{--footer-icon-color:#c8f6ff;--footer-icon-start:#2492a9;--footer-icon-end:#104352;--footer-icon-glow:rgba(38,181,207,.32)}.category-form-filling{--footer-icon-color:#ffe2ac;--footer-icon-start:#d78627;--footer-icon-end:#643510;--footer-icon-glow:rgba(235,147,43,.34)}.reference-footer-copyright{margin-top:24px!important}@media(max-width:430px){.professional-project-links-v18{grid-template-columns:1fr!important;gap:8px!important;padding:10px!important}.professional-project-links-v18 .project-link{min-height:70px!important;padding:10px 36px 10px 10px!important;grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important}.professional-project-links-v18 .project-icon{width:40px!important;height:40px!important}.professional-project-links-v18 .project-copy b{font-size:11.5px!important}.professional-project-links-v18 .project-copy small{font-size:8px!important}.professional-project-links-v18 .project-badge{font-size:5.8px!important;right:8px!important;top:7px!important}}.professional-projects-menu{overflow:hidden!important;max-height:calc(100dvh - 76px)!important;}.professional-menu-head{padding:9px 10px!important;min-height:48px!important;}.professional-menu-head .menu-head-mark{width:36px!important;height:36px!important;border-radius:12px!important;}.professional-menu-head .menu-head-copy strong{font-size:11px!important;letter-spacing:.02em!important;text-shadow:0 0 14px rgba(190,137,255,.3);}.professional-menu-head .menu-head-copy span,.professional-menu-head>small{font-size:6.7px!important;}.professional-project-links-v18{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:8px!important;}.professional-project-links-v18 .project-link{min-height:56px!important;padding:7px 31px 7px 7px!important;grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;border-radius:13px!important;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 8px 18px rgba(5,2,18,.13)!important;}.professional-project-links-v18 .project-icon{width:34px!important;height:34px!important;border-radius:11px!important;}.professional-project-links-v18 .project-copy b{font-size:9.8px!important;line-height:1.14!important;font-weight:950!important;color:#fff!important;text-shadow:0 0 12px rgba(182,132,255,.26);}.professional-project-links-v18 .project-copy small{font-size:6.55px!important;line-height:1.22!important;color:#c9bddd!important;margin-top:2px!important;}.professional-project-links-v18 .project-chevron{right:8px!important;font-size:13px!important;}.professional-project-links-v18 .project-badge{top:4px!important;right:5px!important;max-width:62px!important;padding:3px 4px!important;font-size:4.8px!important;line-height:1!important;}.professional-project-links-v18 .badge-fire{width:19px!important;height:19px!important;min-width:19px!important;padding:3px!important;top:4px!important;right:5px!important;animation:v19FireBadge .72s ease-in-out infinite alternate!important;}.professional-project-links-v18 .badge-fire svg{width:12px!important;height:12px!important;}@keyframes v19FireBadge{from{transform:scale(.9) translateY(1px);filter:brightness(.92)}to{transform:scale(1.08) translateY(-1px);filter:brightness(1.24) drop-shadow(0 0 5px #ffb23f)}}.professional-menu-footer{min-height:28px!important;margin:0 8px 8px!important;padding:6px 8px!important;}.professional-menu-footer span{font-size:6.7px!important}.professional-menu-footer small{font-size:5.9px!important}.reference-category-icon{animation:v19FooterIconFloat 2.8s ease-in-out infinite,v19FooterIconGlow 1.8s ease-in-out infinite alternate!important;}.reference-category:nth-child(2) .reference-category-icon{animation-delay:.18s!important}.reference-category:nth-child(3) .reference-category-icon{animation-delay:.36s!important}.reference-category:nth-child(4) .reference-category-icon{animation-delay:.54s!important}.reference-category:nth-child(5) .reference-category-icon{animation-delay:.72s!important}.reference-category:nth-child(6) .reference-category-icon{animation-delay:.9s!important}.reference-category-icon svg{animation:v19FooterGlyphPulse 2.1s ease-in-out infinite!important;stroke-width:2.8!important;}@keyframes v19FooterIconFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-5px) rotate(1.5deg)}}@keyframes v19FooterIconGlow{from{filter:brightness(.94) saturate(.96)}to{filter:brightness(1.2) saturate(1.18)}}@keyframes v19FooterGlyphPulse{0%,100%{transform:scale(.94);opacity:.86}50%{transform:scale(1.06);opacity:1}}.model-photo-wrap{background: radial-gradient(circle at 50% 78%,rgba(183,111,255,.34),transparent 42%),linear-gradient(155deg,#f4d9d4 0%,#efd2c9 48%,#d7b4b1 100%);}.model-carousel{position:absolute;inset:0;z-index:1;overflow:hidden;touch-action:pan-y;user-select:none;}.model-carousel-slide{position:absolute;inset:0;margin:0;opacity:0;transform:translateX(12%) scale(.96);transition:opacity .42s ease,transform .5s cubic-bezier(.2,.8,.2,1);pointer-events:none;}.model-carousel-slide.active{opacity:1;transform:translateX(0) scale(1);pointer-events:auto;}.model-carousel-image{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block;filter:saturate(1.03) contrast(1.03) drop-shadow(0 18px 18px rgba(24,8,41,.24));animation:modelBreath 4.4s ease-in-out infinite;}.model-swipe-button{position:absolute;z-index:8;top:11px;left:50%;transform:translateX(-50%);min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:#fff;background:linear-gradient(135deg,rgba(24,8,59,.86),rgba(112,43,234,.9));box-shadow:0 9px 22px rgba(35,9,88,.28),inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(10px);cursor:pointer;white-space:nowrap;}.model-swipe-button span{font-size:8px;font-weight:900;letter-spacing:.03em;}.model-swipe-button b{font-size:7px;color:#d9c8ff;}.model-swipe-button i{font-style:normal;font-size:13px;animation:v19SwipeArrow 1s ease-in-out infinite alternate;}@keyframes v19SwipeArrow{to{transform:translateX(3px)}}@media(max-width:430px){.professional-projects-menu{width:calc(100vw - 14px)!important;max-height:calc(100dvh - 72px)!important;}.professional-project-links-v18{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;padding:7px!important;}.professional-project-links-v18 .project-link{min-height:54px!important;padding:7px 28px 7px 6px!important;grid-template-columns:32px minmax(0,1fr)!important;gap:7px!important;}.professional-project-links-v18 .project-icon{width:32px!important;height:32px!important;}.professional-project-links-v18 .project-copy b{font-size:9.2px!important}.professional-project-links-v18 .project-copy small{font-size:6.1px!important}.professional-project-links-v18 .project-badge{font-size:4.5px!important;max-width:57px!important}.professional-project-links-v18 .badge-fire{width:18px!important;height:18px!important;min-width:18px!important}.model-swipe-button{top:9px;min-height:30px;padding:6px 9px}}@media(min-width:768px){.professional-projects-menu{width:min(680px,calc(100vw - 24px))!important}.professional-project-links-v18{grid-template-columns:repeat(3,minmax(0,1fr))!important}.professional-project-links-v18 .project-link{min-height:60px!important}.model-swipe-button{top:15px;min-height:36px;padding:8px 13px}.model-swipe-button span{font-size:9px}.model-swipe-button b{font-size:8px}}.model-carousel-image.original-model-image{filter:none!important;animation:none!important;transform:none!important;object-fit:contain!important;object-position:center bottom!important;}.selected-model-five{width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 38%!important;transform:scale(1.035)!important;filter:none!important;animation:modelBreath 4.4s ease-in-out infinite!important;}.reference-category-icon.original-footer-logo{border-radius:18px!important;background:linear-gradient(145deg,#ffffff,#eee8fb)!important;border:1px solid rgba(255,255,255,.62)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 12px 25px rgba(5,2,20,.28),0 0 24px var(--footer-icon-glow,rgba(117,54,222,.28))!important;}.reference-category-icon.original-footer-logo::after{inset:4px!important;border-radius:14px!important;border:1px solid rgba(58,24,103,.08)!important;}.reference-category-icon.original-footer-logo svg{width:31px!important;height:31px!important;filter:drop-shadow(0 5px 7px rgba(31,10,58,.22))!important;}.reference-category-icon.original-footer-logo svg *{stroke:none!important}.selected-model-five{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:50% 24%!important;transform:none!important;filter:drop-shadow(0 18px 24px rgba(15,5,34,.22))!important;animation:modelBreath 4.4s ease-in-out infinite!important;}.model-photo-wrap{display:block!important;padding:0!important;background:transparent!important;}.real-model-stage{height:410px!important;}@media(min-width:620px){.real-model-stage{height:clamp(520px,62vw,720px)!important}}.worklein-reference-footer{padding:24px 14px 100px!important;text-align:left!important;background: radial-gradient(circle at 12% 0%,rgba(145,73,255,.36),transparent 31%),radial-gradient(circle at 92% 18%,rgba(38,174,255,.18),transparent 28%),linear-gradient(165deg,#170a35 0%,#0d061f 50%,#070310 100%)!important;border-top:1px solid rgba(220,183,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 -22px 50px rgba(7,2,22,.38)!important;}.worklein-reference-footer::before{background: linear-gradient(120deg,transparent 0 38%,rgba(255,255,255,.025) 49%,transparent 60%),radial-gradient(circle at 50% 100%,rgba(130,64,239,.12),transparent 42%)!important;}.reference-footer-brand-v23{display:grid;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;margin-bottom:15px;border-radius:19px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 34px rgba(4,1,15,.24);backdrop-filter:blur(10px);}.reference-footer-brand-mark-v23{width:50px;height:50px;display:grid;place-items:center;filter:drop-shadow(0 0 15px rgba(145,76,255,.46));}.reference-footer-brand-mark-v23 svg{width:100%;height:100%;display:block}.reference-footer-brand-copy-v23{min-width:0}.reference-footer-brand-copy-v23 strong{display:block;color:#fff;font-size:15px;font-weight:900;letter-spacing:.01em;}.reference-footer-brand-copy-v23 small{display:block;margin-top:3px;color:#c9bbdd;font-size:8px;line-height:1.45;}.reference-footer-brand-badge-v23{display:flex;align-items:center;gap:5px;padding:7px 8px;border-radius:999px;color:#f1e9ff;font-size:7px;font-weight:800;white-space:nowrap;background:rgba(117,58,220,.28);border:1px solid rgba(194,145,255,.24);}.reference-footer-brand-badge-v23 i{width:6px;height:6px;border-radius:50%;background:#49e88e;box-shadow:0 0 9px #49e88e;}.reference-footer-section-title-v23{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 2px 11px;}.reference-footer-section-title-v23 span{color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}.reference-footer-section-title-v23 small{color:#a999bf;font-size:7px;}.reference-footer-categories{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;}.reference-category{min-height:94px;padding:10px 6px 9px;gap:7px!important;border-radius:15px;border:1px solid rgba(255,255,255,.085);background:linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.025));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 22px rgba(4,1,15,.14);}.reference-category:nth-child(1){--footer-icon-accent:#ead0ff;--footer-icon-panel1:rgba(125,64,231,.34);--footer-icon-panel2:rgba(37,15,78,.96)}.reference-category:nth-child(2){--footer-icon-accent:#cef0ff;--footer-icon-panel1:rgba(48,141,255,.34);--footer-icon-panel2:rgba(11,30,84,.96)}.reference-category:nth-child(3){--footer-icon-accent:#ffd2ea;--footer-icon-panel1:rgba(228,79,173,.34);--footer-icon-panel2:rgba(71,14,63,.96)}.reference-category:nth-child(4){--footer-icon-accent:#dcffd8;--footer-icon-panel1:rgba(64,196,108,.34);--footer-icon-panel2:rgba(14,62,31,.96)}.reference-category:nth-child(5){--footer-icon-accent:#d1fbff;--footer-icon-panel1:rgba(37,195,222,.34);--footer-icon-panel2:rgba(8,54,68,.96)}.reference-category:nth-child(6){--footer-icon-accent:#ffe1b1;--footer-icon-panel1:rgba(255,173,56,.34);--footer-icon-panel2:rgba(81,38,6,.96)}.reference-category-icon.original-footer-logo{width:44px!important;height:44px!important;border-radius:14px!important;background:linear-gradient(145deg,var(--footer-icon-panel1),var(--footer-icon-panel2))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(5,2,20,.24),0 0 18px var(--footer-icon-glow,rgba(117,54,222,.25))!important;}.reference-category-icon.original-footer-logo::after{inset:3px!important;border-radius:11px!important;border:1px solid rgba(255,255,255,.06)!important;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.015))!important;}.reference-category-icon.original-footer-logo svg{width:25px!important;height:25px!important;}.reference-category-icon.original-footer-logo svg [fill="#ffffff"],.reference-category-icon.original-footer-logo svg [fill="#fff"],.reference-category-icon.original-footer-logo svg [fill="#d9ffe5"],.reference-category-icon.original-footer-logo svg [fill="#bff8ff"],.reference-category-icon.original-footer-logo svg [fill="#ffd4eb"],.reference-category-icon.original-footer-logo svg [fill="#fff1cf"]{fill:var(--footer-icon-accent)!important;}.reference-category-icon.original-footer-logo svg [stroke="#fff"],.reference-category-icon.original-footer-logo svg [style*="stroke:#fff"]{stroke:var(--footer-icon-accent)!important;}.reference-category strong{color:#f2ecfa!important;font-size:9px!important;font-weight:800!important;text-align:center;}.reference-footer-divider{height:1px!important;margin:18px 0 14px!important;background:linear-gradient(90deg,transparent,rgba(213,176,255,.20),transparent)!important;}.reference-footer-divider.compact{margin:14px 0!important}.reference-footer-links{gap:7px!important;}.reference-footer-links a{min-height:36px;padding:10px 7px!important;display:grid;place-items:center;border-radius:11px!important;border:1px solid rgba(255,255,255,.075)!important;color:#e9e0f5!important;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;font-size:9px!important;font-weight:800!important;}.reference-footer-copyright{margin:18px 0 0!important;padding-top:13px;border-top:1px solid rgba(255,255,255,.07);color:#9f92b2!important;font-size:9px!important;text-align:center;}@media(max-width:360px){.reference-footer-brand-v23{grid-template-columns:44px minmax(0,1fr);}.reference-footer-brand-mark-v23{width:44px;height:44px}.reference-footer-brand-badge-v23{display:none}.reference-category{min-height:88px;padding:9px 4px 8px}.reference-category-icon.original-footer-logo{width:40px!important;height:40px!important}.reference-category-icon.original-footer-logo svg{width:22px!important;height:22px!important}.reference-footer-links a{font-size:8px!important}}@media(min-width:620px){.worklein-reference-footer{padding-left:30px!important;padding-right:30px!important}.reference-footer-categories{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:11px!important}.reference-category{min-height:108px;padding-top:13px}.reference-category-icon.original-footer-logo{width:52px!important;height:52px!important}.reference-category-icon.original-footer-logo svg{width:29px!important;height:29px!important}.reference-category strong{font-size:10px!important}}.selected-model-five{position:absolute!important;left:16px!important;right:16px!important;top:10px!important;bottom:48px!important;width:calc(100% - 32px)!important;height:calc(100% - 58px)!important;object-fit:contain!important;object-position:center bottom!important;transform:none!important;filter:drop-shadow(0 16px 22px rgba(18,6,42,.20))!important;animation:modelBreath 4.4s ease-in-out infinite!important;}.model-photo-wrap{padding:0!important;background:transparent!important;overflow:hidden!important;}.real-model-stage{height:420px!important;}@media(min-width:620px){.selected-model-five{left:24px!important;right:24px!important;top:14px!important;bottom:54px!important;width:calc(100% - 48px)!important;height:calc(100% - 68px)!important;}}.payment-overview-card{position:relative;isolation:isolate;overflow:hidden;margin-top:12px;padding:18px 12px 12px;border:2px solid #b86cff;border-radius:26px;color:#fff;background: radial-gradient(circle at 86% 6%,rgba(180,42,255,.78),transparent 27%),radial-gradient(circle at 17% 15%,rgba(106,30,255,.50),transparent 31%),linear-gradient(145deg,#130543 0%,#19065a 43%,#09043a 100%);box-shadow: inset 0 0 0 1px rgba(255,255,255,.22),inset 0 0 28px rgba(123,45,255,.30),0 0 12px rgba(158,71,255,.78),0 15px 34px rgba(5,1,28,.34);}.payment-overview-card:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.36;background-image: linear-gradient(rgba(163,100,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(163,100,255,.08) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,transparent 0,#000 31%,#000 100%);}.payment-overview-card:after{content:"";position:absolute;width:190px;height:190px;right:-78px;top:-98px;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(177,54,255,.72),rgba(111,33,244,.18) 48%,transparent 70%);filter:blur(2px);}.payment-overview-index{position:absolute;top:-2px;left:-2px;width:50px;height:49px;display:grid;place-items:center;border-right:2px solid #d4a0ff;border-bottom:2px solid #d4a0ff;border-radius:25px 0 20px 0;background:linear-gradient(145deg,rgba(81,22,203,.92),rgba(18,5,71,.96));box-shadow:0 0 12px rgba(209,128,255,.70),inset 0 0 13px rgba(174,91,255,.36);font-size:27px;line-height:1;font-weight:950;text-shadow:0 0 9px rgba(255,255,255,.42);}.payment-overview-heading{position:relative;margin:0;padding:0;text-align:left;font-size:clamp(20px,5.6vw,26px);line-height:1.12;letter-spacing:-.65px;font-weight:950;text-shadow:0 2px 12px rgba(0,0,0,.36);}.payment-overview-subtitle{margin:7px 0 2px;text-align:center;color:#d9cef3;font-size:clamp(9px,2.7vw,12px);line-height:1.3;letter-spacing:.1px;}.payment-overview-main{position:relative;display:grid;grid-template-columns:27% 31% 42%;align-items:center;min-height:105px;margin-top:1px;}.payment-main-icon{width:76px;height:76px;margin:auto;display:grid;place-items:center;border:1px solid rgba(220,153,255,.78);border-radius:50%;background: radial-gradient(circle at 34% 26%,rgba(255,119,255,.72),transparent 34%),linear-gradient(145deg,#a629ee,#4c0bc6 68%,#270783);box-shadow:0 0 18px rgba(185,58,255,.68),inset 0 0 18px rgba(255,255,255,.14);}.payment-main-icon svg{width:48px;height:48px;overflow:visible}.payment-main-copy{position:relative;z-index:2;align-self:center}.payment-main-copy span{display:block;margin-bottom:5px;color:#f6f2ff;font-size:clamp(12px,3.4vw,15px);line-height:1.18;font-weight:850;}.payment-main-copy strong{display:block;white-space:nowrap;color:#fff;font-size:clamp(23px,6.6vw,31px);line-height:1;letter-spacing:-1px;font-weight:950;text-shadow:0 3px 15px rgba(0,0,0,.32);}.payment-graph{align-self:stretch;display:flex;align-items:center;min-width:0;padding:7px 0 1px 3px}.payment-graph svg{width:100%;height:91px;overflow:visible}.payment-graph-grid{stroke:rgba(163,117,255,.20);stroke-width:1}.payment-graph-area{fill:url(#paymentGraphArea)}.payment-graph-shadow{fill:none;stroke:rgba(75,20,190,.58);stroke-width:3}.payment-graph-line{fill:none;stroke:#d16bff;stroke-width:3.2;stroke-linecap:round;filter:drop-shadow(0 0 5px rgba(229,108,255,.9))}.payment-graph-dot{fill:#fff;filter:drop-shadow(0 0 7px #ff7fff)}.payment-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.payment-stat-card{min-width:0;min-height:69px;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:7px;padding:9px 8px;border:1px solid rgba(190,105,255,.82);border-radius:14px;background:linear-gradient(145deg,rgba(78,25,167,.64),rgba(15,6,69,.72));box-shadow:inset 0 0 16px rgba(141,67,255,.13),0 5px 13px rgba(3,0,26,.24);}.payment-stat-card .payment-stat-value{font-size:18px;}.payment-stat-icon{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(188,121,255,.54);border-radius:11px;background:linear-gradient(145deg,#6631d0,#3e159a);box-shadow:inset 0 0 10px rgba(255,255,255,.12),0 0 8px rgba(135,64,255,.35);}.payment-stat-icon svg{width:27px;height:27px}.payment-stat-label{min-width:0;color:#f5f0ff;font-size:clamp(7.5px,2.15vw,9.5px);line-height:1.22;font-weight:800;}.payment-stat-value{min-width:0;white-space:nowrap;color:#fff;font-size:clamp(14px,4vw,18px);line-height:1;letter-spacing:-.4px;font-weight:950;}.payment-withdrawal{margin-top:8px;padding:9px 10px 10px;border:1px solid rgba(190,105,255,.78);border-radius:15px;background:linear-gradient(145deg,rgba(63,21,151,.62),rgba(17,6,70,.72));box-shadow:inset 0 0 18px rgba(135,58,255,.13),0 6px 14px rgba(3,0,26,.24);}.payment-withdrawal-title{margin:0 0 7px;color:#fff;font-size:clamp(12px,3.5vw,15px);line-height:1.1;font-weight:900;}.payment-wallets{height:68px;display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);align-items:center;gap:10px;padding:7px 12px;overflow:hidden;border-radius:17px;background:#fff;box-shadow:inset 0 0 0 1px rgba(223,214,235,.88),0 4px 12px rgba(0,0,0,.22);}.payment-wallet-logo{min-width:0;height:54px;display:flex;align-items:center;justify-content:center}.payment-wallet-logo img{display:block;width:auto;height:auto;object-fit:contain}.payment-wallet-logo.easypaisa img{max-width:82%;max-height:53px}.payment-wallet-logo.jazzcash img{max-width:94%;max-height:52px}.payment-wallet-divider{width:1px;height:48px;background:#ddd8e5}@media (max-width:430px){.payment-overview-card{padding:14px 9px 10px;border-radius:22px}.payment-overview-heading{padding:0;text-align:left;font-size:clamp(19px,5.8vw,24px);letter-spacing:-.45px}.payment-overview-subtitle{margin-top:5px;font-size:clamp(8.5px,2.65vw,11px)}.payment-overview-main{grid-template-columns:24% 38% 38%;min-height:90px}.payment-main-icon{width:62px;height:62px}.payment-main-icon svg{width:39px;height:39px}.payment-main-copy span{font-size:clamp(10px,3.2vw,14px)}.payment-main-copy strong{font-size:clamp(20px,6.1vw,27px)}.payment-graph svg{height:78px}.payment-stat-grid{gap:5px}.payment-stat-card{grid-template-columns:28px minmax(0,1fr);column-gap:4px;padding:7px 4px;min-height:60px}.payment-stat-icon{width:28px;height:28px;border-radius:8px}.payment-stat-icon svg{width:21px;height:21px}.payment-stat-label{font-size:clamp(7px,2.05vw,8.8px)}.payment-stat-value{font-size:clamp(11.5px,3.45vw,15px)}.payment-withdrawal{margin-top:6px;padding:8px}.payment-wallets{height:62px;padding:6px 9px;gap:7px;border-radius:15px}.payment-wallet-logo{height:49px}.payment-wallet-logo.easypaisa img{max-height:47px}.payment-wallet-logo.jazzcash img{max-height:46px}.payment-wallet-divider{height:43px}}@media (max-width:370px){.payment-overview-main{grid-template-columns:23% 39% 38%;min-height:86px}.payment-main-icon{width:55px;height:55px}.payment-main-icon svg{width:35px;height:35px}.payment-main-copy strong{font-size:clamp(19px,6vw,23px)}.payment-graph svg{height:72px}.payment-stat-card{grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;row-gap:3px;text-align:center;padding:7px 3px;min-height:91px}.payment-stat-icon{grid-row:auto}.payment-stat-value{font-size:clamp(11px,3.5vw,13px)}}.exact-footer-v4{padding:10px 10px 98px!important;text-align:left!important;color:#fff!important;background:#080318!important;border-top:0!important;box-shadow:none!important;}.exact-footer-v4::before{display:none!important}.exact-footer-v4 *{box-sizing:border-box}.ef4-shell{position:relative;overflow:hidden;padding:15px 13px 18px;border:1px solid rgba(154,72,255,.55);border-radius:22px;background: radial-gradient(circle at 93% 8%,rgba(120,42,255,.22),transparent 26%),radial-gradient(circle at 18% 0%,rgba(95,31,203,.15),transparent 24%),linear-gradient(155deg,#0b061d 0%,#0b041b 52%,#080214 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 46px rgba(2,0,12,.46);}.ef4-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.018) 52%,transparent 63%);}.ef4-brand,.ef4-panel,.ef4-copyright{position:relative;z-index:1}.ef4-brand{position:relative;min-height:118px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:start;gap:11px;padding:13px 13px 14px;margin-bottom:10px;overflow:hidden;border:1px solid rgba(134,64,228,.36);border-radius:17px;background:linear-gradient(145deg,rgba(19,9,48,.88),rgba(8,4,26,.78));box-shadow:inset 0 1px 0 rgba(255,255,255,.025);}.ef4-logo{width:58px;height:58px;display:grid;place-items:center;border-radius:15px;color:#fff;font-size:35px;font-weight:950;line-height:1;letter-spacing:-4px;text-indent:-4px;background:linear-gradient(145deg,#7f35ec,#3d117f 72%);border:1px solid rgba(202,145,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 0 0 3px rgba(121,50,238,.09),0 0 24px rgba(139,55,255,.68);text-shadow:0 2px 0 rgba(255,255,255,.20),0 0 15px rgba(255,255,255,.5);}.ef4-brand-copy{min-width:0;padding-top:2px}.ef4-brand-copy strong{display:block;color:#fff;font-size:25px;line-height:1;letter-spacing:-.7px;font-weight:900;}.ef4-brand-copy small{display:block;max-width:210px;margin-top:10px;color:#c8bed9;font-size:9px;line-height:1.52;}.ef4-hub{position:relative;z-index:3;display:inline-flex;align-items:center;gap:6px;margin-top:2px;padding:8px 11px;border-radius:999px;color:#fff;font-size:8px;font-weight:850;white-space:nowrap;background:linear-gradient(180deg,rgba(75,25,153,.62),rgba(29,10,70,.64));border:1px solid rgba(177,98,255,.56);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 0 18px rgba(132,45,255,.12);}.ef4-hub i{font-style:normal;color:#c57cff;font-size:11px}.ef4-chart{position:absolute;right:5px;bottom:4px;width:48%;height:66px;opacity:.88;}.ef4-chart-grid{stroke:rgba(139,71,232,.12);stroke-width:1}.ef4-chart-fill{fill:url(#ef4ChartFill)}.ef4-chart-line{fill:none;stroke:url(#ef4ChartLine);stroke-width:3;stroke-linecap:round;filter:drop-shadow(0 0 6px rgba(176,69,255,.48));stroke-dasharray:410;stroke-dashoffset:410;animation:ef4Draw 2.2s ease forwards;}.ef4-chart-dot{fill:#fff;filter:drop-shadow(0 0 7px #b248ff)}@keyframes ef4Draw{to{stroke-dashoffset:0}}.ef4-main-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.02fr .98fr;gap:8px;}.ef4-panel{border:1px solid rgba(123,52,210,.34);border-radius:16px;background:linear-gradient(145deg,rgba(25,10,62,.72),rgba(8,3,27,.84));box-shadow:inset 0 1px 0 rgba(255,255,255,.02);}.ef4-categories,.ef4-quick{padding:11px 9px 10px}.ef4-panel-head{display:grid;grid-template-columns:39px minmax(0,1fr);align-items:center;gap:9px;margin-bottom:10px;}.ef4-head-icon,.ef4-item-icon,.ef4-legal-icon{display:grid;place-items:center;flex:0 0 auto;color:#fff;background:linear-gradient(145deg,#5722ad,#251051);border:1px solid rgba(175,100,255,.52);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 13px rgba(119,42,235,.16);}.ef4-head-icon{width:39px;height:39px;border-radius:11px}.ef4-head-icon svg{width:22px;height:22px}.ef4-panel-head strong{display:block;color:#fff;font-size:11px;line-height:1.18;font-weight:900;}.ef4-panel-head small{display:block;margin-top:3px;color:#b4a8c7;font-size:6.8px;line-height:1.25;}.ef4-list{display:grid;gap:6px}.ef4-item{min-width:0;min-height:42px;display:grid;grid-template-columns:32px minmax(0,1fr) 11px;align-items:center;gap:8px;padding:5px 7px;border-radius:11px;color:#f5f0fb!important;background:linear-gradient(145deg,rgba(41,15,91,.66),rgba(18,7,50,.72));border:1px solid rgba(128,55,219,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.025);}.ef4-item-icon{width:32px;height:32px;border-radius:9px}.ef4-item-icon svg{width:18px;height:18px}.ef4-item b{overflow:hidden;color:#fff;font-size:8.4px;line-height:1.15;font-weight:800;text-overflow:ellipsis;white-space:nowrap;}.ef4-chevron{color:#a74dff;font-size:20px;line-height:1;font-weight:500;transform:translateY(-1px);}.ef4-item:active{background:rgba(103,39,185,.32)}.ef4-legal{position:relative;z-index:1;margin-top:8px;padding:10px 10px 11px;}.ef4-legal-head{display:flex;align-items:center;gap:9px;margin-bottom:9px;}.ef4-legal-icon{width:38px;height:38px;border-radius:11px}.ef4-legal-icon svg{width:22px;height:22px}.ef4-legal-head strong{font-size:11px;color:#fff;font-weight:900}.ef4-legal-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;}.ef4-legal-links a{position:relative;min-width:0;padding:5px 4px;color:#eee8f7!important;text-align:center;font-size:7.2px;line-height:1.2;white-space:nowrap;}.ef4-legal-links a:not(:last-child)::after{content:"";position:absolute;top:4px;right:0;width:1px;height:15px;background:rgba(137,82,203,.35);}.ef4-security-line{position:relative;z-index:1;display:grid;grid-template-columns:1fr 32px 1fr;align-items:center;gap:8px;margin:14px 22px 7px;}.ef4-security-line span{height:1px;background:linear-gradient(90deg,transparent,rgba(142,65,238,.60));}.ef4-security-line span:last-child{background:linear-gradient(90deg,rgba(142,65,238,.60),transparent)}.ef4-shield{width:32px;height:36px;display:grid;place-items:center;color:#fff;filter:drop-shadow(0 0 8px rgba(146,67,255,.55));}.ef4-shield svg{width:100%;height:100%}.ef4-copyright{margin:0!important;color:#aaa0b9!important;text-align:center!important;font-size:8.2px!important;line-height:1.4!important;}@media(max-width:370px){.exact-footer-v4{padding-left:7px!important;padding-right:7px!important}.ef4-shell{padding-left:9px;padding-right:9px}.ef4-brand{grid-template-columns:50px minmax(0,1fr) auto;gap:8px;padding:11px 10px;min-height:110px}.ef4-logo{width:50px;height:50px;font-size:30px}.ef4-brand-copy strong{font-size:21px}.ef4-brand-copy small{font-size:7.6px;max-width:175px}.ef4-hub{padding:7px 8px;font-size:6.8px}.ef4-categories,.ef4-quick{padding-left:7px;padding-right:7px}.ef4-panel-head{grid-template-columns:34px minmax(0,1fr);gap:7px}.ef4-head-icon{width:34px;height:34px}.ef4-panel-head strong{font-size:9.5px}.ef4-panel-head small{font-size:5.9px}.ef4-item{grid-template-columns:28px minmax(0,1fr) 8px;gap:6px;padding-left:5px;padding-right:5px}.ef4-item-icon{width:28px;height:28px}.ef4-item-icon svg{width:16px;height:16px}.ef4-item b{font-size:7.4px}.ef4-chevron{font-size:17px}.ef4-legal-links a{font-size:6.2px;padding-left:2px;padding-right:2px}}@media(min-width:620px){.exact-footer-v4{padding-left:22px!important;padding-right:22px!important}.ef4-shell{padding:22px 20px 25px;border-radius:26px}.ef4-brand{min-height:165px;padding:22px;grid-template-columns:78px minmax(0,1fr) auto}.ef4-logo{width:78px;height:78px;font-size:47px}.ef4-brand-copy strong{font-size:38px}.ef4-brand-copy small{font-size:12px;max-width:360px}.ef4-hub{font-size:10px;padding:10px 15px}.ef4-chart{height:96px}.ef4-main-grid{gap:14px}.ef4-categories,.ef4-quick{padding:17px 15px 16px}.ef4-panel-head{grid-template-columns:52px minmax(0,1fr)}.ef4-head-icon{width:52px;height:52px}.ef4-panel-head strong{font-size:16px}.ef4-panel-head small{font-size:9px}.ef4-item{min-height:57px;grid-template-columns:42px minmax(0,1fr) 14px;padding:7px 10px}.ef4-item-icon{width:42px;height:42px}.ef4-item-icon svg{width:23px;height:23px}.ef4-item b{font-size:12px}.ef4-legal{padding:16px}.ef4-legal-head strong{font-size:15px}.ef4-legal-links a{font-size:10px}.ef4-copyright{font-size:10px!important}}.design-one-footer{position:relative;overflow:hidden;padding:0 0 100px!important;text-align:left!important;color:#fff!important;background: radial-gradient(circle at 92% 5%,rgba(129,45,255,.20),transparent 25%),radial-gradient(circle at 5% 20%,rgba(105,31,220,.14),transparent 24%),linear-gradient(155deg,#0b061d 0%,#09031a 54%,#060111 100%)!important;border-top:0!important;box-shadow:none!important;}.design-one-footer::before,.design-one-footer::after{display:none!important}.design-one-footer *{box-sizing:border-box}.d1f-shell{position:relative;width:100%;max-width:none;margin:0;overflow:hidden;padding:clamp(12px,2.2vw,24px);border:0;border-radius:0;background:transparent;box-shadow:none;}.d1f-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background: linear-gradient(120deg,transparent 0 40%,rgba(255,255,255,.018) 51%,transparent 63%),radial-gradient(circle at 50% 0,rgba(179,92,255,.07),transparent 38%);}.d1f-shell>*{position:relative;z-index:1}.d1f-brand-card{position:relative;min-height:clamp(112px,18vw,178px);display:grid;grid-template-columns:clamp(52px,8.5vw,82px) minmax(0,1fr) auto;align-items:start;gap:clamp(9px,1.8vw,18px);padding:clamp(13px,2.5vw,25px);overflow:hidden;border:1px solid rgba(144,66,235,.42);border-radius:clamp(18px,2.4vw,26px);background: radial-gradient(circle at 87% 21%,rgba(111,43,229,.22),transparent 30%),linear-gradient(145deg,rgba(22,10,54,.92),rgba(8,4,27,.82));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 14px 34px rgba(0,0,0,.28);}.d1f-brand-card::after{content:"";position:absolute;right:-8%;bottom:-68%;width:62%;height:120%;border-radius:50% 0 0 0;border-top:1px solid rgba(166,87,255,.34);background:linear-gradient(145deg,transparent 30%,rgba(91,36,176,.20));transform:rotate(-7deg);}.d1f-logo{width:clamp(52px,8.5vw,82px);height:clamp(52px,8.5vw,82px);display:grid;place-items:center;border-radius:clamp(15px,2vw,22px);background:linear-gradient(145deg,#7132d8,#3c0e7d 72%);border:1px solid rgba(205,151,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 0 0 3px rgba(120,46,236,.08),0 0 27px rgba(143,55,255,.70);}.d1f-logo svg{width:72%;height:72%;display:block;filter:drop-shadow(0 0 8px rgba(255,255,255,.35))}.d1f-brand-copy{min-width:0;padding-top:2px}.d1f-brand-copy strong{display:block;color:#fff;font-size:clamp(24px,5vw,48px);line-height:.98;letter-spacing:clamp(-1.5px,-.12vw,-.5px);font-weight:950;}.d1f-brand-copy small{display:block;max-width:520px;margin-top:clamp(8px,1.4vw,14px);color:#c9bedb;font-size:clamp(8px,1.4vw,14px);line-height:1.55;}.d1f-hub{position:relative;z-index:3;display:inline-flex;align-items:center;gap:6px;margin-top:2px;padding:clamp(7px,1.2vw,11px) clamp(9px,1.7vw,16px);border-radius:999px;color:#fff;font-size:clamp(7px,1.15vw,11px);line-height:1;font-weight:900;white-space:nowrap;background:linear-gradient(180deg,rgba(79,28,157,.68),rgba(31,10,73,.76));border:1px solid rgba(181,99,255,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 22px rgba(132,45,255,.18);}.d1f-hub i{font-style:normal;color:#c781ff;font-size:1.25em}.d1f-section{margin-top:clamp(11px,1.8vw,18px);padding:clamp(14px,2.3vw,23px);border:1px solid rgba(126,52,218,.38);border-radius:clamp(18px,2.4vw,26px);background:linear-gradient(145deg,rgba(25,10,61,.76),rgba(8,3,27,.88));box-shadow:inset 0 1px 0 rgba(255,255,255,.025);}.d1f-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:clamp(12px,1.9vw,20px);}.d1f-title-star{flex:0 0 auto;width:clamp(18px,2.7vw,26px);height:clamp(18px,2.7vw,26px);display:grid;place-items:center;color:#b85cff;font-size:clamp(16px,2.6vw,25px);line-height:1;filter:drop-shadow(0 0 7px rgba(180,79,255,.78));}.d1f-title strong{display:block;color:#fff;font-size:clamp(18px,3.6vw,32px);line-height:1.08;font-weight:950;}.d1f-title small{display:block;margin-top:5px;color:#b9aecb;font-size:clamp(8px,1.35vw,13px);line-height:1.35;}.d1f-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(8px,1.4vw,14px);}.d1f-category{min-width:0;min-height:clamp(58px,9vw,86px);display:grid;grid-template-columns:clamp(38px,5.8vw,56px) minmax(0,1fr);align-items:center;gap:clamp(9px,1.5vw,15px);padding:clamp(8px,1.4vw,13px);border-radius:clamp(14px,1.9vw,20px);color:#fff!important;background:linear-gradient(145deg,rgba(44,15,96,.76),rgba(18,7,49,.82));border:1px solid rgba(142,62,231,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 9px 20px rgba(2,0,12,.22);transition:transform .22s ease,background .22s ease,border-color .22s ease;}.d1f-category:active{transform:scale(.985);background:linear-gradient(145deg,rgba(80,31,153,.72),rgba(28,10,67,.86));border-color:rgba(184,96,255,.62)}.d1f-category-icon{width:clamp(38px,5.8vw,56px);height:clamp(38px,5.8vw,56px);display:grid;place-items:center;border-radius:clamp(11px,1.5vw,16px);color:#fff;background:linear-gradient(145deg,#6428c5,#2a105d);border:1px solid rgba(181,101,255,.60);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 0 17px rgba(124,44,235,.25);}.d1f-category-icon svg{width:54%;height:54%;display:block}.d1f-category b{min-width:0;overflow:hidden;color:#fff;font-size:clamp(10px,1.85vw,17px);line-height:1.18;font-weight:850;text-overflow:ellipsis;white-space:nowrap;}.d1f-link-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;margin-top:clamp(11px,1.8vw,18px);padding:clamp(8px,1.3vw,13px) clamp(5px,1vw,10px);overflow:hidden;border:1px solid rgba(129,53,218,.42);border-radius:clamp(16px,2vw,22px);background:linear-gradient(145deg,rgba(32,12,73,.80),rgba(9,3,29,.90));box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 22px rgba(1,0,8,.22);}.d1f-link{position:relative;min-width:0;min-height:clamp(57px,8vw,79px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(5px,.8vw,8px);padding:4px 2px;color:#eee8f7!important;text-align:center;}.d1f-link:not(:last-child)::after{content:"";position:absolute;top:13%;right:0;width:1px;height:74%;background:rgba(137,82,203,.34);}.d1f-link-icon{width:clamp(24px,3.7vw,36px);height:clamp(24px,3.7vw,36px);display:grid;place-items:center;color:#c990ff;filter:drop-shadow(0 0 6px rgba(151,72,255,.48));}.d1f-link-icon svg{width:100%;height:100%;display:block}.d1f-link span:last-child{max-width:100%;overflow:hidden;font-size:clamp(7px,1.25vw,12px);line-height:1.18;font-weight:750;text-overflow:ellipsis;white-space:nowrap;}.d1f-legal .d1f-link-icon{color:#b987ef}.d1f-copyright-wrap{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:clamp(13px,2vw,20px);}.d1f-copyright-wrap::before,.d1f-copyright-wrap::after{content:"";flex:1 1 auto;max-width:120px;height:1px;background:linear-gradient(90deg,transparent,rgba(144,67,235,.48));}.d1f-copyright-wrap::after{background:linear-gradient(90deg,rgba(144,67,235,.48),transparent)}.d1f-copyright{margin:0!important;color:#aaa0b9!important;text-align:center!important;font-size:clamp(7px,1.22vw,11px)!important;line-height:1.4!important;white-space:nowrap;}.d1f-animate{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s ease}.design-one-footer.is-visible .d1f-animate{opacity:1;transform:none}.design-one-footer.is-visible .d1f-animate:nth-child(2){transition-delay:.06s}.design-one-footer.is-visible .d1f-animate:nth-child(3){transition-delay:.12s}.design-one-footer.is-visible .d1f-animate:nth-child(4){transition-delay:.18s}.design-one-footer.is-visible .d1f-animate:nth-child(5){transition-delay:.24s}@media(max-width:370px){.design-one-footer{padding-left:0!important;padding-right:0!important}.d1f-shell{padding:9px}.d1f-brand-card{grid-template-columns:46px minmax(0,1fr) auto;gap:7px;padding:10px;min-height:104px}.d1f-logo{width:46px;height:46px}.d1f-brand-copy strong{font-size:21px}.d1f-brand-copy small{font-size:7.3px;margin-top:7px}.d1f-hub{padding:6px 7px;font-size:6.4px;gap:4px}.d1f-section{padding:11px}.d1f-title{gap:6px;margin-bottom:10px}.d1f-title strong{font-size:16px}.d1f-title small{font-size:7px}.d1f-categories{gap:7px}.d1f-category{grid-template-columns:34px minmax(0,1fr);gap:7px;padding:7px;min-height:52px}.d1f-category-icon{width:34px;height:34px}.d1f-category b{font-size:8.6px}.d1f-link-bar{padding-left:3px;padding-right:3px}.d1f-link{min-height:53px}.d1f-link span:last-child{font-size:6.6px}}@media(min-width:620px){.design-one-footer{padding-left:0!important;padding-right:0!important}}@media(prefers-reduced-motion:reduce){.d1f-animate{opacity:1;transform:none;transition:none}}.d1f-shell > .d1f-section:first-child{margin-top:0}.professional-project-links-v18 .project-link .badge-high-potential{max-width:50px!important;padding:2px 3px!important;font-size:4px!important;line-height:1!important;}.article{padding-bottom:40px!important}.design-one-footer{padding-bottom:86px!important}.payout-strip.payout-process-theme{padding:12px 10px 13px;color:#2a2042;border:1px solid #e5dcf0;border-radius:15px;background:linear-gradient(180deg,#ffffff,#fbfaff);box-shadow:0 8px 18px rgba(57,34,105,.05);}.payout-strip.payout-process-theme::after{width:180px;height:180px;right:-96px;top:-105px;opacity:1;background:radial-gradient(circle,rgba(113,50,245,.12),transparent 68%);}.payout-strip.payout-process-theme h3{display:inline-flex;align-items:center;min-height:28px;margin:0 0 11px;padding:6px 10px;border-radius:999px;color:#fff;font-size:11px;line-height:1;font-weight:900;background:#7435ea;box-shadow:0 7px 16px rgba(116,53,234,.18);}.payout-strip.payout-process-theme .payout-grid{gap:7px}.payout-strip.payout-process-theme .payout-item{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 5px;border:1px solid #e7def2;border-radius:12px;background:linear-gradient(180deg,#fff,#f8f4ff);box-shadow:inset 0 1px 0 #fff;}.payout-strip.payout-process-theme .payout-item b{color:#5b2bb7;text-shadow:none;}.payout-strip.payout-process-theme .payout-item span{color:#7f748d;line-height:1.4;}.payout-check-list{position:relative;z-index:2;gap:7px;margin-top:11px;}.payout-check-list li{display:grid;grid-template-columns:23px minmax(0,1fr);align-items:center;gap:8px;min-height:39px;padding:8px 9px;color:#4b425b;border:1px solid #e7e0ef;border-radius:10px;background:#fff;}.payout-check-list li::before{display:none!important}.payout-check{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#2cb56e;box-shadow:0 0 0 4px rgba(44,181,110,.10);transform:scale(.72);opacity:0;}.payout-check svg{width:13px;height:13px;display:block}.payout-check path{fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18;stroke-dashoffset:18;}.reveal.show .payout-check-list li:nth-child(1) .payout-check{animation:payoutCheckPop .38s ease .12s forwards}.reveal.show .payout-check-list li:nth-child(2) .payout-check{animation:payoutCheckPop .38s ease .30s forwards}.reveal.show .payout-check-list li:nth-child(3) .payout-check{animation:payoutCheckPop .38s ease .48s forwards}.reveal.show .payout-check-list li:nth-child(4) .payout-check{animation:payoutCheckPop .38s ease .66s forwards}.reveal.show .payout-check-list li:nth-child(1) .payout-check path{animation:payoutTickDraw .35s ease .25s forwards}.reveal.show .payout-check-list li:nth-child(2) .payout-check path{animation:payoutTickDraw .35s ease .43s forwards}.reveal.show .payout-check-list li:nth-child(3) .payout-check path{animation:payoutTickDraw .35s ease .61s forwards}.reveal.show .payout-check-list li:nth-child(4) .payout-check path{animation:payoutTickDraw .35s ease .79s forwards}@keyframes payoutCheckPop{0%{opacity:0;transform:scale(.72)}70%{opacity:1;transform:scale(1.13)}100%{opacity:1;transform:scale(1)}}@keyframes payoutTickDraw{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.payout-check{opacity:1;transform:none}.payout-check path{stroke-dashoffset:0}}.payment-overview-subtitle{text-align:left}.payment-stat-label{white-space:nowrap}.payment-stat-value{font-size:clamp(15px,4.35vw,20px)}@media(max-width:430px){.payment-stat-value{font-size:clamp(13.5px,4vw,17px)}}@media(max-width:370px){.payment-stat-value{font-size:clamp(12.5px,3.9vw,15px)}}.payment-graph-line{stroke:url(#paymentGraphTrend);stroke-width:5.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:none;filter:drop-shadow(0 0 7px rgba(255,23,77,.82)) drop-shadow(0 0 10px rgba(0,163,255,.78)) drop-shadow(0 0 13px rgba(0,240,138,.92));}.payment-graph-shadow{stroke-width:5;stroke-dasharray:1;stroke-dashoffset:1;animation:none;opacity:.82;}.payment-graph-area{opacity:0;animation:none;}.payment-graph-dot{fill:#ffd34e;color:#ffd34e;filter:drop-shadow(0 0 13px #ffd34e) drop-shadow(0 0 6px #fff3b0);}.payment-graph-burst-core{fill:#fff;opacity:0;filter:drop-shadow(0 0 9px rgba(255,255,255,1)) drop-shadow(0 0 18px rgba(0,240,138,.9))}.payment-graph-burst-particle{opacity:0;filter:drop-shadow(0 0 5px currentColor)}.professional-projects-nav .professional-menu-toggle,.professional-projects-nav .hamburger-icon{-webkit-tap-highlight-color:transparent!important;outline:none!important;}.professional-projects-nav .professional-menu-toggle:focus,.professional-projects-nav .professional-menu-toggle:focus-visible,.professional-projects-nav .professional-menu-toggle:active,.professional-projects-nav .hamburger-icon:active{-webkit-tap-highlight-color:transparent!important;outline:none!important;}.selected-model-five{object-fit:contain!important;object-position:center bottom!important;transform:translateY(0)!important;animation:modelFloatV22 4.4s ease-in-out infinite!important;}@keyframes modelFloatV22{0%,100%{transform:translateY(0)!important}50%{transform:translateY(-7px)!important}}.real-model-stage{background:transparent!important;box-shadow:none!important;}.real-model-stage::before,.real-model-stage::after,.model-photo-wrap::before,.model-photo-wrap::after{content:none!important;display:none!important;background:none!important;box-shadow:none!important;filter:none!important;}.model-shine{display:none!important}.selected-model-five{filter:none!important}.work-checking-tips .submission-check{border-color:#d5efdf;background:#fbfffc;color:#355246}.work-checking-tips .submission-check b{background:linear-gradient(145deg,#2cc372,#179856)!important;box-shadow:0 5px 12px rgba(28,159,87,.22)!important}.sample-flow-head.sample-process-flow{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:7px;position:relative}.sample-flow-head.sample-process-flow>div{padding:10px 6px 9px;border:1px solid #eadff9;border-radius:14px;background:#fff;box-shadow:0 8px 18px rgba(71,38,139,.05);animation:sampleFlowGlow 5.6s ease-in-out infinite}.sample-flow-head.sample-process-flow>div:nth-child(1){animation-delay:0s}.sample-flow-head.sample-process-flow>div:nth-child(3){animation-delay:1.2s}.sample-flow-head.sample-process-flow>div:nth-child(5){animation-delay:2.4s}.sample-flow-head.sample-process-flow>div:nth-child(7){animation-delay:3.6s}.sample-flow-head.sample-process-flow span{line-height:1.35}.sample-flow-head.sample-process-flow i{font-size:14px}@keyframes sampleFlowGlow{0%,100%{transform:translateY(0);box-shadow:0 8px 18px rgba(71,38,139,.05)}50%{transform:translateY(-3px);box-shadow:0 14px 24px rgba(113,50,245,.14)}}.sample-mini-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:11px}.mini-point{padding:10px 11px;border-radius:12px;background:#f8f4ff;border:1px solid #eadff9;box-shadow:0 6px 12px rgba(75,38,148,.04)}.mini-point b{display:block;font-size:9px;color:#4d2bb8;margin-bottom:3px}.mini-point span{display:block;font-size:8px;line-height:1.45;color:#6f6782}.typing-check-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px}.typing-check{padding:8px 6px;border-radius:10px;background:#f6f1ff;border:1px solid #e1d5f6;color:#56369f;font-size:8px;font-weight:900;text-align:center}.sample-submit-options>div:nth-child(2){border-color:#cfc0ef;box-shadow:0 10px 18px rgba(92,51,176,.08);background:linear-gradient(180deg,#ffffff,#f8f4ff)}.sample-upload-redesign{margin-bottom:10px}.website-submit-demo{margin-top:10px;padding:12px;border-radius:14px;background:linear-gradient(180deg,#fff,#fbf8ff);border:1px solid #e4daf4;box-shadow:0 10px 18px rgba(74,42,144,.06)}.website-submit-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #eee5f7}.website-submit-head b{font-size:10px;color:#4d2bb8}.website-submit-head span{font-size:7px;color:#8b7f9b;font-weight:850}.website-submit-path{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.website-submit-step{position:relative;padding:10px 8px;border-radius:12px;border:1px solid #e6ddf4;background:#fff;box-shadow:0 5px 12px rgba(70,40,128,.04);animation:submitPathPulse 4.6s ease-in-out infinite}.website-submit-step:nth-child(2){animation-delay:.8s}.website-submit-step:nth-child(3){animation-delay:1.6s}.website-submit-step:nth-child(4){animation-delay:2.4s}.website-submit-step em{width:22px;height:22px;border-radius:8px;display:grid;place-items:center;margin:0 auto 7px;font-style:normal;font-size:8px;font-weight:950;color:#fff;background:linear-gradient(145deg,#8a52ff,#6631db)}.website-submit-step strong{display:block;font-size:8.5px;color:#392560;line-height:1.35;text-align:center}.website-submit-step small{display:block;margin-top:4px;font-size:7px;line-height:1.4;color:#7d728d;text-align:center}.website-submit-step.done{background:#effbf4;border-color:#c7ead4}.website-submit-step.done em{background:linear-gradient(145deg,#2fc576,#169455)}@keyframes submitPathPulse{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}.send-checks{display:grid;gap:8px;margin-top:11px}.send-check{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:12px;background:#f4fcf7;border:1px solid #ccebd7;color:#245a3a;box-shadow:0 6px 12px rgba(28,132,74,.05)}.send-check b{flex:0 0 22px;width:22px;height:22px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(145deg,#2cc372,#179856);color:#fff;font-size:10px;font-weight:950;box-shadow:0 5px 10px rgba(23,152,86,.2)}.send-check span{display:block;font-size:9px;line-height:1.45}.payment-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.payment-status-card{padding:10px 9px;border-radius:12px;background:#faf8ff;border:1px solid #e7dff4;box-shadow:0 6px 12px rgba(73,43,128,.04)}.payment-status-card b{display:block;font-size:9px;color:#4d2bb8;margin-bottom:4px}.payment-status-card span{display:block;font-size:7.5px;line-height:1.45;color:#726880}@media (max-width:430px){.sample-flow-head.sample-process-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.sample-flow-head.sample-process-flow i{display:none}.website-submit-path{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:370px){.sample-mini-points,.typing-check-strip,.payment-status-grid,.website-submit-path{grid-template-columns:1fr}}.sample-submit-options .website-demo-choice{position:relative;overflow:hidden}.sample-submit-options .website-demo-choice .same-website-icon svg{width:100%;height:100%;display:block}.website-selected-label{position:absolute;right:6px;top:6px;padding:3px 6px;border-radius:999px;background:#e8f8ef;color:#168650;font-size:6px;font-style:normal;font-weight:950;opacity:0;transform:translateY(-5px)}.auto-upload-demo{overflow:hidden}.demo-browser-window{border:1px solid #ddd3ee;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 10px 22px rgba(60,34,112,.07)}.demo-browser-bar{display:flex;align-items:center;gap:5px;padding:8px 10px;background:#f4effb;border-bottom:1px solid #e7def3}.demo-browser-bar i{width:6px;height:6px;border-radius:50%;background:#b9a8d3}.demo-browser-bar i:nth-child(1){background:#ff7f8e}.demo-browser-bar i:nth-child(2){background:#ffc861}.demo-browser-bar i:nth-child(3){background:#55d492}.demo-browser-bar strong{margin-left:5px;font-size:8px;color:#49356d}.demo-task-summary{padding:10px 11px;border-bottom:1px solid #eee8f5;background:#fcfbfe}.demo-task-summary span,.demo-task-summary small{display:block;font-size:7px;color:#81768f}.demo-task-summary b{display:block;margin:3px 0;font-size:9px;color:#38245f}.demo-upload-field{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;margin:11px;padding:10px;border:1px dashed #cbbce5;border-radius:12px;background:#faf8fd}.demo-website-logo{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;overflow:hidden}.demo-website-logo svg{width:38px;height:38px;display:block}.demo-upload-field strong{display:block;font-size:8.5px;color:#38245f}.demo-upload-field small{display:block;margin-top:3px;font-size:7px;color:#847990}.demo-upload-field button,.demo-upload-action button{border:0;border-radius:9px;background:linear-gradient(145deg,#8150f3,#6430d3);color:#fff;font-size:7px;font-weight:900;padding:8px 9px;pointer-events:none}.demo-file-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;margin:0 11px 10px;padding:9px 10px;border-radius:11px;background:#f6f2fc;border:1px solid #e1d7ef;opacity:0;transform:translateY(8px) scale(.98)}.demo-word-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#2b579a;color:#fff;font-size:14px;font-weight:950;box-shadow:0 5px 11px rgba(43,87,154,.20)}.demo-file-card b{display:block;font-size:8px;color:#38245f}.demo-file-card small{display:block;margin-top:3px;font-size:7px;color:#847990}.demo-file-card em{padding:4px 6px;border-radius:999px;background:#e7f8ee;color:#168650;font-size:6px;font-style:normal;font-weight:950}.demo-upload-action{margin:0 11px 11px;padding:10px;border-radius:11px;background:#faf8fd;border:1px solid #e7dff2}.demo-upload-action button{width:100%;margin-bottom:8px;opacity:.72}.demo-upload-progress{height:6px;border-radius:999px;background:#e8e1f2;overflow:hidden}.demo-upload-progress i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7132f5,#2ec675);transform:scaleX(0);transform-origin:left}.demo-upload-percent{display:block;margin-top:5px;font-size:7px;color:#7f748d;text-align:center;opacity:0}.demo-upload-success{display:flex;align-items:center;gap:9px;margin:0 11px 11px;padding:10px;border-radius:11px;background:#eefaf3;border:1px solid #bee8ce;color:#176f43;opacity:0;transform:translateY(7px)}.demo-upload-success>b{flex:0 0 27px;width:27px;height:27px;border-radius:9px;display:grid;place-items:center;background:#25b96b;color:#fff;font-size:13px;box-shadow:0 6px 12px rgba(37,185,107,.22)}.demo-upload-success span strong,.demo-upload-success span small{display:block}.demo-upload-success span strong{font-size:8.5px}.demo-upload-success span small{margin-top:3px;font-size:7px;color:#4b8064}#sample-upload.demo-running .sample-submit-options>div{animation:demoOptionDim .35s ease .1s both}#sample-upload.demo-running .sample-submit-options .website-demo-choice{animation:demoWebsiteSelect .5s ease .35s both}#sample-upload.demo-running .website-selected-label{animation:demoSelectedLabel .35s ease .55s both}#sample-upload.demo-running .demo-file-card{animation:demoFilePicked .48s cubic-bezier(.2,.8,.25,1) 1.15s both}#sample-upload.demo-running .demo-upload-action button{animation:demoUploadButton .45s ease 1.65s both}#sample-upload.demo-running .demo-upload-progress i{animation:demoProgressFill 1.15s ease 1.95s both}#sample-upload.demo-running .demo-upload-percent{animation:demoPercentShow 1.2s ease 1.9s both}#sample-upload.demo-running .demo-upload-success{animation:demoSuccessShow .48s cubic-bezier(.2,.8,.25,1) 3.1s both}@keyframes demoOptionDim{to{opacity:.48;transform:scale(.98)}}@keyframes demoWebsiteSelect{to{opacity:1;transform:translateY(-3px) scale(1.02);border-color:#8f6cdc;box-shadow:0 0 0 3px rgba(113,50,245,.10),0 12px 22px rgba(86,47,166,.15);background:#f8f4ff}}@keyframes demoSelectedLabel{to{opacity:1;transform:translateY(0)}}@keyframes demoFilePicked{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes demoUploadButton{50%,100%{opacity:1;box-shadow:0 0 0 4px rgba(113,50,245,.10)}}@keyframes demoProgressFill{to{transform:scaleX(1)}}@keyframes demoPercentShow{0%,10%{opacity:0}20%,75%{opacity:1}100%{opacity:0}}@keyframes demoSuccessShow{to{opacity:1;transform:translateY(0)}}.section#samples.interaction-paused #sample-upload.demo-running .website-demo-choice,.section#samples.interaction-paused #sample-upload.demo-running .website-selected-label,.section#samples.interaction-paused #sample-upload.demo-running .demo-file-card,.section#samples.interaction-paused #sample-upload.demo-running .demo-upload-action button,.section#samples.interaction-paused #sample-upload.demo-running .demo-upload-progress i,.section#samples.interaction-paused #sample-upload.demo-running .demo-upload-percent,.section#samples.interaction-paused #sample-upload.demo-running .demo-upload-success{animation-play-state:paused!important}@media (max-width:370px){.demo-upload-field{grid-template-columns:34px minmax(0,1fr);gap:8px}.demo-upload-field button{grid-column:1/-1;width:100%}.demo-file-card{grid-template-columns:32px minmax(0,1fr)}.demo-file-card em{grid-column:1/-1;text-align:center}}.sample-flow-head.sample-process-flow{display:none!important}.sample-tabs.sample-step-tabs{position:relative;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;overflow:visible!important;padding:7px 0 14px!important;margin-bottom:2px;}.sample-tabs.sample-step-tabs:before{content:"";position:absolute;left:9%;right:9%;top:18px;height:3px;border-radius:999px;background:#58c88a;box-shadow:0 0 0 3px rgba(44,181,110,.08);}.sample-step-tabs .sample-btn{position:relative;z-index:2;width:100%;min-width:0;min-height:54px;display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;padding:5px 2px!important;border:0!important;border-radius:11px!important;background:transparent!important;box-shadow:none!important;text-align:center!important;color:#237247!important;-webkit-tap-highlight-color:transparent;}.sample-step-tabs .sample-btn .tab-num{width:auto!important;min-width:44px;height:25px!important;padding:0 7px;border-radius:999px!important;display:grid;place-items:center;margin:0!important;background:#2cb56e!important;color:#fff!important;border:3px solid #fff;box-shadow:0 0 0 2px #73d6a0,0 6px 12px rgba(28,151,85,.18);font-size:7px!important;line-height:1;font-weight:950;}.sample-step-tabs .sample-btn .tab-label{display:block;max-width:100%;font-size:7.5px;line-height:1.25;font-weight:900;color:#26754a;}.sample-step-tabs .sample-btn.active .tab-num{background:#138f50!important;box-shadow:0 0 0 3px rgba(36,181,107,.18),0 8px 16px rgba(18,135,73,.26);transform:translateY(-2px) scale(1.04);}.sample-step-tabs .sample-btn.active .tab-label{color:#0c6b3a}.sample-submit-options>div{background:#fff!important;box-shadow:none!important;border-color:#e8e4ec!important;}.sample-submit-options .sample-option-icon,.sample-submit-options .sample-option-icon.png-sample-icon,.sample-submit-options .sample-option-icon.same-website-icon{background:#fff!important;border:1px solid #ece8ef;box-shadow:none!important;overflow:hidden;padding:4px;}.sample-submit-options .sample-png-icon{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;filter:none!important;}.sample-submit-options .website-demo-choice{background:#fff!important}#sample-upload.demo-running .sample-submit-options .website-demo-choice{animation:demoWebsiteSelectV4 .75s ease .8s both!important;}#sample-upload.demo-running .sample-submit-options>div{animation:demoOptionDimV4 .45s ease .45s both!important;}#sample-upload.demo-running .website-selected-label{animation:demoSelectedLabel .45s ease 1.25s both!important;}#sample-upload.demo-running .demo-file-card{animation:demoFilePicked .65s cubic-bezier(.2,.8,.25,1) 2.35s both!important;}#sample-upload.demo-running .demo-upload-action button{animation:demoUploadButton .55s ease 3.35s both!important;}#sample-upload.demo-running .demo-upload-progress i{animation:demoProgressFill 2.35s ease 4.05s both!important;}#sample-upload.demo-running .demo-upload-percent{animation:demoPercentShowV4 2.45s ease 3.95s both!important;}#sample-upload.demo-running .demo-upload-success{animation:demoSuccessShow .58s cubic-bezier(.2,.8,.25,1) 6.45s both!important;}@keyframes demoOptionDimV4{to{opacity:.48;transform:scale(.98)}}@keyframes demoWebsiteSelectV4{to{opacity:1;transform:translateY(-3px) scale(1.02);border-color:#55c88a!important;box-shadow:0 0 0 3px rgba(44,181,110,.10),0 12px 22px rgba(29,139,79,.14)!important;background:#f3fcf7!important}}@keyframes demoPercentShowV4{0%,8%{opacity:0}18%,88%{opacity:1}100%{opacity:0}}@media(max-width:430px){.sample-tabs.sample-step-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2px!important}.sample-step-tabs .sample-btn{min-height:52px;padding:5px 1px!important}.sample-step-tabs .sample-btn .tab-num{min-width:39px;padding:0 5px;font-size:6.5px!important}.sample-step-tabs .sample-btn .tab-label{font-size:6.6px}.sample-tabs.sample-step-tabs:before{left:8%;right:8%}}.sample-top-stepper{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:4px 0 18px;padding:18px 14px 14px;border:1px solid #ddd4eb;border-radius:20px;background:linear-gradient(180deg,#f8f4fd,#f3ecfb);box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);}.sample-top-stepper:before{content:"";position:absolute;left:7%;right:7%;top:33px;height:4px;border-radius:999px;background:linear-gradient(90deg,#45c979,#2cb56e 55%,#66d996);box-shadow:0 0 0 4px rgba(44,181,110,.08),0 0 18px rgba(44,181,110,.18);}.sample-stepper-btn{position:relative;z-index:2;min-width:0;min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:10px 8px;border:1px solid #d9d1e8;border-radius:18px;background:#fff;box-shadow:0 8px 18px rgba(77,45,138,.06);text-align:center;transition:.28s ease;animation:stepperCardFloat 3.6s ease-in-out infinite;}.sample-stepper-btn:nth-child(2){animation-delay:.4s}.sample-stepper-btn:nth-child(3){animation-delay:.8s}.sample-stepper-btn:nth-child(4){animation-delay:1.2s}.sample-stepper-btn .step-chip{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#33c472,#189d58);color:#fff;font-size:10px;font-weight:950;box-shadow:0 12px 24px rgba(26,159,88,.22),0 0 0 5px rgba(44,181,110,.08);transition:.28s ease;}.sample-stepper-btn .step-text{display:block;font-size:9px;line-height:1.3;font-weight:900;color:#227245;}.sample-stepper-btn.active{border-color:#8ad3a8;background:#f7fff9;box-shadow:0 12px 24px rgba(30,151,82,.10),0 0 0 4px rgba(44,181,110,.08);}.sample-stepper-btn.active .step-chip{background:linear-gradient(145deg,#25bb69,#128d4f);transform:translateY(-2px) scale(1.04);animation:stepperPulse 1.1s ease-in-out infinite alternate}.sample-stepper-btn.active .step-text{color:#0d6d3c}@keyframes stepperCardFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes stepperPulse{0%{box-shadow:0 12px 24px rgba(26,159,88,.22),0 0 0 4px rgba(44,181,110,.12)}100%{box-shadow:0 14px 28px rgba(22,141,79,.28),0 0 0 8px rgba(44,181,110,.16)}}.sample-tabs.sample-restore-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;overflow:visible;padding:0;margin:0 0 14px;}.sample-restore-grid .sample-btn{min-height:84px;width:100%;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:14px 18px;border:1px solid #dbd3e8;border-radius:18px;background:#fff;color:#49415e;box-shadow:none;text-align:left;}.sample-restore-grid .sample-btn .tab-num{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#efe8f8;color:#6c33da;font-size:11px;font-weight:950;}.sample-restore-grid .sample-btn .tab-label{display:block;font-size:11px;line-height:1.22;font-weight:900;color:#4a4361;}.sample-restore-grid .sample-btn.active{border-color:#7c44ef;background:linear-gradient(135deg,#6b2df0,#843dff);box-shadow:0 10px 22px rgba(113,50,245,.24);}.sample-restore-grid .sample-btn.active .tab-num{background:rgba(255,255,255,.16);color:#fff}.sample-restore-grid .sample-btn.active .tab-label{color:#fff}@media(max-width:430px){.sample-top-stepper{gap:7px;padding:16px 10px 12px}.sample-top-stepper:before{left:8%;right:8%;top:31px}.sample-stepper-btn{min-height:74px;padding:8px 5px;border-radius:16px}.sample-stepper-btn .step-chip{width:46px;height:46px;font-size:8px}.sample-stepper-btn .step-text{font-size:7px}.sample-tabs.sample-restore-grid{gap:10px}.sample-restore-grid .sample-btn{min-height:72px;grid-template-columns:50px minmax(0,1fr);gap:10px;padding:12px 12px}.sample-restore-grid .sample-btn .tab-num{width:42px;height:42px;border-radius:14px;font-size:8px}.sample-restore-grid .sample-btn .tab-label{font-size:8.2px}}.sample-one-design{position:relative;overflow:hidden;margin:4px 0 16px;padding:20px 15px 15px;border:1px solid #e5dbf3;border-radius:22px;background:radial-gradient(circle at 13% 5%,rgba(128,67,255,.10),transparent 28%),radial-gradient(circle at 88% 92%,rgba(255,178,225,.12),transparent 30%),linear-gradient(145deg,#f8f5ff 0%,#f4efff 48%,#fff6fb 100%);box-shadow:0 12px 26px rgba(87,49,151,.08),inset 0 0 0 1px rgba(255,255,255,.75)}.sample-one-design:before,.sample-one-design:after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;top:46px;z-index:1}.sample-one-design:before{left:12px;background:#7132f5;box-shadow:0 0 0 5px rgba(113,50,245,.08)}.sample-one-design:after{right:12px;background:#d8d0e5}.sample-one-steps{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:0 7px 21px}.sample-one-steps:before{content:"";position:absolute;left:3%;right:3%;top:28px;height:2px;background:linear-gradient(90deg,#7132f5 0%,#a272f8 24%,#d8d0e5 78%,#d8d0e5 100%);z-index:0}.sample-one-step{position:relative;z-index:2;min-width:0;border:0;background:transparent;padding:0 2px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:#332b43;-webkit-tap-highlight-color:transparent}.sample-one-step-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.88);border:1px solid rgba(210,201,223,.9);box-shadow:0 8px 18px rgba(77,50,123,.10),inset 0 0 0 1px rgba(255,255,255,.9);color:#211b2b;transition:.28s ease}.sample-one-step-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.sample-one-step-copy b{display:block;font-size:9px;line-height:1.1;color:#4d2bb8;margin-bottom:4px}.sample-one-step-copy small{display:block;font-size:7.5px;line-height:1.25;font-weight:900;color:#292233}.sample-one-step.active .sample-one-step-icon{color:#fff;border-color:#a56dff;background:linear-gradient(145deg,#9c38ff,#6f26df);box-shadow:0 10px 24px rgba(113,50,245,.30),0 0 0 6px rgba(137,67,249,.09);transform:translateY(-2px);animation:sampleOneNodePulse 1.15s ease-in-out infinite alternate}.sample-one-step.active .sample-one-step-copy b{color:#6b2be1}.sample-one-step.active .sample-one-step-copy small{color:#342047}@keyframes sampleOneNodePulse{from{box-shadow:0 10px 24px rgba(113,50,245,.25),0 0 0 5px rgba(137,67,249,.08)}to{box-shadow:0 12px 28px rgba(113,50,245,.34),0 0 0 9px rgba(137,67,249,.13)}}.sample-one-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid rgba(230,222,240,.95);border-radius:16px;background:rgba(255,255,255,.77);box-shadow:0 9px 18px rgba(80,47,134,.07),inset 0 0 0 1px rgba(255,255,255,.85)}.sample-one-tab{position:relative;min-width:0;min-height:112px;border:0;border-right:1px solid #eee8f5;background:rgba(255,255,255,.78);padding:12px 7px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#292133;text-align:center;transition:.25s ease;-webkit-tap-highlight-color:transparent}.sample-one-tab:last-child{border-right:0}.sample-one-tab-icon{width:42px;height:42px;display:grid;place-items:center;color:#392847}.sample-one-tab-icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.sample-one-tab-label{display:block;max-width:95%;font-size:8px;line-height:1.35;font-weight:900;color:#2e2638}.sample-one-tab.active{z-index:2;background:linear-gradient(160deg,rgba(250,241,255,.98),rgba(255,248,255,.98));box-shadow:inset 0 0 0 2px #d69cff,0 9px 20px rgba(118,45,209,.13)}.sample-one-tab.active .sample-one-tab-icon{color:#7d2ce2;transform:translateY(-1px)}.sample-one-tab.active .sample-one-tab-label{color:#4d238c}.wallet-mini-logos{height:15px;display:flex;align-items:center;justify-content:center;gap:4px;margin-top:-5px;margin-bottom:-4px}.wallet-mini-logos img{display:block;width:auto;height:12px;max-width:28px;object-fit:contain;background:transparent!important}.wallet-mini-logos img:first-child{height:13px;max-width:22px}.payment-sample-tab .sample-one-tab-icon{margin-bottom:-2px}.clean-channel-icon{width:48px!important;height:48px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.clean-channel-icon .sample-png-icon{width:48px!important;height:48px!important;object-fit:contain!important;background:transparent!important;filter:none!important}.clean-demo-website-logo{background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}.clean-demo-website-logo img{display:block;width:100%;height:100%;object-fit:contain;background:transparent!important}@media(max-width:430px){.sample-one-design{padding:17px 8px 10px;border-radius:19px}.sample-one-design:before{left:5px}.sample-one-design:after{right:5px}.sample-one-steps{gap:2px;padding:0 1px 16px}.sample-one-steps:before{left:3%;right:3%;top:24px}.sample-one-step-icon{width:48px;height:48px}.sample-one-step-icon svg{width:22px;height:22px}.sample-one-step-copy b{font-size:7.5px}.sample-one-step-copy small{font-size:6.4px}.sample-one-tab{min-height:101px;padding:10px 3px 8px;gap:7px}.sample-one-tab-icon{width:37px;height:37px}.sample-one-tab-icon svg{width:34px;height:34px}.sample-one-tab-label{font-size:6.8px;line-height:1.28}.wallet-mini-logos{gap:2px}.wallet-mini-logos img{height:9px;max-width:20px}.wallet-mini-logos img:first-child{height:10px;max-width:16px}}@media(max-width:360px){.sample-one-step-icon{width:43px;height:43px}.sample-one-steps:before{top:21px}.sample-one-step-copy small{font-size:5.8px}.sample-one-tab-label{font-size:6.1px}}.sample-one-design:before{display:none!important}.sample-one-steps:before{left:12.5%!important;right:12.5%!important;background:#d8d0e5!important}.sample-one-steps:after{content:"";position:absolute;left:12.5%;top:28px;height:2px;width:0;background:linear-gradient(90deg,#7132f5,#a272f8);z-index:1;transition:width .8s cubic-bezier(.2,.8,.25,1);box-shadow:0 0 9px rgba(113,50,245,.30)}.sample-one-design[data-active-step="2"] .sample-one-steps:after{width:25%}.sample-one-design[data-active-step="3"] .sample-one-steps:after{width:50%}.sample-one-design[data-active-step="4"] .sample-one-steps:after{width:75%}.sample-one-step.done .sample-one-step-icon{color:#fff;border-color:#b283ff;background:linear-gradient(145deg,#a14bff,#7a31e9);box-shadow:0 8px 20px rgba(113,50,245,.22)}.sample-one-step.done .sample-one-step-copy b{color:#6b2be1}.sample-one-tab-icon.original-tab-icon{width:58px;height:58px;margin-bottom:0}.sample-one-tab-icon.original-tab-icon img{display:block;width:56px;height:56px;object-fit:contain;background:transparent}.wallet-only-logos{width:76px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.wallet-only-logos img{display:block;width:auto;max-width:72px;height:24px;object-fit:contain;background:transparent!important}.wallet-only-logos img:first-child{height:25px;max-width:68px}.payment-sample-tab .sample-one-tab-label{margin-top:1px}.exact-channel-png,.exact-channel-png .brand-png-icon,.exact-channel-png .sample-png-icon{background:transparent!important;border:0!important;box-shadow:none!important;filter:none!important}.submission-method .exact-channel-png{width:58px!important;height:58px!important;padding:0!important;overflow:visible!important}.submission-method .exact-channel-png .brand-png-icon{display:block;width:58px!important;height:58px!important;object-fit:contain!important}.sample-submit-options .exact-channel-png{width:54px!important;height:54px!important;padding:0!important;overflow:visible!important}.sample-submit-options .exact-channel-png .sample-png-icon{display:block;width:54px!important;height:54px!important;object-fit:contain!important}.demo-jump-track{position:relative;height:39px;margin:8px 0 10px;overflow:visible}.demo-jump-note{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:9px 11px;border-radius:12px;background:#f2ecff;border:1px solid #d8c8f3;color:#5b2ab7;font-size:9px;line-height:1.35;font-weight:950;opacity:0;transform:translateY(13px) scale(.94);box-shadow:0 8px 16px rgba(91,42,183,.09)}.demo-jump-note.final{background:#edf9f2;border-color:#bfe6ce;color:#177a49}#sample-upload.demo-running .demo-jump-note:nth-child(1){animation:demoJumpNotice 1.25s cubic-bezier(.2,.85,.25,1) .55s both}#sample-upload.demo-running .demo-jump-note:nth-child(2){animation:demoJumpNotice 1.25s cubic-bezier(.2,.85,.25,1) 2.05s both}#sample-upload.demo-running .demo-jump-note:nth-child(3){animation:demoJumpNotice 1.35s cubic-bezier(.2,.85,.25,1) 3.75s both}#sample-upload.demo-running .demo-jump-note:nth-child(4){animation:demoJumpFinal .72s cubic-bezier(.2,.9,.25,1) 5.75s both}@keyframes demoJumpNotice{0%{opacity:0;transform:translateY(14px) scale(.92)}28%,72%{opacity:1;transform:translateY(-4px) scale(1.03)}100%{opacity:0;transform:translateY(-12px) scale(.97)}}@keyframes demoJumpFinal{0%{opacity:0;transform:translateY(15px) scale(.9)}65%{opacity:1;transform:translateY(-5px) scale(1.04)}100%{opacity:1;transform:translateY(0) scale(1)}}#sample-upload.demo-running .sample-submit-options>div{animation:demoOptionDimV7 .45s ease .25s both!important}#sample-upload.demo-running .sample-submit-options .website-demo-choice{animation:demoWebsiteJumpV7 .72s cubic-bezier(.2,.9,.25,1) .55s both!important}#sample-upload.demo-running .website-selected-label{animation:demoSelectedLabel .42s ease .88s both!important}#sample-upload.demo-running .demo-file-card{animation:demoFileJumpV7 .78s cubic-bezier(.2,.95,.25,1) 2.05s both!important}#sample-upload.demo-running .demo-upload-action{animation:demoActionJumpV7 .72s cubic-bezier(.2,.9,.25,1) 3.75s both!important}#sample-upload.demo-running .demo-upload-action button{animation:demoUploadButton .48s ease 3.95s both!important}#sample-upload.demo-running .demo-upload-progress i{animation:demoProgressFill 1.45s ease 4.15s both!important}#sample-upload.demo-running .demo-upload-percent{animation:demoPercentShowV7 1.55s ease 4.05s both!important}#sample-upload.demo-running .demo-upload-success{animation:demoSuccessJumpV7 .72s cubic-bezier(.2,.95,.25,1) 5.75s both!important}@keyframes demoOptionDimV7{to{opacity:.46;transform:scale(.98)}}@keyframes demoWebsiteJumpV7{0%{opacity:.5;transform:translateY(0) scale(.98)}55%{opacity:1;transform:translateY(-9px) scale(1.05)}100%{opacity:1;transform:translateY(-3px) scale(1.02);border-color:#55c88a!important;box-shadow:0 0 0 3px rgba(44,181,110,.10),0 12px 22px rgba(29,139,79,.14)!important;background:#f3fcf7!important}}@keyframes demoFileJumpV7{0%{opacity:0;transform:translateY(14px) scale(.94)}60%{opacity:1;transform:translateY(-8px) scale(1.04)}100%{opacity:1;transform:translateY(0) scale(1)}}@keyframes demoActionJumpV7{0%{transform:translateY(12px) scale(.97);box-shadow:none}65%{transform:translateY(-7px) scale(1.025);box-shadow:0 11px 19px rgba(101,48,211,.12)}100%{transform:translateY(0) scale(1);box-shadow:none}}@keyframes demoPercentShowV7{0%,8%{opacity:0}20%,88%{opacity:1}100%{opacity:0}}@keyframes demoSuccessJumpV7{0%{opacity:0;transform:translateY(14px) scale(.9)}65%{opacity:1;transform:translateY(-8px) scale(1.05)}100%{opacity:1;transform:translateY(0) scale(1)}}.section#samples.interaction-paused .demo-jump-note,.section#samples.interaction-paused #sample-upload.demo-running .demo-upload-action{animation-play-state:paused!important}@media(max-width:430px){.sample-one-steps:after{top:24px}.sample-one-tab-icon.original-tab-icon{width:50px;height:50px}.sample-one-tab-icon.original-tab-icon img{width:48px;height:48px}.wallet-only-logos{width:62px;height:50px}.wallet-only-logos img{max-width:58px;height:19px}.wallet-only-logos img:first-child{max-width:54px;height:20px}.submission-method .exact-channel-png,.submission-method .exact-channel-png .brand-png-icon{width:52px!important;height:52px!important}.sample-submit-options .exact-channel-png,.sample-submit-options .exact-channel-png .sample-png-icon{width:50px!important;height:50px!important}.demo-jump-note{font-size:8px}}.sample-one-tab-label{max-width:98%;font-size:clamp(9px,2.45vw,12px)!important;line-height:1.28!important;font-weight:900!important;letter-spacing:-.12px;color:#281f34;}.payment-sample-tab .sample-one-tab-label{margin-top:3px}.simple-upload-process{display:grid;gap:10px;margin-top:11px;scroll-margin-block:70px}.simple-upload-stage{position:relative;display:grid;grid-template-columns:28px 48px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:72px;padding:11px 12px;border:1px solid #e4dbee;border-radius:14px;background:linear-gradient(180deg,#fff,#fbf9ff);box-shadow:0 7px 15px rgba(68,39,119,.055);opacity:.48;transform:translateY(8px) scale(.985);scroll-margin-block:72px;}.simple-stage-number{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#eee7f8;color:#6b34d5;font-size:8px;font-weight:950}.simple-stage-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#f2ecff;color:#6a31dc}.simple-stage-icon img{display:block;width:42px;height:42px;object-fit:contain;background:transparent}.simple-stage-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.simple-stage-copy strong{display:block;font-size:11px;line-height:1.3;color:#33254f}.simple-stage-copy small{display:block;margin-top:3px;font-size:8.5px;line-height:1.45;color:#786e87}.simple-upload-stage>em{padding:5px 7px;border-radius:999px;background:#f0e9fb;color:#6531c7;font-size:7px;font-style:normal;font-weight:950}.simple-upload-progress{grid-column:3/-1;height:6px;border-radius:999px;background:#eee8f4;overflow:hidden;margin-top:-2px}.simple-upload-progress i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7132f5,#a753ff)}.company-sent-preview{border-color:#bee6cd;background:linear-gradient(180deg,#f7fff9,#edf9f2)}.company-sent-preview .simple-stage-number{background:#dff4e7;color:#17814b}.company-sent-preview .success-icon{background:#24b86a;color:#fff;font-size:22px;font-weight:950;box-shadow:0 0 0 5px rgba(36,184,106,.10)}.company-sent-preview .simple-stage-copy strong{color:#156f43}.company-sent-preview>em{background:#dff4e7;color:#147b48}#sample-upload.demo-running .sample-submit-options>div{animation:demoOptionDimV9 .42s ease .2s both!important}#sample-upload.demo-running .sample-submit-options .website-demo-choice{animation:demoWebsiteSelectV9 .72s cubic-bezier(.2,.9,.25,1) .55s both!important}#sample-upload.demo-running .file-select-stage{animation:simpleStageJumpV9 .78s cubic-bezier(.2,.95,.25,1) 2.05s both!important}#sample-upload.demo-running .file-upload-stage{animation:simpleStageJumpV9 .78s cubic-bezier(.2,.95,.25,1) 3.75s both!important}#sample-upload.demo-running .simple-upload-progress i{animation:simpleUploadFillV9 1.45s ease 4.1s both!important}#sample-upload.demo-running .company-sent-preview{animation:simpleSuccessJumpV9 .78s cubic-bezier(.2,.95,.25,1) 5.75s both!important}@keyframes demoOptionDimV9{to{opacity:.46;transform:scale(.98)}}@keyframes demoWebsiteSelectV9{0%{opacity:.52;transform:translateY(0) scale(.98)}58%{opacity:1;transform:translateY(-7px) scale(1.045)}100%{opacity:1;transform:translateY(-2px) scale(1.018);border-color:#55c88a!important;box-shadow:0 0 0 3px rgba(44,181,110,.10),0 12px 22px rgba(29,139,79,.14)!important;background:#f3fcf7!important}}@keyframes simpleStageJumpV9{0%{opacity:.48;transform:translateY(10px) scale(.97)}60%{opacity:1;transform:translateY(-7px) scale(1.025)}100%{opacity:1;transform:translateY(0) scale(1);border-color:#cdb8ef;box-shadow:0 10px 20px rgba(91,45,171,.10)}}@keyframes simpleUploadFillV9{0%{width:0}100%{width:100%}}@keyframes simpleSuccessJumpV9{0%{opacity:.45;transform:translateY(11px) scale(.96)}62%{opacity:1;transform:translateY(-8px) scale(1.03)}100%{opacity:1;transform:translateY(0) scale(1);box-shadow:0 12px 24px rgba(29,145,82,.12)}}.section#samples.interaction-paused #sample-upload.demo-running .simple-upload-stage,.section#samples.interaction-paused #sample-upload.demo-running .simple-upload-progress i{animation-play-state:paused!important}@media(max-width:430px){.sample-one-tab-label{font-size:clamp(8.2px,2.55vw,10px)!important;line-height:1.3!important}.simple-upload-stage{grid-template-columns:24px 42px minmax(0,1fr);gap:8px;padding:10px 9px}.simple-stage-icon{width:40px;height:40px}.simple-stage-icon img{width:37px;height:37px}.simple-stage-icon svg{width:25px;height:25px}.simple-stage-copy strong{font-size:9.5px}.simple-stage-copy small{font-size:7.7px}.simple-upload-stage>em{grid-column:2/-1;justify-self:start;margin-top:-2px}.simple-upload-progress{grid-column:2/-1}}.sample-one-design{border-radius:0!important}.sample-one-tabs{border-radius:0!important}.sample-one-tab:first-child,.sample-one-tab:last-child{border-radius:0!important}.executive-payment-shell{position:relative;overflow:hidden;padding:16px;border-radius:20px;background:linear-gradient(145deg,#0a2948,#0d385f 58%,#0b2e50);border:1px solid #174d78;box-shadow:0 18px 34px rgba(7,35,61,.22);color:#fff}.executive-payment-shell:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 4%,rgba(39,189,137,.16),transparent 28%),linear-gradient(115deg,rgba(255,255,255,.045),transparent 42%);pointer-events:none}.executive-payment-head{position:relative;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.executive-payment-head span{display:block;font-size:8px;font-weight:950;letter-spacing:.8px;color:#b9d4e8}.executive-payment-head h3{margin:3px 0 0;font-size:19px;line-height:1.15;color:#fff}.executive-status-badge{display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;background:#16a765;color:#fff;box-shadow:0 8px 16px rgba(12,144,84,.24);transition:.3s ease}.executive-status-badge i{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);font-style:normal;font-size:8px;font-weight:950}.executive-status-badge b{font-size:7px;letter-spacing:.35px;white-space:nowrap}.executive-top-grid{position:relative;z-index:2;display:grid;grid-template-columns:.85fr 1.65fr;gap:9px}.executive-card{border:1px solid rgba(196,220,239,.78);border-radius:12px;background:linear-gradient(180deg,#fff,#f4f9fd);box-shadow:0 8px 18px rgba(4,28,49,.12);color:#18334c}.executive-project-card{display:flex;flex-direction:column;justify-content:center;min-height:128px;padding:13px}.executive-card-label{display:block;font-size:7px;font-weight:950;text-transform:uppercase;letter-spacing:.55px;color:#71869a}.executive-project-card strong{display:block;margin:8px 0 6px;font-size:13px;line-height:1.25;color:#153452}.executive-project-card small{display:block;margin-top:3px;font-size:8px;line-height:1.4;color:#6c7e8e}.executive-progress-card{padding:12px}.executive-card-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.executive-card-row>small{font-size:7px;font-weight:900;color:#3574a9}.executive-progress-track{display:grid;grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr) 14px minmax(0,1fr) 14px minmax(0,1fr);align-items:start;margin-top:12px}.executive-progress-node{text-align:center;opacity:.42;transition:opacity .3s ease,transform .3s ease}.executive-progress-node>span{width:34px;height:34px;margin:0 auto 6px;border-radius:10px;display:grid;place-items:center;border:1px solid #bdcedd;background:#edf4f9;color:#7d92a5;transition:.3s ease}.executive-progress-node svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.executive-progress-node b{display:block;font-size:6.7px;line-height:1.2;color:#526a7e}.executive-progress-node.done,.executive-progress-node.active{opacity:1}.executive-progress-node.done>span{background:#e3f7ee;border-color:#83cfad;color:#15915a}.executive-progress-node.active{transform:translateY(-3px)}.executive-progress-node.active>span{background:#1679bf;border-color:#59a8df;color:#fff;box-shadow:0 0 0 4px rgba(22,121,191,.11),0 8px 16px rgba(16,94,150,.20);animation:executiveNodePulse .85s ease-in-out infinite alternate}.executive-progress-node.active b{color:#165a8d}.executive-progress-line{height:3px;margin-top:16px;border-radius:999px;background:#d8e4ed;overflow:hidden;transition:.3s ease}.executive-progress-line:after{content:"";display:block;width:0;height:100%;border-radius:inherit;background:#20ad70;transition:width .42s ease}.executive-progress-line.on:after{width:100%}@keyframes executiveNodePulse{from{transform:scale(1);box-shadow:0 0 0 3px rgba(22,121,191,.10),0 7px 14px rgba(16,94,150,.17)}to{transform:scale(1.06);box-shadow:0 0 0 7px rgba(22,121,191,.14),0 10px 20px rgba(16,94,150,.25)}}.executive-stage-message{display:flex;align-items:flex-start;gap:7px;margin-top:12px;padding:8px 9px;border-radius:9px;background:#e9f6ff;border:1px solid #c2e0f4;color:#276487}.executive-stage-message i{flex:0 0 17px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#1785c7;color:#fff;font-size:8px;font-style:normal;font-weight:950}.executive-stage-message span{font-size:7.5px;line-height:1.42;font-weight:800}.executive-metric-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:9px}.executive-metric-card{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px;padding:11px}.executive-metric-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#e5f1fb;color:#176da9}.executive-metric-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.executive-metric-card small,.executive-method-card>small,.executive-amount-card>small{display:block;font-size:7px;font-weight:900;color:#71869a}.executive-metric-card strong,.executive-amount-card strong{display:block;margin-top:3px;font-size:12px;color:#143c5d}.executive-metric-card em,.executive-method-card em,.executive-amount-card em{display:block;margin-top:3px;font-size:6.7px;line-height:1.35;color:#758797;font-style:normal}.executive-method-card,.executive-amount-card{padding:11px}.executive-wallet-row{height:34px;display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-top:4px}.executive-wallet-row img{display:block;width:auto;height:27px;max-width:62px;object-fit:contain}.executive-wallet-row img:first-child{height:25px}.executive-wallet-row span{width:1px;height:24px;background:#d7e1e9}.executive-amount-card.released{border-color:#62c994;background:linear-gradient(180deg,#f4fff9,#eaf9f1);box-shadow:0 0 0 3px rgba(31,174,104,.08),0 10px 20px rgba(16,112,65,.12)}.executive-amount-card.released strong{color:#11804a}.executive-bottom-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:9px}.executive-note-card,.executive-support-card{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:9px;padding:11px}.executive-note-card>span,.executive-support-card>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#e8f1f8;color:#176fa8}.executive-note-card svg,.executive-support-card svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.executive-note-card small,.executive-support-card small{display:block;font-size:7px;font-weight:950;color:#254b6a}.executive-note-card p,.executive-support-card p{margin:4px 0 0;font-size:7px;line-height:1.48;color:#6d7e8d}.executive-payment-shell.released .executive-status-badge{background:#0ca365;animation:executiveReleasedPulse .7s ease-in-out infinite alternate}@keyframes executiveReleasedPulse{from{box-shadow:0 8px 16px rgba(12,144,84,.24)}to{box-shadow:0 0 0 7px rgba(24,184,109,.13),0 11px 22px rgba(12,144,84,.32)}}@media(max-width:430px){.executive-payment-shell{padding:11px;border-radius:16px}.executive-payment-head h3{font-size:16px}.executive-status-badge{padding:6px 7px}.executive-status-badge b{font-size:6.4px}.executive-top-grid{grid-template-columns:1fr}.executive-project-card{min-height:auto}.executive-progress-track{grid-template-columns:minmax(0,1fr) 9px minmax(0,1fr) 9px minmax(0,1fr) 9px minmax(0,1fr)}.executive-progress-node>span{width:31px;height:31px}.executive-progress-node b{font-size:6.1px}.executive-progress-line{margin-top:14px}.executive-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.executive-amount-card{grid-column:1/-1}.executive-bottom-grid{grid-template-columns:1fr}.executive-wallet-row img{max-width:55px}}.professional-project-links-v18{grid-template-columns:repeat(2,minmax(0,1fr))!important}.professional-project-links-v18 .menu-faq-wide{grid-column:1/-1!important}.professional-project-links-v18 .badge-expert-choice{color:#082d56!important;background:linear-gradient(90deg,#eaf6ff,#83c9ff,#ccecff,#eaf6ff)!important;background-size:220% 100%!important;box-shadow:0 0 14px rgba(87,175,255,.55),0 0 22px rgba(82,142,255,.22)!important;animation:v13ExpertBadge 2s linear infinite!important;}@keyframes v13ExpertBadge{to{background-position:220% 0}}.premium-project-logo svg{width:25px!important;height:25px!important;stroke-width:1.65!important}.d1f-categories{grid-template-columns:repeat(2,minmax(0,1fr))!important}.reveal.show .payout-check-list li:nth-child(5) .payout-check{animation: payoutCheckPop 0.38s ease 0.84s forwards;}.reveal.show .payout-check-list li:nth-child(5) .payout-check path{animation: payoutTickDraw 0.35s ease 0.97s forwards;}#samples .link-task-card .pdf-badge{background:linear-gradient(145deg,#1877f2,#0d5fca);color:#fff;border-color:transparent}#samples .phone-share-demo{max-width:430px;margin:0 auto;border:1px solid #dce4f1;border-radius:15px;overflow:hidden;background:#f5f7fa;box-shadow:0 14px 30px rgba(30,55,90,.12)}#samples .share-app-head{display:flex;align-items:center;gap:9px;padding:11px 13px;background:#fff;border-bottom:1px solid #e2e7ef}#samples .share-app-head>span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font:900 21px/1 Arial}#samples .share-app-head b{font-size:13px;color:#17233b}#samples .share-app-head small{margin-left:auto;font-size:8px;color:#66728a}#samples .share-composer{display:flex;align-items:center;gap:9px;padding:12px 13px;background:#fff}#samples .share-profile{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#7d4dff,#4f28c5);color:#fff;font-size:10px;font-weight:900}#samples .share-composer b{display:block;font-size:10px;color:#27334a}#samples .share-composer small{display:block;margin-top:3px;font-size:8px;color:#7b8699}#samples .share-link-field{position:relative;min-height:58px;padding:13px;background:#fff;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}#samples .share-link-field p{display:inline;margin:0;font-size:12px;line-height:1.6;color:#2357a5;word-break:break-all}#samples .share-preview{padding:14px;background:linear-gradient(145deg,#eaf2ff,#f7f2ff)}#samples .share-preview span{display:block;font-size:8px;font-weight:900;letter-spacing:.12em;color:#6e51ba}#samples .share-preview b{display:block;margin-top:5px;font-size:14px;color:#24304a}#samples .share-preview small{display:block;margin-top:4px;font-size:9px;color:#728097}#samples .share-demo-footer{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;background:#fff;border-top:1px solid #e3e8f0}#samples .share-demo-footer span{font-size:10px;font-weight:900;color:#5d687c}#samples .share-demo-footer button{border:0;border-radius:9px;padding:8px 13px;background:#1877f2;color:#fff;font-size:9px;font-weight:900}#samples .phone-share-demo.shared .share-demo-footer button{background:#26a65b}#samples .phone-share-demo.shared .share-preview{box-shadow:inset 0 0 0 2px rgba(38,166,91,.16)}#samples .typing-status em{font-style:normal}#samples .screenshot-proof-card{max-width:430px;margin:0 auto 12px;padding:12px;border:1px solid #e5deef;border-radius:14px;background:#fff;box-shadow:0 10px 24px rgba(55,39,95,.09)}#samples .screenshot-phone{padding:12px;border-radius:11px;background:#f2f6fb;border:1px solid #dfe7f2}#samples .screenshot-bar{font-size:9px;font-weight:900;color:#1877f2}.screenshot-link{margin:9px 0;padding:8px;border-radius:8px;background:#fff;font-size:10px;color:#2357a5;word-break:break-all}.screenshot-success{font-size:9px;font-weight:900;color:#239457}#samples .screenshot-file{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.screenshot-file b{font-size:9px;color:#40345f}.screenshot-file small{font-size:8px;color:#81758e;text-align:right}@media(max-width:520px){#samples .share-app-head small{display:none}#samples .screenshot-file{display:block}#samples .screenshot-file small{display:block;margin-top:4px;text-align:left}}#sample-typed .share-screenshot-save{position:relative;max-height:0;margin:0 auto;padding:0 12px;overflow:hidden;opacity:0;transform:translateY(12px) scale(.98);border-width:0;transition:max-height .48s ease,margin .48s ease,padding .48s ease,opacity .35s ease,transform .48s ease,border-width .1s linear;}#sample-typed.screenshot-saved .share-screenshot-save{max-height:420px;margin:12px auto 0;padding:12px;opacity:1;transform:translateY(0) scale(1);border-width:1px;}#samples .screenshot-save-preview{width:min(180px,48vw);margin:0 auto;padding:5px;border-radius:15px;background:linear-gradient(145deg,#ece5fb,#ffffff);box-shadow:0 12px 25px rgba(52,35,88,.14);}#samples .screenshot-save-preview img{display:block;width:100%;height:auto;max-height:235px;object-fit:contain;border-radius:11px;background:#fff;}#samples .screenshot-save-badge{display:table;margin:10px auto 0;padding:7px 12px;border-radius:999px;background:#e5f8ed;color:#17814b;font-size:9px;font-weight:950;opacity:0;transform:scale(.78);}#sample-typed.screenshot-saved .screenshot-save-badge{animation:phoneScreenshotSavedV3 .55s cubic-bezier(.2,.9,.25,1) .45s both;}#samples .simple-stage-icon.screenshot-file-icon{overflow:hidden;padding:3px;background:linear-gradient(145deg,#ede7fb,#ffffff);}#samples .simple-stage-icon.screenshot-file-icon img{width:100%;height:100%;border-radius:9px;object-fit:cover;object-position:top;}@keyframes phoneScreenshotSavedV3{0%{opacity:0;transform:scale(.72)}65%{opacity:1;transform:scale(1.08)}100%{opacity:1;transform:scale(1)}}#samples .sample-one-tab-icon.original-tab-icon img[src$="website-original.png"]{filter:none}#samples .sample-one-tab-icon.original-tab-icon img[src$="phone-share-original.png"]{filter:none}#samples .share-action-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;background:#fff;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}#samples .share-action-strip b{font-size:10px;color:#334260}#samples .share-option-btn{border:0;border-radius:999px;padding:8px 12px;background:#eef4ff;color:#2559ab;font-size:8px;font-weight:900;box-shadow:inset 0 0 0 1px #d7e4fb}#samples .phone-share-demo.shared .share-option-btn{background:#1877f2;color:#fff;box-shadow:0 8px 16px rgba(24,119,242,.22)}#samples .share-feed-preview{padding:12px;background:#fff;border-top:1px solid #e9edf4;border-bottom:1px solid #e9edf4}#samples .share-feed-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:9px}#samples .share-feed-head b{font-size:10px;color:#20304a}#samples .share-feed-head small{font-size:8px;color:#7b879b}#samples .share-feed-scroll{height:88px;overflow:hidden;border:1px solid #e5e9f2;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#eef4f8);position:relative}#samples .share-feed-card{padding:11px 11px 18px;transition:transform .6s ease}#samples .phone-share-demo.shared .share-feed-card{animation:phoneShareFeedScrollV4 1.3s ease .1s both}#samples .feed-card-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}#samples .feed-card-head .feed-f{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#1877f2;color:#fff;font:900 16px/1 Arial}#samples .feed-card-head b{display:block;font-size:9px;color:#22314d}#samples .feed-card-head small{display:block;font-size:7px;color:#79859a}#samples .feed-card-link{padding:7px 9px;border-radius:9px;background:#f0f5ff;color:#295cab;font-size:8px;font-weight:700;line-height:1.4;word-break:break-all}#samples .feed-card-box{margin-top:8px;padding:9px 10px;border-radius:10px;background:linear-gradient(145deg,#ebf2ff,#fbf8ff)}#samples .feed-card-box span{display:block;font-size:7px;font-weight:900;letter-spacing:.12em;color:#7752c7}#samples .feed-card-box b{display:block;margin-top:4px;font-size:10px;color:#22314b}#samples .feed-card-box small{display:block;margin-top:3px;font-size:8px;color:#738096}#samples .screenshot-capture-note{display:flex;align-items:center;gap:8px;margin-top:9px;padding:9px 10px;border-radius:10px;background:#f7efff;border:1px solid #e6d8ff;opacity:0;transform:translateY(7px);transition:opacity .26s ease,transform .26s ease}#samples .phone-share-demo.shared .screenshot-capture-note{opacity:1;transform:translateY(0)}#samples .cam-dot{position:relative;width:18px;height:18px;border-radius:50%;background:#7d2ce2;flex:0 0 18px}#samples .cam-dot:before{content:"";position:absolute;left:4px;top:4px;width:10px;height:10px;border-radius:50%;background:#fff}#samples .cam-dot:after{content:"";position:absolute;left:-3px;top:-3px;right:-3px;bottom:-3px;border-radius:50%;border:1px solid rgba(125,44,226,.38);animation:phoneShotPulseV4 1s ease-in-out infinite}#samples .screenshot-capture-note em{font-style:normal;font-size:8px;color:#6530bf}#samples .phone-share-demo.shared .share-demo-footer button{background:#26a65b}#samples .phone-share-demo.shared .share-preview{box-shadow:inset 0 0 0 2px rgba(38,166,91,.16)}@keyframes phoneShareFeedScrollV4{0%{transform:translateY(16px)}45%{transform:translateY(0)}100%{transform:translateY(-18px)}}@keyframes phoneShotPulseV4{0%{transform:scale(.9);opacity:.95}70%{transform:scale(1.25);opacity:.1}100%{transform:scale(1.25);opacity:0}}#samples .share-link-field p{display:block}#samples .phone-share-demo:not(.shared) .share-feed-card{transform:translateY(16px)}#samples .phone-share-demo.shared .screenshot-capture-note em{font-weight:800}#samples .sample-one-tab-icon.original-tab-icon img[src$="web-links-original.png"]{width:56px;height:56px;object-fit:contain}#samples .share-paste-box{position:relative;display:flex;align-items:center;justify-content:center;min-height:56px;margin:0 13px;padding:10px 14px;border:1px dashed #cfd8e6;border-radius:14px;background:linear-gradient(145deg,#f8fbff,#f4efff)}#samples .paste-placeholder{font-size:10px;font-weight:700;color:#7b889b}#samples .tap-emoji{position:absolute;font-size:20px;line-height:1;filter:drop-shadow(0 6px 10px rgba(30,34,70,.14));pointer-events:none}#samples .tap-emoji-paste{right:14px;top:50%;transform:translateY(-50%)}#samples .paste-chip{position:absolute;right:54px;top:-10px;padding:5px 10px;border-radius:999px;background:#26354f;color:#fff;font-size:8px;font-weight:900;opacity:0;transform:translateY(6px) scale(.8);transition:opacity .24s ease,transform .24s ease}#samples .phone-share-demo.paste-ready .paste-chip{opacity:1;transform:translateY(0) scale(1)}#samples .share-link-field{opacity:.55;transition:opacity .25s ease,box-shadow .25s ease}#samples .share-link-field p{display:block;min-height:19px}#samples .phone-share-demo.link-pasted .share-link-field{opacity:1;box-shadow:inset 0 0 0 2px rgba(24,119,242,.13)}#samples .phone-share-demo:not(.link-pasted) .share-action-strip{justify-content:flex-start}#samples .phone-share-demo:not(.link-pasted) .share-option-btn,#samples .phone-share-demo:not(.link-pasted) .tap-emoji-share{display:none}#samples .share-action-strip{position:relative}#samples .tap-emoji-share{position:static;margin-left:auto;transform:none}#samples .share-feedback{display:flex;align-items:center;gap:8px;margin:10px 13px 0;padding:9px 11px;border-radius:10px;background:#edf9f1;border:1px solid #ccefd6;color:#1d8d50;opacity:0;transform:translateY(6px);transition:opacity .24s ease,transform .24s ease}#samples .share-feedback span{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#25b466;color:#fff;font-size:11px;font-weight:900;flex:0 0 18px}#samples .share-feedback em{font-style:normal;font-size:8px;font-weight:800;color:#238552}#samples .phone-share-demo.shared .share-feedback{opacity:1;transform:translateY(0)}#samples .phone-share-demo.shared .share-feed-card{animation:phoneShareFeedScrollV6 1.25s ease .15s both}#samples .phone-share-demo:not(.shared) .share-feed-card{transform:translateY(18px)}#samples .phone-share-demo.shared .screenshot-capture-note em{font-weight:800}@keyframes phoneShareFeedScrollV6{0%{transform:translateY(18px)}35%{transform:translateY(0)}100%{transform:translateY(-16px)}}#samples .phone-share-demo{position:relative}#samples .flow-hand{position:absolute;z-index:8;left:var(--flow-hand-x,calc(100% - 42px));top:var(--flow-hand-y,112px);font-size:22px;line-height:1;filter:drop-shadow(0 6px 10px rgba(30,34,70,.16));transform:translate(-50%,-50%);transition:left .52s ease,top .52s ease,opacity .24s ease,transform .24s ease;pointer-events:none}#samples .phone-share-demo.holding .flow-hand{animation:phoneHandHoldV7 .75s ease-in-out infinite}#samples .phone-share-demo.shared .flow-hand{opacity:0;transform:translate(-50%,-50%) scale(.72)}#samples .phone-share-demo:not(.link-pasted) .share-option-btn{display:none}#samples .phone-share-demo.link-pasted .share-option-btn{display:inline-block}#samples .phone-share-demo.shared .share-option-btn{background:#26a65b;color:#fff}#samples .phone-share-demo:not(.shared) .share-feedback{display:none}#samples .phone-share-demo.shared .share-feedback{display:flex;opacity:1;transform:translateY(0)}#samples .share-demo-footer{display:none}#samples .share-preview,#samples .share-feed-preview{display:none!important}#sample-typed.capture-ready .share-screenshot-save{max-height:420px;margin:12px auto 0;padding:12px;opacity:1;transform:translateY(0) scale(1);border-width:1px}#sample-typed .share-screenshot-save{position:relative}#sample-typed .share-screenshot-save:after{content:"";position:absolute;inset:0;border-radius:inherit;background:#fff;opacity:0;pointer-events:none;z-index:5}#sample-typed.capture-flash .share-screenshot-save:after{animation:phoneScreenshotFlashV7 .46s ease-out 1}#sample-typed.capture-ready:not(.screenshot-saved) .screenshot-save-badge{opacity:0;transform:scale(.78)}@keyframes phoneHandHoldV7{0%,100%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-46%) scale(.95)}}@keyframes phoneScreenshotFlashV7{0%{opacity:0}35%{opacity:.94}100%{opacity:0}}.project-footer-single-v18{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;justify-content:center!important;gap:0!important;width:100%!important;overflow-x:auto!important;scrollbar-width:none}.project-footer-single-v18::-webkit-scrollbar{display:none}.project-footer-single-v18 .d1f-link{flex:1 1 0!important;min-width:0!important;white-space:nowrap!important}@media(max-width:520px){.project-footer-single-v18 .d1f-link{font-size:clamp(8px,2.4vw,10px)!important;padding-left:4px!important;padding-right:4px!important}.project-footer-single-v18 .d1f-link-icon{transform:scale(.88)}}
