*{box-sizing:border-box}body{margin:0;background:#efe8ae;color:#111;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none}
.social-top{background:#f4d100;padding:14px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px;position:sticky;top:0;z-index:30}.social-top strong{display:block;font-size:20px}.social-top span{font-size:13px}.social-top nav{display:flex;gap:14px;flex-wrap:wrap}.social-top nav a{color:#111;font-weight:900}
.social-wrap{max-width:1320px;margin:0 auto;padding:22px 16px 70px}.profile-hero{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px #0002}.profile-cover{height:260px;background-size:cover;background-position:center;background-color:#111;position:relative}.profile-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0001,#0004)}
.profile-main{display:grid;grid-template-columns:150px 1fr auto;gap:18px;align-items:start;padding:0 24px 24px;margin-top:-58px;position:relative;z-index:2}.avatar-box{width:150px;height:150px;border-radius:34px;overflow:hidden;border:6px solid #fff;background:#f5f5f5;box-shadow:0 8px 24px #0003}.avatar-box img{width:100%;height:100%;object-fit:cover;display:block}.profile-info{padding-top:66px}.profile-name-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.profile-name-row h1{font-size:34px;margin:0;line-height:1}.verify-badge{background:#d8f3dc;color:#14532d;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.profile-location{margin:8px 0;color:#555;font-weight:700}.profile-bio{margin:0;color:#222;line-height:1.4;max-width:740px}.muted{color:#777}
.trust-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.trust-row span{background:#fff4ba;border:1px solid #eadc87;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.profile-actions{padding-top:66px;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.follow-btn,.share-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:14px;font-weight:900}.follow-btn{background:#1677ff;color:#fff}.follow-btn.secondary{background:#111;color:#fff}.share-btn{background:#f4d100;color:#111}
.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0}.profile-stats article{background:#fff;border-radius:20px;padding:18px;box-shadow:0 8px 22px #0001}.profile-stats strong{display:block;font-size:32px;line-height:1}.profile-stats span{color:#555;font-size:13px;font-weight:900;text-transform:uppercase}
.profile-content{display:grid;grid-template-columns:330px 1fr;gap:18px;align-items:start}.profile-side{display:grid;gap:18px}.side-card,.profile-ads{background:#fff;border-radius:22px;padding:18px;box-shadow:0 8px 22px #0001}.side-card h2{margin:0 0 14px}.side-card p{margin:0;color:#555;line-height:1.4}.trust-list{display:grid;gap:12px}.trust-list div{border-bottom:1px solid #eee;padding-bottom:10px}.trust-list div:last-child{border-bottom:0;padding-bottom:0}.trust-list strong{display:block}.trust-list span{color:#555;font-size:14px}
.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.section-head h2{margin:0;font-size:24px}.section-head span{color:#555;font-weight:900}.ads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.ad-card{background:#fffdf3;border:1px solid #eadf9d;border-radius:20px;overflow:hidden;color:#111;box-shadow:0 6px 18px #0001;transition:.15s}.ad-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0002}.ad-card.premium{border:3px solid #f4d100}.ad-img{height:190px;background:#f5f5f5;position:relative}.ad-img img{width:100%;height:100%;object-fit:cover;display:block}.floating-badge{position:absolute;top:10px;left:10px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900}.gold{background:#f4d100;color:#111}.ad-body{padding:13px}.ad-price{font-size:25px;font-weight:900;margin-bottom:6px}.ad-body h3{font-size:15px;line-height:1.2;margin:0 0 8px}.ad-body p{color:#555;margin:0 0 10px;font-size:13px}.ad-badges{display:flex;gap:6px;flex-wrap:wrap}.ad-badges span{background:#111;color:#fff;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900}.empty-ads{grid-column:1/-1;background:#fffdf3;border:1px solid #eadf9d;border-radius:18px;padding:24px;color:#555;font-weight:900;text-align:center}
@media(max-width:980px){.profile-main{grid-template-columns:120px 1fr}.avatar-box{width:120px;height:120px;border-radius:28px}.profile-actions{grid-column:1/-1;padding-top:0;justify-content:flex-start}.profile-info{padding-top:62px}.profile-content{grid-template-columns:1fr}}
@media(max-width:680px){.social-top{align-items:flex-start;flex-direction:column}.profile-cover{height:190px}.profile-main{grid-template-columns:1fr;margin-top:-54px;padding:0 16px 18px}.avatar-box{width:112px;height:112px}.profile-info{padding-top:0}.profile-name-row h1{font-size:28px}.profile-stats{grid-template-columns:repeat(2,1fr)}.ads-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ad-img{height:150px}.ad-price{font-size:21px}}