.profile-page-wrapper{box-sizing:border-box;min-height:100vh;padding:4rem 1rem;width:100%;max-width:1200px;margin:0 auto}.profile-header-card{background:rgba(255,255,255,.74);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(32,18,82,.08);border-radius:1.5rem;padding:1.25rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);gap:1.25rem;box-shadow:0 16px 38px rgba(32,18,82,.08);margin-bottom:2rem}.profile-header-main,.profile-summary-panel{min-width:0}.profile-header-main{padding:.75rem;display:flex;flex-direction:column;justify-content:flex-start}.profile-identity-row{display:flex;align-items:center;gap:1rem}.profile-avatar-placeholder{width:92px;height:92px;border-radius:1.25rem;background:var(--brand-primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-family:var(--font-outfit);font-weight:700;flex-shrink:0;box-shadow:0 12px 24px rgba(32,18,82,.2)}.profile-title-block{min-width:0}.profile-eyebrow{display:block;margin-bottom:.25rem;color:var(--neutral-grey);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:0}.profile-username{font-family:var(--font-outfit);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--brand-primary);margin:0;line-height:1.05;overflow-wrap:anywhere}.profile-badges-row{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;margin-top:1.25rem}.profile-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(57,173,177,.11);color:var(--brand-secondary-dark);padding:.42rem .75rem;border-radius:999px;font-size:.85rem;font-weight:700;border:1px solid rgba(57,173,177,.24)}.profile-badge.badge-outline{background:rgba(255,255,255,.65);border-color:rgba(32,18,82,.08);color:var(--neutral-grey)}.profile-bio{margin:1rem 0 0;color:var(--neutral-grey);font-size:.95rem;line-height:1.6;max-width:680px}.profile-social-row{display:flex;gap:.65rem;margin-top:1rem;flex-wrap:wrap}.profile-social-link{display:inline-flex;align-items:center;min-height:34px;padding:.35rem .75rem;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:700;border:1px solid transparent}.profile-social-link.instagram{color:#c13584;background:rgba(225,48,108,.08);border-color:rgba(225,48,108,.16)}.profile-social-link.discord{color:#5865f2;background:rgba(88,101,242,.08);border-color:rgba(88,101,242,.16)}.profile-header-share{gap:.75rem;margin-top:auto;padding-top:1.25rem}.profile-header-share,.profile-rating-hero{display:flex;align-items:center;flex-wrap:wrap}.profile-rating-hero{gap:.65rem;margin-top:.65rem}.rating-text-highlight{font-size:1rem;font-weight:800;color:var(--brand-primary)}.rating-stars{display:flex;color:#fbbc05;gap:.12rem}.profile-summary-panel{background:rgba(255,255,255,.78);border:1px solid rgba(32,18,82,.08);border-radius:1.1rem;padding:1rem;display:flex;flex-direction:column;gap:1rem}.profile-summary-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(32,18,82,.08)}.profile-summary-heading span{color:var(--neutral-grey);font-size:.85rem;font-weight:700}.profile-summary-heading strong{color:var(--brand-primary);font-size:.95rem;text-align:right}.profile-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.profile-stats-grid--header{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.stat-item{display:flex;flex-direction:column;min-width:0;padding:.8rem;border-radius:.8rem;background:rgba(246,248,250,.9);border:1px solid rgba(32,18,82,.06)}.stat-label{font-size:.78rem;color:var(--neutral-grey);margin-bottom:.2rem;font-weight:700}.stat-value{font-size:1.3rem;font-weight:800;font-family:var(--font-outfit);color:var(--brand-primary)}.stat-value.hazard{color:#ff4d4f}.profile-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:auto}.profile-inventory-link{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:40px;padding:.55rem .9rem;border-radius:.75rem;background:var(--brand-primary);color:var(--white);text-decoration:none;font-size:.9rem;font-weight:800}.profile-inventory-link:hover{background:#150d3d}.profile-products-section{margin-bottom:4rem}.section-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--glass-border)}.profile-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.product-category-card{background:var(--white);border:1px solid var(--neutral-light-grey);border-radius:1.5rem;overflow:hidden;text-decoration:none;transition:all .3s ease;display:flex;flex-direction:column}.product-category-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1);border-color:var(--brand-secondary)}.product-card-img-wrapper{width:100%;height:200px;position:relative;background:var(--neutral-bg)}.product-card-preview-grid{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;padding:.75rem;background:linear-gradient(135deg,rgba(32,18,82,.06),rgba(57,173,177,.12))}.product-card-preview-grid.count-1{grid-template-columns:minmax(0,1fr)}.product-card-preview-grid.count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card-preview-image{position:relative;min-width:0;height:100%;border-radius:.85rem;overflow:hidden;background:var(--white);border:1px solid rgba(32,18,82,.08);box-shadow:0 8px 18px rgba(32,18,82,.12)}.product-card-preview-img{object-fit:contain}.product-card-body{padding:1.25rem;text-align:center;display:flex;flex-direction:column;justify-content:center}.product-card-title{font-family:var(--font-outfit);color:var(--brand-primary);font-size:1.25rem;font-weight:700;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-card-count{font-size:.9rem;color:var(--neutral-grey);font-weight:500;background:var(--neutral-bg);padding:.2rem .6rem;border-radius:20px}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:1.5rem;padding:2rem}.profile-signal-grid{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.35fr);gap:2rem;align-items:start;margin-bottom:3rem}@media (max-width:900px){.profile-signal-grid{grid-template-columns:1fr}}.panel-title{font-family:var(--font-outfit);font-size:1.5rem;font-weight:700;color:var(--brand-primary);border-bottom:2px solid var(--brand-secondary);padding-bottom:.5rem;display:inline-block}.panel-title,.rating-bar-group{margin-bottom:1.5rem}.rating-bar-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:var(--neutral-dark-grey)}.rating-bar-track{width:100%;height:8px;background:var(--neutral-light-grey);border-radius:4px;overflow:hidden;display:flex}.rating-bar-fill{height:100%;background:var(--brand-secondary);border-radius:4px}.rating-bar-fill.success{background:#34A853}.rating-bar-fill.warning{background:#FBBC05}.rating-bar-fill.danger{background:#EA4335}.evaluations-list{display:flex;flex-direction:column;gap:1rem}.evaluation-card{background:var(--white);border:1px solid var(--neutral-light-grey);border-radius:1rem;padding:1.5rem;transition:all .2s ease}.evaluation-card:hover{border-color:var(--brand-secondary);box-shadow:0 4px 12px rgba(57,173,177,.08);transform:translateY(-2px)}.eval-header{justify-content:space-between;margin-bottom:1rem}.eval-header,.eval-user-info{display:flex;align-items:center}.eval-user-info{gap:.75rem}.eval-user-avatar{width:32px;height:32px;background:rgba(204,214,219,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.eval-user-avatar,.eval-username{font-weight:600;color:var(--brand-primary)}.eval-date{font-size:.8rem;color:var(--neutral-grey)}.eval-content{color:var(--neutral-dark-grey);font-size:.95rem;line-height:1.5;margin-bottom:1rem;background:var(--neutral-bg);padding:1rem;border-radius:.5rem}.eval-metrics{display:flex;gap:1.5rem;font-size:.85rem;color:var(--neutral-grey)}.eval-metric{display:flex;align-items:center;gap:.4rem}.eval-icon-positive{color:#34A853}@media (max-width:760px){.profile-header-card{grid-template-columns:1fr;padding:1rem}.profile-header-main{padding:.25rem}.profile-summary-panel{border-radius:1rem}.profile-header-actions,.profile-inventory-link{width:100%}.eval-header,.profile-badges-row{align-items:flex-start}.eval-header{flex-direction:column;gap:.5rem}}@media (max-width:520px){.profile-identity-row{align-items:flex-start}.profile-avatar-placeholder{width:68px;height:68px;border-radius:1rem;font-size:2rem}.profile-stats-grid--header{grid-template-columns:1fr}.profile-summary-heading{flex-direction:column;gap:.35rem}.profile-summary-heading strong{text-align:left}}.profile-state-card{text-align:center;padding:4rem 2rem}.profile-state-text{color:var(--neutral-grey);max-width:620px;margin:1rem auto 0}.profile-back-row{margin-bottom:2rem}.profile-back-link{display:inline-flex;align-items:center;gap:.5rem}.profile-avatar-placeholder.is-image{overflow:hidden;padding:0}.profile-avatar-loading{opacity:.3;font-size:2rem}.profile-avatar-img{object-fit:cover;width:100%;height:100%}.profile-handle{opacity:.5;font-size:1rem;margin-top:-.25rem;margin-bottom:.5rem}.rating-star.active{color:#f59e0b}.rating-star.inactive{color:rgba(0,0,0,.15)}.profile-rating-meta{font-size:.85rem;color:var(--neutral-grey)}.profile-section-title-compact{margin-bottom:0;border-bottom:none}.product-card-gradient{width:100%;height:100%;background:linear-gradient(135deg,var(--brand-secondary) 0,var(--brand-primary) 100%);opacity:.85}.product-card-count-wrap{margin-top:.5rem}.profile-trust-panel{align-self:start}.rating-bar-group.compact{margin-bottom:1rem}.rating-bar-group.featured{margin-bottom:1.25rem}.rating-bar-value{color:var(--brand-primary);font-weight:700}.rating-count{color:var(--neutral-grey)}.rating-breakdown-list{margin-top:1.5rem;display:grid;gap:.75rem}.rating-track{height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.rating-fill{height:100%;background:linear-gradient(90deg,#f59e0b 0,var(--brand-secondary) 100%)}.profile-reviews-panel{margin-top:0}.profile-reviews-list{display:grid;gap:1rem}.profile-review{padding:1rem 0;border-bottom:1px solid var(--glass-border)}.profile-review-header{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-review-rating{color:var(--brand-secondary);font-weight:700}.profile-review-date{font-size:.85rem;color:var(--neutral-grey);margin-top:.35rem}.profile-review-comment{margin-top:.75rem}.profile-empty-copy,.profile-review-comment{color:var(--neutral-grey)}.vacation-pill{display:inline-flex;align-items:center;background:rgba(183,121,31,.08);color:#b7791f;border:1px solid rgba(183,121,31,.16);padding:.25rem .6rem;border-radius:999px;font-size:.8rem;font-weight:700;line-height:1}.vacation-microcopy{font-size:.85rem;color:#9a6518;margin:.5rem 0 0;font-weight:500}.profile-inventory-link.disabled{background:rgba(32,18,82,.04);color:var(--neutral-grey);cursor:not-allowed;border:1px dashed rgba(32,18,82,.12);pointer-events:none}.profile-inventory-link.disabled:hover,.reputation-badge{background:rgba(32,18,82,.04)}.reputation-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .45rem;border:1px solid rgba(32,18,82,.08);border-radius:.375rem;font-size:.8rem;line-height:1;cursor:help;-webkit-user-select:none;user-select:none;transition:all .2s ease}.reputation-badge:hover{background:rgba(32,18,82,.08);border-color:rgba(32,18,82,.12)}.reputation-badge-number{font-weight:800;color:var(--brand-primary)}.reputation-badge-suffix{font-size:.75em;font-weight:700;color:var(--brand-primary);opacity:.75;margin-left:.5px}