.child-store-page{max-width:1240px;margin:auto;padding-bottom:14px}.store-hero,.store-featured,.store-section,.store-tip{border:2px solid rgba(255,255,255,.85);border-radius:28px;background:rgba(255,255,255,.76);box-shadow:var(--lingo-shadow-md);backdrop-filter:blur(12px)}.store-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;background:linear-gradient(135deg,rgba(255,241,250,.92),rgba(235,230,255,.86))}.store-hero span{color:var(--lingo-pink);font-family:var(--lingo-font-heading);font-weight:800}.store-hero h1{margin:2px 0;color:var(--lingo-purple);font-family:var(--lingo-font-heading);font-size:clamp(38px,5vw,62px);font-weight:800}.store-hero p{margin:0;font-weight:700}.store-balance{padding:13px 18px;border-radius:22px;background:#fff;font-size:35px}.store-balance strong{font-family:var(--lingo-font-heading)}.store-tabs{display:flex;gap:9px;overflow-x:auto;padding:8px;border:2px solid rgba(255,255,255,.8);border-radius:22px;background:rgba(255,255,255,.7)}.store-tabs button{flex:1;min-width:135px;padding:10px 14px;border:0;border-radius:15px;background:#fff;font-weight:800;white-space:nowrap}.store-tabs button.active{color:#fff;background:linear-gradient(135deg,var(--lingo-purple),var(--lingo-purple-dark))}.store-featured{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:20px;padding:26px 30px;background:linear-gradient(135deg,#fff4c8,#ffddec 55%,#e0d4ff)}.store-featured>div>span{color:#d46600;font-weight:800}.store-featured h2{margin:5px 0;color:#5524b4;font-family:var(--lingo-font-heading);font-size:clamp(26px,3vw,40px);font-weight:800}.store-featured p{font-weight:700}.store-featured div div{display:flex;align-items:center;gap:14px;margin-top:18px}.store-featured button,.store-card button{border:0;border-radius:999px;color:#fff;background:linear-gradient(180deg,#9b62ff,#7038df);font-weight:800}.store-featured button{padding:11px 20px;background:linear-gradient(180deg,#65dc56,#1bb638)}.store-featured>b{text-align:center;font-size:150px;animation:store-float 3.5s ease-in-out infinite}.store-section{padding:22px}.store-section h2{margin:0;font-family:var(--lingo-font-heading);font-size:25px}.store-section p{margin:4px 0 0;font-weight:700}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-top:18px}.store-card{position:relative;display:flex;min-height:315px;flex-direction:column;padding:15px;border:2px solid rgba(255,255,255,.88);border-radius:23px;background:linear-gradient(145deg,#fff7e4,#fff);box-shadow:0 9px 20px rgba(70,45,117,.1);transition:.18s}.store-card:hover{transform:translateY(-5px)}.store-card[hidden]{display:none!important}.store-card__badge{position:absolute;right:10px;top:10px}.store-card__image{display:grid;min-height:145px;place-items:center;font-size:92px}.store-card h3{margin:0;text-align:center;color:var(--lingo-purple);font-family:var(--lingo-font-heading);font-size:18px}.store-card>p{text-align:center;font-size:12px}.store-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.store-card footer button{padding:8px 12px}.store-tip{display:flex;align-items:center;gap:18px;padding:20px 24px}.store-tip>span{font-size:72px}.store-tip>div{flex:1}.store-tip h2{margin:0;color:var(--lingo-purple);font-family:var(--lingo-font-heading);font-size:20px}.store-tip p{margin:4px 0 0;font-weight:700}.store-tip a{padding:11px 17px;border-radius:999px;color:#fff;background:var(--lingo-purple);text-decoration:none;font-weight:800}.store-modal{position:fixed;inset:0;z-index:800;display:grid;place-items:center;background:rgba(43,32,91,.52);backdrop-filter:blur(8px)}.store-modal[hidden]{display:none}.store-modal__dialog{width:min(90%,430px);padding:28px;border-radius:28px;background:#fff;text-align:center}.store-modal__dialog>button{float:right;border:0;background:transparent;font-size:26px}.store-modal__dialog>div{font-size:70px}.store-modal__dialog footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.store-modal__dialog footer button{padding:11px;border:0;border-radius:999px}.store-modal__dialog footer button:last-child{color:#fff;background:#2fbd43}@keyframes store-float{50%{transform:translateY(-7px) rotate(2deg)}}@media(max-width:991px){.store-grid{grid-template-columns:repeat(3,1fr)}.store-featured{grid-template-columns:1fr}}@media(max-width:767px){.store-grid{grid-template-columns:repeat(2,1fr)}.store-tip{flex-wrap:wrap}.store-tip a{width:100%;text-align:center}}@media(max-width:575px){.store-hero{flex-direction:column;align-items:flex-start}.store-grid{grid-template-columns:1fr}.store-featured>b{font-size:100px}}
