.profile-header.svelte-y31r23{background:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);margin-bottom:var(--space-6)}.profile-header__content.svelte-y31r23{padding:var(--space-6);display:grid;grid-template-columns:auto 1fr auto;gap:var(--space-6);align-items:start}.profile-avatar.svelte-y31r23{position:relative;flex-shrink:0}.profile-info.svelte-y31r23{flex:1;min-width:0}.profile-info__header.svelte-y31r23{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap}.profile-info__name.svelte-y31r23{font-size:var(--text-xl);font-weight:var(--font-semibold);margin:0;color:var(--color-gray-900)}.profile-info__data.svelte-y31r23{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--space-3) var(--space-6);margin-bottom:var(--space-4)}.profile-info__data-item.svelte-y31r23{display:flex;flex-direction:column;gap:var(--space-1)}.profile-info__data-label.svelte-y31r23{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.5px}.profile-info__data-value.svelte-y31r23{font-size:var(--text-sm);color:var(--color-gray-900);font-weight:var(--font-medium)}.profile-info__bio.svelte-y31r23{max-width:600px;color:var(--color-gray-700);line-height:1.6;font-size:var(--text-sm);margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-gray-100)}.profile-actions.svelte-y31r23{display:flex;flex-direction:column;gap:var(--space-2);align-items:stretch;min-width:120px}.btn--sm.svelte-y31r23{padding:var(--space-2) var(--space-4);font-size:var(--text-sm)}.profile-stats.svelte-y31r23{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--space-4);margin-bottom:var(--space-8)}.profile-stat.svelte-y31r23{background:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);padding:var(--space-4);text-align:center}.profile-stat__value.svelte-y31r23{font-size:var(--text-2xl);font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:var(--space-1)}.profile-stat__label.svelte-y31r23{font-size:var(--text-sm);color:var(--color-gray-600)}.profile-section.svelte-y31r23{margin-bottom:var(--space-8)}.profile-section__header.svelte-y31r23{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4)}.profile-section__header.svelte-y31r23 h2:where(.svelte-y31r23){font-size:var(--text-xl);margin:0}.profile-section__empty.svelte-y31r23{text-align:center;padding:var(--space-8);color:var(--color-gray-500)}.listings-grid.svelte-y31r23{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:var(--space-4)}.listing-card.svelte-y31r23{background:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.listing-card.svelte-y31r23:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.listing-card__image.svelte-y31r23{position:relative;width:100%;height:160px}.listing-card__placeholder.svelte-y31r23{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}.listing-card__badge.svelte-y31r23{position:absolute;top:var(--space-2);left:var(--space-2);padding:var(--space-1) var(--space-2);background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--font-semibold)}.listing-card__body.svelte-y31r23{padding:var(--space-4)}.listing-card__title.svelte-y31r23{font-size:var(--text-base);font-weight:var(--font-semibold);margin:0 0 var(--space-2) 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-card__price.svelte-y31r23{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:var(--space-2)}.listing-card__meta.svelte-y31r23{font-size:var(--text-sm);color:var(--color-gray-600)}.reviews-summary.svelte-y31r23{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm)}.reviews-summary__rating.svelte-y31r23{font-size:var(--text-xl);font-weight:var(--font-bold);color:var(--color-primary)}.reviews-summary__stars.svelte-y31r23{color:var(--color-accent-yellow);font-size:var(--text-base)}.reviews-summary__count.svelte-y31r23{color:var(--color-gray-600)}.reviews-list.svelte-y31r23{display:flex;flex-direction:column;gap:var(--space-4)}.review-card.svelte-y31r23{background:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-md);padding:var(--space-5);transition:box-shadow .2s,border-color .2s}.review-card.svelte-y31r23:hover{box-shadow:var(--shadow-sm);border-color:var(--color-gray-300)}.review-card__header.svelte-y31r23{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-3);gap:var(--space-4)}.review-card__reviewer.svelte-y31r23{display:flex;align-items:center;gap:var(--space-3);flex:1}.review-card__reviewer-info.svelte-y31r23{flex:1;min-width:0}.review-card__reviewer-name.svelte-y31r23{font-weight:var(--font-semibold);font-size:var(--text-base);color:var(--color-gray-900);margin-bottom:var(--space-1)}.review-card__date.svelte-y31r23{font-size:var(--text-sm);color:var(--color-gray-500)}.review-card__rating.svelte-y31r23{flex-shrink:0}.review-stars.svelte-y31r23{display:flex;gap:2px;align-items:center}.review-star.svelte-y31r23{font-size:var(--text-lg);color:var(--color-gray-300);line-height:1}.review-star--filled.svelte-y31r23{color:var(--color-accent-yellow)}.review-card__title.svelte-y31r23{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--color-gray-900);margin:0 0 var(--space-2) 0}.review-card__comment.svelte-y31r23{font-size:var(--text-base);color:var(--color-gray-700);line-height:1.6;margin:0;white-space:pre-wrap;word-wrap:break-word}@media(max-width:768px){.profile-header__content.svelte-y31r23{grid-template-columns:1fr;gap:var(--space-4)}.profile-avatar.svelte-y31r23{justify-self:center}.profile-info__header.svelte-y31r23{justify-content:center;text-align:center}.profile-info__data.svelte-y31r23{grid-template-columns:1fr;gap:var(--space-3);text-align:center}.profile-info__data-item.svelte-y31r23{align-items:center}.profile-actions.svelte-y31r23{width:100%;flex-direction:row;justify-content:stretch}.profile-actions.svelte-y31r23 .btn:where(.svelte-y31r23){flex:1}.listings-grid.svelte-y31r23{grid-template-columns:1fr}.review-card__header.svelte-y31r23{flex-direction:column;align-items:flex-start}.review-card__rating.svelte-y31r23{align-self:flex-start}.profile-section__header.svelte-y31r23{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.reviews-summary.svelte-y31r23{width:100%}}.modal-overlay.svelte-y31r23{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.modal-content.svelte-y31r23{background:#fff;border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl)}.modal-header.svelte-y31r23{display:flex;justify-content:space-between;align-items:center;padding:var(--space-5);border-bottom:1px solid var(--color-gray-200)}.modal-header.svelte-y31r23 h3:where(.svelte-y31r23){margin:0;font-size:var(--text-xl);font-weight:var(--font-semibold)}.modal-close.svelte-y31r23{background:none;border:none;font-size:var(--text-3xl);color:var(--color-gray-500);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background-color .2s,color .2s}.modal-close.svelte-y31r23:hover{background:var(--color-gray-100);color:var(--color-gray-700)}.modal-body.svelte-y31r23{padding:var(--space-5)}.modal-footer.svelte-y31r23{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-5);border-top:1px solid var(--color-gray-200)}.btn--danger.svelte-y31r23{background:var(--color-error);color:#fff;border-color:var(--color-error)}.btn--danger.svelte-y31r23:hover:not(:disabled){background:var(--color-error-dark);border-color:var(--color-error-dark)}.btn--danger.svelte-y31r23:disabled{opacity:.5;cursor:not-allowed}
