.profile-type-title{font-size:.78rem;color:#fff;font-weight:900;letter-spacing:.08em;margin-top:5px}
.account-note{font-size:.8rem;line-height:1.45;color:var(--muted);border:1px solid var(--line);border-radius:13px;padding:11px;background:#151515}
.profile-checks{grid-template-columns:1fr 1fr}
.profile-checks label{display:flex;align-items:center;gap:7px;background:#181818;border-radius:12px;padding:9px}
.service-switch{display:flex;gap:9px;color:#ddd;font-size:.88rem;align-items:center}

.mask-showcase-wrap{display:grid;grid-template-columns:225px 1fr;gap:15px;align-items:center;background:#111;border:1px solid var(--line);border-radius:22px;padding:13px;margin-bottom:13px}
.showcase-copy small{font-size:.65rem;letter-spacing:.18em;color:var(--red);font-weight:900}
.showcase-copy h3{font-size:1.17rem;margin:7px 0}
.showcase-copy p{font-size:.78rem;margin:0}
.mask-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.mask-sample{height:94px;border-radius:15px;overflow:hidden;position:relative;background:#181818;border:1px solid var(--line)}
.mask-sample img{width:100%;height:100%;object-fit:cover}
.mask-sample:nth-child(1) img{object-position:12% bottom}
.mask-sample:nth-child(2) img{object-position:36% bottom}
.mask-sample:nth-child(3) img{object-position:63% bottom}
.mask-sample:nth-child(4) img{object-position:87% bottom}
.mask-sample span{position:absolute;left:7px;bottom:7px;font-size:.62rem;font-weight:900;background:rgba(0,0,0,.7);padding:4px 7px;border-radius:999px}

.directory-grid .profile-card{padding:0;overflow:hidden;min-height:245px}
.profile-cover{height:86px;width:100%;object-fit:cover;object-position:center bottom;background:#171717}
.profile-body{padding:13px}
.profile-body .demo-badge{float:right;border-radius:999px;padding:4px 7px;background:#242424;color:#bbb;font-size:.62rem;font-weight:800}
.profile-type-pills{display:flex;gap:5px;flex-wrap:wrap;margin:8px 0}
.profile-type-pills span{font-size:.64rem;color:#ff6871;background:rgba(237,17,28,.14);border-radius:999px;padding:5px 8px;font-weight:800}
.profile-body h3{font-size:.98rem;margin:4px 0}
.profile-body p{font-size:.78rem;min-height:37px}
.profile-contact{display:flex;gap:6px;margin-top:9px}
.profile-contact button{border:1px solid var(--line);background:#1b1b1b;color:#fff;border-radius:999px;padding:8px 10px;font-size:.7rem;font-weight:800}

.market-panel-v3{padding-bottom:12px}
.market-head{margin-bottom:12px}
.market-actions{display:flex;gap:9px;align-items:center}
.market-search{width:260px;min-width:0}
.market-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;border-radius:22px;padding:18px 21px;margin-bottom:12px;background:linear-gradient(108deg,rgba(237,17,28,.22),rgba(237,17,28,.04)),#121212;border:1px solid rgba(237,17,28,.26)}
.market-hero span{font-size:.66rem;color:#ff6871;font-weight:900;letter-spacing:.16em}
.market-hero h3{font-size:1.35rem;margin:7px 0 4px}
.market-hero p{margin:0;font-size:.84rem}
.market-filters{display:flex;gap:7px;margin-bottom:12px;overflow:auto}
.market-filters button{white-space:nowrap;border-radius:999px;border:1px solid var(--line);background:#181818;color:#fff;padding:9px 14px;font-weight:700;font-size:.8rem}
.market-filters button.active{background:var(--red);border-color:var(--red)}
.market-scroll{overflow:auto;min-height:0;padding:0 3px 100px}
.section-caption{font-size:.95rem;margin:7px 0 10px}
.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.store-card{min-height:232px;border-radius:20px;overflow:hidden;background:#141414;border:1px solid var(--line);transition:.22s}
.store-card:hover{transform:translateY(-3px);border-color:rgba(237,17,28,.38)}
.store-cover{height:85px;position:relative;background:#111;overflow:hidden}
.store-cover img{width:100%;height:100%;object-fit:cover;object-position:center bottom}
.store-cover .store-logo{position:absolute;bottom:8px;left:11px;width:42px;height:42px;border-radius:11px;background:#090909;object-fit:contain;border:1px solid var(--line)}
.store-content{padding:12px}
.store-content small{font-size:.64rem;color:#ff6670;font-weight:900;text-transform:uppercase}
.store-content h3{font-size:1.02rem;margin:6px 0}
.store-content p{font-size:.76rem;line-height:1.4;min-height:33px;margin:0 0 8px}
.store-meta{display:flex;justify-content:space-between;color:#ccc;font-size:.7rem;margin-bottom:9px}
.store-buttons{display:flex;gap:6px}
.store-buttons button{flex:1;border-radius:999px;border:1px solid var(--line);color:#fff;background:#1d1d1d;padding:8px;font-size:.7rem;font-weight:800}
.store-buttons button.primary{background:var(--red);border-color:var(--red)}

.product-grid-v3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.market-product{border:1px solid var(--line);background:#141414;border-radius:18px;overflow:hidden}
.market-product.led-product{border-color:rgba(188,84,231,.34)}
.product-image{height:105px;background:#111}
.product-image img{height:100%;width:100%;object-fit:cover;object-position:center bottom}
.product-image img.focus-left{object-position:14% bottom}
.product-image img.focus-right{object-position:86% bottom}
.product-image.logo-product{padding:12px;object-fit:contain}
.product-content{padding:11px}
.product-content small{font-size:.63rem;color:#aaa;font-weight:800}
.product-content h4{margin:5px 0;font-size:.9rem}
.product-content p{font-size:.72rem;margin:0 0 8px}
.market-price{font-size:1.02rem;font-weight:900}
.market-product.led-product .market-price{color:#dd9cff}
.studio-box{border:1px solid var(--line);border-radius:18px;background:#151515;padding:13px;margin:12px 0}
.studio-shop{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:8px 0;background:#1b1b1b;padding:11px;border-radius:13px}
.studio-shop strong{font-size:.88rem}
.studio-shop button{border:0;border-radius:999px;background:var(--red);color:#fff;font-weight:800;padding:9px 12px;font-size:.73rem}

@media(max-width:980px){
.mask-showcase-wrap{display:block;padding:11px}.showcase-copy{margin-bottom:10px}.showcase-copy p{display:none}
.mask-showcase{display:flex;overflow:auto}.mask-sample{min-width:120px;height:78px}
.directory-grid .profile-card{min-height:0}
.market-actions{display:block}.market-search{width:100%;margin-bottom:8px}
.market-hero{display:block;padding:14px}.market-hero button{margin-top:12px;width:100%}
.store-grid,.product-grid-v3{grid-template-columns:1fr}
.market-scroll{padding-bottom:85px}
}
