: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}.profile-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quick-action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:var(--profile-bg);border:1px solid var(--profile-border);border-radius:16px;padding:24px 16px;cursor:pointer;box-shadow:0 2px 8px var(--profile-shadow);transition:background .15s,transform .12s,box-shadow .15s;-webkit-tap-highlight-color:transparent}.quick-action-btn:active{background:var(--profile-secondary);transform:scale(.96);box-shadow:0 1px 4px var(--profile-shadow)}.quick-action-icon{font-size:2rem;line-height:1}.quick-action-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.quick-action-badge{display:none;position:absolute;top:-6px;right:-10px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#e53935;color:#fff;font-size:.65rem;font-weight:700;line-height:18px;text-align:center;pointer-events:none}.quick-action-label{font-size:.95rem;font-weight:600;color:var(--profile-primary)}.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)}.push-settings-nav-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:inherit;font:inherit}.push-setting-title{color:var(--profile-text);margin:0}.push-setting-subtitle{color:var(--profile-text-muted);line-height:1.4}.push-settings-nav-arrow{color:var(--profile-text-muted);flex-shrink:0}.profile-card:has(.push-settings-nav-row){transition:background .2s,box-shadow .2s,transform .2s}.profile-card:has(.push-settings-nav-row):hover{background:var(--profile-bg-light);box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-1px)}.profile-card:has(.push-settings-nav-row):active{transform:translateY(0)}.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)}.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)}.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 select,.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 select: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)}.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}.push-setting-row{display:flex;justify-content:space-between;align-items:center;gap:16px}.push-settings-nav-row{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;border:0;border-radius:10px;background:#fff;text-align:left;padding:0;cursor:pointer}.push-settings-nav-row:active{opacity:.85}.push-settings-nav-arrow{color:var(--profile-text-muted);font-size:1.25rem;line-height:1}.push-setting-title{color:var(--profile-text);font-size:.96rem;font-weight:600}.push-setting-subtitle{color:var(--profile-text-muted);font-size:.82rem;margin-top:2px}.push-preference-block{border-top:1px solid var(--profile-border);margin-top:8px;padding-top:12px}.pref-item{display:block;font-size:.92rem;color:var(--profile-text);margin-bottom:10px}.pref-item input[type=checkbox]{margin-right:8px}.push-save-btn{margin-top:6px}.switch{position:relative;display:inline-block;width:48px;height:24px;flex:0 0 auto}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#c9c9c9;transition:.25s}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.25s}.switch input:checked+.slider{background-color:var(--profile-primary)}.switch input:checked+.slider:before{transform:translateX(24px)}.slider.round{border-radius:30px}.slider.round:before{border-radius:50%}@media (max-width:768px){.profile-header{display:none}.profile-page{padding:16px}.profile-title{font-size:1.6rem}.profile-subtitle{font-size:1rem}.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}.push-setting-row{align-items:flex-start}.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-header{display:none}.profile-title{font-size:1.4rem}.profile-subtitle{font-size:.85rem}.field-value{font-size:1rem;text-transform:capitalize}}