.profile-page{display:grid;gap:14px;align-content:start}.profile-hero{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:15px;padding:20px;border-color:#d5e4fb;background:linear-gradient(120deg,#fff,#f7fbff)}.profile-avatar-large{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:linear-gradient(135deg,#275fdb,#6942da);color:#fff;font-size:17px;font-weight:850}.profile-hero h2{margin:3px 0 5px;font-size:19px}.profile-hero p:not(.eyebrow),.profile-preference p,.profile-guidance p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.profile-preferences{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-preference{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;min-height:140px;padding:17px}.profile-preference>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e8f1ff;color:#0969ff}.profile-preference:nth-child(2)>span{background:#eee8ff;color:#6545cf}.profile-preference:nth-child(3)>span{background:#ddf6eb;color:#137a55}.profile-preference svg{width:21px;height:21px}.profile-preference h2{margin:2px 0 5px;font-size:15px}.profile-preference p{grid-column:1/-1}.profile-guidance{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:17px}.profile-guidance>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#edf3ff;color:#0969ff}.profile-guidance svg{width:26px;height:26px}.profile-guidance h2{margin:0 0 4px;font-size:16px}@media(max-width:900px){.profile-preferences{grid-template-columns:1fr 1fr}.profile-preference:last-child{grid-column:1/-1}}@media(max-width:720px){.profile-hero{grid-template-columns:60px minmax(0,1fr);align-items:start}.profile-hero .state-badge{grid-column:1/-1;justify-self:start}.profile-preferences{grid-template-columns:1fr}.profile-preference:last-child{grid-column:auto}.profile-guidance{grid-template-columns:48px minmax(0,1fr)}.profile-guidance .secondary-button{grid-column:1/-1;justify-self:start}}
