@charset "UTF-8";:root{--font-heading: "ChinaCyr", sans-serif;--font-text: "Golos Text", sans-serif;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700;--bg: #FBF8FD;--black: #222221;--light-pink: #f5e2eb;--purple: #8385EB;--light-grey: #F1F5F9;--skeleton-gradient: rgba(247, 225, 255, .5)}*{padding:0;margin:0;border:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}*,*:before,*:after{box-sizing:border-box}:focus,:active{outline:none}button{outline:none!important}a:focus,a:active{outline:none}aside,nav,footer,header,section{display:block}html{font-size:16px}html,body{min-height:100%;min-width:360px}body{line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:var(--font),serif;font-size:inherit}input::-ms-clear{display:none}button{cursor:pointer;background-color:inherit}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a{color:inherit}a:hover{text-decoration:none}img{vertical-align:top}@font-face{font-family:Golos Text;src:url(/assets/GolosText-Regular-B9CCop0J.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/GolosText-Medium-J_m04dm2.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/GolosText-SemiBold-BpnrL_ia.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/GolosText-Bold-DjEaA4wy.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/GolosText-ExtraBold-BxH3m4dJ.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Golos Text;src:url(/assets/GolosText-Black-uzw05MJs.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:ChinaCyr;src:url(/assets/ChinaCyr-Ck3-U8S2.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body{margin:0;min-height:100vh;background-image:url(/assets/background-NJiCs0au.webp);background-size:cover;background-position:center;background-repeat:no-repeat;font-family:var(--font-text),serif}body.lock{overflow:hidden}h1{font-size:64px;font-family:var(--font-heading),serif;font-weight:var(--fw-regular)}.container{width:100%;margin:0 auto}.skeleton{position:relative;overflow:hidden;color:transparent;pointer-events:none}.skeleton:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(0,0,0,0) 0%,color-mix(in srgb,var(--skeleton-gradient),transparent 85%) 15%,var(--skeleton-gradient) 50%,color-mix(in srgb,var(--skeleton-gradient),transparent 85%) 85%,rgba(0,0,0,0) 100%);animation:skeleton-shimmer 1s infinite linear}@keyframes skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton img{visibility:hidden!important}.text-content h1{margin-bottom:32px;font-size:32px}.text-content h2{font-size:24px;font-family:var(--font-text),serif;font-weight:var(--fw-bold);margin-top:24px;margin-bottom:8px}.text-content p{margin-bottom:16px}.text-content a{color:var(--purple)}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #fff}@media (max-width: 768px){.user-avatar{width:36px!important;height:36px!important}}.loader-body{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center}.loader{width:80px;height:80px;padding:10px;box-sizing:border-box;background:#fff;mix-blend-mode:darken;display:grid;filter:blur(4px) contrast(10) hue-rotate(240deg)}.loader:before,.loader:after{content:"";grid-area:1/1;animation:l2 3s infinite linear;background:#b17c75;border-radius:50%}.loader:after{animation-delay:-.8s}@keyframes l2{12.5%{border-radius:37% 63% 70% 30%/30% 62% 38% 70%}25%{border-radius:84% 16% 15% 85%/55% 79% 21% 45%}37.5%{border-radius:73% 27% 74% 26%/64% 32% 68% 36%}50%{border-radius:73% 27% 18% 82%/52% 32% 68% 48%}62.5%{border-radius:33% 67% 18% 82%/52% 75% 25% 48%}75%{border-radius:12% 88% 69% 31%/10% 66% 34% 90%}87.5%{border-radius:50% 50% 70% 30%/52% 62% 38% 48%}}.modal-overlay[data-v-298165f2]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-container[data-v-298165f2]{position:relative;width:100%;max-width:400px}.modal-content-wrapper[data-v-298165f2]{position:relative}.modal-top-image[data-v-298165f2]{position:absolute;top:0;left:50px;transform:translateY(-100%);width:150px;height:auto;z-index:10;pointer-events:none;-webkit-user-select:none;user-select:none}.modal-content[data-v-298165f2]{background:#fff;border-radius:12px;padding:24px;width:100%;position:relative;box-shadow:0 4px 20px #00000026;animation:modal-appear-298165f2 .3s ease-out;z-index:5;margin:10px auto}.modal-close[data-v-298165f2]{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;line-height:1}.modal-close[data-v-298165f2]:hover{color:#333}.modal-title[data-v-298165f2]{margin-top:0;margin-bottom:20px;text-align:center;color:#333}@keyframes modal-appear-298165f2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.modal-content[data-v-298165f2]{width:95%;padding:20px 15px}.modal-top-image[data-v-298165f2]{width:120px;left:20px}}svg[data-v-c6c35abe]{fill:#fff;stroke-width:2px;stroke:#dbe4ff}svg[data-v-351a7d23]{fill:#fff;stroke-width:2px;stroke:#dbe4ff}svg[data-v-89db5deb]{fill:#fff;stroke-width:2px;stroke:#dbe4ff}.button[data-v-09738b47]{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;font-family:inherit;font-weight:500;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden}.button[data-v-09738b47]:focus-visible{outline-offset:2px}.button--primary[data-v-09738b47]{color:#fff;border-radius:8px}.button--outline[data-v-09738b47]{background-color:transparent;border:2px solid #303030;color:#303030;border-radius:50px;padding:16px 32px;font-weight:700}.button--outline[data-v-09738b47]:hover:not(:disabled){background-color:#2563eb1a}.button--outline-filled[data-v-09738b47]{background-color:#303030;border:2px solid #303030;color:#fff;border-radius:50px;padding:16px 32px;font-weight:700}.button--icon[data-v-09738b47]{background-color:var(--black);border-radius:50%;width:48px;height:48px;padding:0;transition:all .3s ease}.button--icon.has-tooltip[data-v-09738b47]:hover{border-radius:16px;width:auto;padding:0 12px}.button__content[data-v-09738b47]{display:flex;align-items:center}.button__tooltip[data-v-09738b47]{max-width:0;opacity:0;transition:all .3s ease;transform:translate(10px);color:#fff}.button--icon.has-tooltip:hover .button__tooltip[data-v-09738b47]{max-width:200px;opacity:1;transform:translate(0);margin-right:4px}.button--small[data-v-09738b47]{height:24px}.button--small.button--icon[data-v-09738b47]{width:24px}.button--medium[data-v-09738b47]{height:32px;width:100%}.button--medium.button--icon[data-v-09738b47]{width:32px}.button--large[data-v-09738b47]{height:40px}.button--large.button--icon[data-v-09738b47]{width:40px}.button--disabled[data-v-09738b47]{opacity:.5;cursor:not-allowed}.button--loading .button__content[data-v-09738b47]{opacity:0}.button__loader[data-v-09738b47]{position:absolute;display:flex;gap:4px}.button__loader-dot[data-v-09738b47]{width:6px;height:6px;border-radius:50%;background-color:currentColor;animation:button-loader-09738b47 1.4s infinite both}.button__loader-dot[data-v-09738b47]:nth-child(1){animation-delay:-.32s}.button__loader-dot[data-v-09738b47]:nth-child(2){animation-delay:-.16s}@keyframes button-loader-09738b47{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.vl-shown{overflow:hidden}.vl-overlay{bottom:0;left:0;position:absolute;right:0;top:0;align-items:center;display:none;justify-content:center;overflow:hidden;z-index:9999}.vl-overlay.vl-active{display:flex}.vl-overlay.vl-full-page{z-index:9999;position:fixed}.vl-overlay .vl-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#fff;opacity:.5}.vl-overlay .vl-icon,.vl-parent{position:relative}.home-page[data-v-2d273162]{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.home-page .cloud[data-v-2d273162]{position:absolute;width:clamp(300px,40vw,800px);opacity:0;transition:all 2.5s cubic-bezier(.17,.67,.21,.99);z-index:3;pointer-events:none}.home-page .cloud--animate[data-v-2d273162]{opacity:1}.home-page .cloud--1[data-v-2d273162]{top:2%;left:-600px}.home-page .cloud--1.cloud--animate[data-v-2d273162]{left:clamp(-300px,-20vw,-100px)}.home-page .cloud--2[data-v-2d273162]{top:10%;left:-600px}.home-page .cloud--2.cloud--animate[data-v-2d273162]{left:clamp(-350px,-25vw,-150px)}.home-page .cloud--3[data-v-2d273162]{top:8%;right:-600px;transform:translateY(-50%)}.home-page .cloud--3.cloud--animate[data-v-2d273162]{right:clamp(-200px,-10vw,-50px)}.home-page .star[data-v-2d273162]{position:absolute;width:clamp(20px,3vw,40px);height:clamp(20px,3vw,40px);z-index:4;pointer-events:none;opacity:0;transition:all 1s ease;animation:twinkle-2d273162 3s infinite alternate}.home-page .star--1[data-v-2d273162]{top:10%;left:10%}.home-page .star--2[data-v-2d273162]{top:10%;right:15%}.home-page .star.star--animate[data-v-2d273162]{opacity:1}@keyframes twinkle-2d273162{0%{opacity:.7;transform:scale(.6)}to{opacity:1;transform:scale(1.3)}}.home-page .hero-container[data-v-2d273162]{width:clamp(300px,80vw,40vw);height:clamp(300px,80vw,40vw);border-radius:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:clamp(30px,10vw,129px);gap:clamp(24px,5vw,48px);margin:20px 0}.home-page .hero-container .hero__text[data-v-2d273162]{color:var(--black);text-align:center;-webkit-user-select:none;user-select:none;font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:1px;display:flex;flex-direction:column;margin-top:20px;line-height:1.2;gap:8px}.home-page .hero-container .hero__line[data-v-2d273162]{display:block}.home-page .hero-container .hero__button[data-v-2d273162]{margin:0 auto;width:clamp(200px,70%,40%);font-size:clamp(.8rem,3vw,1rem)}.home-page .about-section[data-v-2d273162]{position:relative;width:102%;background-size:cover;background-position:center;background-repeat:no-repeat;padding:clamp(30px,5vw,110px) 20px;z-index:2;margin-top:-200px;background-image:url(/images/home/full.webp)}@media (max-width: 1024px){.home-page .about-section[data-v-2d273162]{background-image:url(/images/home/full.webp);background-size:cover;min-height:400px;margin-top:-40px}}@media (max-width: 768px){.home-page .about-section[data-v-2d273162]{background-image:url(/images/home/low.webp);background-size:cover}}@media (max-width: 480px){.home-page .about-section[data-v-2d273162]{background-image:url(/images/home/low.webp);background-size:contain;width:160%;margin-top:-80px}}.home-page .about-content[data-v-2d273162]{display:flex;flex-direction:column;position:relative;z-index:2;max-width:860px;margin:0 auto;padding-top:clamp(150px,40vh,340px);gap:clamp(20px,5vw,80px)}.home-page .about-info[data-v-2d273162]{display:flex;flex-direction:column;justify-content:center;margin:100px auto;width:480px}@media (min-width: 1920px){.home-page .about-info[data-v-2d273162]{margin-top:180px;width:480px}}@media (max-width: 1024px){.home-page .about-info[data-v-2d273162]{margin:20px auto;width:480px}}@media (max-width: 768px){.home-page .about-info[data-v-2d273162]{align-items:center;margin-top:-80px}}.home-page .about-info__title[data-v-2d273162]{font-size:clamp(1.5rem,4vw,2rem);color:var(--black);margin-bottom:clamp(15px,3vw,30px);text-align:center}.home-page .about-info__text[data-v-2d273162]{font-size:clamp(1rem,3vw,1.5rem);line-height:1.6;color:var(--black);text-align:center}@media (max-width: 768px){.home-page .about-info__text[data-v-2d273162]{width:60%}}.home-page .how-we-work[data-v-2d273162]{position:relative;width:100%;padding-top:128px;z-index:1}.home-page .how-we-work__title[data-v-2d273162]{text-align:center;font-size:clamp(1.5rem,5vw,2.5rem);margin-bottom:clamp(30px,6vw,60px);color:var(--black)}.home-page .how-we-work__image[data-v-2d273162]{position:relative;width:100%;height:100%}@media (max-width: 768px){.home-page .how-we-work[data-v-2d273162]{padding-top:48px;margin-bottom:80px}}@media (min-width: 768px){.home-page .about-content[data-v-2d273162]{flex-direction:row;padding-top:320px;padding-bottom:20px;margin-bottom:100px}.home-page .about-info[data-v-2d273162]{order:initial;text-align:center;margin-top:-100px;width:240px}.home-page .about-info__title[data-v-2d273162]{font-size:24px;text-align:center}.home-page .about-info__text[data-v-2d273162]{font-size:16px}}@media (max-width: 768px){.home-page .about-content[data-v-2d273162]{flex-direction:row;padding-top:110px}.home-page .about-info[data-v-2d273162]{order:initial;text-align:center;margin-top:10px}.home-page .about-info__title[data-v-2d273162]{font-size:20px;text-align:center}.home-page .about-info__text[data-v-2d273162]{font-size:16px;text-align:center}}@media (min-width: 1921px){.home-page .about-content[data-v-2d273162]{flex-direction:row;padding-top:370px;padding-bottom:100px}.home-page .about-info[data-v-2d273162]{order:initial;text-align:center;margin-top:40px;width:500px}.home-page .about-info__title[data-v-2d273162]{text-align:center;font-size:42px}.home-page .about-info__text[data-v-2d273162]{text-align:center;font-size:26px}}@media (min-width: 1024px) and (max-width: 1920px){.home-page .about-content[data-v-2d273162]{flex-direction:row;padding-top:450px;padding-bottom:0;margin-bottom:50px}.home-page .about-info[data-v-2d273162]{order:initial;text-align:center;padding-bottom:100px;width:500px}.home-page .about-info__title[data-v-2d273162]{text-align:center;font-size:32px}.home-page .about-info__text[data-v-2d273162]{text-align:center;font-size:24px}}@media (max-width: 480px){.home-page .hero-container[data-v-2d273162]{width:90vw;height:90vw}.home-page .about-info[data-v-2d273162]{order:initial;text-align:center;width:280px;margin-top:28px}.home-page .about-info__title[data-v-2d273162]{font-size:16px}.home-page .about-info__text[data-v-2d273162]{font-size:12px;line-height:normal}.home-page .cloud[data-v-2d273162]{width:80vw}.home-page .cloud--1.cloud--animate[data-v-2d273162]{left:-30vw}.home-page .cloud--2.cloud--animate[data-v-2d273162]{left:-35vw}.home-page .cloud--3.cloud--animate[data-v-2d273162]{right:-20vw}}@media (max-width: 1024px){.cloud--1[data-v-2d273162]{top:1%!important;left:-5%!important}.cloud--2[data-v-2d273162]{top:4%!important;left:-18%!important}.cloud--3[data-v-2d273162]{top:4%!important;right:-12%!important}.star--1[data-v-2d273162],.star--2[data-v-2d273162]{top:8%!important}}@media (max-width: 768px){.hero-container[data-v-2d273162]{margin-top:clamp(30px,8vh,80px)}.cloud[data-v-2d273162]{width:70vw}.cloud--1[data-v-2d273162]{top:0!important;left:-140px!important}.cloud--2[data-v-2d273162]{top:5%!important}.cloud--3[data-v-2d273162]{top:4%!important;right:-120px!important}.star--1[data-v-2d273162],.star--2[data-v-2d273162]{top:8%!important}}@media (max-width: 480px){.hero-container[data-v-2d273162]{margin-top:clamp(40px,10vh,100px)}.cloud[data-v-2d273162]{width:70vw}.cloud--1[data-v-2d273162]{top:2%!important}.cloud--2[data-v-2d273162]{top:260px!important}.cloud--3[data-v-2d273162]{top:60px!important;right:-120px!important}}.fade-enter-active[data-v-2d273162],.fade-leave-active[data-v-2d273162]{transition:all .8s ease}.fade-enter-from[data-v-2d273162]{opacity:0;transform:translateY(50px)}.fade-leave-to[data-v-2d273162]{opacity:0}.popup[data-v-dae6e59a]{transition:all .3s ease}.popup[data-v-dae6e59a]:before{content:"";position:absolute;top:-8px;left:0;right:0;height:20px}.popup>span[data-v-dae6e59a]{font-weight:500;color:#2c3e50;padding:0 8px}.popup a[data-v-dae6e59a]{padding:8px 16px;background:#07f;color:#fff;text-decoration:none;border-radius:8px;transition:background .2s;font-weight:500}.popup a[data-v-dae6e59a]:hover{background:#05c}.popup button[data-v-dae6e59a]{padding:8px 16px;background:#f1f3f5;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s}.popup button[data-v-dae6e59a]:hover{background:#e1e3e5}.popup>div[data-v-dae6e59a]{min-width:200px;min-height:40px;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.popup[data-v-dae6e59a]{flex-direction:column;width:100%;margin:0 auto}.popup[data-v-dae6e59a]>*{width:100%;text-align:center}.popup>div[data-v-dae6e59a]{min-height:48px}}@keyframes fadeIn-dae6e59a{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.popup[data-v-dae6e59a]{animation:fadeIn-dae6e59a .4s ease-out}.modal-actions[data-v-df2d75cb]{display:flex;justify-content:center;gap:16px;margin-top:24px}.confirm-button[data-v-df2d75cb]{padding:8px 16px;background-color:var(--purple);color:#fff;border:none;border-radius:4px;cursor:pointer}.cancel-button[data-v-df2d75cb]{padding:8px 16px;background-color:#f0f0f0;color:#333;border:none;border-radius:4px;cursor:pointer}header[data-v-7e6869b5]{display:flex;justify-content:space-between;align-items:center;padding:16px 20%;position:relative}.desktop-nav[data-v-7e6869b5]{display:flex;gap:16px}.desktop-nav a[data-v-7e6869b5]{padding:16px 32px;font-weight:500;font-size:20px}.desktop-profile[data-v-7e6869b5]{display:flex;align-items:center;gap:20px}.cart-link[data-v-7e6869b5]{display:flex;align-items:center}.cart-icon[data-v-7e6869b5]{width:32px;height:32px}.cart-icon-wrapper[data-v-7e6869b5]{position:relative;display:flex;align-items:center}.cart-badge[data-v-7e6869b5]{position:absolute;top:-8px;right:-8px;background-color:var(--purple);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.profile[data-v-7e6869b5]{position:relative}.profile__button[data-v-7e6869b5]{width:56px;height:56px;padding:8px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%}.profile__button svg[data-v-7e6869b5]{width:72%;height:72%}.profile__button[data-v-7e6869b5]:hover{background:#f0f0f0}.avatar[data-v-7e6869b5]{width:100%;height:100%;border-radius:50%;object-fit:cover}.external-link[data-v-7e6869b5]{display:flex;align-items:center;padding:8px;border-radius:8px;transition:background .3s ease;gap:8px;font-weight:600;border:1px solid var(--black)}.external-link[data-v-7e6869b5]:hover{background:#f0f0f0}.external-icon[data-v-7e6869b5]{width:24px;height:24px;color:#333}.mobile-nav[data-v-7e6869b5]{display:none;position:fixed;bottom:-1.4%;left:0;right:0;height:70px;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 6px #00000005,inset 0 0 0 1px #ffffff1a;z-index:1000;justify-content:space-around;align-items:center;padding:0 5px}.mobile-nav[data-v-7e6869b5]:before{content:"";position:absolute;width:84%;height:0;bottom:-10px;left:0;right:0;margin:auto}.mobile-nav__item[data-v-7e6869b5]{display:flex;align-items:center;justify-content:center;width:25%;height:70px;position:relative;z-index:2;background:transparent;border:none;cursor:pointer;padding:0}.mobile-nav__item.active .mobile-nav__icon[data-v-7e6869b5]{transform:translateY(-20px)}.mobile-nav__item.active .mobile-cart-icon-wrapper[data-v-7e6869b5]{transform:translateY(1px) translate(-2px)}.mobile-nav__item.active .mobile-cart-badge[data-v-7e6869b5]{transform:translateY(-18px)}.mobile-nav__icon[data-v-7e6869b5]{width:28px;height:28px;transition:transform .3s cubic-bezier(.14,-.08,.74,1.4);z-index:3;fill:none}.mobile-nav__icon svg[data-v-7e6869b5]{width:100%;height:100%;display:block}.mobile-nav__indicator[data-v-7e6869b5]{width:70px;height:70px;border-radius:50%;position:absolute;top:-42px;transition:left .3s cubic-bezier(.14,-.08,.74,1.4);z-index:0;filter:blur(3px)}.mobile-cart-icon-wrapper[data-v-7e6869b5]{position:relative;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.14,-.08,.74,1.4)}.mobile-cart-badge[data-v-7e6869b5]{position:absolute;top:-5px;right:-5px;background-color:var(--purple);color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;z-index:3;transition:transform .3s cubic-bezier(.14,-.08,.74,1.4)}.circle[data-v-7e6869b5]{width:60px;height:60px;background:#fff6;-webkit-backdrop-filter:blur(600px);backdrop-filter:blur(600px);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 6px #00000005,inset 0 0 0 1px #ffffff1a;position:absolute;top:-30px;z-index:1;border-radius:50%;transition:left .3s cubic-bezier(.14,-.08,.74,1.4),top .3s cubic-bezier(.14,-.08,.74,1.4)}.mobile-profile[data-v-7e6869b5]{position:relative;width:25%;height:70px;display:flex;align-items:center;justify-content:center}.user-avatar[data-v-7e6869b5]{width:28px;height:28px;border-radius:50%;object-fit:cover}.modal-overlay[data-v-7e6869b5]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-container[data-v-7e6869b5]{position:relative;width:100%;max-width:400px}.modal-content-wrapper[data-v-7e6869b5]{position:relative}.modal-content[data-v-7e6869b5]{background:#fff;border-radius:12px;padding:24px;width:100%;position:relative;box-shadow:0 4px 20px #00000026;animation:modal-appear-7e6869b5 .3s ease-out;z-index:5;margin:10px auto}@media (max-width: 480px){.modal-content[data-v-7e6869b5]{width:95%;padding:20px 15px}}.modal-close[data-v-7e6869b5]{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;line-height:1}.modal-close[data-v-7e6869b5]:hover{color:#333}.modal-title[data-v-7e6869b5]{margin-top:0;margin-bottom:20px;text-align:center;color:#333}@keyframes modal-appear-7e6869b5{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-enter-active[data-v-7e6869b5],.fade-leave-active[data-v-7e6869b5]{transition:opacity .3s}.fade-enter-from[data-v-7e6869b5],.fade-leave-to[data-v-7e6869b5]{opacity:0}@media (max-width: 768px){.desktop-nav[data-v-7e6869b5],.desktop-profile[data-v-7e6869b5]{display:none}.mobile-nav[data-v-7e6869b5]{display:flex}}@media (min-width: 769px){.mobile-nav[data-v-7e6869b5]{display:none}}.app-footer[data-v-5c2137a6]{background-color:var(--black);color:#ecf0f1;padding:80px;margin-top:120px;border-radius:32px 32px 0 0;position:relative}.footer-decoration[data-v-5c2137a6]{position:absolute;top:0;left:100px;width:100%;max-width:200px;z-index:-1}@media (max-width: 768px){.footer-decoration[data-v-5c2137a6]{top:40px}}@media (max-width: 480px){.footer-decoration[data-v-5c2137a6]{top:60px;left:40px}}.footer-image[data-v-5c2137a6]{position:absolute;top:-140px;width:100%;height:auto}.footer-container[data-v-5c2137a6]{display:grid;grid-template-columns:1fr auto;align-items:stretch;max-width:1200px;margin:0 auto;gap:2rem;position:relative;z-index:2}.footer-brand[data-v-5c2137a6]{display:grid;grid-template-rows:auto 1fr auto;height:100%}.site-name[data-v-5c2137a6]{font-size:1.5rem;align-self:start;font-family:var(--font-heading),serif}.copyright[data-v-5c2137a6]{font-size:.9rem;opacity:.8;align-self:end}.footer-links[data-v-5c2137a6]{display:flex;flex-direction:column;gap:16px;flex-wrap:wrap}.footer-link[data-v-5c2137a6]{color:#ecf0f1;text-decoration:none;font-size:.95rem;transition:opacity .3s ease;white-space:nowrap}.footer-link[data-v-5c2137a6]:hover{opacity:.8;text-decoration:underline}@media (max-width: 768px){.app-footer[data-v-5c2137a6]{margin-top:80px;padding:48px 48px 80px}.footer-decoration[data-v-5c2137a6]{max-width:150px}.footer-container[data-v-5c2137a6]{grid-template-columns:1fr;gap:1.5rem}.footer-brand[data-v-5c2137a6]{height:auto;gap:1rem}.footer-links[data-v-5c2137a6]{width:100%;flex-direction:column;align-items:flex-start;gap:.8rem}}@media (max-width: 480px){.app-footer[data-v-5c2137a6]{border-radius:0;padding-top:60px}.footer-decoration[data-v-5c2137a6]{max-width:120px}}.app-layout[data-v-b9bc11b6]{position:relative;min-height:100vh;display:flex;flex-direction:column}.top-image-container[data-v-b9bc11b6]{position:absolute;top:0;left:0;width:100%;height:auto;z-index:-1;overflow:auto}.top-bg[data-v-b9bc11b6]{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 768px){.top-image-container[data-v-b9bc11b6]{height:30vh}.content-wrapper[data-v-b9bc11b6]{margin-top:15vh}}.content[data-v-b9bc11b6]{flex:1}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#28a745}.v-toast__item--info{background-color:#17a2b8}.v-toast__item--warning{background-color:#ffc107}.v-toast__item--error{background-color:#dc3545}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width: 768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23000' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}
