:root{--profile-primary:#2D5016;--profile-secondary:#FF7A1A;--profile-secondary-dark:#E66A0A;--profile-border:#e8e8e8;--profile-bg:#ffffff;--profile-bg-light:#f8f9fa;--profile-text:#222;--profile-text-muted:#6b6b6b;--profile-shadow:rgba(0, 0, 0, 0.08)}.profile-page{max-width:800px;margin:0 auto;padding:20px;font-family:Poppins,system-ui,sans-serif}.profile-header{margin-bottom:32px;text-align:center}.profile-title{font-size:2rem;font-weight:700;color:var(--profile-primary);margin:0 0 8px}.profile-subtitle{font-size:.95rem;color:var(--profile-text-muted);margin:0}.profile-section{margin-bottom:32px}.section-title{font-size:1.3rem;font-weight:600;color:var(--profile-primary);margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid var(--profile-secondary)}.profile-card{background:var(--profile-bg);border:1px solid var(--profile-border);border-radius:12px;padding:20px;box-shadow:0 2px 8px var(--profile-shadow)}.profile-field{margin-bottom:16px}.profile-field:last-child{margin-bottom:0}.field-label{display:block;font-size:.85rem;font-weight:600;color:var(--profile-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.field-value{font-size:1.1rem;font-weight:500;color:var(--profile-text)}.addresses-list{display:flex;flex-direction:column;gap:16px}.address-card{background:var(--profile-bg);border:1px solid var(--profile-border);border-radius:12px;padding:16px;transition:.3s;box-shadow:0 2px 8px var(--profile-shadow)}.address-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.address-badge{display:inline-block;padding:4px 12px;background:var(--profile-secondary);color:#fff;font-size:.75rem;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.address-date{font-size:.8rem;color:var(--profile-text-muted)}.address-name{font-size:1rem;font-weight:600;color:var(--profile-primary);margin-bottom:8px;text-transform:capitalize}.address-text{font-size:.95rem;color:var(--profile-text);line-height:1.5}.empty-state{text-align:center;padding:40px 20px;background:var(--profile-bg-light);border-radius:12px;border:1px dashed var(--profile-border)}.empty-state p{margin:0 0 8px;color:var(--profile-text-muted)}.empty-hint{font-size:.85rem;color:var(--profile-text-muted)}.loading-state{display:flex;flex-direction:column;gap:16px}.skeleton-loader{height:80px;background:linear-gradient(90deg,var(--profile-bg-light) 25%,#e8e8e8 50%,var(--profile-bg-light) 75%);background-size:200% 100%;border-radius:12px;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}.btn-logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:200px;margin:0 auto;padding:10px 32px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;font-family:Poppins,system-ui,sans-serif;cursor:pointer;transition:.3s cubic-bezier(.16, .68, .48, 1.12);box-shadow:0 4px 12px rgba(220,53,69,.2)}.btn-logout:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 6px 20px rgba(220,53,69,.3)}.btn-logout:active{transform:translateY(0);box-shadow:0 2px 8px rgba(220,53,69,.2)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:12px;flex-wrap:wrap}.section-header .section-title{margin:0}.btn-add-address{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:var(--profile-secondary);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:Poppins,system-ui,sans-serif;cursor:pointer;transition:.3s;white-space:nowrap}.btn-add-address:hover{background:var(--profile-secondary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,122,26,.2)}.btn-add-address:active{transform:translateY(0)}.btn-icon{font-size:1.1rem}.address-form{background:var(--profile-bg);border:1px solid var(--profile-border);border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px var(--profile-shadow);animation:.3s slideDown}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.form-header h3{margin:0;color:var(--profile-primary);font-size:1.1rem}.btn-close-form{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--profile-text-muted);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:.2s}.btn-close-form:hover{background:var(--profile-bg-light);color:var(--profile-text)}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.9rem;font-weight:600;color:var(--profile-text);margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid var(--profile-border);border-radius:8px;font-family:Poppins,system-ui,sans-serif;font-size:.95rem;color:var(--profile-text);box-sizing:border-box;transition:.2s}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--profile-secondary);box-shadow:0 0 0 3px rgba(255,122,26,.1)}.form-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel,.btn-save{padding:10px 20px;border:none;border-radius:8px;font-family:Poppins,system-ui,sans-serif;font-weight:600;cursor:pointer;transition:.3s;font-size:.9rem}.btn-cancel{background:var(--profile-bg-light);color:var(--profile-text);border:1px solid var(--profile-border)}.btn-cancel:hover{background:var(--profile-border)}.btn-save{background:var(--profile-secondary);color:#fff}.btn-save:hover{background:var(--profile-secondary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,122,26,.2)}.btn-save:active{transform:translateY(0)}.address-header{display:flex;justify-content:space-between;align-items:center}.address-info{display:flex;gap:12px;align-items:center;flex:1}.address-actions{display:flex;gap:8px}.btn-icon-delete,.btn-icon-edit{background:0 0;border:none;font-size:1.2rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:.2s;display:flex;align-items:center;justify-content:center}.btn-icon-edit:hover{background:var(--profile-bg-light)}.btn-icon-delete:hover{background:rgba(220,53,69,.1)}.modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000;animation:.3s fadeIn}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.modal-content{background:var(--profile-bg);border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.15);position:relative;z-index:1001;animation:.3s scaleIn}@keyframes scaleIn{from{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h3{margin:0;color:var(--profile-primary);font-size:1.2rem}.btn-close-modal{background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:var(--profile-text-muted);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:.2s}.btn-close-modal:hover{background:var(--profile-bg-light);color:var(--profile-text)}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}@media (max-width:768px){.profile-page{padding:16px}.profile-title{font-size:1.6rem}.section-title{font-size:1.1rem}.profile-card{padding:16px}.address-card{padding:12px}.btn-logout{max-width:50%}.section-header{flex-direction:column;align-items:stretch}.btn-add-address{width:100%;justify-content:center}.address-header{flex-direction:column;align-items:flex-start}.address-actions{align-self:flex-end;margin-top:8px}.form-actions{flex-direction:row}.btn-cancel,.btn-save{width:100%}.modal-content{width:95%;padding:16px}}@media (max-width:480px){.profile-title{font-size:1.4rem}.profile-subtitle{font-size:.85rem}.field-value{font-size:1rem;text-transform:capitalize}}