:root{--bred-blue:#2e6ca7;--bred-blue-dark:#245a8a;--bred-blue-light:#4a8bc4;--bred-navy:#1d2a67;--bred-navy-light:#2a3d8a;--bg-white:#fff;--bg-light:#f5f5f7;--white:#fff;--gray-50:#f5f5f7;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--accent-green:#10b981;--accent-orange:#f59e0b;--accent-red:#ef4444;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--radius-sm:4px;--radius:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--header-height:88px;--transition-fast:.15s ease;--transition:.2s ease;--transition-slow:.3s ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--bg-white);color:var(--gray-800);font-family:Source Sans\ 3,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.skip-link,.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.skip-link{background-color:var(--bred-navy);clip-path:inset(50%);color:var(--white);font-size:.875rem;font-weight:700;left:1rem;text-decoration:none;top:0;z-index:10000}.skip-link:focus,.skip-link:focus-visible{height:auto;margin:0;overflow:visible;padding:.7rem 1.15rem;width:auto;clip:auto;border-radius:0 0 var(--radius) var(--radius);clip-path:none;color:var(--white);outline:2px solid var(--white);outline-offset:2px}h1,h2,h3,h4,h5,h6{color:var(--bred-navy);font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}@media(min-width:768px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}}p{margin-bottom:1rem}a{color:var(--bred-blue);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--bred-blue-dark)}img{display:block;height:auto;max-width:100%}.container{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.btn{align-items:center;border:none;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:inherit;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1;padding:.75rem 1.5rem;text-decoration:none;transition:all var(--transition)}.btn-primary{background-color:var(--bred-blue);color:var(--white)}.btn-primary:hover{background-color:var(--bred-blue-dark);color:var(--white)}.btn-secondary{background-color:var(--bred-navy);color:var(--white)}.btn-secondary:hover{background-color:var(--bred-navy-light);color:var(--white)}.btn-outline{background-color:transparent;border:2px solid var(--bred-blue);color:var(--bred-blue)}.btn-outline:hover{background-color:var(--bred-blue);color:var(--white)}.btn-white{background-color:var(--white);color:var(--bred-blue)}.btn-white:hover{background-color:var(--gray-100);color:var(--bred-blue-dark)}.btn-lg{font-size:1.125rem;padding:1rem 2rem}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;transition:transform var(--transition),box-shadow var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-image{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;width:100%}.card-body{padding:1.5rem}.card-title{font-size:1.25rem;margin-bottom:.5rem}.card-text{color:var(--gray-600);font-size:.9375rem}.page-hero{background:linear-gradient(135deg,var(--bred-navy) 0,var(--bred-blue) 100%);color:var(--white);display:block;min-height:0;padding:3.75rem 0;text-align:left}@media(max-width:640px){.page-hero{padding:2.75rem 0}}.page-hero .container{width:100%}.page-hero h1{color:var(--white);font-size:clamp(1.875rem,3.5vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 .75rem;max-width:40rem}.page-hero p{color:#ffffffd9;font-size:1.125rem;line-height:1.5;margin:0;max-width:36rem}@media(max-width:640px){.page-hero h1{font-size:1.625rem}.page-hero p{font-size:1rem}}@media(max-width:768px){:root{--header-height:56px}}@media(max-width:480px){:root{--header-height:56px}}.section{padding:4rem 0}@media(max-width:640px){.section{padding:2.5rem 0}}.section-lg{padding:6rem 0}@media(max-width:640px){.section-lg{padding:3.5rem 0}}.section-gray{background-color:var(--bg-light)}.section-navy{background-color:var(--bred-navy);color:var(--white)}.section-blue{background-color:var(--bred-blue)}.section-blue,.section-blue h1,.section-blue h2,.section-blue h3,.section-navy h1,.section-navy h2,.section-navy h3{color:var(--white)}.section-header{margin-bottom:3rem;text-align:center}@media(max-width:640px){.section-header{margin-bottom:2rem}}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--gray-600);font-size:1.125rem;margin:0 auto;max-width:600px}@media(max-width:640px){.section-header p{font-size:.9375rem}}.section-blue .section-header p,.section-navy .section-header p{color:var(--gray-200)}.grid{display:grid;gap:1.5rem}.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(1,1fr)}@media(min-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.badge{border-radius:9999px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.badge-blue{background-color:var(--bred-blue);color:var(--white)}.badge-navy{background-color:var(--bred-navy);color:var(--white)}.badge-green{background-color:var(--accent-green);color:var(--white)}.badge-orange{background-color:var(--accent-orange);color:var(--white)}.form-group{margin-bottom:1.5rem}.form-label{color:var(--gray-700);display:block;font-weight:500;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{background-color:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);color:var(--gray-800);font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color var(--transition),box-shadow var(--transition);width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--bred-blue);box-shadow:0 0 0 3px #2e6ca726;outline:none}.form-textarea{min-height:150px;resize:vertical}.price{color:var(--bred-blue);font-size:1.5rem;font-weight:700}.price-old{color:var(--gray-400);font-size:1rem;font-weight:400;margin-right:.5rem;text-decoration:line-through}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-blue{color:var(--bred-blue)}.text-navy{color:var(--bred-navy)}.text-gray{color:var(--gray-600)}.bg-white{background-color:var(--bg-white)}.bg-light{background-color:var(--bg-light)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.page-enter-active,.page-leave-active{transition:all .3s}.page-enter-from,.page-leave-to{opacity:0;transform:translateY(10px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}#app{display:flex;flex-direction:column;min-height:100vh}.header[data-v-f0a14de1]{background-color:var(--white);box-shadow:0 2px 8px #00000014;position:relative;z-index:1000}.header-top[data-v-f0a14de1]{background-color:#f5f5f7;border-bottom:1px solid rgba(0,0,0,.04)}@media(max-width:768px){.header-top[data-v-f0a14de1]{display:none}}.header-top-inner[data-v-f0a14de1]{align-items:center;display:flex;gap:1rem;justify-content:flex-end;min-height:36px;padding:.35rem 2.5rem}.header-contact[data-v-f0a14de1],.header-top-right[data-v-f0a14de1]{align-items:center;display:flex;gap:1.25rem}.contact-link[data-v-f0a14de1]{align-items:center;color:var(--gray-700);display:inline-flex;font-size:.8125rem;font-weight:500;gap:.4rem;text-decoration:none;transition:color var(--transition);white-space:nowrap}.contact-link[data-v-f0a14de1]:hover{color:var(--bred-blue)}.language-selector[data-v-f0a14de1]{position:relative}.lang-btn[data-v-f0a14de1]{align-items:center;background:none;border:none;border-radius:var(--radius-sm);color:var(--gray-700);cursor:pointer;display:flex;font-size:.8125rem;font-weight:500;gap:.4rem;padding:.35rem .625rem;transition:background-color var(--transition),color var(--transition)}.lang-btn[data-v-f0a14de1]:hover{background-color:#0000000d;color:var(--bred-navy)}.lang-chevron[data-v-f0a14de1]{opacity:.75;transition:transform .2s ease}.lang-chevron-open[data-v-f0a14de1]{transform:rotate(180deg)}.lang-menu[data-v-f0a14de1]{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);box-shadow:0 8px 24px -12px #1d2a6747;list-style:none;margin:0;min-width:148px;padding:.375rem;position:absolute;right:0;top:calc(100% + .5rem);z-index:10}.lang-option[data-v-f0a14de1]{background:none;border:none;border-radius:var(--radius-sm);color:var(--gray-800);cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;padding:.625rem .875rem;text-align:left;transition:background-color var(--transition),color var(--transition);width:100%}.lang-option[data-v-f0a14de1]:hover{background-color:var(--bg-light);color:var(--bred-blue)}.lang-option-active[data-v-f0a14de1]{background-color:#2e6ca71a;color:var(--bred-blue);font-weight:600}.lang-menu-enter-active[data-v-f0a14de1],.lang-menu-leave-active[data-v-f0a14de1]{transition:opacity .15s ease,transform .15s ease}.lang-menu-enter-from[data-v-f0a14de1],.lang-menu-leave-to[data-v-f0a14de1]{opacity:0;transform:translateY(-4px)}.header-bottom[data-v-f0a14de1]{background-color:var(--white);border-top:1px solid var(--gray-200);padding:.375rem 0}@media(max-width:768px){.header-bottom[data-v-f0a14de1]{border-top:none;padding:0}}.nav-bottom[data-v-f0a14de1]{align-items:center;display:grid;gap:1.25rem;grid-template-columns:1fr auto 1fr;margin:0;padding:.25rem 2.5rem;width:100%}@media(max-width:768px){.nav-bottom[data-v-f0a14de1]{align-items:center;display:flex;gap:.75rem;justify-content:space-between;min-height:56px;padding:.625rem 1rem}}.logo[data-v-f0a14de1]{align-items:center;display:flex;flex-shrink:0;justify-self:start;text-decoration:none}.logo-image[data-v-f0a14de1]{height:40px;width:auto}@media(max-width:480px){.logo-image[data-v-f0a14de1]{height:34px}}.nav-links[data-v-f0a14de1]{align-items:center;display:flex;gap:1rem;justify-content:center}@media(max-width:768px){.nav-links[data-v-f0a14de1]{display:none}}.nav-item[data-v-f0a14de1]{align-items:center;background:none;border:none;color:var(--gray-700);cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;text-decoration:none;transition:color var(--transition);white-space:nowrap}.nav-item-active[data-v-f0a14de1],.nav-item[data-v-f0a14de1]:hover{background:none;color:var(--bred-blue)}.nav-utils[data-v-f0a14de1]{align-items:center;display:flex;gap:.35rem;justify-content:flex-end;justify-self:end}@media(min-width:769px){.nav-utils[data-v-f0a14de1]{gap:.75rem}}.account-btn[data-v-f0a14de1]{align-items:center;background-color:var(--bred-navy);border:none;border-radius:6px;color:var(--white);cursor:pointer;display:flex;font-size:.8125rem;font-weight:700;gap:.5rem;padding:.55rem 1rem;text-decoration:none;transition:background-color var(--transition);white-space:nowrap}.account-btn[data-v-f0a14de1]:hover{background-color:var(--bred-navy-light);color:var(--white)}@media(max-width:768px){.account-btn[data-v-f0a14de1]{font-size:.75rem;gap:.35rem;height:40px;padding:0 .75rem;width:auto}.account-btn-label[data-v-f0a14de1]{display:inline}}.cart-btn[data-v-f0a14de1]{align-items:center;background:none;border:none;border-radius:var(--radius-sm);color:var(--bred-navy);cursor:pointer;display:flex;height:36px;justify-content:center;position:relative;transition:background-color var(--transition),color var(--transition);width:36px}@media(max-width:768px){.cart-btn[data-v-f0a14de1]{height:40px;width:40px}}.cart-btn[data-v-f0a14de1]:hover{background-color:var(--bg-light);color:var(--bred-blue)}.cart-badge[data-v-f0a14de1]{background-color:var(--accent-red);border:2px solid var(--white);border-radius:999px;color:var(--white);display:flex;font-size:.625rem;font-weight:700;height:18px;line-height:1;min-width:18px;padding:0 4px;position:absolute;right:-2px;top:-2px}.burger-btn[data-v-f0a14de1],.cart-badge[data-v-f0a14de1]{align-items:center;justify-content:center}.burger-btn[data-v-f0a14de1]{background:none;border:none;cursor:pointer;display:none;height:40px;padding:0;width:40px}@media(max-width:768px){.burger-btn[data-v-f0a14de1]{display:flex}}.burger-line[data-v-f0a14de1],.burger-line[data-v-f0a14de1]:after,.burger-line[data-v-f0a14de1]:before{background-color:var(--bred-navy);border-radius:2px;display:block;height:2px;transition:transform .25s ease,opacity .2s ease;width:20px}.burger-line[data-v-f0a14de1]{position:relative}.burger-line[data-v-f0a14de1]:after,.burger-line[data-v-f0a14de1]:before{content:"";left:0;position:absolute}.burger-line[data-v-f0a14de1]:before{top:-6px}.burger-line[data-v-f0a14de1]:after{top:6px}.burger-open[data-v-f0a14de1]{background-color:transparent}.burger-open[data-v-f0a14de1]:before{top:0;transform:rotate(45deg)}.burger-open[data-v-f0a14de1]:after{top:0;transform:rotate(-45deg)}.mobile-menu[data-v-f0a14de1]{background-color:#0f172a66;inset:0;position:fixed;z-index:999}.mobile-menu-panel[data-v-f0a14de1]{background:var(--white);bottom:0;box-shadow:-4px 0 24px #0000001f;overflow-y:auto;padding:1.25rem 1.25rem 2rem;position:absolute;right:0;top:0;width:min(86vw,340px)}.mobile-menu-panel[data-v-f0a14de1],.mobile-nav[data-v-f0a14de1]{display:flex;flex-direction:column}.mobile-nav[data-v-f0a14de1]{gap:.15rem}.mobile-nav-link[data-v-f0a14de1]{align-items:center;color:var(--gray-800);display:flex;font-size:1.0625rem;font-weight:500;gap:.75rem;padding:.875rem .75rem;text-decoration:none;transition:color var(--transition)}.mobile-nav-link.router-link-active[data-v-f0a14de1],.mobile-nav-link[data-v-f0a14de1]:hover{background:none;color:var(--bred-blue)}.mobile-lang[data-v-f0a14de1]{border-top:1px solid var(--gray-200);margin-top:auto;padding:1rem .75rem .35rem}.mobile-lang-label[data-v-f0a14de1]{color:var(--gray-500);font-size:.75rem;font-weight:700;letter-spacing:.02em;margin:0 0 .6rem}.mobile-lang-btns[data-v-f0a14de1]{display:flex;gap:.5rem}.mobile-lang-btn[data-v-f0a14de1]{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);color:var(--gray-800);cursor:pointer;flex:1;font-family:inherit;font-size:.875rem;font-weight:600;padding:.65rem .75rem;transition:background-color var(--transition),color var(--transition),border-color var(--transition)}.mobile-lang-btn-active[data-v-f0a14de1],.mobile-lang-btn[data-v-f0a14de1]:hover{border-color:var(--bred-blue);color:var(--bred-blue)}.mobile-lang-btn-active[data-v-f0a14de1]{background-color:#2e6ca71a}.mobile-lang-btn[data-v-f0a14de1]:focus,.mobile-lang-btn[data-v-f0a14de1]:focus-visible{outline:2px solid var(--bred-navy);outline-offset:2px}.mobile-contact-link[data-v-f0a14de1]{align-items:center;border-radius:var(--radius-sm);color:var(--gray-800);display:flex;font-size:.9375rem;font-weight:500;gap:.75rem;margin-top:.35rem;padding:.75rem;text-decoration:none;transition:background-color var(--transition),color var(--transition)}.mobile-contact-link[data-v-f0a14de1]:hover{background-color:#2e6ca714;color:var(--bred-blue)}.mobile-menu-enter-active[data-v-f0a14de1]{transition:opacity .25s ease}.mobile-menu-leave-active[data-v-f0a14de1]{transition:opacity .2s ease}.mobile-menu-enter-from[data-v-f0a14de1],.mobile-menu-leave-to[data-v-f0a14de1]{opacity:0}.mobile-menu-enter-active .mobile-menu-panel[data-v-f0a14de1]{transition:transform .3s cubic-bezier(.16,1,.3,1)}.mobile-menu-leave-active .mobile-menu-panel[data-v-f0a14de1]{transition:transform .2s ease}.mobile-menu-enter-from .mobile-menu-panel[data-v-f0a14de1],.mobile-menu-leave-to .mobile-menu-panel[data-v-f0a14de1]{transform:translate(100%)}.footer[data-v-02e95b95]{background-color:#000;color:#ffffffb8;margin-top:auto}.footer-main[data-v-02e95b95]{padding:4rem 0 3rem}@media(max-width:640px){.footer-main[data-v-02e95b95]{padding:2.5rem 0 2rem}.footer-legal[data-v-02e95b95]{gap:1rem}}.footer-grid[data-v-02e95b95]{display:grid;gap:2.5rem}@media(min-width:640px){.footer-grid[data-v-02e95b95]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid[data-v-02e95b95]{gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer-logo[data-v-02e95b95]{margin-bottom:1.5rem}.footer-logo-image[data-v-02e95b95]{height:64px;width:auto}.footer-description[data-v-02e95b95]{color:#ffffffb8;font-size:.9375rem;line-height:1.7;margin-bottom:0}.footer-title[data-v-02e95b95]{color:var(--white);font-size:1rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.footer-links[data-v-02e95b95]{list-style:none}.footer-links li[data-v-02e95b95]{margin-bottom:.75rem}.footer-links a[data-v-02e95b95]{color:#ffffffa6;font-size:.9375rem;text-decoration:none;transition:color var(--transition)}.footer-links a[data-v-02e95b95]:hover{color:var(--white)}.footer-contact[data-v-02e95b95]{list-style:none}.footer-contact li[data-v-02e95b95]{color:#ffffffb8;display:flex;font-size:.9375rem;gap:.75rem;margin-bottom:1rem}.footer-contact svg[data-v-02e95b95]{color:var(--bred-blue);flex-shrink:0;margin-top:2px}.footer-bottom[data-v-02e95b95]{border-top:1px solid hsla(0,0%,100%,.12);padding:1.5rem 0}.footer-bottom-inner[data-v-02e95b95]{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}@media(min-width:768px){.footer-bottom-inner[data-v-02e95b95]{flex-direction:row;justify-content:space-between;text-align:left}}.copyright[data-v-02e95b95]{color:#ffffff73;font-size:.875rem;margin:0}.footer-copy-block[data-v-02e95b95]{display:flex;flex-direction:column;gap:.35rem}.footer-credit[data-v-02e95b95]{color:#ffffff73;font-size:.8125rem;margin:0}.footer-credit a[data-v-02e95b95]{color:#fffc;text-decoration:underline;text-underline-offset:2px}.footer-credit a[data-v-02e95b95]:hover{color:#fff}.footer-legal[data-v-02e95b95]{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.footer-legal[data-v-02e95b95] a,.footer-legal a[data-v-02e95b95]{color:#ffffff73;font-size:.875rem;text-decoration:none;transition:color var(--transition)}.footer-legal[data-v-02e95b95] a:hover,.footer-legal a[data-v-02e95b95]:hover{color:var(--white)}.drawer-overlay[data-v-5b31e7a0]{background-color:#0f172a73;cursor:pointer;inset:0;position:fixed;z-index:1999}.overlay-enter-active[data-v-5b31e7a0],.overlay-leave-active[data-v-5b31e7a0]{transition:opacity .25s ease}.overlay-enter-from[data-v-5b31e7a0],.overlay-leave-to[data-v-5b31e7a0]{opacity:0}.drawer[data-v-5b31e7a0]{background-color:var(--white);bottom:0;box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column;max-width:440px;position:fixed;right:0;top:0;width:100%;z-index:2000}.drawer-enter-active[data-v-5b31e7a0],.drawer-leave-active[data-v-5b31e7a0]{transition:transform .32s cubic-bezier(.4,0,.2,1)}.drawer-enter-from[data-v-5b31e7a0],.drawer-leave-to[data-v-5b31e7a0]{transform:translate(100%)}.drawer-header[data-v-5b31e7a0]{border-bottom:1px solid var(--gray-200);flex-shrink:0;justify-content:space-between;padding:1.25rem 1.5rem}.drawer-header[data-v-5b31e7a0],.drawer-title[data-v-5b31e7a0]{align-items:center;display:flex}.drawer-title[data-v-5b31e7a0]{color:var(--bred-navy);font-size:1.125rem;font-weight:700;gap:.625rem;margin:0}.drawer-count[data-v-5b31e7a0]{background-color:var(--bred-blue);border-radius:999px;color:var(--white);display:inline-flex;font-size:.75rem;font-weight:700;height:24px;min-width:24px;padding:0 .5rem}.drawer-close[data-v-5b31e7a0],.drawer-count[data-v-5b31e7a0]{align-items:center;justify-content:center}.drawer-close[data-v-5b31e7a0]{background:none;border:none;border-radius:var(--radius-sm);color:var(--gray-500);cursor:pointer;display:flex;height:36px;transition:background-color var(--transition),color var(--transition);width:36px}.drawer-close[data-v-5b31e7a0]:hover{background-color:var(--bg-light);color:var(--bred-navy)}.drawer-body[data-v-5b31e7a0]{flex:1;overflow-y:auto;padding:0}.drawer-empty[data-v-5b31e7a0]{align-items:center;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;padding:4rem 1.5rem;text-align:center}.drawer-empty-icon[data-v-5b31e7a0]{color:var(--gray-300);margin-bottom:.5rem}.drawer-empty-title[data-v-5b31e7a0]{color:var(--gray-700);font-size:1.0625rem;font-weight:600;margin:0}.drawer-section[data-v-5b31e7a0]{border-bottom:1px solid var(--gray-200);padding:1.25rem 1.5rem}.drawer-section[data-v-5b31e7a0]:last-child{border-bottom:none}.drawer-section-head[data-v-5b31e7a0]{margin-bottom:.75rem}.drawer-section-title[data-v-5b31e7a0]{align-items:center;color:var(--bred-navy);display:flex;font-size:.8125rem;font-weight:700;gap:.5rem;letter-spacing:.05em;text-transform:uppercase}.drawer-section-count[data-v-5b31e7a0]{align-items:center;background-color:var(--gray-100);border-radius:999px;color:var(--gray-700);display:inline-flex;font-size:.6875rem;font-weight:700;height:22px;justify-content:center;letter-spacing:0;min-width:22px;padding:0 .5rem}.drawer-section-event[data-v-5b31e7a0]{color:var(--gray-500);font-size:.8125rem;font-weight:500;margin:.4rem 0 0}.drawer-items[data-v-5b31e7a0]{list-style:none;margin:0 0 .75rem;padding:0}.drawer-item[data-v-5b31e7a0]{align-items:flex-start;border-bottom:1px solid var(--gray-100);display:grid;gap:.75rem;grid-template-columns:64px 1fr auto;padding:.875rem 0}.drawer-item-ticket[data-v-5b31e7a0]{grid-template-columns:1fr auto}.drawer-item[data-v-5b31e7a0]:last-child{border-bottom:none}.drawer-item-image[data-v-5b31e7a0]{background-color:var(--gray-100);border-radius:var(--radius-sm);flex-shrink:0;height:64px;overflow:hidden;width:64px}.drawer-item-image img[data-v-5b31e7a0]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.drawer-item-content[data-v-5b31e7a0]{display:flex;flex-direction:column;gap:.3rem;min-width:0}.drawer-item-name[data-v-5b31e7a0]{color:var(--gray-800);font-size:.875rem;font-weight:600;line-height:1.35;margin:0}.drawer-item-price[data-v-5b31e7a0]{color:var(--bred-blue);font-size:.75rem;font-weight:600;margin:0}.drawer-item-meta[data-v-5b31e7a0]{color:var(--gray-500);font-size:.6875rem;font-weight:600;margin:.35rem 0 0}.drawer-item-bottom[data-v-5b31e7a0]{align-items:center;display:flex;gap:.5rem}.qty-control[data-v-5b31e7a0]{border:1px solid var(--gray-200);border-radius:var(--radius-sm);display:inline-flex;overflow:hidden}.qty-btn[data-v-5b31e7a0],.qty-control[data-v-5b31e7a0]{align-items:center;background:var(--white)}.qty-btn[data-v-5b31e7a0]{border:none;color:var(--gray-700);cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:26px;justify-content:center;line-height:1;transition:background-color var(--transition),color var(--transition);width:26px}.qty-btn[data-v-5b31e7a0]:hover:not(:disabled){background-color:var(--bg-light);color:var(--bred-blue)}.qty-btn[data-v-5b31e7a0]:disabled{cursor:not-allowed;opacity:.35}.qty-value[data-v-5b31e7a0]{background:var(--bg-light);border-left:1px solid var(--gray-200);border-right:1px solid var(--gray-200);color:var(--gray-800);font-size:.8125rem;font-weight:600;min-width:28px}.drawer-item-remove[data-v-5b31e7a0],.qty-value[data-v-5b31e7a0]{align-items:center;display:inline-flex;height:26px;justify-content:center}.drawer-item-remove[data-v-5b31e7a0]{background:none;border:none;border-radius:var(--radius-sm);color:var(--gray-400);cursor:pointer;transition:color var(--transition),background-color var(--transition);width:26px}.drawer-item-remove[data-v-5b31e7a0]:hover{background-color:#b91c1c14;color:#b91c1c}.drawer-item-total[data-v-5b31e7a0]{color:var(--bred-navy);font-size:.875rem;font-weight:700;text-align:right;white-space:nowrap}.drawer-section-foot[data-v-5b31e7a0]{border-top:1px solid var(--gray-100);padding-top:.75rem}.drawer-section-total[data-v-5b31e7a0]{align-items:baseline;color:var(--gray-700);display:flex;font-size:.875rem;font-weight:600;justify-content:space-between;margin-bottom:.75rem}.drawer-section-amount[data-v-5b31e7a0]{color:var(--bred-blue);font-size:1.125rem;font-weight:700}.btn-full[data-v-5b31e7a0]{align-items:center;display:inline-flex;gap:.5rem;justify-content:center;width:100%}.drawer-footer[data-v-5b31e7a0]{background-color:var(--bg-light);border-top:1px solid var(--gray-200);flex-shrink:0;padding:.875rem 1.5rem 1rem;text-align:center}.drawer-fineprint[data-v-5b31e7a0]{color:var(--gray-500);font-size:.75rem;margin:0 0 .5rem}.drawer-continue[data-v-5b31e7a0]{background:none;border:none;color:var(--gray-600);cursor:pointer;font-family:inherit;font-size:.8125rem;padding:.4rem .5rem;text-decoration:underline;text-underline-offset:2px;transition:color var(--transition)}.drawer-continue[data-v-5b31e7a0]:hover{color:var(--bred-blue)}.layout[data-v-b39327a7]{display:flex;flex-direction:column;min-height:100vh}.main-content[data-v-b39327a7]{flex:1}.main-content[data-v-b39327a7]:focus{outline:none}.error-code[data-v-b39327a7]{color:#ffffffbf;font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin:0 0 .5rem}.error-body[data-v-b39327a7]{max-width:40rem}.error-actions[data-v-b39327a7]{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.error-actions .btn[data-v-b39327a7]:focus-visible,.error-shortcut[data-v-b39327a7]:focus-visible{outline:2px solid var(--bred-navy);outline-offset:3px}.error-shortcuts[data-v-b39327a7]{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.error-shortcut[data-v-b39327a7]{color:var(--bred-blue);font-size:.9375rem;font-weight:600;text-decoration:none}.error-shortcut[data-v-b39327a7]:hover{color:var(--bred-navy);text-decoration:underline;text-underline-offset:3px}
