.ml-profile-card{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.875rem;align-items:center;width:100%;padding:.875rem;border:1px solid rgba(215,227,236,.7);border-radius:var(--ml-radius-xl);background:white;box-shadow:var(--ml-shadow-sm);text-align:left;transition:border-color var(--ml-transition-fast),box-shadow var(--ml-transition-fast),transform var(--ml-transition-fast),background-color var(--ml-transition-fast)}.ml-profile-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--ml-cyan) 25%,rgba(215,227,236,.7));box-shadow:var(--ml-shadow-md)}.ml-profile-card--create{position:relative;background:linear-gradient(180deg,color-mix(in srgb,white 97%,var(--ml-cyan) 3%),color-mix(in srgb,white 94%,var(--ml-cyan) 6%));border-color:color-mix(in srgb,var(--ml-cyan) 16%,rgba(215,227,236,.76));box-shadow:inset 0 1px 0 rgba(255,255,255,.82),var(--ml-shadow-sm)}.ml-profile-card--create:hover{background:linear-gradient(180deg,color-mix(in srgb,white 96%,var(--ml-cyan) 4%),color-mix(in srgb,white 91%,var(--ml-cyan) 9%));border-color:color-mix(in srgb,var(--ml-cyan) 28%,rgba(215,227,236,.76))}.ml-profile-card.is-highlighted,.ml-profile-card.is-selected{border-color:color-mix(in srgb,var(--ml-cyan) 38%,rgba(215,227,236,.7));background:color-mix(in srgb,white 93%,var(--ml-cyan) 7%);box-shadow:0 0 0 1px color-mix(in srgb,var(--ml-cyan) 16%,transparent),0 10px 28px color-mix(in srgb,var(--ml-cyan) 14%,transparent)}.ml-profile-card.is-highlighted{animation:mlProfileCardGlow 2s ease-out both}.ml-profile-card:focus-visible{outline:none;box-shadow:0 0 0 2px white,0 0 0 4px var(--ml-cyan)}.ml-profile-card__image{position:relative;width:4.5rem;height:4.5rem;overflow:hidden;border-radius:999px;background:var(--ml-gray-100);flex-shrink:0}.ml-profile-card__image img{object-fit:cover}.ml-profile-card__image span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-family:var(--font-geist-sans);font-size:1.2rem;font-weight:700;color:var(--ml-gray-500)}.ml-profile-card__image--create{width:4.05rem;height:4.05rem;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.85),rgba(255,255,255,0) 38%),color-mix(in srgb,white 61%,#bde3ff 39%);box-shadow:inset 0 0 0 1px color-mix(in srgb,white 66%,var(--ml-cyan) 34%),inset 0 0 0 7px color-mix(in srgb,white 89%,var(--ml-cyan) 11%)}.ml-profile-card__create-glyph{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:color-mix(in srgb,var(--ml-cyan) 56%,var(--ml-gray-900))}.ml-profile-card__create-glyph svg{width:1.05rem;height:1.05rem}.ml-profile-card__heading-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ml-profile-card__action-arrow{display:inline-flex;align-items:center;justify-content:center;width:1.72rem;height:1.72rem;flex-shrink:0;border-radius:999px;color:color-mix(in srgb,var(--ml-cyan) 42%,var(--ml-gray-900));background:color-mix(in srgb,white 87%,var(--ml-cyan) 13%);transition:transform var(--ml-transition-fast),background-color var(--ml-transition-fast),color var(--ml-transition-fast)}.ml-profile-card__action-arrow svg{width:.85rem;height:.85rem}.ml-profile-card--create:focus-visible .ml-profile-card__action-arrow,.ml-profile-card--create:hover .ml-profile-card__action-arrow{transform:translateX(1px);background:color-mix(in srgb,white 82%,var(--ml-cyan) 18%);color:color-mix(in srgb,var(--ml-cyan) 54%,var(--ml-gray-900))}.ml-profile-card__copy{min-width:0}.ml-profile-card__name{margin:0;font-family:var(--font-geist-sans);font-size:.95rem;font-weight:600;line-height:1.2;color:var(--ml-gray-900)}.ml-profile-card__meta{margin:.2rem 0 0;font-family:var(--font-be-vietnam);font-size:.75rem;color:var(--ml-gray-500)}.ml-profile-card--create .ml-profile-card__meta{margin-top:.28rem;max-width:28ch;line-height:1.38}.ml-profile-card__tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.48rem}.ml-profile-card__tags--utility{gap:.4rem}.ml-profile-card__tag{display:inline-flex;align-items:center;padding:.18rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--ml-cyan) 8%,white);font-family:var(--font-be-vietnam);font-size:.7rem;color:var(--ml-gray-700)}.ml-profile-card__tag--muted{background:var(--ml-gray-100);color:var(--ml-gray-500)}.ml-profile-card__tag--utility{padding:.12rem .4rem;background:rgba(255,255,255,.62);border:1px solid color-mix(in srgb,var(--ml-cyan) 12%,rgba(215,227,236,.72));font-size:.62rem;color:var(--ml-gray-500);letter-spacing:.01em}@keyframes mlProfileCardGlow{0%{transform:translateY(2px);box-shadow:0 0 0 0 color-mix(in srgb,var(--ml-cyan) 0%,transparent),0 10px 28px color-mix(in srgb,var(--ml-cyan) 0%,transparent)}30%{transform:translateY(-1px);box-shadow:0 0 0 6px color-mix(in srgb,var(--ml-cyan) 0%,transparent),0 18px 34px color-mix(in srgb,var(--ml-cyan) 18%,transparent)}to{transform:translateY(0);box-shadow:0 0 0 1px color-mix(in srgb,var(--ml-cyan) 16%,transparent),0 10px 28px color-mix(in srgb,var(--ml-cyan) 14%,transparent)}}@media (prefers-reduced-motion:reduce){.ml-profile-card,.ml-profile-card.is-highlighted{animation:none;transition:none;transform:none}}