.top-links{display:flex;gap:18px}.store-portal{min-height:100vh;background:var(--surface)}.store-header{padding:20px max(24px,calc((100vw - 1040px)/2));display:flex;justify-content:space-between;align-items:center;background:var(--surface);box-shadow:0 6px 15px rgba(118,126,139,.25)}.store-header img{height:35px}.store-wrap{max-width:1040px;margin:auto;padding:42px 22px}.store-welcome{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.store-welcome h1{margin:5px 0}.store-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px}.store-card{padding:26px;border-radius:22px;background:var(--surface);box-shadow:var(--raised)}.store-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:26px}.store-metric{padding:20px;border-radius:18px;background:var(--surface);box-shadow:var(--raised-sm)}.store-metric span{font-size:13px;color:var(--muted)}.store-metric strong{display:block;margin-top:8px;font-size:25px}.store-qr{text-align:center}.store-qr img{width:min(280px,100%);margin:16px auto;border-radius:18px;box-shadow:var(--inset)}.store-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:760px){.store-header{padding:calc(14px + env(safe-area-inset-top)) 16px 14px}.store-wrap{padding:28px 15px calc(30px + env(safe-area-inset-bottom))}.store-grid{grid-template-columns:1fr;gap:22px}.store-metrics{grid-template-columns:1fr 1fr;gap:14px}.store-metric{padding:16px 14px}.store-metric strong{font-size:21px}.store-card{padding:20px 16px;border-radius:19px}.store-welcome{display:block}.store-welcome .badge{margin-top:8px}.store-table table{min-width:720px}.top-links{gap:12px}}
