:root{--profile-avatar-size:80px;--profile-avatar-border:4px;--profile-button-size:40px}@media (width>=768px){:root{--profile-avatar-size:160px;--profile-avatar-border:8px;--profile-button-size:48px}}.link{color:var(--link-normal,#2378c3)}@media screen and (hover:hover) and (pointer:fine){.link:hover,.link:focus{text-decoration:underline}}.cover{object-fit:cover;width:100%}.profile-header{position:relative}.profile-header:before{content:"";width:100%;padding-bottom:33.33%;display:block}.profile-header__cover{background-color:var(--screen-border,#f6f6f6);position:absolute;inset:0}.profile-header__avatar{left:calc(var(--keyline-x) - var(--profile-avatar-border));bottom:calc(var(--profile-avatar-size) / -4 * 3);position:absolute}.profile-header__avatar img{width:var(--profile-avatar-size);height:var(--profile-avatar-size);border:var(--profile-avatar-border) solid var(--screen-bg,#fff);background-color:var(--screen-bg,#fff);box-sizing:content-box}@media (width>=768px){.profile-header__avatar{bottom:calc(var(--profile-avatar-size) / -2)}}.profile-body{flex-direction:column;display:flex}.profile-body__name{color:var(--text-primary,#1b1b1b);font-size:28px;font-weight:700;line-height:1.5}.profile-body__aka{color:var(--text-ternary,#5c5c5c);font-size:12px}.profile-body__comment{flex-flow:wrap;padding:24px 0;font-family:Caveat,sans-serif;font-size:32px;font-weight:400;line-height:1.25;display:flex}.profile-body__actions{height:calc(var(--profile-avatar-size) * 3 / 4 + var(--profile-avatar-border));flex-direction:row;order:-1;justify-content:flex-end;align-items:center;display:flex}@media (width>=768px){.profile-body__name{font-size:32px;font-weight:700;line-height:1.5}.profile-body__bio,.profile-body__comment{font-size:40px;font-weight:400;line-height:1.25}.profile-body__actions{height:calc(var(--profile-avatar-size) / 2 + var(--profile-avatar-border))}}.profile-action-btn{color:var(--main-normal,#2378c3);border:1px solid var(--main-normal,#2378c3);line-height:1}.profile-action-btn--rounded{border-radius:50%}.profile-action-btn__icon-only{height:var(--profile-button-size);width:var(--profile-button-size);justify-content:center;align-items:center;display:inline-flex}.profile-action-btn__label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-footer{grid-gap:24px 0px;color:var(--text-ternary,#5c5c5c);grid-template-columns:auto 1fr;grid-template-areas:"location""link""event""follower";justify-content:left;align-items:center;gap:24px 0;font-size:16px;font-weight:400;line-height:1.5;display:grid}.profile-footer__item{align-items:center;display:inline-flex}.profile-footer__item .icon{margin-right:12px}.profile-footer__location{grid-area:location}.profile-footer__link{grid-area:link}.profile-footer__event{grid-area:event}.profile-footer__follower{grid-area:follower}.follower-stack{min-width:26px;height:24px;position:relative}.follower-stack--two{min-width:36px}.profile-footer__follower .follower-stack{margin-right:12px}@media (width>=768px){.profile-footer{grid-gap:24px 32px;grid-template-areas:"location link""event event""follower follower";gap:24px 32px}}.follower-stack__body{background:#fff;display:flex;position:absolute}.follower-stack__avatar{box-sizing:content-box;background-color:var(--screen-border,#f6f6f6);border-right:1px solid var(--screen-border,#f6f6f6);border-top:1px solid var(--screen-border,#f6f6f6);border-bottom:1px solid var(--screen-border,#f6f6f6);z-index:2;cursor:pointer;border-left:0;border-radius:50%;outline:none;width:22px;height:22px;margin-right:-10px;padding:0;font-family:inherit;display:flex;position:relative}.follower-stack__avatar:first-child{z-index:3}.follower-stack__avatar:last-child{z-index:1;border-right:0}.follower-stack__avatar:hover,.follower-stack__avatar:focus-within{z-index:4}.follower-stack__avatar>img{border-radius:50%;width:22px;height:22px}.dog-popover__card{background-color:var(--card-bg,#fff);border:1px solid var(--card-border,#f6f6f6);opacity:0;visibility:hidden;pointer-events:none;border-radius:16px;flex-direction:column;align-items:center;gap:8px;width:max-content;padding:8px;transition:opacity .2s ease-out,transform .2s ease-out,visibility .2s;display:flex;position:absolute;bottom:calc(100% + 8px);left:-8px;transform:translateY(4px);box-shadow:0 4px 16px #00000026}.follower-stack__avatar:hover .dog-popover__card,.follower-stack__avatar:focus-within .dog-popover__card{opacity:1;visibility:visible;transform:translateY(0)}.dog-popover__image{background-color:var(--screen-border,#f6f6f6);object-fit:cover;border-radius:12px;width:160px;height:160px;display:block}.dog-popover__name{color:var(--text-primary,#1b1b1b);font-size:14px;font-weight:700;line-height:1.5}@media (prefers-reduced-motion:reduce){.dog-popover__card{transition:none}}.about-subhead{border-bottom:1px solid var(--screen-border,#f6f6f6);height:48px;position:relative}.about-subhead__heading{border-bottom:1px solid var(--main-vivid,#2491ff);width:120px;height:48px;color:var(--main-vivid,#2491ff);justify-content:center;align-items:center;font-size:16px;font-weight:700;line-height:1.5;display:flex;position:absolute}@media (width>=768px){.about-subhead__heading{width:192px;font-size:16px;font-weight:700;line-height:1.5}}.about-data{color:var(--text-primary,#1b1b1b);padding:32px 0;font-size:16px;font-weight:400;line-height:1.75}.about-data ul{padding-left:36px;list-style-type:disc}.about-data li::marker{color:var(--main-vivid,#2491ff)}.about-data li+li{margin-top:12px}.about-data__section+.about-data__section{margin-top:48px}.about-data__header{color:var(--text-secondary,#454545);align-items:center;font-size:18px;font-weight:700;line-height:1.5;display:flex}.about-data__header+p{margin-top:12px}@media (width>=768px){.about-data ul{list-style-position:inside}.about-data__header{font-size:20px;font-weight:700;line-height:1.5}}
