.rtt-header[data-v-ca4f976d]{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.rtt-header__inner[data-v-ca4f976d]{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:var(--header-h)}.rtt-brand[data-v-ca4f976d]{display:flex;align-items:center;gap:10px;z-index:2}.rtt-brand__logo[data-v-ca4f976d]{height:34px;width:auto}.rtt-brand__name[data-v-ca4f976d]{font-family:var(--display);font-weight:700;color:var(--white);font-size:1.45rem;letter-spacing:-.02em}.rtt-nav[data-v-ca4f976d]{display:flex;align-items:center;gap:26px}.rtt-nav a[data-v-ca4f976d]{font-size:.92rem;color:var(--light);transition:color .2s ease}.rtt-nav a[data-v-ca4f976d]:hover,.rtt-nav a.router-link-active[data-v-ca4f976d]{color:var(--primary)}.rtt-nav__mobile-only[data-v-ca4f976d]{display:none}.rtt-header__tools[data-v-ca4f976d]{display:flex;align-items:center;gap:14px}.rtt-cart[data-v-ca4f976d]{position:relative;font-size:.88rem;font-weight:700;color:var(--white)}.rtt-cart span[data-v-ca4f976d]{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:4px;padding:0 5px;border-radius:999px;background:var(--primary);color:#fff;font-size:.7rem}.rtt-header__desk.rtt-btn[data-v-ca4f976d]{padding:10px 16px;font-size:.82rem}.rtt-burger[data-v-ca4f976d]{display:none;width:28px;height:22px;padding:0;border:0;background:none;cursor:pointer;flex-direction:column;justify-content:space-between}.rtt-burger span[data-v-ca4f976d]{display:block;height:2px;background:var(--white);transition:transform .2s ease,opacity .2s ease}@media(max-width:980px){.rtt-nav[data-v-ca4f976d]{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:18px 24px 24px;border-bottom:1px solid var(--line);gap:16px}.rtt-nav.open[data-v-ca4f976d]{display:flex}.rtt-nav__mobile-only[data-v-ca4f976d]{display:block}.rtt-nav__logout[data-v-ca4f976d]{border:0;background:none;color:var(--light);font:inherit;padding:0;cursor:pointer}.rtt-header__desk[data-v-ca4f976d]{display:none}.rtt-burger[data-v-ca4f976d]{display:flex}}.rtt-footer[data-v-d1af4fd5]{position:relative;z-index:1;border-top:1px solid var(--line);margin-top:40px;padding:70px 0 0;background:#fff}.rtt-footer__grid[data-v-d1af4fd5]{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}.rtt-footer h4[data-v-d1af4fd5]{font-family:var(--display);font-size:1.25rem;margin-bottom:16px}.rtt-footer__about p[data-v-d1af4fd5]{margin:0 0 14px;color:var(--muted);font-size:.92rem;max-width:34ch;line-height:1.75}.rtt-footer__legal[data-v-d1af4fd5]{font-size:.82rem!important}.rtt-footer__connect[data-v-d1af4fd5]{margin:18px 0 10px!important;color:var(--white)!important;font-weight:700;font-size:.9rem!important}.rtt-footer__social[data-v-d1af4fd5]{display:flex;gap:8px}.rtt-footer__social span[data-v-d1af4fd5]{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:var(--muted)}.rtt-footer__nav[data-v-d1af4fd5]{display:flex;flex-direction:column;gap:8px}.rtt-footer__nav a[data-v-d1af4fd5]{color:var(--muted);font-size:.92rem;transition:color .2s ease}.rtt-footer__nav a[data-v-d1af4fd5]:hover{color:var(--primary)}.rtt-footer__bar[data-v-d1af4fd5]{padding:22px 24px;margin-top:48px;border-top:1px solid var(--line);font-size:.8rem;color:var(--muted);text-align:center}@media(max-width:900px){.rtt-footer__grid[data-v-d1af4fd5]{grid-template-columns:1fr 1fr}}@media(max-width:560px){.rtt-footer__grid[data-v-d1af4fd5]{grid-template-columns:1fr}}:root{--bg: #ffffff;--primary: #ff6363;--accent: #f8f9fa;--white: #17141f;--light: #3c3749;--muted: #7d7690;--line: rgba(0, 0, 0, .1);--field: rgba(0, 0, 0, .03);--display: "Playfair Display", Georgia, serif;--body: "Lato", system-ui, sans-serif;--radius: 0;--radius-sm: 2px;--container: 1140px;--header-h: 80px;--coral-line: 40px;--shadow-soft: 0 10px 40px rgba(23, 20, 31, .06)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--body);background:var(--bg);color:var(--light);line-height:1.7;font-size:15px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--display);color:var(--white);margin:0;line-height:1.2;font-weight:400}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--body)}.rtt-container{max-width:var(--container);margin:0 auto;padding:0 24px}.rtt-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius);border:0;cursor:pointer;background:var(--primary);color:#fff;font-weight:700;font-family:var(--body);font-size:.9rem;letter-spacing:.02em;transition:background .2s ease,color .2s ease,opacity .2s ease}.rtt-btn:hover{background:#e84f4f}.rtt-btn:disabled{opacity:.45;cursor:not-allowed}.rtt-btn--ghost{background:transparent;border:1px solid var(--line);color:var(--white)}.rtt-btn--ghost:hover{border-color:var(--primary);color:var(--primary);background:transparent}.rtt-btn--square{border-radius:0}.rtt-btn--block{width:100%}.rtt-link{color:var(--primary);font-weight:700;font-size:.92rem;display:inline-flex;align-items:center;gap:6px;transition:opacity .2s ease}.rtt-link:hover{opacity:.75}.rtt-section-mark{display:block;width:var(--coral-line);height:2px;background:var(--primary);margin-bottom:14px}.fade-enter-active,.fade-leave-active{transition:opacity .18s ease}.fade-enter-from,.fade-leave-to{opacity:0}
