@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;--dark: #050707;--dark-soft: #0a0d0c;--dark-mid: #101817;--dark-top: #182226;--lime: #ddfb55;--lime-hover: #e7ff78;--white: #fff;--light: #f7f8f5;--light-soft: #f2f4ef;--ink: #101815;--ink-soft: #58635d;--text: #f7faf7;--muted: rgba(255, 255, 255, .68);--muted-strong: rgba(255, 255, 255, .8);--line-dark: rgba(255, 255, 255, .11);--line-light: rgba(16, 24, 21, .12);--bg: var(--dark);--line: var(--line-dark);--line-strong: rgba(255, 255, 255, .16);--lime-line: rgba(221, 251, 85, .3);--radius-lg: 30px;--radius-md: 20px;--content: 1280px;--gutter: clamp(22px, 5vw, 72px);font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}html{scroll-behavior:smooth;scroll-padding-top:86px;background:var(--dark)}body{margin:0;min-width:320px;color:var(--text);background:var(--dark);overflow-x:clip}button,a{font:inherit}a{color:inherit}img,picture{display:block;max-width:100%}img{height:auto}::selection{color:var(--ink);background:var(--lime)}:focus-visible{outline:3px solid var(--lime);outline-offset:4px;border-radius:5px}.site-shell,main{width:100%}.site-shell{min-height:100dvh;overflow:clip}.section-inner{width:min(100%,var(--content));margin-inline:auto;padding-inline:var(--gutter)}.section-frame{width:100%;margin-inline:auto}.section-dark{width:100%;color:var(--text);background:var(--dark)}.section-light{width:100%;color:var(--ink);background:var(--white)}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .55s ease var(--delay, 0ms),transform .55s ease var(--delay, 0ms)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.brand-logo{display:block;object-fit:contain}.brand-logo--horizontal{width:148px;height:auto}.brand-logo--mark{width:44px;height:44px;object-fit:contain}.brand-logo--vertical{width:220px}.eyebrow{width:fit-content;padding:8px 12px;display:inline-flex;align-items:center;color:var(--lime);border:1px solid var(--lime-line);border-radius:999px;background:#ddfb550d;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.navbar-wrap{position:fixed;inset:0 0 auto;z-index:100;color:var(--text);transition:background .2s ease,border-color .2s ease}.navbar-wrap.is-solid{border-bottom:1px solid rgba(255,255,255,.075);background:#050707e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar{width:min(100%,var(--content));min-height:78px;margin:0 auto;padding:10px var(--gutter);display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:24px}.navbar__brand{width:fit-content;display:inline-flex;align-items:center;text-decoration:none}.navbar__links{display:flex;justify-content:center;align-items:center;gap:clamp(18px,2.4vw,34px)}.navbar__links a{min-height:44px;display:inline-flex;align-items:center;position:relative;color:var(--muted-strong);text-decoration:none;font-size:.82rem;font-weight:700;transition:color .18s ease}.navbar__links a:hover,.navbar__links a.is-active{color:#fff}.navbar__links a.is-active:after{content:"";position:absolute;inset:auto 0 4px;height:2px;border-radius:3px;background:var(--lime)}.navbar__toggle{display:none;color:var(--text);border:0;background:transparent}.button{min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:var(--ink);border:0;border-radius:999px;background:var(--lime);text-decoration:none;font-size:.86rem;font-weight:800;transition:transform .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);background:var(--lime-hover)}.hero{width:100%;min-height:min(900px,100svh);padding-top:78px;background:linear-gradient(180deg,var(--dark-top) 0%,var(--dark-mid) 28%,#090d0e 62%,var(--dark) 100%);overflow:hidden}.hero__inner{min-height:calc(min(900px,100svh) - 78px);display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(12px,2vw,32px)}.hero__content{position:relative;z-index:3;padding-block:72px}.hero__kicker{margin:0 0 20px;color:var(--lime);font-size:.84rem;font-weight:800}.hero h1{max-width:720px;margin:0;font-size:clamp(4rem,5.25vw,5.5rem);font-weight:800;line-height:.99;letter-spacing:-.06em;text-wrap:balance}.hero h1 span{color:var(--lime)}.hero__summary{max-width:600px;margin:26px 0 0;color:var(--muted-strong);font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.7}.hero__visual{min-width:0;position:relative;z-index:1;align-self:center;display:flex;align-items:center;justify-content:center;overflow:visible}.hero__visual:after{content:"";position:absolute;z-index:0;left:52%;bottom:9%;width:76%;height:20%;transform:translate(-50%);border-radius:50%;background:#ddfb551a;filter:blur(42px)}.hero__official-image{position:relative;z-index:1;width:145%;max-width:none;height:auto;margin-left:-8%;object-fit:contain;object-position:center;filter:drop-shadow(0 34px 42px rgba(0,0,0,.36))}.store-badges{margin-top:28px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.store-badges .store-badge{min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;border:0;background:transparent;transition:transform .18s ease}.store-badges .store-badge:hover{transform:translateY(-2px)}.store-badge--apple{width:156px;height:52px;border-radius:9px}.store-badge--apple img{width:100%;height:100%;object-fit:contain}.store-badge--google{width:175px;height:52px;border-radius:9px}.store-badge--google img{width:201px;max-width:none;height:auto}.store-badges--compact{margin-top:18px;gap:8px}.store-badges--compact .store-badge--apple{width:126px;height:42px}.store-badges--compact .store-badge--google{width:141px;height:42px}.store-badges--compact .store-badge--google img{width:162px}.editorial-heading{max-width:720px}.editorial-heading--center{margin-inline:auto;text-align:center}.editorial-heading h2,.problem h2,.intelligence h2,.food-ai h2,.privacy-story h2,.cta h2{margin:0;font-size:clamp(2.8rem,4.3vw,4.6rem);font-weight:800;line-height:1.04;letter-spacing:-.055em;text-wrap:balance}.editorial-heading h2 span,.intelligence h2 span,.food-ai h2 span,.cta h2 span{color:var(--lime)}.editorial-heading p{max-width:620px;margin:22px auto 0;font-size:1.02rem;line-height:1.7}.section-dark .editorial-heading p{color:var(--muted)}.section-light .editorial-heading p{color:var(--ink-soft)}.problem{padding-block:clamp(88px,9vw,138px)}.problem__inner{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(46px,7vw,110px)}.problem__copy{max-width:570px}.problem__lines{margin:28px 0 0;display:grid;gap:7px;color:var(--ink-soft);font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.55}.problem__copy>strong{display:block;margin-top:28px;color:#667900;font-size:1.1rem}.problem__visual{min-width:0}.problem__official-image{width:100%;max-height:620px;object-fit:contain;filter:drop-shadow(0 22px 30px rgba(16,24,21,.1))}.product-showcase{padding-top:clamp(88px,9vw,140px);padding-bottom:clamp(84px,8vw,120px);background:linear-gradient(180deg,var(--dark-top),var(--dark-mid) 28%,var(--dark) 88%);overflow:hidden}.product-showcase .editorial-heading{position:relative;z-index:2}.product-stage{width:100%;max-width:1000px;margin:48px auto 0;position:relative;display:flex;align-items:center;justify-content:center}.product-stage__image,.product-stage>img{display:block;width:72%;max-width:720px;height:auto;margin-inline:auto;object-fit:contain;object-position:center}.intelligence{padding-block:clamp(92px,9vw,142px)}.intelligence__inner{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(52px,8vw,120px)}.intelligence__copy>p{max-width:580px;margin:24px 0 0;color:var(--ink-soft);font-size:1.02rem;line-height:1.7}.intelligence h2 span{color:#697c00}.signal-list{max-width:560px;margin:42px 0 0}.signal-list>div{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-bottom:1px solid var(--line-light)}.signal-list dt{color:var(--ink-soft);font-size:.85rem}.signal-list dd{margin:0;color:var(--ink);font-size:.88rem;font-weight:800;text-align:right}.insight-example{padding:clamp(30px,4vw,54px);border-radius:28px;color:var(--text);background:var(--dark-mid);box-shadow:0 28px 70px #10181524}.insight-example header{display:flex;align-items:center;gap:14px}.insight-example header>div{display:grid;gap:3px}.insight-example header small,.insight-example>small{color:var(--muted)}.insight-example__mark{width:44px;height:44px;display:grid;place-items:center;flex:0 0 auto;color:var(--ink);border-radius:50%;background:var(--lime)}.insight-example p{margin:28px 0 0;color:var(--muted-strong);line-height:1.7}.insight-example__action{margin:28px 0 20px;display:block;color:var(--lime);font-size:1.08rem;line-height:1.55}.food-ai{padding-block:clamp(92px,9vw,140px);background:var(--dark)}.food-ai__inner{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:clamp(50px,7vw,100px)}.food-ai__copy p{max-width:560px;margin:26px 0 0;color:var(--muted-strong);line-height:1.75}.food-ai__copy>small{max-width:520px;margin-top:22px;display:block;color:var(--muted);line-height:1.55}.food-flow{min-width:0;display:grid;grid-template-columns:minmax(220px,.82fr) 44px minmax(260px,1fr);align-items:center;gap:18px}.food-flow__photo{margin:0;min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;background:transparent}.food-flow__photo img{display:block;width:auto;height:auto;max-width:min(100%,300px);max-height:560px;margin-inline:auto;object-fit:contain;object-position:center;filter:drop-shadow(0 22px 28px rgba(0,0,0,.32))}.food-flow__photo figcaption{width:fit-content;margin-top:12px;padding:8px 14px;position:static;color:var(--muted-strong);border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0d;font-size:.7rem;font-weight:700;text-align:center}.food-flow__arrow{color:var(--lime);font-size:2rem;text-align:center}.food-flow__result{padding:32px;border-left:1px solid var(--line-dark)}.food-flow__result>small{color:var(--lime);font-weight:800}.food-flow__result h3{margin:12px 0 26px;font-size:clamp(1.7rem,2.6vw,2.55rem);line-height:1.1;letter-spacing:-.04em}.food-flow__result dl{margin:0}.food-flow__result dl>div{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line-dark)}.food-flow__result dt{color:var(--muted);font-size:.78rem}.food-flow__result dd{margin:0;font-size:.78rem;font-weight:800}.modules{padding-block:clamp(92px,9vw,142px);background:var(--light)}.modules__inner{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(56px,8vw,120px);align-items:start}.modules .editorial-heading{position:sticky;top:120px}.module-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.module-list article{min-height:190px;padding:28px 28px 28px 0;display:grid;grid-template-columns:42px 1fr;gap:16px;align-content:start;border-bottom:1px solid var(--line-light)}.module-list article:nth-child(odd){padding-right:34px}.module-list article:nth-child(2n){padding-left:34px;border-left:1px solid var(--line-light)}.module-list__icon{width:38px;height:38px;display:grid;place-items:center;color:#657700;border-radius:50%;background:#ddfb557a}.module-list h3{margin:6px 0 10px;font-size:1rem}.module-list p{margin:0;color:var(--ink-soft);font-size:.83rem;line-height:1.65}.integrations{padding-block:clamp(92px,9vw,142px);background:linear-gradient(180deg,var(--dark-top),var(--dark-mid) 40%,var(--dark))}.integration-map{max-width:850px;margin:70px auto 0;display:grid;grid-template-columns:180px 1fr 110px 1fr 180px;align-items:center}.integration-source{display:grid;justify-items:center;gap:8px;text-align:center}.integration-source>span{width:74px;height:74px;display:grid;place-items:center;color:var(--lime);border:1px solid rgba(221,251,85,.35);border-radius:50%;font-size:1.8rem}.integration-source strong{font-size:.9rem}.integration-source small{color:var(--muted)}.integration-hub{width:110px;height:110px;padding:22px;display:grid;place-items:center;border-radius:50%;background:#ddfb551a}.integration-hub img{width:100%;height:100%;object-fit:contain}.integration-line{height:1px;position:relative;background:linear-gradient(90deg,transparent,rgba(221,251,85,.65),transparent)}.integration-line i{position:absolute;top:50%;width:7px;height:7px;transform:translateY(-50%);border-radius:50%;background:var(--lime)}.integration-line i:first-child{left:20%}.integration-line i:last-child{right:20%}.integrations__note{margin:48px 0 0;color:var(--muted);font-size:.82rem;text-align:center}.privacy-story{padding-block:clamp(90px,8vw,128px)}.privacy-story__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(60px,9vw,140px)}.privacy-story__inner>div>p{max-width:600px;margin:24px 0 0;color:var(--ink-soft);line-height:1.75}.text-link{min-height:48px;width:fit-content;margin-top:28px;display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:.86rem;font-weight:800;border-bottom:2px solid #9ab51e}.privacy-principles{margin:0;padding:0;list-style:none}.privacy-principles li{padding:24px 0;display:grid;grid-template-columns:150px 1fr;gap:24px;border-bottom:1px solid var(--line-light)}.privacy-principles strong{font-size:.88rem}.privacy-principles span{color:var(--ink-soft);font-size:.84rem;line-height:1.55}.faq{padding-block:clamp(92px,9vw,140px);background:var(--light)}.faq__inner{max-width:980px}.faq__list{margin-top:52px}.faq details{border-bottom:1px solid var(--line-light)}.faq summary{min-height:72px;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;font-weight:700}.faq summary::-webkit-details-marker{display:none}.faq summary span{flex:0 0 auto;color:#657700;font-size:1.35rem;transition:transform .18s ease}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{max-width:790px;margin:0;padding:0 44px 24px 0;color:var(--ink-soft);font-size:.9rem;line-height:1.7}.cta{padding-block:clamp(96px,10vw,156px);background:linear-gradient(180deg,var(--dark-top),var(--dark-mid) 45%,var(--dark));text-align:center}.cta__inner{display:grid;justify-items:center}.cta h2{font-size:clamp(3rem,5vw,5.4rem)}.cta p{max-width:590px;margin:22px auto 0;color:var(--muted-strong);line-height:1.7}.cta .store-badges{justify-content:center}.footer{width:100%;background:var(--dark);border-top:1px solid var(--line-dark)}.footer__top{padding-top:64px;padding-bottom:52px;display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(4,minmax(110px,.65fr));gap:clamp(28px,4vw,64px)}.footer__brand>.brand-logo{width:145px}.footer__brand p{max-width:320px;margin:18px 0 0;color:var(--muted);font-size:.77rem;line-height:1.7}.footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer__column h3{margin:0 0 8px;color:var(--text);font-size:.73rem}.footer__column a{min-height:30px;display:inline-flex;align-items:center;color:var(--muted);text-decoration:none;font-size:.7rem}.footer__column a:hover,.footer__bottom a:hover{color:var(--lime)}.footer__social-links{display:flex;align-items:center;gap:8px}.footer__social .footer__social-link{width:36px;height:36px;padding:0;display:inline-grid;place-items:center;color:var(--text);border:1px solid var(--line-dark);border-radius:50%}.footer__social-link svg{width:16px;height:16px;overflow:visible;fill:currentColor;stroke:none}.footer__social-link:first-child svg{fill:none;stroke:currentColor;stroke-width:1.8}.footer__social-link:first-child .social-icon__dot{fill:currentColor;stroke:none}.footer__email{margin-top:4px;display:inline-flex;align-items:center;gap:6px}.footer__bottom{min-height:74px;padding-block:18px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);border-top:1px solid var(--line-dark);font-size:.67rem}.footer__bottom div{display:flex;gap:22px}.footer__bottom a{min-height:34px;display:inline-flex;align-items:center;color:inherit;text-decoration:none}@media(max-width:1100px){.navbar{grid-template-columns:155px 1fr auto}.navbar__links{gap:16px}.hero__inner{grid-template-columns:.9fr 1.1fr}.hero__official-image{width:138%;margin-left:-8%}.product-stage{max-width:900px}.product-stage__image,.product-stage>img{width:70%;max-width:680px}.food-ai__inner{grid-template-columns:.8fr 1.2fr}.food-flow{grid-template-columns:minmax(180px,.82fr) 30px minmax(220px,1fr);gap:12px}.food-flow__photo img{max-width:min(100%,270px);max-height:520px}.footer__top{grid-template-columns:repeat(4,minmax(0,1fr))}.footer__brand{grid-column:1 / -1}}@media(max-width:960px){.navbar{position:relative;grid-template-columns:1fr auto}.navbar__toggle{width:46px;height:46px;display:grid;place-items:center;cursor:pointer}.navbar__links{position:absolute;inset:calc(100% + 1px) var(--gutter) auto;padding:10px;display:none;flex-direction:column;align-items:stretch;gap:2px;border:1px solid var(--line-dark);border-radius:18px;background:#050707fa;box-shadow:0 22px 50px #00000047}.navbar__links.is-open{display:flex}.navbar__links a{padding:0 14px;border-radius:10px}.navbar__links a:hover,.navbar__links a.is-active{background:#ddfb5512}.navbar__links a.is-active:after{inset:10px auto 10px 3px;width:2px;height:auto}.navbar>.button{display:none}.hero{min-height:auto}.hero__inner{min-height:auto;padding-top:62px;grid-template-columns:1fr}.hero__content{max-width:760px;padding:64px 0 0}.hero__visual{width:min(100%,850px);margin:-10px auto -25px;overflow:visible}.hero__official-image{width:118%;max-width:none;height:auto;margin-left:-9%}.product-stage{margin-top:42px}.product-stage__image,.product-stage>img{width:76%;max-width:640px}.problem__inner,.intelligence__inner,.food-ai__inner,.modules__inner,.privacy-story__inner{grid-template-columns:1fr}.problem__copy,.intelligence__copy,.food-ai__copy{max-width:720px}.problem__visual{max-width:820px;margin:-20px auto 0}.intelligence__inner,.food-ai__inner,.privacy-story__inner{gap:56px}.food-flow{width:min(100%,740px)}.food-flow__photo img{max-width:min(100%,300px);max-height:560px}.modules .editorial-heading{position:static}.integration-map{grid-template-columns:150px 1fr 90px 1fr 150px}.integration-hub{width:90px;height:90px}}@media(max-width:680px){:root{--gutter: 20px}html{scroll-padding-top:74px}.navbar{min-height:70px;padding-block:7px}.navbar__brand .brand-logo--horizontal{width:128px}.navbar__links{inset-inline:10px}.hero{padding-top:70px}.hero__inner{padding-top:0}.hero__content{padding-top:52px}.hero__kicker{margin-bottom:17px;font-size:.75rem}.hero h1{font-size:clamp(2.65rem,12vw,3.25rem);line-height:1.02;letter-spacing:-.055em}.hero__summary{margin-top:20px;font-size:.94rem;line-height:1.65}.hero__visual{width:calc(100% + 40px);margin:14px -20px -20px;overflow:visible}.hero__official-image{width:112%;max-width:none;height:auto;margin-left:-6%}.store-badges{gap:8px}.store-badge--apple{width:142px;height:48px}.store-badge--google{width:159px;height:48px}.store-badge--google img{width:183px}.editorial-heading h2,.problem h2,.intelligence h2,.food-ai h2,.privacy-story h2{font-size:clamp(2.35rem,10.5vw,3.25rem)}.problem,.intelligence,.food-ai,.modules,.integrations,.privacy-story,.faq{padding-block:76px}.product-showcase{padding-top:76px;padding-bottom:76px}.product-stage{margin:36px auto 0;width:100%;max-width:100%}.product-stage__image,.product-stage>img{width:88%;max-width:520px}.problem__inner{gap:36px}.problem__lines{margin-top:22px;font-size:.95rem}.problem__visual{margin:-8px -16px -14px}.intelligence__inner,.food-ai__inner,.privacy-story__inner{gap:42px}.signal-list{margin-top:30px}.insight-example{padding:26px 22px;border-radius:22px}.food-flow{width:100%;grid-template-columns:1fr;gap:18px}.food-flow__photo{min-height:0;padding:4px 0;overflow:visible}.food-flow__photo img{width:auto;height:auto;max-width:min(78vw,300px);max-height:520px;object-fit:contain}.food-flow__photo figcaption{margin-top:10px}.food-flow__arrow{transform:rotate(90deg)}.food-flow__result{padding:26px 0 0;border-top:1px solid var(--line-dark);border-left:0}.module-list{grid-template-columns:1fr}.module-list article,.module-list article:nth-child(odd),.module-list article:nth-child(2n){min-height:0;padding:24px 0;border-left:0}.integration-map{margin-top:48px;grid-template-columns:1fr;gap:22px}.integration-line{width:1px;height:42px;margin-inline:auto;background:linear-gradient(180deg,transparent,rgba(221,251,85,.65),transparent)}.integration-line i{left:50%!important;right:auto!important;top:20%;transform:translate(-50%)}.integration-line i:last-child{top:auto;bottom:20%}.privacy-principles li{grid-template-columns:1fr;gap:7px}.faq__list{margin-top:34px}.faq summary{min-height:66px;font-size:.9rem}.faq details p{padding-right:12px;font-size:.85rem}.cta{padding-block:90px}.cta h2{font-size:clamp(2.8rem,12vw,3.75rem)}.footer__top{padding-top:48px;padding-bottom:38px;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 22px}.footer__brand,.footer__social{grid-column:1 / -1}.footer__bottom{padding-block:18px;flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:375px){:root{--gutter: 18px}.store-badge--apple{width:136px;height:46px}.store-badge--google{width:152px;height:46px}.store-badge--google img{width:175px}.hero__official-image{width:116%;margin-left:-8%}.product-stage__image,.product-stage>img{width:94%;max-width:400px}.food-flow__photo img{max-width:min(80vw,270px);max-height:480px}.footer__top{grid-template-columns:1fr}.footer__brand,.footer__social{grid-column:auto}}@media(min-width:1600px){:root{--content: 1360px}.hero__inner{grid-template-columns:.88fr 1.12fr}.hero h1{font-size:5rem}.hero__official-image{width:150%;margin-left:-10%}.product-stage__image,.product-stage>img{width:68%;max-width:740px}.food-flow__photo img{max-width:320px;max-height:590px}}@media(hover:none){.button:hover,.store-badges .store-badge:hover{transform:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}
