.pf-account-layout{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;align-items:start;margin:1.5rem 0 2rem}.pf-account-sidebar{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.25rem}.pf-account-sidebar__user{text-align:center;margin-bottom:1rem}.pf-account-sidebar__avatar{width:72px;height:72px;border-radius:50%;background:color-mix(in srgb,var(--purple) 15%,#fff);margin:0 auto 0.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem}.pf-account-nav{list-style:none;margin:0;padding:0}.pf-account-nav__link{display:flex;align-items:center;gap:0.5rem;padding:0.55rem 0.65rem;border-radius:var(--radius-md);text-decoration:none;color:var(--nav-link);font-size:0.9rem;font-weight:600}.pf-account-nav__link--active{background:color-mix(in srgb,var(--purple) 12%,transparent);color:var(--purple)}.pf-account-page{margin:1rem 0 2.5rem}.pf-account-main{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.5rem}.pf-account-dashboard{background:transparent;box-shadow:none;padding:0;display:flex;flex-direction:column;gap:1.25rem}.pf-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pf-dashboard-hero__title{margin:0 0 0.35rem;font-family:var(--font-head);font-size:clamp(1.65rem,2.4vw,2rem);font-weight:800;color:var(--text);display:flex;align-items:center;gap:0.4rem}.pf-dashboard-hero__heart{color:var(--purple);font-size:0.95em}.pf-dashboard-hero__welcome{margin:0 0 0.25rem;font-size:1.05rem;color:var(--text)}.pf-dashboard-hero__sub{margin:0;color:var(--muted);font-size:0.92rem;line-height:1.5;max-width:36rem}.pf-dashboard-hero__art img{max-height:110px;width:auto;object-fit:contain}.pf-dashboard-section-title{margin:0;font-size:1.05rem;font-weight:800;color:var(--text)}.pf-dashboard-quick__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.85rem;margin-top:0.75rem}.pf-dash-quick-card{display:flex;flex-direction:column;gap:0.35rem;padding:1rem 1.05rem;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid color-mix(in srgb,var(--purple) 8%,#e8edf2);text-decoration:none;color:inherit;min-height:100%}.pf-dash-quick-card__icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:0.15rem}.pf-dash-quick-card--orders .pf-dash-quick-card__icon{background:#fff4e5;color:#ea580c}.pf-dash-quick-card--fav .pf-dash-quick-card__icon{background:#fce7f3;color:var(--purple)}.pf-dash-quick-card--addr .pf-dash-quick-card__icon{background:#dcfce7;color:#16a34a}.pf-dash-quick-card--voucher .pf-dash-quick-card__icon{background:#e0f2fe;color:#0284c7}.pf-dash-quick-card__title{font-weight:800;font-size:0.92rem}.pf-dash-quick-card__sub{font-size:0.82rem;color:var(--muted);line-height:1.4}.pf-dashboard-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid color-mix(in srgb,var(--purple) 8%,#e8edf2);padding:1.15rem 1.25rem}.pf-dashboard-card__head{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;margin-bottom:0.85rem}.pf-dashboard-card__link{font-size:0.86rem;font-weight:700;color:var(--purple);text-decoration:none;white-space:nowrap}.pf-dashboard-empty{margin:0;color:var(--muted);font-size:0.92rem}.pf-dashboard-orders__list{display:flex;flex-direction:column;gap:0.65rem}.pf-dashboard-order-row{display:flex;gap:0.85rem;align-items:stretch;padding:0.85rem 0.95rem;border-radius:var(--radius-md);background:color-mix(in srgb,var(--purple) 3%,var(--surface));border:1px solid #eef1f5}.pf-dashboard-order-row__thumb{width:56px;height:56px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:#f8fafc;display:flex;align-items:center;justify-content:center}.pf-dashboard-order-row__thumb img{width:100%;height:100%;object-fit:cover}.pf-dashboard-order-row__thumb-ph{font-size:1.35rem}.pf-dashboard-order-row__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.45rem}.pf-dashboard-order-row__top{display:flex;justify-content:space-between;gap:0.75rem;align-items:flex-start}.pf-dashboard-order-row__id{margin:0;font-size:0.95rem;font-weight:800}.pf-dashboard-order-row__date{margin:0.1rem 0 0;font-size:0.82rem;color:var(--muted)}.pf-dashboard-order-row__status{font-size:0.72rem;font-weight:800;padding:0.2rem 0.55rem;border-radius:var(--pf-pill);white-space:nowrap}.pf-dashboard-order-row__status--delivered{background:#dcfce7;color:#166534}.pf-dashboard-order-row__status--processing{background:#dbeafe;color:#1d4ed8}.pf-dashboard-order-row__status--cancelled{background:#fee2e2;color:#b91c1c}.pf-dashboard-order-row__foot{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;flex-wrap:wrap}.pf-dashboard-order-row__meta{font-size:0.86rem;color:var(--muted);font-weight:600}.pf-dashboard-order-row__cta{display:inline-flex;align-items:center;gap:0.2rem;font-size:0.84rem;font-weight:700;color:var(--text);text-decoration:none;padding:0.35rem 0.65rem;border-radius:var(--pf-pill);border:1px solid #e5e7eb;background:#fff}.pf-dashboard-orders__help{margin:0.85rem 0 0;text-align:center;font-size:0.88rem;color:var(--muted)}.pf-dashboard-orders__help a{color:var(--purple);font-weight:700;text-decoration:none}.pf-dashboard-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pf-dashboard-address-list{list-style:none;margin:0 0 0.85rem;padding:0;display:flex;flex-direction:column;gap:0.65rem}.pf-dashboard-address-item{display:flex;align-items:flex-start;gap:0.65rem;padding:0.75rem 0.85rem;border-radius:var(--radius-md);background:color-mix(in srgb,var(--purple) 3%,#fff);border:1px solid #eef1f5}.pf-dashboard-address-item__icon{font-size:1.1rem;line-height:1;margin-top:0.1rem}.pf-dashboard-address-item__copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.1rem;font-size:0.86rem}.pf-dashboard-address-item__copy strong{font-weight:800;color:var(--text)}.pf-dashboard-address-item__copy span{color:var(--muted);line-height:1.4}.pf-dashboard-address-item__menu{color:var(--muted);text-decoration:none;font-size:1.1rem;line-height:1;padding:0.15rem 0.35rem}.pf-dashboard-address-add{display:block;text-align:center;padding:0.7rem 1rem;border-radius:var(--pf-pill);border:1px dashed color-mix(in srgb,var(--purple) 30%,#d1d5db);color:var(--purple);font-weight:700;text-decoration:none;font-size:0.88rem}.pf-dashboard-profile-list{margin:0;display:flex;flex-direction:column;gap:0.65rem}.pf-dashboard-profile-list__row{display:grid;grid-template-columns:7rem 1fr;gap:0.5rem 1rem;align-items:baseline;font-size:0.9rem}.pf-dashboard-profile-list__row dt{margin:0;color:var(--muted);font-weight:600}.pf-dashboard-profile-list__row dd{margin:0;font-weight:700;color:var(--text);display:flex;align-items:center;gap:0.65rem;flex-wrap:wrap}.pf-dashboard-profile-list__row dd a{font-size:0.82rem;font-weight:700;color:var(--purple);text-decoration:none}.pf-dashboard-profile-pwd{letter-spacing:0.12em}.pf-dashboard-review{display:flex;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden;background:color-mix(in srgb,var(--purple) 6%,#fff)}.pf-dashboard-review__title{margin:0 0 0.35rem;font-size:1.05rem;font-weight:800}.pf-dashboard-review__text{margin:0 0 0.85rem;color:var(--muted);font-size:0.9rem;line-height:1.5;max-width:34rem}.pf-dashboard-review__btn{display:inline-flex}.pf-dashboard-review__media img{max-height:120px;width:auto;border-radius:var(--radius-lg);object-fit:cover}.pf-account-sidebar__avatar--img{object-fit:cover;font-size:inherit;color:inherit;background:#f8fafc}.pf-account-sidebar__email{margin:0.15rem 0 0.35rem;font-size:0.8rem;color:var(--muted);word-break:break-word}.pf-account-nav__icon{width:1.35rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pf-account-nav__badge{background:#ef4444}.pf-account-sidebar__promo{margin-top:1rem;padding:1rem;border-radius:var(--radius-lg);background:color-mix(in srgb,#93c5fd 22%,#fff);border:1px solid color-mix(in srgb,#93c5fd 35%,transparent)}.pf-account-sidebar__promo-text{margin:0 0 0.75rem;font-size:0.86rem;line-height:1.45;color:#1e3a8a;font-weight:600}.pf-account-sidebar__promo-btn{width:100%;justify-content:center;font-size:0.88rem;padding:0.55rem 0.85rem}.pf-profile-avatar{margin-bottom:1.25rem;padding:1rem 1.1rem;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--purple) 4%,var(--surface));border:1px solid color-mix(in srgb,var(--purple) 10%,#e5e7eb)}.pf-profile-avatar__title{margin:0 0 0.75rem;font-size:1.05rem}.pf-profile-avatar__row{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap}.pf-profile-avatar__img{width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0}.pf-profile-avatar__img--placeholder{display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--purple) 14%,#fff);color:var(--purple);font-weight:800;font-size:1.35rem}.pf-profile-avatar__actions{flex:1 1 220px;min-width:0}.pf-profile-avatar__hint{margin:0 0 0.65rem;font-size:0.86rem;color:var(--muted);line-height:1.45}.pf-profile-avatar__upload-form{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center;margin-bottom:0.5rem}.pf-profile-avatar__upload-form input[type="file"]{max-width:100%;font-size:0.86rem}.pf-profile-avatar__remove-form{margin:0}@media (max-width:1100px){.pf-dashboard-quick__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.pf-dashboard-grid-2{grid-template-columns:1fr}.pf-dashboard-review{flex-direction:column;align-items:flex-start}}.pf-quick-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.pf-quick-card{padding:1rem;border-radius:var(--radius-md);background:color-mix(in srgb,var(--purple) 6%,var(--surface));text-decoration:none;color:var(--text)}