.app{background:linear-gradient(#1a1612 0%,#0f0d0a 100%);flex-flow:column;gap:2rem;min-height:100dvh;padding:1.6rem 1.6rem 2.4rem;display:flex}.header{text-align:center;padding:1.2rem 0}.header.long{justify-content:center;align-items:center;display:flex;position:relative}.title{color:var(--gold);font-size:2.4rem;font-family:var(--font-display);letter-spacing:.5px;text-shadow:2px 2px 4px #00000080}.subtitle{color:var(--white-muted);text-transform:uppercase;letter-spacing:2px;margin-top:.4rem;font-size:1.2rem;font-weight:600}.medal-type-toggle{flex-flow:row;align-items:stretch;gap:.8rem;max-width:42rem;margin:1.2rem auto 0;display:flex}.medal-type-bttn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;color:var(--white-muted);font-size:1.1rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;flex:1;justify-content:center;align-items:center;padding:1rem 1.2rem;font-weight:800;transition:all .2s;display:flex}.medal-type-bttn.active{border-color:var(--gold);box-shadow:var(--shadow-gold);color:var(--gold-light);background:#f5c5181f}.medal-type-bttn:active{transform:scale(.98)}.main{flex-flow:column;gap:2rem;display:flex}.section-title{color:var(--white);font-size:1.8rem;font-family:var(--font-display);margin-bottom:1.2rem}.back-bttn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;color:var(--gold);font-size:1.2rem;font-family:var(--font-body);align-items:center;padding:.8rem 1.2rem;font-weight:800;transition:all .2s;display:flex;position:absolute;left:0}.back-bttn:active{transform:scale(.98)}@media screen and (min-width:768px){.app{max-width:80rem;margin:0 auto;padding:2.4rem 4rem}.title{font-size:3.2rem}.subtitle{font-size:1.4rem}}@media screen and (min-width:1024px){.app{gap:2.4rem;max-width:100rem;padding:3.2rem 6rem}.title{font-size:4rem}}
.store-content-section{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card);padding:1.6rem}.store-content-text{color:var(--white-muted);margin-top:.8rem;font-size:1.4rem;font-weight:600}.store-content-section p:first-child,.store-content-section h2+p{margin-top:0}.store-content-list{color:var(--white-muted);margin-top:1rem;padding-left:2rem;font-size:1.4rem;font-weight:600;list-style:outside}.store-content-list.ordered{list-style:decimal}.store-content-list li+li{margin-top:.8rem}.store-content-section a{color:var(--gold);text-underline-offset:2px;text-decoration:underline}.store-content-section a:active{color:var(--gold-light)}.faq-list{flex-direction:column;gap:1rem;margin-top:1.2rem;display:flex}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);padding:1.2rem}.faq-question{color:var(--white);font-size:1.4rem;font-weight:800}.faq-answer{color:var(--white-muted);margin-top:.6rem;font-size:1.4rem;font-weight:600}.contact-links{flex-flow:wrap;justify-content:center;gap:1.2rem;margin-top:2rem;display:flex}.contact-links a{text-decoration:none}.contact-link{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);min-width:12rem;color:var(--gold);flex-flow:row;align-items:center;gap:.8rem;padding:1rem 1.6rem 1rem 2rem;font-size:1.3rem;font-weight:800;transition:all .2s;display:flex}.contact-link span:first-child{font-size:1.6rem}.contact-link:active{color:var(--gold-light);transform:scale(.98)}@media screen and (min-width:768px){.store-content-section{padding:2rem}}@media screen and (min-width:1024px){.store-content-section{padding:2.4rem}}
.nav{z-index:1000;width:100%;min-width:32rem;padding:calc(env(safe-area-inset-top) + .8rem)1.2rem .8rem 1.2rem;border-bottom:1px solid var(--border-gold);background:linear-gradient(135deg,var(--bg-card)0%,var(--bg-card-hover)50%,var(--bg-card)100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);position:sticky;top:0}.nav-content{flex-flow:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.nav-burger-bttn{border:2px solid var(--border-gold);border-radius:var(--radius);background:var(--bg-input);width:4.2rem;height:4.2rem;box-shadow:var(--shadow);cursor:pointer;flex-flow:column;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-burger-bttn:active{transform:scale(.98)}.nav-burger{background:var(--gold-light);border-radius:999px;width:2rem;height:.2rem;position:relative;box-shadow:0 2px 10px #00000040}.nav-burger:before,.nav-burger:after{content:"";background:var(--gold-light);border-radius:999px;width:2rem;height:.2rem;position:absolute;left:0}.nav-burger:before{top:-.6rem}.nav-burger:after{top:.6rem}
.footer{border-top:1px solid var(--border-gold);flex-flow:column;align-items:center;gap:1.6rem;margin-top:auto;padding-top:1.6rem;display:flex}.footer-bttns-group{flex-flow:wrap;justify-content:center;gap:.8rem;display:flex}.footer-link{border:1px solid var(--border);background:var(--bg-input);color:var(--gold);text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:.6rem 1rem;font-size:1.1rem;font-weight:800;transition:color .2s}.footer-link:active{color:var(--gold-light);transform:scale(.98)}.footer-watermark{color:var(--grey);text-align:center;font-size:1.2rem}.linktree{color:var(--gold);transition:color .2s}.linktree:active{color:var(--gold-light)}@media (hover:hover){.footer-link:hover{border-color:var(--gold);color:var(--gold-light);background:#f5c5181f}.linktree:hover{color:var(--gold-light)}}
.modal-blur{z-index:2000;padding:env(safe-area-inset-top)0 env(safe-area-inset-bottom)0;overscroll-behavior-y:contain;background:radial-gradient(circle at 18% 12%,#d4af372e,#000000a6);flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex;position:fixed;inset:0;overflow:hidden auto}.modal{overscroll-behavior-y:contain;border:2px solid var(--border-gold);background:linear-gradient(135deg,var(--bg-card)0%,var(--bg-card-hover)50%,var(--bg-card)100%);width:100%;min-width:30rem;max-width:30rem;height:100%;max-height:100%;box-shadow:var(--shadow);border-radius:0 14px 14px 0;flex-flow:column;justify-content:flex-start;align-items:stretch;gap:2rem;padding:2.2rem 1.6rem;display:flex;overflow:hidden auto}.modal-header{flex-flow:row;justify-content:space-between;align-items:center;gap:.6rem;display:flex}.modal-header-title{color:var(--gold-light);letter-spacing:.02em;text-shadow:0 2px 10px #0000008c;font-size:2.4rem;font-weight:800;line-height:1.15}.modal-close-bttn{border:2px solid var(--border-gold);border-radius:var(--radius-sm);background:var(--bg-input);width:3.6rem;height:3.6rem;box-shadow:var(--shadow);cursor:pointer;color:var(--gold-light);flex-flow:row;justify-content:center;align-items:center;font-size:2rem;font-weight:800;line-height:1;transition:all .2s;display:flex}.modal-close-bttn:active{transform:scale(.98)}.menu-bttns-group{flex-flow:column;justify-content:center;align-items:stretch;gap:1rem;display:flex}.menu-bttn{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);cursor:pointer;color:var(--white-muted);font-size:1.4rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;flex-flow:row;justify-content:center;align-items:center;padding:1.2rem 1.6rem;font-weight:800;transition:all .2s;display:flex}.menu-bttn:active{transform:scale(.98)}.menu-bttn.active{border-color:var(--gold);box-shadow:var(--shadow-gold);color:var(--gold-light);background:#f5c5181f}.mobile-slide-in-left{animation:.4s ease-out forwards mobile-slide-in-left}.mobile-slide-out-left{animation:.4s ease-in forwards mobile-slide-out-left}@keyframes mobile-slide-in-left{0%{opacity:0;transform:translate(-105%)}to{opacity:1;transform:translate(0)}}@keyframes mobile-slide-out-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-105%)}}.modal.side-menu .modal-bttns-group.top+.modal-bttns-group.top{position:relative}.modal.side-menu .modal-bttns-group.top+.modal-bttns-group.top:before{content:"";background:var(--border-gold);pointer-events:none;height:1px;position:absolute;top:-1rem;left:0;right:0}
