.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}.profile-action-button{transition:all .2s ease-in-out}.profile-action-button:hover{transform:translateY(-1px)}.profile-content::-webkit-scrollbar{width:4px}.profile-content::-webkit-scrollbar-track{background:transparent}.profile-content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}@supports (backdrop-filter:blur(10px)){.backdrop-blur-sm{backdrop-filter:blur(4px)}}@media (max-width:375px){.profile-stats{flex-direction:column;gap:1rem}.profile-stats-item{text-align:center}}@media (min-width:768px){.profile-container{max-width:425px;margin:0 auto;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;min-height:100vh}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.skeleton{animation:skeleton-pulse 2s ease-in-out infinite;background-color:#f3f4f6}.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.content-grid-item:first-child{grid-column:span 1;grid-row:span 2}.content-grid-item{aspect-ratio:1;overflow:hidden;border-radius:.5rem;background-color:#f9fafb}.content-grid-item:first-child{aspect-ratio:4/5}.profile-avatar{border:4px solid white;box-shadow:0 4px 12px rgba(0,0,0,.15)}.tab-indicator{transition:all .3s ease}.bottom-nav{backdrop-filter:blur(20px);background-color:rgba(255,255,255,.95);border-top:1px solid rgba(0,0,0,.05)}.interactive-element{transition:all .15s ease-out}.interactive-element:active{transform:scale(.98)}