@layer components{.seller-profile{max-width:var(--max-w);padding-inline:1.5rem;flex-direction:column;gap:1.25rem;width:100%;margin-inline:auto;padding-top:1.5rem;padding-bottom:2.5rem;display:flex}@media (max-width:640px){.seller-profile{padding-inline:1rem}}.seller-profile__topbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-bottom:12px;display:flex}.seller-profile__page-title{color:var(--text);font-size:1.05rem;font-weight:800}.seller-profile__topbar-links{align-items:center;gap:8px;font-size:12px;display:flex}.seller-profile__topbar-links a{color:var(--primary);font-weight:600}.seller-profile__topbar-links span{color:var(--text-3)}.seller-profile__block-btn{color:#b54747;cursor:pointer;white-space:nowrap;background:#fff7f7;border:1px solid #f3b8b8;border-left:2px solid #ef6b6b;border-radius:3px;padding:3px 7px;font-size:12px;font-weight:600;transition:background .15s,color .15s,border-color .15s}.seller-profile__block-btn:before{content:"🚫";margin-right:4px;font-size:10px}.seller-profile__block-btn:hover{color:#9f3f3f;background:#fef0f0}.seller-profile__block-btn:focus-visible{outline-offset:2px;outline:2px solid #ef9a9a}.dark .seller-profile__block-btn{color:#f0a0a0;background:#ef444414;border-color:#f8717140 #f8717140 #f8717140 #e87979}.dark .seller-profile__block-btn:hover{color:#f5b5b5;background:#ef444424}.dark .seller-profile__block-btn:focus-visible{outline-color:#e87979}.seller-profile__card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:14px;gap:0;display:flex;overflow:hidden}@media (max-width:768px){.seller-profile__card{flex-direction:column}}.seller-profile__card-left{flex-direction:column;flex:1;gap:14px;min-width:0;padding:20px;display:flex}.seller-profile__card-right{border-left:1px solid var(--border);background:var(--surface-2);flex-direction:column;flex:1;gap:12px;min-width:0;padding:20px;display:flex}@media (max-width:768px){.seller-profile__card-right{border-left:none;border-top:1px solid var(--border)}}.seller-profile__header{align-items:center;gap:14px;display:flex}.seller-profile__avatar{background:var(--surface-2);width:64px;height:64px;box-shadow:0 0 0 2px var(--surface), 0 0 0 3px var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.seller-profile__avatar img{object-fit:cover;width:100%;height:100%}.seller-profile__initials{color:var(--primary);text-transform:uppercase;font-size:24px;font-weight:700}.seller-profile__info{flex-direction:column;gap:3px;min-width:0;display:flex}.seller-profile__name{color:var(--text);font-size:16px;font-weight:800}.seller-profile__city{color:var(--text-2);font-size:12px}.seller-profile__since{color:var(--text-3);font-size:11px}.seller-profile__divider{background:var(--border);height:1px}.seller-profile__badges{flex-wrap:wrap;gap:8px;display:flex}.seller-profile__badge{color:var(--text-2);background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.seller-profile__rating-box{border:1px dashed var(--border-2);text-align:center;border-radius:12px;flex-direction:column;gap:4px;padding:14px;display:flex}.seller-profile__rating-title{color:var(--text-2);font-size:12px;font-weight:700}.seller-profile__rating-empty{color:var(--text-3);font-size:11px}.seller-profile__stats{color:var(--text-2);gap:16px;font-size:12px;display:flex}.seller-profile__stats strong{color:var(--text);font-weight:800}.seller-profile__rating-note{color:var(--text-3);font-size:10px;line-height:1.5}.seller-profile__listings h2{color:var(--text);border-left:3px solid var(--primary);margin-bottom:12px;padding-left:9px;font-size:.95rem;font-weight:700}.seller-profile__listings{scroll-margin-top:calc(var(--navbar-h) + 12px)}.seller-profile__grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:1023px){.seller-profile__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.seller-profile__grid{grid-template-columns:repeat(1,1fr);gap:8px}}.seller-profile__empty{color:var(--text-3);text-align:center;border:1px dashed var(--border);border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:40px 24px;font-size:13px;display:flex}.seller-profile__empty-icon{opacity:.5;font-size:32px}.favorite-seller-inline{color:var(--primary);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;margin:0;padding:0;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s;display:inline}.favorite-seller-inline--active{color:#dc2626}.favorite-sellers-page{flex-direction:column;gap:.5rem;max-width:355px;display:flex}.favorite-sellers-page__header{border-bottom:1px solid var(--primary);align-items:baseline;gap:10px;padding-bottom:12px;display:flex}.favorite-sellers-page__header h1{color:var(--text);font-size:1.05rem;font-weight:800}.favorite-sellers-page__count{color:var(--text-3);font-size:12px;font-weight:600}.favorite-sellers-list{flex-direction:column;display:flex}.favorite-seller-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:10px;margin-top:auto;margin-bottom:8px;padding:10px;display:flex}.favorite-seller-row:last-child{margin-bottom:0}.favorite-seller-row:hover{background:var(--surface-2)}.favorite-seller-row__avatar{background:var(--surface-2);width:40px;height:40px;color:var(--text-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;overflow:hidden}.favorite-seller-row__avatar img{object-fit:cover;width:100%;height:100%}.favorite-seller-row__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.favorite-seller-row__name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.favorite-seller-row__meta{color:var(--text-3);font-size:11px}.favorite-seller-row__actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.favorite-seller-row__btn{color:var(--text-2);border:1px solid var(--border);border-radius:6px;padding:4px 8px;font-size:10px;font-weight:600}.favorite-seller-row__btn:hover{background:var(--surface-3);color:var(--text)}.favorite-seller-row__remove{width:24px;height:24px;color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:11px;display:flex}.favorite-seller-row__remove:hover{background:var(--surface-3);color:#dc2626}.empty-state{border:1px solid var(--border);border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:24px 18px;display:flex}.empty-state__title{color:var(--text);font-size:13px;font-weight:700}.empty-state__text{color:var(--text-3);font-size:12px}.empty-state__cta{color:var(--text);margin-top:6px;font-size:12px;font-weight:700;text-decoration:underline}}@media (max-width:480px){.favorite-sellers-page{width:100%;max-width:100%}}
