.qura-store-v2-overlay{position:fixed;inset:0;z-index:305;display:none;align-items:stretch;justify-content:center;background:rgba(31,41,55,.42);backdrop-filter:blur(5px)}.qura-store-v2-overlay.show{display:flex}.qura-store-v2-shell{width:min(780px,100%);height:100%;display:flex;flex-direction:column;background:#FFF7E6;box-shadow:0 0 48px rgba(59,36,21,.2)}.qura-store-v2-head{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border-bottom:1px solid #E5E7EB}.qura-store-v2-head>button{width:40px;height:40px;border:1px solid #E5E7EB;border-radius:12px;background:#fff;color:#3B2415;font-size:22px;cursor:pointer}.qura-store-v2-head b{display:block;color:#3B2415;font-size:19px}.qura-store-v2-head small{display:block;color:#6B7280;margin-top:2px}#quraStoreV2Body{flex:1;overflow:auto;padding:14px}.qura-store-v2-hero{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #E5E7EB;border-radius:18px;padding:14px}.qura-store-v2-avatar{width:58px;height:58px;border-radius:18px;background:#D97706;color:#fff;display:grid;place-items:center;font-size:24px;font-weight:900}.qura-store-v2-hero h2{margin:0;color:#3B2415}.qura-store-v2-hero p{margin:4px 0 0;color:#6B7280}.qura-store-v2-toolbar{display:grid;grid-template-columns:1fr 160px;gap:8px;margin:12px 0}.qura-store-v2-toolbar input,.qura-store-v2-toolbar select{border:1px solid #E5E7EB;background:#fff;border-radius:12px;padding:10px;font:inherit;color:#1F2937}.qura-store-v2-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qura-store-v2-product{display:grid;grid-template-columns:110px 1fr;background:#fff;border:1px solid #E5E7EB;border-radius:16px;overflow:hidden}.qura-store-v2-product>div{min-height:140px;background:#F3F4F6;display:grid;place-items:center;font-size:34px}.qura-store-v2-product img{width:100%;height:100%;object-fit:cover}.qura-store-v2-product section{padding:11px}.qura-store-v2-product h3{margin:0;color:#3B2415;font-size:15px}.qura-store-v2-product p{margin:5px 0;color:#6B7280;font-size:13px;line-height:1.45}.qura-store-v2-product strong{display:block;color:#D97706;margin:7px 0}.qura-store-v2-product button{width:100%;border:0;background:#D97706;color:#fff;border-radius:10px;padding:8px;font-weight:800;cursor:pointer}.qura-store-v2-empty{text-align:center;color:#6B7280;padding:40px 16px}@media(min-width:781px){.qura-store-v2-overlay{padding:18px}.qura-store-v2-shell{height:calc(100vh - 36px);border-radius:24px;overflow:hidden}}@media(max-width:620px){#quraStoreV2Body{padding:10px}.qura-store-v2-toolbar{grid-template-columns:1fr}.qura-store-v2-products{grid-template-columns:1fr}.qura-store-v2-product{grid-template-columns:96px 1fr}}