.profile-addresses-page{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.profile-addresses-header{position:sticky;top:0;background-color:#fff;padding:1rem;border-bottom:1px solid #E5E7EB;z-index:100;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.profile-addresses-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-addresses-back-btn:hover{background-color:#e5e7eb;transform:scale(.98)}.profile-addresses-back-btn:active{background-color:#d1d5db;transform:scale(.95)}.profile-addresses-back-btn img{width:24px;height:24px}.profile-addresses-title{font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:22px;color:#1f2937;margin:0;text-align:center}.profile-addresses-header>div:last-child{width:40px;height:40px}.profile-addresses-content{flex:1;padding:1rem;display:flex;flex-direction:column}.addresses-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem}.spinner{width:32px;height:32px;border:3px solid #F3F4F6;border-top:3px solid #4BB755;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.addresses-loading p{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#6b7280;margin:0}.addresses-list{display:flex;flex-direction:column;gap:0}.address-item{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;background-color:#fff;border:none;text-decoration:none;color:inherit;border-bottom:1px solid #F3F4F6;transition:background-color .2s ease;min-height:auto;cursor:pointer;width:100%}.address-item:last-child{border-bottom:none}.address-item:hover{background-color:#f9fafb}.address-content{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:.75rem}.address-content img{flex-shrink:0;width:16px;height:16px}.address-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0;overflow:hidden}.address-label{font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:21px;color:#1f2937;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.address-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#6b7280;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.address-default{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;color:#4bb755;background-color:#f0fdf4;padding:.25rem .5rem;border-radius:6px;width:-moz-fit-content;width:fit-content}.no-addresses{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;gap:.5rem}.no-addresses-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#1f2937;margin:0}.no-addresses-subtitle{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#6b7280;margin:0}.profile-addresses-fixed-bottom{position:static;padding:1rem;margin:0}.add-address-btn{width:100%;background-color:#4bb755;color:#fff;border:none;border-radius:12px;padding:1rem;font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:22px;text-decoration:none;text-align:center;cursor:pointer;transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s ease;display:block;box-sizing:border-box;will-change:transform}.add-address-btn:hover{background-color:#45a049;transform:scale(.98)}.add-address-btn:active{background-color:#3a9b44;transform:scale(.95)}@media (max-width: 1024px){.profile-addresses-content{padding:.75rem;padding-bottom:calc(.75rem + 120px)}.address-item{padding:.875rem;align-items:flex-start;min-height:auto;height:auto;overflow:visible}.address-info{min-height:auto;overflow:visible}.profile-addresses-fixed-bottom{position:fixed;bottom:calc(60px + env(safe-area-inset-bottom,0px));left:0;right:0;padding:.75rem;z-index:100;max-width:none;margin:0}}
