.store-page{max-width:1200px;margin:0 auto;padding:28px 24px 70px}.store-loading{padding:90px 0;text-align:center;color:var(--muted)}.store-cover{min-height:246px;border-radius:16px;padding:34px;display:flex;align-items:end;position:relative;overflow:hidden;color:#fff;background:linear-gradient(125deg,var(--shop-accent),#161616)}.store-cover:after{content:"";position:absolute;right:-45px;top:-78px;width:280px;height:280px;border:44px solid #ffffff22;border-radius:50%}.store-cover>*{position:relative;z-index:1}.store-ident{display:flex;align-items:center;gap:16px}.store-avatar{display:grid;place-items:center;width:76px;height:76px;border-radius:18px;background:#fff;color:var(--shop-accent);font-size:31px;font-weight:900;box-shadow:0 8px 22px #0002}.store-cover h1{font-size:34px;letter-spacing:-1.4px;margin:0}.store-cover p{max-width:650px;margin:8px 0 0;color:#fffdfb}.store-meta{display:flex;gap:16px;align-items:center;margin:18px 0 34px;color:var(--muted);font-size:14px}.store-meta b{color:var(--ink)}.store-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.store-section-head h2{font-size:28px;letter-spacing:-1px;margin:0}.store-section-head p{color:var(--muted);margin:4px 0 0}.store-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.store-empty{border:1px dashed #cfcfcf;border-radius:12px;padding:34px;text-align:center;color:var(--muted)}.store-empty b{display:block;color:var(--ink);margin-bottom:5px}.store-manage{margin-left:auto;border:1px solid #fff8;border-radius:8px;color:#fff;padding:9px 12px;font-weight:700}.store-manage:hover{background:#fff2}.store-badge{display:inline-flex;align-items:center;gap:5px;color:var(--shop-accent);font-size:12px;font-weight:800;margin-top:4px}.theme-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.theme-options button{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;border-radius:8px;padding:11px;text-align:left;font:inherit;font-weight:700;cursor:pointer}.theme-options button.active{border-color:var(--orange);box-shadow:0 0 0 2px #ff6b0018}.theme-options i{display:block;width:18px;height:18px;border-radius:50%;background:var(--theme-color)}.theme-options button[data-theme="orange"]{--theme-color:#ff6b00}.theme-options button[data-theme="indigo"]{--theme-color:#4a56d6}.theme-options button[data-theme="forest"]{--theme-color:#1d8068}.theme-options button[data-theme="rose"]{--theme-color:#c8496a}.store-preview{display:flex;align-items:center;gap:11px;margin-top:18px;padding:15px;border-radius:10px;background:linear-gradient(120deg,var(--preview-accent),#252525);color:#fff}.store-preview>span{display:grid;place-items:center;width:43px;height:43px;border-radius:10px;background:#fff;color:var(--preview-accent);font-size:20px;font-weight:900}.store-preview b,.store-preview small{display:block}.store-preview small{color:#fff9;font-size:12px;margin-top:2px}@media(max-width:800px){.store-page{padding:20px 16px 50px}.store-cover{min-height:220px;padding:23px}.store-cover h1{font-size:28px}.store-meta{flex-wrap:wrap}.store-products{grid-template-columns:repeat(2,1fr);gap:11px}.theme-options{grid-template-columns:1fr}.store-manage{position:absolute;right:18px;top:16px}.store-ident{align-items:end}.store-avatar{width:58px;height:58px;font-size:25px}}
.store-meta a{color:var(--shop-accent);font-weight:700}.store-meta a:hover{text-decoration:underline}
.store-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.store-logo-upload{margin-bottom:12px}.store-logo-upload input{padding:9px;background:var(--soft)}.store-logo-selected{display:flex;align-items:center;gap:12px;margin:10px 0 18px}.store-logo-selected[hidden]{display:none}.store-logo-selected img{width:72px;height:72px;border:1px solid var(--line);border-radius:14px;object-fit:cover}.store-logo-selected button{border:1px solid var(--line);border-radius:8px;background:#fff;color:#a33422;padding:9px 11px;cursor:pointer}.store-logo-selected button:hover{border-color:#a33422}
