.hero-typewriter{display:inline}.hero-caret{display:inline-block;width:.06em;margin-left:.04em;background:currentColor;color:transparent;animation:hero-caret-blink 1s steps(1) infinite;vertical-align:-.05em}@keyframes hero-caret-blink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.hero-caret{animation:none;opacity:1}}.mochu-landing{--cream: #FFF4E8;--cream-2: #FFEAD6;--ink: #1A1326;--ink-soft: #4a3a55;--coral: #FF8567;--coral-deep: #E8553A;--coral-soft: #FFB7A3;--mint: #5BD0A5;--rose: #FF5C7A;--sun: #FFD15C;--line: rgba(26,19,38,.12);--card: #ffffff}.mochu-landing *{box-sizing:border-box}.mochu-landing{margin:0;padding:0}.mochu-landing{font-family:Inter,system-ui,sans-serif;background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}.mochu-landing .display{font-family:Bricolage Grotesque,sans-serif;letter-spacing:-.02em;line-height:1.02}.mochu-landing .mono{font-family:JetBrains Mono,monospace}.mochu-landing a{color:inherit;text-decoration:none}.mochu-landing button{font-family:inherit;cursor:pointer;border:none}.mochu-landing .nav-wrap{position:sticky;top:16px;z-index:50;display:flex;justify-content:center;padding:0 16px}.mochu-landing .nav{display:flex;align-items:center;gap:32px;background:#ffffffd9;-webkit-backdrop-filter:blur(20px) saturate(1.2);backdrop-filter:blur(20px) saturate(1.2);border:1px solid var(--line);padding:10px 14px 10px 22px;border-radius:999px;box-shadow:0 10px 40px #e8553a1f}.mochu-landing .brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:20px}.mochu-landing .brand-mochu-face{width:38px;height:38px;filter:drop-shadow(0 3px 10px rgba(232,85,58,.35));flex-shrink:0}.mochu-landing .nav-links{display:flex;gap:26px;font-size:15px;font-weight:500;color:var(--ink-soft)}.mochu-landing .nav-links a:hover{color:var(--coral-deep)}.mochu-landing .nav-cta{background:var(--ink);color:var(--cream);padding:10px 18px;border-radius:999px;font-weight:600;font-size:14px;transition:transform .15s ease}.mochu-landing .nav-cta:hover{transform:translateY(-1px)}.mochu-landing .hero{padding:60px 24px 40px;max-width:1240px;margin:0 auto;position:relative}.mochu-landing .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media (max-width: 960px){.mochu-landing .hero-grid{grid-template-columns:1fr}}.mochu-landing .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--cream-2);padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--coral-deep);border:1px solid rgba(232,85,58,.18)}.mochu-landing .eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px #5bd0a540;animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 8px #5bd0a500}}.mochu-landing h1.hero-title{font-size:clamp(44px,6.2vw,84px);font-weight:800;margin:22px 0 18px}.mochu-landing h1.hero-title em{font-style:normal;color:var(--coral-deep);position:relative}.mochu-landing h1.hero-title em:after{content:"";position:absolute;left:-2px;right:-2px;bottom:6px;height:14px;background:var(--sun);z-index:-1;border-radius:4px;opacity:.55}.mochu-landing .hero-tagline-en{font-family:JetBrains Mono,monospace;font-size:14px;color:var(--coral-deep);font-weight:500;letter-spacing:-.01em;margin:-10px 0 18px;font-style:italic;opacity:.85}.mochu-landing .hero-tagline-en:before{content:"» ";opacity:.5}.mochu-landing .hero-sub{font-size:19px;line-height:1.55;color:var(--ink-soft);max-width:520px}.mochu-landing .hero-ctas{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.mochu-landing .btn-primary{background:var(--ink);color:var(--cream);padding:16px 26px;border-radius:14px;font-weight:600;font-size:16px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 10px 30px #1a132640;transition:transform .15s ease,box-shadow .15s ease}.mochu-landing .btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 36px #1a132652}.mochu-landing .btn-secondary{background:#fff;color:var(--ink);padding:16px 24px;border-radius:14px;font-weight:600;font-size:16px;border:1px solid var(--line)}.mochu-landing .btn-secondary:hover{border-color:var(--ink)}.mochu-landing .hero-trust{display:flex;align-items:center;gap:14px;margin-top:28px;color:var(--ink-soft);font-size:14px}.mochu-landing .avatars{display:flex}.mochu-landing .avatars span{width:36px;height:36px;border-radius:50%;border:3px solid var(--cream);margin-left:-10px;background:var(--coral)}.mochu-landing .avatars span:nth-child(1){background:linear-gradient(135deg,#ffb7a3,#ff8567);margin-left:0}.mochu-landing .avatars span:nth-child(2){background:linear-gradient(135deg,#ffd15c,#ff8567)}.mochu-landing .avatars span:nth-child(3){background:linear-gradient(135deg,#5bd0a5,#3fa8c9)}.mochu-landing .avatars span:nth-child(4){background:linear-gradient(135deg,#ff5c7a,#e8553a)}.mochu-landing .stars{color:var(--coral-deep);font-weight:700}.mochu-landing .stage{position:relative;height:580px;display:flex;align-items:center;justify-content:center}@media (max-width: 960px){.mochu-landing .stage{height:480px}}.mochu-landing .floor-shadow{position:absolute;bottom:80px;left:50%;width:260px;height:28px;background:radial-gradient(ellipse,rgba(26,19,38,.22),transparent 70%);transform:translate(-50%);animation:shadowBob 2.4s ease-in-out infinite}@keyframes shadowBob{0%,to{transform:translate(-50%) scale(1);opacity:.9}50%{transform:translate(-50%) scale(.85);opacity:.6}}.mochu-landing .mascot-wrap{position:relative;width:360px;height:420px;animation:floatBody 2.4s ease-in-out infinite;z-index:3}@keyframes floatBody{0%,to{transform:translateY(0)}50%{transform:translateY(-22px)}}.mochu-landing .comment{position:absolute;background:#fff;padding:12px 14px;border-radius:14px;box-shadow:0 12px 30px #1a13261f;border:1px solid var(--line);font-size:13px;width:220px;display:flex;gap:10px;align-items:flex-start;transition:opacity .4s ease,transform .6s cubic-bezier(.5,1.6,.4,1)}.mochu-landing .comment.good{border-left:4px solid var(--mint)}.mochu-landing .comment.bad{border-left:4px solid var(--rose)}.mochu-landing .comment .av{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#ffb7a3,#ff8567)}.mochu-landing .comment.bad .av{background:linear-gradient(135deg,#9aa,#556)}.mochu-landing .comment .meta{font-weight:600;font-size:12px}.mochu-landing .comment .meta .plat{color:var(--coral-deep);margin-left:6px;font-weight:500}.mochu-landing .comment .txt{color:var(--ink-soft);margin-top:2px;line-height:1.4}.mochu-landing .comment.in{animation:slideIn .5s ease forwards}@keyframes slideIn{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.mochu-landing .comment.like{animation:likeBurst .9s ease forwards}@keyframes likeBurst{0%{transform:scale(1)}30%{transform:scale(1.08);box-shadow:0 0 0 4px #5bd0a559}to{transform:scale(.95) translateY(-12px);opacity:0}}.mochu-landing .comment.del{animation:zapOut .9s ease forwards}@keyframes zapOut{0%{transform:scale(1) rotate(0)}20%{transform:scale(1.05) rotate(-3deg);box-shadow:0 0 0 4px #ff5c7a59}60%{transform:scale(.7) rotate(20deg) translate(60px,60px);opacity:.4}to{transform:scale(0) rotate(60deg) translate(120px,120px);opacity:0}}.mochu-landing .reaction-pop{position:absolute;font-size:26px;pointer-events:none;animation:popUp 1s ease forwards}@keyframes popUp{0%{transform:translateY(0) scale(.4);opacity:0}30%{transform:translateY(-20px) scale(1.2);opacity:1}to{transform:translateY(-80px) scale(1);opacity:0}}.mochu-landing section{padding:100px 24px;max-width:1240px;margin:0 auto}.mochu-landing .section-eyebrow{font-size:13px;font-weight:700;color:var(--coral-deep);letter-spacing:.12em;text-transform:uppercase}.mochu-landing h2{font-size:clamp(36px,4.4vw,60px);font-weight:800;margin:14px 0 20px}.mochu-landing .section-sub{font-size:18px;color:var(--ink-soft);max-width:620px;line-height:1.55}.mochu-landing .platforms{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}@media (max-width: 860px){.mochu-landing .platforms{grid-template-columns:1fr}}.mochu-landing .platform-card{background:var(--card);border-radius:24px;padding:28px;border:1px solid var(--line);transition:transform .25s ease,box-shadow .25s ease}.mochu-landing .platform-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1a132614}.mochu-landing .platform-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;color:#fff;margin-bottom:18px}.mochu-landing .pi-fb{background:#1877f2}.mochu-landing .pi-ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.mochu-landing .pi-tt{background:#000;position:relative}.mochu-landing .platform-card h3{font-size:22px;margin:0 0 8px;font-weight:700}.mochu-landing .platform-card p{color:var(--ink-soft);font-size:15px;line-height:1.55;margin:0}.mochu-landing .platform-stats{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);display:flex;gap:24px}.mochu-landing .platform-stats div{font-size:12px;color:var(--ink-soft)}.mochu-landing .platform-stats strong{display:block;font-size:22px;color:var(--ink);font-weight:800}.mochu-landing .how{background:var(--ink);color:var(--cream);border-radius:36px;padding:80px 60px;margin:40px 0;position:relative;overflow:hidden}.mochu-landing .how:before{content:"";position:absolute;right:-80px;top:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,133,103,.25),transparent 70%)}.mochu-landing .how .section-eyebrow{color:var(--coral-soft)}.mochu-landing .how h2{color:var(--cream)}.mochu-landing .how .section-sub{color:#fff4e8b3}.mochu-landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}@media (max-width: 860px){.mochu-landing .how{padding:50px 30px}.mochu-landing .steps{grid-template-columns:1fr}}.mochu-landing .step{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:28px;position:relative}.mochu-landing .step-num{width:40px;height:40px;border-radius:12px;background:var(--coral);color:#fff;display:grid;place-items:center;font-weight:800;font-size:18px;margin-bottom:18px}.mochu-landing .step h3{font-size:20px;margin:0 0 8px}.mochu-landing .step p{color:#fff4e8b3;font-size:15px;line-height:1.55;margin:0}.mochu-landing .features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:48px}@media (max-width: 860px){.mochu-landing .features{grid-template-columns:1fr}}.mochu-landing .feature{background:#fff;border-radius:24px;padding:32px;border:1px solid var(--line);display:flex;gap:20px;align-items:flex-start}.mochu-landing .feature-emoji{width:56px;height:56px;flex-shrink:0;border-radius:16px;background:var(--cream-2);display:grid;place-items:center;color:var(--coral-deep)}.mochu-landing .feature h3{margin:0 0 6px;font-size:19px}.mochu-landing .feature p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.55}.mochu-landing .pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}.mochu-landing .pricing-4col{grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1080px){.mochu-landing .pricing-4col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 860px){.mochu-landing .pricing,.mochu-landing .pricing-4col{grid-template-columns:1fr}}.mochu-landing .plan-free{background:linear-gradient(180deg,var(--cream-2) 0%,#FFE0C2 100%);border:2px solid var(--coral);position:relative}.mochu-landing .plan-free:before{content:"✦ Na zawsze";position:absolute;top:-12px;left:24px;background:var(--mint);color:#1a5a3c;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 6px 12px #5bd0a54d}.mochu-landing .plan-free .plan-name{color:#1a5a3c}.mochu-landing .plan-free .plan-price{color:var(--ink)}.mochu-landing .safety-note{margin-top:32px;background:#fff;border:1px dashed var(--line-strong, rgba(26,19,38,.18));border-radius:18px;padding:18px 22px;display:flex;gap:14px;align-items:flex-start;font-size:14.5px;line-height:1.55;color:var(--ink-soft)}.mochu-landing .safety-note b{color:var(--ink)}.mochu-landing .safety-ico{flex-shrink:0;width:44px;height:44px;background:var(--cream-2);border-radius:12px;display:grid;place-items:center;font-size:22px}.mochu-landing .plan{background:#fff;border-radius:24px;padding:32px;border:1px solid var(--line);display:flex;flex-direction:column}.mochu-landing .plan.featured{background:var(--ink);color:var(--cream);border:none;transform:scale(1.03);box-shadow:0 30px 60px #1a132640;position:relative}.mochu-landing .plan.featured:before{content:"Najpopularniejszy";position:absolute;top:-12px;right:24px;background:var(--coral);color:#fff;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700}.mochu-landing .plan-name{font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coral-deep)}.mochu-landing .plan.featured .plan-name{color:var(--coral-soft)}.mochu-landing .plan-price{font-size:56px;font-weight:800;margin:14px 0 4px;letter-spacing:-.03em}.mochu-landing .plan-price span{font-size:18px;color:var(--ink-soft);font-weight:500}.mochu-landing .plan.featured .plan-price span{color:#fff4e899}.mochu-landing .plan ul{list-style:none;padding:0;margin:24px 0;flex-grow:1}.mochu-landing .plan li{padding:8px 0;font-size:15px;display:flex;align-items:center;gap:10px;color:var(--ink-soft)}.mochu-landing .plan.featured li{color:#fff4e8d9}.mochu-landing .plan li:before{content:"";width:18px;height:18px;border-radius:50%;background:var(--mint);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:center;background-repeat:no-repeat;flex-shrink:0}.mochu-landing .plan-btn{padding:14px;border-radius:12px;font-weight:600;font-size:15px;background:var(--ink);color:var(--cream);text-align:center;border:none}.mochu-landing .plan.featured .plan-btn{background:var(--coral);color:#fff}.mochu-landing .plan:not(.featured) .plan-btn:hover{background:#2a1f3e}.mochu-landing .testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}@media (max-width: 860px){.mochu-landing .testimonials{grid-template-columns:1fr}}.mochu-landing .testi{background:#fff;border-radius:24px;padding:28px;border:1px solid var(--line)}.mochu-landing .testi-quote{font-size:16px;line-height:1.6}.mochu-landing .testi-user{margin-top:20px;display:flex;align-items:center;gap:12px}.mochu-landing .testi-av{width:44px;height:44px;border-radius:50%;background:var(--coral-soft)}.mochu-landing .testi-name{font-weight:700;font-size:14px}.mochu-landing .testi-role{font-size:13px;color:var(--ink-soft)}.mochu-landing .big-cta{background:linear-gradient(135deg,var(--coral) 0%,var(--coral-deep) 100%);color:#fff;border-radius:36px;padding:80px 60px;text-align:center;position:relative;overflow:hidden}.mochu-landing .big-cta h2{color:#fff}.mochu-landing .big-cta p{color:#ffffffe6;font-size:18px;max-width:540px;margin:14px auto 30px}.mochu-landing .big-cta .btn-primary{background:#fff;color:var(--coral-deep)}.mochu-landing .big-cta .btn-primary:hover{background:var(--ink);color:#fff}.mochu-landing footer{padding:40px 24px;max-width:1240px;margin:0 auto;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px;color:var(--ink-soft);font-size:14px}.mochu-landing footer .brand{color:var(--ink)}.mochu-landing .footer-links{display:flex;gap:26px}.mochu-landing .sparkle{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--sun);animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}.mochu-landing .orbit-icon{position:absolute;width:44px;height:44px;border-radius:14px;background:#fff;box-shadow:0 8px 20px #1a13261f;display:grid;place-items:center;z-index:4}.mochu-landing .module-mock{position:relative;overflow:visible}.mochu-landing .nimo-watch{position:absolute;width:130px;height:160px;z-index:12;pointer-events:none}.mochu-landing .nimo-watch.tr{top:-100px;right:10px}.mochu-landing .nimo-watch.tl{top:-100px;left:10px}@media (max-width: 1080px){.mochu-landing .nimo-watch.tr{right:-10px}.mochu-landing .nimo-watch.tl{left:-10px}}@media (max-width: 560px){.mochu-landing .nimo-watch{width:100px;height:130px;top:-80px}}.mochu-landing .how{position:relative}.mochu-landing .how-nimo{position:absolute;width:130px;height:160px;top:28px;right:40px;z-index:5;pointer-events:none}@media (max-width: 760px){.mochu-landing .how-nimo{display:none}}.mochu-landing .big-cta{position:relative}.mochu-landing .cta-nimo{position:absolute;width:160px;height:200px;bottom:20px;right:30px;z-index:5;pointer-events:none}@media (max-width: 760px){.mochu-landing .cta-nimo{width:110px;height:140px;bottom:10px;right:10px;opacity:.55}}.mochu-landing .brand{position:relative}.mochu-landing .brand-nimo{position:absolute;width:36px;height:44px;top:-28px;left:16px;pointer-events:none;z-index:1}.mochu-landing .modules-intro{text-align:center;max-width:1240px;margin:60px auto 40px;padding:0 24px}.mochu-landing .modules-intro h2{margin-top:14px}.mochu-landing .modules-intro .section-sub{margin:14px auto 0}.mochu-landing .module-overview{max-width:1240px;margin:0 auto 40px;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 960px){.mochu-landing .module-overview{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.mochu-landing .module-overview{grid-template-columns:1fr}}.mochu-landing .mod-overview-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px 22px;position:relative;transition:transform .25s ease,box-shadow .25s ease}.mochu-landing .mod-overview-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #1a132614}.mochu-landing .mod-overview-card .mod-num-mini{font-family:Bricolage Grotesque,sans-serif;font-size:13px;font-weight:800;letter-spacing:.12em;color:var(--coral-deep);text-transform:uppercase}.mochu-landing .mod-overview-card h4{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:800;margin:8px 0 6px;letter-spacing:-.01em}.mochu-landing .mod-overview-card p{font-size:14px;color:var(--ink-soft);line-height:1.5;margin:0 0 14px}.mochu-landing .mod-overview-card .ico-wrap{position:absolute;right:18px;top:18px;width:36px;height:36px;background:var(--cream-2);border-radius:12px;display:grid;place-items:center;color:var(--coral-deep)}.mochu-landing .module-section{max-width:1240px;margin:0 auto;padding:80px 24px}.mochu-landing .module-row{display:grid;grid-template-columns:420px 1fr;gap:56px;align-items:center}.mochu-landing .module-row.reverse{grid-template-columns:1fr 420px}.mochu-landing .module-row.reverse .module-text{order:2}.mochu-landing .module-row.reverse .module-mock{order:1}.mochu-landing .module-row>.module-mock,.mochu-landing .module-row>.module-text{min-width:0}.mochu-landing .module-mock>.window{max-width:100%}@media (max-width: 1240px){.mochu-landing .module-row,.mochu-landing .module-row.reverse{grid-template-columns:1fr;gap:36px}.mochu-landing .module-row.reverse .module-text,.mochu-landing .module-row.reverse .module-mock{order:initial}}.mochu-landing .module-num{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--coral);color:#fff;border-radius:18px;font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-weight:800;box-shadow:0 8px 20px #e8553a59;margin-bottom:20px}.mochu-landing .module-label{font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--coral-deep);margin-bottom:10px}.mochu-landing .module-text h3{font-family:Bricolage Grotesque,sans-serif;font-size:clamp(32px,3.6vw,44px);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0 0 16px}.mochu-landing .module-text>p{font-size:17px;line-height:1.55;color:var(--ink-soft);margin:0 0 24px}.mochu-landing .module-features{list-style:none;padding:0;margin:0 0 24px}.mochu-landing .module-features li{position:relative;padding:7px 0 7px 28px;font-size:14.5px;color:var(--ink);line-height:1.4}.mochu-landing .module-features li:before{content:"";position:absolute;left:0;top:9px;width:18px;height:18px;border-radius:6px;background:var(--coral);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-repeat:no-repeat;background-position:center}.mochu-landing .tech-tag{display:inline-flex;align-items:center;gap:6px;background:var(--cream-2);border:1px solid var(--line);padding:4px 10px;border-radius:999px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500;color:var(--ink-soft);margin-right:6px;margin-bottom:6px}.mochu-landing .tech-tag .live{width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #5bd0a540;animation:liveDot 1.5s infinite}@keyframes liveDot{50%{box-shadow:0 0 0 6px #5bd0a500}}.mochu-landing .window{background:#fff;border-radius:20px;box-shadow:0 40px 80px #1a13262e,0 8px 16px #1a132614;border:1px solid var(--line);overflow:hidden;font-size:13px;position:relative}.mochu-landing .win-bar{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#f4ece2;border-bottom:1px solid var(--line)}.mochu-landing .win-dots{display:flex;gap:6px}.mochu-landing .win-dots span{width:12px;height:12px;border-radius:50%;background:#ff5c5c}.mochu-landing .win-dots span:nth-child(2){background:#ffbd2e}.mochu-landing .win-dots span:nth-child(3){background:#28c940}.mochu-landing .win-url{flex:1;background:#fff;padding:5px 14px;border-radius:8px;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--ink-soft);margin-left:16px;border:1px solid var(--line);display:flex;align-items:center;gap:8px}.mochu-landing .win-url:before{content:"🔒";font-size:10px}.mochu-landing .inbox{display:grid;grid-template-columns:180px 240px 1fr;height:580px}.mochu-landing .inbox-channels{background:#fbf7f1;border-right:1px solid var(--line);padding:14px 10px;display:flex;flex-direction:column;gap:2px}.mochu-landing .inbox-channels h5{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin:6px 8px}.mochu-landing .channel{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;font-size:13px;font-weight:500}.mochu-landing .channel.active{background:var(--ink);color:var(--cream)}.mochu-landing .channel .ico{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;flex-shrink:0}.mochu-landing .ico-fb{background:#1877f2;color:#fff}.mochu-landing .ico-ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);color:#fff}.mochu-landing .ico-tt{background:#000;color:#fff}.mochu-landing .channel .count{margin-left:auto;font-size:11px;font-weight:600;background:#1a132614;padding:2px 8px;border-radius:999px}.mochu-landing .channel.active .count{background:var(--coral);color:#fff}.mochu-landing .sync-status{margin:12px 8px 4px;font-size:10px;color:var(--ink-soft);display:flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace}.mochu-landing .sync-status .live-dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #5bd0a540}.mochu-landing .sync-status.sync .live-dot{background:var(--sun);box-shadow:0 0 0 3px #ffd15c40}.mochu-landing .inbox-list{background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;overflow:hidden}.mochu-landing .inbox-filter{display:flex;gap:4px;padding:12px;border-bottom:1px solid var(--line);overflow-x:auto}.mochu-landing .pill{flex-shrink:0;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;background:var(--cream-2);color:var(--ink-soft);border:none}.mochu-landing .pill.active{background:var(--ink);color:var(--cream)}.mochu-landing .inbox-item{display:flex;gap:10px;padding:12px;border-bottom:1px solid var(--line);position:relative}.mochu-landing .inbox-item.selected{background:#fff6ec}.mochu-landing .inbox-item .av{width:32px;height:32px;border-radius:50%;flex-shrink:0}.mochu-landing .av-1{background:linear-gradient(135deg,#ffb7a3,#ff8567)}.mochu-landing .av-2{background:linear-gradient(135deg,#b8b8c9,#7a7891)}.mochu-landing .av-3{background:linear-gradient(135deg,#5bd0a5,#3fa8c9)}.mochu-landing .av-4{background:linear-gradient(135deg,#ffd15c,#ff8567)}.mochu-landing .av-5{background:linear-gradient(135deg,#ff5c7a,#e8553a)}.mochu-landing .av-6{background:linear-gradient(135deg,#9ca3ff,#6d6bba)}.mochu-landing .inbox-item .who{font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px}.mochu-landing .plat-badge{font-size:9px;font-weight:700;padding:1px 6px;border-radius:4px;background:var(--cream-2);color:var(--ink-soft)}.mochu-landing .plat-badge.fb{background:#e4eeff;color:#1877f2}.mochu-landing .plat-badge.ig{background:#ffe4f0;color:#dd2a7b}.mochu-landing .plat-badge.tt{background:#1a1326;color:#fff}.mochu-landing .inbox-item .snip{font-size:12px;color:var(--ink-soft);line-height:1.4;margin-top:2px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mochu-landing .inbox-item .time{position:absolute;right:12px;top:12px;font-size:10px;color:var(--ink-soft)}.mochu-landing .inbox-item .status{width:7px;height:7px;border-radius:50%;background:var(--mint);position:absolute;right:14px;bottom:14px}.mochu-landing .inbox-item .status.bad{background:var(--rose)}.mochu-landing .inbox-item .status.q{background:var(--sun)}.mochu-landing .inbox-detail{background:#fffcf8;padding:14px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.mochu-landing .detail-post{display:flex;gap:10px;padding:10px;background:#fff;border-radius:10px;border:1px solid var(--line)}.mochu-landing .detail-post .thumb{width:44px;height:44px;border-radius:8px;background:linear-gradient(135deg,var(--coral-soft),var(--coral));flex-shrink:0;position:relative;overflow:hidden}.mochu-landing .detail-post .thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.4),transparent 40%)}.mochu-landing .detail-post .meta{font-size:10px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.mochu-landing .detail-post .title{font-weight:600;font-size:12px;margin-top:2px;line-height:1.3}.mochu-landing .detail-comment{display:flex;gap:10px;padding:14px;background:#fff;border-radius:12px;border:1px solid var(--line);border-left:3px solid var(--rose)}.mochu-landing .detail-comment.good{border-left-color:var(--mint)}.mochu-landing .detail-comment .av-lg{width:38px;height:38px;border-radius:50%;flex-shrink:0}.mochu-landing .detail-comment .who-lg{font-size:13px;font-weight:700;display:flex;align-items:center;gap:4px}.mochu-landing .detail-comment .when{font-size:11px;color:var(--ink-soft);margin-top:1px}.mochu-landing .detail-comment .body{font-size:13px;line-height:1.5;margin-top:8px;color:var(--ink)}.mochu-landing .detail-comment .translation{margin-top:8px;padding:8px 10px;background:#f4f7ff;border-radius:8px;font-size:12px;color:var(--ink);line-height:1.4;border-left:2px solid #1877F2}.mochu-landing .detail-comment .translation .lab{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1877f2;display:block;margin-bottom:3px}.mochu-landing .actions{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;padding:10px;background:#fff;border-radius:12px;border:1px solid var(--line)}.mochu-landing .act-btn{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;border-radius:8px;background:var(--cream);color:var(--ink);border:none;font-size:10px;font-weight:600;transition:all .15s ease}.mochu-landing .act-btn.primary{background:var(--coral);color:#fff}.mochu-landing .act-btn.danger{background:#ffe4e8;color:#b83248}.mochu-landing .act-btn.like{background:#d9f5e8;color:#16774e}.mochu-landing .act-btn.hide{background:#fff1d4;color:#8a5a12}.mochu-landing .reply-box{background:#fff;border-radius:12px;border:1px solid var(--line);padding:12px}.mochu-landing .reply-box .typed{font-size:13px;padding:6px 0;color:var(--ink);min-height:28px}.mochu-landing .reply-box .typed .cursor{display:inline-block;width:2px;height:14px;background:var(--coral);vertical-align:middle;margin-left:1px;animation:blink 1s infinite}.mochu-landing .reply-tools{display:flex;gap:6px;flex-wrap:wrap;padding-top:10px;border-top:1px solid var(--line);align-items:center}.mochu-landing .rt-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:8px;background:var(--cream);color:var(--ink-soft);border:none;font-size:11px;font-weight:600}.mochu-landing .rt-btn.ai{background:linear-gradient(135deg,#ff8567,#ff5c7a);color:#fff}.mochu-landing .send-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;font-size:11px}.mochu-landing .check{display:inline-flex;align-items:center;gap:6px;color:var(--ink-soft)}.mochu-landing .check .cb{width:14px;height:14px;border-radius:4px;background:var(--coral);display:grid;place-items:center;color:#fff;font-size:10px}.mochu-landing .send-btn{background:var(--ink);color:var(--cream);padding:6px 14px;border-radius:8px;font-size:11px;font-weight:600;border:none}.mochu-landing .cal-app{padding:16px;display:grid;grid-template-columns:1fr 300px;gap:16px;min-height:540px}.mochu-landing .cal-main{display:flex;flex-direction:column}.mochu-landing .cal-toolbar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.mochu-landing .tabs{display:flex;background:var(--cream-2);padding:3px;border-radius:10px;font-size:12px;font-weight:600}.mochu-landing .tabs span{padding:5px 12px;border-radius:8px;color:var(--ink-soft)}.mochu-landing .tabs span.active{background:#fff;color:var(--ink);box-shadow:0 2px 6px #0000000f}.mochu-landing .cal-title{font-size:14px;font-weight:700;margin-right:auto;margin-left:12px}.mochu-landing .cal-nav{display:flex;gap:4px}.mochu-landing .cal-nav button{width:28px;height:28px;border-radius:6px;border:1px solid var(--line);background:#fff;font-size:12px}.mochu-landing .cal-grid{flex:1;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:20px repeat(4,1fr);gap:4px;background:var(--cream-2);padding:4px;border-radius:12px}.mochu-landing .dow{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);text-align:center;padding-top:4px}.mochu-landing .cal-day{background:#fff;border-radius:8px;padding:6px;font-size:11px;display:flex;flex-direction:column;gap:3px;min-height:72px}.mochu-landing .cal-day .d-num{font-size:11px;font-weight:700;color:var(--ink-soft);align-self:flex-start}.mochu-landing .cal-day.today .d-num{color:#fff;background:var(--coral);padding:1px 7px;border-radius:6px}.mochu-landing .cal-day.muted{opacity:.4}.mochu-landing .post-chip{font-size:10px;padding:3px 6px;border-radius:5px;display:flex;align-items:center;gap:3px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mochu-landing .post-chip.fb{background:#e4eeff;color:#1877f2}.mochu-landing .post-chip.ig{background:#ffe4f0;color:#dd2a7b}.mochu-landing .post-chip.ai-flag{display:inline-block;margin-left:auto;font-size:9px;color:var(--coral-deep)}.mochu-landing .composer{background:var(--cream);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px}.mochu-landing .composer h5{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin:0;display:flex;align-items:center;gap:8px}.mochu-landing .ai-badge{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#ff8567,#ff5c7a);color:#fff;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:700;align-self:flex-start}.mochu-landing .comp-img{height:130px;border-radius:10px;background:linear-gradient(135deg,#ff8567,#e8553a 60%,#b83248);position:relative;overflow:hidden;display:grid;place-items:center;color:#fff}.mochu-landing .comp-img:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.35),transparent 40%),radial-gradient(circle at 20% 80%,rgba(255,209,92,.5),transparent 50%)}.mochu-landing .comp-img-label{position:relative;font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:800;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.25);line-height:1.1}.mochu-landing .comp-img-label small{display:block;font-family:Inter,sans-serif;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.15em;margin-top:6px;opacity:.9}.mochu-landing .comp-text{background:#fff;border:1px solid var(--line);border-radius:8px;padding:10px;font-size:12px;line-height:1.5;color:var(--ink)}.mochu-landing .comp-meta{display:flex;gap:6px;flex-wrap:wrap;font-size:11px}.mochu-landing .meta-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#fff;border:1px solid var(--line);border-radius:8px;font-weight:600;color:var(--ink-soft)}.mochu-landing .meta-pill.go{background:var(--ink);color:var(--cream);border-color:var(--ink)}.mochu-landing .mode-bar{background:#fff;border:1px solid var(--line);border-radius:12px;padding:4px;display:flex;font-size:11px;font-weight:600}.mochu-landing .mode-bar span{flex:1;text-align:center;padding:6px 4px;border-radius:9px;color:var(--ink-soft)}.mochu-landing .mode-bar span.active{background:var(--coral);color:#fff}.mochu-landing .dm-app{display:grid;grid-template-columns:250px 1fr;height:580px}.mochu-landing .dm-list{background:#fbf7f1;border-right:1px solid var(--line);display:flex;flex-direction:column;overflow:hidden}.mochu-landing .dm-search{padding:12px;border-bottom:1px solid var(--line)}.mochu-landing .dm-search-box{width:100%;background:#fff;border:1px solid var(--line);border-radius:8px;padding:6px 10px;font-size:12px;color:var(--ink-soft);display:flex;align-items:center;gap:6px}.mochu-landing .dm-filter{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid var(--line)}.mochu-landing .dm-items{flex:1;overflow-y:auto}.mochu-landing .dm-item{padding:10px 12px;border-bottom:1px solid var(--line);display:flex;gap:10px;position:relative}.mochu-landing .dm-item.selected{background:#fff;border-left:3px solid var(--coral);padding-left:9px}.mochu-landing .dm-item .av-sm{width:36px;height:36px;border-radius:50%;flex-shrink:0}.mochu-landing .dm-item .name{font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:6px}.mochu-landing .from-mini{width:14px;height:14px;border-radius:4px;display:grid;place-items:center;color:#fff;font-size:8px;flex-shrink:0}.mochu-landing .from-mini.fb{background:#1877f2}.mochu-landing .from-mini.ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.mochu-landing .dm-item .last{font-size:11px;color:var(--ink-soft);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.mochu-landing .dm-item .badge{position:absolute;right:12px;top:14px;background:var(--coral);color:#fff;font-size:10px;font-weight:700;padding:1px 6px;border-radius:999px;min-width:18px;text-align:center}.mochu-landing .dm-item .when-mini{position:absolute;right:12px;top:12px;font-size:10px;color:var(--ink-soft)}.mochu-landing .dm-thread{display:flex;flex-direction:column}.mochu-landing .dm-header{padding:14px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px}.mochu-landing .dm-header .av-sm{width:38px;height:38px;border-radius:50%}.mochu-landing .h-name{font-size:14px;font-weight:700}.mochu-landing .h-status{font-size:11px;color:var(--mint);font-weight:600;display:flex;align-items:center;gap:5px}.mochu-landing .h-status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--mint)}.mochu-landing .from-tag{margin-left:auto;padding:4px 8px;border-radius:8px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:5px}.mochu-landing .from-tag.fb{background:#e4eeff;color:#1877f2}.mochu-landing .from-tag.ig{background:#ffe4f0;color:#dd2a7b}.mochu-landing .dm-msgs{flex:1;padding:16px;display:flex;flex-direction:column;gap:8px;background:#fffcf8}.mochu-landing .msg{max-width:70%;padding:8px 12px;border-radius:14px;font-size:13px;line-height:1.4}.mochu-landing .msg.them{background:#fff;border:1px solid var(--line);align-self:flex-start;border-bottom-left-radius:4px}.mochu-landing .msg.us{background:var(--ink);color:var(--cream);align-self:flex-end;border-bottom-right-radius:4px}.mochu-landing .msg.ai-suggest{background:linear-gradient(135deg,#fff1e8,#ffe4d6);align-self:flex-end;border:1.5px dashed var(--coral);color:var(--ink);position:relative;margin-top:18px;border-bottom-right-radius:4px}.mochu-landing .msg.ai-suggest:before{content:"✨ Sugestia AI — kliknij aby wysłać";position:absolute;top:-16px;right:6px;background:linear-gradient(135deg,#ff8567,#ff5c7a);color:#fff;padding:2px 10px;border-radius:999px;font-size:10px;font-weight:700;white-space:nowrap}.mochu-landing .when-bubble{align-self:center;font-size:10px;color:var(--ink-soft);margin:4px 0;font-family:JetBrains Mono,monospace}.mochu-landing .dm-compose{padding:12px;border-top:1px solid var(--line);background:#fff}.mochu-landing .dm-input-row{display:flex;gap:8px;align-items:center}.mochu-landing .dm-input{flex:1;padding:9px 12px;border:1px solid var(--line);border-radius:10px;font-size:13px;color:var(--ink-soft);background:var(--cream)}.mochu-landing .dm-input-row button{padding:8px 12px;border-radius:10px;font-size:11px;font-weight:600;border:none}.mochu-landing .b-ai{background:linear-gradient(135deg,#ff8567,#ff5c7a);color:#fff}.mochu-landing .b-tpl{background:var(--cream);color:var(--ink);border:1px solid var(--line)}.mochu-landing .b-send{background:var(--ink);color:var(--cream)}.mochu-landing .ads-app{padding:16px;display:flex;flex-direction:column;gap:14px;min-height:580px}.mochu-landing .ads-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mochu-landing .kpi{background:var(--cream);border-radius:12px;padding:12px 14px;border:1px solid var(--line);position:relative}.mochu-landing .kpi.hot{background:var(--ink);color:var(--cream);border-color:var(--ink)}.mochu-landing .kpi-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.mochu-landing .kpi.hot .kpi-label{color:var(--coral-soft)}.mochu-landing .kpi-value{font-family:Bricolage Grotesque,sans-serif;font-size:26px;font-weight:800;margin-top:4px;letter-spacing:-.02em;line-height:1}.mochu-landing .kpi-delta{font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:3px;margin-top:6px}.mochu-landing .kpi-delta.up{color:var(--mint)}.mochu-landing .kpi-delta.down{color:var(--rose)}.mochu-landing .kpi.hot .kpi-delta.up{color:var(--mint)}.mochu-landing .ads-row{display:grid;grid-template-columns:1.4fr 1fr;gap:14px;flex:1}.mochu-landing .chart-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;display:flex;flex-direction:column}.mochu-landing .chart-card h6{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin:0 0 10px;display:flex;align-items:center;gap:8px}.mochu-landing .chart-card .auto-pill{display:inline-flex;align-items:center;gap:4px;background:var(--mint);color:#fff;padding:2px 8px;border-radius:999px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-left:auto}.mochu-landing .chart{flex:1;position:relative;min-height:140px}.mochu-landing .funnel{display:flex;flex-direction:column;gap:8px}.mochu-landing .funnel-row{display:flex;align-items:center;gap:10px;font-size:11px}.mochu-landing .funnel-label{width:90px;color:var(--ink-soft);font-weight:600}.mochu-landing .funnel-bar{flex:1;height:30px;background:linear-gradient(90deg,var(--coral),var(--coral-deep));border-radius:8px;display:flex;align-items:center;padding:0 12px;color:#fff;font-weight:700;font-size:12px}.mochu-landing .funnel-bar.b1{width:100%}.mochu-landing .funnel-bar.b2{background:linear-gradient(90deg,var(--coral),#C73E25)}.mochu-landing .funnel-bar.b3{background:linear-gradient(90deg,var(--coral-deep),#9C3320)}.mochu-landing .funnel-bar.b4{background:linear-gradient(90deg,#C73E25,var(--ink))}.mochu-landing .campaigns{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;font-size:12px}.mochu-landing .camp-row{display:grid;grid-template-columns:1.7fr 70px 70px 80px 100px;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.mochu-landing .camp-row:last-child{border-bottom:none}.mochu-landing .camp-row.head{font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);padding-bottom:8px}.mochu-landing .camp-name{font-weight:700}.mochu-landing .camp-name .sub{font-size:10px;color:var(--ink-soft);font-weight:500;margin-top:2px;display:flex;align-items:center;gap:5px}.mochu-landing .camp-name .sub.first{color:var(--coral-deep);font-weight:600}.mochu-landing .roas-good{color:#16774e;font-weight:700}.mochu-landing .roas-mid{color:#8a5a12;font-weight:700}.mochu-landing .roas-bad{color:#b83248;font-weight:700}.mochu-landing .auto-toggle{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;color:var(--ink-soft)}.mochu-landing .toggle-knob{width:26px;height:14px;background:var(--mint);border-radius:999px;position:relative}.mochu-landing .toggle-knob:after{content:"";position:absolute;right:2px;top:2px;width:10px;height:10px;background:#fff;border-radius:50%}.mochu-landing .toggle-knob.off{background:#1a13262e}.mochu-landing .toggle-knob.off:after{right:auto;left:2px}.mochu-landing .live-counter{display:inline-flex;align-items:center;gap:14px;background:var(--ink);color:var(--cream);padding:14px 18px;border-radius:16px;margin-top:22px;position:relative;overflow:hidden;box-shadow:0 12px 28px #1a13262e}.mochu-landing .live-counter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,133,103,.3),transparent 50%);pointer-events:none}.mochu-landing .live-counter .lc-icon{position:relative;width:44px;height:44px;border-radius:50%;background:#ffffff14;display:grid;place-items:center;color:var(--coral);flex-shrink:0}.mochu-landing .live-counter .lc-icon .pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--coral);animation:lc-pulse 1.8s ease-out infinite}@keyframes lc-pulse{0%{transform:scale(.7);opacity:1}to{transform:scale(1.4);opacity:0}}.mochu-landing .live-counter .lc-text{position:relative;z-index:1}.mochu-landing .live-counter .lc-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fff4e8a6;font-weight:700}.mochu-landing .live-counter .lc-number{font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--cream);font-variant-numeric:tabular-nums;line-height:1.1;margin-top:2px;display:inline-flex;align-items:baseline;gap:8px}.mochu-landing .live-counter .lc-tick{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;background:#5bd0a533;color:var(--mint);padding:2px 8px;border-radius:999px;vertical-align:middle;animation:lc-tick-pop .4s ease-out}@keyframes lc-tick-pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.mochu-landing .live-counter .lc-sub{font-size:12px;color:#fff4e8b3;margin-top:2px}.mochu-landing .roast-section{max-width:1240px;margin:0 auto;padding:80px 24px;position:relative}.mochu-landing .roast-wrap{background:linear-gradient(135deg,var(--ink) 0%,#2a1f3e 100%);color:var(--cream);border-radius:36px;padding:56px;position:relative;overflow:hidden}.mochu-landing .roast-wrap:before{content:"";position:absolute;right:-100px;bottom:-100px;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(255,133,103,.22),transparent 70%)}.mochu-landing .roast-wrap:after{content:"";position:absolute;left:-80px;top:-80px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(255,209,92,.12),transparent 70%)}@media (max-width: 720px){.mochu-landing .roast-wrap{padding:40px 24px;border-radius:24px}}.mochu-landing .roast-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;position:relative}@media (max-width: 960px){.mochu-landing .roast-grid{grid-template-columns:1fr;gap:32px}}.mochu-landing .roast-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#ff85672e;color:var(--coral-soft);padding:6px 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.04em;margin-bottom:18px}.mochu-landing .roast-eyebrow .roast-spark{animation:roast-spin 2s linear infinite;display:inline-block}@keyframes roast-spin{to{transform:rotate(360deg)}}.mochu-landing .roast-section h2{color:var(--cream);font-family:Bricolage Grotesque,sans-serif;font-size:clamp(36px,4.4vw,60px);font-weight:800;letter-spacing:-.02em;line-height:1.02;margin:0 0 16px}.mochu-landing .roast-section h2 em{font-style:normal;color:var(--coral)}.mochu-landing .roast-section .roast-sub{font-size:17px;color:#fff4e8bf;line-height:1.55;max-width:480px;margin-bottom:20px}.mochu-landing .roast-section .roast-tagline-en{font-family:JetBrains Mono,monospace;font-size:13px;color:var(--coral-soft);font-weight:500;font-style:italic;margin:0;opacity:.8}.mochu-landing .roast-section .roast-tagline-en:before{content:"» ";opacity:.5}.mochu-landing .roast-card{background:#fff;color:var(--ink);border-radius:22px;padding:24px;box-shadow:0 30px 60px #0000004d}.mochu-landing .roast-card-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.mochu-landing .roast-card-head .roast-mochu-tiny{width:36px;height:36px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffc6b0,#ff8567 60%,#d9492e);flex-shrink:0;position:relative}.mochu-landing .roast-card-head .roast-mochu-tiny:before,.mochu-landing .roast-card-head .roast-mochu-tiny:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#1a1326;top:13px}.mochu-landing .roast-card-head .roast-mochu-tiny:before{left:9px}.mochu-landing .roast-card-head .roast-mochu-tiny:after{right:9px}.mochu-landing .roast-card-head h4{font-family:Bricolage Grotesque,sans-serif;font-size:17px;font-weight:700;margin:0}.mochu-landing .roast-card-head .roast-card-sub{font-size:12px;color:var(--ink-soft);margin-top:2px}.mochu-landing .roast-input{width:100%;background:var(--bg);border:1.5px solid var(--line);border-radius:14px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.5;color:var(--ink);resize:vertical;min-height:110px;transition:border-color .15s ease,background .15s ease}.mochu-landing .roast-input:focus{outline:none;border-color:var(--coral);background:#fff}.mochu-landing .roast-examples{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.mochu-landing .roast-example{font-size:11px;padding:5px 10px;background:var(--bg);border:1px solid var(--line);border-radius:999px;font-weight:500;color:var(--ink-soft);cursor:pointer;font-family:inherit}.mochu-landing .roast-example:hover{background:var(--cream-2);color:var(--ink)}.mochu-landing .roast-btn{width:100%;margin-top:12px;background:linear-gradient(135deg,var(--coral),var(--coral-deep));color:#fff;border:none;padding:14px;border-radius:14px;font-size:16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;box-shadow:0 8px 20px #e8553a66;transition:transform .15s ease,box-shadow .15s ease}.mochu-landing .roast-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #e8553a80}.mochu-landing .roast-btn:disabled{background:#1a132626;cursor:not-allowed;box-shadow:none;transform:none}.mochu-landing .roast-btn .roast-spin{animation:roast-spin 1s linear infinite}.mochu-landing .roast-result{margin-top:18px;padding:18px;background:var(--bg);border-radius:16px;border:1.5px solid var(--line);animation:roast-result-in .5s cubic-bezier(.34,1.5,.5,1)}@keyframes roast-result-in{0%{transform:translateY(-10px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.mochu-landing .roast-limit{text-align:center;padding:6px 4px}.mochu-landing .roast-limit-emoji{font-size:38px;line-height:1;margin-bottom:8px}.mochu-landing .roast-limit h4{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px;color:var(--ink)}.mochu-landing .roast-limit p{font-size:14px;line-height:1.55;color:var(--ink-soft);margin:0 auto 16px;max-width:340px}.mochu-landing .roast-limit-cta{display:inline-block;background:linear-gradient(135deg,#ff8567,#e8553a);color:#fff;font-weight:700;font-size:15px;text-decoration:none;padding:12px 22px;border-radius:999px;box-shadow:0 8px 22px #e8553a66;transition:transform .15s ease,box-shadow .15s ease}.mochu-landing .roast-limit-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px #e8553a80}.mochu-landing .roast-result-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.mochu-landing .roast-result-sentiment{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:13px;font-weight:700}.mochu-landing .roast-result-sentiment.good{background:#5bd0a52e;color:var(--mint-deep)}.mochu-landing .roast-result-sentiment.bad{background:#ff5c7a2e;color:#b83248}.mochu-landing .roast-result-sentiment.q{background:#ffd15c4d;color:#8a5a12}.mochu-landing .roast-result-sentiment.spam{background:#1a13261a;color:var(--ink)}.mochu-landing .tox-gauge{display:flex;align-items:center;gap:10px;margin-bottom:14px}.mochu-landing .tox-gauge-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);flex-shrink:0}.mochu-landing .tox-gauge-track{flex:1;height:8px;background:var(--line);border-radius:999px;overflow:hidden;position:relative}.mochu-landing .tox-gauge-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#5bd0a5,#ffd15c,#ff5c7a);border-radius:999px;transform-origin:left;transition:transform .8s cubic-bezier(.34,1.5,.5,1)}.mochu-landing .tox-gauge-value{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:700;min-width:44px;text-align:right}.mochu-landing .mochu-verdict{display:flex;gap:12px;padding:12px;background:#fff;border-radius:12px;border-left:3px solid var(--coral);margin-bottom:14px}.mochu-landing .mochu-verdict .mochu-tiny{width:32px;height:32px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffc6b0,#ff8567 60%,#d9492e);flex-shrink:0;position:relative}.mochu-landing .mochu-verdict .mochu-tiny:before,.mochu-landing .mochu-verdict .mochu-tiny:after{content:"";position:absolute;width:4.5px;height:4.5px;border-radius:50%;background:#1a1326;top:11px}.mochu-landing .mochu-verdict .mochu-tiny:before{left:8px}.mochu-landing .mochu-verdict .mochu-tiny:after{right:8px}.mochu-landing .mochu-verdict-text{font-size:14px;line-height:1.5}.mochu-landing .mochu-verdict-text b{color:var(--coral-deep)}.mochu-landing .recommended-action{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:10px;font-size:13px;font-weight:700}.mochu-landing .recommended-action.keep{background:#5bd0a52e;color:var(--mint-deep)}.mochu-landing .recommended-action.like{background:#ff85672e;color:var(--coral-deep)}.mochu-landing .recommended-action.hide{background:#ffd15c4d;color:#8a5a12}.mochu-landing .recommended-action.delete{background:#ff5c7a2e;color:#b83248}.mochu-landing .recommended-action.block{background:#1a13261f;color:var(--ink)}.mochu-landing .suggested-replies{margin-top:14px}.mochu-landing .suggested-replies-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:8px}.mochu-landing .suggested-replies-intro{font-size:12.5px;color:var(--ink-soft);margin:0 0 10px;line-height:1.45}.mochu-landing .suggested-reply{display:block;background:#fff;padding:12px 14px;border-radius:10px;border:1px solid var(--line);margin-bottom:8px;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.mochu-landing .suggested-reply:hover{border-color:var(--coral);background:var(--cream-2);transform:translateY(-1px)}.mochu-landing .suggested-reply-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.mochu-landing .suggested-reply-tag{display:inline-flex;align-items:center;font-size:10.5px;font-weight:800;letter-spacing:.02em;padding:3px 8px;border-radius:999px;white-space:nowrap}.mochu-landing .suggested-reply-tag.tag-mochu{background:#e8553a1f;color:#b83824}.mochu-landing .suggested-reply-tag.tag-brand{background:#5bd0a52e;color:var(--mint-deep)}.mochu-landing .suggested-reply-tag.tag-oneliner{background:#ffd15c47;color:#8a5a12}.mochu-landing .suggested-reply-hint{font-size:11px;color:var(--ink-soft);font-style:italic;line-height:1.35}.mochu-landing .suggested-reply-text{font-size:13px;line-height:1.5;color:var(--ink)}.mochu-landing .hall-section{max-width:1240px;margin:0 auto;padding:80px 24px}.mochu-landing .hall-head{text-align:center;margin-bottom:40px}.mochu-landing .hall-head .section-eyebrow{color:#b83248}.mochu-landing .hall-head h2 em{font-style:normal;color:#b83248;position:relative}.mochu-landing .hall-head h2 em:after{content:"";position:absolute;left:-2px;right:-2px;bottom:4px;height:12px;background:#ff5c7a4d;z-index:-1;border-radius:4px}.mochu-landing .hall-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 960px){.mochu-landing .hall-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.mochu-landing .hall-grid{grid-template-columns:1fr}}.mochu-landing .hejt-card{background:#fff;border-radius:18px;padding:20px;border:1px solid var(--line);position:relative;overflow:hidden}.mochu-landing .hejt-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--rose),#B83248)}.mochu-landing .hejt-card .hejt-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;color:var(--ink-soft);font-family:JetBrains Mono,monospace}.mochu-landing .hejt-card .hejt-meta .hejt-plat{width:18px;height:18px;border-radius:5px;display:grid;place-items:center;color:#fff}.mochu-landing .hejt-card .hejt-meta .hejt-plat.fb{background:#1877f2}.mochu-landing .hejt-card .hejt-meta .hejt-plat.ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.mochu-landing .hejt-card .hejt-meta .hejt-plat.tt{background:#000}.mochu-landing .hejt-card .hejt-author{font-weight:700;color:var(--ink)}.mochu-landing .hejt-card .hejt-body{font-size:14px;line-height:1.5;color:var(--ink);text-decoration:line-through;text-decoration-color:#ff5c7a80;text-decoration-thickness:2px;margin-bottom:14px;font-style:italic;position:relative}.mochu-landing .hejt-card .hejt-body:before{content:'"';font-size:36px;font-family:Bricolage Grotesque,sans-serif;color:#ff5c7a4d;position:absolute;left:-10px;top:-8px;line-height:1}.mochu-landing .hejt-card .hejt-verdict{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--bg);border-radius:10px;font-size:12px}.mochu-landing .hejt-card .hejt-action{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700}.mochu-landing .hejt-card .hejt-action.hidden{background:#ffd15c4d;color:#8a5a12}.mochu-landing .hejt-card .hejt-action.deleted{background:#ff5c7a2e;color:#b83248}.mochu-landing .hejt-card .hejt-action.blocked{background:#1a13261f;color:var(--ink)}.mochu-landing .hejt-card .hejt-timer{margin-left:auto;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--mint-deep);font-weight:700}.mochu-landing .hejt-card .hejt-tox{margin-top:10px;font-size:11px;color:var(--ink-soft);font-family:JetBrains Mono,monospace}.mochu-landing .hejt-card .hejt-tox b{color:var(--rose)}.mochu-landing .memes-section{max-width:1240px;margin:0 auto;padding:80px 24px}.mochu-landing .memes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}@media (max-width: 960px){.mochu-landing .memes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.mochu-landing .memes-grid{grid-template-columns:1fr}}.mochu-landing .meme-card{background:#fff;border-radius:20px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.mochu-landing .meme-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.mochu-landing .meme-hejt{padding:20px;background:linear-gradient(135deg,#ff5c7a14,#ff5c7a05);border-bottom:2px dashed rgba(255,92,122,.3);flex:1}.mochu-landing .meme-hejt-label{display:inline-flex;align-items:center;gap:6px;background:var(--rose);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;padding:3px 9px;border-radius:999px;margin-bottom:10px}.mochu-landing .meme-hejt-text{font-size:15px;line-height:1.5;color:var(--ink);font-style:italic}.mochu-landing .meme-hejt-text:before{content:'"';opacity:.4}.mochu-landing .meme-hejt-text:after{content:'"';opacity:.4}.mochu-landing .meme-mochu{padding:20px;background:linear-gradient(135deg,#ff85670f,#5bd0a50a);display:flex;gap:12px;align-items:flex-start}.mochu-landing .meme-mochu-avatar{width:38px;height:38px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffc6b0,#ff8567 60%,#d9492e);flex-shrink:0;position:relative}.mochu-landing .meme-mochu-avatar:before,.mochu-landing .meme-mochu-avatar:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;background:#1a1326;top:14px}.mochu-landing .meme-mochu-avatar:before{left:9px}.mochu-landing .meme-mochu-avatar:after{right:9px}.mochu-landing .meme-mochu-content{flex:1}.mochu-landing .meme-mochu-action{font-family:JetBrains Mono,monospace;font-size:12px;color:var(--coral-deep);font-weight:700;margin-bottom:4px}.mochu-landing .meme-mochu-action:before{content:"*";opacity:.6}.mochu-landing .meme-mochu-action:after{content:"*";opacity:.6}.mochu-landing .meme-mochu-reply{font-size:14px;line-height:1.45;color:var(--ink)}.mochu-landing .stickers-section{max-width:1240px;margin:0 auto;padding:80px 24px}.mochu-landing .stickers-card{background:#fff;border-radius:28px;border:1px solid var(--line);padding:40px;display:grid;grid-template-columns:1fr 1.4fr;gap:36px;align-items:center;position:relative;overflow:hidden}.mochu-landing .stickers-card:before{content:"";position:absolute;right:-60px;top:-60px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,var(--cream-2),transparent 70%)}@media (max-width: 960px){.mochu-landing .stickers-card{grid-template-columns:1fr;padding:24px}}.mochu-landing .stickers-text{position:relative}.mochu-landing .stickers-text h2{margin:0 0 12px}.mochu-landing .stickers-text p{font-size:16px;line-height:1.55;color:var(--ink-soft);margin-bottom:20px}.mochu-landing .stickers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;position:relative}@media (max-width: 600px){.mochu-landing .stickers-grid{grid-template-columns:repeat(3,1fr)}}.mochu-landing .sticker-tile{aspect-ratio:1;background:var(--cream);border-radius:16px;display:grid;place-items:center;border:2px solid var(--cream-2);position:relative;transition:transform .2s ease;overflow:hidden}.mochu-landing .sticker-tile:hover{transform:scale(1.05) rotate(-2deg)}.mochu-landing .sticker-tile svg{width:70%;height:70%}.mochu-landing .sticker-tile .sticker-label{position:absolute;bottom:6px;font-size:10px;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--ink-soft);background:#fff;padding:1px 7px;border-radius:999px;border:1px solid var(--line)}.mochu-landing .stickers-cta{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:var(--cream);padding:14px 20px;border-radius:14px;font-weight:600;font-size:15px;text-decoration:none}.mochu-landing .stickers-cta:hover{transform:translateY(-2px)}.mochu-landing .stickers-platforms{display:flex;gap:8px;margin-top:14px}.mochu-landing .stickers-platforms .sp-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--ink-soft);background:var(--bg);padding:5px 10px;border-radius:999px;border:1px solid var(--line)}.mochu-landing .badge-section{max-width:1240px;margin:0 auto;padding:80px 24px}.mochu-landing .badge-card{background:linear-gradient(135deg,var(--cream-2),var(--cream));border-radius:28px;border:1px solid var(--line);padding:40px;display:grid;grid-template-columns:1fr 1.2fr;gap:36px;align-items:center}@media (max-width: 960px){.mochu-landing .badge-card{grid-template-columns:1fr;padding:28px}}.mochu-landing .badge-text h2{margin:0 0 12px}.mochu-landing .badge-text p{font-size:16px;line-height:1.55;color:var(--ink-soft);margin-bottom:20px}.mochu-landing .badge-preview{background:#fff;padding:20px;border-radius:16px;border:1px dashed var(--line);display:flex;flex-direction:column;align-items:center;gap:12px}.mochu-landing .protected-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1.5px solid var(--ink);border-radius:999px;padding:8px 16px 8px 8px;font-weight:700;font-size:13px;color:var(--ink);box-shadow:0 4px 14px #00000014}.mochu-landing .protected-badge .pb-mochu{width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffc6b0,#ff8567 60%,#d9492e);position:relative;flex-shrink:0}.mochu-landing .protected-badge .pb-mochu:before,.mochu-landing .protected-badge .pb-mochu:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:#1a1326;top:9px}.mochu-landing .protected-badge .pb-mochu:before{left:7px}.mochu-landing .protected-badge .pb-mochu:after{right:7px}.mochu-landing .protected-badge small{color:var(--coral-deep);font-size:10px;font-weight:500;display:block;letter-spacing:.05em}.mochu-landing .badge-code-block{background:var(--ink);color:var(--cream);border-radius:14px;padding:14px 18px;position:relative;width:100%;font-family:JetBrains Mono,monospace;font-size:12px;line-height:1.6;overflow-x:auto}.mochu-landing .badge-code-block .code-key{color:#ffd15c}.mochu-landing .badge-code-block .code-tag{color:var(--coral-soft)}.mochu-landing .badge-code-block .code-str{color:var(--mint)}.mochu-landing .badge-copy{position:absolute;top:8px;right:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--cream);font-family:Inter,sans-serif;font-size:11px;font-weight:600;padding:4px 9px;border-radius:6px;cursor:pointer}.mochu-landing .badge-copy:hover{background:var(--coral);border-color:var(--coral)}.mochu-landing .hero-feats{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 26px}.mochu-landing .hero-feat{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap}.mochu-landing{overflow-x:hidden;max-width:100vw}@media (max-width: 760px){.mochu-landing .nav-wrap{top:6px;padding:0 6px}.mochu-landing .nav{padding:5px 8px 5px 10px;gap:6px}.mochu-landing .nav .brand{font-size:14px;gap:6px}.mochu-landing .nav .brand-mark{width:22px;height:22px}.mochu-landing .nav .brand-mark svg{width:12px;height:12px}.mochu-landing .nav-cta{padding:6px 10px;font-size:11px}.mochu-landing .nav-links{display:none}.mochu-landing .hero{padding:30px 16px 24px}.mochu-landing .hero-grid{gap:20px}.mochu-landing .stage{height:480px;overflow:visible;position:relative;padding:60px 0 110px}.mochu-landing .mascot-wrap{width:200px;height:240px;transform:scale(.7)}.mochu-landing .floor-shadow{width:150px;bottom:126px}.mochu-landing .stage>.reaction-pop,.mochu-landing .stage>.trash-bin,.mochu-landing .stage>.burst{display:none!important}.mochu-landing .stage>.comment{position:absolute!important;left:50%!important;top:auto!important;bottom:12px!important;transform:translate(-50%)!important;width:calc(100% - 32px)!important;max-width:320px!important;padding:11px 14px!important;font-size:13px!important;background:#fff!important;box-shadow:0 8px 22px #1a13262e!important;z-index:5;animation:none!important}.mochu-landing .stage>.comment.good{border-left:4px solid var(--mint)!important}.mochu-landing .stage>.comment.bad{border-left:4px solid var(--rose)!important}.mochu-landing .comment .av{width:28px;height:28px}.mochu-landing .comment .meta{font-size:12px}.mochu-landing .comment .txt{font-size:12px;line-height:1.4}.mochu-landing .mochu-bubble{top:8px!important;font-size:13px!important;padding:9px 16px!important;max-width:86vw;white-space:normal!important;text-align:center;line-height:1.3}.mochu-landing .orbit-icon{width:34px!important;height:34px!important;border-radius:10px}.mochu-landing .orbit-icon svg{width:18px!important;height:18px!important}.mochu-landing .orbit-icon[style*="top: 30px"][style*="left: 30px"],.mochu-landing .orbit-icon[style*="top: 30px"]{top:78px!important;left:4px!important;right:auto!important}.mochu-landing .orbit-icon[style*="top: 50px"][style*="right: 20px"],.mochu-landing .orbit-icon[style*="top: 50px"]{top:78px!important;right:4px!important;left:auto!important}.mochu-landing .orbit-icon[style*="bottom: 100px"]{bottom:140px!important;left:4px!important;right:auto!important}.mochu-landing h1.hero-title{font-size:32px!important;margin:12px 0 10px}.mochu-landing .hero-tagline-en{font-size:12px}.mochu-landing .hero-sub{font-size:15px}.mochu-landing .hero-feats{gap:6px;margin:14px 0 18px}.mochu-landing .hero-feat{padding:6px 10px;font-size:11.5px}.mochu-landing .hero-ctas{flex-direction:column}.mochu-landing .hero-ctas button{width:100%;justify-content:center}.mochu-landing .hero-trust{font-size:12px;gap:8px;flex-wrap:wrap;margin-top:18px}.mochu-landing .comment{width:150px;padding:7px 9px;font-size:11px}.mochu-landing .mochu-bubble{font-size:14px!important;padding:9px 14px!important;max-width:86vw;white-space:normal!important;text-align:center}.mochu-landing .orbit-icon{width:32px;height:32px;border-radius:9px}.mochu-landing .orbit-icon svg{width:18px;height:18px}.mochu-landing .live-counter{padding:10px 12px;gap:10px;width:100%}.mochu-landing .live-counter .lc-number{font-size:22px}.mochu-landing .live-counter .lc-icon{width:36px;height:36px}.mochu-landing .live-counter .lc-sub{font-size:11px}.mochu-landing .nimo-watch,.mochu-landing .how-nimo,.mochu-landing .cta-nimo{display:none!important}.mochu-landing section{padding:44px 16px}.mochu-landing h2{font-size:28px!important}.mochu-landing .section-sub{font-size:14px}.mochu-landing .section-eyebrow{font-size:11px}.mochu-landing .module-row,.mochu-landing .module-row.reverse{grid-template-columns:1fr!important;gap:26px}.mochu-landing .module-section{padding:44px 16px}.mochu-landing .module-text h3{font-size:26px}.mochu-landing .module-num{width:44px;height:44px;font-size:22px;border-radius:14px}.mochu-landing .module-mock{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px}.mochu-landing .module-mock>.window{min-width:340px}.mochu-landing .module-mock::-webkit-scrollbar{height:4px}.mochu-landing .module-mock::-webkit-scrollbar-thumb{background:var(--coral);border-radius:999px}.mochu-landing .cal-grid{min-height:320px;gap:2px;padding:2px}.mochu-landing .cal-day{min-height:50px;padding:4px}.mochu-landing .post-chip{font-size:8px;padding:1px 4px}.mochu-landing .comp-img{height:100px}.mochu-landing .roast-section{padding:44px 16px}.mochu-landing .roast-wrap{padding:28px 18px;border-radius:20px}.mochu-landing .roast-grid{gap:22px}.mochu-landing .roast-section h2{font-size:28px!important}.mochu-landing .roast-card{padding:18px}.mochu-landing .roast-input{min-height:90px;font-size:13px}.mochu-landing .roast-btn{padding:12px;font-size:15px}.mochu-landing .roast-result{padding:14px}.mochu-landing .hall-section,.mochu-landing .memes-section{padding:44px 16px}.mochu-landing .hall-grid,.mochu-landing .memes-grid{grid-template-columns:1fr;gap:12px}.mochu-landing .hejt-card,.mochu-landing .meme-card,.mochu-landing .meme-hejt,.mochu-landing .meme-mochu{padding:14px}.mochu-landing .meme-hejt-text{font-size:14px}.mochu-landing .stickers-section,.mochu-landing .badge-section{padding:44px 16px}.mochu-landing .stickers-card,.mochu-landing .badge-card{grid-template-columns:1fr;padding:22px;gap:18px;border-radius:22px}.mochu-landing .stickers-grid{grid-template-columns:repeat(3,1fr);gap:8px}.mochu-landing .sticker-tile .sticker-label{font-size:9px;padding:1px 5px}.mochu-landing .badge-code-block{font-size:10px;padding:12px 14px}.mochu-landing .pricing{grid-template-columns:1fr}.mochu-landing .plan.featured{transform:none}.mochu-landing .how{padding:36px 20px;border-radius:22px}.mochu-landing .steps{grid-template-columns:1fr;gap:12px}.mochu-landing .step{padding:20px}.mochu-landing .big-cta{padding:36px 20px;border-radius:22px}.mochu-landing .big-cta h2{font-size:28px!important}.mochu-landing .big-cta p{font-size:15px}.mochu-landing footer{flex-direction:column;align-items:flex-start;padding:30px 18px;gap:14px}.mochu-landing .footer-links{flex-wrap:wrap;gap:14px}.mochu-landing .module-overview{grid-template-columns:1fr 1fr;padding:0 16px;gap:10px}.mochu-landing .mod-overview-card{padding:18px 14px}.mochu-landing .modules-intro{padding:28px 16px 20px}.mochu-landing .modules-intro h2{font-size:26px!important}.mochu-landing .platforms,.mochu-landing .features,.mochu-landing .testimonials{grid-template-columns:1fr!important;gap:12px}.mochu-landing .platform-card,.mochu-landing .feature,.mochu-landing .testi{padding:20px}}@media (max-width: 420px){.mochu-landing h1.hero-title{font-size:28px!important;line-height:1.1}.mochu-landing .stage{height:320px}.mochu-landing .mascot-wrap{width:200px;height:240px}.mochu-landing .module-overview{grid-template-columns:1fr}.mochu-landing .stickers-grid{grid-template-columns:repeat(2,1fr)}.mochu-landing .hero-trust{flex-direction:column;align-items:flex-start}.mochu-landing .avatars{margin-bottom:2px}.mochu-landing .comment{width:130px;font-size:10px;padding:6px 8px}.mochu-landing .comment .av{width:18px;height:18px}.mochu-landing .roast-section h2,.mochu-landing .hall-head h2,.mochu-landing .big-cta h2{font-size:24px!important}}@media (max-width: 1080px){.mochu-landing .hero{padding:40px 18px 30px}.mochu-landing .nav{gap:18px;padding:8px 12px 8px 16px}.mochu-landing .nav-links{gap:16px;font-size:13px}.mochu-landing .nav-cta{padding:8px 14px;font-size:13px}}@media (max-width: 760px){.mochu-landing .nav-wrap{top:8px;padding:0 8px}.mochu-landing .nav{padding:6px 10px 6px 14px;gap:8px;flex-wrap:nowrap}.mochu-landing .nav-links{display:none}.mochu-landing .brand{font-size:16px}.mochu-landing .brand-mark{width:26px;height:26px}.mochu-landing .nav-cta{padding:7px 12px;font-size:12px}.mochu-landing .hero-grid{gap:24px}.mochu-landing .stage{height:380px}.mochu-landing .mascot-wrap{width:260px;height:300px;transform:scale(.78)}.mochu-landing .floor-shadow{width:200px}.mochu-landing h1.hero-title{font-size:36px!important}.mochu-landing .hero-sub{font-size:16px}.mochu-landing .hero-trust{font-size:12px;gap:8px;flex-wrap:wrap}.mochu-landing .avatars span{width:28px;height:28px}.mochu-landing section{padding:48px 18px}.mochu-landing h2{font-size:30px!important}.mochu-landing .section-sub{font-size:15px}.mochu-landing .comment{width:160px;padding:8px 10px;font-size:11px}.mochu-landing .comment .av{width:22px;height:22px}.mochu-landing .comment .meta,.mochu-landing .comment .txt{font-size:11px}.mochu-landing .orbit-icon{width:36px;height:36px;border-radius:11px}.mochu-landing .live-counter{padding:10px 12px;gap:10px}.mochu-landing .live-counter .lc-number{font-size:22px}.mochu-landing .live-counter .lc-icon{width:36px;height:36px}.mochu-landing .module-row,.mochu-landing .module-row.reverse{grid-template-columns:1fr!important;gap:28px}.mochu-landing .module-section{padding:50px 18px}.mochu-landing .module-text h3{font-size:28px}.mochu-landing .window{font-size:11px}.mochu-landing .inbox{grid-template-columns:1fr;height:480px}.mochu-landing .inbox-channels{display:none}.mochu-landing .inbox-list{border-right:none}.mochu-landing .cal-app{grid-template-columns:1fr}.mochu-landing .composer{order:-1}.mochu-landing .cal-grid{min-height:360px}.mochu-landing .post-chip{font-size:9px;padding:2px 4px}.mochu-landing .dm-app{grid-template-columns:1fr;height:540px}.mochu-landing .dm-list{display:none}.mochu-landing .ads-app{padding:12px}.mochu-landing .ads-kpis{grid-template-columns:1fr 1fr}.mochu-landing .ads-row{grid-template-columns:1fr}.mochu-landing .campaigns{font-size:10px}.mochu-landing .camp-row{grid-template-columns:1.4fr 60px 50px 70px 80px;gap:6px;padding:7px 0}.mochu-landing .camp-row.head{font-size:8.5px}.mochu-landing .roast-wrap{padding:30px 18px;border-radius:18px}.mochu-landing .roast-card{padding:18px}.mochu-landing .hall-grid,.mochu-landing .memes-grid{grid-template-columns:1fr}.mochu-landing .hejt-card,.mochu-landing .meme-card{padding:14px}.mochu-landing .stickers-card,.mochu-landing .badge-card{grid-template-columns:1fr;padding:20px;gap:20px;border-radius:22px}.mochu-landing .stickers-grid{grid-template-columns:repeat(3,1fr);gap:8px}.mochu-landing .pricing{grid-template-columns:1fr}.mochu-landing .plan.featured{transform:none}.mochu-landing .how{padding:38px 22px;border-radius:24px}.mochu-landing .steps{grid-template-columns:1fr;gap:14px}.mochu-landing .big-cta{padding:40px 22px;border-radius:22px}.mochu-landing .cta-nimo{width:90px;height:110px;opacity:.45}.mochu-landing footer{flex-direction:column;align-items:flex-start;padding:30px 18px}.mochu-landing .module-overview{grid-template-columns:1fr 1fr;padding:0 18px}.mochu-landing .modules-intro{padding:30px 18px 24px}}@media (max-width: 480px){.mochu-landing .module-overview{grid-template-columns:1fr}.mochu-landing .platforms,.mochu-landing .features,.mochu-landing .testimonials{grid-template-columns:1fr!important}.mochu-landing .ads-kpis{grid-template-columns:1fr}.mochu-landing .hero-ctas{flex-direction:column}.mochu-landing .hero-ctas button{width:100%;justify-content:center}.mochu-landing h1.hero-title{font-size:30px!important;line-height:1.05}.mochu-landing .stage{height:340px}.mochu-landing .mascot-wrap{transform:scale(.68)}.mochu-landing .stickers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1100px){.mochu-landing .layout{grid-template-columns:200px 1fr}.mochu-landing .kpi-grid{grid-template-columns:repeat(2,1fr)}.mochu-landing .dash-row{grid-template-columns:1fr}}@media (max-width: 880px){.mochu-landing .layout{grid-template-columns:56px 1fr}.mochu-landing .sidebar{padding:14px 8px;height:100vh}.mochu-landing .sb-brand{padding:4px 6px;margin-bottom:8px;justify-content:center}.mochu-landing .sb-brand-name,.mochu-landing .sb-section-label,.mochu-landing .sb-item-text,.mochu-landing .sb-bottom,.mochu-landing .sb-workspace-name,.mochu-landing .sb-workspace-chev{display:none}.mochu-landing .sb-workspace{justify-content:center;padding:6px 4px}.mochu-landing .sb-item{justify-content:center;padding:10px 6px}.mochu-landing .sb-item.active:before{left:-8px}.mochu-landing .sb-badge{position:absolute;top:4px;right:4px;min-width:16px;padding:0 4px;font-size:9px}.mochu-landing .topbar{padding:10px 14px;gap:8px}.mochu-landing .topbar-title{font-size:16px}.mochu-landing .topbar-search,.mochu-landing .nimo-pill{display:none}.mochu-landing .topbar-avatar{width:32px;height:32px}.mochu-landing .topbar-btn{width:34px;height:34px}.mochu-landing .page{padding:16px 14px}.mochu-landing .page-head{flex-wrap:wrap;gap:12px;align-items:flex-start}.mochu-landing .page-head .greet{font-size:24px!important}.mochu-landing .page-head .actions{width:100%;flex-wrap:wrap}.mochu-landing .dash-hero{grid-template-columns:1fr;padding:22px}.mochu-landing .dash-hero .greet-big{font-size:24px}.mochu-landing .dash-nimo-slot{display:none}.mochu-landing .dash-hero .greet-stats{flex-wrap:wrap;gap:14px}.mochu-landing .kpi-card-value{font-size:28px}.mochu-landing .cmt-toolbar{padding:6px;gap:4px}.mochu-landing .cmt-tabs{width:100%}.mochu-landing .cmt-tab{padding:7px 10px;font-size:12px;flex:1;justify-content:center}.mochu-landing .cmt-divider{display:none}.mochu-landing .cmt-chip{padding:6px 10px;font-size:12px}.mochu-landing .cmt-action-btn{font-size:11px;padding:6px 10px}.mochu-landing .v2-inbox{grid-template-columns:1fr!important;height:auto!important}.mochu-landing .v2-list{max-height:360px}.mochu-landing .v2-detail{padding:14px}.mochu-landing .page-inbox{grid-template-columns:1fr;height:auto}.mochu-landing .inbox-channels{display:none}.mochu-landing .page-posts-content{grid-template-columns:1fr;padding:14px}.mochu-landing .page-dm-content{grid-template-columns:1fr;height:auto}.mochu-landing .dm-list{max-height:280px}.mochu-landing .page-ads-content{padding:14px}.mochu-landing .ads-kpis-mochu{grid-template-columns:1fr 1fr}.mochu-landing .ads-tabs{gap:4px}.mochu-landing .ads-tab{font-size:11px;padding:8px 10px}.mochu-landing .ads-camp-head{grid-template-columns:1fr}.mochu-landing .ads-camp-highlights{flex-wrap:wrap}.mochu-landing .ads-camp-numbers{grid-template-columns:1fr 1fr}.mochu-landing .ads-journey{grid-template-columns:1fr}.mochu-landing .ads-jarrow{display:none}.mochu-landing .funnel-stage{grid-template-columns:1fr;gap:6px}.mochu-landing .fs-side-left{text-align:left}.mochu-landing .copilot-grid{grid-template-columns:1fr}.mochu-landing .copilot-hero{grid-template-columns:1fr;text-align:center}.mochu-landing .copilot-mochu{height:90px}.mochu-landing .creatives-list .creative-row{flex-wrap:wrap}.mochu-landing .creative-cols{gap:10px}.mochu-landing .ads-filter-bar{flex-wrap:wrap}.mochu-landing .ads-status-toggle{margin-left:0;width:100%}.mochu-landing .ads-status-toggle span{flex:1;text-align:center}.mochu-landing .persona-grid,.mochu-landing .reports-grid,.mochu-landing .rules-grid{grid-template-columns:1fr}.mochu-landing .act-row{grid-template-columns:50px 30px 1fr;gap:8px}.mochu-landing .camp-row{grid-template-columns:1.4fr 60px 50px 70px 90px;gap:6px;font-size:11px}.mochu-landing .mini-charts{grid-template-columns:1fr}.mochu-landing .auto-card{grid-template-columns:1fr 50px;gap:10px}.mochu-landing .auto-section{padding:18px 16px}.mochu-landing .auto-hero{padding:20px;grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.mochu-landing .layout{grid-template-columns:48px 1fr}.mochu-landing .kpi-grid,.mochu-landing .ads-kpis-mochu{grid-template-columns:1fr}.mochu-landing .v2-comment-item{padding:10px;gap:8px}.mochu-landing .v2-comment-item .v2-av,.mochu-landing .v2-comment-big .v2-av-big{width:36px;height:36px}.mochu-landing .v2-comment-big .v2-body{font-size:14px}.mochu-landing .v2-actions-compact{gap:4px}.mochu-landing .v2-action-pill{padding:7px 10px;font-size:12px}.mochu-landing .ads-camp-numbers{grid-template-columns:1fr}.mochu-landing .ads-camp-highlights{flex-direction:column}.mochu-landing .ads-hl{min-width:0;width:100%}.mochu-landing .ads-tabs{overflow-x:auto;flex-wrap:nowrap}}@media (max-width: 880px){.mochu-landing .auth-layout{grid-template-columns:1fr}.mochu-landing .auth-mochu-side{display:none}.mochu-landing .auth-form-side{padding:30px 22px;min-height:100vh}.mochu-landing .auth-form-card{margin:28px auto}.mochu-landing .auth-form-card h1{font-size:34px}.mochu-landing .onb-container{max-width:100%}.mochu-landing .onb-personas{grid-template-columns:1fr}.mochu-landing .onb-welcome-grid{grid-template-columns:1fr 1fr}.mochu-landing .onb-progress{gap:4px}.mochu-landing .onb-step-dot{width:26px;height:26px;font-size:11px}}@media (max-width: 480px){.mochu-landing .auth-form-card h1{font-size:28px}.mochu-landing .auth-form-card .sub{font-size:14px}.mochu-landing .field input,.mochu-landing .btn-submit{font-size:14px;padding:12px 14px}.mochu-landing .onb-welcome-grid{grid-template-columns:1fr}.mochu-landing .onb-progress-line{left:22px;right:22px}}@media (max-width: 760px){.mochu-landing .wrapped{padding:36px 18px}.mochu-landing .big-stat{padding:32px 22px;border-radius:22px}.mochu-landing .big-stat-num{font-size:68px!important}.mochu-landing .stats-grid{grid-template-columns:1fr 1fr}.mochu-landing .persona-card,.mochu-landing .question-card{padding:22px}.mochu-landing .persona-name{font-size:22px}.mochu-landing .live-shell{padding:24px 14px}.mochu-landing .live-hero-counter{padding:36px 22px;border-radius:24px}.mochu-landing .lhc-value{font-size:64px!important}.mochu-landing .live-kpis{grid-template-columns:1fr 1fr}.mochu-landing .live-main-grid{grid-template-columns:1fr}.mochu-landing .region-grid{grid-template-columns:1fr 1fr}.mochu-landing .feed-row{grid-template-columns:50px 28px 1fr;gap:8px}}@media (max-width: 480px){.mochu-landing .stats-grid,.mochu-landing .live-kpis{grid-template-columns:1fr}.mochu-landing .persona-card{flex-direction:column;text-align:center}.mochu-landing .share-buttons{flex-direction:column;align-items:stretch}.mochu-landing .share-buttons button{width:100%;justify-content:center}}.mochu-landing{min-height:100vh}.mochu-landing-mobile{--cream: #FFF4E8;--cream-2: #FFEAD6;--cream-3: #FFE0C2;--ink: #1A1326;--ink-soft: #4a3a55;--ink-mid: #6b5a75;--coral: #FF8567;--coral-deep: #E8553A;--coral-soft: #FFB7A3;--mint: #5BD0A5;--rose: #FF5C7A;--sun: #FFD15C;--sky: #7CC7E8;--line: rgba(26,19,38,.1);--line-strong: rgba(26,19,38,.18);--card: #ffffff}.mochu-landing-mobile *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.mochu-landing-mobile{margin:0;padding:0}.mochu-landing-mobile{font-family:Inter,system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;background:#1a0f1d;min-height:100vh}.mochu-landing-mobile .display{font-family:Bricolage Grotesque,sans-serif;letter-spacing:-.025em;line-height:1.02}.mochu-landing-mobile .mono{font-family:JetBrains Mono,monospace}.mochu-landing-mobile a{color:inherit;text-decoration:none}.mochu-landing-mobile button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}.mochu-landing-mobile img{max-width:100%;display:block}.mochu-landing-mobile .phone-shell{min-height:100vh;background:radial-gradient(900px 600px at 20% 10%,rgba(255,133,103,.18),transparent 60%),radial-gradient(700px 500px at 80% 90%,rgba(91,208,165,.12),transparent 60%),#150a17;display:flex;align-items:flex-start;justify-content:center;padding:36px 16px}.mochu-landing-mobile .phone-shell-info{position:fixed;top:24px;left:24px;color:#fff4e8b3;font-size:12px;font-family:JetBrains Mono,monospace;z-index:100;display:flex;flex-direction:column;gap:4px;pointer-events:none}.mochu-landing-mobile .phone-shell-info b{color:#ffb7a3;font-weight:600}.mochu-landing-mobile .phone{width:390px;height:844px;background:var(--cream);border-radius:54px;border:12px solid #1a0e0c;box-shadow:0 0 0 2px #2a1820,0 50px 100px -20px #000000b3,0 30px 60px -30px #e8553a66;overflow:hidden;position:relative;flex-shrink:0}.mochu-landing-mobile .phone:before{content:"";position:absolute;top:11px;left:50%;transform:translate(-50%);width:120px;height:34px;background:#000;border-radius:20px;z-index:1000}.mochu-landing-mobile .phone-scroll{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative;scroll-behavior:smooth}.mochu-landing-mobile .phone-scroll::-webkit-scrollbar{width:0}@media (max-width: 460px){.mochu-landing-mobile .phone-shell{padding:0;background:var(--cream)}.mochu-landing-mobile .phone-shell-info{display:none}.mochu-landing-mobile .phone{width:100vw;height:auto;min-height:100vh;border-radius:0;border:none;box-shadow:none}.mochu-landing-mobile .phone:before{display:none}.mochu-landing-mobile .phone-scroll{height:auto}.mochu-landing-mobile .status-bar{padding-top:env(safe-area-inset-top,14px)!important}.mochu-landing-mobile .stage{height:340px}.mochu-landing-mobile .stage-inner{transform:scale(.78);transform-origin:center center}}.mochu-landing-mobile .status-bar{height:54px;padding:18px 28px 0;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600;color:var(--ink);position:sticky;top:0;background:var(--cream);z-index:90}.mochu-landing-mobile .sb-right{display:flex;align-items:center;gap:5px}.mochu-landing-mobile .sb-signal,.mochu-landing-mobile .sb-wifi,.mochu-landing-mobile .sb-batt{height:12px}.mochu-landing-mobile .nav{position:sticky;top:0;background:#fff4e8e0;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);z-index:80;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.mochu-landing-mobile .nav-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px;letter-spacing:-.01em}.mochu-landing-mobile .nav-brand-mark{width:32px;height:32px;filter:drop-shadow(0 2px 6px rgba(232,85,58,.3))}.mochu-landing-mobile .nav-actions{display:flex;align-items:center;gap:8px}.mochu-landing-mobile .nav-cta-mini{background:var(--ink);color:var(--cream);padding:8px 14px;border-radius:999px;font-weight:600;font-size:12.5px}.mochu-landing-mobile .nav-burger{width:38px;height:38px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;display:grid;place-items:center}.mochu-landing-mobile .nav-burger svg{width:18px;height:18px}.mochu-landing-mobile section{padding:38px 20px;position:relative}.mochu-landing-mobile .eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--cream-2);color:var(--coral-deep);padding:5px 11px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(232,85,58,.18)}.mochu-landing-mobile .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #5bd0a540;animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 7px #5bd0a500}}.mochu-landing-mobile h2.section-title{font-family:Bricolage Grotesque,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.025em;line-height:1.04;margin:12px 0}.mochu-landing-mobile h2.section-title em{font-style:normal;color:var(--coral-deep);position:relative}.mochu-landing-mobile h2.section-title em:after{content:"";position:absolute;left:-2px;right:-2px;bottom:3px;height:9px;background:var(--sun);z-index:-1;border-radius:4px;opacity:.55}.mochu-landing-mobile .section-sub{font-size:15px;line-height:1.5;color:var(--ink-soft);margin:0}.mochu-landing-mobile .hero{padding:18px 20px 24px;position:relative;overflow:hidden}.mochu-landing-mobile .hero-eyebrow{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--line-strong);padding:6px 12px;border-radius:999px;font-size:11.5px;font-weight:600;color:var(--ink)}.mochu-landing-mobile .hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #5bd0a540;animation:pulse 1.8s infinite}.mochu-landing-mobile h1.hero-title{font-family:Bricolage Grotesque,sans-serif;font-size:44px;font-weight:800;line-height:.98;letter-spacing:-.03em;margin:16px 0 12px}.mochu-landing-mobile h1.hero-title em{font-style:normal;color:var(--coral-deep);position:relative;white-space:nowrap}.mochu-landing-mobile h1.hero-title em:after{content:"";position:absolute;left:-3px;right:-3px;bottom:3px;height:12px;background:var(--sun);z-index:-1;border-radius:4px;opacity:.6}.mochu-landing-mobile .hero-tag-en{font-family:JetBrains Mono,monospace;font-size:12px;font-style:italic;color:var(--coral-deep);margin:-2px 0 14px;opacity:.85}.mochu-landing-mobile .hero-tag-en:before{content:"» ";opacity:.5}.mochu-landing-mobile .hero-sub{font-size:15.5px;line-height:1.5;color:var(--ink-soft);margin:0 0 20px}.mochu-landing-mobile .hero-sub b{color:var(--ink);font-weight:700}.mochu-landing-mobile .stage{position:relative;margin:8px -4px 22px;height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:28px;background:radial-gradient(ellipse at 50% 70%,rgba(255,209,92,.22),transparent 55%),radial-gradient(ellipse at 70% 30%,rgba(255,133,103,.18),transparent 60%)}.mochu-landing-mobile .stage-inner{position:relative;width:360px;height:420px;display:flex;align-items:center;justify-content:center}.mochu-landing-mobile .floor-shadow{position:absolute;bottom:60px;left:50%;width:220px;height:22px;background:radial-gradient(ellipse,rgba(26,19,38,.22),transparent 70%);transform:translate(-50%);animation:shadowBob 2.4s ease-in-out infinite;z-index:1}@keyframes shadowBob{0%,to{transform:translate(-50%) scale(1);opacity:.9}50%{transform:translate(-50%) scale(.82);opacity:.55}}.mochu-landing-mobile .mascot-wrap{position:relative;width:360px;height:420px;animation:floatBody 2.6s ease-in-out infinite;z-index:3}@keyframes floatBody{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.mochu-landing-mobile .comment{position:absolute;background:#fff;padding:10px 12px;border-radius:12px;box-shadow:0 10px 22px #1a132624;border:1px solid var(--line);font-size:12px;width:200px;display:flex;gap:8px;align-items:flex-start;z-index:4}.mochu-landing-mobile .comment.good{border-left:4px solid var(--mint)}.mochu-landing-mobile .comment.bad{border-left:4px solid var(--rose)}.mochu-landing-mobile .comment .av{width:26px;height:26px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#ffb7a3,#ff8567)}.mochu-landing-mobile .comment.bad .av{background:linear-gradient(135deg,#999,#555)}.mochu-landing-mobile .comment .meta{font-weight:700;font-size:11px;line-height:1.2}.mochu-landing-mobile .comment .meta .plat{font-weight:500;margin-left:4px;font-size:10px}.mochu-landing-mobile .comment .txt{color:var(--ink-soft);font-size:11px;line-height:1.35;margin-top:2px}.mochu-landing-mobile .orbit-icon{position:absolute;width:50px;height:50px;border-radius:14px;background:#fff;box-shadow:0 8px 18px #1a132624;display:grid;place-items:center;z-index:5}.mochu-landing-mobile .mochu-bubble{position:absolute;left:50%;top:16px;transform:translate(-50%);background:#fff;border:2.5px solid var(--ink);color:var(--ink);padding:10px 16px;border-radius:18px;font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.2;text-align:center;max-width:230px;box-shadow:0 10px 24px #1a132638;z-index:20}.mochu-landing-mobile .mochu-bubble:after{content:"";position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:12px solid var(--ink)}.mochu-landing-mobile .mochu-bubble:before{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:9px solid white;z-index:1}.mochu-landing-mobile .mochu-bubble.bubble-greet{background:var(--sun)}.mochu-landing-mobile .mochu-bubble.bubble-greet:before{border-top-color:var(--sun)}.mochu-landing-mobile .mochu-bubble.bubble-show{background:var(--ink);color:var(--cream)}.mochu-landing-mobile .mochu-bubble.bubble-show:before{border-top-color:var(--ink)}.mochu-landing-mobile .mochu-bubble.bubble-cta{background:var(--coral);color:#fff}.mochu-landing-mobile .mochu-bubble.bubble-cta:before{border-top-color:var(--coral)}.mochu-landing-mobile .mochu-bubble.bubble-click{background:var(--coral);color:#fff}.mochu-landing-mobile .mochu-bubble.bubble-click:before{border-top-color:var(--coral)}.mochu-landing-mobile .trash-bin{position:absolute;background:#fff;padding:10px;border-radius:14px;border:2px solid var(--ink);box-shadow:0 8px 24px #1a132633;z-index:6}.mochu-landing-mobile .burst{position:absolute;width:0;height:0;z-index:7;pointer-events:none}.mochu-landing-mobile .hero-feats{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 22px}.mochu-landing-mobile .hero-feat{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:11.5px;font-weight:600}.mochu-landing-mobile .hero-ctas{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.mochu-landing-mobile .btn-primary{background:var(--ink);color:var(--cream);padding:16px 22px;border-radius:14px;font-weight:700;font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 24px #1a132638;width:100%}.mochu-landing-mobile .btn-primary svg{transition:transform .2s ease}.mochu-landing-mobile .btn-primary:active svg{transform:translate(3px)}.mochu-landing-mobile .btn-secondary{background:#fff;color:var(--ink);padding:14px 20px;border-radius:14px;font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-strong);width:100%}.mochu-landing-mobile .hero-trust{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line)}.mochu-landing-mobile .avatars{display:flex}.mochu-landing-mobile .avatars span{width:30px;height:30px;border-radius:50%;border:3px solid var(--cream);margin-left:-8px}.mochu-landing-mobile .avatars span:nth-child(1){background:linear-gradient(135deg,#ffb7a3,#ff8567);margin-left:0}.mochu-landing-mobile .avatars span:nth-child(2){background:linear-gradient(135deg,#ffd15c,#ff8567)}.mochu-landing-mobile .avatars span:nth-child(3){background:linear-gradient(135deg,#5bd0a5,#3fa8c9)}.mochu-landing-mobile .avatars span:nth-child(4){background:linear-gradient(135deg,#ff5c7a,#e8553a)}.mochu-landing-mobile .trust-txt{font-size:11.5px;line-height:1.35;color:var(--ink-soft)}.mochu-landing-mobile .trust-txt b{color:var(--ink)}.mochu-landing-mobile .trust-stars{color:var(--coral-deep);font-weight:700;letter-spacing:-1px}.mochu-landing-mobile .platforms-strip{padding:30px 0 6px}.mochu-landing-mobile .platforms-strip-head{padding:0 20px 18px}.mochu-landing-mobile .platforms-scroller{display:flex;gap:12px;overflow-x:auto;padding:4px 20px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mochu-landing-mobile .platforms-scroller::-webkit-scrollbar{display:none}.mochu-landing-mobile .platform-card{flex:0 0 240px;scroll-snap-align:start;background:#fff;border-radius:22px;padding:22px;border:1px solid var(--line);box-shadow:0 8px 22px #1a13260d}.mochu-landing-mobile .platform-card.fb-card{background:linear-gradient(180deg,#fff,#eef4ff);border-color:#1877f226}.mochu-landing-mobile .platform-card.ig-card{background:linear-gradient(180deg,#fff,#ffeeef);border-color:#dd2a7b26}.mochu-landing-mobile .platform-card.tt-card{background:linear-gradient(180deg,#fff,#f2f2f4);border-color:#1a132626}.mochu-landing-mobile .p-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;color:#fff;margin-bottom:14px}.mochu-landing-mobile .p-icon.fb{background:#1877f2}.mochu-landing-mobile .p-icon.ig{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af)}.mochu-landing-mobile .p-icon.tt{background:#000}.mochu-landing-mobile .platform-card h3{font-size:19px;font-weight:800;margin:0 0 5px;letter-spacing:-.01em}.mochu-landing-mobile .platform-card p{font-size:13px;line-height:1.45;color:var(--ink-soft);margin:0 0 14px}.mochu-landing-mobile .p-stat{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;padding-top:12px;border-top:1px solid var(--line)}.mochu-landing-mobile .p-stat .dot-live{width:6px;height:6px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 3px #5bd0a540;animation:pulse 1.8s infinite}.mochu-landing-mobile .p-stat b{color:var(--ink);font-weight:700}.mochu-landing-mobile .carousel-dots{display:flex;justify-content:center;gap:6px;padding:8px 0 0}.mochu-landing-mobile .carousel-dots span{width:6px;height:6px;border-radius:50%;background:#1a132626;transition:all .2s ease}.mochu-landing-mobile .carousel-dots span.active{background:var(--coral-deep);width:18px;border-radius:999px}.mochu-landing-mobile .module-overview-mob{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.mochu-landing-mobile .mod-mini{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;position:relative}.mochu-landing-mobile .mod-mini-num{font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;color:var(--coral-deep);letter-spacing:.1em}.mochu-landing-mobile .mod-mini-ico{width:34px;height:34px;border-radius:10px;background:var(--cream-2);color:var(--coral-deep);display:grid;place-items:center;margin-bottom:10px}.mochu-landing-mobile .mod-mini h4{font-size:15px;margin:0 0 4px;font-weight:700;letter-spacing:-.01em}.mochu-landing-mobile .mod-mini p{font-size:11.5px;line-height:1.4;color:var(--ink-soft);margin:0}.mochu-landing-mobile .module-mob{padding:44px 20px;position:relative}.mochu-landing-mobile .module-mob.bg-tint{background:linear-gradient(180deg,transparent 0%,var(--cream-2) 30%,var(--cream-2) 70%,transparent 100%)}.mochu-landing-mobile .mod-num-big{font-family:Bricolage Grotesque,sans-serif;font-size:64px;font-weight:800;color:var(--coral);line-height:.8;margin-bottom:6px;letter-spacing:-.04em}.mochu-landing-mobile .mod-label{font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600;color:var(--coral-deep);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}.mochu-landing-mobile .mod-h{font-family:Bricolage Grotesque,sans-serif;font-size:30px;font-weight:800;line-height:1;letter-spacing:-.025em;margin:0 0 14px}.mochu-landing-mobile .mod-p{font-size:14.5px;line-height:1.5;color:var(--ink-soft);margin:0 0 18px}.mochu-landing-mobile .mod-p b{color:var(--ink)}.mochu-landing-mobile .mod-feats{list-style:none;padding:0;margin:0 0 18px}.mochu-landing-mobile .mod-feats li{font-size:13.5px;line-height:1.45;padding:7px 0 7px 26px;position:relative;color:var(--ink-soft)}.mochu-landing-mobile .mod-feats li:before{content:"";position:absolute;left:0;top:11px;width:16px;height:16px;border-radius:50%;background:var(--mint);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:center;background-repeat:no-repeat}.mochu-landing-mobile .mod-feats li b{color:var(--ink)}.mochu-landing-mobile .tech-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.mochu-landing-mobile .tech-tag{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--line);padding:5px 10px;border-radius:999px;font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:500;color:var(--ink-soft)}.mochu-landing-mobile .tech-tag .live{width:5px;height:5px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 2px #5bd0a540;animation:pulse 1.8s infinite}.mochu-landing-mobile .mock-phone{background:#0a0510;border-radius:36px;padding:7px;margin:8px auto 0;width:260px;box-shadow:0 24px 50px #1a132652,0 0 0 1px #ffffff0a;position:relative}.mochu-landing-mobile .mock-phone:before{content:"";position:absolute;top:12px;left:50%;transform:translate(-50%);width:70px;height:18px;background:#000;border-radius:12px;z-index:10}.mochu-landing-mobile .mock-screen{background:#fff;border-radius:30px;overflow:hidden;aspect-ratio:9 / 19;display:flex;flex-direction:column;position:relative}.mochu-landing-mobile .mock-statusbar{padding:12px 18px 6px;display:flex;justify-content:space-between;font-size:10px;font-weight:700;color:var(--ink);flex-shrink:0}.mochu-landing-mobile .mock-header{padding:6px 14px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);flex-shrink:0}.mochu-landing-mobile .mock-h-title{font-size:13px;font-weight:800;letter-spacing:-.01em}.mochu-landing-mobile .mock-h-sub{font-size:9px;color:var(--ink-soft);margin-top:1px}.mochu-landing-mobile .mock-h-back{width:22px;height:22px;border-radius:50%;background:var(--cream-2);color:var(--coral-deep);display:grid;place-items:center}.mochu-landing-mobile .m1-filter{display:flex;gap:4px;padding:8px 12px;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.mochu-landing-mobile .m1-filter::-webkit-scrollbar{display:none}.mochu-landing-mobile .m1-pill{flex-shrink:0;font-size:9.5px;font-weight:600;padding:5px 10px;border-radius:999px;background:var(--cream-2);color:var(--ink-soft);white-space:nowrap}.mochu-landing-mobile .m1-pill.on{background:var(--ink);color:var(--cream)}.mochu-landing-mobile .m1-list{padding:0 8px 8px;flex:1;overflow:hidden}.mochu-landing-mobile .m1-cmt{display:flex;gap:8px;padding:9px 6px;border-bottom:1px solid var(--line)}.mochu-landing-mobile .m1-cmt.selected{background:var(--cream-2);border-radius:10px;border-bottom-color:transparent}.mochu-landing-mobile .m1-av{width:28px;height:28px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#ffb7a3,#ff8567)}.mochu-landing-mobile .m1-av.v2{background:linear-gradient(135deg,#ffd15c,#ff8567)}.mochu-landing-mobile .m1-av.v3{background:linear-gradient(135deg,#5bd0a5,#3fa8c9)}.mochu-landing-mobile .m1-av.v4{background:linear-gradient(135deg,#ff5c7a,#e8553a)}.mochu-landing-mobile .m1-av.v5{background:linear-gradient(135deg,#999,#555)}.mochu-landing-mobile .m1-body{flex:1;min-width:0}.mochu-landing-mobile .m1-name{font-size:10.5px;font-weight:700;display:flex;align-items:center;gap:5px}.mochu-landing-mobile .m1-plat{font-size:7px;font-weight:700;padding:1px 4px;border-radius:4px;background:var(--coral);color:#fff}.mochu-landing-mobile .m1-plat.fb{background:#1877f2}.mochu-landing-mobile .m1-plat.ig{background:linear-gradient(135deg,#f58529,#dd2a7b)}.mochu-landing-mobile .m1-plat.tt{background:#000}.mochu-landing-mobile .m1-snip{font-size:9.5px;color:var(--ink-soft);line-height:1.3;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mochu-landing-mobile .m1-meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex-shrink:0}.mochu-landing-mobile .m1-time{font-size:8.5px;color:var(--ink-soft)}.mochu-landing-mobile .m1-status{width:7px;height:7px;border-radius:50%;background:var(--mint)}.mochu-landing-mobile .m1-status.bad{background:var(--rose)}.mochu-landing-mobile .m1-status.q{background:var(--sun)}.mochu-landing-mobile .m2-cal{padding:8px 10px;flex:1;display:flex;flex-direction:column}.mochu-landing-mobile .m2-cal-title{font-size:12px;font-weight:800;margin:0 4px 8px;display:flex;align-items:center;justify-content:space-between}.mochu-landing-mobile .m2-cal-title .auto{font-size:8px;padding:3px 8px;background:var(--coral);color:#fff;border-radius:999px;font-weight:700;letter-spacing:.05em}.mochu-landing-mobile .m2-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;flex:1}.mochu-landing-mobile .m2-dow{font-size:8px;font-weight:700;color:var(--ink-soft);text-align:center;padding:3px 0}.mochu-landing-mobile .m2-day{background:var(--cream);border-radius:4px;padding:3px;min-height:32px;display:flex;flex-direction:column;gap:1px;font-size:8px}.mochu-landing-mobile .m2-day.muted{opacity:.35}.mochu-landing-mobile .m2-day.today{background:var(--coral-deep);color:#fff}.mochu-landing-mobile .m2-d-num{font-weight:700;font-size:8px}.mochu-landing-mobile .m2-chip{font-size:6.5px;font-weight:600;padding:1px 3px;border-radius:2px;background:#1877f22e;color:#1877f2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mochu-landing-mobile .m2-chip.ig{background:#dd2a7b2e;color:#dd2a7b}.mochu-landing-mobile .m2-chip.ai{background:var(--ink);color:var(--sun)}.mochu-landing-mobile .m2-day.today .m2-chip{background:#ffffff40;color:#fff}.mochu-landing-mobile .m2-composer{margin:10px 12px 12px;background:var(--cream-2);border:1px solid var(--coral-soft);border-radius:12px;padding:9px 11px;flex-shrink:0}.mochu-landing-mobile .m2-comp-head{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:800;margin-bottom:5px}.mochu-landing-mobile .m2-comp-ai{background:var(--coral);color:#fff;font-size:8px;padding:2px 6px;border-radius:999px;font-weight:700}.mochu-landing-mobile .m2-comp-text{font-size:9.5px;line-height:1.35;color:var(--ink-soft)}.mochu-landing-mobile .m2-comp-tags{color:var(--coral-deep);font-size:8px;margin-top:3px}.mochu-landing-mobile .m3-thread{flex:1;padding:12px;display:flex;flex-direction:column;gap:8px;background:var(--cream)}.mochu-landing-mobile .m3-time{text-align:center;font-size:8.5px;color:var(--ink-soft)}.mochu-landing-mobile .m3-msg{max-width:78%;padding:7px 11px;border-radius:14px;font-size:10.5px;line-height:1.4}.mochu-landing-mobile .m3-msg.them{background:#fff;border:1px solid var(--line);align-self:flex-start;border-bottom-left-radius:4px}.mochu-landing-mobile .m3-msg.us{background:var(--coral);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.mochu-landing-mobile .m3-msg.ai{align-self:flex-start;background:linear-gradient(135deg,var(--cream-2),var(--cream-3));border:1px dashed var(--coral);border-bottom-left-radius:4px;position:relative}.mochu-landing-mobile .m3-msg.ai:before{content:"✨ AI sugeruje";position:absolute;top:-7px;left:9px;background:var(--coral-deep);color:#fff;font-size:7px;font-weight:800;padding:1.5px 6px;border-radius:999px;letter-spacing:.05em}.mochu-landing-mobile .m3-input-row{padding:8px 10px;display:flex;align-items:center;gap:6px;border-top:1px solid var(--line);background:#fff;flex-shrink:0}.mochu-landing-mobile .m3-input{flex:1;background:var(--cream);border-radius:999px;padding:6px 12px;font-size:9.5px;color:var(--ink-soft)}.mochu-landing-mobile .m3-input-btn{width:24px;height:24px;border-radius:50%;background:var(--coral);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:800;flex-shrink:0}.mochu-landing-mobile .m3-input-ai{width:24px;height:24px;border-radius:50%;background:var(--ink);color:var(--sun);display:grid;place-items:center;font-size:11px;flex-shrink:0}.mochu-landing-mobile .m4-kpis{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:10px 12px;flex-shrink:0}.mochu-landing-mobile .m4-kpi{background:var(--cream);border-radius:8px;padding:7px 9px}.mochu-landing-mobile .m4-kpi.hot{background:var(--ink);color:var(--cream)}.mochu-landing-mobile .m4-kpi-label{font-size:7.5px;opacity:.7;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.mochu-landing-mobile .m4-kpi-value{font-size:14px;font-weight:800;line-height:1.1;margin-top:1px;letter-spacing:-.01em}.mochu-landing-mobile .m4-kpi-delta{font-size:8px;margin-top:1px}.mochu-landing-mobile .m4-kpi-delta.up{color:var(--mint)}.mochu-landing-mobile .m4-kpi.hot .m4-kpi-delta.up{color:#98e0bb}.mochu-landing-mobile .m4-kpi-delta.down{color:var(--rose)}.mochu-landing-mobile .m4-chart{margin:0 12px 8px;background:var(--cream);border-radius:10px;padding:10px}.mochu-landing-mobile .m4-chart-h{display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:800;margin-bottom:6px}.mochu-landing-mobile .m4-chart-h .auto-on{font-size:7.5px;padding:2px 6px;background:var(--coral);color:#fff;border-radius:999px;font-weight:700}.mochu-landing-mobile .m4-funnel{padding:0 12px 10px}.mochu-landing-mobile .m4-fr{display:flex;align-items:center;gap:6px;margin:4px 0;font-size:9px}.mochu-landing-mobile .m4-fr-label{width:50px;color:var(--ink-soft);font-weight:600;flex-shrink:0}.mochu-landing-mobile .m4-fr-bar{flex:1;height:14px;border-radius:4px;display:flex;align-items:center;padding:0 7px;color:#fff;font-weight:700;font-size:8px}.mochu-landing-mobile .m4-fr-bar.b1{background:var(--coral)}.mochu-landing-mobile .m4-fr-bar.b2{background:var(--coral-deep)}.mochu-landing-mobile .m4-fr-bar.b3{background:var(--rose)}.mochu-landing-mobile .m4-fr-bar.b4{background:var(--mint)}.mochu-landing-mobile .how-section{background:var(--ink);color:var(--cream);border-radius:28px;margin:20px 16px;padding:38px 22px;position:relative;overflow:hidden}.mochu-landing-mobile .how-section:before{content:"";position:absolute;right:-60px;top:-60px;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(255,133,103,.25),transparent 70%)}.mochu-landing-mobile .how-section .eyebrow{background:#ffffff14;color:var(--coral-soft);border-color:#ffb7a32e}.mochu-landing-mobile .how-section h2{color:var(--cream)}.mochu-landing-mobile .how-section .section-sub{color:#fff4e8b3}.mochu-landing-mobile .timeline{position:relative;margin:28px 0 0;padding-left:26px}.mochu-landing-mobile .timeline:before{content:"";position:absolute;left:11px;top:14px;bottom:14px;width:2px;background:linear-gradient(180deg,var(--coral),var(--coral-deep),transparent)}.mochu-landing-mobile .step{position:relative;padding-bottom:22px}.mochu-landing-mobile .step:before{content:"";position:absolute;left:-25px;top:4px;width:24px;height:24px;border-radius:50%;background:var(--coral);border:3px solid var(--ink);box-shadow:0 0 0 2px var(--coral)}.mochu-landing-mobile .step-num-tl{font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;color:var(--coral-soft);letter-spacing:.1em}.mochu-landing-mobile .step h3{font-size:18px;margin:2px 0 5px;font-weight:700;letter-spacing:-.01em}.mochu-landing-mobile .step p{font-size:13px;color:#fff4e8b3;line-height:1.45;margin:0}.mochu-landing-mobile .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.mochu-landing-mobile .ft{background:#fff;border-radius:18px;border:1px solid var(--line);padding:16px;display:flex;flex-direction:column;gap:10px}.mochu-landing-mobile .ft-ico{width:38px;height:38px;border-radius:11px;background:var(--cream-2);color:var(--coral-deep);display:grid;place-items:center}.mochu-landing-mobile .ft h3{margin:0;font-size:14px;font-weight:700;letter-spacing:-.01em}.mochu-landing-mobile .ft p{margin:0;font-size:11.5px;line-height:1.4;color:var(--ink-soft)}.mochu-landing-mobile .roast{background:var(--ink);color:var(--cream);border-radius:28px;margin:20px 16px;padding:30px 22px;position:relative;overflow:hidden}.mochu-landing-mobile .roast .eyebrow{background:#ffffff14;color:var(--sun);border-color:#ffd15c33}.mochu-landing-mobile .roast h2{color:var(--cream)}.mochu-landing-mobile .roast h2 em{color:var(--sun)}.mochu-landing-mobile .roast h2 em:after{background:var(--coral-deep);opacity:.7}.mochu-landing-mobile .roast .section-sub{color:#fff4e8b3}.mochu-landing-mobile .roast-card{background:#ffffff0a;border:1px dashed rgba(255,183,163,.3);border-radius:16px;padding:16px;margin-top:20px}.mochu-landing-mobile .roast-input{background:#00000040;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px;font-size:13px;color:#fff4e8d9;line-height:1.4;min-height:70px}.mochu-landing-mobile .roast-input .cursor{display:inline-block;width:1.5px;height:14px;background:var(--coral-soft);vertical-align:middle;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.mochu-landing-mobile .roast-btn{margin-top:10px;width:100%;background:var(--coral);color:#fff;padding:12px;border-radius:10px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.mochu-landing-mobile .roast-result{margin-top:12px;background:#ffffff0d;border-radius:10px;padding:12px;font-size:12px;line-height:1.45}.mochu-landing-mobile .roast-verdict{display:inline-flex;align-items:center;gap:6px;background:var(--rose);color:#fff;padding:3px 9px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.05em;margin-bottom:8px}.mochu-landing-mobile .roast-result b{color:var(--sun)}.mochu-landing-mobile .roast-replies{margin-top:10px}.mochu-landing-mobile .roast-reply{padding:8px 10px;background:#0003;border-radius:8px;margin-top:6px;font-size:11.5px;line-height:1.4;border-left:2px solid var(--coral-soft)}.mochu-landing-mobile .roast-reply-label{font-family:JetBrains Mono,monospace;font-size:8.5px;color:var(--coral-soft);text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px}.mochu-landing-mobile .hall-scroller{display:flex;gap:12px;overflow-x:auto;padding:22px 20px 20px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mochu-landing-mobile .hall-scroller::-webkit-scrollbar{display:none}.mochu-landing-mobile .hejt{flex:0 0 270px;scroll-snap-align:start;background:#fff;border-radius:18px;border:1px solid var(--line);padding:16px;box-shadow:0 6px 18px #1a13260f;display:flex;flex-direction:column;gap:10px}.mochu-landing-mobile .hejt-head{display:flex;align-items:center;gap:8px;font-size:10.5px;color:var(--ink-soft)}.mochu-landing-mobile .hejt-plat-ico{width:18px;height:18px;border-radius:6px;display:grid;place-items:center;color:#fff}.mochu-landing-mobile .hejt-plat-ico.fb{background:#1877f2}.mochu-landing-mobile .hejt-plat-ico.ig{background:linear-gradient(135deg,#f58529,#dd2a7b)}.mochu-landing-mobile .hejt-plat-ico.tt{background:#000}.mochu-landing-mobile .hejt-author{font-weight:700;color:var(--ink)}.mochu-landing-mobile .hejt-body{font-size:13px;color:var(--ink);line-height:1.4;font-style:italic;background:var(--cream-2);padding:10px 12px;border-radius:10px;border-left:3px solid var(--rose)}.mochu-landing-mobile .hejt-foot{display:flex;align-items:center;justify-content:space-between;font-size:10px}.mochu-landing-mobile .hejt-action{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:999px;font-weight:700}.mochu-landing-mobile .hejt-action.hidden{background:#5bd0a52e;color:#2a8868}.mochu-landing-mobile .hejt-action.deleted{background:#ff5c7a2e;color:var(--rose)}.mochu-landing-mobile .hejt-action.blocked{background:var(--ink);color:var(--cream)}.mochu-landing-mobile .hejt-timer{font-family:JetBrains Mono,monospace;color:var(--ink-soft)}.mochu-landing-mobile .hejt-tox{font-size:10.5px;color:var(--ink-soft);padding-top:10px;border-top:1px solid var(--line)}.mochu-landing-mobile .hejt-tox b{color:var(--coral-deep)}.mochu-landing-mobile .modes-tabs{display:flex;gap:6px;padding:0 0 6px;overflow-x:auto;scrollbar-width:none}.mochu-landing-mobile .modes-tabs::-webkit-scrollbar{display:none}.mochu-landing-mobile .mode-tab{flex-shrink:0;display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700;background:#fff;border:1px solid var(--line);color:var(--ink-soft);cursor:pointer}.mochu-landing-mobile .mode-tab.on-pro{background:var(--ink);color:var(--cream);border-color:var(--ink)}.mochu-landing-mobile .mode-tab.on-fun{background:var(--coral);color:#fff;border-color:var(--coral)}.mochu-landing-mobile .meme{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;margin-top:12px}.mochu-landing-mobile .meme-h{background:var(--cream-2);padding:10px 12px;border-radius:10px;border-left:3px solid var(--rose);font-size:13px;font-style:italic;color:var(--ink);line-height:1.4}.mochu-landing-mobile .meme-h .lab{font-family:JetBrains Mono,monospace;font-size:9px;font-style:normal;font-weight:700;color:var(--rose);letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:4px}.mochu-landing-mobile .meme-m{display:flex;gap:10px;margin-top:12px}.mochu-landing-mobile .meme-m-av{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:radial-gradient(circle at 40% 30%,#ffc6b0,#ff8567 60%,#d9492e);position:relative}.mochu-landing-mobile .meme-m-av:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 33% 45%,#1A1326 6%,transparent 8%),radial-gradient(circle at 67% 45%,#1A1326 6%,transparent 8%)}.mochu-landing-mobile .meme-mode{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;font-size:9px;font-weight:800;letter-spacing:.08em;margin-bottom:5px}.mochu-landing-mobile .meme-mode.pro{background:var(--ink);color:var(--cream)}.mochu-landing-mobile .meme-mode.fun{background:var(--coral);color:#fff}.mochu-landing-mobile .meme-mode.silent{background:#fff;color:var(--ink-soft);border:1px solid var(--line)}.mochu-landing-mobile .meme-reply{font-size:13px;line-height:1.4;color:var(--ink)}.mochu-landing-mobile .meme-reply.silent{color:var(--ink-soft);font-style:italic;font-size:12px}.mochu-landing-mobile .pricing-stack{display:flex;flex-direction:column;gap:14px;margin-top:24px}.mochu-landing-mobile .plan{background:#fff;border-radius:22px;padding:24px;border:1px solid var(--line);position:relative}.mochu-landing-mobile .plan.featured{background:var(--ink);color:var(--cream);border:none;box-shadow:0 20px 40px #1a132640}.mochu-landing-mobile .plan.featured:before{content:"★ Najpopularniejszy";position:absolute;top:-10px;right:18px;background:var(--coral);color:#fff;padding:5px 13px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 6px 12px #e8553a4d}.mochu-landing-mobile .plan-name{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:700;color:var(--coral-deep);letter-spacing:.12em;text-transform:uppercase}.mochu-landing-mobile .plan.featured .plan-name{color:var(--coral-soft)}.mochu-landing-mobile .plan-price{font-family:Bricolage Grotesque,sans-serif;font-size:46px;font-weight:800;margin:8px 0 2px;letter-spacing:-.03em;line-height:1}.mochu-landing-mobile .plan-price span{font-size:16px;color:var(--ink-soft);font-weight:500}.mochu-landing-mobile .plan.featured .plan-price span{color:#fff4e899}.mochu-landing-mobile .plan-desc{font-size:13px;color:var(--ink-soft);margin-top:2px}.mochu-landing-mobile .plan.featured .plan-desc{color:#fff4e8a6}.mochu-landing-mobile .plan ul{list-style:none;padding:0;margin:18px 0}.mochu-landing-mobile .plan li{padding:6px 0 6px 24px;font-size:13.5px;color:var(--ink-soft);position:relative}.mochu-landing-mobile .plan.featured li{color:#fff4e8d9}.mochu-landing-mobile .plan li:before{content:"";position:absolute;left:0;top:9px;width:16px;height:16px;border-radius:50%;background:var(--mint);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:center;background-repeat:no-repeat}.mochu-landing-mobile .plan-btn{padding:14px;border-radius:12px;font-weight:700;font-size:14.5px;background:var(--ink);color:var(--cream);text-align:center;width:100%}.mochu-landing-mobile .plan.featured .plan-btn{background:var(--coral);color:#fff}.mochu-landing-mobile .plan-free{background:linear-gradient(180deg,var(--cream-2) 0%,var(--cream-3) 100%);border:2px solid var(--coral);position:relative}.mochu-landing-mobile .plan-free:before{content:"✦ Na zawsze";position:absolute;top:-10px;left:18px;background:var(--mint);color:#1a5a3c;padding:5px 13px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 6px 12px #5bd0a54d}.mochu-landing-mobile .plan-free .plan-name{color:#1a5a3c}.mochu-landing-mobile .safety-note-mob{margin-top:22px;background:#fff;border:1px dashed var(--line-strong);border-radius:16px;padding:16px 18px;display:flex;gap:12px;align-items:flex-start;font-size:13.5px;line-height:1.5;color:var(--ink-soft)}.mochu-landing-mobile .safety-note-mob b{color:var(--ink)}.mochu-landing-mobile .safety-ico-mob{flex-shrink:0;width:38px;height:38px;background:var(--cream-2);border-radius:10px;display:grid;place-items:center;font-size:20px}.mochu-landing-mobile .testi-scroller{display:flex;gap:12px;overflow-x:auto;padding:20px 20px 16px;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mochu-landing-mobile .testi-scroller::-webkit-scrollbar{display:none}.mochu-landing-mobile .testi{flex:0 0 280px;scroll-snap-align:start;background:#fff;border-radius:20px;padding:22px;border:1px solid var(--line);box-shadow:0 8px 22px #1a13260d}.mochu-landing-mobile .testi-quote{font-size:14.5px;line-height:1.5;color:var(--ink)}.mochu-landing-mobile .testi-quote:before{content:"“ ";color:var(--coral-deep);font-family:Bricolage Grotesque,sans-serif;font-weight:800;font-size:24px;line-height:0;vertical-align:-6px}.mochu-landing-mobile .testi-user{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid var(--line)}.mochu-landing-mobile .testi-av{width:38px;height:38px;border-radius:50%}.mochu-landing-mobile .testi-name{font-weight:700;font-size:13px}.mochu-landing-mobile .testi-role{font-size:11.5px;color:var(--ink-soft)}.mochu-landing-mobile .stickers{background:linear-gradient(135deg,var(--cream-2) 0%,var(--cream-3) 100%);border-radius:28px;margin:20px 16px;padding:28px 22px;border:1px solid var(--line-strong)}.mochu-landing-mobile .stickers-eyebrow{display:inline-flex;align-items:center;gap:6px;background:var(--coral);color:#fff;padding:4px 10px;border-radius:999px;font-size:10.5px;font-weight:800;letter-spacing:.05em}.mochu-landing-mobile .stickers h2{font-family:Bricolage Grotesque,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.025em;margin:12px 0 8px}.mochu-landing-mobile .stickers p{font-size:13.5px;color:var(--ink-soft);margin:0 0 16px;line-height:1.5}.mochu-landing-mobile .stickers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px}.mochu-landing-mobile .sticker-tile{background:#fff;border-radius:12px;padding:8px;aspect-ratio:1;display:grid;place-items:center;box-shadow:0 4px 8px #1a13260f}.mochu-landing-mobile .sticker-tile svg{width:100%;height:100%}.mochu-landing-mobile .stickers-cta{background:var(--ink);color:var(--cream);width:100%;padding:12px;border-radius:12px;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.mochu-landing-mobile .stickers-cta b{color:var(--sun);font-weight:700}.mochu-landing-mobile .big-cta{background:linear-gradient(135deg,var(--coral) 0%,var(--coral-deep) 100%);color:#fff;border-radius:28px;margin:20px 16px;padding:38px 24px;text-align:center;position:relative;overflow:hidden}.mochu-landing-mobile .big-cta:before{content:"";position:absolute;bottom:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%)}.mochu-landing-mobile .big-cta h2{font-family:Bricolage Grotesque,sans-serif;font-size:30px;font-weight:800;margin:0 0 12px;letter-spacing:-.025em;line-height:1.05;position:relative}.mochu-landing-mobile .big-cta p{font-size:14.5px;line-height:1.5;color:#ffffffeb;margin:0 0 20px;position:relative}.mochu-landing-mobile .big-cta-btn{background:#fff;color:var(--coral-deep);padding:14px 24px;border-radius:12px;font-weight:800;font-size:15px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 14px 28px #00000026;position:relative}.mochu-landing-mobile .big-cta-mini{margin-top:14px;font-size:12px;color:#fffc;position:relative}.mochu-landing-mobile footer{padding:28px 20px 100px;border-top:1px solid var(--line);background:var(--cream)}.mochu-landing-mobile .foot-brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:16px;margin-bottom:14px}.mochu-landing-mobile .foot-links{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--ink-soft);margin-bottom:16px}.mochu-landing-mobile .foot-copy{font-size:11.5px;color:var(--ink-soft);line-height:1.5}.mochu-landing-mobile .bottom-bar{position:sticky;bottom:0;left:0;right:0;z-index:95;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));background:#fff4e8eb;backdrop-filter:blur(20px) saturate(1.2);-webkit-backdrop-filter:blur(20px) saturate(1.2);border-top:1px solid var(--line);display:flex;align-items:center;gap:10px;box-shadow:0 -10px 30px #1a13260f}.mochu-landing-mobile .bottom-bar-left{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.mochu-landing-mobile .bottom-bar-ico{width:32px;height:32px;flex-shrink:0;background:var(--cream-2);border-radius:10px;display:grid;place-items:center;font-size:18px}.mochu-landing-mobile .bottom-bar-txt{font-size:11.5px;line-height:1.25;min-width:0}.mochu-landing-mobile .bottom-bar-txt b{font-weight:700}.mochu-landing-mobile .bottom-bar-cta{background:var(--ink);color:var(--cream);padding:11px 16px;border-radius:999px;font-weight:700;font-size:13.5px;flex-shrink:0;display:inline-flex;align-items:center;gap:6px;box-shadow:0 8px 18px #1a132640}.mochu-landing-mobile .mochu-face{position:absolute}
