:root{--primary-orange: #D2691E;--text-dark: #1a1a1a;--text-grey: #9CA3AF;--border-light: #E5E7EB;--bg-light: #F3F4F6;--danger-red: #EF4444}body{background:var(--bg-light)!important}.settings-container{padding:60px 0 80px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:80vh;max-width:800px;margin:0 auto}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:14px}.breadcrumb a{color:var(--text-grey);text-decoration:none}.breadcrumb a:hover{color:var(--text-dark)}.breadcrumb .active{color:var(--text-dark);font-weight:600}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.settings-header h1{font-size:40px;font-weight:800;color:var(--text-dark);margin:0}.btn-delete-account{background:transparent;border:1px solid #E99468;color:#e99468;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-delete-account:hover{background:#fff1eb;border-color:#d2691e;color:#d2691e}.settings-menu{display:flex;flex-direction:column;gap:16px}.setting-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:24px 32px;border-radius:16px;text-decoration:none;transition:all .3s;box-shadow:0 1px 3px #0000000d}.setting-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.setting-text{font-size:16px;font-weight:600;color:#4b5563}.arrow-icon{width:20px;height:20px}.arrow-icon path{stroke:#5e8b99}@media (max-width: 768px){.settings-header{flex-direction:row;align-items:center}.settings-header h1{font-size:32px}.setting-item{padding:20px 24px}}
