.profile-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;overscroll-behavior:none}.profile-container{flex:1;display:flex;flex-direction:column;max-width:600px;margin:0 auto;width:100%}.profile-header{display:flex;align-items:center;justify-content:space-between;padding:20px;background-color:#fff;border-bottom:none}.profile-back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#f3f4f6;border:none;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.profile-back-btn:hover{background-color:#e5e7eb;transform:scale(.98)}.profile-back-btn:active{background-color:#d1d5db;transform:scale(.95)}.profile-back-btn img{width:24px;height:24px}.profile-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#111827;margin:0}.profile-header-actions{display:flex;align-items:center;gap:8px}.profile-edit-btn,.profile-confirm-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;will-change:transform}.profile-edit-btn{background-color:#f3f4f6}.profile-edit-btn:hover{background-color:#e5e7eb;transform:scale(.98)}.profile-edit-btn:active{background-color:#d1d5db;transform:scale(.95)}.profile-confirm-btn{background-color:#4bb755}.profile-confirm-btn:hover{background-color:#059669;transform:scale(.98)}.profile-confirm-btn:active{background-color:#047857;transform:scale(.95)}.profile-edit-btn img,.profile-confirm-btn img{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.profile-confirm-btn img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}.profile-content{flex:1;display:flex;flex-direction:column;gap:20px}@media (max-width: 1023px){.profile-page{height:100vh;overscroll-behavior:none}.profile-container{height:100vh;overflow:hidden;overscroll-behavior:none}.profile-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px));scroll-padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}@media (max-width: 768px){.profile-header{padding:16px;flex-shrink:0}.profile-title{font-size:18px}.profile-content{padding:16px;gap:16px;padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}@supports (-webkit-touch-callout: none){.profile-page,.profile-container{height:100vh;overflow:hidden}.profile-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}}
