.p83-hero,.p83-profile-hero{display:flex;gap:22px;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#111827,#1d4ed8);color:#fff;border-radius:28px;padding:26px;margin:0 0 22px;box-shadow:0 22px 60px rgba(37,99,235,.22)}
.p83-hero h1,.p83-profile-hero h1{margin:8px 0;font-size:clamp(26px,4vw,44px);font-weight:950}.p83-hero p,.p83-profile-hero p{color:#dbeafe;margin:0;line-height:1.9}.p83-hero span,.p83-profile-hero span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.p83-hero form{display:flex;gap:8px;min-width:min(420px,100%)}.p83-hero input,.p83-shop-search input{width:100%;border:1px solid #dbe4f0;border-radius:16px;padding:13px 14px;background:#fff;color:#0f172a}.p83-hero button,.p83-shop-search button,.p83-btn{border:0;border-radius:16px;padding:12px 16px;background:#ef4444;color:#fff;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;white-space:nowrap}.p83-btn.ghost{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22)}
.p83-section{margin:22px 0}.p83-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.p83-section-head h2{margin:0;font-size:24px}.p83-section-head b{background:#eef2ff;color:#3730a3;border-radius:999px;padding:8px 12px;font-size:13px}.p83-shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.p83-shop-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(15,23,42,.06);transition:.2s}.p83-shop-card:hover{transform:translateY(-3px);box-shadow:0 20px 52px rgba(15,23,42,.1)}.p83-shop-logo{height:150px;background:linear-gradient(180deg,#f8fafc,#eef2ff);display:flex;align-items:center;justify-content:center}.p83-shop-logo img{max-width:78%;max-height:90px;object-fit:contain}.p83-shop-body{padding:16px}.p83-shop-body h3{margin:0 0 6px;font-size:18px}.p83-shop-body h3 a{color:#0f172a;text-decoration:none}.p83-shop-body p{margin:0 0 12px;color:#64748b;direction:ltr;text-align:right}.p83-shop-metrics{display:flex;gap:8px;margin:12px 0}.p83-shop-metrics span{flex:1;background:#f8fafc;border:1px solid #edf2f7;border-radius:16px;padding:10px;text-align:center;font-size:20px;font-weight:950}.p83-shop-metrics small{display:block;font-size:11px;color:#64748b;font-weight:700;margin-top:3px}.p83-shop-card .p83-btn{width:100%;box-sizing:border-box;background:#2563eb}
.p83-profile-logo{width:116px;height:116px;border-radius:28px;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;box-shadow:0 18px 42px rgba(0,0,0,.18);flex:0 0 auto}.p83-profile-logo img{max-width:100%;max-height:100%;object-fit:contain}.p83-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.p83-profile-stats{display:flex;gap:10px}.p83-profile-stats b{min-width:110px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:20px;padding:14px;text-align:center;font-size:28px}.p83-profile-stats small{display:block;font-size:12px;color:#dbeafe;margin-top:4px}.p83-shop-info{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.p83-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:18px;box-shadow:0 12px 34px rgba(15,23,42,.05)}.p83-info-card h2{margin:0 0 10px;font-size:18px}.p83-info-card p{margin:0 0 8px;color:#475569;line-height:1.9}.p83-shop-search{display:flex;gap:8px;margin:0 0 16px}.p83-shop-search button{background:#2563eb}.p83-pager{display:flex;gap:8px;justify-content:center;margin:22px 0;flex-wrap:wrap}.p83-pager a{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#0f172a;text-decoration:none;font-weight:900}.p83-pager a.active{background:#2563eb;color:#fff;border-color:#2563eb}.p83-empty{grid-column:1/-1;background:#fff;border:1px dashed #cbd5e1;border-radius:22px;padding:24px;text-align:center;color:#64748b}.p83-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}.p83-product{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:12px;text-decoration:none;color:#0f172a;display:grid;gap:8px}.p83-product img{width:100%;aspect-ratio:1/1;object-fit:contain}.p83-product span{color:#dc2626;font-weight:950}
@media(max-width:900px){.p83-hero,.p83-profile-hero{flex-direction:column;align-items:stretch;padding:18px;border-radius:22px}.p83-hero form,.p83-shop-search{flex-direction:column}.p83-profile-stats{width:100%}.p83-profile-stats b{flex:1}.p83-shop-info{grid-template-columns:1fr}.p83-profile-logo{width:92px;height:92px}.p83-shop-grid{grid-template-columns:1fr 1fr;gap:10px}.p83-shop-logo{height:110px}.p83-shop-body{padding:12px}.p83-shop-metrics span{font-size:16px;padding:8px}.p83-section-head h2{font-size:19px}}
@media(max-width:520px){.p83-shop-grid{grid-template-columns:1fr}.p83-hero h1,.p83-profile-hero h1{font-size:25px}.p83-profile-stats{flex-direction:column}.p83-actions .p83-btn{width:100%}}
