*{margin:0;padding:0;box-sizing:border-box}:root{--color-ink: #221c18;--color-muted: #5a5149;--color-accent: #e29373;--color-accent-dark: #c96e52;--color-logo: #e59971;--color-sand: #f6e2d6;--color-sand-light: #fbf4ee;--color-mint: #d9efea;--color-border: rgba(128, 96, 78, .25);--color-surface: #ffffff;--shadow-soft: 0 28px 70px -45px rgba(78, 50, 35, .55);--font-display: "Fraunces", "Times New Roman", serif;--font-body: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif}body{font-family:var(--font-body);background:linear-gradient(180deg,#fffaf6,#f7efe7);color:var(--color-ink)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{background:#fffaf5e6;border-bottom:none;position:sticky;top:0;z-index:10;backdrop-filter:blur(10px);transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .45s ease;will-change:transform}.site-header--hidden{transform:translateY(-120%);opacity:0}.header-inner{max-width:1200px;margin:0 auto;padding:28px 32px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{width:150px;height:auto}.header-controls{display:flex;align-items:center;gap:16px}.header-contact{padding:8px 20px;border-radius:999px;background:var(--color-logo);color:#fff;font-weight:600;font-size:.95rem;box-shadow:0 18px 30px -20px #c07053a6;height:36px;display:inline-flex;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.header-contact:hover,.header-contact:focus{transform:translateY(-1px);box-shadow:0 20px 36px -18px #c07053b3}.language-dropdown{position:relative}.language-toggle{list-style:none;display:inline-flex;align-items:center;gap:8px;padding:4px 12px;height:36px;border-radius:999px;border:1px solid var(--color-border);background:#ffffffbf;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--color-ink)}.language-toggle::-webkit-details-marker{display:none}.language-toggle::marker{content:""}.language-flag{width:20px;height:14px;border-radius:3px;box-shadow:0 4px 10px -8px #0009}.language-label{letter-spacing:.08em;font-size:.7rem}.language-caret{width:8px;height:8px;border-right:2px solid var(--color-muted);border-bottom:2px solid var(--color-muted);transform:rotate(45deg);margin-left:4px}.language-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:16px;border:1px solid rgba(184,150,130,.35);padding:8px;min-width:170px;box-shadow:0 18px 50px -30px #46281c73;display:none;z-index:20}.language-dropdown[open] .language-menu{display:flex;flex-direction:column;gap:4px}.language-option{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;color:var(--color-ink);font-size:.9rem;transition:background .2s ease}.language-option:hover,.language-option:focus{background:#e5997126}.language-option--active{font-weight:600;background:#e5997138}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{padding:20px 32px 80px}.hero-shell{max-width:1200px;margin:0 auto}.hero-card{background:radial-gradient(circle at 12% 0%,#fff9,#fff0 60%),radial-gradient(circle at 90% 100%,#ffffff73,#fff0 60%),linear-gradient(120deg,#f6d6c3,#f5e8da 45%,#d7eee9);border-radius:36px;padding:56px 64px;position:relative;overflow:hidden;box-shadow:var(--shadow-soft)}.hero-card:after{content:"";position:absolute;right:40px;bottom:32px;width:180px;height:120px;background:none;background-image:radial-gradient(rgba(90,75,68,.18) 1px,transparent 1px);background-size:10px 10px;opacity:.35;pointer-events:none}.hero-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center;position:relative;z-index:1}.hero-copy{display:flex;flex-direction:column;gap:20px}.hero-copy h1{font-family:var(--font-display);font-size:clamp(2.2rem,2vw + 1.6rem,3.2rem);line-height:1.1;color:var(--color-ink);letter-spacing:-.02em}.hero-copy p{font-size:1.1rem;line-height:1.7;color:var(--color-muted);max-width:520px}.hero-actions{margin-top:12px;display:flex;flex-direction:column;gap:16px}.hero-availability{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);font-weight:600}.hero-stores{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.hero-store-link{display:inline-flex;height:46px;align-items:center;justify-content:center}.hero-store-link img{height:100%;width:auto}.hero-media{display:flex;align-items:flex-end;justify-content:center;gap:22px}.hero-device{width:clamp(180px,20vw,280px);filter:drop-shadow(0 24px 40px rgba(38,25,18,.25));animation:fadeUp .8s ease both;transform:translateY(var(--device-offset, 0px))}.hero-device--home{--device-offset: 28px;animation-delay:.2s}.hero-device--ai{--device-offset: -28px;animation-delay:.35s}.hero-device img{width:100%;height:auto;display:block}.support{padding:0 32px 96px}.features{padding:40px 32px 96px}.features-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:72px}.feature{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center;--panel-start: #f3d9c8;--panel-mid: #f8efe7;--panel-end: #e6f3ef;--panel-accent: rgba(229, 153, 113, .7)}.feature:nth-child(2){--panel-start: #f6e2d5;--panel-mid: #f6f0e9;--panel-end: #e7edf3;--panel-accent: rgba(220, 168, 143, .7)}.feature:nth-child(3){--panel-start: #f1dbcd;--panel-mid: #f4ece7;--panel-end: #e2f0ee;--panel-accent: rgba(210, 154, 127, .7)}.feature:nth-child(4){--panel-start: #f3d6c9;--panel-mid: #f7ede6;--panel-end: #e5f2eb;--panel-accent: rgba(214, 155, 126, .7)}.feature:nth-child(5){--panel-start: #f4ddcf;--panel-mid: #f6efe6;--panel-end: #e9f0ec;--panel-accent: rgba(225, 166, 138, .7)}.feature--reverse .feature-copy{order:2}.feature--reverse .feature-visual{order:1}.feature-prompt{display:inline-flex;letter-spacing:.18em;text-transform:uppercase;font-size:.7rem;font-weight:600;color:var(--color-muted)}.feature-copy h2{margin-top:14px;font-family:var(--font-display);font-size:clamp(1.7rem,1.6vw + 1.2rem,2.4rem);color:var(--color-ink)}.feature-copy p{margin-top:18px;max-width:520px;font-size:1.05rem;line-height:1.7;color:var(--color-muted)}.feature-visual{display:flex;justify-content:center}.feature-visual--lower{margin-top:44px}.ai-illustration{position:relative;width:min(100%,500px);min-height:260px;display:flex;align-items:center;gap:18px}.ai-illustration__sheet{position:relative;background:#fffffff5;border-radius:22px;padding:18px;box-shadow:0 26px 60px -40px #46281c73;display:flex;flex-direction:column;gap:12px;width:240px;transform:rotate(-3.5deg);z-index:1}.ai-illustration__label{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.ai-illustration__badge{align-self:flex-start;padding:4px 10px;border-radius:999px;background:#e5997126;color:var(--color-logo);font-size:.6rem;font-weight:700;letter-spacing:.1em}.ai-illustration__title{font-weight:600;font-size:.9rem;color:var(--color-ink)}.ai-illustration__gibberish{display:flex;flex-direction:column;gap:10px}.ai-illustration__gibberish-text{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.62rem;letter-spacing:.06em;color:#5a4b448c;margin:0}.ai-illustration__gibberish-dots{width:36px;height:7px;border-radius:999px;background:repeating-linear-gradient(90deg,#5a4b442e 0 10px,#5a4b4414 10px 18px)}.ai-illustration__gibberish-dots--fill{width:68px;flex:0 0 auto}.ai-illustration__tag-inline{padding:2px 8px;border-radius:999px;background:#e5997126;color:#5a4b44d9;font-weight:600}.ai-illustration__sections{display:flex;flex-direction:column;gap:10px}.ai-illustration__sections--compact{gap:8px}.ai-illustration__section{display:flex;align-items:center;gap:10px}.ai-illustration__section-name{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;color:#5a4b44a6;flex:0 0 auto}.ai-illustration__section-line{height:7px;border-radius:999px;background:#5a4b441f;flex:1}.ai-illustration__scan{position:absolute;top:26px;left:12px;width:230px;height:150px;border-radius:26px;border:1px dashed rgba(229,153,113,.5);opacity:.5}.ai-illustration__dots{position:absolute;top:6px;right:0;width:70px;height:60px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:8px 8px;opacity:.35}.ai-illustration__spark{position:absolute;top:18px;right:34px;width:14px;height:14px;background:#e59971b3;transform:rotate(45deg);border-radius:4px;box-shadow:0 0 0 6px #e599711f}.ai-illustration__variants{display:flex;flex-direction:column;gap:12px;margin-left:-28px;z-index:2}.ai-variant{width:220px;background:#fffffff5;border-radius:18px;padding:14px 14px 16px;box-shadow:0 18px 40px -30px #46281c73;display:flex;flex-direction:column;gap:10px}.ai-variant--grid{transform:rotate(4.5deg)}.ai-variant__title{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.ai-variant__badge{align-self:flex-start;padding:3px 8px;border-radius:999px;background:#e5997126;color:var(--color-logo);font-size:.58rem;font-weight:700;letter-spacing:.1em}.ai-variant__grid{display:flex;flex-direction:column;gap:8px}.ai-variant__row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.ai-variant__label{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:#5a4b4499;flex:0 0 40%}.ai-variant__value{font-size:.72rem;color:var(--color-ink);text-align:right;white-space:normal;flex:0 0 60%;min-width:0;word-break:break-word;padding-left:12px;padding-right:6px}.feature-panel{position:relative;width:min(100%,460px);min-height:300px;border-radius:28px;padding:28px;background:radial-gradient(circle at 15% 20%,#ffffffa6,#fff0 60%),radial-gradient(circle at 90% 80%,#fff6,#fff0 55%),linear-gradient(135deg,var(--panel-start) 0%,var(--panel-mid) 45%,var(--panel-end) 100%);box-shadow:var(--shadow-soft);overflow:hidden}.feature-panel--share{display:flex;align-items:flex-end;justify-content:center;padding-bottom:0}.feature-panel__image{width:min(100%,280px);height:auto;border-radius:0;box-shadow:none;position:relative;z-index:1;display:block}.ask-illustration{position:relative;width:min(100%,460px);min-height:300px;display:block;--ask-bubble-max: 260px;margin-top:-34px}.ask-card{position:absolute;width:max-content;max-width:var(--ask-bubble-max);display:flex;flex-direction:column;align-items:flex-start;gap:10px}.ask-card:nth-child(1){top:0;left:0;transform:rotate(-2deg);z-index:1}.ask-card:nth-child(2){top:72px;left:156px;transform:rotate(2.5deg);z-index:3}.ask-card:nth-child(3){top:140px;left:22px;transform:rotate(-1deg);z-index:2;align-items:flex-end;text-align:right}.ask-card:nth-child(4){top:210px;left:170px;transform:rotate(-3.5deg);z-index:0}.ask-card__title{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted)}.ask-card__bubble{--bubble-bg: #f5dfcf;background:var(--bubble-bg);color:var(--color-ink);padding:10px 12px;border-radius:16px;font-size:.9rem;line-height:1.35;box-shadow:0 18px 40px -30px #46281c59;position:relative;width:fit-content;max-width:var(--ask-bubble-max)}.ask-illustration:after{content:"";position:absolute;right:-6px;bottom:12px;width:88px;height:64px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:8px 8px;opacity:.35;pointer-events:none}.feature-shot{width:min(100%,260px);display:flex;justify-content:center;position:relative}.feature-shot--artsy:before{content:"";position:absolute;bottom:-24px;right:-30px;width:220px;height:170px;border-radius:28px;background:linear-gradient(320deg,#f3dfd2a6,#f3dfd226);pointer-events:none}.feature-shot--artsy:after{content:"";position:absolute;right:-6px;bottom:-8px;width:70px;height:60px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:8px 8px;opacity:.55;pointer-events:none}.feature-shot--artsy-left:before{inset:-24px auto auto -36px;width:260px;height:210px;border-radius:34px;background:linear-gradient(130deg,#f3dfd2e6,#f3dfd240)}.feature-shot--artsy-left:after{inset:-4px auto auto -2px;width:80px;height:68px;opacity:.7}.feature-shot__image{width:min(100%,240px);border-radius:26px;box-shadow:var(--shadow-soft);display:block;position:relative;z-index:1}.feature-panel__card{position:relative;background:#ffffffe6;border-radius:20px;padding:20px 22px;max-width:320px;box-shadow:0 24px 50px -35px #46281c80;z-index:2}.feature-panel__kicker{font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-ink);opacity:.6}.feature-panel__title{display:block;margin-top:10px;font-weight:600;font-size:1rem;color:var(--color-ink)}.feature-panel__lines{margin-top:14px;display:flex;flex-direction:column;gap:10px}.feature-panel__lines span{display:block;height:8px;background:#5a4b441f;border-radius:999px;width:100%}.feature-panel__lines span:nth-child(2){width:85%}.feature-panel__lines span:nth-child(3){width:65%}.feature-panel__orb{position:absolute;top:-50px;right:-60px;width:180px;height:180px;background:radial-gradient(circle,var(--panel-accent),rgba(255,255,255,0) 70%);opacity:.7}.feature-panel__dots{position:absolute;bottom:24px;right:24px;width:140px;height:80px;background:none;background-image:radial-gradient(rgba(90,75,68,.2) 1px,transparent 1px);background-size:10px 10px;opacity:.35}.privacy{padding:0 32px 72px}.feature--privacy{--panel-start: #f4ddcf;--panel-mid: #f6efe6;--panel-end: #e9f0ec;--panel-accent: rgba(225, 166, 138, .7)}.feature-panel--privacy{width:min(100%,460px);min-height:300px;display:flex;align-items:center;justify-content:center;padding:0;background:none;box-shadow:none}.feature-panel--privacy .feature-panel__orb,.feature-panel--privacy .feature-panel__dots{display:none}.privacy-illustration{position:relative;width:min(100%,260px);height:190px;display:flex;align-items:center;justify-content:center}.privacy-illustration:before{content:"";position:absolute;width:220px;height:220px;top:50%;left:50%;border-radius:50%;transform:translate(-50%,-48%);background:radial-gradient(circle,#e5997173,#fff0 70%);opacity:.75}.privacy-illustration:after{content:"";position:absolute;inset:8px;border-radius:24px;border:1px dashed rgba(229,153,113,.5);opacity:.5}.privacy-card{position:absolute;left:-2px;bottom:14px;width:210px;padding:19px 19px 21px;background:#fffffff5;border-radius:18px;box-shadow:0 22px 46px -34px #46281c73;display:flex;flex-direction:column;gap:10px;transform:rotate(-4deg);z-index:1}.privacy-card__mask{display:flex;flex-direction:column;gap:8px;font-size:.9rem;letter-spacing:.22em;font-weight:700;color:#5a4b448c}.privacy-card__mask span{display:block}.privacy-shield{position:absolute;top:52px;right:52px;width:92px;height:79px;z-index:2}.privacy-shield__icon{width:100%;height:100%;display:block;filter:drop-shadow(0 18px 28px rgba(70,40,28,.25));position:relative;z-index:0}.privacy-shield__base{fill:url(#privacyShieldGradient)}.privacy-shield__rim{fill:none;stroke:#ffffffa6;stroke-width:4;stroke-linejoin:round}.privacy-shield__glyph{fill:#fff}.support-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.support-copy{display:flex;flex-direction:column;gap:12px;align-items:center;max-width:640px}.support-copy h2{font-family:var(--font-display);font-size:clamp(1.4rem,.8vw + 1.1rem,1.8rem);color:var(--color-ink)}.support-logos{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:48px}.support-logo-item{padding:0;background:transparent;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center}.support-logo-item img{max-height:60px;width:auto;max-width:150px;object-fit:contain;filter:saturate(.8)}.support-logo-item img.logo-lispolis{max-height:48px;max-width:120px}.legal-page{max-width:760px;margin:0 auto;padding:96px 32px;display:flex;flex-direction:column;gap:20px}.legal-page h1{font-family:var(--font-display);font-size:clamp(2rem,2vw + 1rem,2.8rem);color:var(--color-ink)}.legal-page p{font-size:1rem;line-height:1.7;color:var(--color-muted)}.legal-page__content{display:flex;flex-direction:column;gap:24px}.legal-page__content section{display:flex;flex-direction:column;gap:12px}.legal-page__content h2{font-family:var(--font-display);font-size:clamp(1.5rem,1vw + 1.1rem,2rem);color:var(--color-ink)}.legal-page__content h3{font-size:clamp(1.2rem,.8vw + .9rem,1.5rem);color:var(--color-ink)}.legal-page__content ul,.legal-page__content ol{display:flex;flex-direction:column;gap:12px;list-style-position:outside;padding-left:1.5rem;color:var(--color-muted)}.legal-page__content ul{list-style-type:disc}.legal-page__content ol{list-style-type:decimal}.legal-page__content li p{margin:4px 0 0}.legal-page__content li strong{display:block;font-weight:600;color:var(--color-ink);margin-bottom:4px}.site-footer{position:relative;background:transparent;color:var(--color-muted);padding:48px 32px 32px}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(to right,#94786800,#94786866,#94786800);pointer-events:none}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,max-content));justify-items:start;gap:16px}.footer-heading{font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--color-muted);opacity:.7;display:block;margin-bottom:16px}.footer-links,.footer-language,.footer-social{display:flex;flex-direction:column;gap:12px;font-size:.95rem}.footer-links a,.footer-language-link,.footer-social-link{color:var(--color-muted);text-decoration:none;transition:color .2s ease}.footer-language-link-active{color:var(--color-ink);font-weight:600;text-decoration:underline}.footer-links a:hover,.footer-links a:focus,.footer-language-link:hover,.footer-language-link:focus,.footer-social-link:hover,.footer-social-link:focus{color:var(--color-accent-dark)}.footer-meta{max-width:1200px;margin:32px auto 0;padding-top:24px;font-size:.75rem;color:#5a5149cc;display:flex;flex-direction:column;gap:6px;align-items:flex-start;text-align:left}.footer-meta span{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(calc(var(--device-offset, 0px) + 20px))}to{opacity:1;transform:translateY(var(--device-offset, 0px))}}@media (max-width: 960px){.header-inner{flex-direction:column;align-items:flex-start;gap:16px}.header-controls{width:100%;justify-content:space-between}.hero-card{padding:44px 32px}.hero-content{grid-template-columns:1fr}.hero-copy p{max-width:none}.hero-media{gap:20px}.hero-device{width:min(40%,180px)}.hero-device--ai{animation-delay:.15s}.features{padding:32px 32px 80px}.features-inner{gap:56px}.feature{grid-template-columns:1fr;gap:32px}.feature--reverse .feature-copy,.feature--reverse .feature-visual{order:0}.feature-copy p{max-width:none}.feature-visual--lower{margin-top:18px}.feature-panel{width:min(100%,520px);margin:0 auto}.feature-panel__image{width:min(100%,260px)}.ask-illustration{width:min(100%,380px);min-height:280px;--ask-bubble-max: 240px;margin-top:0}.ask-card:nth-child(2){top:84px;left:128px}.ask-card:nth-child(3){top:160px;left:14px}.ask-card:nth-child(4){top:200px;left:116px}.privacy-illustration{width:min(100%,240px);height:180px}.privacy-card{width:196px}.privacy-shield{width:84px;height:70px;top:50px;right:42px}.footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.header-inner{padding:16px 20px}.header-controls{flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap}.language-toggle{justify-content:space-between}.hero{padding:28px 20px 56px}.features{padding:24px 20px 72px}.feature-visual--lower{margin-top:0}.feature-panel{padding:22px}.feature-panel--share{padding-bottom:0}.feature-panel__image{width:min(100%,220px)}.feature-panel__card{padding:18px}.feature-shot{width:min(100%,220px)}.feature-shot__image{width:min(100%,200px)}.feature-panel--privacy{width:min(100%,360px);min-height:240px;align-items:flex-start;padding-top:12px}.privacy-illustration{width:min(100%,220px);height:170px}.privacy-card{width:184px;left:0;bottom:12px;padding:17px 17px 19px}.privacy-shield{width:77px;height:64px;top:46px;right:34px}.ask-illustration{width:min(100%,320px);min-height:310px;--ask-bubble-max: 220px}.ask-card:nth-child(2){top:94px;left:112px}.ask-card:nth-child(3){top:168px;left:8px}.ask-card:nth-child(4){top:236px;left:90px}.feature-shot--artsy:before{inset:-12px}.feature-shot--artsy:after{width:56px;height:48px}.feature-shot--artsy.feature-shot--artsy-left:before{inset:-20px auto auto -20px;width:200px;height:160px;border-radius:28px;background:linear-gradient(130deg,#f3dfd2e6,#f3dfd240)}.feature-shot--artsy.feature-shot--artsy-left:after{inset:-2px auto auto -4px;width:72px;height:62px}.ai-illustration{width:min(100%,360px);min-height:300px;flex-direction:column;align-items:flex-start}.ai-illustration__sheet{width:190px}.ai-illustration__variants{position:absolute;right:-6px;bottom:-10px;flex-direction:column;margin-left:0;z-index:2}.ai-illustration__dots{width:56px;height:48px}.ai-variant{width:240px}.ai-variant__label{flex:0 0 34%}.ai-variant__value{flex:0 0 66%;font-size:.68rem;padding-right:16px}.feature-shot--artsy:before{inset:auto -24px -18px auto;width:180px;height:140px}.privacy{padding:0 20px 40px}.support{padding:0 20px 72px}.hero-card{padding:36px 24px}.hero-card:after{right:20px;bottom:24px;width:140px;height:96px}.hero-actions{align-items:flex-start}.hero-stores{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:12px}.hero-media{flex-direction:column;align-items:center;gap:24px}.hero-device{width:min(85%,242px)}.hero-device--home,.hero-device--ai{--device-offset: 0px}.footer-inner{grid-template-columns:1fr;gap:28px}.footer-heading{margin-bottom:8px}}@media (prefers-reduced-motion: reduce){.hero-device{animation:none}}
