:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--secondary-color: #51B053;--secondary-light: #e3f8e6;--text-color: #333;--light-bg: #f9f9f9;--dark-bg: #111827;--gray-text: #6b7280;--transition: .3s;--header-height: 4rem;--border-radius-sm: .375rem;--border-radius-lg: 8px;--border-radius-xl: 35px;--border-radius-round: 50%;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 2px 4px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:var(--text-color)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}h2{font-size:2rem;margin-bottom:2rem;font-weight:600}h3{font-size:1.7rem;font-weight:600}a{text-decoration:none;transition:var(--transition)}img{max-width:100%}.header{position:fixed;top:0;left:0;right:0;background:#f7f7f8;box-shadow:var(--shadow-sm);z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center;height:var(--header-height)}.logo-container{display:flex;align-items:center;gap:1rem;line-height:1}.logo{height:3.5rem}.desktop-nav{display:none}.desktop-nav a{color:var(--text-color)}.desktop-nav a:hover{color:var(--primary-color)}.mobile-menu{display:flex;flex-direction:column;gap:.25rem;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu span{display:block;width:1.5rem;height:2px;background:var(--text-color);transition:var(--transition)}.hero{padding-top:6rem;background:#fff;min-height:600px;position:relative;display:flex;align-items:center}.hero:before,.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.hero:before{background-image:url(/assets/fond-yAIGa2Sg.jpg);background-size:cover;background-position:center;z-index:1}.hero:after{background-color:#0009;z-index:2}.hero-container{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 1rem;width:100%}.hero-content{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:50%}.hero-logo{width:170px;margin-bottom:1rem}.hero-content h1{color:#f8f8f8;font-size:2rem;margin:3.5rem 0}.highlight{color:var(--secondary-color);font-weight:700;text-shadow:2px 2px 4px #111111}.hero-image{flex:1;display:flex;justify-content:center}.flags{display:flex;justify-content:center;gap:.5rem;margin:1rem 0}.flag{width:24px;height:auto}.store-buttons{margin-top:1rem}.store-button{width:150px;margin:10px;cursor:pointer}.iphone-container{position:relative;width:336px;height:684px;margin:0 auto;transform:scale(1);transform-origin:center center}.black-background{position:absolute;top:2%;left:2%;width:96%;height:96%;background-color:#000;border-radius:40px;z-index:1}.iphone-frame{position:relative;width:100%;height:100%;object-fit:contain;z-index:2}.screenshots-container{position:absolute;top:2.2%;left:5.3%;right:5.3%;bottom:2.9%;overflow:hidden;border-radius:var(--border-radius-xl);z-index:1}.app-screenshot{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:translate(100%);animation:slideScreenshots 30s infinite}.app-screenshot:nth-child(1){transform:translate(0);animation:firstLoadScreenshot 30s 1,slideScreenshots 30s infinite;animation-delay:0s,30s}.app-screenshot:nth-child(2){animation-delay:5s}.app-screenshot:nth-child(3){animation-delay:10s}.app-screenshot:nth-child(4){animation-delay:15s}.app-screenshot:nth-child(5){animation-delay:20s}.app-screenshot:nth-child(6){animation-delay:25s}.advantages,.concept,.contact{padding-top:6rem;padding-bottom:2rem;background-color:var(--light-bg)}.concept,.contact{padding:4rem 0}.advantages .container{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:2rem}.advantage{text-align:center;max-width:200px}.advantage-icon{width:80px;height:80px;margin-bottom:1rem}.advantage-text{font-size:1rem;font-weight:700;color:var(--text-color)}.feature{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;text-align:center}.feature.reverse{flex-direction:row-reverse}.feature-text,.feature-image{flex:1}.feature-text{max-width:50%}.feature-number{font-size:2rem;font-weight:700;color:var(--secondary-color);width:4rem;height:4rem;background:var(--secondary-light);border-radius:var(--border-radius-round);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-image{display:flex;justify-content:center;align-items:center}.feature-image img{max-height:400px;object-fit:contain;margin:0 30px}.restaurants{padding:4rem 0 3rem;background-color:var(--dark-bg)}.restaurants h2{padding-left:2rem;margin-bottom:15px;color:#b0b0b0}.restaurants .container{padding:0}.carousel{overflow:hidden;position:relative}.carousel-container{padding:2rem 0}.carousel-track{display:flex;animation:carousel 22s linear infinite}.restaurant-logo{width:200px;height:120px;object-fit:cover;margin:0 2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md)}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:var(--border-radius-sm)}.form-group textarea{height:10rem}.submit-button{width:100%;background:var(--primary-color);color:#fff;padding:.75rem;border:none;border-radius:var(--border-radius-sm);cursor:pointer;transition:background-color var(--transition)}.submit-button:hover{background:var(--primary-dark)}.submit-button:disabled{background:#9ca3af;cursor:not-allowed}.footer{background:var(--dark-bg);color:#fff;padding:3rem 0}.footer-content{display:grid;gap:2rem;margin-bottom:2rem}.footer h3{font-size:1.25rem;margin-bottom:1rem}.contact-info{color:var(--gray-text)}.contact-info p{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.5rem}.footer a{color:var(--gray-text)}.footer a:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid #374151;text-align:center;color:var(--gray-text)}@keyframes slideScreenshots{0%{transform:translate(100%)}5%,16.66667%{transform:translate(0)}22%,to{transform:translate(-100%)}}@keyframes firstLoadScreenshot{0%,16.66667%{transform:translate(0)}22%,to{transform:translate(-100%)}}@keyframes carousel{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (min-width: 768px){.desktop-nav{display:flex;gap:2rem}.mobile-menu{display:none}.footer-content{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.iphone-container{transform:scale(.8)}.hero-container{flex-direction:column;padding-top:6rem}.hero-content,.hero-image{max-width:100%}h2{font-size:1.5rem}h3{font-size:1.1rem}body.menu-open .desktop-nav{display:flex;flex-direction:column;position:fixed;top:var(--header-height);left:0;right:0;background:#fff;padding:1rem;box-shadow:var(--shadow-lg)}.feature{flex-direction:column!important;margin-bottom:4rem;gap:2rem}.feature-text,.feature-image{max-width:100%;width:100%}.feature-image{order:1}.feature-text{order:0}.feature-image img{max-height:300px;margin:0 auto}.feature h3{font-size:1.5rem;margin-bottom:1rem}.feature p{font-size:1rem;line-height:1.6}}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.legal-page{padding-top:var(--header-height)}.legal-content{min-height:100vh;padding:4rem 0;background-color:var(--light-bg)}.legal-content h1{font-size:2.5rem;margin-bottom:3rem;text-align:center}.legal-section{margin-bottom:3rem;background-color:#fff;padding:2rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-sm)}.legal-section h2{color:var(--primary-color);border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:1.5rem}.legal-section h3{font-size:1.3rem;margin:1.5rem 0 1rem;color:var(--secondary-color)}.legal-section p,.legal-section ul{margin-bottom:1rem;color:var(--text-color)}.legal-section ul{list-style:disc;padding-left:2rem}.legal-section li{margin-bottom:.5rem}.last-update{font-style:italic;text-align:right;margin-top:2rem;color:var(--gray-text)}@media (max-width: 768px){.legal-content h1{font-size:1.8rem}.legal-section{padding:1.5rem}}[data-v-fa89f045]{margin:0;padding:0;box-sizing:border-box}.app-wrapper[data-v-fa89f045]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#c3ffd7,#5ed184);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.container[data-v-fa89f045]{background:#fff;border-radius:24px;padding:48px 40px;max-width:500px;width:100%;box-shadow:0 10px 40px #21212f14;text-align:center}h1[data-v-fa89f045]{color:#21212f;margin-bottom:8px;font-size:32px;font-weight:700}.subtitle[data-v-fa89f045]{color:#393955;font-size:18px;margin-bottom:32px}.loading[data-v-fa89f045]{margin:40px 0}.spinner[data-v-fa89f045]{border:3px solid #F2F2F4;border-top:3px solid #5ED184;border-radius:50%;width:48px;height:48px;animation:spin-fa89f045 1s linear infinite;margin:0 auto}@keyframes spin-fa89f045{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message[data-v-fa89f045]{color:#393955;margin:24px 0;font-size:16px;line-height:1.6}.store-buttons[data-v-fa89f045]{display:flex;flex-direction:column;gap:16px;margin-top:32px}.store-btn[data-v-fa89f045]{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:16px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;position:relative;overflow:hidden}.store-btn[data-v-fa89f045]:hover{transform:translateY(-2px);box-shadow:0 12px 24px #21212f26}.app-store[data-v-fa89f045]{background:#21212f;color:#fff}.app-store[data-v-fa89f045]:hover{background:#393955}.play-store[data-v-fa89f045]{background:linear-gradient(135deg,#5ed184,#31aa59);color:#fff}.play-store[data-v-fa89f045]:hover{background:linear-gradient(135deg,#31aa59,#21212f)}.icon[data-v-fa89f045]{width:24px;height:24px;margin-right:12px}.logo[data-v-fa89f045]{width:80px;height:80px;margin:0 auto 24px;display:block;border-radius:20px;box-shadow:0 4px 12px #21212f14}
